From 539c0f83efb7e2f962dba1b0da3f86474e16633d Mon Sep 17 00:00:00 2001 From: Stelian Ionescu Date: Fri, 11 May 2007 00:06:26 +0200 Subject: [PATCH] Minor fix. Signed-off-by: Stelian Ionescu --- io.multiplex.asd | 2 +- iolib-utils-misc.asd | 2 +- net.dns-client.asd | 2 +- net.sockets.asd | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/io.multiplex.asd b/io.multiplex.asd index a1e96ff..3b9d51b 100644 --- a/io.multiplex.asd +++ b/io.multiplex.asd @@ -14,7 +14,7 @@ :description "I/O multiplexing library for SBCL." :author "Stelian Ionescu " :maintainer "Stelian Ionescu " - :licence "GPL-2.1" + :licence "LLGPL-2.1" :depends-on (:iolib-posix :iolib-utils-misc) :default-component-class muffled-source-file diff --git a/iolib-utils-misc.asd b/iolib-utils-misc.asd index 99ea71c..0be05c3 100644 --- a/iolib-utils-misc.asd +++ b/iolib-utils-misc.asd @@ -13,7 +13,7 @@ (defsystem :iolib-utils-misc :description "Miscellaneous utils." :maintainer "Stelian Ionescu " - :licence "GPL-2.1" + :licence "LLGPL-2.1" :depends-on (:iolib-utils-package) :default-component-class muffled-source-file :pathname (merge-pathnames (make-pathname :directory '(:relative "utils")) diff --git a/net.dns-client.asd b/net.dns-client.asd index baedf00..a4c13f3 100644 --- a/net.dns-client.asd +++ b/net.dns-client.asd @@ -14,7 +14,7 @@ :description "DNS client library." :author "Stelian Ionescu " :maintainer "Stelian Ionescu " - :licence "GPL-2.1" + :licence "LLGPL-2.1" :depends-on (:net.sockets :io.encodings :iolib-utils-symbols) diff --git a/net.sockets.asd b/net.sockets.asd index 1aea0c7..7adf89a 100644 --- a/net.sockets.asd +++ b/net.sockets.asd @@ -14,7 +14,7 @@ :description "Socket library for SBCL." :author "Stelian Ionescu " :maintainer "Stelian Ionescu " - :licence "GPL-2.1" + :licence "LLGPL-2.1" :depends-on (:iolib-posix :iolib-utils-symbols :iolib-utils-misc -- 2.11.4.GIT