closure-cvs
Threads by month
- ----- 2025 -----
- July
- June
- May
- April
- March
- February
- January
- ----- 2024 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2023 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2022 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2021 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2020 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2019 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2018 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2017 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2016 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2015 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2014 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2013 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2012 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2011 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2010 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2009 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2008 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2007 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2006 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2005 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- 208 discussions

[closure-cvs] CVS update: closure/src/renderer/clim-device.lisp
by gbaumann@common-lisp.net 13 Mar '05
by gbaumann@common-lisp.net 13 Mar '05
13 Mar '05
Update of /project/closure/cvsroot/closure/src/renderer
In directory common-lisp.net:/tmp/cvs-serv16862/src/renderer
Modified Files:
clim-device.lisp
Log Message:
make it at least compile and show a window with CMUCL 19a and cvs mcclim.
Date: Sun Mar 13 20:24:16 2005
Author: gbaumann
Index: closure/src/renderer/clim-device.lisp
diff -u closure/src/renderer/clim-device.lisp:1.7 closure/src/renderer/clim-device.lisp:1.8
--- closure/src/renderer/clim-device.lisp:1.7 Sun Mar 13 19:03:24 2005
+++ closure/src/renderer/clim-device.lisp Sun Mar 13 20:24:16 2005
@@ -390,6 +390,7 @@
:actual-width (or width (r2::aimage-width aim))
:actual-height (or height (r2::aimage-height aim)))))
+#+NIL
(climi::def-grecording draw-ro (() ro x y)
(values x
(- y (nth-value 1 (r2::ro/size ro)))
@@ -430,6 +431,7 @@
(xlib:copy-area pixmap gcontext 0 0 actual-width actual-height
da x (- y actual-height) ))))))))))))
+#+NIL
(climi::def-grecording draw-pm3-tiled (() pixmap mask x1 y1 w h x0 y0)
(values x1 y1 (+ x1 w) (+ y1 h)))
1
0

13 Mar '05
Update of /project/closure/cvsroot/closure/src/gui
In directory common-lisp.net:/tmp/cvs-serv16862/src/gui
Modified Files:
clim-gui.lisp
Log Message:
make it at least compile and show a window with CMUCL 19a and cvs mcclim.
Date: Sun Mar 13 20:24:14 2005
Author: gbaumann
Index: closure/src/gui/clim-gui.lisp
diff -u closure/src/gui/clim-gui.lisp:1.12 closure/src/gui/clim-gui.lisp:1.13
--- closure/src/gui/clim-gui.lisp:1.12 Sun Mar 13 19:01:37 2005
+++ closure/src/gui/clim-gui.lisp Sun Mar 13 20:24:14 2005
@@ -4,7 +4,7 @@
;;; Created: 2002-07-22
;;; Author: Gilbert Baumann <gilbert(a)base-engineering.com>
;;; License: MIT style (see below)
-;;; $Id: clim-gui.lisp,v 1.12 2005/03/13 18:01:37 gbaumann Exp $
+;;; $Id: clim-gui.lisp,v 1.13 2005/03/13 19:24:14 gbaumann Exp $
;;; ---------------------------------------------------------------------------
;;; (c) copyright 2002 by Gilbert Baumann
@@ -28,6 +28,9 @@
;;; SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
;; $Log: clim-gui.lisp,v $
+;; Revision 1.13 2005/03/13 19:24:14 gbaumann
+;; make it at least compile and show a window with CMUCL 19a and cvs mcclim.
+;;
;; Revision 1.12 2005/03/13 18:01:37 gbaumann
;; Gross license change
;;
@@ -163,7 +166,7 @@
wholine
2
(200 status)))))
- (:top-level (closure-frame-top-level . nil))
+ ;; (:top-level (closure-frame-top-level . nil))
)
@@ -262,7 +265,7 @@
(define-closure-command com-hide-listener ()
(setf (sheet-enabled-p (sheet-parent (find-pane-named *application-frame* 'interactor))) nil))
-(define-closure-command com-visit-url ((url 'url)) ;;; :gesture :select))
+(define-closure-command (com-visit-url :name t) ((url 'url)) ;;; :gesture :select))
(let ((*standard-output* *query-io*)) ;;(find-pane-named *frame* 'interactor)))
(with-text-style (*standard-output* (make-text-style :sans-serif :roman :normal))
(format t "You are visiting "))
@@ -450,18 +453,15 @@
:very-large 18
:huge 24))
(gui::init-closure)
- #+NIL
- (loop for port in climi::*all-ports*
- do (destroy-port port))
- (setq climi::*all-ports* nil)
;;
- (setf *frame* (make-application-frame 'closure))
- (setf *pane* (find-pane-named *frame* 'canvas))
(setf *closure-process*
(clim-sys:make-process
(lambda ()
(unwind-protect
- (run-frame-top-level *frame*)
+ (progn
+ (setf *frame* (make-application-frame 'closure))
+ (setf *pane* (find-pane-named *frame* 'canvas))
+ (run-frame-top-level *frame*))
(ignore-errors (ws/netlib::commit-cache))
(setf *closure-process* nil)))
:name "Closure")))
1
0

13 Mar '05
Update of /project/closure/cvsroot/closure/src/glisp
In directory common-lisp.net:/tmp/cvs-serv16862/src/glisp
Modified Files:
runes.lisp
Log Message:
make it at least compile and show a window with CMUCL 19a and cvs mcclim.
Date: Sun Mar 13 20:24:11 2005
Author: gbaumann
Index: closure/src/glisp/runes.lisp
diff -u closure/src/glisp/runes.lisp:1.4 closure/src/glisp/runes.lisp:1.5
--- closure/src/glisp/runes.lisp:1.4 Sun Mar 13 19:01:16 2005
+++ closure/src/glisp/runes.lisp Sun Mar 13 20:24:11 2005
@@ -345,13 +345,13 @@
#+CMU
(unless (really-really-rod-p rod)
(push (ext:make-weak-pointer rod)
- (aref *rod-hash-table* (mod (cl::pointer-hash rod)
+ (aref *rod-hash-table* (mod (lisp::pointer-hash rod)
(length *rod-hash-table*)))))
rod)
(defun really-really-rod-p (rod)
#+CMU
- (find rod (aref *rod-hash-table* (mod (cl::pointer-hash rod)
+ (find rod (aref *rod-hash-table* (mod (lisp::pointer-hash rod)
(length *rod-hash-table*)))
:key #'ext:weak-pointer-value))
@@ -364,7 +364,7 @@
(loop for item in bucket do
(let ((v (ext:weak-pointer-value item)))
(when v
- (push item (aref new (mod (cl::pointer-hash v) n)))))))
+ (push item (aref new (mod (lisp::pointer-hash v) n)))))))
(setf *rod-hash-table* new)))
(defun rod-hash-after-gc-hook ()
1
0
Update of /project/closure/cvsroot/closure
In directory common-lisp.net:/tmp/cvs-serv16862
Modified Files:
closure.system
Log Message:
make it at least compile and show a window with CMUCL 19a and cvs mcclim.
Date: Sun Mar 13 20:24:10 2005
Author: gbaumann
Index: closure/closure.system
diff -u closure/closure.system:1.5 closure/closure.system:1.6
--- closure/closure.system:1.5 Sun Jun 15 18:47:43 2003
+++ closure/closure.system Sun Mar 13 20:24:10 2005
@@ -154,19 +154,19 @@
(:file "css-support")))
;;; Libraries
-
+
(:module xml
:source-pathname "xml"
:components
((:file "package")
(:file "encodings" :depends-on ("package"))
(:file "encodings-data" :depends-on ("package" "encodings"))
- (:file "dompack")
- (:file "dom-impl" :depends-on ("dompack"))
+ #+NIL(:file "dompack")
+ #+NIL(:file "dom-impl" :depends-on ("dompack"))
(:file "xml-stream" :depends-on ("package"))
- (:file "xml-name-rune-p" :depends-on ("package"))
- (:file "xml-parse" :depends-on ("package" "dompack"))
- (:file "xml-canonic" :depends-on ("package" "dompack" "xml-parse")) ))
+ #+NIL (:file "xml-name-rune-p" :depends-on ("package"))
+ #+NIL(:file "xml-parse" :depends-on ("package" "dompack"))
+ #+NIL(:file "xml-canonic" :depends-on ("package" "dompack" "xml-parse")) ))
;;; CLEX and LALR
1
0

[closure-cvs] CVS update: closure/src/util/character-set.lisp closure/src/util/clex.lisp closure/src/util/xterm.lisp
by gbaumann@common-lisp.net 13 Mar '05
by gbaumann@common-lisp.net 13 Mar '05
13 Mar '05
Update of /project/closure/cvsroot/closure/src/util
In directory common-lisp.net:/tmp/cvs-serv11452/src/util
Modified Files:
character-set.lisp clex.lisp xterm.lisp
Log Message:
Gross license change
Date: Sun Mar 13 19:04:00 2005
Author: gbaumann
Index: closure/src/util/character-set.lisp
diff -u closure/src/util/character-set.lisp:1.1.1.1 closure/src/util/character-set.lisp:1.2
--- closure/src/util/character-set.lisp:1.1.1.1 Mon Jul 22 04:27:19 2002
+++ closure/src/util/character-set.lisp Sun Mar 13 19:03:57 2005
@@ -2,24 +2,29 @@
;;; --------------------------------------------------------------------------------------
;;; Title: Character Sets (considered harmful)
;;; Created: 1998-05-31
-;;; Author: Gilbert Baumann <unk6(a)rz.uni-karlsruhe.de>
-;;; License: GPL (See file COPYING for details).
+;;; Author: Gilbert Baumann <gilbert(a)base-engineering.com>
+;;; License: MIT style (see below)
;;; --------------------------------------------------------------------------------------
;;; (c) copyright 1998,1999 by Gilbert Baumann
-;;; This program is free software; you can redistribute it and/or modify
-;;; it under the terms of the GNU General Public License as published by
-;;; the Free Software Foundation; either version 2 of the License, or
-;;; (at your option) any later version.
-;;;
-;;; This program is distributed in the hope that it will be useful,
-;;; but WITHOUT ANY WARRANTY; without even the implied warranty of
-;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-;;; GNU General Public License for more details.
-;;;
-;;; You should have received a copy of the GNU General Public License
-;;; along with this program; if not, write to the Free Software
-;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+;;; 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.
(in-package :ws/Charset)
Index: closure/src/util/clex.lisp
diff -u closure/src/util/clex.lisp:1.2 closure/src/util/clex.lisp:1.3
--- closure/src/util/clex.lisp:1.2 Sun Jun 22 17:07:45 2003
+++ closure/src/util/clex.lisp Sun Mar 13 19:03:57 2005
@@ -2,25 +2,29 @@
;;; --------------------------------------------------------------------------------------
;;; Title: A flex like scanner generator for Common LISP
;;; Created: 1997-10-12
-;;; Author: Gilbert Baumann <unk6(a)rz.uni-karlsruhe.de>
+;;; Author: Gilbert Baumann <gilbert(a)base-engineering.com>
;;; License: LGPL (See file COPYING for details).
;;; --------------------------------------------------------------------------------------
;;; (c) copyright 1997-1999 by Gilbert Baumann
-;;; This library is free software; you can redistribute it and/or
-;;; modify it under the terms of the GNU Library General Public
-;;; License as published by the Free Software Foundation; either
-;;; version 2 of the License, or (at your option) any later version.
-;;;
-;;; This library is distributed in the hope that it will be useful,
-;;; but WITHOUT ANY WARRANTY; without even the implied warranty of
-;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-;;; Library General Public License for more details.
-;;;
-;;; You should have received a copy of the GNU Library General Public
-;;; License along with this library; if not, write to the
-;;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-;;; Boston, MA 02111-1307 USA.
+;;; 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 :clex
(:use :glisp)
Index: closure/src/util/xterm.lisp
diff -u closure/src/util/xterm.lisp:1.1.1.1 closure/src/util/xterm.lisp:1.2
--- closure/src/util/xterm.lisp:1.1.1.1 Mon Jul 22 04:27:19 2002
+++ closure/src/util/xterm.lisp Sun Mar 13 19:03:58 2005
@@ -1,15 +1,31 @@
;;; -*- Mode: Lisp; Syntax: Common-Lisp; Package: XTERM; -*-
-;;; --------------------------------------------------------------------------------------
+;;; ---------------------------------------------------------------------------
;;; Title: Open a stream to an xterm window
-;;; Created: 1999-05-16 09:54
-;;; Author: Gilbert Baumann <unk6(a)rz.uni-karlsruhe.de>
-;;; --------------------------------------------------------------------------------------
+;;; Created: 1999-05-16
+;;; Author: Gilbert Baumann <gilbert(a)base-engineering.com>
+;;; License: MIT style (see below)
+;;; ---------------------------------------------------------------------------
;;; (c) copyright 1999 by Gilbert Baumann
-;; This is inspired by the original xterm.lsp by
-;; Bruce Krulwich <krulwich(a)ils.nwu.edu> 30.12.1991
-;; Bruno Haible <haible(a)ma2s2.mathematik.uni-karlsruhe.de> 4.1.1994
-;; but much more minimalistic.
+;;; 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 :XTERM
(:use :glisp)
1
0
Update of /project/closure/cvsroot/closure/src/renderer
In directory common-lisp.net:/tmp/cvs-serv11452/src/renderer
Modified Files:
clim-device.lisp clim-draw.lisp device.lisp document.lisp
fonts.lisp hyphenation.lisp images.lisp list-item.lisp
package.lisp r-struct.lisp raux.lisp renderer.lisp
renderer2.lisp tables.lisp texpara.lisp x11.lisp
Log Message:
Gross license change
Date: Sun Mar 13 19:03:27 2005
Author: gbaumann
Index: closure/src/renderer/clim-device.lisp
diff -u closure/src/renderer/clim-device.lisp:1.6 closure/src/renderer/clim-device.lisp:1.7
--- closure/src/renderer/clim-device.lisp:1.6 Sun Jun 15 18:54:30 2003
+++ closure/src/renderer/clim-device.lisp Sun Mar 13 19:03:24 2005
@@ -1,4 +1,32 @@
-(in-package :closure/clim-device)
+;;; -*- Mode: Lisp; Syntax: Common-Lisp; Package: CLOSURE/CLIM-DEVICE; -*-
+;;; ---------------------------------------------------------------------------
+;;; Title: CLIM device for the renderer
+;;; Created: ???
+;;; Author: Gilbert Baumann <gilbert(a)base-engineering.com>
+;;; License: MIT style (see below)
+;;; ---------------------------------------------------------------------------
+;;; (c) copyright 2005 by Gilbert Baumann
+
+;;; 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.
+
+(in-package :CLOSURE/CLIM-DEVICE)
(defclass clim-device ()
((medium :accessor clim-device-medium :initarg :medium)
Index: closure/src/renderer/clim-draw.lisp
diff -u closure/src/renderer/clim-draw.lisp:1.1 closure/src/renderer/clim-draw.lisp:1.2
--- closure/src/renderer/clim-draw.lisp:1.1 Thu Mar 13 20:30:56 2003
+++ closure/src/renderer/clim-draw.lisp Sun Mar 13 19:03:24 2005
@@ -2,25 +2,30 @@
;;; ---------------------------------------------------------------------------
;;; Title: Drawing
;;; Created: 2003-03-08
-;;; Author: Gilbert Baumann <unk6(a)rz.uni-karlsruhe.de>
-;;; License: GPL (See file COPYING for details).
-;;; $Id: clim-draw.lisp,v 1.1 2003/03/13 19:30:56 gilbert Exp $
+;;; Author: Gilbert Baumann <gilbert(a)base-engineering.com>
+;;; License: MIT style (see below)
+;;; $Id: clim-draw.lisp,v 1.2 2005/03/13 18:03:24 gbaumann Exp $
;;; ---------------------------------------------------------------------------
;;; (c) copyright 1997-2003 by Gilbert Baumann
-;;; This program is free software; you can redistribute it and/or modify
-;;; it under the terms of the GNU General Public License as published by
-;;; the Free Software Foundation; either version 2 of the License, or
-;;; (at your option) any later version.
-;;;
-;;; This program is distributed in the hope that it will be useful,
-;;; but WITHOUT ANY WARRANTY; without even the implied warranty of
-;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-;;; GNU General Public License for more details.
-;;;
-;;; You should have received a copy of the GNU General Public License
-;;; along with this program; if not, write to the Free Software
-;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+;;; 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.
(in-package :renderer)
Index: closure/src/renderer/device.lisp
diff -u closure/src/renderer/device.lisp:1.1 closure/src/renderer/device.lisp:1.2
--- closure/src/renderer/device.lisp:1.1 Thu Mar 13 20:30:56 2003
+++ closure/src/renderer/device.lisp Sun Mar 13 19:03:24 2005
@@ -2,24 +2,29 @@
;;; ---------------------------------------------------------------------------
;;; Title: A Little Device Abstraction
;;; Created: 2003-03-08
-;;; Author: Gilbert Baumann <unk6(a)rz.uni-karlsruhe.de>
-;;; License: GPL (See file COPYING for details).
+;;; Author: Gilbert Baumann <gilbert(a)base-engineering.com>
+;;; License: MIT style (see below)
;;; ---------------------------------------------------------------------------
;;; (c) copyright 1998-2003 by Gilbert Baumann
-;;; This program is free software; you can redistribute it and/or modify
-;;; it under the terms of the GNU General Public License as published by
-;;; the Free Software Foundation; either version 2 of the License, or
-;;; (at your option) any later version.
-;;;
-;;; This program is distributed in the hope that it will be useful,
-;;; but WITHOUT ANY WARRANTY; without even the implied warranty of
-;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-;;; GNU General Public License for more details.
-;;;
-;;; You should have received a copy of the GNU General Public License
-;;; along with this program; if not, write to the Free Software
-;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+;;; 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.
(in-package :RENDERER)
Index: closure/src/renderer/document.lisp
diff -u closure/src/renderer/document.lisp:1.3 closure/src/renderer/document.lisp:1.4
--- closure/src/renderer/document.lisp:1.3 Fri Mar 14 17:44:07 2003
+++ closure/src/renderer/document.lisp Sun Mar 13 19:03:24 2005
@@ -2,24 +2,29 @@
;;; --------------------------------------------------------------------------------------
;;; Title: The Document Class
;;; Created: 1999-05-07 01:56
-;;; Author: Gilbert Baumann <unk6(a)rz.uni-karlsruhe.de>
-;;; License: GPL (See file COPYING for details).
+;;; Author: Gilbert Baumann <gilbert(a)base-engineering.com>
+;;; License: MIT style (see below)
;;; --------------------------------------------------------------------------------------
;;; (c) copyright 1999 by Gilbert Baumann
-;;; This program is free software; you can redistribute it and/or modify
-;;; it under the terms of the GNU General Public License as published by
-;;; the Free Software Foundation; either version 2 of the License, or
-;;; (at your option) any later version.
-;;;
-;;; This program is distributed in the hope that it will be useful,
-;;; but WITHOUT ANY WARRANTY; without even the implied warranty of
-;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-;;; GNU General Public License for more details.
-;;;
-;;; You should have received a copy of the GNU General Public License
-;;; along with this program; if not, write to the Free Software
-;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+;;; 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.
(in-package :RENDERER)
Index: closure/src/renderer/fonts.lisp
diff -u closure/src/renderer/fonts.lisp:1.3 closure/src/renderer/fonts.lisp:1.4
--- closure/src/renderer/fonts.lisp:1.3 Fri Mar 14 18:06:16 2003
+++ closure/src/renderer/fonts.lisp Sun Mar 13 19:03:24 2005
@@ -2,24 +2,29 @@
;;; ---------------------------------------------------------------------------
;;; Title: Abstract Font Database Interface
;;; Created: 1998-09-11
-;;; Author: Gilbert Baumann <unk6(a)rz.uni-karlsruhe.de>
-;;; License: GPL (See file COPYING for details).
+;;; Author: Gilbert Baumann <gilbert(a)base-engineering.com>
+;;; License: MIT style (see below)
;;; ---------------------------------------------------------------------------
;;; (c) copyright 1998-2003 by Gilbert Baumann
-;;; This program is free software; you can redistribute it and/or modify
-;;; it under the terms of the GNU General Public License as published by
-;;; the Free Software Foundation; either version 2 of the License, or
-;;; (at your option) any later version.
-;;;
-;;; This program is distributed in the hope that it will be useful,
-;;; but WITHOUT ANY WARRANTY; without even the implied warranty of
-;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-;;; GNU General Public License for more details.
-;;;
-;;; You should have received a copy of the GNU General Public License
-;;; along with this program; if not, write to the Free Software
-;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+;;; 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.
(in-package :RENDERER)
Index: closure/src/renderer/hyphenation.lisp
diff -u closure/src/renderer/hyphenation.lisp:1.2 closure/src/renderer/hyphenation.lisp:1.3
--- closure/src/renderer/hyphenation.lisp:1.2 Sun Jun 15 18:54:30 2003
+++ closure/src/renderer/hyphenation.lisp Sun Mar 13 19:03:24 2005
@@ -2,25 +2,30 @@
;;; ---------------------------------------------------------------------------
;;; Title: Hyphenation
;;; Created: 2003-03-07
-;;; Author: Gilbert Baumann <unk6(a)rz.uni-karlsruhe.de>
-;;; License: GPL (See file COPYING for details).
-;;; $Id: hyphenation.lisp,v 1.2 2003/06/15 16:54:30 gilbert Exp $
+;;; Author: Gilbert Baumann <gilbert(a)base-engineering.com>
+;;; License: MIT style (see below)
+;;; $Id: hyphenation.lisp,v 1.3 2005/03/13 18:03:24 gbaumann Exp $
;;; ---------------------------------------------------------------------------
;;; (c) copyright 1999-2003 by Gilbert Baumann
-;;; This program is free software; you can redistribute it and/or modify
-;;; it under the terms of the GNU General Public License as published by
-;;; the Free Software Foundation; either version 2 of the License, or
-;;; (at your option) any later version.
-;;;
-;;; This program is distributed in the hope that it will be useful,
-;;; but WITHOUT ANY WARRANTY; without even the implied warranty of
-;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-;;; GNU General Public License for more details.
-;;;
-;;; You should have received a copy of the GNU General Public License
-;;; along with this program; if not, write to the Free Software
-;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+;;; 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.
(in-package :R2)
@@ -188,6 +193,9 @@
;; new: .57s 2.400,000 bytes [technically zero]
;; $Log: hyphenation.lisp,v $
+;; Revision 1.3 2005/03/13 18:03:24 gbaumann
+;; Gross license change
+;;
;; Revision 1.2 2003/06/15 16:54:30 gilbert
;; Patches by Christophe Rhodes to get it going with SBCL.
;;
Index: closure/src/renderer/images.lisp
diff -u closure/src/renderer/images.lisp:1.1.1.1 closure/src/renderer/images.lisp:1.2
--- closure/src/renderer/images.lisp:1.1.1.1 Mon Jul 22 04:27:21 2002
+++ closure/src/renderer/images.lisp Sun Mar 13 19:03:24 2005
@@ -2,24 +2,29 @@
;;; ---------------------------------------------------------------------------
;;; Title: General image routines
;;; Created: 1998-11-11
-;;; Author: Gilbert Baumann <unk6(a)rz.uni-karlsruhe.de>
-;;; License: GPL (See file COPYING for details).
+;;; Author: Gilbert Baumann <gilbert(a)base-engineering.com>
+;;; License: MIT style (see below)
;;; ---------------------------------------------------------------------------
;;; (c) copyright 1998 by Gilbert Baumann
-;;; This program is free software; you can redistribute it and/or modify
-;;; it under the terms of the GNU General Public License as published by
-;;; the Free Software Foundation; either version 2 of the License, or
-;;; (at your option) any later version.
-;;;
-;;; This program is distributed in the hope that it will be useful,
-;;; but WITHOUT ANY WARRANTY; without even the implied warranty of
-;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-;;; GNU General Public License for more details.
-;;;
-;;; You should have received a copy of the GNU General Public License
-;;; along with this program; if not, write to the Free Software
-;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+;;; 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.
;; Changes
;;
Index: closure/src/renderer/list-item.lisp
diff -u closure/src/renderer/list-item.lisp:1.1 closure/src/renderer/list-item.lisp:1.2
--- closure/src/renderer/list-item.lisp:1.1 Thu Mar 13 20:30:56 2003
+++ closure/src/renderer/list-item.lisp Sun Mar 13 19:03:24 2005
@@ -2,24 +2,29 @@
;;; ---------------------------------------------------------------------------
;;; Title: List Items
;;; Created: 2002-10-26
-;;; Author: Gilbert Baumann <unk6(a)rz.uni-karlsruhe.de>
-;;; License: GPL (See file COPYING for details).
+;;; Author: Gilbert Baumann <gilbert(a)base-engineering.com>
+;;; License: MIT style (see below)
;;; ---------------------------------------------------------------------------
;;; (c) copyright 1997-2002 by Gilbert Baumann
-;;; This program is free software; you can redistribute it and/or modify
-;;; it under the terms of the GNU General Public License as published by
-;;; the Free Software Foundation; either version 2 of the License, or
-;;; (at your option) any later version.
-;;;
-;;; This program is distributed in the hope that it will be useful,
-;;; but WITHOUT ANY WARRANTY; without even the implied warranty of
-;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-;;; GNU General Public License for more details.
-;;;
-;;; You should have received a copy of the GNU General Public License
-;;; along with this program; if not, write to the Free Software
-;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+;;; 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.
(in-package :RENDERER)
Index: closure/src/renderer/package.lisp
diff -u closure/src/renderer/package.lisp:1.1 closure/src/renderer/package.lisp:1.2
--- closure/src/renderer/package.lisp:1.1 Thu Mar 13 20:30:56 2003
+++ closure/src/renderer/package.lisp Sun Mar 13 19:03:24 2005
@@ -1,4 +1,32 @@
-(in-package :r2)
+;;; -*- Mode: Lisp; Syntax: Common-Lisp; Package: R2; -*-
+;;; ---------------------------------------------------------------------------
+;;; Title: Fake package definition for R2
+;;; Created: ???
+;;; Author: Gilbert Baumann <gilbert(a)base-engineering.com>
+;;; License: MIT style (see below)
+;;; ---------------------------------------------------------------------------
+;;; (c) copyright 2005 by Gilbert Baumann
+
+;;; 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.
+
+(in-package :R2)
;; evil
Index: closure/src/renderer/r-struct.lisp
diff -u closure/src/renderer/r-struct.lisp:1.2 closure/src/renderer/r-struct.lisp:1.3
--- closure/src/renderer/r-struct.lisp:1.2 Thu Mar 13 20:29:17 2003
+++ closure/src/renderer/r-struct.lisp Sun Mar 13 19:03:24 2005
@@ -2,24 +2,29 @@
;;; ---------------------------------------------------------------------------
;;; Title: The Renderer's Data Structures
;;; Created: 1999-01-08
-;;; Author: Gilbert Baumann <unk6(a)rz.uni-karlsruhe.de>
-;;; License: GPL (See file COPYING for details).
+;;; Author: Gilbert Baumann <gilbert(a)base-engineering.com>
+;;; License: MIT style (see below)
;;; ---------------------------------------------------------------------------
;;; (c) copyright 1999 by Gilbert Baumann
-;;; This program is free software; you can redistribute it and/or modify
-;;; it under the terms of the GNU General Public License as published by
-;;; the Free Software Foundation; either version 2 of the License, or
-;;; (at your option) any later version.
-;;;
-;;; This program is distributed in the hope that it will be useful,
-;;; but WITHOUT ANY WARRANTY; without even the implied warranty of
-;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-;;; GNU General Public License for more details.
-;;;
-;;; You should have received a copy of the GNU General Public License
-;;; along with this program; if not, write to the Free Software
-;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+;;; 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.
;; When Who What
;; ----------------------------------------------------------------------------
Index: closure/src/renderer/raux.lisp
diff -u closure/src/renderer/raux.lisp:1.4 closure/src/renderer/raux.lisp:1.5
--- closure/src/renderer/raux.lisp:1.4 Thu Mar 13 20:29:17 2003
+++ closure/src/renderer/raux.lisp Sun Mar 13 19:03:24 2005
@@ -2,24 +2,29 @@
;;; --------------------------------------------------------------------------------------
;;; Title: Auxiliary render functions
;;; Created: 1999-02-24
-;;; Author: Gilbert Baumann <unk6(a)rz.uni-karlsruhe.de>
-;;; License: GPL (See file COPYING for details).
+;;; Author: Gilbert Baumann <gilbert(a)base-engineering.com>
+;;; License: MIT style (see below)
;;; --------------------------------------------------------------------------------------
;;; (c) copyright 1998,1999 by Gilbert Baumann
-;;; This program is free software; you can redistribute it and/or modify
-;;; it under the terms of the GNU General Public License as published by
-;;; the Free Software Foundation; either version 2 of the License, or
-;;; (at your option) any later version.
-;;;
-;;; This program is distributed in the hope that it will be useful,
-;;; but WITHOUT ANY WARRANTY; without even the implied warranty of
-;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-;;; GNU General Public License for more details.
-;;;
-;;; You should have received a copy of the GNU General Public License
-;;; along with this program; if not, write to the Free Software
-;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+;;; 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.
(in-package :R2)
Index: closure/src/renderer/renderer.lisp
diff -u closure/src/renderer/renderer.lisp:1.9 closure/src/renderer/renderer.lisp:1.10
--- closure/src/renderer/renderer.lisp:1.9 Fri Mar 14 18:06:16 2003
+++ closure/src/renderer/renderer.lisp Sun Mar 13 19:03:25 2005
@@ -2,25 +2,31 @@
;;; ---------------------------------------------------------------------------
;;; Title: The Renderer's Heart
;;; Created: long ago
-;;; Author: Gilbert Baumann <unk6(a)rz.uni-karlsruhe.de>
-;;; License: GPL (See file COPYING for details).
-;;; $Id: renderer.lisp,v 1.9 2003/03/14 17:06:16 dan Exp $
+;;; Author: Gilbert Baumann <gilbert(a)base-engineering.com>
+;;; License: MIT style (see below)
+;;; $Id: renderer.lisp,v 1.10 2005/03/13 18:03:25 gbaumann Exp $
;;; ---------------------------------------------------------------------------
;;; (c) copyright 1997-2002 by Gilbert Baumann
-;;; This program is free software; you can redistribute it and/or modify
-;;; it under the terms of the GNU General Public License as published by
-;;; the Free Software Foundation; either version 2 of the License, or
-;;; (at your option) any later version.
-;;;
-;;; This program is distributed in the hope that it will be useful,
-;;; but WITHOUT ANY WARRANTY; without even the implied warranty of
-;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-;;; GNU General Public License for more details.
-;;;
-;;; You should have received a copy of the GNU General Public License
-;;; along with this program; if not, write to the Free Software
-;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+;;; 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.
+
(in-package :R2)
Index: closure/src/renderer/renderer2.lisp
diff -u closure/src/renderer/renderer2.lisp:1.6 closure/src/renderer/renderer2.lisp:1.7
--- closure/src/renderer/renderer2.lisp:1.6 Sun Jun 15 18:47:44 2003
+++ closure/src/renderer/renderer2.lisp Sun Mar 13 19:03:25 2005
@@ -2,25 +2,30 @@
;;; ---------------------------------------------------------------------------
;;; Title: The Core of the Renderer
;;; Created: somewhen late 2002
-;;; Author: Gilbert Baumann <unk6(a)rz.uni-karlsruhe.de>
-;;; License: GPL (See file COPYING for details).
-;;; $Id: renderer2.lisp,v 1.6 2003/06/15 16:47:44 gilbert Exp $
+;;; Author: Gilbert Baumann <gilbert(a)base-engineering.com>
+;;; License: MIT style (see below)
+;;; $Id: renderer2.lisp,v 1.7 2005/03/13 18:03:25 gbaumann Exp $
;;; ---------------------------------------------------------------------------
;;; (c) copyright 1997-2003 by Gilbert Baumann
-;;; This program is free software; you can redistribute it and/or modify
-;;; it under the terms of the GNU General Public License as published by
-;;; the Free Software Foundation; either version 2 of the License, or
-;;; (at your option) any later version.
-;;;
-;;; This program is distributed in the hope that it will be useful,
-;;; but WITHOUT ANY WARRANTY; without even the implied warranty of
-;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-;;; GNU General Public License for more details.
-;;;
-;;; You should have received a copy of the GNU General Public License
-;;; along with this program; if not, write to the Free Software
-;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+;;; 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.
(in-package :R2)
@@ -5056,6 +5061,9 @@
;; $Log: renderer2.lisp,v $
+;; Revision 1.7 2005/03/13 18:03:25 gbaumann
+;; Gross license change
+;;
;; Revision 1.6 2003/06/15 16:47:44 gilbert
;; OpenMCL patches by Patrik Nordebo
;;
Index: closure/src/renderer/tables.lisp
diff -u closure/src/renderer/tables.lisp:1.2 closure/src/renderer/tables.lisp:1.3
--- closure/src/renderer/tables.lisp:1.2 Thu Mar 13 20:29:17 2003
+++ closure/src/renderer/tables.lisp Sun Mar 13 19:03:25 2005
@@ -2,24 +2,29 @@
;;; ---------------------------------------------------------------------------
;;; Title: Table Renderer
;;; Created: 1999-05-25
-;;; Author: Gilbert Baumann <unk6(a)rz.uni-karlsruhe.de>
-;;; License: GPL (See file COPYING for details).
+;;; Author: Gilbert Baumann <gilbert(a)base-engineering.com>
+;;; License: MIT style (see below)
;;; ---------------------------------------------------------------------------
;;; (c) copyright 1998,1999 by Gilbert Baumann
-;;; This program is free software; you can redistribute it and/or modify
-;;; it under the terms of the GNU General Public License as published by
-;;; the Free Software Foundation; either version 2 of the License, or
-;;; (at your option) any later version.
-;;;
-;;; This program is distributed in the hope that it will be useful,
-;;; but WITHOUT ANY WARRANTY; without even the implied warranty of
-;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-;;; GNU General Public License for more details.
-;;;
-;;; You should have received a copy of the GNU General Public License
-;;; along with this program; if not, write to the Free Software
-;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+;;; 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.
(in-package :RENDERER)
Index: closure/src/renderer/texpara.lisp
diff -u closure/src/renderer/texpara.lisp:1.5 closure/src/renderer/texpara.lisp:1.6
--- closure/src/renderer/texpara.lisp:1.5 Sun Jun 15 18:47:44 2003
+++ closure/src/renderer/texpara.lisp Sun Mar 13 19:03:25 2005
@@ -1,3 +1,31 @@
+;;; -*- Mode: Lisp; Syntax: Common-Lisp; Package: TEXPARA; -*-
+;;; ---------------------------------------------------------------------------
+;;; Title: TeX like paragraph formatting
+;;; Created: ???
+;;; Author: Gilbert Baumann <gilbert(a)base-engineering.com>
+;;; License: MIT style (see below)
+;;; ---------------------------------------------------------------------------
+;;; (c) copyright 2005 by Gilbert Baumann
+
+;;; 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 :texpara (:use #:cl))
(in-package :texpara)
Index: closure/src/renderer/x11.lisp
diff -u closure/src/renderer/x11.lisp:1.5 closure/src/renderer/x11.lisp:1.6
--- closure/src/renderer/x11.lisp:1.5 Sat Mar 15 11:10:45 2003
+++ closure/src/renderer/x11.lisp Sun Mar 13 19:03:25 2005
@@ -2,24 +2,29 @@
;;; ---------------------------------------------------------------------------
;;; Title: X11 specific stuff
;;; Created: 1998-11-11
-;;; Author: Gilbert Baumann <unk6(a)rz.uni-karlsruhe.de>
-;;; License: GPL (See file COPYING for details).
+;;; Author: Gilbert Baumann <gilbert(a)base-engineering.com>
+;;; License: MIT style (see below)
;;; ---------------------------------------------------------------------------
;;; (c) copyright 1998,1999 by Gilbert Baumann
-;;; This program is free software; you can redistribute it and/or modify
-;;; it under the terms of the GNU General Public License as published by
-;;; the Free Software Foundation; either version 2 of the License, or
-;;; (at your option) any later version.
-;;;
-;;; This program is distributed in the hope that it will be useful,
-;;; but WITHOUT ANY WARRANTY; without even the implied warranty of
-;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-;;; GNU General Public License for more details.
-;;;
-;;; You should have received a copy of the GNU General Public License
-;;; along with this program; if not, write to the Free Software
-;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+;;; 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.
;;; Changes
1
0

[closure-cvs] CVS update: closure/src/protocols/css-support.lisp closure/src/protocols/element.lisp closure/src/protocols/package.lisp
by gbaumann@common-lisp.net 13 Mar '05
by gbaumann@common-lisp.net 13 Mar '05
13 Mar '05
Update of /project/closure/cvsroot/closure/src/protocols
In directory common-lisp.net:/tmp/cvs-serv11452/src/protocols
Modified Files:
css-support.lisp element.lisp package.lisp
Log Message:
Gross license change
Date: Sun Mar 13 19:03:10 2005
Author: gbaumann
Index: closure/src/protocols/css-support.lisp
diff -u closure/src/protocols/css-support.lisp:1.2 closure/src/protocols/css-support.lisp:1.3
--- closure/src/protocols/css-support.lisp:1.2 Fri Mar 14 18:01:40 2003
+++ closure/src/protocols/css-support.lisp Sun Mar 13 19:03:05 2005
@@ -2,25 +2,29 @@
;;; ---------------------------------------------------------------------------
;;; Title: Protocol to support CSS style sheet cascading
;;; Created: 2002-08-07 03:40
-;;; Author: Gilbert Baumann <unk6(a)rz.uni-karlsruhe.de>
+;;; Author: Gilbert Baumann <gilbert(a)base-engineering.com>
;;; License: LGPL (See file COPYING for details).
;;; ---------------------------------------------------------------------------
;;; (c) copyright 2002 by Gilbert Baumann
-;;; This library is free software; you can redistribute it and/or
-;;; modify it under the terms of the GNU Library General Public
-;;; License as published by the Free Software Foundation; either
-;;; version 2 of the License, or (at your option) any later version.
-;;;
-;;; This library is distributed in the hope that it will be useful,
-;;; but WITHOUT ANY WARRANTY; without even the implied warranty of
-;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-;;; Library General Public License for more details.
-;;;
-;;; You should have received a copy of the GNU Library General Public
-;;; License along with this library; if not, write to the
-;;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-;;; Boston, MA 02111-1307 USA.
+;;; 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.
(in-package :CLOSURE-PROTOCOL)
Index: closure/src/protocols/element.lisp
diff -u closure/src/protocols/element.lisp:1.2 closure/src/protocols/element.lisp:1.3
--- closure/src/protocols/element.lisp:1.2 Thu Mar 13 20:29:17 2003
+++ closure/src/protocols/element.lisp Sun Mar 13 19:03:05 2005
@@ -2,25 +2,29 @@
;;; ---------------------------------------------------------------------------
;;; Title: The Closure Element Protocol
;;; Created: 2002-08-07 03:29
-;;; Author: Gilbert Baumann <unk6(a)rz.uni-karlsruhe.de>
+;;; Author: Gilbert Baumann <gilbert(a)base-engineering.com>
;;; License: LGPL (See file COPYING for details).
;;; ---------------------------------------------------------------------------
;;; (c) copyright 2002 by Gilbert Baumann
-;;; This library is free software; you can redistribute it and/or
-;;; modify it under the terms of the GNU Library General Public
-;;; License as published by the Free Software Foundation; either
-;;; version 2 of the License, or (at your option) any later version.
-;;;
-;;; This library is distributed in the hope that it will be useful,
-;;; but WITHOUT ANY WARRANTY; without even the implied warranty of
-;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-;;; Library General Public License for more details.
-;;;
-;;; You should have received a copy of the GNU Library General Public
-;;; License along with this library; if not, write to the
-;;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-;;; Boston, MA 02111-1307 USA.
+;;; 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.
(in-package :CLOSURE-PROTOCOL)
Index: closure/src/protocols/package.lisp
diff -u closure/src/protocols/package.lisp:1.2 closure/src/protocols/package.lisp:1.3
--- closure/src/protocols/package.lisp:1.2 Thu Mar 13 20:29:17 2003
+++ closure/src/protocols/package.lisp Sun Mar 13 19:03:05 2005
@@ -2,25 +2,29 @@
;;; ---------------------------------------------------------------------------
;;; Title: Package definition for the Closure Protocols container package
;;; Created: 2002-08-07 03:26
-;;; Author: Gilbert Baumann <unk6(a)rz.uni-karlsruhe.de>
+;;; Author: Gilbert Baumann <gilbert(a)base-engineering.com>
;;; License: LGPL (See file COPYING for details).
;;; ---------------------------------------------------------------------------
;;; (c) copyright 2002 by Gilbert Baumann
-;;; This library is free software; you can redistribute it and/or
-;;; modify it under the terms of the GNU Library General Public
-;;; License as published by the Free Software Foundation; either
-;;; version 2 of the License, or (at your option) any later version.
-;;;
-;;; This library is distributed in the hope that it will be useful,
-;;; but WITHOUT ANY WARRANTY; without even the implied warranty of
-;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-;;; Library General Public License for more details.
-;;;
-;;; You should have received a copy of the GNU Library General Public
-;;; License along with this library; if not, write to the
-;;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-;;; Boston, MA 02111-1307 USA.
+;;; 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 :CLOSURE-PROTOCOL
(:use :glisp)
1
0

13 Mar '05
Update of /project/closure/cvsroot/closure/src/patches
In directory common-lisp.net:/tmp/cvs-serv11452/src/patches
Modified Files:
clx-patch.lisp
Log Message:
Gross license change
Date: Sun Mar 13 19:03:01 2005
Author: gbaumann
Index: closure/src/patches/clx-patch.lisp
diff -u closure/src/patches/clx-patch.lisp:1.3 closure/src/patches/clx-patch.lisp:1.4
--- closure/src/patches/clx-patch.lisp:1.3 Sun Jun 15 18:47:44 2003
+++ closure/src/patches/clx-patch.lisp Sun Mar 13 19:02:58 2005
@@ -2,9 +2,10 @@
;;; ---------------------------------------------------------------------------
;;; Title: Some CLX patches
;;; Created: 1999-05-10 23:42
-;;; Author: Gilbert Baumann <unk6(a)rz.uni-karlsruhe.de>
+;;; Author: Gilbert Baumann <gilbert(a)base-engineering.com>
;;; ---------------------------------------------------------------------------
;;; (c) copyright 1999 by Gilbert Baumann
+;;;
;;; Portions Copyright (C) 1987 Texas Instruments Incorporated.
;;;
1
0

[closure-cvs] CVS update: closure/src/parse/package.lisp closure/src/parse/pt.lisp closure/src/parse/sgml-dtd.lisp closure/src/parse/sgml-parse.lisp
by gbaumann@common-lisp.net 13 Mar '05
by gbaumann@common-lisp.net 13 Mar '05
13 Mar '05
Update of /project/closure/cvsroot/closure/src/parse
In directory common-lisp.net:/tmp/cvs-serv11452/src/parse
Modified Files:
package.lisp pt.lisp sgml-dtd.lisp sgml-parse.lisp
Log Message:
Gross license change
Date: Sun Mar 13 19:02:43 2005
Author: gbaumann
Index: closure/src/parse/package.lisp
diff -u closure/src/parse/package.lisp:1.2 closure/src/parse/package.lisp:1.3
--- closure/src/parse/package.lisp:1.2 Thu Mar 13 20:29:17 2003
+++ closure/src/parse/package.lisp Sun Mar 13 19:02:40 2005
@@ -1,3 +1,33 @@
+;;; -*- Mode: Lisp; Syntax: Common-Lisp; Package: CL-USER; -*-
+;;; ---------------------------------------------------------------------------
+;;; Title: Package definition for the SGML parser
+;;; Created: perhaps 1996
+;;; Author: Gilbert Baumann <gilbert(a)base-engineering.com>
+;;; License: MIT style (see below)
+;;; ---------------------------------------------------------------------------
+;;; (c) copyright 2005 by Gilbert Baumann
+
+;;; 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.
+
+(in-package :CL-USER)
+
(defpackage :sgml
(:use :glisp)
(:export #:SGML-PARSE
Index: closure/src/parse/pt.lisp
diff -u closure/src/parse/pt.lisp:1.3 closure/src/parse/pt.lisp:1.4
--- closure/src/parse/pt.lisp:1.3 Fri Mar 14 17:44:07 2003
+++ closure/src/parse/pt.lisp Sun Mar 13 19:02:40 2005
@@ -2,24 +2,29 @@
;;; ---------------------------------------------------------------------------
;;; Title: Definition of PT and Misc. PT utilities
;;; Created: Somewhen in 1996
-;;; Author: Gilbert Baumann <unk6(a)rz.uni-karlsruhe.de>
-;;; License: GPL (See file COPYING for details).
+;;; Author: Gilbert Baumann <gilbert(a)base-engineering.com>
+;;; License: MIT style (see below)
;;; ---------------------------------------------------------------------------
;;; (c) copyright 1996-1999 by Gilbert Baumann
-;;; This program is free software; you can redistribute it and/or modify
-;;; it under the terms of the GNU General Public License as published by
-;;; the Free Software Foundation; either version 2 of the License, or
-;;; (at your option) any later version.
-;;;
-;;; This program is distributed in the hope that it will be useful,
-;;; but WITHOUT ANY WARRANTY; without even the implied warranty of
-;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-;;; GNU General Public License for more details.
-;;;
-;;; You should have received a copy of the GNU General Public License
-;;; along with this program; if not, write to the Free Software
-;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+;;; 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.
;; Changes
;;
Index: closure/src/parse/sgml-dtd.lisp
diff -u closure/src/parse/sgml-dtd.lisp:1.3 closure/src/parse/sgml-dtd.lisp:1.4
--- closure/src/parse/sgml-dtd.lisp:1.3 Fri Mar 14 17:44:07 2003
+++ closure/src/parse/sgml-dtd.lisp Sun Mar 13 19:02:40 2005
@@ -2,24 +2,29 @@
;;; ---------------------------------------------------------------------------
;;; Title: A very first approach to parse DTD's directly
;;; Created: 1997-10-14
-;;; Author: Gilbert Baumann <unk6(a)rz.uni-karlsruhe.de>
-;;; License: GPL (See file COPYING for details).
+;;; Author: Gilbert Baumann <gilbert(a)base-engineering.com>
+;;; License: MIT style (see below)
;;; ---------------------------------------------------------------------------
;;; (c) copyright 1997-2001 by Gilbert Baumann
-;;; This program is free software; you can redistribute it and/or modify
-;;; it under the terms of the GNU General Public License as published by
-;;; the Free Software Foundation; either version 2 of the License, or
-;;; (at your option) any later version.
-;;;
-;;; This program is distributed in the hope that it will be useful,
-;;; but WITHOUT ANY WARRANTY; without even the implied warranty of
-;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-;;; GNU General Public License for more details.
-;;;
-;;; You should have received a copy of the GNU General Public License
-;;; along with this program; if not, write to the Free Software
-;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+;;; 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.
(in-package :SGML)
Index: closure/src/parse/sgml-parse.lisp
diff -u closure/src/parse/sgml-parse.lisp:1.3 closure/src/parse/sgml-parse.lisp:1.4
--- closure/src/parse/sgml-parse.lisp:1.3 Fri Mar 14 17:44:07 2003
+++ closure/src/parse/sgml-parse.lisp Sun Mar 13 19:02:40 2005
@@ -2,24 +2,29 @@
;;; ---------------------------------------------------------------------------
;;; Title: An SGML Parser
;;; Created: 1996-10-21
-;;; Author: Gilbert Baumann <unk6(a)rz.uni-karlsruhe.de>
-;;; License: GPL (See file COPYING for details).
+;;; Author: Gilbert Baumann <gilbert(a)base-engineering.com>
+;;; License: MIT style (see below)
;;; ---------------------------------------------------------------------------
;;; (c) copyright 1996-1999 by Gilbert Baumann
-;;; This program is free software; you can redistribute it and/or modify
-;;; it under the terms of the GNU General Public License as published by
-;;; the Free Software Foundation; either version 2 of the License, or
-;;; (at your option) any later version.
-;;;
-;;; This program is distributed in the hope that it will be useful,
-;;; but WITHOUT ANY WARRANTY; without even the implied warranty of
-;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-;;; GNU General Public License for more details.
-;;;
-;;; You should have received a copy of the GNU General Public License
-;;; along with this program; if not, write to the Free Software
-;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+;;; 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.
;; Changes
;;
1
0

[closure-cvs] CVS update: closure/src/net/common-parse.lisp closure/src/net/ftp.lisp closure/src/net/http.lisp closure/src/net/mime.lisp closure/src/net/package.lisp closure/src/net/url.lisp
by gbaumann@common-lisp.net 13 Mar '05
by gbaumann@common-lisp.net 13 Mar '05
13 Mar '05
Update of /project/closure/cvsroot/closure/src/net
In directory common-lisp.net:/tmp/cvs-serv11452/src/net
Modified Files:
common-parse.lisp ftp.lisp http.lisp mime.lisp package.lisp
url.lisp
Log Message:
Gross license change
Date: Sun Mar 13 19:02:20 2005
Author: gbaumann
Index: closure/src/net/common-parse.lisp
diff -u closure/src/net/common-parse.lisp:1.2 closure/src/net/common-parse.lisp:1.3
--- closure/src/net/common-parse.lisp:1.2 Fri Mar 14 18:06:16 2003
+++ closure/src/net/common-parse.lisp Sun Mar 13 19:02:19 2005
@@ -2,25 +2,29 @@
;;; ---------------------------------------------------------------------------
;;; Title: Common Parsing Routines to Parse off Header Fields et al
;;; Created: 2001-05-16
-;;; Author: Gilbert Baumann <unk6(a)rz.uni-karlsruhe.de>
+;;; Author: Gilbert Baumann <gilbert(a)base-engineering.com>
;;; License: LGPL (See file COPYING for details).
;;; ---------------------------------------------------------------------------
;;; (c) copyright 2001 by Gilbert Baumann
-;;; This library is free software; you can redistribute it and/or
-;;; modify it under the terms of the GNU Library General Public
-;;; License as published by the Free Software Foundation; either
-;;; version 2 of the License, or (at your option) any later version.
-;;;
-;;; This library is distributed in the hope that it will be useful,
-;;; but WITHOUT ANY WARRANTY; without even the implied warranty of
-;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-;;; Library General Public License for more details.
-;;;
-;;; You should have received a copy of the GNU Library General Public
-;;; License along with this library; if not, write to the
-;;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-;;; Boston, MA 02111-1307 USA.
+;;; 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.
(in-package :NETLIB)
Index: closure/src/net/ftp.lisp
diff -u closure/src/net/ftp.lisp:1.1.1.1 closure/src/net/ftp.lisp:1.2
--- closure/src/net/ftp.lisp:1.1.1.1 Mon Jul 22 04:27:20 2002
+++ closure/src/net/ftp.lisp Sun Mar 13 19:02:19 2005
@@ -2,24 +2,29 @@
;;; ---------------------------------------------------------------------------
;;; Title: The FTP Protocol (rfc-959)
;;; Created: 1997-08-27
-;;; Author: Gilbert Baumann <unk6(a)rz.uni-karlsruhe.de>
-;;; License: GPL (See file COPYING for details).
+;;; Author: Gilbert Baumann <gilbert(a)base-engineering.com>
+;;; License: MIT style (see below)
;;; ---------------------------------------------------------------------------
;;; (c) copyright 1997,1999 by Gilbert Baumann
-;;; This program is free software; you can redistribute it and/or modify
-;;; it under the terms of the GNU General Public License as published by
-;;; the Free Software Foundation; either version 2 of the License, or
-;;; (at your option) any later version.
-;;;
-;;; This program is distributed in the hope that it will be useful,
-;;; but WITHOUT ANY WARRANTY; without even the implied warranty of
-;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-;;; GNU General Public License for more details.
-;;;
-;;; You should have received a copy of the GNU General Public License
-;;; along with this program; if not, write to the Free Software
-;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+;;; 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.
(in-package :NETLIB)
Index: closure/src/net/http.lisp
diff -u closure/src/net/http.lisp:1.4 closure/src/net/http.lisp:1.5
--- closure/src/net/http.lisp:1.4 Fri Mar 14 17:56:37 2003
+++ closure/src/net/http.lisp Sun Mar 13 19:02:19 2005
@@ -2,24 +2,29 @@
;;; ---------------------------------------------------------------------------
;;; Title: HTTP and Stuff
;;; Created: 1997-09-25
-;;; Author: Gilbert Baumann <unk6(a)rz.uni-karlsruhe.de>
-;;; License: GPL (See file COPYING for details).
+;;; Author: Gilbert Baumann <gilbert(a)base-engineering.com>
+;;; License: MIT style (see below)
;;; ---------------------------------------------------------------------------
;;; (c) copyright 1997-2001 by Gilbert Baumann
-;;; This program is free software; you can redistribute it and/or modify
-;;; it under the terms of the GNU General Public License as published by
-;;; the Free Software Foundation; either version 2 of the License, or
-;;; (at your option) any later version.
-;;;
-;;; This program is distributed in the hope that it will be useful,
-;;; but WITHOUT ANY WARRANTY; without even the implied warranty of
-;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-;;; GNU General Public License for more details.
-;;;
-;;; You should have received a copy of the GNU General Public License
-;;; along with this program; if not, write to the Free Software
-;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+;;; 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.
(in-package :NETLIB)
Index: closure/src/net/mime.lisp
diff -u closure/src/net/mime.lisp:1.4 closure/src/net/mime.lisp:1.5
--- closure/src/net/mime.lisp:1.4 Thu Jun 19 17:02:23 2003
+++ closure/src/net/mime.lisp Sun Mar 13 19:02:19 2005
@@ -2,24 +2,29 @@
;;; ---------------------------------------------------------------------------
;;; Title: Simple-minded MIME handling
;;; Created: 1997-04-12
-;;; Author: Gilbert Baumann <unk6(a)rz.uni-karlsruhe.de>
-;;; License: GPL (See file COPYING for details).
+;;; Author: Gilbert Baumann <gilbert(a)base-engineering.com>
+;;; License: MIT style (see below)
;;; ---------------------------------------------------------------------------
;;; (c) copyright 1996-1999 by Gilbert Baumann
-;;; This program is free software; you can redistribute it and/or modify
-;;; it under the terms of the GNU General Public License as published by
-;;; the Free Software Foundation; either version 2 of the License, or
-;;; (at your option) any later version.
-;;;
-;;; This program is distributed in the hope that it will be useful,
-;;; but WITHOUT ANY WARRANTY; without even the implied warranty of
-;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-;;; GNU General Public License for more details.
-;;;
-;;; You should have received a copy of the GNU General Public License
-;;; along with this program; if not, write to the Free Software
-;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+;;; 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.
(in-package :NETLIB)
Index: closure/src/net/package.lisp
diff -u closure/src/net/package.lisp:1.1.1.1 closure/src/net/package.lisp:1.2
--- closure/src/net/package.lisp:1.1.1.1 Mon Jul 22 04:27:20 2002
+++ closure/src/net/package.lisp Sun Mar 13 19:02:19 2005
@@ -1,3 +1,33 @@
+;;; -*- Mode: Lisp; Syntax: Common-Lisp; Package: CL-USER; -*-
+;;; ---------------------------------------------------------------------------
+;;; Title: Package definition for NETLIB
+;;; Created: ???
+;;; Author: Gilbert Baumann <gilbert(a)base-engineering.com>
+;;; License: MIT style (see below)
+;;; ---------------------------------------------------------------------------
+;;; (c) copyright 2005 by Gilbert Baumann
+
+;;; 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.
+
+(in-package :CL-USER)
+
(defpackage :ws/netlib
(:nicknames :netlib)
(:use :glisp :url)
Index: closure/src/net/url.lisp
diff -u closure/src/net/url.lisp:1.4 closure/src/net/url.lisp:1.5
--- closure/src/net/url.lisp:1.4 Wed Mar 26 22:16:16 2003
+++ closure/src/net/url.lisp Sun Mar 13 19:02:19 2005
@@ -2,24 +2,29 @@
;;; ---------------------------------------------------------------------------
;;; Title: Parsing and Unparsing URLs, second approach
;;; Created: 1997-05-10
-;;; Author: Gilbert Baumann <unk6(a)rz.uni-karlsruhe.de>
-;;; License: GPL (See file COPYING for details).
+;;; Author: Gilbert Baumann <gilbert(a)base-engineering.com>
+;;; License: MIT style (see below)
;;; ---------------------------------------------------------------------------
;;; (c) copyright 1997-2002 by Gilbert Baumann
-;;; This program is free software; you can redistribute it and/or modify
-;;; it under the terms of the GNU General Public License as published by
-;;; the Free Software Foundation; either version 2 of the License, or
-;;; (at your option) any later version.
-;;;
-;;; This program is distributed in the hope that it will be useful,
-;;; but WITHOUT ANY WARRANTY; without even the implied warranty of
-;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-;;; GNU General Public License for more details.
-;;;
-;;; You should have received a copy of the GNU General Public License
-;;; along with this program; if not, write to the Free Software
-;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+;;; 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.
;;; Changes
1
0