annotate armadillo-3.900.4/LICENSE.txt @ 53:19d768025620

moved README to root
author matthiasm
date Thu, 13 Jun 2013 12:07:55 +0100
parents 1ec0e2823891
children
rev   line source
Chris@49 1 Mozilla Public License Version 2.0
Chris@49 2 ==================================
Chris@49 3
Chris@49 4 1. Definitions
Chris@49 5 --------------
Chris@49 6
Chris@49 7 1.1. "Contributor"
Chris@49 8 means each individual or legal entity that creates, contributes to
Chris@49 9 the creation of, or owns Covered Software.
Chris@49 10
Chris@49 11 1.2. "Contributor Version"
Chris@49 12 means the combination of the Contributions of others (if any) used
Chris@49 13 by a Contributor and that particular Contributor's Contribution.
Chris@49 14
Chris@49 15 1.3. "Contribution"
Chris@49 16 means Covered Software of a particular Contributor.
Chris@49 17
Chris@49 18 1.4. "Covered Software"
Chris@49 19 means Source Code Form to which the initial Contributor has attached
Chris@49 20 the notice in Exhibit A, the Executable Form of such Source Code
Chris@49 21 Form, and Modifications of such Source Code Form, in each case
Chris@49 22 including portions thereof.
Chris@49 23
Chris@49 24 1.5. "Incompatible With Secondary Licenses"
Chris@49 25 means
Chris@49 26
Chris@49 27 (a) that the initial Contributor has attached the notice described
Chris@49 28 in Exhibit B to the Covered Software; or
Chris@49 29
Chris@49 30 (b) that the Covered Software was made available under the terms of
Chris@49 31 version 1.1 or earlier of the License, but not also under the
Chris@49 32 terms of a Secondary License.
Chris@49 33
Chris@49 34 1.6. "Executable Form"
Chris@49 35 means any form of the work other than Source Code Form.
Chris@49 36
Chris@49 37 1.7. "Larger Work"
Chris@49 38 means a work that combines Covered Software with other material, in
Chris@49 39 a separate file or files, that is not Covered Software.
Chris@49 40
Chris@49 41 1.8. "License"
Chris@49 42 means this document.
Chris@49 43
Chris@49 44 1.9. "Licensable"
Chris@49 45 means having the right to grant, to the maximum extent possible,
Chris@49 46 whether at the time of the initial grant or subsequently, any and
Chris@49 47 all of the rights conveyed by this License.
Chris@49 48
Chris@49 49 1.10. "Modifications"
Chris@49 50 means any of the following:
Chris@49 51
Chris@49 52 (a) any file in Source Code Form that results from an addition to,
Chris@49 53 deletion from, or modification of the contents of Covered
Chris@49 54 Software; or
Chris@49 55
Chris@49 56 (b) any new file in Source Code Form that contains any Covered
Chris@49 57 Software.
Chris@49 58
Chris@49 59 1.11. "Patent Claims" of a Contributor
Chris@49 60 means any patent claim(s), including without limitation, method,
Chris@49 61 process, and apparatus claims, in any patent Licensable by such
Chris@49 62 Contributor that would be infringed, but for the grant of the
Chris@49 63 License, by the making, using, selling, offering for sale, having
Chris@49 64 made, import, or transfer of either its Contributions or its
Chris@49 65 Contributor Version.
Chris@49 66
Chris@49 67 1.12. "Secondary License"
Chris@49 68 means either the GNU General Public License, Version 2.0, the GNU
Chris@49 69 Lesser General Public License, Version 2.1, the GNU Affero General
Chris@49 70 Public License, Version 3.0, or any later versions of those
Chris@49 71 licenses.
Chris@49 72
Chris@49 73 1.13. "Source Code Form"
Chris@49 74 means the form of the work preferred for making modifications.
Chris@49 75
Chris@49 76 1.14. "You" (or "Your")
Chris@49 77 means an individual or a legal entity exercising rights under this
Chris@49 78 License. For legal entities, "You" includes any entity that
Chris@49 79 controls, is controlled by, or is under common control with You. For
Chris@49 80 purposes of this definition, "control" means (a) the power, direct
Chris@49 81 or indirect, to cause the direction or management of such entity,
Chris@49 82 whether by contract or otherwise, or (b) ownership of more than
Chris@49 83 fifty percent (50%) of the outstanding shares or beneficial
Chris@49 84 ownership of such entity.
Chris@49 85
Chris@49 86 2. License Grants and Conditions
Chris@49 87 --------------------------------
Chris@49 88
Chris@49 89 2.1. Grants
Chris@49 90
Chris@49 91 Each Contributor hereby grants You a world-wide, royalty-free,
Chris@49 92 non-exclusive license:
Chris@49 93
Chris@49 94 (a) under intellectual property rights (other than patent or trademark)
Chris@49 95 Licensable by such Contributor to use, reproduce, make available,
Chris@49 96 modify, display, perform, distribute, and otherwise exploit its
Chris@49 97 Contributions, either on an unmodified basis, with Modifications, or
Chris@49 98 as part of a Larger Work; and
Chris@49 99
Chris@49 100 (b) under Patent Claims of such Contributor to make, use, sell, offer
Chris@49 101 for sale, have made, import, and otherwise transfer either its
Chris@49 102 Contributions or its Contributor Version.
Chris@49 103
Chris@49 104 2.2. Effective Date
Chris@49 105
Chris@49 106 The licenses granted in Section 2.1 with respect to any Contribution
Chris@49 107 become effective for each Contribution on the date the Contributor first
Chris@49 108 distributes such Contribution.
Chris@49 109
Chris@49 110 2.3. Limitations on Grant Scope
Chris@49 111
Chris@49 112 The licenses granted in this Section 2 are the only rights granted under
Chris@49 113 this License. No additional rights or licenses will be implied from the
Chris@49 114 distribution or licensing of Covered Software under this License.
Chris@49 115 Notwithstanding Section 2.1(b) above, no patent license is granted by a
Chris@49 116 Contributor:
Chris@49 117
Chris@49 118 (a) for any code that a Contributor has removed from Covered Software;
Chris@49 119 or
Chris@49 120
Chris@49 121 (b) for infringements caused by: (i) Your and any other third party's
Chris@49 122 modifications of Covered Software, or (ii) the combination of its
Chris@49 123 Contributions with other software (except as part of its Contributor
Chris@49 124 Version); or
Chris@49 125
Chris@49 126 (c) under Patent Claims infringed by Covered Software in the absence of
Chris@49 127 its Contributions.
Chris@49 128
Chris@49 129 This License does not grant any rights in the trademarks, service marks,
Chris@49 130 or logos of any Contributor (except as may be necessary to comply with
Chris@49 131 the notice requirements in Section 3.4).
Chris@49 132
Chris@49 133 2.4. Subsequent Licenses
Chris@49 134
Chris@49 135 No Contributor makes additional grants as a result of Your choice to
Chris@49 136 distribute the Covered Software under a subsequent version of this
Chris@49 137 License (see Section 10.2) or under the terms of a Secondary License (if
Chris@49 138 permitted under the terms of Section 3.3).
Chris@49 139
Chris@49 140 2.5. Representation
Chris@49 141
Chris@49 142 Each Contributor represents that the Contributor believes its
Chris@49 143 Contributions are its original creation(s) or it has sufficient rights
Chris@49 144 to grant the rights to its Contributions conveyed by this License.
Chris@49 145
Chris@49 146 2.6. Fair Use
Chris@49 147
Chris@49 148 This License is not intended to limit any rights You have under
Chris@49 149 applicable copyright doctrines of fair use, fair dealing, or other
Chris@49 150 equivalents.
Chris@49 151
Chris@49 152 2.7. Conditions
Chris@49 153
Chris@49 154 Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted
Chris@49 155 in Section 2.1.
Chris@49 156
Chris@49 157 3. Responsibilities
Chris@49 158 -------------------
Chris@49 159
Chris@49 160 3.1. Distribution of Source Form
Chris@49 161
Chris@49 162 All distribution of Covered Software in Source Code Form, including any
Chris@49 163 Modifications that You create or to which You contribute, must be under
Chris@49 164 the terms of this License. You must inform recipients that the Source
Chris@49 165 Code Form of the Covered Software is governed by the terms of this
Chris@49 166 License, and how they can obtain a copy of this License. You may not
Chris@49 167 attempt to alter or restrict the recipients' rights in the Source Code
Chris@49 168 Form.
Chris@49 169
Chris@49 170 3.2. Distribution of Executable Form
Chris@49 171
Chris@49 172 If You distribute Covered Software in Executable Form then:
Chris@49 173
Chris@49 174 (a) such Covered Software must also be made available in Source Code
Chris@49 175 Form, as described in Section 3.1, and You must inform recipients of
Chris@49 176 the Executable Form how they can obtain a copy of such Source Code
Chris@49 177 Form by reasonable means in a timely manner, at a charge no more
Chris@49 178 than the cost of distribution to the recipient; and
Chris@49 179
Chris@49 180 (b) You may distribute such Executable Form under the terms of this
Chris@49 181 License, or sublicense it under different terms, provided that the
Chris@49 182 license for the Executable Form does not attempt to limit or alter
Chris@49 183 the recipients' rights in the Source Code Form under this License.
Chris@49 184
Chris@49 185 3.3. Distribution of a Larger Work
Chris@49 186
Chris@49 187 You may create and distribute a Larger Work under terms of Your choice,
Chris@49 188 provided that You also comply with the requirements of this License for
Chris@49 189 the Covered Software. If the Larger Work is a combination of Covered
Chris@49 190 Software with a work governed by one or more Secondary Licenses, and the
Chris@49 191 Covered Software is not Incompatible With Secondary Licenses, this
Chris@49 192 License permits You to additionally distribute such Covered Software
Chris@49 193 under the terms of such Secondary License(s), so that the recipient of
Chris@49 194 the Larger Work may, at their option, further distribute the Covered
Chris@49 195 Software under the terms of either this License or such Secondary
Chris@49 196 License(s).
Chris@49 197
Chris@49 198 3.4. Notices
Chris@49 199
Chris@49 200 You may not remove or alter the substance of any license notices
Chris@49 201 (including copyright notices, patent notices, disclaimers of warranty,
Chris@49 202 or limitations of liability) contained within the Source Code Form of
Chris@49 203 the Covered Software, except that You may alter any license notices to
Chris@49 204 the extent required to remedy known factual inaccuracies.
Chris@49 205
Chris@49 206 3.5. Application of Additional Terms
Chris@49 207
Chris@49 208 You may choose to offer, and to charge a fee for, warranty, support,
Chris@49 209 indemnity or liability obligations to one or more recipients of Covered
Chris@49 210 Software. However, You may do so only on Your own behalf, and not on
Chris@49 211 behalf of any Contributor. You must make it absolutely clear that any
Chris@49 212 such warranty, support, indemnity, or liability obligation is offered by
Chris@49 213 You alone, and You hereby agree to indemnify every Contributor for any
Chris@49 214 liability incurred by such Contributor as a result of warranty, support,
Chris@49 215 indemnity or liability terms You offer. You may include additional
Chris@49 216 disclaimers of warranty and limitations of liability specific to any
Chris@49 217 jurisdiction.
Chris@49 218
Chris@49 219 4. Inability to Comply Due to Statute or Regulation
Chris@49 220 ---------------------------------------------------
Chris@49 221
Chris@49 222 If it is impossible for You to comply with any of the terms of this
Chris@49 223 License with respect to some or all of the Covered Software due to
Chris@49 224 statute, judicial order, or regulation then You must: (a) comply with
Chris@49 225 the terms of this License to the maximum extent possible; and (b)
Chris@49 226 describe the limitations and the code they affect. Such description must
Chris@49 227 be placed in a text file included with all distributions of the Covered
Chris@49 228 Software under this License. Except to the extent prohibited by statute
Chris@49 229 or regulation, such description must be sufficiently detailed for a
Chris@49 230 recipient of ordinary skill to be able to understand it.
Chris@49 231
Chris@49 232 5. Termination
Chris@49 233 --------------
Chris@49 234
Chris@49 235 5.1. The rights granted under this License will terminate automatically
Chris@49 236 if You fail to comply with any of its terms. However, if You become
Chris@49 237 compliant, then the rights granted under this License from a particular
Chris@49 238 Contributor are reinstated (a) provisionally, unless and until such
Chris@49 239 Contributor explicitly and finally terminates Your grants, and (b) on an
Chris@49 240 ongoing basis, if such Contributor fails to notify You of the
Chris@49 241 non-compliance by some reasonable means prior to 60 days after You have
Chris@49 242 come back into compliance. Moreover, Your grants from a particular
Chris@49 243 Contributor are reinstated on an ongoing basis if such Contributor
Chris@49 244 notifies You of the non-compliance by some reasonable means, this is the
Chris@49 245 first time You have received notice of non-compliance with this License
Chris@49 246 from such Contributor, and You become compliant prior to 30 days after
Chris@49 247 Your receipt of the notice.
Chris@49 248
Chris@49 249 5.2. If You initiate litigation against any entity by asserting a patent
Chris@49 250 infringement claim (excluding declaratory judgment actions,
Chris@49 251 counter-claims, and cross-claims) alleging that a Contributor Version
Chris@49 252 directly or indirectly infringes any patent, then the rights granted to
Chris@49 253 You by any and all Contributors for the Covered Software under Section
Chris@49 254 2.1 of this License shall terminate.
Chris@49 255
Chris@49 256 5.3. In the event of termination under Sections 5.1 or 5.2 above, all
Chris@49 257 end user license agreements (excluding distributors and resellers) which
Chris@49 258 have been validly granted by You or Your distributors under this License
Chris@49 259 prior to termination shall survive termination.
Chris@49 260
Chris@49 261 ************************************************************************
Chris@49 262 * *
Chris@49 263 * 6. Disclaimer of Warranty *
Chris@49 264 * ------------------------- *
Chris@49 265 * *
Chris@49 266 * Covered Software is provided under this License on an "as is" *
Chris@49 267 * basis, without warranty of any kind, either expressed, implied, or *
Chris@49 268 * statutory, including, without limitation, warranties that the *
Chris@49 269 * Covered Software is free of defects, merchantable, fit for a *
Chris@49 270 * particular purpose or non-infringing. The entire risk as to the *
Chris@49 271 * quality and performance of the Covered Software is with You. *
Chris@49 272 * Should any Covered Software prove defective in any respect, You *
Chris@49 273 * (not any Contributor) assume the cost of any necessary servicing, *
Chris@49 274 * repair, or correction. This disclaimer of warranty constitutes an *
Chris@49 275 * essential part of this License. No use of any Covered Software is *
Chris@49 276 * authorized under this License except under this disclaimer. *
Chris@49 277 * *
Chris@49 278 ************************************************************************
Chris@49 279
Chris@49 280 ************************************************************************
Chris@49 281 * *
Chris@49 282 * 7. Limitation of Liability *
Chris@49 283 * -------------------------- *
Chris@49 284 * *
Chris@49 285 * Under no circumstances and under no legal theory, whether tort *
Chris@49 286 * (including negligence), contract, or otherwise, shall any *
Chris@49 287 * Contributor, or anyone who distributes Covered Software as *
Chris@49 288 * permitted above, be liable to You for any direct, indirect, *
Chris@49 289 * special, incidental, or consequential damages of any character *
Chris@49 290 * including, without limitation, damages for lost profits, loss of *
Chris@49 291 * goodwill, work stoppage, computer failure or malfunction, or any *
Chris@49 292 * and all other commercial damages or losses, even if such party *
Chris@49 293 * shall have been informed of the possibility of such damages. This *
Chris@49 294 * limitation of liability shall not apply to liability for death or *
Chris@49 295 * personal injury resulting from such party's negligence to the *
Chris@49 296 * extent applicable law prohibits such limitation. Some *
Chris@49 297 * jurisdictions do not allow the exclusion or limitation of *
Chris@49 298 * incidental or consequential damages, so this exclusion and *
Chris@49 299 * limitation may not apply to You. *
Chris@49 300 * *
Chris@49 301 ************************************************************************
Chris@49 302
Chris@49 303 8. Litigation
Chris@49 304 -------------
Chris@49 305
Chris@49 306 Any litigation relating to this License may be brought only in the
Chris@49 307 courts of a jurisdiction where the defendant maintains its principal
Chris@49 308 place of business and such litigation shall be governed by laws of that
Chris@49 309 jurisdiction, without reference to its conflict-of-law provisions.
Chris@49 310 Nothing in this Section shall prevent a party's ability to bring
Chris@49 311 cross-claims or counter-claims.
Chris@49 312
Chris@49 313 9. Miscellaneous
Chris@49 314 ----------------
Chris@49 315
Chris@49 316 This License represents the complete agreement concerning the subject
Chris@49 317 matter hereof. If any provision of this License is held to be
Chris@49 318 unenforceable, such provision shall be reformed only to the extent
Chris@49 319 necessary to make it enforceable. Any law or regulation which provides
Chris@49 320 that the language of a contract shall be construed against the drafter
Chris@49 321 shall not be used to construe this License against a Contributor.
Chris@49 322
Chris@49 323 10. Versions of the License
Chris@49 324 ---------------------------
Chris@49 325
Chris@49 326 10.1. New Versions
Chris@49 327
Chris@49 328 Mozilla Foundation is the license steward. Except as provided in Section
Chris@49 329 10.3, no one other than the license steward has the right to modify or
Chris@49 330 publish new versions of this License. Each version will be given a
Chris@49 331 distinguishing version number.
Chris@49 332
Chris@49 333 10.2. Effect of New Versions
Chris@49 334
Chris@49 335 You may distribute the Covered Software under the terms of the version
Chris@49 336 of the License under which You originally received the Covered Software,
Chris@49 337 or under the terms of any subsequent version published by the license
Chris@49 338 steward.
Chris@49 339
Chris@49 340 10.3. Modified Versions
Chris@49 341
Chris@49 342 If you create software not governed by this License, and you want to
Chris@49 343 create a new license for such software, you may create and use a
Chris@49 344 modified version of this License if you rename the license and remove
Chris@49 345 any references to the name of the license steward (except to note that
Chris@49 346 such modified license differs from this License).
Chris@49 347
Chris@49 348 10.4. Distributing Source Code Form that is Incompatible With Secondary
Chris@49 349 Licenses
Chris@49 350
Chris@49 351 If You choose to distribute Source Code Form that is Incompatible With
Chris@49 352 Secondary Licenses under the terms of this version of the License, the
Chris@49 353 notice described in Exhibit B of this License must be attached.
Chris@49 354
Chris@49 355 Exhibit A - Source Code Form License Notice
Chris@49 356 -------------------------------------------
Chris@49 357
Chris@49 358 This Source Code Form is subject to the terms of the Mozilla Public
Chris@49 359 License, v. 2.0. If a copy of the MPL was not distributed with this
Chris@49 360 file, You can obtain one at http://mozilla.org/MPL/2.0/.
Chris@49 361
Chris@49 362 If it is not possible or desirable to put the notice in a particular
Chris@49 363 file, then You may include the notice in a location (such as a LICENSE
Chris@49 364 file in a relevant directory) where a recipient would be likely to look
Chris@49 365 for such a notice.
Chris@49 366
Chris@49 367 You may add additional accurate notices of copyright ownership.
Chris@49 368
Chris@49 369 Exhibit B - "Incompatible With Secondary Licenses" Notice
Chris@49 370 ---------------------------------------------------------
Chris@49 371
Chris@49 372 This Source Code Form is "Incompatible With Secondary Licenses", as
Chris@49 373 defined by the Mozilla Public License, v. 2.0.