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