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