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