Switch to the MIT licence.
commit12be00e56292a32a61f8d95c2090840ba363ebb3
authorStelian Ionescu <sionescu@common-lisp.net>
Tue, 15 Apr 2008 22:07:33 +0000 (16 00:07 +0200)
committerStelian Ionescu <sionescu@common-lisp.net>
Tue, 15 Apr 2008 22:07:33 +0000 (16 00:07 +0200)
treed5ad337e82b7f1e124d9cf60c56aa83d69993b54
parent5f8f8287755964a64a6a14e75b1450e6a5f1510a
Switch to the MIT licence.

Signed-off-by: Stelian Ionescu <sionescu@common-lisp.net>
71 files changed:
.template.lisp
LICENCE [new file with mode: 0644]
LICENSE [deleted file]
LLGPL-2.1 [deleted file]
doc/license.texinfo
io.multiplex.asd
io.multiplex/detect.lisp
io.multiplex/epoll.lisp
io.multiplex/event-loop.lisp
io.multiplex/fd-wait.lisp
io.multiplex/foreign-bsd.lisp
io.multiplex/foreign-linux.lisp
io.multiplex/foreign-unix.lisp
io.multiplex/grovel.lisp
io.multiplex/kqueue.lisp
io.multiplex/multiplexer.lisp
io.multiplex/pkgdcl.lisp
io.multiplex/poll.lisp
io.multiplex/queue.lisp
io.multiplex/scheduler.lisp
io.multiplex/select.lisp
io.multiplex/time.lisp
io.multiplex/timers.lisp
io.multiplex/utils.lisp
io.streams.asd
io.streams/gray/buffer.lisp
io.streams/gray/classes.lisp
io.streams/gray/fd-mixin.lisp
io.streams/gray/gray-stream-methods.lisp
io.streams/gray/pkgdcl.lisp
iolib-tests.asd
iolib.asd
iolib/pkgdcl.lisp
net.sockets.asd
net.sockets/address-arithmetic.lisp
net.sockets/address-predicates.lisp
net.sockets/address.lisp
net.sockets/base-sockets.lisp
net.sockets/bsd.lisp
net.sockets/common.lisp
net.sockets/conditions.lisp
net.sockets/config.lisp
net.sockets/dns/common.lisp
net.sockets/dns/conditions.lisp
net.sockets/dns/dynamic-buffer.lisp
net.sockets/dns/lookup.lisp
net.sockets/dns/message.lisp
net.sockets/dns/nameservers.lisp
net.sockets/dns/query.lisp
net.sockets/grovel.lisp
net.sockets/iface.lisp
net.sockets/make-socket.lisp
net.sockets/namedb/etc-files.lisp
net.sockets/namedb/file-monitor.lisp
net.sockets/namedb/hosts.lisp
net.sockets/namedb/protocols.lisp
net.sockets/namedb/services.lisp
net.sockets/pkgdcl.lisp
net.sockets/socket-methods.lisp
net.sockets/socket-options.lisp
net.sockets/trivial-sockets.lisp
net.sockets/wrappers.lisp
net.trivial-sockets.asd
tests/Makefile
tests/echo-server.c
tests/events.lisp
tests/mainsuite.lisp
tests/misc.lisp
tests/pkgdcl.lisp
tests/sockets.lisp
tests/streams.lisp