cl-rw

Layered streams for Common Lisp
git clone https://logand.com/git/cl-rw.git/
Log | Files | Refs

commit 8cea49aeaaaddd7485826d393e447793ae46f9ea
parent f9d4be9f0a2746e67d75a4948faea51729ec586a
Author: Tomas Hlavaty <tom@logand.com>
Date:   Thu,  8 May 2014 22:06:52 +0200

update licence

Diffstat:
Mbase64.lisp | 2+-
Mcas.lisp | 2+-
Mconcurrency.lisp | 2+-
Memail.lisp | 2+-
Mfilesystem.lisp | 2+-
Mhtml.lisp | 22++++++++++++++++++++++
Mnet.lisp | 2+-
Mos.lisp | 2+-
Mrw.lisp | 2+-
Msocket.lisp | 22++++++++++++++++++++++
Mxml.lisp | 2+-
11 files changed, 53 insertions(+), 9 deletions(-)

diff --git a/base64.lisp b/base64.lisp @@ -1,4 +1,4 @@ -;;; Copyright (C) 2013 Tomas Hlavaty <tom@logand.com> +;;; Copyright (C) 2013, 2014 Tomas Hlavaty <tom@logand.com> ;;; ;;; Permission is hereby granted, free of charge, to any person ;;; obtaining a copy of this software and associated documentation diff --git a/cas.lisp b/cas.lisp @@ -1,4 +1,4 @@ -;;; Copyright (C) 2013 Tomas Hlavaty <tom@logand.com> +;;; Copyright (C) 2013, 2014 Tomas Hlavaty <tom@logand.com> ;;; ;;; Permission is hereby granted, free of charge, to any person ;;; obtaining a copy of this software and associated documentation diff --git a/concurrency.lisp b/concurrency.lisp @@ -1,4 +1,4 @@ -;;; Copyright (C) 2013 Tomas Hlavaty <tom@logand.com> +;;; Copyright (C) 2013, 2014 Tomas Hlavaty <tom@logand.com> ;;; ;;; Permission is hereby granted, free of charge, to any person ;;; obtaining a copy of this software and associated documentation diff --git a/email.lisp b/email.lisp @@ -1,4 +1,4 @@ -;;; Copyright (C) 2013 Tomas Hlavaty <tom@logand.com> +;;; Copyright (C) 2013, 2014 Tomas Hlavaty <tom@logand.com> ;;; ;;; Permission is hereby granted, free of charge, to any person ;;; obtaining a copy of this software and associated documentation diff --git a/filesystem.lisp b/filesystem.lisp @@ -1,4 +1,4 @@ -;;; Copyright (C) 2013 Tomas Hlavaty <tom@logand.com> +;;; Copyright (C) 2013, 2014 Tomas Hlavaty <tom@logand.com> ;;; ;;; Permission is hereby granted, free of charge, to any person ;;; obtaining a copy of this software and associated documentation diff --git a/html.lisp b/html.lisp @@ -1,3 +1,25 @@ +;;; Copyright (C) 2013, 2014 Tomas Hlavaty <tom@logand.com> +;;; +;;; Permission is hereby granted, free of charge, to any person +;;; obtaining a copy of this software and associated documentation +;;; files (the "Software"), to deal in the Software without +;;; restriction, including without limitation the rights to use, copy, +;;; modify, merge, publish, distribute, sublicense, and/or sell copies +;;; of the Software, and to permit persons to whom the Software is +;;; furnished to do so, subject to the following conditions: +;;; +;;; The above copyright notice and this permission notice shall be +;;; included in all copies or substantial portions of the Software. +;;; +;;; THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +;;; EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +;;; MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +;;; NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +;;; HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +;;; WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +;;; OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER +;;; DEALINGS IN THE SOFTWARE. + (defpackage :rw.html (:use :cl) (:export :html)) diff --git a/net.lisp b/net.lisp @@ -1,4 +1,4 @@ -;;; Copyright (C) 2013 Tomas Hlavaty <tom@logand.com> +;;; Copyright (C) 2013, 2014 Tomas Hlavaty <tom@logand.com> ;;; ;;; Permission is hereby granted, free of charge, to any person ;;; obtaining a copy of this software and associated documentation diff --git a/os.lisp b/os.lisp @@ -1,4 +1,4 @@ -;;; Copyright (C) 2013 Tomas Hlavaty <tom@logand.com> +;;; Copyright (C) 2013, 2014 Tomas Hlavaty <tom@logand.com> ;;; ;;; Permission is hereby granted, free of charge, to any person ;;; obtaining a copy of this software and associated documentation diff --git a/rw.lisp b/rw.lisp @@ -1,4 +1,4 @@ -;;; Copyright (C) 2013 Tomas Hlavaty <tom@logand.com> +;;; Copyright (C) 2013, 2014 Tomas Hlavaty <tom@logand.com> ;;; ;;; Permission is hereby granted, free of charge, to any person ;;; obtaining a copy of this software and associated documentation diff --git a/socket.lisp b/socket.lisp @@ -1,3 +1,25 @@ +;;; Copyright (C) 2013, 2014 Tomas Hlavaty <tom@logand.com> +;;; +;;; Permission is hereby granted, free of charge, to any person +;;; obtaining a copy of this software and associated documentation +;;; files (the "Software"), to deal in the Software without +;;; restriction, including without limitation the rights to use, copy, +;;; modify, merge, publish, distribute, sublicense, and/or sell copies +;;; of the Software, and to permit persons to whom the Software is +;;; furnished to do so, subject to the following conditions: +;;; +;;; The above copyright notice and this permission notice shall be +;;; included in all copies or substantial portions of the Software. +;;; +;;; THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +;;; EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +;;; MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +;;; NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +;;; HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +;;; WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +;;; OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER +;;; DEALINGS IN THE SOFTWARE. + (defpackage :rw.socket (:use :cl) (:export :accept diff --git a/xml.lisp b/xml.lisp @@ -1,4 +1,4 @@ -;;; Copyright (C) 2013 Tomas Hlavaty <tom@logand.com> +;;; Copyright (C) 2013, 2014 Tomas Hlavaty <tom@logand.com> ;;; ;;; Permission is hereby granted, free of charge, to any person ;;; obtaining a copy of this software and associated documentation