[closure-cvs] CVS update: closure/resources/resources.lisp

Gilbert Baumann gbaumann at common-lisp.net
Sun Mar 13 18:00:57 UTC 2005


Update of /project/closure/cvsroot/closure/resources
In directory common-lisp.net:/tmp/cvs-serv11452/resources

Modified Files:
	resources.lisp 
Log Message:
Gross license change
Date: Sun Mar 13 19:00:56 2005
Author: gbaumann

Index: closure/resources/resources.lisp
diff -u closure/resources/resources.lisp:1.2 closure/resources/resources.lisp:1.3
--- closure/resources/resources.lisp:1.2	Fri Mar 14 17:44:07 2003
+++ closure/resources/resources.lisp	Sun Mar 13 19:00:55 2005
@@ -1,4 +1,32 @@
-(in-package :gluser)
+;;; -*- Mode: Lisp; Syntax: Common-Lisp; Package: GLUSER; -*-
+;;; ---------------------------------------------------------------------------
+;;;     Title: Some stuff
+;;;   Created: ????
+;;;    Author: Gilbert Baumann <gilbert at 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 :GLUSER)
 
 ;;; Ich habe das jetzt satt! Wir lesen das default style sheet jetzt
 ;;; im rahmen des compilierens, dann gibt es spaeter keine




More information about the Closure-cvs mailing list