]> git.decadent.org.uk Git - ion3.git/blob - debian/copyright
78fd3c56d103380a4a9dfbeb07506d7570d9aa28
[ion3.git] / debian / copyright
1 This is the Debian-packaged version of Ion3.  It is not part of the
2 Debian system itself due to the restrictions on modifications in the
3 Ion3 licence (see below).
4
5 The package was put together by Per Olofsson <pelle@dsv.su.se>, based
6 on the ion package created by Tommi Virtanen <tv@debian.org>.  It uses
7 source from:
8
9   http://modeemi.fi/~tuomov/ion/
10
11 The author of Ion3 is Tuomo Valkonen <tuomov@iki.fi>.
12
13 --
14
15 Although this package is non-free, it can legally be auto-built.
16 If you are preparing a new version with a licence change that
17 does not allow auto-building, remove the XS-Autobuild field from
18 the control file and notify <nonfree@release.debian.net>.
19
20 ---
21
22 The following notice applies to the Ion3 code and to the names "Ion",
23 "Ion3", etc.:
24
25 Copyright (c) Tuomo Valkonen 1999-2008.
26
27 Unless otherwise indicated in components taken from elsewhere, this software
28 is licensed under the GNU Lesser General Public License, version 2.1 ("LGPL",
29 reproduced below), extended and modified with the following terms:
30
31   If the name Ion(tm) or other names that can be associated with the Ion
32   project are used to distribute this software, then:
33
34     - A version that does not significantly differ from one of the
35       copyright holder's releases, must be provided by default.
36
37     - Versions not based on the copyright holder's latest release (on 
38       the corresponding "branch", such as Ion3(tm)), must within 28 days
39       of this release, be prominently marked as (potentially) obsolete
40       and unsupported.
41
42     - Significantly altered versions may be provided only if the user
43       explicitly requests for those modifications to be applied, and 
44       is prominently notified that the software is no longer considered 
45       the standard version, and is not supported by the copyright holder.
46       The version string displayed by the program must describe these
47       modifications and the "support void" status.
48
49   Versions for which the above conditions are not satisfied, must be
50   renamed so that they can not be associated with the Ion project, their
51   executables must be given names that do not conflict with the copyright
52   holder's version, and neither the copyright holder nor the Ion project
53   may be referred to for support.
54
55   In the text of sections 0-2, 4-12, and 14-16 of the LGPL, "this License" 
56   is to be understood to refer to the LGPL extended with these terms and,
57   where applicable, possible similar terms related to the names of other
58   works forming a whole. Sections 3 and 13 of the LGPL are void. Where
59   contradictory, these additional terms take precedence over the LGPL.
60
61 End of terms.
62
63
64 Explanations
65
66 Trademarks: With the terms above primarily appealing to copyright law,
67 should any of the indicated trademarks be found invalid, does not excuse
68 you from the conditions imposed by those terms. The use of these names
69 in contexts other than redistribution of this software and modifications,
70 is outside the scope of the terms above, and governed by applicable
71 trademark or other laws. 
72
73   With regard to modules and other extensions to Ion(tm), the permission
74   is hereby granted to use "Ion" as part of the name, provided that it
75   occurs in a form suggesting that the work is supported by neither the
76   copyright holder nor the Ion project: "Foo for Ion" instead of "Ion Foo",
77   etc.
78
79 Significant change: Bug fixes are insignificant as additions. Basic changes
80 that are needed to install or run the software on a target platform, are 
81 insignificant. Additionally, basic/small configuration changes to better 
82 integrate the software with the target platform, without obstructing the
83 standard behaviour, are insignificant. Everything else is significant, 
84 unless expressly declared otherwise by the copyright holder. 
85
86 Distributions: For example, suppose an aggregate distribution of software
87 provides an `installpkg` command for installing packages. Then the action
88 `installpkg ion3` (resp. `installpkg ion`) should provide the latest release
89 of Ion3 (resp. the latest stable release) 28 days from release date at the
90 latest, or prominently notify the user that the provided version is (likely
91 to be) obsolete and unsupported. The latest release being provided by
92 default, or prominently appearing in a listing, constitutes prominent
93 marking of earlier releases as obsolete. Specific versions (including
94 modified versions) may be provided if the user explicitly requests for
95 those, within the constraints set above.
96
97 The intent of these terms is to curb the power that "distributions", as
98 the primary sources of software for many users, have in defining what
99 is perceived as Ion. By providing significantly modified versions and
100 out-dated development snapshots without prominently mentioning this fact,
101 they do not present the work in a light that the author can agree with,
102 and create a burden of dealing with (new) users seeking for support for
103 such versions.
104
105 ---
106
107 The following notice applies to the dock module (mod_dock):
108
109 Copyright (c) Tom Payne 2003
110 Copyright (c) Per Olofsson 2003
111
112 This program is licensed under the terms of the Lesser General Public
113 License (LGPL) version 2.1.
114
115 ---
116
117 The following notices apply to the file name completion code
118 (ion-completefile, based on editline):
119
120 Copyright 1992 Simmule Turner and Rich Salz.  All rights reserved.
121
122 This software is not subject to any license of the American Telephone
123 and Telegraph Company or of the Regents of the University of California.
124
125 Permission is granted to anyone to use this software for any purpose on
126 any computer system, and to alter it and redistribute it freely, subject
127 to the following restrictions:
128 1. The authors are not responsible for the consequences of use of this
129    software, no matter how awful, even if they arise from flaws in it.
130 2. The origin of this software must not be misrepresented, either by
131    explicit claim or by omission.  Since few users ever read sources,
132    credits must appear in the documentation.
133 3. Altered versions must be plainly marked as such, and must not be
134    misrepresented as being the original software.  Since few users
135    ever read sources, credits must appear in the documentation.
136 4. This notice may not be removed or altered.
137
138 The version contained here has some modifications by awb@cstr.ed.ac.uk
139 (Alan W Black) in order to integrate it with the Edinburgh Speech Tools
140 library and Scheme-in-one-defun in particular.
141
142 ---
143
144 The following notice applies to libtu, a library included in Ion3:
145
146 Copyright (c) Tuomo Valkonen 1999-2007.
147
148 Most of this library may be distributed and modified under either under
149 the Clarified Artistic License or the GNU LGPL, version 2.1 or later,
150 both reproduced in the file LICENSE. The red-black tree code is under
151 the GNU LGPL; see README.rb for details.
152
153 ---
154
155 The following notice applies to the red-black tree code in libtu:
156
157 Copyright (C) 2000 James S. Plank
158
159 This library is free software; you can redistribute it and/or
160 modify it under the terms of the GNU Lesser General Public
161 License as published by the Free Software Foundation; either
162 version 2.1 of the License, or (at your option) any later version.
163
164 ---
165
166 Ion3 includes an implementation of snprintf which is licensed under
167 the "Frontier Artistic License Version 1.0".  This code is not
168 included in the Debian binary packages.  In the source package, the
169 license text can be found in libtu/snprintf_2.2/LICENSE.txt.
170
171 ---
172
173 Ion3 includes fontset handling code based on an example by Tomohiro
174 Kubota, to which the following notice applies:
175
176 Copyright © 1999-2001 Tomohiro KUBOTA.
177
178 This manual is free software; you may redistribute it and/or modify it
179 under the terms of the GNU General Public License as published by the
180 Free Software Foundation; either version 2, or (at your option) any
181 later version.
182
183 ---
184
185 The following notice applies to the "grab" code, in addition to
186 Tuomo Valkonen's copyright and licence:
187
188 Copyright (c) Lukas Schroeder 2002
189
190 Alternatively, you may apply the Clarified Artistic License to this file,
191 since Lukas' contributions were originally under that.
192
193 ---
194
195 The following notice applies to the Czech translation of Ion3:
196
197 Copyright (c) Miroslav Kure 2004,2005,2006,2007.
198
199 This file is distributed under the same license as the Ion3 package.
200
201 ---
202
203 The following notice applies to the document "Configuring and
204 extending with Lua":
205
206 Copyright © 2003-2007 Tuomo Valkonen.
207
208 This document is free; you can redistribute it and/or modify it under
209 the terms of the GNU General Public License as published by the Free
210 Software Foundation; either version 2 of the License, or (at your
211 option) any later version.
212
213 ---
214
215 The following notice applies to the document "Ion: Notes for
216 the module and patch writer":
217
218 Copyright © 2003-2004 Tuomo Valkonen.
219
220 This document is free; you can redistribute it and/or modify it under
221 the terms of the GNU General Public License as published by the Free
222 Software Foundation; either version 2 of the License, or (at your
223 option) any later version.
224
225 ---
226
227 The GNU Lesser General Public License can be found in
228 /usr/share/common-licenses/LGPL on Debian systems.
229
230 The GNU General Public License can be found in
231 /usr/share/common-licenses/GPL on Debian systems.
232
233 ---
234
235 The Clarified Artistic License
236
237 Preamble
238
239 The intent of this document is to state the conditions under which a
240 Package may be copied, such that the Copyright Holder maintains some
241 semblance of artistic control over the development of the package, while
242 giving the users of the package the right to use and distribute the Package
243 in a more-or-less customary fashion, plus the right to make reasonable
244 modifications.
245
246 Definitions:
247
248 "Package" refers to the collection of files distributed by the Copyright
249 Holder, and derivatives of that collection of files created through textual
250 modification.
251 "Standard Version" refers to such a Package if it has not been modified, or
252 has been modified in accordance with the wishes of the Copyright Holder as
253 specified below.
254 "Copyright Holder" is whoever is named in the copyright or copyrights for
255 the package.
256 "You" is you, if you're thinking about copying or distributing this
257 Package.
258 "Distribution fee" is a fee you charge for providing a copy of this Package
259 to another party.
260 "Freely Available" means that no fee is charged for the right to use the
261 item, though there may be fees involved in handling the item. It also means
262 that recipients of the item may redistribute it under the same conditions
263 they received it.
264    
265  1. You may make and give away verbatim copies of the source form of the
266     Standard Version of this Package without restriction, provided that you
267     duplicate all of the original copyright notices and associated
268     disclaimers.
269  2. You may apply bug fixes, portability fixes and other modifications
270     derived from the Public Domain, or those made Freely Available, or from
271     the Copyright Holder. A Package modified in such a way shall still be
272     considered the Standard Version.
273  3. You may otherwise modify your copy of this Package in any way, provided
274     that you insert a prominent notice in each changed file stating how and
275     when you changed that file, and provided that you do at least ONE of
276     the following:
277        
278      1. place your modifications in the Public Domain or otherwise make them
279         Freely Available, such as by posting said modifications to Usenet
280         or an equivalent medium, or placing the modifications on a major
281         network archive site allowing unrestricted access to them, or by
282         allowing the Copyright Holder to include your modifications in the
283         Standard Version of the Package.
284      2. use the modified Package only within your corporation or
285         organization.
286      3. rename any non-standard executables so the names do not conflict
287         with standard executables, which must also be provided, and provide
288         a separate manual page for each non-standard executable that
289         clearly documents how it differs from the Standard Version.
290      4. make other distribution arrangements with the Copyright Holder.
291      5. permit and encourge anyone who receives a copy of the modified
292         Package permission to make your modifications Freely Available in
293         some specific way.
294    
295  4. You may distribute the programs of this Package in object code or
296     executable form, provided that you do at least ONE of the following:
297        
298      1. distribute a Standard Version of the executables and library files,
299         together with instructions (in the manual page or equivalent) on
300         where to get the Standard Version.
301      2. accompany the distribution with the machine-readable source of the
302         Package with your modifications.
303      3. give non-standard executables non-standard names, and clearly
304         document the differences in manual pages (or equivalent), together
305         with instructions on where to get the Standard Version.
306      4. make other distribution arrangements with the Copyright Holder.
307      5. offer the machine-readable source of the Package, with your
308         modifications, by mail order.
309    
310  5. You may charge a distribution fee for any distribution of this Package.
311     If you offer support for this Package, you may charge any fee you
312     choose for that support. You may not charge a license fee for the right
313     to use this Package itself. You may distribute this Package in
314     aggregate with other (possibly commercial and possibly nonfree)
315     programs as part of a larger (possibly commercial and possibly nonfree)
316     software distribution, and charge license fees for other parts of that
317     software distribution, provided that you do not advertise this Package
318     as a product of your own. If the Package includes an interpreter, You
319     may embed this Package's interpreter within an executable of yours (by
320     linking); this shall be construed as a mere form of aggregation,
321     provided that the complete Standard Version of the interpreter is so
322     embedded.
323  6. The scripts and library files supplied as input to or produced as output
324     from the programs of this Package do not automatically fall under the
325     copyright of this Package, but belong to whoever generated them, and
326     may be sold commercially, and may be aggregated with this Package. If
327     such scripts or library files are aggregated with this Package via the
328     so-called "undump" or "unexec" methods of producing a binary executable
329     image, then distribution of such an image shall neither be construed as
330     a distribution of this Package nor shall it fall under the restrictions
331     of Paragraphs 3 and 4, provided that you do not represent such an
332     executable image as a Standard Version of this Package.
333  7. C subroutines (or comparably compiled subroutines in other languages)
334     supplied by you and linked into this Package in order to emulate
335     subroutines and variables of the language defined by this Package shall
336     not be considered part of this Package, but are the equivalent of input
337     as in Paragraph 6, provided these subroutines do not change the
338     language in any way that would cause it to fail the regression tests
339     for the language.
340  8. Aggregation of the Standard Version of the Package with a commercial
341     distribution is always permitted provided that the use of this Package
342     is embedded; that is, when no overt attempt is made to make this
343     Package's interfaces visible to the end user of the commercial
344     distribution. Such use shall not be construed as a distribution of this
345     Package.
346  9. The name of the Copyright Holder may not be used to endorse or promote
347     products derived from this software without specific prior written
348     permission.
349 10. THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED
350     WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
351     MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.