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