8d892e21c3d3d02b0c8b91010f8419e9c11e841f
[kmrcl.git] / debian / copyright
1 This package was debianized by Kevin M. Rosenberg <kmr@debian.org> on
2 Sat, 5 Oct 2002 13:19:33 -0600.
3
4 It was downloaded from http://files.b9.com/kmrcl
5
6 Upstream Author: Kevin M. Rosenberg <kevin@rosenberg.net>
7
8 Copyright (C) 2000-2003 by Kevin M. Rosenberg.
9
10 This code is free software; you can redistribute it and/or modify it
11 under the terms of the version 2.1 of the GNU Lesser General Public
12 License as published by the Free Software Foundation, as clarified by
13 the Franz preamble to the LGPL found in
14 http://opensource.franz.com/preamble.html. The preambled is copied below.
15
16 This code is distributed in the hope that it will be useful,
17 but without any warranty; without even the implied warranty of
18 merchantability or fitness for a particular purpose.  See the GNU
19 Lesser General Public License for more details.
20
21 The GNU Lessor General Public License can be found in your Debian file
22 system in /usr/share/common-licenses/LGPL.
23
24 Preamble to the Gnu Lesser General Public License
25 -------------------------------------------------
26 Copyright (c) 2000 Franz Incorporated, Berkeley, CA 94704
27
28 The concept of the GNU Lesser General Public License version 2.1
29 ("LGPL") has been adopted to govern the use and distribution of
30 above-mentioned application. However, the LGPL uses terminology that
31 is more appropriate for a program written in C than one written in
32 Lisp. Nevertheless, the LGPL can still be applied to a Lisp program if
33 certain clarifications are made. This document details those
34 clarifications. Accordingly, the license for the open-source Lisp
35 applications consists of this document plus the LGPL. Wherever there
36 is a conflict between this document and the LGPL, this document takes
37 precedence over the LGPL.
38
39 A "Library" in Lisp is a collection of Lisp functions, data and
40 foreign modules. The form of the Library can be Lisp source code (for
41 processing by an interpreter) or object code (usually the result of
42 compilation of source code or built with some other
43 mechanisms). Foreign modules are object code in a form that can be
44 linked into a Lisp executable. When we speak of functions we do so in
45 the most general way to include, in addition, methods and unnamed
46 functions. Lisp "data" is also a general term that includes the data
47 structures resulting from defining Lisp classes. A Lisp application
48 may include the same set of Lisp objects as does a Library, but this
49 does not mean that the application is necessarily a "work based on the
50 Library" it contains.
51
52 The Library consists of everything in the distribution file set before
53 any modifications are made to the files. If any of the functions or
54 classes in the Library are redefined in other files, then those
55 redefinitions ARE considered a work based on the Library. If
56 additional methods are added to generic functions in the Library,
57 those additional methods are NOT considered a work based on the
58 Library. If Library classes are subclassed, these subclasses are NOT
59 considered a work based on the Library. If the Library is modified to
60 explicitly call other functions that are neither part of Lisp itself
61 nor an available add-on module to Lisp, then the functions called by
62 the modified Library ARE considered a work based on the Library. The
63 goal is to ensure that the Library will compile and run without
64 getting undefined function errors.
65
66 It is permitted to add proprietary source code to the Library, but it
67 must be done in a way such that the Library will still run without
68 that proprietary code present. Section 5 of the LGPL distinguishes
69 between the case of a library being dynamically linked at runtime and
70 one being statically linked at build time. Section 5 of the LGPL
71 states that the former results in an executable that is a "work that
72 uses the Library." Section 5 of the LGPL states that the latter
73 results in one that is a "derivative of the Library", which is
74 therefore covered by the LGPL. Since Lisp only offers one choice,
75 which is to link the Library into an executable at build time, we
76 declare that, for the purpose applying the LGPL to the Library, an
77 executable that results from linking a "work that uses the Library"
78 with the Library is considered a "work that uses the Library" and is
79 therefore NOT covered by the LGPL.
80
81 Because of this declaration, section 6 of LGPL is not applicable to
82 the Library. However, in connection with each distribution of this
83 executable, you must also deliver, in accordance with the terms and
84 conditions of the LGPL, the source code of Library (or your derivative
85 thereof) that is incorporated into this executable.
86
87