Attempt to port to ASDF2 -- tested only on ASDF1 though
[cxml.git] / COPYING
blob8b58a1a1fe6decdc3f9a275717cca7c4d1b99371
1 Closure XML -- a Common Lisp XML parser
3 Copyright (c) 1999 by Gilbert Baumann
4 Copyright (c) 2003 by Henrik Motakef
5 Copyright (c) 2004 knowledgeTools Int. GmbH
6 Copyright (c) 2004,2005 David Lichteblau
8 Preamble to the Gnu Lesser General Public License
10 The concept of the GNU Lesser General Public License version 2.1
11 ("LGPL") has been adopted to govern the use and distribution of
12 above-mentioned application. However, the LGPL uses terminology that is
13 more appropriate for a program written in C than one written in
14 Lisp. Nevertheless, the LGPL can still be applied to a Lisp program if
15 certain clarifications are made. This document details those
16 clarifications. Accordingly, the license for the open-source Lisp
17 applications consists of this document plus the LGPL. Wherever there is
18 a conflict between this document and the LGPL, this document takes
19 precedence over the LGPL.
21 A "Library" in Lisp is a collection of Lisp functions, data and foreign
22 modules. The form of the Library can be Lisp source code (for processing
23 by an interpreter) or object code (usually the result of compilation of
24 source code or built with some other mechanisms). Foreign modules are
25 object code in a form that can be linked into a Lisp executable. When we
26 speak of functions we do so in the most general way to include, in
27 addition, methods and unnamed functions. Lisp "data" is also a general
28 term that includes the data structures resulting from defining Lisp
29 classes. A Lisp application may include the same set of Lisp objects as
30 does a Library, but this does not mean that the application is
31 necessarily a "work based on the Library" it contains.
33 The Library consists of everything in the distribution file set before
34 any modifications are made to the files. If any of the functions or
35 classes in the Library are redefined in other files, then those
36 redefinitions ARE considered a work based on the Library. If additional
37 methods are added to generic functions in the Library, those additional
38 methods are NOT considered a work based on the Library. If Library
39 classes are subclassed, these subclasses are NOT considered a work based
40 on the Library. If the Library is modified to explicitly call other
41 functions that are neither part of Lisp itself nor an available add-on
42 module to Lisp, then the functions called by the modified Library ARE
43 considered a work based on the Library. The goal is to ensure that the
44 Library will compile and run without getting undefined function errors.
46 It is permitted to add proprietary source code to the Library, but it
47 must be done in a way such that the Library will still run without that
48 proprietary code present. Section 5 of the LGPL distinguishes between
49 the case of a library being dynamically linked at runtime and one being
50 statically linked at build time. Section 5 of the LGPL states that the
51 former results in an executable that is a "work that uses the Library."
52 Section 5 of the LGPL states that the latter results in one that is a
53 "derivative of the Library", which is therefore covered by the
54 LGPL. Since Lisp only offers one choice, which is to link the Library
55 into an executable at build time, we declare that, for the purpose
56 applying the LGPL to the Library, an executable that results from
57 linking a "work that uses the Library" with the Library is considered a
58 "work that uses the Library" and is therefore NOT covered by the LGPL.
60 Because of this declaration, section 6 of LGPL is not applicable to the
61 Library. However, in connection with each distribution of this
62 executable, you must also deliver, in accordance with the terms and
63 conditions of the LGPL, the source code of Library (or your derivative
64 thereof) that is incorporated into this executable.
66 End of Document
67 ------------------------------------------------------------------------
68                   GNU LESSER GENERAL PUBLIC LICENSE
69                        Version 2.1, February 1999
71  Copyright (C) 1991, 1999 Free Software Foundation, Inc.
72      59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
73  Everyone is permitted to copy and distribute verbatim copies
74  of this license document, but changing it is not allowed.
76 [This is the first released version of the Lesser GPL.  It also counts
77  as the successor of the GNU Library Public License, version 2, hence
78  the version number 2.1.]
80                             Preamble
82   The licenses for most software are designed to take away your
83 freedom to share and change it.  By contrast, the GNU General Public
84 Licenses are intended to guarantee your freedom to share and change
85 free software--to make sure the software is free for all its users.
87   This license, the Lesser General Public License, applies to some
88 specially designated software packages--typically libraries--of the
89 Free Software Foundation and other authors who decide to use it.  You
90 can use it too, but we suggest you first think carefully about whether
91 this license or the ordinary General Public License is the better
92 strategy to use in any particular case, based on the explanations below.
94   When we speak of free software, we are referring to freedom of use,
95 not price.  Our General Public Licenses are designed to make sure that
96 you have the freedom to distribute copies of free software (and charge
97 for this service if you wish); that you receive source code or can get
98 it if you want it; that you can change the software and use pieces of
99 it in new free programs; and that you are informed that you can do
100 these things.
102   To protect your rights, we need to make restrictions that forbid
103 distributors to deny you these rights or to ask you to surrender these
104 rights.  These restrictions translate to certain responsibilities for
105 you if you distribute copies of the library or if you modify it.
107   For example, if you distribute copies of the library, whether gratis
108 or for a fee, you must give the recipients all the rights that we gave
109 you.  You must make sure that they, too, receive or can get the source
110 code.  If you link other code with the library, you must provide
111 complete object files to the recipients, so that they can relink them
112 with the library after making changes to the library and recompiling
113 it.  And you must show them these terms so they know their rights.
115   We protect your rights with a two-step method: (1) we copyright the
116 library, and (2) we offer you this license, which gives you legal
117 permission to copy, distribute and/or modify the library.
119   To protect each distributor, we want to make it very clear that
120 there is no warranty for the free library.  Also, if the library is
121 modified by someone else and passed on, the recipients should know
122 that what they have is not the original version, so that the original
123 author's reputation will not be affected by problems that might be
124 introduced by others.
126   Finally, software patents pose a constant threat to the existence of
127 any free program.  We wish to make sure that a company cannot
128 effectively restrict the users of a free program by obtaining a
129 restrictive license from a patent holder.  Therefore, we insist that
130 any patent license obtained for a version of the library must be
131 consistent with the full freedom of use specified in this license.
133   Most GNU software, including some libraries, is covered by the
134 ordinary GNU General Public License.  This license, the GNU Lesser
135 General Public License, applies to certain designated libraries, and
136 is quite different from the ordinary General Public License.  We use
137 this license for certain libraries in order to permit linking those
138 libraries into non-free programs.
140   When a program is linked with a library, whether statically or using
141 a shared library, the combination of the two is legally speaking a
142 combined work, a derivative of the original library.  The ordinary
143 General Public License therefore permits such linking only if the
144 entire combination fits its criteria of freedom.  The Lesser General
145 Public License permits more lax criteria for linking other code with
146 the library.
148   We call this license the "Lesser" General Public License because it
149 does Less to protect the user's freedom than the ordinary General
150 Public License.  It also provides other free software developers Less
151 of an advantage over competing non-free programs.  These disadvantages
152 are the reason we use the ordinary General Public License for many
153 libraries.  However, the Lesser license provides advantages in certain
154 special circumstances.
156   For example, on rare occasions, there may be a special need to
157 encourage the widest possible use of a certain library, so that it becomes
158 a de-facto standard.  To achieve this, non-free programs must be
159 allowed to use the library.  A more frequent case is that a free
160 library does the same job as widely used non-free libraries.  In this
161 case, there is little to gain by limiting the free library to free
162 software only, so we use the Lesser General Public License.
164   In other cases, permission to use a particular library in non-free
165 programs enables a greater number of people to use a large body of
166 free software.  For example, permission to use the GNU C Library in
167 non-free programs enables many more people to use the whole GNU
168 operating system, as well as its variant, the GNU/Linux operating
169 system.
171   Although the Lesser General Public License is Less protective of the
172 users' freedom, it does ensure that the user of a program that is
173 linked with the Library has the freedom and the wherewithal to run
174 that program using a modified version of the Library.
176   The precise terms and conditions for copying, distribution and
177 modification follow.  Pay close attention to the difference between a
178 "work based on the library" and a "work that uses the library".  The
179 former contains code derived from the library, whereas the latter must
180 be combined with the library in order to run.
182                   GNU LESSER GENERAL PUBLIC LICENSE
183    TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
185   0. This License Agreement applies to any software library or other
186 program which contains a notice placed by the copyright holder or
187 other authorized party saying it may be distributed under the terms of
188 this Lesser General Public License (also called "this License").
189 Each licensee is addressed as "you".
191   A "library" means a collection of software functions and/or data
192 prepared so as to be conveniently linked with application programs
193 (which use some of those functions and data) to form executables.
195   The "Library", below, refers to any such software library or work
196 which has been distributed under these terms.  A "work based on the
197 Library" means either the Library or any derivative work under
198 copyright law: that is to say, a work containing the Library or a
199 portion of it, either verbatim or with modifications and/or translated
200 straightforwardly into another language.  (Hereinafter, translation is
201 included without limitation in the term "modification".)
203   "Source code" for a work means the preferred form of the work for
204 making modifications to it.  For a library, complete source code means
205 all the source code for all modules it contains, plus any associated
206 interface definition files, plus the scripts used to control compilation
207 and installation of the library.
209   Activities other than copying, distribution and modification are not
210 covered by this License; they are outside its scope.  The act of
211 running a program using the Library is not restricted, and output from
212 such a program is covered only if its contents constitute a work based
213 on the Library (independent of the use of the Library in a tool for
214 writing it).  Whether that is true depends on what the Library does
215 and what the program that uses the Library does.
216   
217   1. You may copy and distribute verbatim copies of the Library's
218 complete source code as you receive it, in any medium, provided that
219 you conspicuously and appropriately publish on each copy an
220 appropriate copyright notice and disclaimer of warranty; keep intact
221 all the notices that refer to this License and to the absence of any
222 warranty; and distribute a copy of this License along with the
223 Library.
225   You may charge a fee for the physical act of transferring a copy,
226 and you may at your option offer warranty protection in exchange for a
227 fee.
229   2. You may modify your copy or copies of the Library or any portion
230 of it, thus forming a work based on the Library, and copy and
231 distribute such modifications or work under the terms of Section 1
232 above, provided that you also meet all of these conditions:
234     a) The modified work must itself be a software library.
236     b) You must cause the files modified to carry prominent notices
237     stating that you changed the files and the date of any change.
239     c) You must cause the whole of the work to be licensed at no
240     charge to all third parties under the terms of this License.
242     d) If a facility in the modified Library refers to a function or a
243     table of data to be supplied by an application program that uses
244     the facility, other than as an argument passed when the facility
245     is invoked, then you must make a good faith effort to ensure that,
246     in the event an application does not supply such function or
247     table, the facility still operates, and performs whatever part of
248     its purpose remains meaningful.
250     (For example, a function in a library to compute square roots has
251     a purpose that is entirely well-defined independent of the
252     application.  Therefore, Subsection 2d requires that any
253     application-supplied function or table used by this function must
254     be optional: if the application does not supply it, the square
255     root function must still compute square roots.)
257 These requirements apply to the modified work as a whole.  If
258 identifiable sections of that work are not derived from the Library,
259 and can be reasonably considered independent and separate works in
260 themselves, then this License, and its terms, do not apply to those
261 sections when you distribute them as separate works.  But when you
262 distribute the same sections as part of a whole which is a work based
263 on the Library, the distribution of the whole must be on the terms of
264 this License, whose permissions for other licensees extend to the
265 entire whole, and thus to each and every part regardless of who wrote
268 Thus, it is not the intent of this section to claim rights or contest
269 your rights to work written entirely by you; rather, the intent is to
270 exercise the right to control the distribution of derivative or
271 collective works based on the Library.
273 In addition, mere aggregation of another work not based on the Library
274 with the Library (or with a work based on the Library) on a volume of
275 a storage or distribution medium does not bring the other work under
276 the scope of this License.
278   3. You may opt to apply the terms of the ordinary GNU General Public
279 License instead of this License to a given copy of the Library.  To do
280 this, you must alter all the notices that refer to this License, so
281 that they refer to the ordinary GNU General Public License, version 2,
282 instead of to this License.  (If a newer version than version 2 of the
283 ordinary GNU General Public License has appeared, then you can specify
284 that version instead if you wish.)  Do not make any other change in
285 these notices.
287   Once this change is made in a given copy, it is irreversible for
288 that copy, so the ordinary GNU General Public License applies to all
289 subsequent copies and derivative works made from that copy.
291   This option is useful when you wish to copy part of the code of
292 the Library into a program that is not a library.
294   4. You may copy and distribute the Library (or a portion or
295 derivative of it, under Section 2) in object code or executable form
296 under the terms of Sections 1 and 2 above provided that you accompany
297 it with the complete corresponding machine-readable source code, which
298 must be distributed under the terms of Sections 1 and 2 above on a
299 medium customarily used for software interchange.
301   If distribution of object code is made by offering access to copy
302 from a designated place, then offering equivalent access to copy the
303 source code from the same place satisfies the requirement to
304 distribute the source code, even though third parties are not
305 compelled to copy the source along with the object code.
307   5. A program that contains no derivative of any portion of the
308 Library, but is designed to work with the Library by being compiled or
309 linked with it, is called a "work that uses the Library".  Such a
310 work, in isolation, is not a derivative work of the Library, and
311 therefore falls outside the scope of this License.
313   However, linking a "work that uses the Library" with the Library
314 creates an executable that is a derivative of the Library (because it
315 contains portions of the Library), rather than a "work that uses the
316 library".  The executable is therefore covered by this License.
317 Section 6 states terms for distribution of such executables.
319   When a "work that uses the Library" uses material from a header file
320 that is part of the Library, the object code for the work may be a
321 derivative work of the Library even though the source code is not.
322 Whether this is true is especially significant if the work can be
323 linked without the Library, or if the work is itself a library.  The
324 threshold for this to be true is not precisely defined by law.
326   If such an object file uses only numerical parameters, data
327 structure layouts and accessors, and small macros and small inline
328 functions (ten lines or less in length), then the use of the object
329 file is unrestricted, regardless of whether it is legally a derivative
330 work.  (Executables containing this object code plus portions of the
331 Library will still fall under Section 6.)
333   Otherwise, if the work is a derivative of the Library, you may
334 distribute the object code for the work under the terms of Section 6.
335 Any executables containing that work also fall under Section 6,
336 whether or not they are linked directly with the Library itself.
338   6. As an exception to the Sections above, you may also combine or
339 link a "work that uses the Library" with the Library to produce a
340 work containing portions of the Library, and distribute that work
341 under terms of your choice, provided that the terms permit
342 modification of the work for the customer's own use and reverse
343 engineering for debugging such modifications.
345   You must give prominent notice with each copy of the work that the
346 Library is used in it and that the Library and its use are covered by
347 this License.  You must supply a copy of this License.  If the work
348 during execution displays copyright notices, you must include the
349 copyright notice for the Library among them, as well as a reference
350 directing the user to the copy of this License.  Also, you must do one
351 of these things:
353     a) Accompany the work with the complete corresponding
354     machine-readable source code for the Library including whatever
355     changes were used in the work (which must be distributed under
356     Sections 1 and 2 above); and, if the work is an executable linked
357     with the Library, with the complete machine-readable "work that
358     uses the Library", as object code and/or source code, so that the
359     user can modify the Library and then relink to produce a modified
360     executable containing the modified Library.  (It is understood
361     that the user who changes the contents of definitions files in the
362     Library will not necessarily be able to recompile the application
363     to use the modified definitions.)
365     b) Use a suitable shared library mechanism for linking with the
366     Library.  A suitable mechanism is one that (1) uses at run time a
367     copy of the library already present on the user's computer system,
368     rather than copying library functions into the executable, and (2)
369     will operate properly with a modified version of the library, if
370     the user installs one, as long as the modified version is
371     interface-compatible with the version that the work was made with.
373     c) Accompany the work with a written offer, valid for at
374     least three years, to give the same user the materials
375     specified in Subsection 6a, above, for a charge no more
376     than the cost of performing this distribution.
378     d) If distribution of the work is made by offering access to copy
379     from a designated place, offer equivalent access to copy the above
380     specified materials from the same place.
382     e) Verify that the user has already received a copy of these
383     materials or that you have already sent this user a copy.
385   For an executable, the required form of the "work that uses the
386 Library" must include any data and utility programs needed for
387 reproducing the executable from it.  However, as a special exception,
388 the materials to be distributed need not include anything that is
389 normally distributed (in either source or binary form) with the major
390 components (compiler, kernel, and so on) of the operating system on
391 which the executable runs, unless that component itself accompanies
392 the executable.
394   It may happen that this requirement contradicts the license
395 restrictions of other proprietary libraries that do not normally
396 accompany the operating system.  Such a contradiction means you cannot
397 use both them and the Library together in an executable that you
398 distribute.
400   7. You may place library facilities that are a work based on the
401 Library side-by-side in a single library together with other library
402 facilities not covered by this License, and distribute such a combined
403 library, provided that the separate distribution of the work based on
404 the Library and of the other library facilities is otherwise
405 permitted, and provided that you do these two things:
407     a) Accompany the combined library with a copy of the same work
408     based on the Library, uncombined with any other library
409     facilities.  This must be distributed under the terms of the
410     Sections above.
412     b) Give prominent notice with the combined library of the fact
413     that part of it is a work based on the Library, and explaining
414     where to find the accompanying uncombined form of the same work.
416   8. You may not copy, modify, sublicense, link with, or distribute
417 the Library except as expressly provided under this License.  Any
418 attempt otherwise to copy, modify, sublicense, link with, or
419 distribute the Library is void, and will automatically terminate your
420 rights under this License.  However, parties who have received copies,
421 or rights, from you under this License will not have their licenses
422 terminated so long as such parties remain in full compliance.
424   9. You are not required to accept this License, since you have not
425 signed it.  However, nothing else grants you permission to modify or
426 distribute the Library or its derivative works.  These actions are
427 prohibited by law if you do not accept this License.  Therefore, by
428 modifying or distributing the Library (or any work based on the
429 Library), you indicate your acceptance of this License to do so, and
430 all its terms and conditions for copying, distributing or modifying
431 the Library or works based on it.
433   10. Each time you redistribute the Library (or any work based on the
434 Library), the recipient automatically receives a license from the
435 original licensor to copy, distribute, link with or modify the Library
436 subject to these terms and conditions.  You may not impose any further
437 restrictions on the recipients' exercise of the rights granted herein.
438 You are not responsible for enforcing compliance by third parties with
439 this License.
441   11. If, as a consequence of a court judgment or allegation of patent
442 infringement or for any other reason (not limited to patent issues),
443 conditions are imposed on you (whether by court order, agreement or
444 otherwise) that contradict the conditions of this License, they do not
445 excuse you from the conditions of this License.  If you cannot
446 distribute so as to satisfy simultaneously your obligations under this
447 License and any other pertinent obligations, then as a consequence you
448 may not distribute the Library at all.  For example, if a patent
449 license would not permit royalty-free redistribution of the Library by
450 all those who receive copies directly or indirectly through you, then
451 the only way you could satisfy both it and this License would be to
452 refrain entirely from distribution of the Library.
454 If any portion of this section is held invalid or unenforceable under any
455 particular circumstance, the balance of the section is intended to apply,
456 and the section as a whole is intended to apply in other circumstances.
458 It is not the purpose of this section to induce you to infringe any
459 patents or other property right claims or to contest validity of any
460 such claims; this section has the sole purpose of protecting the
461 integrity of the free software distribution system which is
462 implemented by public license practices.  Many people have made
463 generous contributions to the wide range of software distributed
464 through that system in reliance on consistent application of that
465 system; it is up to the author/donor to decide if he or she is willing
466 to distribute software through any other system and a licensee cannot
467 impose that choice.
469 This section is intended to make thoroughly clear what is believed to
470 be a consequence of the rest of this License.
472   12. If the distribution and/or use of the Library is restricted in
473 certain countries either by patents or by copyrighted interfaces, the
474 original copyright holder who places the Library under this License may add
475 an explicit geographical distribution limitation excluding those countries,
476 so that distribution is permitted only in or among countries not thus
477 excluded.  In such case, this License incorporates the limitation as if
478 written in the body of this License.
480   13. The Free Software Foundation may publish revised and/or new
481 versions of the Lesser General Public License from time to time.
482 Such new versions will be similar in spirit to the present version,
483 but may differ in detail to address new problems or concerns.
485 Each version is given a distinguishing version number.  If the Library
486 specifies a version number of this License which applies to it and
487 "any later version", you have the option of following the terms and
488 conditions either of that version or of any later version published by
489 the Free Software Foundation.  If the Library does not specify a
490 license version number, you may choose any version ever published by
491 the Free Software Foundation.
493   14. If you wish to incorporate parts of the Library into other free
494 programs whose distribution conditions are incompatible with these,
495 write to the author to ask for permission.  For software which is
496 copyrighted by the Free Software Foundation, write to the Free
497 Software Foundation; we sometimes make exceptions for this.  Our
498 decision will be guided by the two goals of preserving the free status
499 of all derivatives of our free software and of promoting the sharing
500 and reuse of software generally.
502                             NO WARRANTY
504   15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO
505 WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW.
506 EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR
507 OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY
508 KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE
509 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
510 PURPOSE.  THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE
511 LIBRARY IS WITH YOU.  SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME
512 THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
514   16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN
515 WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY
516 AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU
517 FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR
518 CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE
519 LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING
520 RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A
521 FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF
522 SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
523 DAMAGES.
525                      END OF TERMS AND CONDITIONS