File: copyright

package info (click to toggle)
ikarus 0.0.3%2Bbzr.2010.01.26-7
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 39,920 kB
  • sloc: lisp: 47,954; ansic: 13,247; sh: 4,617; java: 641; asm: 366; makefile: 272; awk: 186; perl: 66
file content (488 lines) | stat: -rw-r--r-- 22,131 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: ikarus
Source: http://www.cs.indiana.edu/~aghuloum/ikarus/ikarus-0.0.3.tar.gz
        http://ikarus-scheme.org/ikarus-0.0.3.tar.gz
    	bzr repository http://ikarus-scheme.org/ikarus.dev
 	bzr repository http://bazaar.launchpad.net/~aghuloum/ikarus/ikarus.dev

Files: *
Copyright: Copyright (c) 2006, 2007, 2008  Abdulaziz Ghuloum <aghuloum@cs.indiana.edu>
License: GPL-3

Files: doc/*
Copyright: Copyright (c) 2006-2008 Abdulaziz Ghuloum
License: GPL-3
Comment:
 Although there is GFDL boilerplate in the doc directory, it was re-released under
 the GNU GPL-3, according to email to the ikarus-users mailing list
 https://groups.google.com/group/ikarus-users/msg/407afbed9b6ca961?dmode=source&output=gplain&noredirect
 whose relevant portion reads:
 .
 From: Abdulaziz Ghuloum <aghul...@gmail.com>
 Subject: Re: [ikarus-users] [announce] Ikarus Texinfo documentation 2008-10-21-12-56-59
 Date: Tue, 21 Oct 2008 21:50:30 -0400
 To: ikarus-users@googlegroups.com
 Message-Id: <7C95F931-B98F-4281-9A69-A524D8A48...@gmail.com>
 .
 > ...  AG can you ckeck the copyright notices?
 .
 Yeah, it's incorrect.  The copyright on the user's guide was changed
 from the GNU-FDL to the GNU-GPL some time around the 0.0.2 release or
 shortly after that.  ...

License: GPL-3
 This package is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License version 3
 as published by the Free Software Foundation.
 .
 This package 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 version 3 for more details.
 .
 You should have received a copy of the GNU General Public License
 version 3 along with this package; if not, write to the Free Software
 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
 .
 On Debian systems, the complete text of the GNU General
 Public License can be found in `/usr/share/common-licenses/GPL-3'.

Files: scheme/psyntax.*
Copyright: Copyright (c) 2006, 2007 Abdulaziz Ghuloum and Kent Dybvig
License: PSYNTAX

License: PSYNTAX
 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. 

Files: install-sh
Copyright: 1994 X Consortium
License: MIT-X-License

License: MIT-X-License
 The file install-sh uses the "MIT X License",
 .
 Copyright (C) 1994 X Consortium
 .
 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
 X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNEC-
 TION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 .
 Except as contained in this notice, the name of the X Consortium shall not
 be used in advertising or otherwise to promote the sale, use or other deal-
 ings in this Software without prior written authorization from the X Consor-
 tium.
 .
 FSF changes to this file are in the public domain.

Files: lib/match.ss
Copyright: 2002-2008 Dan Friedman, Erik Hilsdale, Kent Dybvig, Aziz Ghuloum
License: FRIEDMAN

License: FRIEDMAN
 The file
   lib/match.ss
 was originally designed and implemented by Dan Friedman; redesigned
 and implemented by Erik Hilsdale; modifications made by Kent Dybvig.
 This appears to be covered by the "Abdulaziz Ghuloum and Kent Dybvig"
 statement of the upstream license file, quoted above.

Files: lib/streams.ss
       lib/streams/derived.ss
       lib/streams/primitive.ss
Copyright: Phil Bewig
License: BEWIG

License: BEWIG
 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.

Files: benchmarks/parsing-data.ss
Copyright: 1985, Bob Boyer
           1987-2001 Will Clinger
License: public-domain

License: public-domain
 This is in the public domain.

Files: lib/pregexp.ss
       benchmarks/rnrs-benchmarks/slatex.ss
       benchmarks/rnrs-benchmarks/text.tex
       benchmarks/rnrs-benchmarks/slatex.sty
Copyright: Dorai Sitaram <dorai@ccs.neu.edu>
License: SITARAM

License: SITARAM
 Dorai Sitaram <dorai@ccs.neu.edu> stated, referring to these files,
 that "FS (as in GPL, LGPL) bundlers who require a standard license
 may use the LGPL to bundle any of these items."
 (http://www.ccs.neu.edu/~dorai/, 10-Feb-2008)
 .
 On Debian systems, the complete text of the GNU Lesser General Public
 License can be found in /usr/share/common-licenses/LGPL

Files: benchmarks/*
Copyright: Copyright (C) 2006,2007,2008  Abdulaziz Ghuloum
 	  Copyright 2000 Sun Microsystems, Inc. All rights reserved.
 	  Copyright (c) 1995 by Olin Shivers.
License: LARCENCY-GAMBIT

License: LARCENCY-GAMBIT
 The files in benchmarks/ are not included in the binary package
 generated for Debian.  Aside from the above, the files in benchmarks/
 are taken from the Larcency and Gambit source trees, available at
 http://larceny.ccs.neu.edu/ and http://www.iro.umontreal.ca/~gambit/
 respectively, with gambit also part of Debian, packages gambc and
 gambc-doc.  These benchmarks are either in the public domain, or under
 a DFSG license.  In particular, gambit is dual licensed LGPL and
 Apache, "you can choose whichever license you prefer: LGPL version 2.1
 license; or Apache version 2.0 license."  The Larceny license is
 http://larceny.ccs.neu.edu/larceny-trac/browser/trunk/larceny_src/COPYRIGHT
 .
   Copyright 1991, 1994, 1998 William D Clinger
   Copyright 1998             Lars T Hansen
   Copyright 1984 - 1993      Lightship Software, Incorporated
 .
   Permission to copy this software, in whole or in part, to use this
   software for any lawful purpose, and to redistribute this software
   is granted subject to the following restriction:  Any publication
   or redistribution of this software, whether on its own or
   incorporated into other software, must bear the above copyright
   notices and the following legend:
 .
       The Twobit compiler and the Larceny runtime system were
       developed by William Clinger and Lars Hansen with the
       assistance of Lightship Software and the College of Computer
       Science of Northeastern University.  This acknowledges that
       Clinger et al remain the sole copyright holders to Twobit
       and Larceny and that no rights pursuant to that status are
       waived or conveyed.
 .
   Twobit and Larceny are provided as is.  The user specifically
   acknowledges that Northeastern University, William Clinger, Lars
   Hansen, and Lightship Software have not made any representations
   or warranty with regard to performance of Twobit and Larceny,
   their merchantability, or fitness for a particular purpose.  Users
   further acknowledge that they have had the opportunity to inspect
   Twobit and Larceny and will hold harmless Northeastern University,
   William Clinger, Lars Hansen, and Lightship Software from any cost,
   liability, or expense arising from, or in any way related to the
   use of this software.
 .
   Bug reports, comments, and suggestions can be sent to the authors
   of Twobit and Larceny at larceny@ccs.neu.edu.
 .
   ----------------------------------------------------------------
 .
   The implementors of Larceny include:
 .
       William D Clinger
       Lars T Hansen
       Lightship Software, Incorporated
       Felix S Klock II
       Jesse Tov
 .
   Files that contain Twobit and/or Larceny source code and are
   copyrighted by these people are governed by Larceny's main
   permission notice above.
 .
   ----------------------------------------------------------------
 .
   In addition to Twobit and Larceny's main copyright and permission
   notices above, the following copyright and permission notices
   pertain to software that is part of Twobit and/or Larceny or
   may be distributed together with Twobit and Larceny.
 .
   In source distributions of Larceny, the following copyright and
   permission notices also appear within the copyrighted code.  We
   reproduce them here for reference, and to ensure that they are
   distributed with binary distributions of Larceny.
 .
   We emphasize that all copyrighted software used in Twobit and
   Larceny is used by the kind permission of the copyright holders.

Files: lib/Base/pp.sch
       lib/Standard/pretty.sch
Copyright: Copyright (c) 1991, Marc Feeley
License: LAWFUL

License: LAWFUL
   ; Permission to copy this software, in whole or in part, to use this
   ; software for any lawful purpose, and to redistribute this software
   ; is hereby granted.

Files: lib/Base/shivers-syntax.sch
Copyright: Copyright (c) 1993-1999 Richard Kelsey and Jonathan Rees
           Copyright (c) 1994-1999 by Olin Shivers and Brian D. Carlstrom.
License: 3-Clause

License: 3-Clause
   ;;; 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.

Files: lib/MzScheme/class.sch
       lib/MzScheme/generic.sch
       lib/MzScheme/instance.sch
Copyright: Copyright (c) 1992 Xerox Corporation.
License: XEROX

License: XEROX
   ;;; Copyright (c) 1992 Xerox Corporation.  All Rights Reserved.
   ;;;
   ;;; Use, reproduction, and preparation of derivative works are permitted.  Any
   ;;; copy of this software or of any derivative work must include the above
   ;;; copyright notice of Xerox Corporation, this paragraph and the one after it.
   ;;; Any distribution of this software or derivative works must comply with all
   ;;; applicable United States export control laws.
   ;;; This software is made available AS IS, and XEROX CORPORATION DISCLAIMS ALL
   ;;; WARRANTIES, EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION THE IMPLIED
   ;;; WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE, AND
   ;;; NOTWITHSTANDING ANY OTHER PROVISION CONTAINED HEREIN, ANY LIABILITY FOR
   ;;; DAMAGES RESULTING FROM THE SOFTWARE OR ITS USE IS EXPRESSLY DISCLAIMED,
   ;;; WHETHER ARISING IN CONTRACT, TORT (INCLUDING NEGLIGENCE) OR STRICT
   ;;; LIABILITY, EVEN IF XEROX CORPORATION IS ADVISED OF THE POSSIBILITY OF SUCH
   ;;; DAMAGES.

Files: lib/MzScheme/compress.sch
       lib/MzScheme/identifier
       lib/MzScheme/simple-macros/simple-macros.sch
       src/Lib/Common/SimpleMacros/simple-macros.scm
Copyright: Copyright (c) 2005 André van Tonder
License: MACROS

License: MACROS
    Simple Hygienic Macros and Simple Modules:
 .
      Copyright (c) 2005 André van Tonder
 .
      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.

Files: lib/MzScheme/simple-macros/simple-syntax-case.sch
Copyright: Copyright (c) 1993-2004 Richard Kelsey and Jonathan Rees
License: SYNTAX-CASE

License: SYNTAX-CASE
   ;; Copyright (c) 1993-2004 Richard Kelsey and Jonathan Rees
   ;; 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.

Files: lib/R6RS
Copyright: Copyright (c) 2006 Andre van Tonder
License: SRFI

Files: lib/R6RS/r6rs-standard-libraries.sch
       src/Compiler/usual.sch
Copyright: Copyright (C) Richard Kelsey, Michael Sperber (2002). All Rights Reserved.
License: KELSEY-SPERBER

License: KELSEY-SPERBER
   ; 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.

Files: lib/SRFI
Copyright: Various
License: SRFI

License: SRFI
   In lib/SRFI, most files include a variation of the standard SRFI
   copyright notice.  Regardless of the specific wording of copyright
   notices that may appear in that directory, all authors of the
   source code in that directory have agreed to the permission notice
   that is part of the standard SRFI copyright statement, which is
   found in http://srfi.schemers.org/srfi-process.html:
 .
       Copyright (C) AUTHOR (YEAR). All Rights Reserved.
 .
       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.

Files: lib/Standard/array.sch
Copyright: Copyright (C) 1993 Alan Bawden
License: BAWDEN

License: BAWDEN
   ; Permission to copy this software, to redistribute it, and to use it
   ; for any purpose is granted, subject to the following restrictions and
   ; understandings.
   ;
   ; 1.  Any copy made of this software must include this copyright notice
   ; in full.
   ;
   ; 2.  Users of this software agree to make their best efforts (a) to
   ; return to me any improvements or extensions that they make, so that
   ; these may be included in future releases; and (b) to inform me of
   ; noteworthy uses of this software.
   ;
   ; 3.  I have made no warrantee or representation that the operation of
   ; this software will be error-free, and I am under no obligation to
   ; provide any services, by way of maintenance, update, or otherwise.
   ;
   ; 4.  In conjunction with products arising from the use of this material,
   ; there shall be no use of my name in any advertising, promotional, or
   ; sales literature without prior written consent in each case.

Files: lib/Standard/md5.sch
       src/Asm/Standard-C/md5.sch
Copyright: Copyright (c) 2002, Jens Axel Søgaard
License: LAWFUL

Files: lib/Standard/unify.sch
Copyright: Copyright 1999 Lars T Hansen
License: HANSEN

License: HANSEN
   ; Permission to use this code for any purpose whatsoever is hereby
   ; granted, provided that the above copyright notice and this legend
   ; are preserved in any work using this code.

Files: src/Lib/Common/raise.sch
Copyright: Copyright (C) Richard Kelsey, Michael Sperber (2002). All Rights Reserved.
License: KELSEY-SPERBER

Files: src/Lib/Common/ratnums.sch
       src/Lib/Common/rectnums.sch
Copyright: Copyright 1992 Rémy Evard
License: LAWFUL

Files: src/Lib/Common/unicode4.sch
Copyright: Copyright (c) 2006 Michael Sperber
License: 3-Clause

Files: debian/*
Copyright: Copyright (C) 2008, Barak A. Pearlmutter <bap@debian.org>
License: GPL-2+

License: GPL-2+
 Licensed under the GNU GPL version 2 or, at you option, any later version.
 On Debian systems, the complete text of the GNU General
 Public License version 2 can be found in /usr/share/common-licenses/GPLv2