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