blob: 5c96471aafad2c2760eba0cc8776c2c0cf318c2c [file] [log] [blame]
Andrew Geissler90fd73c2021-03-05 15:25:55 -06001GNU LIBRARY GENERAL PUBLIC LICENSE
2
3Version 2, June 1991 Copyright (C) 1991 Free Software Foundation, Inc.
4
551 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
6
7Everyone is permitted to copy and distribute verbatim copies of this license
8document, but changing it is not allowed.
9
10[This is the first released version of the library GPL. It is numbered 2 because
11it goes with version 2 of the ordinary GPL.]
12
13Preamble
14
15The licenses for most software are designed to take away your freedom to share
16and change it. By contrast, the GNU General Public Licenses are intended to
17guarantee your freedom to share and change free software--to make sure the
18software is free for all its users.
19
20This license, the Library General Public License, applies to some specially
21designated Free Software Foundation software, and to any other libraries whose
22authors decide to use it. You can use it for your libraries, too.
23
24When we speak of free software, we are referring to freedom, not price. Our
25General Public Licenses are designed to make sure that you have the freedom
26to distribute copies of free software (and charge for this service if you
27wish), that you receive source code or can get it if you want it, that you
28can change the software or use pieces of it in new free programs; and that
29you know you can do these things.
30
31To protect your rights, we need to make restrictions that forbid anyone to
32deny you these rights or to ask you to surrender the rights. These restrictions
33translate to certain responsibilities for you if you distribute copies of
34the library, or if you modify it.
35
36For example, if you distribute copies of the library, whether gratis or for
37a fee, you must give the recipients all the rights that we gave you. You must
38make sure that they, too, receive or can get the source code. If you link
39a program with the library, you must provide complete object files to the
40recipients so that they can relink them with the library, after making changes
41to the library and recompiling it. And you must show them these terms so they
42know their rights.
43
44Our method of protecting your rights has two steps: (1) copyright the library,
45and (2) offer you this license which gives you legal permission to copy, distribute
46and/or modify the library.
47
48Also, for each distributor's protection, we want to make certain that everyone
49understands that there is no warranty for this free library. If the library
50is modified by someone else and passed on, we want its recipients to know
51that what they have is not the original version, so that any problems introduced
52by others will not reflect on the original authors' reputations.
53
54Finally, any free program is threatened constantly by software patents. We
55wish to avoid the danger that companies distributing free software will individually
56obtain patent licenses, thus in effect transforming the program into proprietary
57software. To prevent this, we have made it clear that any patent must be licensed
58for everyone's free use or not licensed at all.
59
60Most GNU software, including some libraries, is covered by the ordinary GNU
61General Public License, which was designed for utility programs. This license,
62the GNU Library General Public License, applies to certain designated libraries.
63This license is quite different from the ordinary one; be sure to read it
64in full, and don't assume that anything in it is the same as in the ordinary
65license.
66
67The reason we have a separate public license for some libraries is that they
68blur the distinction we usually make between modifying or adding to a program
69and simply using it. Linking a program with a library, without changing the
70library, is in some sense simply using the library, and is analogous to running
71a utility program or application program. However, in a textual and legal
72sense, the linked executable is a combined work, a derivative of the original
73library, and the ordinary General Public License treats it as such.
74
75Because of this blurred distinction, using the ordinary General Public License
76for libraries did not effectively promote software sharing, because most developers
77did not use the libraries. We concluded that weaker conditions might promote
78sharing better.
79
80However, unrestricted linking of non-free programs would deprive the users
81of those programs of all benefit from the free status of the libraries themselves.
82This Library General Public License is intended to permit developers of non-free
83programs to use free libraries, while preserving your freedom as a user of
84such programs to change the free libraries that are incorporated in them.
85(We have not seen how to achieve this as regards changes in header files,
86but we have achieved it as regards changes in the actual functions of the
87Library.) The hope is that this will lead to faster development of free libraries.
88
89The precise terms and conditions for copying, distribution and modification
90follow. Pay close attention to the difference between a "work based on the
91library" and a "work that uses the library". The former contains code derived
92from the library, while the latter only works together with the library.
93
94Note that it is possible for a library to be covered by the ordinary General
95Public License rather than by this special one.
96
97TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
98
990. This License Agreement applies to any software library which contains a
100notice placed by the copyright holder or other authorized party saying it
101may be distributed under the terms of this Library General Public License
102(also called "this License"). Each licensee is addressed as "you".
103
104A "library" means a collection of software functions and/or data prepared
105so as to be conveniently linked with application programs (which use some
106of those functions and data) to form executables.
107
108The "Library", below, refers to any such software library or work which has
109been distributed under these terms. A "work based on the Library" means either
110the Library or any derivative work under copyright law: that is to say, a
111work containing the Library or a portion of it, either verbatim or with modifications
112and/or translated straightforwardly into another language. (Hereinafter, translation
113is included without limitation in the term "modification".)
114
115"Source code" for a work means the preferred form of the work for making modifications
116to it. For a library, complete source code means all the source code for all
117modules it contains, plus any associated interface definition files, plus
118the scripts used to control compilation and installation of the library.
119
120Activities other than copying, distribution and modification are not covered
121by this License; they are outside its scope. The act of running a program
122using the Library is not restricted, and output from such a program is covered
123only if its contents constitute a work based on the Library (independent of
124the use of the Library in a tool for writing it). Whether that is true depends
125on what the Library does and what the program that uses the Library does.
126
1271. You may copy and distribute verbatim copies of the Library's complete source
128code as you receive it, in any medium, provided that you conspicuously and
129appropriately publish on each copy an appropriate copyright notice and disclaimer
130of warranty; keep intact all the notices that refer to this License and to
131the absence of any warranty; and distribute a copy of this License along with
132the Library.
133
134You may charge a fee for the physical act of transferring a copy, and you
135may at your option offer warranty protection in exchange for a fee.
136
1372. You may modify your copy or copies of the Library or any portion of it,
138thus forming a work based on the Library, and copy and distribute such modifications
139or work under the terms of Section 1 above, provided that you also meet all
140of these conditions:
141
142 a) The modified work must itself be a software library.
143
144b) You must cause the files modified to carry prominent notices stating that
145you changed the files and the date of any change.
146
147c) You must cause the whole of the work to be licensed at no charge to all
148third parties under the terms of this License.
149
150d) If a facility in the modified Library refers to a function or a table of
151data to be supplied by an application program that uses the facility, other
152than as an argument passed when the facility is invoked, then you must make
153a good faith effort to ensure that, in the event an application does not supply
154such function or table, the facility still operates, and performs whatever
155part of its purpose remains meaningful.
156
157(For example, a function in a library to compute square roots has a purpose
158that is entirely well-defined independent of the application. Therefore, Subsection
1592d requires that any application-supplied function or table used by this function
160must be optional: if the application does not supply it, the square root function
161must still compute square roots.)
162
163These requirements apply to the modified work as a whole. If identifiable
164sections of that work are not derived from the Library, and can be reasonably
165considered independent and separate works in themselves, then this License,
166and its terms, do not apply to those sections when you distribute them as
167separate works. But when you distribute the same sections as part of a whole
168which is a work based on the Library, the distribution of the whole must be
169on the terms of this License, whose permissions for other licensees extend
170to the entire whole, and thus to each and every part regardless of who wrote
171it.
172
173Thus, it is not the intent of this section to claim rights or contest your
174rights to work written entirely by you; rather, the intent is to exercise
175the right to control the distribution of derivative or collective works based
176on the Library.
177
178In addition, mere aggregation of another work not based on the Library with
179the Library (or with a work based on the Library) on a volume of a storage
180or distribution medium does not bring the other work under the scope of this
181License.
182
1833. You may opt to apply the terms of the ordinary GNU General Public License
184instead of this License to a given copy of the Library. To do this, you must
185alter all the notices that refer to this License, so that they refer to the
186ordinary GNU General Public License, version 2, instead of to this License.
187(If a newer version than version 2 of the ordinary GNU General Public License
188has appeared, then you can specify that version instead if you wish.) Do not
189make any other change in these notices.
190
191Once this change is made in a given copy, it is irreversible for that copy,
192so the ordinary GNU General Public License applies to all subsequent copies
193and derivative works made from that copy.
194
195This option is useful when you wish to copy part of the code of the Library
196into a program that is not a library.
197
1984. You may copy and distribute the Library (or a portion or derivative of
199it, under Section 2) in object code or executable form under the terms of
200Sections 1 and 2 above provided that you accompany it with the complete corresponding
201machine-readable source code, which must be distributed under the terms of
202Sections 1 and 2 above on a medium customarily used for software interchange.
203
204If distribution of object code is made by offering access to copy from a designated
205place, then offering equivalent access to copy the source code from the same
206place satisfies the requirement to distribute the source code, even though
207third parties are not compelled to copy the source along with the object code.
208
2095. A program that contains no derivative of any portion of the Library, but
210is designed to work with the Library by being compiled or linked with it,
211is called a "work that uses the Library". Such a work, in isolation, is not
212a derivative work of the Library, and therefore falls outside the scope of
213this License.
214
215However, linking a "work that uses the Library" with the Library creates an
216executable that is a derivative of the Library (because it contains portions
217of the Library), rather than a "work that uses the library". The executable
218is therefore covered by this License. Section 6 states terms for distribution
219of such executables.
220
221When a "work that uses the Library" uses material from a header file that
222is part of the Library, the object code for the work may be a derivative work
223of the Library even though the source code is not. Whether this is true is
224especially significant if the work can be linked without the Library, or if
225the work is itself a library. The threshold for this to be true is not precisely
226defined by law.
227
228If such an object file uses only numerical parameters, data structure layouts
229and accessors, and small macros and small inline functions (ten lines or less
230in length), then the use of the object file is unrestricted, regardless of
231whether it is legally a derivative work. (Executables containing this object
232code plus portions of the Library will still fall under Section 6.)
233
234Otherwise, if the work is a derivative of the Library, you may distribute
235the object code for the work under the terms of Section 6. Any executables
236containing that work also fall under Section 6, whether or not they are linked
237directly with the Library itself.
238
2396. As an exception to the Sections above, you may also compile or link a "work
240that uses the Library" with the Library to produce a work containing portions
241of the Library, and distribute that work under terms of your choice, provided
242that the terms permit modification of the work for the customer's own use
243and reverse engineering for debugging such modifications.
244
245You must give prominent notice with each copy of the work that the Library
246is used in it and that the Library and its use are covered by this License.
247You must supply a copy of this License. If the work during execution displays
248copyright notices, you must include the copyright notice for the Library among
249them, as well as a reference directing the user to the copy of this License.
250Also, you must do one of these things:
251
252a) Accompany the work with the complete corresponding machine-readable source
253code for the Library including whatever changes were used in the work (which
254must be distributed under Sections 1 and 2 above); and, if the work is an
255executable linked with the Library, with the complete machine-readable "work
256that uses the Library", as object code and/or source code, so that the user
257can modify the Library and then relink to produce a modified executable containing
258the modified Library. (It is understood that the user who changes the contents
259of definitions files in the Library will not necessarily be able to recompile
260the application to use the modified definitions.)
261
262b) Accompany the work with a written offer, valid for at least three years,
263to give the same user the materials specified in Subsection 6a, above, for
264a charge no more than the cost of performing this distribution.
265
266c) If distribution of the work is made by offering access to copy from a designated
267place, offer equivalent access to copy the above specified materials from
268the same place.
269
270d) Verify that the user has already received a copy of these materials or
271that you have already sent this user a copy.
272
273For an executable, the required form of the "work that uses the Library" must
274include any data and utility programs needed for reproducing the executable
275from it. However, as a special exception, the source code distributed need
276not include anything that is normally distributed (in either source or binary
277form) with the major components (compiler, kernel, and so on) of the operating
278system on which the executable runs, unless that component itself accompanies
279the executable.
280
281It may happen that this requirement contradicts the license restrictions of
282other proprietary libraries that do not normally accompany the operating system.
283Such a contradiction means you cannot use both them and the Library together
284in an executable that you distribute.
285
2867. You may place library facilities that are a work based on the Library side-by-side
287in a single library together with other library facilities not covered by
288this License, and distribute such a combined library, provided that the separate
289distribution of the work based on the Library and of the other library facilities
290is otherwise permitted, and provided that you do these two things:
291
292a) Accompany the combined library with a copy of the same work based on the
293Library, uncombined with any other library facilities. This must be distributed
294under the terms of the Sections above.
295
296b) Give prominent notice with the combined library of the fact that part of
297it is a work based on the Library, and explaining where to find the accompanying
298uncombined form of the same work.
299
3008. You may not copy, modify, sublicense, link with, or distribute the Library
301except as expressly provided under this License. Any attempt otherwise to
302copy, modify, sublicense, link with, or distribute the Library is void, and
303will automatically terminate your rights under this License. However, parties
304who have received copies, or rights, from you under this License will not
305have their licenses terminated so long as such parties remain in full compliance.
306
3079. You are not required to accept this License, since you have not signed
308it. However, nothing else grants you permission to modify or distribute the
309Library or its derivative works. These actions are prohibited by law if you
310do not accept this License. Therefore, by modifying or distributing the Library
311(or any work based on the Library), you indicate your acceptance of this License
312to do so, and all its terms and conditions for copying, distributing or modifying
313the Library or works based on it.
314
31510. Each time you redistribute the Library (or any work based on the Library),
316the recipient automatically receives a license from the original licensor
317to copy, distribute, link with or modify the Library subject to these terms
318and conditions. You may not impose any further restrictions on the recipients'
319exercise of the rights granted herein. You are not responsible for enforcing
320compliance by third parties to this License.
321
32211. If, as a consequence of a court judgment or allegation of patent infringement
323or for any other reason (not limited to patent issues), conditions are imposed
324on you (whether by court order, agreement or otherwise) that contradict the
325conditions of this License, they do not excuse you from the conditions of
326this License. If you cannot distribute so as to satisfy simultaneously your
327obligations under this License and any other pertinent obligations, then as
328a consequence you may not distribute the Library at all. For example, if a
329patent license would not permit royalty-free redistribution of the Library
330by all those who receive copies directly or indirectly through you, then the
331only way you could satisfy both it and this License would be to refrain entirely
332from distribution of the Library.
333
334If any portion of this section is held invalid or unenforceable under any
335particular circumstance, the balance of the section is intended to apply,
336and the section as a whole is intended to apply in other circumstances.
337
338It is not the purpose of this section to induce you to infringe any patents
339or other property right claims or to contest validity of any such claims;
340this section has the sole purpose of protecting the integrity of the free
341software distribution system which is implemented by public license practices.
342Many people have made generous contributions to the wide range of software
343distributed through that system in reliance on consistent application of that
344system; it is up to the author/donor to decide if he or she is willing to
345distribute software through any other system and a licensee cannot impose
346that choice.
347
348This section is intended to make thoroughly clear what is believed to be a
349consequence of the rest of this License.
350
35112. If the distribution and/or use of the Library is restricted in certain
352countries either by patents or by copyrighted interfaces, the original copyright
353holder who places the Library under this License may add an explicit geographical
354distribution limitation excluding those countries, so that distribution is
355permitted only in or among countries not thus excluded. In such case, this
356License incorporates the limitation as if written in the body of this License.
357
35813. The Free Software Foundation may publish revised and/or new versions of
359the Library General Public License from time to time. Such new versions will
360be similar in spirit to the present version, but may differ in detail to address
361new problems or concerns.
362
363Each version is given a distinguishing version number. If the Library specifies
364a version number of this License which applies to it and "any later version",
365you have the option of following the terms and conditions either of that version
366or of any later version published by the Free Software Foundation. If the
367Library does not specify a license version number, you may choose any version
368ever published by the Free Software Foundation.
369
37014. If you wish to incorporate parts of the Library into other free programs
371whose distribution conditions are incompatible with these, write to the author
372to ask for permission. For software which is copyrighted by the Free Software
373Foundation, write to the Free Software Foundation; we sometimes make exceptions
374for this. Our decision will be guided by the two goals of preserving the free
375status of all derivatives of our free software and of promoting the sharing
376and reuse of software generally.
377
378 NO WARRANTY
379
38015. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR
381THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE
382STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE LIBRARY
383"AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
384BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
385FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE
386OF THE LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME
387THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
388
38916. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
390WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE
391THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
392GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE
393OR INABILITY TO USE THE LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA
394OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES
395OR A FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF SUCH
396HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
397END OF TERMS AND CONDITIONS
398
399How to Apply These Terms to Your New Libraries
400
401If you develop a new library, and you want it to be of the greatest possible
402use to the public, we recommend making it free software that everyone can
403redistribute and change. You can do so by permitting redistribution under
404these terms (or, alternatively, under the terms of the ordinary General Public
405License).
406
407To apply these terms, attach the following notices to the library. It is safest
408to attach them to the start of each source file to most effectively convey
409the exclusion of warranty; and each file should have at least the "copyright"
410line and a pointer to where the full notice is found.
411
412one line to give the library's name and an idea of what it does.
413
414Copyright (C) year name of author
415
416This library is free software; you can redistribute it and/or modify it under
417the terms of the GNU Library General Public License as published by the Free
418Software Foundation; either version 2 of the License, or (at your option)
419any later version.
420
421This library is distributed in the hope that it will be useful, but WITHOUT
422ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
423FOR A PARTICULAR PURPOSE. See the GNU Library General Public License for more
424details.
425
426You should have received a copy of the GNU Library General Public License
427along with this library; if not, write to the Free Software Foundation, Inc.,
42851 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
429
430Also add information on how to contact you by electronic and paper mail.
431
432You should also get your employer (if you work as a programmer) or your school,
433if any, to sign a "copyright disclaimer" for the library, if necessary. Here
434is a sample; alter the names:
435
436Yoyodyne, Inc., hereby disclaims all copyright interest in
437
438the library `Frob' (a library for tweaking knobs) written
439
440by James Random Hacker.
441
442signature of Ty Coon, 1 April 1990
443
444Ty Coon, President of Vice
445
446That's all there is to it!