javaclass

Annotated docs/LICENCE.txt

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