~ chicken-core (chicken-5) b6466b56e3f3aede318827f611b78bedc97a5175


commit b6466b56e3f3aede318827f611b78bedc97a5175
Author:     felix <felix@call-with-current-continuation.org>
AuthorDate: Mon Jul 26 11:09:09 2010 +0200
Commit:     felix <felix@call-with-current-continuation.org>
CommitDate: Mon Jul 26 11:09:09 2010 +0200

    license fix by sjaaman

diff --git a/LICENSE b/LICENSE
index e16723c2..caf5ee7d 100644
--- a/LICENSE
+++ b/LICENSE
@@ -87,7 +87,7 @@ irregex.scm:
 
 {{let-optionals}} implementation in chicken-syntax.scm:
 
-  Copyright (c) 1996, 1998-2000, Olin Shivers
+  Copyright (c) 1996 Olin Shivers
   All rights reserved.
   
   Redistribution and use in source and binary forms, with or without
@@ -151,6 +151,32 @@ srfi-13.scm, srfi-14.scm:
   promotional, or sales literature without prior written consent from
   MIT in each case.
 
+srfi-13.scm:
+
+  Copyright (c) 1998, 1999, 2000 Olin Shivers. All rights reserved.
+  All rights reserved.
+  
+  Redistribution and use in source and binary forms, with or without
+  modification, are permitted provided that the following conditions
+  are met:
+  1. Redistributions of source code must retain the above copyright
+     notice, this list of conditions and the following disclaimer.
+  2. Redistributions in binary form must reproduce the above copyright
+     notice, this list of conditions and the following disclaimer in the
+     documentation and/or other materials provided with the distribution.
+  3. The name of the authors may not be used to endorse or promote products
+     derived from this software without specific prior written permission.
+  
+  THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS OR
+  IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
+  OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
+  IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY DIRECT, INDIRECT,
+  INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
+  NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+  DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+  THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+  (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
+  THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
 === Public domain / unencumbered
 
Trap