From 78825f3c45a235f0ec9476b0c12ed147ef8d8f22 Mon Sep 17 00:00:00 2001 From: Alexander Kahl Date: Sun, 1 Jul 2012 22:00:20 +0200 Subject: [PATCH] rectified license information --- hunchensocket-test.asd | 2 +- hunchensocket.asd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hunchensocket-test.asd b/hunchensocket-test.asd index 4908cf0..b9f3977 100644 --- a/hunchensocket-test.asd +++ b/hunchensocket-test.asd @@ -35,7 +35,7 @@ (defsystem :hunchensocket-test :description "WebSockets for Hunchentoot - Tests" :author "Alexander Kahl " - :license "AGPLv3+" + :license "MIT" :depends-on (:hunchensocket :hu.dwim.stefil) :components ((:module "test" diff --git a/hunchensocket.asd b/hunchensocket.asd index 5e67141..916679f 100644 --- a/hunchensocket.asd +++ b/hunchensocket.asd @@ -35,7 +35,7 @@ (defsystem :hunchensocket :description "WebSockets for Hunchentoot" :author "Alexander Kahl " - :license "AGPLv3+" + :license "MIT" :depends-on (:hunchentoot :alexandria :ironclad :flexi-streams :chunga :trivial-utf-8 :trivial-backtrace :bordeaux-threads) :components