annotate toolboxes/FullBNT-1.0.7/docs/license.gpl @ 0:cc4b1211e677 tip

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