Licenses/OpenHardwareMonitor.License.txt
author moel.mich
Sun, 08 May 2011 22:10:13 +0000
changeset 279 6bce967ba1b5
permissions -rw-r--r--
Fixed the bus and core clock reading on AMD family 10h model Ah CPUs. The new "Core Performance Boost" feature of these CPUs resulted in very low accuracy of the bus speed (and as a consequence also an inaccurate TSC multiplier). This fixed Issue 205.
moel@1
     1
                          MOZILLA PUBLIC LICENSE
moel@1
     2
                                Version 1.1
moel@1
     3
moel@1
     4
                              ---------------
moel@1
     5
moel@1
     6
1. Definitions.
moel@1
     7
moel@1
     8
     1.0.1. "Commercial Use" means distribution or otherwise making the
moel@1
     9
     Covered Code available to a third party.
moel@1
    10
moel@1
    11
     1.1. "Contributor" means each entity that creates or contributes to
moel@1
    12
     the creation of Modifications.
moel@1
    13
moel@1
    14
     1.2. "Contributor Version" means the combination of the Original
moel@1
    15
     Code, prior Modifications used by a Contributor, and the Modifications
moel@1
    16
     made by that particular Contributor.
moel@1
    17
moel@1
    18
     1.3. "Covered Code" means the Original Code or Modifications or the
moel@1
    19
     combination of the Original Code and Modifications, in each case
moel@1
    20
     including portions thereof.
moel@1
    21
moel@1
    22
     1.4. "Electronic Distribution Mechanism" means a mechanism generally
moel@1
    23
     accepted in the software development community for the electronic
moel@1
    24
     transfer of data.
moel@1
    25
moel@1
    26
     1.5. "Executable" means Covered Code in any form other than Source
moel@1
    27
     Code.
moel@1
    28
moel@1
    29
     1.6. "Initial Developer" means the individual or entity identified
moel@1
    30
     as the Initial Developer in the Source Code notice required by Exhibit
moel@1
    31
     A.
moel@1
    32
moel@1
    33
     1.7. "Larger Work" means a work which combines Covered Code or
moel@1
    34
     portions thereof with code not governed by the terms of this License.
moel@1
    35
moel@1
    36
     1.8. "License" means this document.
moel@1
    37
moel@1
    38
     1.8.1. "Licensable" means having the right to grant, to the maximum
moel@1
    39
     extent possible, whether at the time of the initial grant or
moel@1
    40
     subsequently acquired, any and all of the rights conveyed herein.
moel@1
    41
moel@1
    42
     1.9. "Modifications" means any addition to or deletion from the
moel@1
    43
     substance or structure of either the Original Code or any previous
moel@1
    44
     Modifications. When Covered Code is released as a series of files, a
moel@1
    45
     Modification is:
moel@1
    46
          A. Any addition to or deletion from the contents of a file
moel@1
    47
          containing Original Code or previous Modifications.
moel@1
    48
moel@1
    49
          B. Any new file that contains any part of the Original Code or
moel@1
    50
          previous Modifications.
moel@1
    51
moel@1
    52
     1.10. "Original Code" means Source Code of computer software code
moel@1
    53
     which is described in the Source Code notice required by Exhibit A as
moel@1
    54
     Original Code, and which, at the time of its release under this
moel@1
    55
     License is not already Covered Code governed by this License.
moel@1
    56
moel@1
    57
     1.10.1. "Patent Claims" means any patent claim(s), now owned or
moel@1
    58
     hereafter acquired, including without limitation,  method, process,
moel@1
    59
     and apparatus claims, in any patent Licensable by grantor.
moel@1
    60
moel@1
    61
     1.11. "Source Code" means the preferred form of the Covered Code for
moel@1
    62
     making modifications to it, including all modules it contains, plus
moel@1
    63
     any associated interface definition files, scripts used to control
moel@1
    64
     compilation and installation of an Executable, or source code
moel@1
    65
     differential comparisons against either the Original Code or another
moel@1
    66
     well known, available Covered Code of the Contributor's choice. The
moel@1
    67
     Source Code can be in a compressed or archival form, provided the
moel@1
    68
     appropriate decompression or de-archiving software is widely available
moel@1
    69
     for no charge.
moel@1
    70
moel@1
    71
     1.12. "You" (or "Your")  means an individual or a legal entity
moel@1
    72
     exercising rights under, and complying with all of the terms of, this
moel@1
    73
     License or a future version of this License issued under Section 6.1.
moel@1
    74
     For legal entities, "You" includes any entity which controls, is
moel@1
    75
     controlled by, or is under common control with You. For purposes of
moel@1
    76
     this definition, "control" means (a) the power, direct or indirect,
moel@1
    77
     to cause the direction or management of such entity, whether by
moel@1
    78
     contract or otherwise, or (b) ownership of more than fifty percent
moel@1
    79
     (50%) of the outstanding shares or beneficial ownership of such
moel@1
    80
     entity.
moel@1
    81
moel@1
    82
2. Source Code License.
moel@1
    83
moel@1
    84
     2.1. The Initial Developer Grant.
moel@1
    85
     The Initial Developer hereby grants You a world-wide, royalty-free,
moel@1
    86
     non-exclusive license, subject to third party intellectual property
moel@1
    87
     claims:
moel@1
    88
          (a)  under intellectual property rights (other than patent or
moel@1
    89
          trademark) Licensable by Initial Developer to use, reproduce,
moel@1
    90
          modify, display, perform, sublicense and distribute the Original
moel@1
    91
          Code (or portions thereof) with or without Modifications, and/or
moel@1
    92
          as part of a Larger Work; and
moel@1
    93
moel@1
    94
          (b) under Patents Claims infringed by the making, using or
moel@1
    95
          selling of Original Code, to make, have made, use, practice,
moel@1
    96
          sell, and offer for sale, and/or otherwise dispose of the
moel@1
    97
          Original Code (or portions thereof).
moel@1
    98
moel@1
    99
          (c) the licenses granted in this Section 2.1(a) and (b) are
moel@1
   100
          effective on the date Initial Developer first distributes
moel@1
   101
          Original Code under the terms of this License.
moel@1
   102
moel@1
   103
          (d) Notwithstanding Section 2.1(b) above, no patent license is
moel@1
   104
          granted: 1) for code that You delete from the Original Code; 2)
moel@1
   105
          separate from the Original Code;  or 3) for infringements caused
moel@1
   106
          by: i) the modification of the Original Code or ii) the
moel@1
   107
          combination of the Original Code with other software or devices.
moel@1
   108
moel@1
   109
     2.2. Contributor Grant.
moel@1
   110
     Subject to third party intellectual property claims, each Contributor
moel@1
   111
     hereby grants You a world-wide, royalty-free, non-exclusive license
moel@1
   112
moel@1
   113
          (a)  under intellectual property rights (other than patent or
moel@1
   114
          trademark) Licensable by Contributor, to use, reproduce, modify,
moel@1
   115
          display, perform, sublicense and distribute the Modifications
moel@1
   116
          created by such Contributor (or portions thereof) either on an
moel@1
   117
          unmodified basis, with other Modifications, as Covered Code
moel@1
   118
          and/or as part of a Larger Work; and
moel@1
   119
moel@1
   120
          (b) under Patent Claims infringed by the making, using, or
moel@1
   121
          selling of  Modifications made by that Contributor either alone
moel@1
   122
          and/or in combination with its Contributor Version (or portions
moel@1
   123
          of such combination), to make, use, sell, offer for sale, have
moel@1
   124
          made, and/or otherwise dispose of: 1) Modifications made by that
moel@1
   125
          Contributor (or portions thereof); and 2) the combination of
moel@1
   126
          Modifications made by that Contributor with its Contributor
moel@1
   127
          Version (or portions of such combination).
moel@1
   128
moel@1
   129
          (c) the licenses granted in Sections 2.2(a) and 2.2(b) are
moel@1
   130
          effective on the date Contributor first makes Commercial Use of
moel@1
   131
          the Covered Code.
moel@1
   132
moel@1
   133
          (d)    Notwithstanding Section 2.2(b) above, no patent license is
moel@1
   134
          granted: 1) for any code that Contributor has deleted from the
moel@1
   135
          Contributor Version; 2)  separate from the Contributor Version;
moel@1
   136
          3)  for infringements caused by: i) third party modifications of
moel@1
   137
          Contributor Version or ii)  the combination of Modifications made
moel@1
   138
          by that Contributor with other software  (except as part of the
moel@1
   139
          Contributor Version) or other devices; or 4) under Patent Claims
moel@1
   140
          infringed by Covered Code in the absence of Modifications made by
moel@1
   141
          that Contributor.
moel@1
   142
moel@1
   143
3. Distribution Obligations.
moel@1
   144
moel@1
   145
     3.1. Application of License.
moel@1
   146
     The Modifications which You create or to which You contribute are
moel@1
   147
     governed by the terms of this License, including without limitation
moel@1
   148
     Section 2.2. The Source Code version of Covered Code may be
moel@1
   149
     distributed only under the terms of this License or a future version
moel@1
   150
     of this License released under Section 6.1, and You must include a
moel@1
   151
     copy of this License with every copy of the Source Code You
moel@1
   152
     distribute. You may not offer or impose any terms on any Source Code
moel@1
   153
     version that alters or restricts the applicable version of this
moel@1
   154
     License or the recipients' rights hereunder. However, You may include
moel@1
   155
     an additional document offering the additional rights described in
moel@1
   156
     Section 3.5.
moel@1
   157
moel@1
   158
     3.2. Availability of Source Code.
moel@1
   159
     Any Modification which You create or to which You contribute must be
moel@1
   160
     made available in Source Code form under the terms of this License
moel@1
   161
     either on the same media as an Executable version or via an accepted
moel@1
   162
     Electronic Distribution Mechanism to anyone to whom you made an
moel@1
   163
     Executable version available; and if made available via Electronic
moel@1
   164
     Distribution Mechanism, must remain available for at least twelve (12)
moel@1
   165
     months after the date it initially became available, or at least six
moel@1
   166
     (6) months after a subsequent version of that particular Modification
moel@1
   167
     has been made available to such recipients. You are responsible for
moel@1
   168
     ensuring that the Source Code version remains available even if the
moel@1
   169
     Electronic Distribution Mechanism is maintained by a third party.
moel@1
   170
moel@1
   171
     3.3. Description of Modifications.
moel@1
   172
     You must cause all Covered Code to which You contribute to contain a
moel@1
   173
     file documenting the changes You made to create that Covered Code and
moel@1
   174
     the date of any change. You must include a prominent statement that
moel@1
   175
     the Modification is derived, directly or indirectly, from Original
moel@1
   176
     Code provided by the Initial Developer and including the name of the
moel@1
   177
     Initial Developer in (a) the Source Code, and (b) in any notice in an
moel@1
   178
     Executable version or related documentation in which You describe the
moel@1
   179
     origin or ownership of the Covered Code.
moel@1
   180
moel@1
   181
     3.4. Intellectual Property Matters
moel@1
   182
          (a) Third Party Claims.
moel@1
   183
          If Contributor has knowledge that a license under a third party's
moel@1
   184
          intellectual property rights is required to exercise the rights
moel@1
   185
          granted by such Contributor under Sections 2.1 or 2.2,
moel@1
   186
          Contributor must include a text file with the Source Code
moel@1
   187
          distribution titled "LEGAL" which describes the claim and the
moel@1
   188
          party making the claim in sufficient detail that a recipient will
moel@1
   189
          know whom to contact. If Contributor obtains such knowledge after
moel@1
   190
          the Modification is made available as described in Section 3.2,
moel@1
   191
          Contributor shall promptly modify the LEGAL file in all copies
moel@1
   192
          Contributor makes available thereafter and shall take other steps
moel@1
   193
          (such as notifying appropriate mailing lists or newsgroups)
moel@1
   194
          reasonably calculated to inform those who received the Covered
moel@1
   195
          Code that new knowledge has been obtained.
moel@1
   196
moel@1
   197
          (b) Contributor APIs.
moel@1
   198
          If Contributor's Modifications include an application programming
moel@1
   199
          interface and Contributor has knowledge of patent licenses which
moel@1
   200
          are reasonably necessary to implement that API, Contributor must
moel@1
   201
          also include this information in the LEGAL file.
moel@1
   202
moel@1
   203
               (c)    Representations.
moel@1
   204
          Contributor represents that, except as disclosed pursuant to
moel@1
   205
          Section 3.4(a) above, Contributor believes that Contributor's
moel@1
   206
          Modifications are Contributor's original creation(s) and/or
moel@1
   207
          Contributor has sufficient rights to grant the rights conveyed by
moel@1
   208
          this License.
moel@1
   209
moel@1
   210
     3.5. Required Notices.
moel@1
   211
     You must duplicate the notice in Exhibit A in each file of the Source
moel@1
   212
     Code.  If it is not possible to put such notice in a particular Source
moel@1
   213
     Code file due to its structure, then You must include such notice in a
moel@1
   214
     location (such as a relevant directory) where a user would be likely
moel@1
   215
     to look for such a notice.  If You created one or more Modification(s)
moel@1
   216
     You may add your name as a Contributor to the notice described in
moel@1
   217
     Exhibit A.  You must also duplicate this License in any documentation
moel@1
   218
     for the Source Code where You describe recipients' rights or ownership
moel@1
   219
     rights relating to Covered Code.  You may choose to offer, and to
moel@1
   220
     charge a fee for, warranty, support, indemnity or liability
moel@1
   221
     obligations to one or more recipients of Covered Code. However, You
moel@1
   222
     may do so only on Your own behalf, and not on behalf of the Initial
moel@1
   223
     Developer or any Contributor. You must make it absolutely clear than
moel@1
   224
     any such warranty, support, indemnity or liability obligation is
moel@1
   225
     offered by You alone, and You hereby agree to indemnify the Initial
moel@1
   226
     Developer and every Contributor for any liability incurred by the
moel@1
   227
     Initial Developer or such Contributor as a result of warranty,
moel@1
   228
     support, indemnity or liability terms You offer.
moel@1
   229
moel@1
   230
     3.6. Distribution of Executable Versions.
moel@1
   231
     You may distribute Covered Code in Executable form only if the
moel@1
   232
     requirements of Section 3.1-3.5 have been met for that Covered Code,
moel@1
   233
     and if You include a notice stating that the Source Code version of
moel@1
   234
     the Covered Code is available under the terms of this License,
moel@1
   235
     including a description of how and where You have fulfilled the
moel@1
   236
     obligations of Section 3.2. The notice must be conspicuously included
moel@1
   237
     in any notice in an Executable version, related documentation or
moel@1
   238
     collateral in which You describe recipients' rights relating to the
moel@1
   239
     Covered Code. You may distribute the Executable version of Covered
moel@1
   240
     Code or ownership rights under a license of Your choice, which may
moel@1
   241
     contain terms different from this License, provided that You are in
moel@1
   242
     compliance with the terms of this License and that the license for the
moel@1
   243
     Executable version does not attempt to limit or alter the recipient's
moel@1
   244
     rights in the Source Code version from the rights set forth in this
moel@1
   245
     License. If You distribute the Executable version under a different
moel@1
   246
     license You must make it absolutely clear that any terms which differ
moel@1
   247
     from this License are offered by You alone, not by the Initial
moel@1
   248
     Developer or any Contributor. You hereby agree to indemnify the
moel@1
   249
     Initial Developer and every Contributor for any liability incurred by
moel@1
   250
     the Initial Developer or such Contributor as a result of any such
moel@1
   251
     terms You offer.
moel@1
   252
moel@1
   253
     3.7. Larger Works.
moel@1
   254
     You may create a Larger Work by combining Covered Code with other code
moel@1
   255
     not governed by the terms of this License and distribute the Larger
moel@1
   256
     Work as a single product. In such a case, You must make sure the
moel@1
   257
     requirements of this License are fulfilled for the Covered Code.
moel@1
   258
moel@1
   259
4. Inability to Comply Due to Statute or Regulation.
moel@1
   260
moel@1
   261
     If it is impossible for You to comply with any of the terms of this
moel@1
   262
     License with respect to some or all of the Covered Code due to
moel@1
   263
     statute, judicial order, or regulation then You must: (a) comply with
moel@1
   264
     the terms of this License to the maximum extent possible; and (b)
moel@1
   265
     describe the limitations and the code they affect. Such description
moel@1
   266
     must be included in the LEGAL file described in Section 3.4 and must
moel@1
   267
     be included with all distributions of the Source Code. Except to the
moel@1
   268
     extent prohibited by statute or regulation, such description must be
moel@1
   269
     sufficiently detailed for a recipient of ordinary skill to be able to
moel@1
   270
     understand it.
moel@1
   271
moel@1
   272
5. Application of this License.
moel@1
   273
moel@1
   274
     This License applies to code to which the Initial Developer has
moel@1
   275
     attached the notice in Exhibit A and to related Covered Code.
moel@1
   276
moel@1
   277
6. Versions of the License.
moel@1
   278
moel@1
   279
     6.1. New Versions.
moel@1
   280
     Netscape Communications Corporation ("Netscape") may publish revised
moel@1
   281
     and/or new versions of the License from time to time. Each version
moel@1
   282
     will be given a distinguishing version number.
moel@1
   283
moel@1
   284
     6.2. Effect of New Versions.
moel@1
   285
     Once Covered Code has been published under a particular version of the
moel@1
   286
     License, You may always continue to use it under the terms of that
moel@1
   287
     version. You may also choose to use such Covered Code under the terms
moel@1
   288
     of any subsequent version of the License published by Netscape. No one
moel@1
   289
     other than Netscape has the right to modify the terms applicable to
moel@1
   290
     Covered Code created under this License.
moel@1
   291
moel@1
   292
     6.3. Derivative Works.
moel@1
   293
     If You create or use a modified version of this License (which you may
moel@1
   294
     only do in order to apply it to code which is not already Covered Code
moel@1
   295
     governed by this License), You must (a) rename Your license so that
moel@1
   296
     the phrases "Mozilla", "MOZILLAPL", "MOZPL", "Netscape",
moel@1
   297
     "MPL", "NPL" or any confusingly similar phrase do not appear in your
moel@1
   298
     license (except to note that your license differs from this License)
moel@1
   299
     and (b) otherwise make it clear that Your version of the license
moel@1
   300
     contains terms which differ from the Mozilla Public License and
moel@1
   301
     Netscape Public License. (Filling in the name of the Initial
moel@1
   302
     Developer, Original Code or Contributor in the notice described in
moel@1
   303
     Exhibit A shall not of themselves be deemed to be modifications of
moel@1
   304
     this License.)
moel@1
   305
moel@1
   306
7. DISCLAIMER OF WARRANTY.
moel@1
   307
moel@1
   308
     COVERED CODE IS PROVIDED UNDER THIS LICENSE ON AN "AS IS" BASIS,
moel@1
   309
     WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
moel@1
   310
     WITHOUT LIMITATION, WARRANTIES THAT THE COVERED CODE IS FREE OF
moel@1
   311
     DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING.
moel@1
   312
     THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE COVERED CODE
moel@1
   313
     IS WITH YOU. SHOULD ANY COVERED CODE PROVE DEFECTIVE IN ANY RESPECT,
moel@1
   314
     YOU (NOT THE INITIAL DEVELOPER OR ANY OTHER CONTRIBUTOR) ASSUME THE
moel@1
   315
     COST OF ANY NECESSARY SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER
moel@1
   316
     OF WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO USE OF
moel@1
   317
     ANY COVERED CODE IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER.
moel@1
   318
moel@1
   319
8. TERMINATION.
moel@1
   320
moel@1
   321
     8.1.  This License and the rights granted hereunder will terminate
moel@1
   322
     automatically if You fail to comply with terms herein and fail to cure
moel@1
   323
     such breach within 30 days of becoming aware of the breach. All
moel@1
   324
     sublicenses to the Covered Code which are properly granted shall
moel@1
   325
     survive any termination of this License. Provisions which, by their
moel@1
   326
     nature, must remain in effect beyond the termination of this License
moel@1
   327
     shall survive.
moel@1
   328
moel@1
   329
     8.2.  If You initiate litigation by asserting a patent infringement
moel@1
   330
     claim (excluding declatory judgment actions) against Initial Developer
moel@1
   331
     or a Contributor (the Initial Developer or Contributor against whom
moel@1
   332
     You file such action is referred to as "Participant")  alleging that:
moel@1
   333
moel@1
   334
     (a)  such Participant's Contributor Version directly or indirectly
moel@1
   335
     infringes any patent, then any and all rights granted by such
moel@1
   336
     Participant to You under Sections 2.1 and/or 2.2 of this License
moel@1
   337
     shall, upon 60 days notice from Participant terminate prospectively,
moel@1
   338
     unless if within 60 days after receipt of notice You either: (i)
moel@1
   339
     agree in writing to pay Participant a mutually agreeable reasonable
moel@1
   340
     royalty for Your past and future use of Modifications made by such
moel@1
   341
     Participant, or (ii) withdraw Your litigation claim with respect to
moel@1
   342
     the Contributor Version against such Participant.  If within 60 days
moel@1
   343
     of notice, a reasonable royalty and payment arrangement are not
moel@1
   344
     mutually agreed upon in writing by the parties or the litigation claim
moel@1
   345
     is not withdrawn, the rights granted by Participant to You under
moel@1
   346
     Sections 2.1 and/or 2.2 automatically terminate at the expiration of
moel@1
   347
     the 60 day notice period specified above.
moel@1
   348
moel@1
   349
     (b)  any software, hardware, or device, other than such Participant's
moel@1
   350
     Contributor Version, directly or indirectly infringes any patent, then
moel@1
   351
     any rights granted to You by such Participant under Sections 2.1(b)
moel@1
   352
     and 2.2(b) are revoked effective as of the date You first made, used,
moel@1
   353
     sold, distributed, or had made, Modifications made by that
moel@1
   354
     Participant.
moel@1
   355
moel@1
   356
     8.3.  If You assert a patent infringement claim against Participant
moel@1
   357
     alleging that such Participant's Contributor Version directly or
moel@1
   358
     indirectly infringes any patent where such claim is resolved (such as
moel@1
   359
     by license or settlement) prior to the initiation of patent
moel@1
   360
     infringement litigation, then the reasonable value of the licenses
moel@1
   361
     granted by such Participant under Sections 2.1 or 2.2 shall be taken
moel@1
   362
     into account in determining the amount or value of any payment or
moel@1
   363
     license.
moel@1
   364
moel@1
   365
     8.4.  In the event of termination under Sections 8.1 or 8.2 above,
moel@1
   366
     all end user license agreements (excluding distributors and resellers)
moel@1
   367
     which have been validly granted by You or any distributor hereunder
moel@1
   368
     prior to termination shall survive termination.
moel@1
   369
moel@1
   370
9. LIMITATION OF LIABILITY.
moel@1
   371
moel@1
   372
     UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT
moel@1
   373
     (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL YOU, THE INITIAL
moel@1
   374
     DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF COVERED CODE,
moel@1
   375
     OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON FOR
moel@1
   376
     ANY INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY
moel@1
   377
     CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL,
moel@1
   378
     WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER
moel@1
   379
     COMMERCIAL DAMAGES OR LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN
moel@1
   380
     INFORMED OF THE POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF
moel@1
   381
     LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY
moel@1
   382
     RESULTING FROM SUCH PARTY'S NEGLIGENCE TO THE EXTENT APPLICABLE LAW
moel@1
   383
     PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE
moel@1
   384
     EXCLUSION OR LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO
moel@1
   385
     THIS EXCLUSION AND LIMITATION MAY NOT APPLY TO YOU.
moel@1
   386
moel@1
   387
10. U.S. GOVERNMENT END USERS.
moel@1
   388
moel@1
   389
     The Covered Code is a "commercial item," as that term is defined in
moel@1
   390
     48 C.F.R. 2.101 (Oct. 1995), consisting of "commercial computer
moel@1
   391
     software" and "commercial computer software documentation," as such
moel@1
   392
     terms are used in 48 C.F.R. 12.212 (Sept. 1995). Consistent with 48
moel@1
   393
     C.F.R. 12.212 and 48 C.F.R. 227.7202-1 through 227.7202-4 (June 1995),
moel@1
   394
     all U.S. Government End Users acquire Covered Code with only those
moel@1
   395
     rights set forth herein.
moel@1
   396
moel@1
   397
11. MISCELLANEOUS.
moel@1
   398
moel@1
   399
     This License represents the complete agreement concerning subject
moel@1
   400
     matter hereof. If any provision of this License is held to be
moel@1
   401
     unenforceable, such provision shall be reformed only to the extent
moel@1
   402
     necessary to make it enforceable. This License shall be governed by
moel@1
   403
     California law provisions (except to the extent applicable law, if
moel@1
   404
     any, provides otherwise), excluding its conflict-of-law provisions.
moel@1
   405
     With respect to disputes in which at least one party is a citizen of,
moel@1
   406
     or an entity chartered or registered to do business in the United
moel@1
   407
     States of America, any litigation relating to this License shall be
moel@1
   408
     subject to the jurisdiction of the Federal Courts of the Northern
moel@1
   409
     District of California, with venue lying in Santa Clara County,
moel@1
   410
     California, with the losing party responsible for costs, including
moel@1
   411
     without limitation, court costs and reasonable attorneys' fees and
moel@1
   412
     expenses. The application of the United Nations Convention on
moel@1
   413
     Contracts for the International Sale of Goods is expressly excluded.
moel@1
   414
     Any law or regulation which provides that the language of a contract
moel@1
   415
     shall be construed against the drafter shall not apply to this
moel@1
   416
     License.
moel@1
   417
moel@1
   418
12. RESPONSIBILITY FOR CLAIMS.
moel@1
   419
moel@1
   420
     As between Initial Developer and the Contributors, each party is
moel@1
   421
     responsible for claims and damages arising, directly or indirectly,
moel@1
   422
     out of its utilization of rights under this License and You agree to
moel@1
   423
     work with Initial Developer and Contributors to distribute such
moel@1
   424
     responsibility on an equitable basis. Nothing herein is intended or
moel@1
   425
     shall be deemed to constitute any admission of liability.
moel@1
   426
moel@1
   427
13. MULTIPLE-LICENSED CODE.
moel@1
   428
moel@1
   429
     Initial Developer may designate portions of the Covered Code as
moel@1
   430
     "Multiple-Licensed".  "Multiple-Licensed" means that the Initial
moel@1
   431
     Developer permits you to utilize portions of the Covered Code under
moel@1
   432
     Your choice of the NPL or the alternative licenses, if any, specified
moel@1
   433
     by the Initial Developer in the file described in Exhibit A.
moel@1
   434
moel@1
   435
EXHIBIT A -Mozilla Public License.
moel@1
   436
moel@1
   437
     ``The contents of this file are subject to the Mozilla Public License
moel@1
   438
     Version 1.1 (the "License"); you may not use this file except in
moel@1
   439
     compliance with the License. You may obtain a copy of the License at
moel@1
   440
     http://www.mozilla.org/MPL/
moel@1
   441
moel@1
   442
     Software distributed under the License is distributed on an "AS IS"
moel@1
   443
     basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
moel@1
   444
     License for the specific language governing rights and limitations
moel@1
   445
     under the License.
moel@1
   446
moel@1
   447
     The Original Code is ______________________________________.
moel@1
   448
moel@1
   449
     The Initial Developer of the Original Code is ________________________.
moel@1
   450
     Portions created by ______________________ are Copyright (C) ______
moel@1
   451
     _______________________. All Rights Reserved.
moel@1
   452
moel@1
   453
     Contributor(s): ______________________________________.
moel@1
   454
moel@1
   455
     Alternatively, the contents of this file may be used under the terms
moel@1
   456
     of the _____ license (the  "[___] License"), in which case the
moel@1
   457
     provisions of [______] License are applicable instead of those
moel@1
   458
     above.  If you wish to allow use of your version of this file only
moel@1
   459
     under the terms of the [____] License and not to allow others to use
moel@1
   460
     your version of this file under the MPL, indicate your decision by
moel@1
   461
     deleting  the provisions above and replace  them with the notice and
moel@1
   462
     other provisions required by the [___] License.  If you do not delete
moel@1
   463
     the provisions above, a recipient may use your version of this file
moel@1
   464
     under either the MPL or the [___] License."
moel@1
   465
moel@1
   466
     [NOTE: The text of this Exhibit A may differ slightly from the text of
moel@1
   467
     the notices in the Source Code files of the Original Code. You should
moel@1
   468
     use the text of this Exhibit A rather than the text found in the
moel@1
   469
     Original Code Source Code for Your Modifications.]
moel@1
   470