1------------------------------------------------------------------------------
2  Copyright (C) 2005,2006 Kazuki Ohta <mover AT hct.zaq.ne.jp>
3                2005,2006 Jun Inoue <jun.lambda AT gmail.com>
4                2005,2006 YAMAMOTO Kengo <yamaken AT bp.iij4u.or.jp>
5                2007-2008 SigScheme Project <uim-en AT googlegroups.com>
6
7  All rights reserved.
8
9  Redistribution and use in source and binary forms, with or without
10  modification, are permitted provided that the following conditions
11  are met:
12
13  1. Redistributions of source code must retain the above copyright
14     notice, this list of conditions and the following disclaimer.
15  2. Redistributions in binary form must reproduce the above copyright
16     notice, this list of conditions and the following disclaimer in the
17     documentation and/or other materials provided with the distribution.
18  3. Neither the name of authors nor the names of its contributors
19     may be used to endorse or promote products derived from this software
20     without specific prior written permission.
21
22  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ``AS
23  IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
24  THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
25  PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR
26  CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
27  EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
28  PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
29  OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
30  WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
31  OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
32  ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
33------------------------------------------------------------------------------
34
35Supplementary explanation (only for help and not legal):
36
37  You may use, reuse, modify, distribute and/or sell material contained
38  in this package, except for those files or directories that contain a
39  notice that a different license applies.  Such exceptional material
40  must be distributed under the terms of the license specified therein.
41  Each file indicates its copyright holder in its header.
42
43
44libgcroots is covered by:
45-----------------------------------------------------------------------------
46Copyright 1988, 1989 Hans-J. Boehm, Alan J. Demers
47Copyright (c) 1991-1995 by Xerox Corporation.  All rights reserved.
48Copyright (c) 1996-1999 by Silicon Graphics.  All rights reserved.
49Copyright (c) 1999-2001 by Hewlett-Packard. All rights reserved.
50Copyright (c) 2006-2007 YAMAMOTO Kengo All rights reserved.
51
52THIS MATERIAL IS PROVIDED AS IS, WITH ABSOLUTELY NO WARRANTY EXPRESSED
53OR IMPLIED.  ANY USE IS AT YOUR OWN RISK.
54
55Permission is hereby granted to use or copy this program
56for any purpose,  provided the above notices are retained on all copies.
57Permission to modify the code and to distribute modified code is granted,
58provided the above notices are retained, and a notice that the code was
59modified is included with the above copyright notice.
60-----------------------------------------------------------------------------
61
62lib/srfi-1.scm is covered by:
63-----------------------------------------------------------------------------
64;;; Copyright (c) 1998, 1999 by Olin Shivers. You may do as you please with
65;;; this code as long as you do not remove this copyright notice or
66;;; hold me liable for its use. Please send bug reports to shivers@ai.mit.edu.
67;;;     -Olin
68
69;;; Copyright (c) 2007-2008 SigScheme Project <uim-en AT googlegroups.com>
70-----------------------------------------------------------------------------
71
72
73lib/srfi-9.scm is covered by:
74-----------------------------------------------------------------------------
75Copyright (C) Richard Kelsey (1999). All Rights Reserved.
76
77Permission is hereby granted, free of charge, to any person obtaining
78a copy of this software and associated documentation files (the
79"Software"), to deal in the Software without restriction, including
80without limitation the rights to use, copy, modify, merge, publish,
81distribute, sublicense, and/or sell copies of the Software, and to
82permit persons to whom the Software is furnished to do so, subject to
83the following conditions:
84
85The above copyright notice and this permission notice shall be
86included in all copies or substantial portions of the Software.
87
88THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
89EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
90MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
91NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
92LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
93OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
94WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
95-----------------------------------------------------------------------------
96
97
98lib/srfi-43.scm is covered by:
99-----------------------------------------------------------------------------
100;;; Taylor Campbell wrote this code; he places it in the public domain.
101-----------------------------------------------------------------------------
102
103
104lib/srfi-69.scm is covered by:
105-----------------------------------------------------------------------------
106Copyright (C) Panu Kalliokoski (2005). All Rights Reserved.
107
108Permission is hereby granted, free of charge, to any person obtaining a
109copy of this software and associated documentation files (the
110"Software"), to deal in the Software without restriction, including
111without limitation the rights to use, copy, modify, merge, publish,
112distribute, sublicense, and/or sell copies of the Software, and to
113permit persons to whom the Software is furnished to do so, subject to
114the following conditions:
115
116The above copyright notice and this permission notice shall be included
117in all copies or substantial portions of the Software.
118
119THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
120OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
121MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
122IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
123CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
124TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
125SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
126-----------------------------------------------------------------------------
127
128
129lib/srfi-95.scm is covered by:
130-----------------------------------------------------------------------------
131;;; Author : Richard A. O'Keefe (based on Prolog code by D.H.D.Warren)
132;;;
133;;; This code is in the public domain.
134-----------------------------------------------------------------------------
135
136
137test/gauche-*.scm and some part of src/read.c and src/list.c are covered by:
138-----------------------------------------------------------------------------
139
140  Copyright (c) 2000-2004 Shiro Kawai, All rights reserved.
141
142  Redistribution and use in source and binary forms, with or without
143  modification, are permitted provided that the following conditions
144  are met:
145
146   1. Redistributions of source code must retain the above copyright
147      notice, this list of conditions and the following disclaimer.
148
149   2. Redistributions in binary form must reproduce the above copyright
150      notice, this list of conditions and the following disclaimer in the
151      documentation and/or other materials provided with the distribution.
152
153   3. Neither the name of the authors nor the names of its contributors
154      may be used to endorse or promote products derived from this
155      software without specific prior written permission.
156
157  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
158  "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
159  LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
160  A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
161  OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
162  SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
163  TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
164  PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
165  LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
166  NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
167  SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
168
169-----------------------------------------------------------------------------
170
171
172test/bigloo-*.scm are licensed under GPL2:
173---------------------------------------------------------------------
174    A practical implementation for the Scheme programming language
175
176                                    ,--^,
177                              _ ___/ /|/
178                          ,;'( )__, ) '
179                         ;;  //   L__.
180                         '   \\   /  '
181                              ^   ^
182
183               Copyright (c) 1992-2004 Manuel Serrano
184
185     Bug descriptions, use reports, comments or suggestions are
186     welcome. Send them to
187       bigloo@sophia.inria.fr
188       http://www.inria.fr/mimosa/fp/Bigloo
189
190   This program is free software; you can redistribute it and/or modify
191   it under the terms of the GNU General Public License as published by
192   the Free Software Foundation; either version 2 of the License, or
193   (at your option) any later version. More precisely,
194
195      - The compiler and the tools are distributed under the terms of the
196      GNU General Public License.
197
198      - The Bigloo run-time system and the libraries are distributed under
199      the terms of the GNU Library General Public License. The source code
200      of the Bigloo runtime system is located in the ./runtime directory.
201      The source code of the FairThreads library is located in the
202      ./fthread directory.
203
204   This program is distributed in the hope that it will be useful,
205   but WITHOUT ANY WARRANTY; without even the implied warranty of
206   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
207   GNU General Public License for more details.
208
209   You should have received a copy of the GNU General Public
210   License along with this program; if not, write to the Free
211   Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
212   MA 02111-1307, USA.
213---------------------------------------------------------------------
214
215
216test/scm-r4rstest.scm is licensed under GPL2:
217-----------------------------------------------------------------------------
218;; Copyright (C) 1991, 1992, 1993, 1994, 1995, 2000, 2003, 2004, 2006, 2007 Free Software Foundation, Inc.
219;;
220;; This program is free software; you can redistribute it and/or modify it
221;; under the terms of the GNU General Public License as published by the
222;; Free Software Foundation; either version 2, or (at your option) any
223;; later version.
224;;
225;; This program is distributed in the hope that it will be useful,
226;; but WITHOUT ANY WARRANTY; without even the implied warranty of
227;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
228;; GNU General Public License for more details.
229;;
230;; To receive a copy of the GNU General Public License, write to the
231;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
232;; Boston, MA 02111-1307, USA; or view
233;; http://swiss.csail.mit.edu/~jaffer/GPL.html
234-----------------------------------------------------------------------------
235
236
237test/oleg-srfi2.scm is covered by:
238-----------------------------------------------------------------------------
239;; License terms:
240;;
241;; http://pobox.com/~oleg/ftp/
242;;
243;; "Unless specified otherwise, all the code and the documentation on this site
244;; is in public domain."
245-----------------------------------------------------------------------------
246