toolkit/content/license.html

Sat, 03 Jan 2015 20:18:00 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Sat, 03 Jan 2015 20:18:00 +0100
branch
TOR_BUG_3246
changeset 7
129ffea94266
permissions
-rw-r--r--

Conditionally enable double key logic according to:
private browsing mode or privacy.thirdparty.isolate preference and
implement in GetCookieStringCommon and FindCookie where it counts...
With some reservations of how to convince FindCookie users to test
condition and pass a nullptr when disabling double key logic.

michael@0 1 <!DOCTYPE HTML>
michael@0 2 <!-- This Source Code Form is subject to the terms of the Mozilla Public
michael@0 3 - License, v. 2.0. If a copy of the MPL was not distributed with this file,
michael@0 4 - You can obtain one at http://mozilla.org/MPL/2.0/. -->
michael@0 5
michael@0 6 <html lang="en">
michael@0 7 <head>
michael@0 8 <meta http-equiv="Content-Type" content="text/html;charset=utf-8">
michael@0 9 <title>about:license</title>
michael@0 10
michael@0 11 <style type="text/css">
michael@0 12 .path {
michael@0 13 font-family: monospace;
michael@0 14 }
michael@0 15
michael@0 16 dt {
michael@0 17 font-weight: bold;
michael@0 18 }
michael@0 19 </style>
michael@0 20 <link rel="stylesheet" href="chrome://global/skin/about.css" type="text/css">
michael@0 21 </head>
michael@0 22
michael@0 23 <body id="lic-info" class="aboutPageWideContainer">
michael@0 24 <h1><a id="top"></a>about:license</h1>
michael@0 25
michael@0 26 <div>
michael@0 27
michael@0 28 #ifdef APP_LICENSE_BLOCK
michael@0 29 #includesubst @APP_LICENSE_BLOCK@
michael@0 30 #endif
michael@0 31
michael@0 32 <p>All of the <b>source code</b> to this product is
michael@0 33 available under licenses which are both
michael@0 34 <a href="http://www.gnu.org/philosophy/free-sw.html">free</a> and
michael@0 35 <a href="http://www.opensource.org/docs/definition.php">open source</a>.
michael@0 36 A URL identifying the specific source code used to create this copy can be found
michael@0 37 on the <a href="about:buildconfig">build configuration page</a>, and you can read
michael@0 38 <a href="https://developer.mozilla.org/en/Mozilla_Source_Code_%28Mercurial%29">instructions
michael@0 39 on how to download and build the code for yourself</a>.
michael@0 40 </p>
michael@0 41
michael@0 42 <p>More specifically, most of the source code is available under the
michael@0 43 <a href="about:license#mpl">Mozilla Public License 2.0</a> (MPL).
michael@0 44 The MPL has a
michael@0 45 <a href="http://www.mozilla.org/MPL/2.0/FAQ.html">FAQ</a> to help
michael@0 46 you understand it. The remainder of the software which is not
michael@0 47 under the MPL is available under one of a variety of other
michael@0 48 free and open source licenses. Those that require reproduction
michael@0 49 of the license text in the distribution are given below.
michael@0 50 (Note: your copy of this product may not contain code covered by one
michael@0 51 or more of the licenses listed here, depending on the exact product
michael@0 52 and version you choose.)
michael@0 53 </p>
michael@0 54
michael@0 55 <ul>
michael@0 56 <li><a href="about:license#mpl">Mozilla Public License 2.0</a>
michael@0 57 <br><br>
michael@0 58 </li>
michael@0 59 <li><a href="about:license#lgpl">GNU Lesser General Public License 2.1</a>
michael@0 60 <br><br>
michael@0 61 </li>
michael@0 62 <li><a href="about:license#lgpl-3.0">GNU Lesser General Public License 3.0</a>
michael@0 63 <br><br>
michael@0 64 </li>
michael@0 65 <li><a href="about:license#ACE">ACE License</a></li>
michael@0 66 <li><a href="about:license#acorn">acorn License</a></li>
michael@0 67 <li><a href="about:license#adobecmap">Adobe CMap License</a></li>
michael@0 68 <li><a href="about:license#android">Android Open Source License</a></li>
michael@0 69 <li><a href="about:license#angle">ANGLE License</a></li>
michael@0 70 <li><a href="about:license#apache">Apache License 2.0</a></li>
michael@0 71 <li><a href="about:license#apple">Apple License</a></li>
michael@0 72 <li><a href="about:license#apple-mozilla">Apple/Mozilla NPRuntime License</a></li>
michael@0 73 <li><a href="about:license#apple-torch">Apple/Torch Mobile License</a></li>
michael@0 74 <li><a href="about:license#bspatch">bspatch License</a></li>
michael@0 75 <li><a href="about:license#cairo">Cairo Component Licenses</a></li>
michael@0 76 <li><a href="about:license#chromium">Chromium License</a></li>
michael@0 77 <li><a href="about:license#codemirror">CodeMirror License</a></li>
michael@0 78 <li><a href="about:license#dtoa">dtoa License</a></li>
michael@0 79 <li><a href="about:license#hunspell-nl">Dutch Spellchecking Dictionary License</a></li>
michael@0 80 <li><a href="about:license#edl">Eclipse Distribution License</a></li>
michael@0 81 <li><a href="about:license#escodegen">Escodegen License</a></li>
michael@0 82 <li><a href="about:license#hunspell-ee">Estonian Spellchecking Dictionary License</a></li>
michael@0 83 <li><a href="about:license#expat">Expat License</a></li>
michael@0 84 <li><a href="about:license#firebug">Firebug License</a></li>
michael@0 85 <li><a href="about:license#gfx-font-list">gfxFontList License</a></li>
michael@0 86 <li><a href="about:license#google-bsd">Google BSD License</a></li>
michael@0 87 <li><a href="about:license#gears">Google Gears License</a></li>
michael@0 88 <li><a href="about:license#gears-istumbler">Google Gears/iStumbler License</a></li>
michael@0 89 <li><a href="about:license#vp8">Google VP8 License</a></li>
michael@0 90 <li><a href="about:license#gyp">gyp License</a></li>
michael@0 91 <li><a href="about:license#halloc">halloc License</a></li>
michael@0 92 <li><a href="about:license#harfbuzz">HarfBuzz License</a></li>
michael@0 93 <li><a href="about:license#icu">ICU License</a></li>
michael@0 94 <li><a href="about:license#jpnic">Japan Network Information Center License</a></li>
michael@0 95 <li><a href="about:license#jemalloc">jemalloc License</a></li>
michael@0 96 <li><a href="about:license#jquery">jQuery License</a></li>
michael@0 97 <li><a href="about:license#kiss_fft">Kiss FFT License</a></li>
michael@0 98 <li><a href="about:license#libcubeb">libcubeb License</a></li>
michael@0 99 <li><a href="about:license#libevent">libevent License</a></li>
michael@0 100 <li><a href="about:license#libffi">libffi License</a></li>
michael@0 101 <li><a href="about:license#libjingle">libjingle License</a></li>
michael@0 102 <li><a href="about:license#libnestegg">libnestegg License</a></li>
michael@0 103 <li><a href="about:license#libsoundtouch">libsoundtouch License</a></li>
michael@0 104 <li><a href="about:license#libsrtp">libsrtp License</a></li>
michael@0 105 <li><a href="about:license#libyuv">libyuv License</a></li>
michael@0 106 <li><a href="about:license#hunspell-lt">Lithuanian Spellchecking Dictionary License</a></li>
michael@0 107 <li><a href="about:license#maattachedwindow">MAAttachedWindow License</a></li>
michael@0 108 <li><a href="about:license#msinttypes">msinttypes License</a></li>
michael@0 109 <li><a href="about:license#myspell">MySpell License</a></li>
michael@0 110 <li><a href="about:license#nicer">nICEr License</a></li>
michael@0 111 <li><a href="about:license#nrappkit">nrappkit License</a></li>
michael@0 112 <li><a href="about:license#openvision">OpenVision License</a></li>
michael@0 113 <li><a href="about:license#pbkdf2-sha256">pbkdf2_sha256 License</a></li>
michael@0 114 <li><a href="about:license#praton">praton License</a></li>
michael@0 115 <li><a href="about:license#qcms">qcms License</a></li>
michael@0 116 <li><a href="about:license#xdg">Red Hat xdg_user_dir_lookup License</a></li>
michael@0 117 <li><a href="about:license#hunspell-ru">Russian Spellchecking Dictionary License</a></li>
michael@0 118 <li><a href="about:license#sctp">SCTP Licenses</a></li>
michael@0 119 <li><a href="about:license#skia">Skia License</a></li>
michael@0 120 <li><a href="about:license#snappy">Snappy License</a></li>
michael@0 121 <li><a href="about:license#sparkle">Sparkle License</a></li>
michael@0 122 #ifdef USE_STLPORT
michael@0 123 <li><a href="about:license#stlport">STLport License</a></li>
michael@0 124 #endif
michael@0 125 <li><a href="about:license#suitable">Suitable Systems License</a></li>
michael@0 126 <li><a href="about:license#sunsoft">SunSoft License</a></li>
michael@0 127 <li><a href="about:license#unicode">Unicode License</a></li>
michael@0 128 <li><a href="about:license#ucal">University of California License</a></li>
michael@0 129 <li><a href="about:license#uszeged">University of Szeged License</a></li>
michael@0 130 <li><a href="about:license#hunspell-en-US">US English Spellchecking Dictionary Licenses</a></li>
michael@0 131 <li><a href="about:license#v8">V8 License</a></li>
michael@0 132 <li><a href="about:license#vtune">VTune License</a></li>
michael@0 133 <li><a href="about:license#webrtc">WebRTC License</a></li>
michael@0 134 <li><a href="about:license#x264">x264 License</a></li>
michael@0 135 <li><a href="about:license#xiph">Xiph.org Foundation License</a></li>
michael@0 136 </ul>
michael@0 137
michael@0 138 <br>
michael@0 139
michael@0 140 <ul>
michael@0 141 <li><a href="about:license#other-notices">Other Required Notices</a>
michael@0 142 <li><a href="about:license#optional-notices">Optional Notices</a>
michael@0 143 #ifdef XP_WIN
michael@0 144 <li><a href="about:license#proprietary-notices">Proprietary Operating System Components</a>
michael@0 145 #endif
michael@0 146 </ul>
michael@0 147
michael@0 148 </div>
michael@0 149
michael@0 150 <hr>
michael@0 151
michael@0 152 <h1 id="mpl">Mozilla Public License 2.0</h1>
michael@0 153
michael@0 154 <h2 id="definitions">1. Definitions</h2>
michael@0 155
michael@0 156 <dl>
michael@0 157 <dt>1.1. "Contributor"</dt>
michael@0 158
michael@0 159 <dd>
michael@0 160 <p>means each individual or legal entity that creates, contributes to
michael@0 161 the creation of, or owns Covered Software.</p>
michael@0 162 </dd>
michael@0 163
michael@0 164 <dt>1.2. "Contributor Version"</dt>
michael@0 165
michael@0 166 <dd>
michael@0 167 <p>means the combination of the Contributions of others (if any) used
michael@0 168 by a Contributor and that particular Contributor's Contribution.</p>
michael@0 169 </dd>
michael@0 170
michael@0 171 <dt>1.3. "Contribution"</dt>
michael@0 172
michael@0 173 <dd>
michael@0 174 <p>means Covered Software of a particular Contributor.</p>
michael@0 175 </dd>
michael@0 176
michael@0 177 <dt>1.4. "Covered Software"</dt>
michael@0 178
michael@0 179 <dd>
michael@0 180 <p>means Source Code Form to which the initial Contributor has attached
michael@0 181 the notice in Exhibit A, the Executable Form of such Source Code Form,
michael@0 182 and Modifications of such Source Code Form, in each case including
michael@0 183 portions thereof.</p>
michael@0 184 </dd>
michael@0 185
michael@0 186 <dt>1.5. "Incompatible With Secondary Licenses"</dt>
michael@0 187
michael@0 188 <dd>
michael@0 189 <p>means</p>
michael@0 190
michael@0 191 <ol type="a">
michael@0 192 <li>
michael@0 193 <p>that the initial Contributor has attached the notice described
michael@0 194 in Exhibit B to the Covered Software; or</p>
michael@0 195 </li>
michael@0 196
michael@0 197 <li>
michael@0 198 <p>that the Covered Software was made available under the terms of
michael@0 199 version 1.1 or earlier of the License, but not also under the terms
michael@0 200 of a Secondary License.</p>
michael@0 201 </li>
michael@0 202 </ol>
michael@0 203 </dd>
michael@0 204
michael@0 205 <dt>1.6. "Executable Form"</dt>
michael@0 206
michael@0 207 <dd>
michael@0 208 <p>means any form of the work other than Source Code Form.</p>
michael@0 209 </dd>
michael@0 210
michael@0 211 <dt>1.7. "Larger Work"</dt>
michael@0 212
michael@0 213 <dd>
michael@0 214 <p>means a work that combines Covered Software with other material, in
michael@0 215 a separate file or files, that is not Covered Software.</p>
michael@0 216 </dd>
michael@0 217
michael@0 218 <dt>1.8. "License"</dt>
michael@0 219
michael@0 220 <dd>
michael@0 221 <p>means this document.</p>
michael@0 222 </dd>
michael@0 223
michael@0 224 <dt>1.9. "Licensable"</dt>
michael@0 225
michael@0 226 <dd>
michael@0 227 <p>means having the right to grant, to the maximum extent possible,
michael@0 228 whether at the time of the initial grant or subsequently, any and all
michael@0 229 of the rights conveyed by this License.</p>
michael@0 230 </dd>
michael@0 231
michael@0 232 <dt>1.10. "Modifications"</dt>
michael@0 233
michael@0 234 <dd>
michael@0 235 <p>means any of the following:</p>
michael@0 236
michael@0 237 <ol type="a">
michael@0 238 <li>
michael@0 239 <p>any file in Source Code Form that results from an addition to,
michael@0 240 deletion from, or modification of the contents of Covered Software;
michael@0 241 or</p>
michael@0 242 </li>
michael@0 243
michael@0 244 <li>
michael@0 245 <p>any new file in Source Code Form that contains any Covered
michael@0 246 Software.</p>
michael@0 247 </li>
michael@0 248 </ol>
michael@0 249 </dd>
michael@0 250
michael@0 251 <dt>1.11. "Patent Claims" of a Contributor</dt>
michael@0 252
michael@0 253 <dd>
michael@0 254 <p>means any patent claim(s), including without limitation, method,
michael@0 255 process, and apparatus claims, in any patent Licensable by such
michael@0 256 Contributor that would be infringed, but for the grant of the License,
michael@0 257 by the making, using, selling, offering for sale, having made, import,
michael@0 258 or transfer of either its Contributions or its Contributor Version.</p>
michael@0 259 </dd>
michael@0 260
michael@0 261 <dt>1.12. "Secondary License"</dt>
michael@0 262
michael@0 263 <dd>
michael@0 264 <p>means either the GNU General Public License, Version 2.0, the GNU
michael@0 265 Lesser General Public License, Version 2.1, the GNU Affero General
michael@0 266 Public License, Version 3.0, or any later versions of those
michael@0 267 licenses.</p>
michael@0 268 </dd>
michael@0 269
michael@0 270 <dt>1.13. "Source Code Form"</dt>
michael@0 271
michael@0 272 <dd>
michael@0 273 <p>means the form of the work preferred for making modifications.</p>
michael@0 274 </dd>
michael@0 275
michael@0 276 <dt>1.14. "You" (or "Your")</dt>
michael@0 277
michael@0 278 <dd>
michael@0 279 <p>means an individual or a legal entity exercising rights under this
michael@0 280 License. For legal entities, "You" includes any entity that controls,
michael@0 281 is controlled by, or is under common control with You. For purposes of
michael@0 282 this definition, "control" means (a) the power, direct or indirect, to
michael@0 283 cause the direction or management of such entity, whether by contract
michael@0 284 or otherwise, or (b) ownership of more than fifty percent (50%) of the
michael@0 285 outstanding shares or beneficial ownership of such entity.</p>
michael@0 286 </dd>
michael@0 287 </dl>
michael@0 288
michael@0 289 <h2 id="license-grants-and-conditions">2. License Grants and
michael@0 290 Conditions</h2>
michael@0 291
michael@0 292 <h3 id="grants">2.1. Grants</h3>
michael@0 293
michael@0 294 <p>Each Contributor hereby grants You a world-wide, royalty-free,
michael@0 295 non-exclusive license:</p>
michael@0 296
michael@0 297 <ol type="a">
michael@0 298 <li>
michael@0 299 <p>under intellectual property rights (other than patent or trademark)
michael@0 300 Licensable by such Contributor to use, reproduce, make available,
michael@0 301 modify, display, perform, distribute, and otherwise exploit its
michael@0 302 Contributions, either on an unmodified basis, with Modifications, or as
michael@0 303 part of a Larger Work; and</p>
michael@0 304 </li>
michael@0 305
michael@0 306 <li>
michael@0 307 <p>under Patent Claims of such Contributor to make, use, sell, offer
michael@0 308 for sale, have made, import, and otherwise transfer either its
michael@0 309 Contributions or its Contributor Version.</p>
michael@0 310 </li>
michael@0 311 </ol>
michael@0 312
michael@0 313 <h3 id="effective-date">2.2. Effective Date</h3>
michael@0 314
michael@0 315 <p>The licenses granted in Section 2.1 with respect to any Contribution
michael@0 316 become effective for each Contribution on the date the Contributor first
michael@0 317 distributes such Contribution.</p>
michael@0 318
michael@0 319 <h3 id="limitations-on-grant-scope">2.3. Limitations on Grant Scope</h3>
michael@0 320
michael@0 321 <p>The licenses granted in this Section 2 are the only rights granted under
michael@0 322 this License. No additional rights or licenses will be implied from the
michael@0 323 distribution or licensing of Covered Software under this License.
michael@0 324 Notwithstanding Section 2.1(b) above, no patent license is granted by a
michael@0 325 Contributor:</p>
michael@0 326
michael@0 327 <ol type="a">
michael@0 328 <li>
michael@0 329 <p>for any code that a Contributor has removed from Covered Software;
michael@0 330 or</p>
michael@0 331 </li>
michael@0 332
michael@0 333 <li>
michael@0 334 <p>for infringements caused by: (i) Your and any other third party's
michael@0 335 modifications of Covered Software, or (ii) the combination of its
michael@0 336 Contributions with other software (except as part of its Contributor
michael@0 337 Version); or</p>
michael@0 338 </li>
michael@0 339
michael@0 340 <li>
michael@0 341 <p>under Patent Claims infringed by Covered Software in the absence of
michael@0 342 its Contributions.</p>
michael@0 343 </li>
michael@0 344 </ol>
michael@0 345
michael@0 346 <p>This License does not grant any rights in the trademarks, service marks,
michael@0 347 or logos of any Contributor (except as may be necessary to comply with the
michael@0 348 notice requirements in Section 3.4).</p>
michael@0 349
michael@0 350 <h3 id="subsequent-licenses">2.4. Subsequent Licenses</h3>
michael@0 351
michael@0 352 <p>No Contributor makes additional grants as a result of Your choice to
michael@0 353 distribute the Covered Software under a subsequent version of this License
michael@0 354 (see Section 10.2) or under the terms of a Secondary License (if permitted
michael@0 355 under the terms of Section 3.3).</p>
michael@0 356
michael@0 357 <h3 id="representation">2.5. Representation</h3>
michael@0 358
michael@0 359 <p>Each Contributor represents that the Contributor believes its
michael@0 360 Contributions are its original creation(s) or it has sufficient rights to
michael@0 361 grant the rights to its Contributions conveyed by this License.</p>
michael@0 362
michael@0 363 <h3 id="fair-use">2.6. Fair Use</h3>
michael@0 364
michael@0 365 <p>This License is not intended to limit any rights You have under
michael@0 366 applicable copyright doctrines of fair use, fair dealing, or other
michael@0 367 equivalents.</p>
michael@0 368
michael@0 369 <h3 id="conditions">2.7. Conditions</h3>
michael@0 370
michael@0 371 <p>Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted
michael@0 372 in Section 2.1.</p>
michael@0 373
michael@0 374 <h2 id="responsibilities">3. Responsibilities</h2>
michael@0 375
michael@0 376 <h3 id="distribution-of-source-form">3.1. Distribution of Source Form</h3>
michael@0 377
michael@0 378 <p>All distribution of Covered Software in Source Code Form, including any
michael@0 379 Modifications that You create or to which You contribute, must be under the
michael@0 380 terms of this License. You must inform recipients that the Source Code Form
michael@0 381 of the Covered Software is governed by the terms of this License, and how
michael@0 382 they can obtain a copy of this License. You may not attempt to alter or
michael@0 383 restrict the recipients' rights in the Source Code Form.</p>
michael@0 384
michael@0 385 <h3 id="distribution-of-executable-form">3.2. Distribution of Executable
michael@0 386 Form</h3>
michael@0 387
michael@0 388 <p>If You distribute Covered Software in Executable Form then:</p>
michael@0 389
michael@0 390 <ol type="a">
michael@0 391 <li>
michael@0 392 <p>such Covered Software must also be made available in Source Code
michael@0 393 Form, as described in Section 3.1, and You must inform recipients of
michael@0 394 the Executable Form how they can obtain a copy of such Source Code Form
michael@0 395 by reasonable means in a timely manner, at a charge no more than the
michael@0 396 cost of distribution to the recipient; and</p>
michael@0 397 </li>
michael@0 398
michael@0 399 <li>
michael@0 400 <p>You may distribute such Executable Form under the terms of this
michael@0 401 License, or sublicense it under different terms, provided that the
michael@0 402 license for the Executable Form does not attempt to limit or alter the
michael@0 403 recipients' rights in the Source Code Form under this License.</p>
michael@0 404 </li>
michael@0 405 </ol>
michael@0 406
michael@0 407 <h3 id="distribution-of-a-larger-work">3.3. Distribution of a Larger
michael@0 408 Work</h3>
michael@0 409
michael@0 410 <p>You may create and distribute a Larger Work under terms of Your choice,
michael@0 411 provided that You also comply with the requirements of this License for the
michael@0 412 Covered Software. If the Larger Work is a combination of Covered Software
michael@0 413 with a work governed by one or more Secondary Licenses, and the Covered
michael@0 414 Software is not Incompatible With Secondary Licenses, this License permits
michael@0 415 You to additionally distribute such Covered Software under the terms of
michael@0 416 such Secondary License(s), so that the recipient of the Larger Work may, at
michael@0 417 their option, further distribute the Covered Software under the terms of
michael@0 418 either this License or such Secondary License(s).</p>
michael@0 419
michael@0 420 <h3 id="notices">3.4. Notices</h3>
michael@0 421
michael@0 422 <p>You may not remove or alter the substance of any license notices
michael@0 423 (including copyright notices, patent notices, disclaimers of warranty, or
michael@0 424 limitations of liability) contained within the Source Code Form of the
michael@0 425 Covered Software, except that You may alter any license notices to the
michael@0 426 extent required to remedy known factual inaccuracies.</p>
michael@0 427
michael@0 428 <h3 id="application-of-additional-terms">3.5. Application of Additional
michael@0 429 Terms</h3>
michael@0 430
michael@0 431 <p>You may choose to offer, and to charge a fee for, warranty, support,
michael@0 432 indemnity or liability obligations to one or more recipients of Covered
michael@0 433 Software. However, You may do so only on Your own behalf, and not on behalf
michael@0 434 of any Contributor. You must make it absolutely clear that any such
michael@0 435 warranty, support, indemnity, or liability obligation is offered by You
michael@0 436 alone, and You hereby agree to indemnify every Contributor for any
michael@0 437 liability incurred by such Contributor as a result of warranty, support,
michael@0 438 indemnity or liability terms You offer. You may include additional
michael@0 439 disclaimers of warranty and limitations of liability specific to any
michael@0 440 jurisdiction.</p>
michael@0 441
michael@0 442 <h2 id="inability-to-comply-due-to-statute-or-regulation">4. Inability to
michael@0 443 Comply Due to Statute or Regulation</h2>
michael@0 444
michael@0 445 <p>If it is impossible for You to comply with any of the terms of this
michael@0 446 License with respect to some or all of the Covered Software due to statute,
michael@0 447 judicial order, or regulation then You must: (a) comply with the terms of
michael@0 448 this License to the maximum extent possible; and (b) describe the
michael@0 449 limitations and the code they affect. Such description must be placed in a
michael@0 450 text file included with all distributions of the Covered Software under
michael@0 451 this License. Except to the extent prohibited by statute or regulation,
michael@0 452 such description must be sufficiently detailed for a recipient of ordinary
michael@0 453 skill to be able to understand it.</p>
michael@0 454
michael@0 455 <h2 id="termination">5. Termination</h2>
michael@0 456
michael@0 457 <h3>5.1.</h3>
michael@0 458
michael@0 459 <p>The rights granted under this License will terminate automatically
michael@0 460 if You fail to comply with any of its terms. However, if You become
michael@0 461 compliant, then the rights granted under this License from a particular
michael@0 462 Contributor are reinstated (a) provisionally, unless and until such
michael@0 463 Contributor explicitly and finally terminates Your grants, and (b) on an
michael@0 464 ongoing basis, if such Contributor fails to notify You of the
michael@0 465 non-compliance by some reasonable means prior to 60 days after You have
michael@0 466 come back into compliance. Moreover, Your grants from a particular
michael@0 467 Contributor are reinstated on an ongoing basis if such Contributor notifies
michael@0 468 You of the non-compliance by some reasonable means, this is the first time
michael@0 469 You have received notice of non-compliance with this License from such
michael@0 470 Contributor, and You become compliant prior to 30 days after Your receipt
michael@0 471 of the notice.</p>
michael@0 472
michael@0 473 <h3>5.2.</h3>
michael@0 474
michael@0 475 <p>If You initiate litigation against any entity by asserting a patent
michael@0 476 infringement claim (excluding declaratory judgment actions, counter-claims,
michael@0 477 and cross-claims) alleging that a Contributor Version directly or
michael@0 478 indirectly infringes any patent, then the rights granted to You by any and
michael@0 479 all Contributors for the Covered Software under Section 2.1 of this License
michael@0 480 shall terminate.</p>
michael@0 481
michael@0 482 <h3>5.3.</h3>
michael@0 483
michael@0 484 <p>In the event of termination under Sections 5.1 or 5.2 above, all
michael@0 485 end user license agreements (excluding distributors and resellers) which
michael@0 486 have been validly granted by You or Your distributors under this License
michael@0 487 prior to termination shall survive termination.</p>
michael@0 488
michael@0 489 <h2 id="disclaimer-of-warranty">6. Disclaimer of Warranty</h2>
michael@0 490
michael@0 491 <p><em>Covered Software is provided under this License on an "as is" basis,
michael@0 492 without warranty of any kind, either expressed, implied, or statutory,
michael@0 493 including, without limitation, warranties that the Covered Software is free
michael@0 494 of defects, merchantable, fit for a particular purpose or non-infringing.
michael@0 495 The entire risk as to the quality and performance of the Covered Software
michael@0 496 is with You. Should any Covered Software prove defective in any respect,
michael@0 497 You (not any Contributor) assume the cost of any necessary servicing,
michael@0 498 repair, or correction. This disclaimer of warranty constitutes an essential
michael@0 499 part of this License. No use of any Covered Software is authorized under
michael@0 500 this License except under this disclaimer.</em></p>
michael@0 501
michael@0 502 <h2 id="limitation-of-liability">7. Limitation of Liability</h2>
michael@0 503
michael@0 504 <p><em>Under no circumstances and under no legal theory, whether tort
michael@0 505 (including negligence), contract, or otherwise, shall any Contributor, or
michael@0 506 anyone who distributes Covered Software as permitted above, be liable to
michael@0 507 You for any direct, indirect, special, incidental, or consequential damages
michael@0 508 of any character including, without limitation, damages for lost profits,
michael@0 509 loss of goodwill, work stoppage, computer failure or malfunction, or any
michael@0 510 and all other commercial damages or losses, even if such party shall have
michael@0 511 been informed of the possibility of such damages. This limitation of
michael@0 512 liability shall not apply to liability for death or personal injury
michael@0 513 resulting from such party's negligence to the extent applicable law
michael@0 514 prohibits such limitation. Some jurisdictions do not allow the exclusion or
michael@0 515 limitation of incidental or consequential damages, so this exclusion and
michael@0 516 limitation may not apply to You.</em></p>
michael@0 517
michael@0 518 <h2 id="litigation">8. Litigation</h2>
michael@0 519
michael@0 520 <p>Any litigation relating to this License may be brought only in the
michael@0 521 courts of a jurisdiction where the defendant maintains its principal place
michael@0 522 of business and such litigation shall be governed by laws of that
michael@0 523 jurisdiction, without reference to its conflict-of-law provisions. Nothing
michael@0 524 in this Section shall prevent a party's ability to bring cross-claims or
michael@0 525 counter-claims.</p>
michael@0 526
michael@0 527 <h2 id="miscellaneous">9. Miscellaneous</h2>
michael@0 528
michael@0 529 <p>This License represents the complete agreement concerning the subject
michael@0 530 matter hereof. If any provision of this License is held to be
michael@0 531 unenforceable, such provision shall be reformed only to the extent
michael@0 532 necessary to make it enforceable. Any law or regulation which provides that
michael@0 533 the language of a contract shall be construed against the drafter shall not
michael@0 534 be used to construe this License against a Contributor.</p>
michael@0 535
michael@0 536 <h2 id="versions-of-the-license">10. Versions of the License</h2>
michael@0 537
michael@0 538 <h3 id="new-versions">10.1. New Versions</h3>
michael@0 539
michael@0 540 <p>Mozilla Foundation is the license steward. Except as provided in Section
michael@0 541 10.3, no one other than the license steward has the right to modify or
michael@0 542 publish new versions of this License. Each version will be given a
michael@0 543 distinguishing version number.</p>
michael@0 544
michael@0 545 <h3 id="effect-of-new-versions">10.2. Effect of New Versions</h3>
michael@0 546
michael@0 547 <p>You may distribute the Covered Software under the terms of the version
michael@0 548 of the License under which You originally received the Covered Software, or
michael@0 549 under the terms of any subsequent version published by the license
michael@0 550 steward.</p>
michael@0 551
michael@0 552 <h3 id="modified-versions">10.3. Modified Versions</h3>
michael@0 553
michael@0 554 <p>If you create software not governed by this License, and you want to
michael@0 555 create a new license for such software, you may create and use a modified
michael@0 556 version of this License if you rename the license and remove any references
michael@0 557 to the name of the license steward (except to note that such modified
michael@0 558 license differs from this License).</p>
michael@0 559
michael@0 560 <h3 id=
michael@0 561 "distributing-source-code-form-that-is-incompatible-with-secondary-licenses">
michael@0 562 10.4. Distributing Source Code Form that is Incompatible With Secondary
michael@0 563 Licenses</h3>
michael@0 564
michael@0 565 <p>If You choose to distribute Source Code Form that is Incompatible With
michael@0 566 Secondary Licenses under the terms of this version of the License, the
michael@0 567 notice described in Exhibit B of this License must be attached.</p>
michael@0 568
michael@0 569 <h2 id="exhibit-a---source-code-form-license-notice">Exhibit A - Source
michael@0 570 Code Form License Notice</h2>
michael@0 571
michael@0 572 <blockquote>
michael@0 573 <p>This Source Code Form is subject to the terms of the Mozilla Public
michael@0 574 License, v. 2.0. If a copy of the MPL was not distributed with this file,
michael@0 575 You can obtain one at http://mozilla.org/MPL/2.0/.</p>
michael@0 576 </blockquote>
michael@0 577
michael@0 578 <p>If it is not possible or desirable to put the notice in a particular
michael@0 579 file, then You may include the notice in a location (such as a LICENSE file
michael@0 580 in a relevant directory) where a recipient would be likely to look for such
michael@0 581 a notice.</p>
michael@0 582
michael@0 583 <p>You may add additional accurate notices of copyright ownership.</p>
michael@0 584
michael@0 585 <h2 id="exhibit-b---incompatible-with-secondary-licenses-notice">Exhibit B
michael@0 586 - "Incompatible With Secondary Licenses" Notice</h2>
michael@0 587
michael@0 588 <blockquote>
michael@0 589 <p>This Source Code Form is "Incompatible With Secondary Licenses", as
michael@0 590 defined by the Mozilla Public License, v. 2.0.</p>
michael@0 591 </blockquote>
michael@0 592
michael@0 593
michael@0 594 <hr>
michael@0 595
michael@0 596 <h1 id="lgpl">GNU Lesser General Public License 2.1</h1>
michael@0 597
michael@0 598 <p>This product contains code from the following LGPLed libraries:</p>
michael@0 599
michael@0 600 <ul>
michael@0 601 <li><a href="http://www.surina.net/soundtouch/">libsoundtouch</a>
michael@0 602 <li><a href="http://libav.org/">libav</a>
michael@0 603 </ul>
michael@0 604
michael@0 605 <pre>
michael@0 606 Copyright (C) 1991, 1999 Free Software Foundation, Inc.
michael@0 607 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
michael@0 608 Everyone is permitted to copy and distribute verbatim copies
michael@0 609 of this license document, but changing it is not allowed.
michael@0 610
michael@0 611 [This is the first released version of the Lesser GPL. It also counts
michael@0 612 as the successor of the GNU Library Public License, version 2, hence
michael@0 613 the version number 2.1.]
michael@0 614 </pre>
michael@0 615
michael@0 616 <h3><a id="SEC2">Preamble</a></h3>
michael@0 617
michael@0 618 <p>
michael@0 619 The licenses for most software are designed to take away your
michael@0 620 freedom to share and change it. By contrast, the GNU General Public
michael@0 621 Licenses are intended to guarantee your freedom to share and change
michael@0 622 free software--to make sure the software is free for all its users.
michael@0 623 </p>
michael@0 624 <p>
michael@0 625 This license, the Lesser General Public License, applies to some
michael@0 626 specially designated software packages--typically libraries--of the
michael@0 627 Free Software Foundation and other authors who decide to use it. You
michael@0 628 can use it too, but we suggest you first think carefully about whether
michael@0 629 this license or the ordinary General Public License is the better
michael@0 630 strategy to use in any particular case, based on the explanations below.
michael@0 631 </p>
michael@0 632 <p>
michael@0 633 When we speak of free software, we are referring to freedom of use,
michael@0 634 not price. Our General Public Licenses are designed to make sure that
michael@0 635 you have the freedom to distribute copies of free software (and charge
michael@0 636 for this service if you wish); that you receive source code or can get
michael@0 637 it if you want it; that you can change the software and use pieces of
michael@0 638 it in new free programs; and that you are informed that you can do
michael@0 639 these things.
michael@0 640 </p>
michael@0 641 <p>
michael@0 642 To protect your rights, we need to make restrictions that forbid
michael@0 643 distributors to deny you these rights or to ask you to surrender these
michael@0 644 rights. These restrictions translate to certain responsibilities for
michael@0 645 you if you distribute copies of the library or if you modify it.
michael@0 646 </p>
michael@0 647 <p>
michael@0 648 For example, if you distribute copies of the library, whether gratis
michael@0 649 or for a fee, you must give the recipients all the rights that we gave
michael@0 650 you. You must make sure that they, too, receive or can get the source
michael@0 651 code. If you link other code with the library, you must provide
michael@0 652 complete object files to the recipients, so that they can relink them
michael@0 653 with the library after making changes to the library and recompiling
michael@0 654 it. And you must show them these terms so they know their rights.
michael@0 655 </p>
michael@0 656 <p>
michael@0 657 We protect your rights with a two-step method: (1) we copyright the
michael@0 658 library, and (2) we offer you this license, which gives you legal
michael@0 659 permission to copy, distribute and/or modify the library.
michael@0 660 </p>
michael@0 661 <p>
michael@0 662 To protect each distributor, we want to make it very clear that
michael@0 663 there is no warranty for the free library. Also, if the library is
michael@0 664 modified by someone else and passed on, the recipients should know
michael@0 665 that what they have is not the original version, so that the original
michael@0 666 author's reputation will not be affected by problems that might be
michael@0 667 introduced by others.
michael@0 668 </p>
michael@0 669 <p>
michael@0 670 Finally, software patents pose a constant threat to the existence of
michael@0 671 any free program. We wish to make sure that a company cannot
michael@0 672 effectively restrict the users of a free program by obtaining a
michael@0 673 restrictive license from a patent holder. Therefore, we insist that
michael@0 674 any patent license obtained for a version of the library must be
michael@0 675 consistent with the full freedom of use specified in this license.
michael@0 676 </p>
michael@0 677 <p>
michael@0 678 Most GNU software, including some libraries, is covered by the
michael@0 679 ordinary GNU General Public License. This license, the GNU Lesser
michael@0 680 General Public License, applies to certain designated libraries, and
michael@0 681 is quite different from the ordinary General Public License. We use
michael@0 682 this license for certain libraries in order to permit linking those
michael@0 683 libraries into non-free programs.
michael@0 684 </p>
michael@0 685 <p>
michael@0 686 When a program is linked with a library, whether statically or using
michael@0 687 a shared library, the combination of the two is legally speaking a
michael@0 688 combined work, a derivative of the original library. The ordinary
michael@0 689 General Public License therefore permits such linking only if the
michael@0 690 entire combination fits its criteria of freedom. The Lesser General
michael@0 691 Public License permits more lax criteria for linking other code with
michael@0 692 the library.
michael@0 693 </p>
michael@0 694 <p>
michael@0 695 We call this license the "Lesser" General Public License because it
michael@0 696 does Less to protect the user's freedom than the ordinary General
michael@0 697 Public License. It also provides other free software developers Less
michael@0 698 of an advantage over competing non-free programs. These disadvantages
michael@0 699 are the reason we use the ordinary General Public License for many
michael@0 700 libraries. However, the Lesser license provides advantages in certain
michael@0 701 special circumstances.
michael@0 702 </p>
michael@0 703 <p>
michael@0 704 For example, on rare occasions, there may be a special need to
michael@0 705 encourage the widest possible use of a certain library, so that it becomes
michael@0 706 a de-facto standard. To achieve this, non-free programs must be
michael@0 707 allowed to use the library. A more frequent case is that a free
michael@0 708 library does the same job as widely used non-free libraries. In this
michael@0 709 case, there is little to gain by limiting the free library to free
michael@0 710 software only, so we use the Lesser General Public License.
michael@0 711 </p>
michael@0 712 <p>
michael@0 713 In other cases, permission to use a particular library in non-free
michael@0 714 programs enables a greater number of people to use a large body of
michael@0 715 free software. For example, permission to use the GNU C Library in
michael@0 716 non-free programs enables many more people to use the whole GNU
michael@0 717 operating system, as well as its variant, the GNU/Linux operating
michael@0 718 system.
michael@0 719 </p>
michael@0 720 <p>
michael@0 721 Although the Lesser General Public License is Less protective of the
michael@0 722 users' freedom, it does ensure that the user of a program that is
michael@0 723 linked with the Library has the freedom and the wherewithal to run
michael@0 724 that program using a modified version of the Library.
michael@0 725 </p>
michael@0 726 <p>
michael@0 727 The precise terms and conditions for copying, distribution and
michael@0 728 modification follow. Pay close attention to the difference between a
michael@0 729 "work based on the library" and a "work that uses the library". The
michael@0 730 former contains code derived from the library, whereas the latter must
michael@0 731 be combined with the library in order to run.
michael@0 732 </p>
michael@0 733
michael@0 734 <h3><a id="SEC3">TERMS AND CONDITIONS FOR COPYING,
michael@0 735 DISTRIBUTION AND MODIFICATION</a></h3>
michael@0 736
michael@0 737
michael@0 738 <p>
michael@0 739 <strong>0.</strong>
michael@0 740 This License Agreement applies to any software library or other
michael@0 741 program which contains a notice placed by the copyright holder or
michael@0 742 other authorized party saying it may be distributed under the terms of
michael@0 743 this Lesser General Public License (also called "this License").
michael@0 744 Each licensee is addressed as "you".
michael@0 745 </p>
michael@0 746 <p>
michael@0 747 A "library" means a collection of software functions and/or data
michael@0 748 prepared so as to be conveniently linked with application programs
michael@0 749 (which use some of those functions and data) to form executables.
michael@0 750 </p>
michael@0 751 <p>
michael@0 752 The "Library", below, refers to any such software library or work
michael@0 753 which has been distributed under these terms. A "work based on the
michael@0 754 Library" means either the Library or any derivative work under
michael@0 755 copyright law: that is to say, a work containing the Library or a
michael@0 756 portion of it, either verbatim or with modifications and/or translated
michael@0 757 straightforwardly into another language. (Hereinafter, translation is
michael@0 758 included without limitation in the term "modification".)
michael@0 759 </p>
michael@0 760 <p>
michael@0 761 "Source code" for a work means the preferred form of the work for
michael@0 762 making modifications to it. For a library, complete source code means
michael@0 763 all the source code for all modules it contains, plus any associated
michael@0 764 interface definition files, plus the scripts used to control compilation
michael@0 765 and installation of the library.
michael@0 766 </p>
michael@0 767 <p>
michael@0 768 Activities other than copying, distribution and modification are not
michael@0 769 covered by this License; they are outside its scope. The act of
michael@0 770 running a program using the Library is not restricted, and output from
michael@0 771 such a program is covered only if its contents constitute a work based
michael@0 772 on the Library (independent of the use of the Library in a tool for
michael@0 773 writing it). Whether that is true depends on what the Library does
michael@0 774 and what the program that uses the Library does.
michael@0 775 </p>
michael@0 776 <p>
michael@0 777 <strong>1.</strong>
michael@0 778 You may copy and distribute verbatim copies of the Library's
michael@0 779 complete source code as you receive it, in any medium, provided that
michael@0 780 you conspicuously and appropriately publish on each copy an
michael@0 781 appropriate copyright notice and disclaimer of warranty; keep intact
michael@0 782 all the notices that refer to this License and to the absence of any
michael@0 783 warranty; and distribute a copy of this License along with the
michael@0 784 Library.
michael@0 785 </p>
michael@0 786 <p>
michael@0 787 You may charge a fee for the physical act of transferring a copy,
michael@0 788 and you may at your option offer warranty protection in exchange for a
michael@0 789 fee.
michael@0 790 </p>
michael@0 791 <p>
michael@0 792 <strong>2.</strong>
michael@0 793 You may modify your copy or copies of the Library or any portion
michael@0 794 of it, thus forming a work based on the Library, and copy and
michael@0 795 distribute such modifications or work under the terms of Section 1
michael@0 796 above, provided that you also meet all of these conditions:
michael@0 797 </p>
michael@0 798
michael@0 799 <ul>
michael@0 800 <li><strong>a)</strong>
michael@0 801 The modified work must itself be a software library.</li>
michael@0 802 <li><strong>b)</strong>
michael@0 803 You must cause the files modified to carry prominent notices
michael@0 804 stating that you changed the files and the date of any change.</li>
michael@0 805
michael@0 806 <li><strong>c)</strong>
michael@0 807 You must cause the whole of the work to be licensed at no
michael@0 808 charge to all third parties under the terms of this License.</li>
michael@0 809
michael@0 810 <li><strong>d)</strong>
michael@0 811 If a facility in the modified Library refers to a function or a
michael@0 812 table of data to be supplied by an application program that uses
michael@0 813 the facility, other than as an argument passed when the facility
michael@0 814 is invoked, then you must make a good faith effort to ensure that,
michael@0 815 in the event an application does not supply such function or
michael@0 816 table, the facility still operates, and performs whatever part of
michael@0 817 its purpose remains meaningful.
michael@0 818 <p>
michael@0 819 (For example, a function in a library to compute square roots has
michael@0 820 a purpose that is entirely well-defined independent of the
michael@0 821 application. Therefore, Subsection 2d requires that any
michael@0 822 application-supplied function or table used by this function must
michael@0 823 be optional: if the application does not supply it, the square
michael@0 824 root function must still compute square roots.)</p></li>
michael@0 825 </ul>
michael@0 826
michael@0 827 <p>
michael@0 828 These requirements apply to the modified work as a whole. If identifiable
michael@0 829 sections of that work are not derived from the Library, and can be
michael@0 830 reasonably considered independent and separate works in themselves, then
michael@0 831 this License, and its terms, do not apply to those sections when you
michael@0 832 distribute them as separate works. But when you distribute the same
michael@0 833 sections as part of a whole which is a work based on the Library, the
michael@0 834 distribution of the whole must be on the terms of this License, whose
michael@0 835 permissions for other licensees extend to the entire whole, and thus to
michael@0 836 each and every part regardless of who wrote it.
michael@0 837 </p>
michael@0 838 <p>
michael@0 839 Thus, it is not the intent of this section to claim rights or contest your
michael@0 840 rights to work written entirely by you; rather, the intent is to exercise
michael@0 841 the right to control the distribution of derivative or collective works
michael@0 842 based on the Library.
michael@0 843 </p>
michael@0 844 <p>
michael@0 845 In addition, mere aggregation of another work not based on the Library with
michael@0 846 the Library (or with a work based on the Library) on a volume of a storage
michael@0 847 or distribution medium does not bring the other work under the scope of
michael@0 848 this License.
michael@0 849 </p>
michael@0 850 <p>
michael@0 851 <strong>3.</strong>
michael@0 852 You may opt to apply the terms of the ordinary GNU General Public
michael@0 853 License instead of this License to a given copy of the Library. To do
michael@0 854 this, you must alter all the notices that refer to this License, so
michael@0 855 that they refer to the ordinary GNU General Public License, version 2,
michael@0 856 instead of to this License. (If a newer version than version 2 of the
michael@0 857 ordinary GNU General Public License has appeared, then you can specify
michael@0 858 that version instead if you wish.) Do not make any other change in
michael@0 859 these notices.
michael@0 860 </p>
michael@0 861 <p>
michael@0 862 Once this change is made in a given copy, it is irreversible for
michael@0 863 that copy, so the ordinary GNU General Public License applies to all
michael@0 864 subsequent copies and derivative works made from that copy.
michael@0 865 </p>
michael@0 866 <p>
michael@0 867 This option is useful when you wish to copy part of the code of
michael@0 868 the Library into a program that is not a library.
michael@0 869 </p>
michael@0 870 <p>
michael@0 871 <strong>4.</strong>
michael@0 872 You may copy and distribute the Library (or a portion or
michael@0 873 derivative of it, under Section 2) in object code or executable form
michael@0 874 under the terms of Sections 1 and 2 above provided that you accompany
michael@0 875 it with the complete corresponding machine-readable source code, which
michael@0 876 must be distributed under the terms of Sections 1 and 2 above on a
michael@0 877 medium customarily used for software interchange.
michael@0 878 </p>
michael@0 879 <p>
michael@0 880 If distribution of object code is made by offering access to copy
michael@0 881 from a designated place, then offering equivalent access to copy the
michael@0 882 source code from the same place satisfies the requirement to
michael@0 883 distribute the source code, even though third parties are not
michael@0 884 compelled to copy the source along with the object code.
michael@0 885 </p>
michael@0 886 <p>
michael@0 887 <strong>5.</strong>
michael@0 888 A program that contains no derivative of any portion of the
michael@0 889 Library, but is designed to work with the Library by being compiled or
michael@0 890 linked with it, is called a "work that uses the Library". Such a
michael@0 891 work, in isolation, is not a derivative work of the Library, and
michael@0 892 therefore falls outside the scope of this License.
michael@0 893 </p>
michael@0 894 <p>
michael@0 895 However, linking a "work that uses the Library" with the Library
michael@0 896 creates an executable that is a derivative of the Library (because it
michael@0 897 contains portions of the Library), rather than a "work that uses the
michael@0 898 library". The executable is therefore covered by this License.
michael@0 899 Section 6 states terms for distribution of such executables.
michael@0 900 </p>
michael@0 901 <p>
michael@0 902 When a "work that uses the Library" uses material from a header file
michael@0 903 that is part of the Library, the object code for the work may be a
michael@0 904 derivative work of the Library even though the source code is not.
michael@0 905 Whether this is true is especially significant if the work can be
michael@0 906 linked without the Library, or if the work is itself a library. The
michael@0 907 threshold for this to be true is not precisely defined by law.
michael@0 908 </p>
michael@0 909 <p>
michael@0 910 If such an object file uses only numerical parameters, data
michael@0 911 structure layouts and accessors, and small macros and small inline
michael@0 912 functions (ten lines or less in length), then the use of the object
michael@0 913 file is unrestricted, regardless of whether it is legally a derivative
michael@0 914 work. (Executables containing this object code plus portions of the
michael@0 915 Library will still fall under Section 6.)
michael@0 916 </p>
michael@0 917 <p>
michael@0 918 Otherwise, if the work is a derivative of the Library, you may
michael@0 919 distribute the object code for the work under the terms of Section 6.
michael@0 920 Any executables containing that work also fall under Section 6,
michael@0 921 whether or not they are linked directly with the Library itself.
michael@0 922 </p>
michael@0 923 <p>
michael@0 924 <strong>6.</strong>
michael@0 925 As an exception to the Sections above, you may also combine or
michael@0 926 link a "work that uses the Library" with the Library to produce a
michael@0 927 work containing portions of the Library, and distribute that work
michael@0 928 under terms of your choice, provided that the terms permit
michael@0 929 modification of the work for the customer's own use and reverse
michael@0 930 engineering for debugging such modifications.
michael@0 931 </p>
michael@0 932 <p>
michael@0 933 You must give prominent notice with each copy of the work that the
michael@0 934 Library is used in it and that the Library and its use are covered by
michael@0 935 this License. You must supply a copy of this License. If the work
michael@0 936 during execution displays copyright notices, you must include the
michael@0 937 copyright notice for the Library among them, as well as a reference
michael@0 938 directing the user to the copy of this License. Also, you must do one
michael@0 939 of these things:
michael@0 940 </p>
michael@0 941
michael@0 942 <ul>
michael@0 943 <li><strong>a)</strong> Accompany the work with the complete
michael@0 944 corresponding machine-readable source code for the Library
michael@0 945 including whatever changes were used in the work (which must be
michael@0 946 distributed under Sections 1 and 2 above); and, if the work is an
michael@0 947 executable linked with the Library, with the complete
michael@0 948 machine-readable "work that uses the Library", as object code
michael@0 949 and/or source code, so that the user can modify the Library and
michael@0 950 then relink to produce a modified executable containing the
michael@0 951 modified Library. (It is understood that the user who changes the
michael@0 952 contents of definitions files in the Library will not necessarily
michael@0 953 be able to recompile the application to use the modified
michael@0 954 definitions.)</li>
michael@0 955
michael@0 956 <li><strong>b)</strong> Use a suitable shared library mechanism
michael@0 957 for linking with the Library. A suitable mechanism is one that
michael@0 958 (1) uses at run time a copy of the library already present on the
michael@0 959 user's computer system, rather than copying library functions into
michael@0 960 the executable, and (2) will operate properly with a modified
michael@0 961 version of the library, if the user installs one, as long as the
michael@0 962 modified version is interface-compatible with the version that the
michael@0 963 work was made with.</li>
michael@0 964
michael@0 965 <li><strong>c)</strong> Accompany the work with a written offer,
michael@0 966 valid for at least three years, to give the same user the
michael@0 967 materials specified in Subsection 6a, above, for a charge no more
michael@0 968 than the cost of performing this distribution.</li>
michael@0 969
michael@0 970 <li><strong>d)</strong> If distribution of the work is made by
michael@0 971 offering access to copy from a designated place, offer equivalent
michael@0 972 access to copy the above specified materials from the same
michael@0 973 place.</li>
michael@0 974
michael@0 975 <li><strong>e)</strong> Verify that the user has already received
michael@0 976 a copy of these materials or that you have already sent this user
michael@0 977 a copy.</li>
michael@0 978 </ul>
michael@0 979
michael@0 980 <p>
michael@0 981 For an executable, the required form of the "work that uses the
michael@0 982 Library" must include any data and utility programs needed for
michael@0 983 reproducing the executable from it. However, as a special exception,
michael@0 984 the materials to be distributed need not include anything that is
michael@0 985 normally distributed (in either source or binary form) with the major
michael@0 986 components (compiler, kernel, and so on) of the operating system on
michael@0 987 which the executable runs, unless that component itself accompanies
michael@0 988 the executable.
michael@0 989 </p>
michael@0 990 <p>
michael@0 991 It may happen that this requirement contradicts the license
michael@0 992 restrictions of other proprietary libraries that do not normally
michael@0 993 accompany the operating system. Such a contradiction means you cannot
michael@0 994 use both them and the Library together in an executable that you
michael@0 995 distribute.
michael@0 996 </p>
michael@0 997 <p>
michael@0 998 <strong>7.</strong> You may place library facilities that are a work
michael@0 999 based on the Library side-by-side in a single library together with
michael@0 1000 other library facilities not covered by this License, and distribute
michael@0 1001 such a combined library, provided that the separate distribution of
michael@0 1002 the work based on the Library and of the other library facilities is
michael@0 1003 otherwise permitted, and provided that you do these two things:
michael@0 1004 </p>
michael@0 1005
michael@0 1006 <ul>
michael@0 1007 <li><strong>a)</strong> Accompany the combined library with a copy
michael@0 1008 of the same work based on the Library, uncombined with any other
michael@0 1009 library facilities. This must be distributed under the terms of
michael@0 1010 the Sections above.</li>
michael@0 1011
michael@0 1012 <li><strong>b)</strong> Give prominent notice with the combined
michael@0 1013 library of the fact that part of it is a work based on the
michael@0 1014 Library, and explaining where to find the accompanying uncombined
michael@0 1015 form of the same work.</li>
michael@0 1016 </ul>
michael@0 1017
michael@0 1018 <p>
michael@0 1019 <strong>8.</strong> You may not copy, modify, sublicense, link with,
michael@0 1020 or distribute the Library except as expressly provided under this
michael@0 1021 License. Any attempt otherwise to copy, modify, sublicense, link
michael@0 1022 with, or distribute the Library is void, and will automatically
michael@0 1023 terminate your rights under this License. However, parties who have
michael@0 1024 received copies, or rights, from you under this License will not have
michael@0 1025 their licenses terminated so long as such parties remain in full
michael@0 1026 compliance.
michael@0 1027 </p>
michael@0 1028 <p>
michael@0 1029 <strong>9.</strong>
michael@0 1030 You are not required to accept this License, since you have not
michael@0 1031 signed it. However, nothing else grants you permission to modify or
michael@0 1032 distribute the Library or its derivative works. These actions are
michael@0 1033 prohibited by law if you do not accept this License. Therefore, by
michael@0 1034 modifying or distributing the Library (or any work based on the
michael@0 1035 Library), you indicate your acceptance of this License to do so, and
michael@0 1036 all its terms and conditions for copying, distributing or modifying
michael@0 1037 the Library or works based on it.
michael@0 1038 </p>
michael@0 1039 <p>
michael@0 1040 <strong>10.</strong>
michael@0 1041 Each time you redistribute the Library (or any work based on the
michael@0 1042 Library), the recipient automatically receives a license from the
michael@0 1043 original licensor to copy, distribute, link with or modify the Library
michael@0 1044 subject to these terms and conditions. You may not impose any further
michael@0 1045 restrictions on the recipients' exercise of the rights granted herein.
michael@0 1046 You are not responsible for enforcing compliance by third parties with
michael@0 1047 this License.
michael@0 1048 </p>
michael@0 1049 <p>
michael@0 1050 <strong>11.</strong>
michael@0 1051 If, as a consequence of a court judgment or allegation of patent
michael@0 1052 infringement or for any other reason (not limited to patent issues),
michael@0 1053 conditions are imposed on you (whether by court order, agreement or
michael@0 1054 otherwise) that contradict the conditions of this License, they do not
michael@0 1055 excuse you from the conditions of this License. If you cannot
michael@0 1056 distribute so as to satisfy simultaneously your obligations under this
michael@0 1057 License and any other pertinent obligations, then as a consequence you
michael@0 1058 may not distribute the Library at all. For example, if a patent
michael@0 1059 license would not permit royalty-free redistribution of the Library by
michael@0 1060 all those who receive copies directly or indirectly through you, then
michael@0 1061 the only way you could satisfy both it and this License would be to
michael@0 1062 refrain entirely from distribution of the Library.
michael@0 1063 </p>
michael@0 1064 <p>
michael@0 1065 If any portion of this section is held invalid or unenforceable under any
michael@0 1066 particular circumstance, the balance of the section is intended to apply,
michael@0 1067 and the section as a whole is intended to apply in other circumstances.
michael@0 1068 </p>
michael@0 1069 <p>
michael@0 1070 It is not the purpose of this section to induce you to infringe any
michael@0 1071 patents or other property right claims or to contest validity of any
michael@0 1072 such claims; this section has the sole purpose of protecting the
michael@0 1073 integrity of the free software distribution system which is
michael@0 1074 implemented by public license practices. Many people have made
michael@0 1075 generous contributions to the wide range of software distributed
michael@0 1076 through that system in reliance on consistent application of that
michael@0 1077 system; it is up to the author/donor to decide if he or she is willing
michael@0 1078 to distribute software through any other system and a licensee cannot
michael@0 1079 impose that choice.
michael@0 1080 </p>
michael@0 1081 <p>
michael@0 1082 This section is intended to make thoroughly clear what is believed to
michael@0 1083 be a consequence of the rest of this License.
michael@0 1084 </p>
michael@0 1085 <p>
michael@0 1086 <strong>12.</strong>
michael@0 1087 If the distribution and/or use of the Library is restricted in
michael@0 1088 certain countries either by patents or by copyrighted interfaces, the
michael@0 1089 original copyright holder who places the Library under this License may add
michael@0 1090 an explicit geographical distribution limitation excluding those countries,
michael@0 1091 so that distribution is permitted only in or among countries not thus
michael@0 1092 excluded. In such case, this License incorporates the limitation as if
michael@0 1093 written in the body of this License.
michael@0 1094 </p>
michael@0 1095 <p>
michael@0 1096 <strong>13.</strong>
michael@0 1097 The Free Software Foundation may publish revised and/or new
michael@0 1098 versions of the Lesser General Public License from time to time.
michael@0 1099 Such new versions will be similar in spirit to the present version,
michael@0 1100 but may differ in detail to address new problems or concerns.
michael@0 1101 </p>
michael@0 1102 <p>
michael@0 1103 Each version is given a distinguishing version number. If the Library
michael@0 1104 specifies a version number of this License which applies to it and
michael@0 1105 "any later version", you have the option of following the terms and
michael@0 1106 conditions either of that version or of any later version published by
michael@0 1107 the Free Software Foundation. If the Library does not specify a
michael@0 1108 license version number, you may choose any version ever published by
michael@0 1109 the Free Software Foundation.
michael@0 1110 </p>
michael@0 1111 <p>
michael@0 1112 <strong>14.</strong>
michael@0 1113 If you wish to incorporate parts of the Library into other free
michael@0 1114 programs whose distribution conditions are incompatible with these,
michael@0 1115 write to the author to ask for permission. For software which is
michael@0 1116 copyrighted by the Free Software Foundation, write to the Free
michael@0 1117 Software Foundation; we sometimes make exceptions for this. Our
michael@0 1118 decision will be guided by the two goals of preserving the free status
michael@0 1119 of all derivatives of our free software and of promoting the sharing
michael@0 1120 and reuse of software generally.
michael@0 1121 </p>
michael@0 1122 <p>
michael@0 1123 <strong>NO WARRANTY</strong>
michael@0 1124 </p>
michael@0 1125 <p>
michael@0 1126 <strong>15.</strong>
michael@0 1127 BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO
michael@0 1128 WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW.
michael@0 1129 EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR
michael@0 1130 OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY
michael@0 1131 KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE
michael@0 1132 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
michael@0 1133 PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE
michael@0 1134 LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME
michael@0 1135 THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
michael@0 1136 </p>
michael@0 1137 <p>
michael@0 1138 <strong>16.</strong>
michael@0 1139 IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN
michael@0 1140 WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY
michael@0 1141 AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU
michael@0 1142 FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR
michael@0 1143 CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE
michael@0 1144 LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING
michael@0 1145 RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A
michael@0 1146 FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF
michael@0 1147 SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
michael@0 1148 DAMAGES.
michael@0 1149 </p>
michael@0 1150
michael@0 1151 <hr>
michael@0 1152
michael@0 1153 <h1 id="lgpl-3.0">GNU Lesser General Public License 3.0</h1>
michael@0 1154
michael@0 1155 <p>Some versions of this product contains code from the following LGPLed libraries:</p>
michael@0 1156
michael@0 1157 <ul>
michael@0 1158 <li><a
michael@0 1159 href="https://addons.mozilla.org/en-US/firefox/addon/görans-hemmasnickrade-ordli/">Swedish dictionary</a>
michael@0 1160 </ul>
michael@0 1161
michael@0 1162 <pre>Copyright &copy; 2007 Free Software Foundation, Inc.
michael@0 1163 &lt;<a href="http://fsf.org/">http://fsf.org/</a>&gt;
michael@0 1164
michael@0 1165 Everyone is permitted to copy and distribute verbatim copies
michael@0 1166 of this license document, but changing it is not allowed.</pre>
michael@0 1167
michael@0 1168 <p>This version of the GNU Lesser General Public License incorporates
michael@0 1169 the terms and conditions of version 3 of the GNU General Public
michael@0 1170 License, supplemented by the additional permissions listed below.</p>
michael@0 1171
michael@0 1172 <h3><a id="section0">0. Additional Definitions</a></h3>
michael@0 1173
michael@0 1174 <p>As used herein, &ldquo;this License&rdquo; refers to version 3 of the GNU Lesser
michael@0 1175 General Public License, and the &ldquo;GNU GPL&rdquo; refers to version 3 of the GNU
michael@0 1176 General Public License.</p>
michael@0 1177
michael@0 1178 <p>&ldquo;The Library&rdquo; refers to a covered work governed by this License,
michael@0 1179 other than an Application or a Combined Work as defined below.</p>
michael@0 1180
michael@0 1181 <p>An &ldquo;Application&rdquo; is any work that makes use of an interface provided
michael@0 1182 by the Library, but which is not otherwise based on the Library.
michael@0 1183 Defining a subclass of a class defined by the Library is deemed a mode
michael@0 1184 of using an interface provided by the Library.</p>
michael@0 1185
michael@0 1186 <p>A &ldquo;Combined Work&rdquo; is a work produced by combining or linking an
michael@0 1187 Application with the Library. The particular version of the Library
michael@0 1188 with which the Combined Work was made is also called the &ldquo;Linked
michael@0 1189 Version&rdquo;.</p>
michael@0 1190
michael@0 1191 <p>The &ldquo;Minimal Corresponding Source&rdquo; for a Combined Work means the
michael@0 1192 Corresponding Source for the Combined Work, excluding any source code
michael@0 1193 for portions of the Combined Work that, considered in isolation, are
michael@0 1194 based on the Application, and not on the Linked Version.</p>
michael@0 1195
michael@0 1196 <p>The &ldquo;Corresponding Application Code&rdquo; for a Combined Work means the
michael@0 1197 object code and/or source code for the Application, including any data
michael@0 1198 and utility programs needed for reproducing the Combined Work from the
michael@0 1199 Application, but excluding the System Libraries of the Combined Work.</p>
michael@0 1200
michael@0 1201 <h3><a id="section1">1. Exception to Section 3 of the GNU GPL.</a></h3>
michael@0 1202
michael@0 1203 <p>You may convey a covered work under sections 3 and 4 of this License
michael@0 1204 without being bound by section 3 of the GNU GPL.</p>
michael@0 1205
michael@0 1206 <h3><a id="section2">2. Conveying Modified Versions.</a></h3>
michael@0 1207
michael@0 1208 <p>If you modify a copy of the Library, and, in your modifications, a
michael@0 1209 facility refers to a function or data to be supplied by an Application
michael@0 1210 that uses the facility (other than as an argument passed when the
michael@0 1211 facility is invoked), then you may convey a copy of the modified
michael@0 1212 version:</p>
michael@0 1213
michael@0 1214 <ul>
michael@0 1215 <li>a) under this License, provided that you make a good faith effort to
michael@0 1216 ensure that, in the event an Application does not supply the
michael@0 1217 function or data, the facility still operates, and performs
michael@0 1218 whatever part of its purpose remains meaningful, or</li>
michael@0 1219
michael@0 1220 <li>b) under the GNU GPL, with none of the additional permissions of
michael@0 1221 this License applicable to that copy.</li>
michael@0 1222 </ul>
michael@0 1223
michael@0 1224 <h3><a id="section3">3. Object Code Incorporating Material from Library Header Files.</a></h3>
michael@0 1225
michael@0 1226 <p>The object code form of an Application may incorporate material from
michael@0 1227 a header file that is part of the Library. You may convey such object
michael@0 1228 code under terms of your choice, provided that, if the incorporated
michael@0 1229 material is not limited to numerical parameters, data structure
michael@0 1230 layouts and accessors, or small macros, inline functions and templates
michael@0 1231 (ten or fewer lines in length), you do both of the following:</p>
michael@0 1232
michael@0 1233 <ul>
michael@0 1234 <li>a) Give prominent notice with each copy of the object code that the
michael@0 1235 Library is used in it and that the Library and its use are
michael@0 1236 covered by this License.</li>
michael@0 1237
michael@0 1238 <li>b) Accompany the object code with a copy of the GNU GPL and this license
michael@0 1239 document.</li>
michael@0 1240 </ul>
michael@0 1241
michael@0 1242 <h3><a id="section4">4. Combined Works.</a></h3>
michael@0 1243
michael@0 1244 <p>You may convey a Combined Work under terms of your choice that,
michael@0 1245 taken together, effectively do not restrict modification of the
michael@0 1246 portions of the Library contained in the Combined Work and reverse
michael@0 1247 engineering for debugging such modifications, if you also do each of
michael@0 1248 the following:</p>
michael@0 1249
michael@0 1250 <ul>
michael@0 1251 <li>a) Give prominent notice with each copy of the Combined Work that
michael@0 1252 the Library is used in it and that the Library and its use are
michael@0 1253 covered by this License.</li>
michael@0 1254
michael@0 1255 <li>b) Accompany the Combined Work with a copy of the GNU GPL and this license
michael@0 1256 document.</li>
michael@0 1257
michael@0 1258 <li>c) For a Combined Work that displays copyright notices during
michael@0 1259 execution, include the copyright notice for the Library among
michael@0 1260 these notices, as well as a reference directing the user to the
michael@0 1261 copies of the GNU GPL and this license document.</li>
michael@0 1262
michael@0 1263 <li>d) Do one of the following:
michael@0 1264
michael@0 1265 <ul>
michael@0 1266 <li>0) Convey the Minimal Corresponding Source under the terms of this
michael@0 1267 License, and the Corresponding Application Code in a form
michael@0 1268 suitable for, and under terms that permit, the user to
michael@0 1269 recombine or relink the Application with a modified version of
michael@0 1270 the Linked Version to produce a modified Combined Work, in the
michael@0 1271 manner specified by section 6 of the GNU GPL for conveying
michael@0 1272 Corresponding Source.</li>
michael@0 1273
michael@0 1274 <li>1) Use a suitable shared library mechanism for linking with the
michael@0 1275 Library. A suitable mechanism is one that (a) uses at run time
michael@0 1276 a copy of the Library already present on the user's computer
michael@0 1277 system, and (b) will operate properly with a modified version
michael@0 1278 of the Library that is interface-compatible with the Linked
michael@0 1279 Version.</li>
michael@0 1280 </ul></li>
michael@0 1281
michael@0 1282 <li>e) Provide Installation Information, but only if you would otherwise
michael@0 1283 be required to provide such information under section 6 of the
michael@0 1284 GNU GPL, and only to the extent that such information is
michael@0 1285 necessary to install and execute a modified version of the
michael@0 1286 Combined Work produced by recombining or relinking the
michael@0 1287 Application with a modified version of the Linked Version. (If
michael@0 1288 you use option 4d0, the Installation Information must accompany
michael@0 1289 the Minimal Corresponding Source and Corresponding Application
michael@0 1290 Code. If you use option 4d1, you must provide the Installation
michael@0 1291 Information in the manner specified by section 6 of the GNU GPL
michael@0 1292 for conveying Corresponding Source.)</li>
michael@0 1293 </ul>
michael@0 1294
michael@0 1295 <h3><a id="section5">5. Combined Libraries.</a></h3>
michael@0 1296
michael@0 1297 <p>You may place library facilities that are a work based on the
michael@0 1298 Library side by side in a single library together with other library
michael@0 1299 facilities that are not Applications and are not covered by this
michael@0 1300 License, and convey such a combined library under terms of your
michael@0 1301 choice, if you do both of the following:</p>
michael@0 1302
michael@0 1303 <ul>
michael@0 1304 <li>a) Accompany the combined library with a copy of the same work based
michael@0 1305 on the Library, uncombined with any other library facilities,
michael@0 1306 conveyed under the terms of this License.</li>
michael@0 1307
michael@0 1308 <li>b) Give prominent notice with the combined library that part of it
michael@0 1309 is a work based on the Library, and explaining where to find the
michael@0 1310 accompanying uncombined form of the same work.</li>
michael@0 1311 </ul>
michael@0 1312
michael@0 1313 <h3><a id="section6">6. Revised Versions of the GNU Lesser General Public License.</a></h3>
michael@0 1314
michael@0 1315 <p>The Free Software Foundation may publish revised and/or new versions
michael@0 1316 of the GNU Lesser General Public License from time to time. Such new
michael@0 1317 versions will be similar in spirit to the present version, but may
michael@0 1318 differ in detail to address new problems or concerns.</p>
michael@0 1319
michael@0 1320 <p>Each version is given a distinguishing version number. If the
michael@0 1321 Library as you received it specifies that a certain numbered version
michael@0 1322 of the GNU Lesser General Public License &ldquo;or any later version&rdquo;
michael@0 1323 applies to it, you have the option of following the terms and
michael@0 1324 conditions either of that published version or of any later version
michael@0 1325 published by the Free Software Foundation. If the Library as you
michael@0 1326 received it does not specify a version number of the GNU Lesser
michael@0 1327 General Public License, you may choose any version of the GNU Lesser
michael@0 1328 General Public License ever published by the Free Software Foundation.</p>
michael@0 1329
michael@0 1330 <p>If the Library as you received it specifies that a proxy can decide
michael@0 1331 whether future versions of the GNU Lesser General Public License shall
michael@0 1332 apply, that proxy's public statement of acceptance of any version is
michael@0 1333 permanent authorization for you to choose that version for the
michael@0 1334 Library.</p>
michael@0 1335
michael@0 1336
michael@0 1337 <hr>
michael@0 1338
michael@0 1339 <h1><a id="ACE"></a>ACE License</h1>
michael@0 1340
michael@0 1341 <p>This license applies to the file
michael@0 1342 <span class="path">media/webrtc/trunk/src/system_wrappers/source/condition_variable_win.cc</span>.</p>
michael@0 1343
michael@0 1344 <pre>
michael@0 1345 ACE(TM), TAO(TM), CIAO(TM), DAnCE(TM), and CoSMIC(TM)
michael@0 1346 (henceforth referred to as "DOC software") are copyrighted by
michael@0 1347 Douglas C. Schmidt and his research group at Washington University,
michael@0 1348 University of California, Irvine, and Vanderbilt University,
michael@0 1349 Copyright (c) 1993-2009, all rights reserved.
michael@0 1350 Since DOC software is open-source, freely available software,
michael@0 1351 you are free to use, modify, copy, and distribute--perpetually and
michael@0 1352 irrevocably--the DOC software source code and object code produced
michael@0 1353 from the source, as well as copy and distribute modified versions of
michael@0 1354 this software. You must, however, include this copyright statement
michael@0 1355 along with any code built using DOC software that you release. No
michael@0 1356 copyright statement needs to be provided if you just ship binary
michael@0 1357 executables of your software products.
michael@0 1358 </pre>
michael@0 1359
michael@0 1360
michael@0 1361 <hr>
michael@0 1362
michael@0 1363 <h1><a id="adobecmap"></a>Adobe CMap License</h1>
michael@0 1364
michael@0 1365 <p>This license applies to files in the directory
michael@0 1366 <span class="path">browser/extensions/pdfjs/content/web/cmaps/</span>.</p>
michael@0 1367
michael@0 1368 <pre>
michael@0 1369 Copyright 1990-2009 Adobe Systems Incorporated.
michael@0 1370 All rights reserved.
michael@0 1371
michael@0 1372 Redistribution and use in source and binary forms, with or
michael@0 1373 without modification, are permitted provided that the
michael@0 1374 following conditions are met:
michael@0 1375
michael@0 1376 Redistributions of source code must retain the above
michael@0 1377 copyright notice, this list of conditions and the following
michael@0 1378 disclaimer.
michael@0 1379
michael@0 1380 Redistributions in binary form must reproduce the above
michael@0 1381 copyright notice, this list of conditions and the following
michael@0 1382 disclaimer in the documentation and/or other materials
michael@0 1383 provided with the distribution.
michael@0 1384
michael@0 1385 Neither the name of Adobe Systems Incorporated nor the names
michael@0 1386 of its contributors may be used to endorse or promote
michael@0 1387 products derived from this software without specific prior
michael@0 1388 written permission.
michael@0 1389
michael@0 1390 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
michael@0 1391 CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
michael@0 1392 INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
michael@0 1393 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
michael@0 1394 DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
michael@0 1395 CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
michael@0 1396 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
michael@0 1397 NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
michael@0 1398 LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
michael@0 1399 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
michael@0 1400 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
michael@0 1401 OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
michael@0 1402 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
michael@0 1403 </pre>
michael@0 1404
michael@0 1405
michael@0 1406 <hr>
michael@0 1407
michael@0 1408 <h1><a id="android"></a>Android Open Source License</h1>
michael@0 1409
michael@0 1410 <p>This license applies to various files in the Mozilla codebase,
michael@0 1411 including those in the directory <span class="path">gfx/skia/</span>.</p>
michael@0 1412 <!-- This is the wrong directory, what was intended? -->
michael@0 1413
michael@0 1414 <pre>
michael@0 1415 Copyright 2009, The Android Open Source Project
michael@0 1416
michael@0 1417 Redistribution and use in source and binary forms, with or without
michael@0 1418 modification, are permitted provided that the following conditions
michael@0 1419 are met:
michael@0 1420 * Redistributions of source code must retain the above copyright
michael@0 1421 notice, this list of conditions and the following disclaimer.
michael@0 1422 * Redistributions in binary form must reproduce the above copyright
michael@0 1423 notice, this list of conditions and the following disclaimer in the
michael@0 1424 documentation and/or other materials provided with the distribution.
michael@0 1425
michael@0 1426 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS ``AS IS'' AND ANY
michael@0 1427 EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
michael@0 1428 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
michael@0 1429 PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
michael@0 1430 CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
michael@0 1431 EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
michael@0 1432 PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
michael@0 1433 PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
michael@0 1434 OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
michael@0 1435 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
michael@0 1436 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
michael@0 1437 </pre>
michael@0 1438
michael@0 1439
michael@0 1440 <hr>
michael@0 1441
michael@0 1442 <h1><a id="angle"></a>ANGLE License</h1>
michael@0 1443
michael@0 1444 <p>This license applies to files in the directory <span class="path">gfx/angle/</span>.</p>
michael@0 1445
michael@0 1446 <pre>
michael@0 1447 Copyright (C) 2002-2010 The ANGLE Project Authors.
michael@0 1448 All rights reserved.
michael@0 1449
michael@0 1450 Redistribution and use in source and binary forms, with or without
michael@0 1451 modification, are permitted provided that the following conditions
michael@0 1452 are met:
michael@0 1453
michael@0 1454 Redistributions of source code must retain the above copyright
michael@0 1455 notice, this list of conditions and the following disclaimer.
michael@0 1456
michael@0 1457 Redistributions in binary form must reproduce the above
michael@0 1458 copyright notice, this list of conditions and the following
michael@0 1459 disclaimer in the documentation and/or other materials provided
michael@0 1460 with the distribution.
michael@0 1461
michael@0 1462 Neither the name of TransGaming Inc., Google Inc., 3DLabs Inc.
michael@0 1463 Ltd., nor the names of their contributors may be used to endorse
michael@0 1464 or promote products derived from this software without specific
michael@0 1465 prior written permission.
michael@0 1466
michael@0 1467 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
michael@0 1468 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
michael@0 1469 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
michael@0 1470 FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
michael@0 1471 COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
michael@0 1472 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
michael@0 1473 BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
michael@0 1474 LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
michael@0 1475 CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
michael@0 1476 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
michael@0 1477 ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
michael@0 1478 POSSIBILITY OF SUCH DAMAGE.
michael@0 1479 </pre>
michael@0 1480
michael@0 1481
michael@0 1482 <hr>
michael@0 1483
michael@0 1484 <h1><a id="acorn"></a>acorn License</h1>
michael@0 1485
michael@0 1486 <p>This license applies to all files in
michael@0 1487 <span class="path">toolkit/devtools/acorn</span>.
michael@0 1488 </p>
michael@0 1489 <pre>
michael@0 1490 Copyright (C) 2012 by Marijn Haverbeke &lt;marijnh@gmail.com&gt;
michael@0 1491
michael@0 1492 Permission is hereby granted, free of charge, to any person obtaining a copy
michael@0 1493 of this software and associated documentation files (the "Software"), to deal
michael@0 1494 in the Software without restriction, including without limitation the rights
michael@0 1495 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
michael@0 1496 copies of the Software, and to permit persons to whom the Software is
michael@0 1497 furnished to do so, subject to the following conditions:
michael@0 1498
michael@0 1499 The above copyright notice and this permission notice shall be included in
michael@0 1500 all copies or substantial portions of the Software.
michael@0 1501
michael@0 1502 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
michael@0 1503 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
michael@0 1504 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
michael@0 1505 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
michael@0 1506 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
michael@0 1507 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
michael@0 1508 THE SOFTWARE.
michael@0 1509
michael@0 1510 Please note that some subdirectories of the CodeMirror distribution
michael@0 1511 include their own LICENSE files, and are released under different
michael@0 1512 licences.
michael@0 1513 </pre>
michael@0 1514
michael@0 1515
michael@0 1516 <hr>
michael@0 1517
michael@0 1518 <h1><a id="apache"></a>Apache License 2.0</h1>
michael@0 1519
michael@0 1520 <p>This license applies to various files in the Mozilla codebase.</p>
michael@0 1521
michael@0 1522 <pre>
michael@0 1523 Apache License
michael@0 1524 Version 2.0, January 2004
michael@0 1525 http://www.apache.org/licenses/
michael@0 1526
michael@0 1527 TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
michael@0 1528
michael@0 1529 1. Definitions.
michael@0 1530
michael@0 1531 "License" shall mean the terms and conditions for use, reproduction,
michael@0 1532 and distribution as defined by Sections 1 through 9 of this document.
michael@0 1533
michael@0 1534 "Licensor" shall mean the copyright owner or entity authorized by
michael@0 1535 the copyright owner that is granting the License.
michael@0 1536
michael@0 1537 "Legal Entity" shall mean the union of the acting entity and all
michael@0 1538 other entities that control, are controlled by, or are under common
michael@0 1539 control with that entity. For the purposes of this definition,
michael@0 1540 "control" means (i) the power, direct or indirect, to cause the
michael@0 1541 direction or management of such entity, whether by contract or
michael@0 1542 otherwise, or (ii) ownership of fifty percent (50%) or more of the
michael@0 1543 outstanding shares, or (iii) beneficial ownership of such entity.
michael@0 1544
michael@0 1545 "You" (or "Your") shall mean an individual or Legal Entity
michael@0 1546 exercising permissions granted by this License.
michael@0 1547
michael@0 1548 "Source" form shall mean the preferred form for making modifications,
michael@0 1549 including but not limited to software source code, documentation
michael@0 1550 source, and configuration files.
michael@0 1551
michael@0 1552 "Object" form shall mean any form resulting from mechanical
michael@0 1553 transformation or translation of a Source form, including but
michael@0 1554 not limited to compiled object code, generated documentation,
michael@0 1555 and conversions to other media types.
michael@0 1556
michael@0 1557 "Work" shall mean the work of authorship, whether in Source or
michael@0 1558 Object form, made available under the License, as indicated by a
michael@0 1559 copyright notice that is included in or attached to the work
michael@0 1560 (an example is provided in the Appendix below).
michael@0 1561
michael@0 1562 "Derivative Works" shall mean any work, whether in Source or Object
michael@0 1563 form, that is based on (or derived from) the Work and for which the
michael@0 1564 editorial revisions, annotations, elaborations, or other modifications
michael@0 1565 represent, as a whole, an original work of authorship. For the purposes
michael@0 1566 of this License, Derivative Works shall not include works that remain
michael@0 1567 separable from, or merely link (or bind by name) to the interfaces of,
michael@0 1568 the Work and Derivative Works thereof.
michael@0 1569
michael@0 1570 "Contribution" shall mean any work of authorship, including
michael@0 1571 the original version of the Work and any modifications or additions
michael@0 1572 to that Work or Derivative Works thereof, that is intentionally
michael@0 1573 submitted to Licensor for inclusion in the Work by the copyright owner
michael@0 1574 or by an individual or Legal Entity authorized to submit on behalf of
michael@0 1575 the copyright owner. For the purposes of this definition, "submitted"
michael@0 1576 means any form of electronic, verbal, or written communication sent
michael@0 1577 to the Licensor or its representatives, including but not limited to
michael@0 1578 communication on electronic mailing lists, source code control systems,
michael@0 1579 and issue tracking systems that are managed by, or on behalf of, the
michael@0 1580 Licensor for the purpose of discussing and improving the Work, but
michael@0 1581 excluding communication that is conspicuously marked or otherwise
michael@0 1582 designated in writing by the copyright owner as "Not a Contribution."
michael@0 1583
michael@0 1584 "Contributor" shall mean Licensor and any individual or Legal Entity
michael@0 1585 on behalf of whom a Contribution has been received by Licensor and
michael@0 1586 subsequently incorporated within the Work.
michael@0 1587
michael@0 1588 2. Grant of Copyright License. Subject to the terms and conditions of
michael@0 1589 this License, each Contributor hereby grants to You a perpetual,
michael@0 1590 worldwide, non-exclusive, no-charge, royalty-free, irrevocable
michael@0 1591 copyright license to reproduce, prepare Derivative Works of,
michael@0 1592 publicly display, publicly perform, sublicense, and distribute the
michael@0 1593 Work and such Derivative Works in Source or Object form.
michael@0 1594
michael@0 1595 3. Grant of Patent License. Subject to the terms and conditions of
michael@0 1596 this License, each Contributor hereby grants to You a perpetual,
michael@0 1597 worldwide, non-exclusive, no-charge, royalty-free, irrevocable
michael@0 1598 (except as stated in this section) patent license to make, have made,
michael@0 1599 use, offer to sell, sell, import, and otherwise transfer the Work,
michael@0 1600 where such license applies only to those patent claims licensable
michael@0 1601 by such Contributor that are necessarily infringed by their
michael@0 1602 Contribution(s) alone or by combination of their Contribution(s)
michael@0 1603 with the Work to which such Contribution(s) was submitted. If You
michael@0 1604 institute patent litigation against any entity (including a
michael@0 1605 cross-claim or counterclaim in a lawsuit) alleging that the Work
michael@0 1606 or a Contribution incorporated within the Work constitutes direct
michael@0 1607 or contributory patent infringement, then any patent licenses
michael@0 1608 granted to You under this License for that Work shall terminate
michael@0 1609 as of the date such litigation is filed.
michael@0 1610
michael@0 1611 4. Redistribution. You may reproduce and distribute copies of the
michael@0 1612 Work or Derivative Works thereof in any medium, with or without
michael@0 1613 modifications, and in Source or Object form, provided that You
michael@0 1614 meet the following conditions:
michael@0 1615
michael@0 1616 (a) You must give any other recipients of the Work or
michael@0 1617 Derivative Works a copy of this License; and
michael@0 1618
michael@0 1619 (b) You must cause any modified files to carry prominent notices
michael@0 1620 stating that You changed the files; and
michael@0 1621
michael@0 1622 (c) You must retain, in the Source form of any Derivative Works
michael@0 1623 that You distribute, all copyright, patent, trademark, and
michael@0 1624 attribution notices from the Source form of the Work,
michael@0 1625 excluding those notices that do not pertain to any part of
michael@0 1626 the Derivative Works; and
michael@0 1627
michael@0 1628 (d) If the Work includes a "NOTICE" text file as part of its
michael@0 1629 distribution, then any Derivative Works that You distribute must
michael@0 1630 include a readable copy of the attribution notices contained
michael@0 1631 within such NOTICE file, excluding those notices that do not
michael@0 1632 pertain to any part of the Derivative Works, in at least one
michael@0 1633 of the following places: within a NOTICE text file distributed
michael@0 1634 as part of the Derivative Works; within the Source form or
michael@0 1635 documentation, if provided along with the Derivative Works; or,
michael@0 1636 within a display generated by the Derivative Works, if and
michael@0 1637 wherever such third-party notices normally appear. The contents
michael@0 1638 of the NOTICE file are for informational purposes only and
michael@0 1639 do not modify the License. You may add Your own attribution
michael@0 1640 notices within Derivative Works that You distribute, alongside
michael@0 1641 or as an addendum to the NOTICE text from the Work, provided
michael@0 1642 that such additional attribution notices cannot be construed
michael@0 1643 as modifying the License.
michael@0 1644
michael@0 1645 You may add Your own copyright statement to Your modifications and
michael@0 1646 may provide additional or different license terms and conditions
michael@0 1647 for use, reproduction, or distribution of Your modifications, or
michael@0 1648 for any such Derivative Works as a whole, provided Your use,
michael@0 1649 reproduction, and distribution of the Work otherwise complies with
michael@0 1650 the conditions stated in this License.
michael@0 1651
michael@0 1652 5. Submission of Contributions. Unless You explicitly state otherwise,
michael@0 1653 any Contribution intentionally submitted for inclusion in the Work
michael@0 1654 by You to the Licensor shall be under the terms and conditions of
michael@0 1655 this License, without any additional terms or conditions.
michael@0 1656 Notwithstanding the above, nothing herein shall supersede or modify
michael@0 1657 the terms of any separate license agreement you may have executed
michael@0 1658 with Licensor regarding such Contributions.
michael@0 1659
michael@0 1660 6. Trademarks. This License does not grant permission to use the trade
michael@0 1661 names, trademarks, service marks, or product names of the Licensor,
michael@0 1662 except as required for reasonable and customary use in describing the
michael@0 1663 origin of the Work and reproducing the content of the NOTICE file.
michael@0 1664
michael@0 1665 7. Disclaimer of Warranty. Unless required by applicable law or
michael@0 1666 agreed to in writing, Licensor provides the Work (and each
michael@0 1667 Contributor provides its Contributions) on an "AS IS" BASIS,
michael@0 1668 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
michael@0 1669 implied, including, without limitation, any warranties or conditions
michael@0 1670 of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
michael@0 1671 PARTICULAR PURPOSE. You are solely responsible for determining the
michael@0 1672 appropriateness of using or redistributing the Work and assume any
michael@0 1673 risks associated with Your exercise of permissions under this License.
michael@0 1674
michael@0 1675 8. Limitation of Liability. In no event and under no legal theory,
michael@0 1676 whether in tort (including negligence), contract, or otherwise,
michael@0 1677 unless required by applicable law (such as deliberate and grossly
michael@0 1678 negligent acts) or agreed to in writing, shall any Contributor be
michael@0 1679 liable to You for damages, including any direct, indirect, special,
michael@0 1680 incidental, or consequential damages of any character arising as a
michael@0 1681 result of this License or out of the use or inability to use the
michael@0 1682 Work (including but not limited to damages for loss of goodwill,
michael@0 1683 work stoppage, computer failure or malfunction, or any and all
michael@0 1684 other commercial damages or losses), even if such Contributor
michael@0 1685 has been advised of the possibility of such damages.
michael@0 1686
michael@0 1687 9. Accepting Warranty or Additional Liability. While redistributing
michael@0 1688 the Work or Derivative Works thereof, You may choose to offer,
michael@0 1689 and charge a fee for, acceptance of support, warranty, indemnity,
michael@0 1690 or other liability obligations and/or rights consistent with this
michael@0 1691 License. However, in accepting such obligations, You may act only
michael@0 1692 on Your own behalf and on Your sole responsibility, not on behalf
michael@0 1693 of any other Contributor, and only if You agree to indemnify,
michael@0 1694 defend, and hold each Contributor harmless for any liability
michael@0 1695 incurred by, or claims asserted against, such Contributor by reason
michael@0 1696 of your accepting any such warranty or additional liability.
michael@0 1697
michael@0 1698 END OF TERMS AND CONDITIONS
michael@0 1699 </pre>
michael@0 1700
michael@0 1701
michael@0 1702
michael@0 1703 <hr>
michael@0 1704
michael@0 1705 <h1><a id="apple"></a>Apple License</h1>
michael@0 1706
michael@0 1707 <p>This license applies to certain files in the directories <span class="path">js/src/assembler/assembler/</span>, <span class="path">js/src/assembler/wtf/</span>, <span class="path">js/src/yarr</span>, <span class="path">content/media/webaudio/blink</span>, and <span class="path">widget/cocoa</span>.</p>
michael@0 1708
michael@0 1709 <pre>
michael@0 1710 Copyright (C) 2008, 2009 Apple Inc. All rights reserved.
michael@0 1711
michael@0 1712 Redistribution and use in source and binary forms, with or without
michael@0 1713 modification, are permitted provided that the following conditions
michael@0 1714 are met:
michael@0 1715 1. Redistributions of source code must retain the above copyright
michael@0 1716 notice, this list of conditions and the following disclaimer.
michael@0 1717 2. Redistributions in binary form must reproduce the above copyright
michael@0 1718 notice, this list of conditions and the following disclaimer in the
michael@0 1719 documentation and/or other materials provided with the distribution.
michael@0 1720
michael@0 1721 THIS SOFTWARE IS PROVIDED BY APPLE INC. ``AS IS'' AND ANY
michael@0 1722 EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
michael@0 1723 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
michael@0 1724 PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL APPLE INC. OR
michael@0 1725 CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
michael@0 1726 EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
michael@0 1727 PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
michael@0 1728 PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
michael@0 1729 OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
michael@0 1730 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
michael@0 1731 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
michael@0 1732 </pre>
michael@0 1733
michael@0 1734
michael@0 1735 <hr>
michael@0 1736
michael@0 1737 <h1><a id="apple-mozilla"></a>Apple/Mozilla NPRuntime License</h1>
michael@0 1738
michael@0 1739 <p>This license applies to the file
michael@0 1740 <span class="path">dom/plugins/base/npruntime.h</span>.</p>
michael@0 1741
michael@0 1742 <pre>
michael@0 1743 Copyright &copy; 2004, Apple Computer, Inc. and The Mozilla Foundation.
michael@0 1744 All rights reserved.
michael@0 1745
michael@0 1746 Redistribution and use in source and binary forms, with or without
michael@0 1747 modification, are permitted provided that the following conditions are
michael@0 1748 met:
michael@0 1749
michael@0 1750 1. Redistributions of source code must retain the above copyright
michael@0 1751 notice, this list of conditions and the following disclaimer.
michael@0 1752 2. Redistributions in binary form must reproduce the above copyright
michael@0 1753 notice, this list of conditions and the following disclaimer in the
michael@0 1754 documentation and/or other materials provided with the distribution.
michael@0 1755 3. Neither the names of Apple Computer, Inc. ("Apple") or The Mozilla
michael@0 1756 Foundation ("Mozilla") nor the names of their contributors may be used
michael@0 1757 to endorse or promote products derived from this software without
michael@0 1758 specific prior written permission.
michael@0 1759
michael@0 1760 THIS SOFTWARE IS PROVIDED BY APPLE, MOZILLA AND THEIR CONTRIBUTORS "AS
michael@0 1761 IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
michael@0 1762 TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
michael@0 1763 PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL APPLE, MOZILLA OR
michael@0 1764 THEIR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
michael@0 1765 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
michael@0 1766 TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
michael@0 1767 PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
michael@0 1768 LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
michael@0 1769 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
michael@0 1770 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
michael@0 1771 </pre>
michael@0 1772
michael@0 1773
michael@0 1774 <hr>
michael@0 1775
michael@0 1776 <h1><a id="apple-torch"></a>Apple/Torch Mobile License</h1>
michael@0 1777
michael@0 1778 <p>This license applies to the following files:</p>
michael@0 1779
michael@0 1780 <ul>
michael@0 1781 <li class="path">js/src/assembler/wtf/Assertions.cpp</li>
michael@0 1782 <li class="path">js/src/assembler/wtf/Platform.h</li>
michael@0 1783 </ul>
michael@0 1784
michael@0 1785 <pre>
michael@0 1786 Copyright (C) 2003, 2006, 2007 Apple Inc. All rights reserved.
michael@0 1787 Copyright (C) 2007-2009 Torch Mobile, Inc.
michael@0 1788
michael@0 1789 Redistribution and use in source and binary forms, with or without
michael@0 1790 modification, are permitted provided that the following conditions
michael@0 1791 are met:
michael@0 1792 1. Redistributions of source code must retain the above copyright
michael@0 1793 notice, this list of conditions and the following disclaimer.
michael@0 1794 2. Redistributions in binary form must reproduce the above copyright
michael@0 1795 notice, this list of conditions and the following disclaimer in the
michael@0 1796 documentation and/or other materials provided with the distribution.
michael@0 1797
michael@0 1798 THIS SOFTWARE IS PROVIDED BY APPLE COMPUTER, INC. ``AS IS'' AND ANY
michael@0 1799 EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
michael@0 1800 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
michael@0 1801 PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL APPLE COMPUTER, INC. OR
michael@0 1802 CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
michael@0 1803 EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
michael@0 1804 PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
michael@0 1805 PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
michael@0 1806 OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
michael@0 1807 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
michael@0 1808 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
michael@0 1809 </pre>
michael@0 1810
michael@0 1811
michael@0 1812 <hr>
michael@0 1813
michael@0 1814 <h1><a id="bspatch"></a>bspatch License</h1>
michael@0 1815
michael@0 1816 <p>This license applies to the files
michael@0 1817 <span class="path">toolkit/mozapps/update/updater/bspatch.cpp</span> and
michael@0 1818 <span class="path">toolkit/mozapps/update/updater/bspatch.h</span>.
michael@0 1819 </p>
michael@0 1820
michael@0 1821 <pre>
michael@0 1822 Copyright 2003,2004 Colin Percival
michael@0 1823 All rights reserved
michael@0 1824
michael@0 1825 Redistribution and use in source and binary forms, with or without
michael@0 1826 modification, are permitted providing that the following conditions
michael@0 1827 are met:
michael@0 1828 1. Redistributions of source code must retain the above copyright
michael@0 1829 notice, this list of conditions and the following disclaimer.
michael@0 1830 2. Redistributions in binary form must reproduce the above copyright
michael@0 1831 notice, this list of conditions and the following disclaimer in the
michael@0 1832 documentation and/or other materials provided with the distribution.
michael@0 1833
michael@0 1834 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
michael@0 1835 IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
michael@0 1836 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
michael@0 1837 ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
michael@0 1838 DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
michael@0 1839 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
michael@0 1840 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
michael@0 1841 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
michael@0 1842 STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
michael@0 1843 IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
michael@0 1844 POSSIBILITY OF SUCH DAMAGE.
michael@0 1845 </pre>
michael@0 1846
michael@0 1847
michael@0 1848 <hr>
michael@0 1849
michael@0 1850 <h1><a id="cairo"></a>Cairo Component Licenses</h1>
michael@0 1851
michael@0 1852 <p>This license, with different copyright holders, applies to certain files
michael@0 1853 in the directory <span class="path">gfx/cairo/</span>. The copyright
michael@0 1854 holders and the applicable ranges of dates are as follows:
michael@0 1855
michael@0 1856 <ul>
michael@0 1857 <li>2004 Richard D. Worth
michael@0 1858 <li>2004, 2005 Red Hat, Inc.
michael@0 1859 <li>2003 USC, Information Sciences Institute
michael@0 1860 <li>2004 David Reveman
michael@0 1861 <li>2005 Novell, Inc.
michael@0 1862 <li>2004 David Reveman, Peter Nilsson
michael@0 1863 <li>2000 Keith Packard, member of The XFree86 Project, Inc.
michael@0 1864 <li>2005 Lars Knoll &amp; Zack Rusin, Trolltech
michael@0 1865 <li>1998, 2000, 2002, 2004 Keith Packard
michael@0 1866 <li>2004 Nicholas Miell
michael@0 1867 <li>2005 Trolltech AS
michael@0 1868 <li>2000 SuSE, Inc.
michael@0 1869 <li>2003 Carl Worth
michael@0 1870 <li>1987, 1988, 1989, 1998 The Open Group
michael@0 1871 <li>1987, 1988, 1989 Digital Equipment Corporation, Maynard, Massachusetts.
michael@0 1872 <li>1998 Keith Packard
michael@0 1873 <li>2003 Richard Henderson
michael@0 1874 </ul>
michael@0 1875
michael@0 1876 <pre>
michael@0 1877 Copyright &copy; &lt;date&gt; &lt;copyright holder&gt;
michael@0 1878
michael@0 1879 Permission to use, copy, modify, distribute, and sell this software
michael@0 1880 and its documentation for any purpose is hereby granted without
michael@0 1881 fee, provided that the above copyright notice appear in all copies
michael@0 1882 and that both that copyright notice and this permission notice
michael@0 1883 appear in supporting documentation, and that the name of
michael@0 1884 &lt;copyright holder&gt; not be used in advertising or publicity pertaining to
michael@0 1885 distribution of the software without specific, written prior permission.
michael@0 1886 &lt;copyright holder&gt; makes no representations about the suitability of this
michael@0 1887 software for any purpose. It is provided "as is" without express or
michael@0 1888 implied warranty.
michael@0 1889
michael@0 1890 &lt;COPYRIGHT HOLDER&gt; DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
michael@0 1891 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN
michael@0 1892 NO EVENT SHALL &lt;COPYRIGHT HOLDER&gt; BE LIABLE FOR ANY SPECIAL, INDIRECT OR
michael@0 1893 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
michael@0 1894 OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
michael@0 1895 NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
michael@0 1896 WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
michael@0 1897 </pre>
michael@0 1898
michael@0 1899
michael@0 1900 <hr>
michael@0 1901
michael@0 1902 <h1><a id="chromium"></a>Chromium License</h1>
michael@0 1903
michael@0 1904 <p>This license applies to parts of the code in
michael@0 1905 <span class="path">security/sandbox/</span>,
michael@0 1906 <span class="path">editor/libeditor/base/nsEditorEventListener.cpp</span>,
michael@0 1907 <span class="path">widget/cocoa/GfxInfo.mm</span>
michael@0 1908 and also some files in the directories
michael@0 1909 <span class="path">ipc/chromium/</span>,
michael@0 1910 <span class="path">dom/plugins/</span>,
michael@0 1911 <span class="path">tools/profiler/sps/</span>,
michael@0 1912 <span class="path">gfx/ots/</span>,
michael@0 1913 <span class="path">gfx/ycbcr</span> and
michael@0 1914 <span class="path">content/media/webspeech/recognition/</span>.
michael@0 1915 </p>
michael@0 1916
michael@0 1917 <pre>
michael@0 1918 Copyright (c) 2006-2008 The Chromium Authors. All rights reserved.
michael@0 1919
michael@0 1920 Redistribution and use in source and binary forms, with or without
michael@0 1921 modification, are permitted provided that the following conditions are
michael@0 1922 met:
michael@0 1923
michael@0 1924 * Redistributions of source code must retain the above copyright
michael@0 1925 notice, this list of conditions and the following disclaimer.
michael@0 1926 * Redistributions in binary form must reproduce the above
michael@0 1927 copyright notice, this list of conditions and the following disclaimer
michael@0 1928 in the documentation and/or other materials provided with the
michael@0 1929 distribution.
michael@0 1930 * Neither the name of Google Inc. nor the names of its
michael@0 1931 contributors may be used to endorse or promote products derived from
michael@0 1932 this software without specific prior written permission.
michael@0 1933
michael@0 1934 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
michael@0 1935 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
michael@0 1936 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
michael@0 1937 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
michael@0 1938 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
michael@0 1939 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
michael@0 1940 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
michael@0 1941 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
michael@0 1942 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
michael@0 1943 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
michael@0 1944 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
michael@0 1945 </pre>
michael@0 1946
michael@0 1947
michael@0 1948 <hr>
michael@0 1949
michael@0 1950 <h1><a id="codemirror"></a>CodeMirror License</h1>
michael@0 1951
michael@0 1952 <p>This license applies to all files in
michael@0 1953 <span class="path">browser/devtools/sourceeditor/codemirror</span> and
michael@0 1954 to specified files in the <span class="path">browser/devtools/sourceeditor/test/</span>:
michael@0 1955 </p>
michael@0 1956 <ul>
michael@0 1957 <li><span class="path">cm_comment_test.js</span></li>
michael@0 1958 <li><span class="path">cm_driver.js</span></li>
michael@0 1959 <li><span class="path">cm_mode_javascript_test.js</span></li>
michael@0 1960 <li><span class="path">cm_mode_test.css</span></li>
michael@0 1961 <li><span class="path">cm_mode_test.js</span></li>
michael@0 1962 <li><span class="path">cm_test.js</span></li>
michael@0 1963 </ul>
michael@0 1964 <pre>
michael@0 1965 Copyright (C) 2013 by Marijn Haverbeke <marijnh@gmail.com>
michael@0 1966
michael@0 1967 Permission is hereby granted, free of charge, to any person obtaining a copy
michael@0 1968 of this software and associated documentation files (the "Software"), to deal
michael@0 1969 in the Software without restriction, including without limitation the rights
michael@0 1970 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
michael@0 1971 copies of the Software, and to permit persons to whom the Software is
michael@0 1972 furnished to do so, subject to the following conditions:
michael@0 1973
michael@0 1974 The above copyright notice and this permission notice shall be included in
michael@0 1975 all copies or substantial portions of the Software.
michael@0 1976
michael@0 1977 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
michael@0 1978 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
michael@0 1979 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
michael@0 1980 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
michael@0 1981 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
michael@0 1982 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
michael@0 1983 THE SOFTWARE.
michael@0 1984
michael@0 1985 Please note that some subdirectories of the CodeMirror distribution
michael@0 1986 include their own LICENSE files, and are released under different
michael@0 1987 licences.
michael@0 1988 </pre>
michael@0 1989
michael@0 1990
michael@0 1991 <hr>
michael@0 1992
michael@0 1993 <h1><a id="dtoa"></a>dtoa License</h1>
michael@0 1994
michael@0 1995 <p>This license applies to the file
michael@0 1996 <span class="path">nsprpub/pr/src/misc/dtoa.c</span>.</p>
michael@0 1997
michael@0 1998 <pre>
michael@0 1999 The author of this software is David M. Gay.
michael@0 2000
michael@0 2001 Copyright (c) 1991, 2000, 2001 by Lucent Technologies.
michael@0 2002
michael@0 2003 Permission to use, copy, modify, and distribute this software for any
michael@0 2004 purpose without fee is hereby granted, provided that this entire notice
michael@0 2005 is included in all copies of any software which is or includes a copy
michael@0 2006 or modification of this software and in all copies of the supporting
michael@0 2007 documentation for such software.
michael@0 2008
michael@0 2009 THIS SOFTWARE IS BEING PROVIDED "AS IS", WITHOUT ANY EXPRESS OR IMPLIED
michael@0 2010 WARRANTY. IN PARTICULAR, NEITHER THE AUTHOR NOR LUCENT MAKES ANY
michael@0 2011 REPRESENTATION OR WARRANTY OF ANY KIND CONCERNING THE MERCHANTABILITY
michael@0 2012 OF THIS SOFTWARE OR ITS FITNESS FOR ANY PARTICULAR PURPOSE.
michael@0 2013 </pre>
michael@0 2014
michael@0 2015
michael@0 2016 <hr>
michael@0 2017
michael@0 2018 <h1><a id="hunspell-nl"></a>Dutch Spellchecking Dictionary License</h1>
michael@0 2019
michael@0 2020 <p>This license applies to certain files in the directory
michael@0 2021 <span class="path">l10n/nl/extensions/spellcheck/hunspell/</span>. (This
michael@0 2022 code only ships in some localized versions of this product.)</p>
michael@0 2023
michael@0 2024 <pre>
michael@0 2025 Copyright (c) 2006, 2007 OpenTaal
michael@0 2026 Copyright (c) 2001, 2002, 2003, 2005 Simon Brouwer e.a.
michael@0 2027 Copyright (c) 1996 Nederlandstalige Tex Gebruikersgroep
michael@0 2028
michael@0 2029 All rights reserved.
michael@0 2030
michael@0 2031 Redistribution and use in source and binary forms, with or without
michael@0 2032 modification, are permitted provided that the following conditions are met:
michael@0 2033
michael@0 2034 * Redistributions of source code must retain the above copyright notice, this
michael@0 2035 list of conditions and the following disclaimer.
michael@0 2036 * Redistributions in binary form must reproduce the above copyright notice,
michael@0 2037 this list of conditions and the following disclaimer in the documentation
michael@0 2038 and/or other materials provided with the distribution.
michael@0 2039 * Neither the name of the OpenTaal, Simon Brouwer e.a., or Nederlandstalige Tex
michael@0 2040 Gebruikersgroep nor the names of its contributors may be used to endorse or
michael@0 2041 promote products derived from this software without specific prior written
michael@0 2042 permission.
michael@0 2043
michael@0 2044 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
michael@0 2045 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
michael@0 2046 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
michael@0 2047 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
michael@0 2048 CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
michael@0 2049 EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
michael@0 2050 PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
michael@0 2051 PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
michael@0 2052 LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
michael@0 2053 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
michael@0 2054 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
michael@0 2055 </pre>
michael@0 2056
michael@0 2057
michael@0 2058 <hr>
michael@0 2059
michael@0 2060 <h1><a id="edl"></a>Eclipse Distribution License</h1>
michael@0 2061
michael@0 2062 <p>This license applies to certain files in the directory
michael@0 2063 <span class="path">browser/devtools/sourceeditor/orion/</span>.</p>
michael@0 2064
michael@0 2065 <pre>
michael@0 2066 Eclipse Distribution License - v 1.0
michael@0 2067
michael@0 2068 Copyright (c) 2007, Eclipse Foundation, Inc. and its licensors.
michael@0 2069
michael@0 2070 All rights reserved.
michael@0 2071
michael@0 2072 Redistribution and use in source and binary forms, with or without modification,
michael@0 2073 are permitted provided that the following conditions are met:
michael@0 2074
michael@0 2075 * Redistributions of source code must retain the above copyright notice, this
michael@0 2076 list of conditions and the following disclaimer.
michael@0 2077 * Redistributions in binary form must reproduce the above copyright notice, this
michael@0 2078 list of conditions and the following disclaimer in the documentation and/or
michael@0 2079 other materials provided with the distribution.
michael@0 2080 * Neither the name of the Eclipse Foundation, Inc. nor the names of its
michael@0 2081 contributors may be used to endorse or promote products derived from this
michael@0 2082 software without specific prior written permission.
michael@0 2083
michael@0 2084 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
michael@0 2085 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
michael@0 2086 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
michael@0 2087 DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
michael@0 2088 ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
michael@0 2089 (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
michael@0 2090 LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
michael@0 2091 ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
michael@0 2092 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
michael@0 2093 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
michael@0 2094 </pre>
michael@0 2095
michael@0 2096
michael@0 2097 <hr>
michael@0 2098
michael@0 2099 <h1><a id="escodegen"></a>Escodegen License</h1>
michael@0 2100
michael@0 2101 <p>This license applies to all files in
michael@0 2102 <span class="path">toolkit/devtools/escodegen</span>.
michael@0 2103 </p>
michael@0 2104 <pre>
michael@0 2105 Copyright (C) 2012 Yusuke Suzuki (twitter: @Constellation) and other contributors.
michael@0 2106
michael@0 2107 Redistribution and use in source and binary forms, with or without modification,
michael@0 2108 are permitted provided that the following conditions are met:
michael@0 2109
michael@0 2110 * Redistributions of source code must retain the above copyright notice, this
michael@0 2111 list of conditions and the following disclaimer.
michael@0 2112
michael@0 2113 * Redistributions in binary form must reproduce the above copyright notice,
michael@0 2114 this list of conditions and the following disclaimer in the documentation
michael@0 2115 and/or other materials provided with the distribution.
michael@0 2116
michael@0 2117 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
michael@0 2118 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
michael@0 2119 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
michael@0 2120 DISCLAIMED. IN NO EVENT SHALL BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
michael@0 2121 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
michael@0 2122 PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
michael@0 2123 BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
michael@0 2124 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
michael@0 2125 IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY
michael@0 2126 OF SUCH DAMAGE.
michael@0 2127 </pre>
michael@0 2128
michael@0 2129
michael@0 2130 <hr>
michael@0 2131
michael@0 2132 <h1><a id="hunspell-ee"></a>Estonian Spellchecking Dictionary License</h1>
michael@0 2133
michael@0 2134 <p>This license applies to precursor works to certain files in the directory
michael@0 2135 <span class="path">l10n/ee/extensions/spellcheck/hunspell/</span>. The
michael@0 2136 shipped versions are under the GNU Lesser General Public License. (This
michael@0 2137 code only ships in some localized versions of this product.)</p>
michael@0 2138
michael@0 2139 <pre>
michael@0 2140 Copyright © Institute of the Estonian Language
michael@0 2141
michael@0 2142 E-mail: litsents@eki.ee
michael@0 2143 URL: http://www.eki.ee/tarkvara/
michael@0 2144
michael@0 2145 The present Licence Agreement gives the user of this Software Product
michael@0 2146 (hereinafter: Product) the right to use the Product for whatever purpose
michael@0 2147 (incl. distribution, copying, altering, inclusion in other software, and
michael@0 2148 selling) on the following conditions:
michael@0 2149
michael@0 2150 1. The present Licence Agreement should belong unaltered to each copy ever
michael@0 2151 made of this Product;
michael@0 2152 2. Neither the Institute of the Estonian Language (hereinafter: IEL) nor the
michael@0 2153 author(s) of the Product will take responsibility for any detriment, direct
michael@0 2154 or indirect, possibly ensuing from the application of the Product;
michael@0 2155 3. The IEL is ready to share the Product with other users as we wish to
michael@0 2156 advance research on the Estonian language and to promote the use of
michael@0 2157 Estonian in rapidly developing infotechnology, yet we refuse to bind
michael@0 2158 ourselves to any further obligation, which means that the IEL is not
michael@0 2159 obliged either to warrant the suitability of the Product for a specific
michael@0 2160 purpose, to improve the software, or to provide a more detailed description
michael@0 2161 of the underlying algorithms. (Which does not mean, though, that we may not
michael@0 2162 do it.)
michael@0 2163
michael@0 2164 Notification Request:
michael@0 2165
michael@0 2166 As a courtesy, we would appreciate being informed whenever our linguistic
michael@0 2167 products are used to create derivative works. If you modify our software or
michael@0 2168 include it in other products, please inform us by sending e-mail to
michael@0 2169 litsents@eki.ee or by letter to
michael@0 2170
michael@0 2171 Institute of the Estonian Language
michael@0 2172 Roosikrantsi 6
michael@0 2173 10119 Tallinn
michael@0 2174 ESTONIA
michael@0 2175
michael@0 2176 Phone &amp; Fax: +372 6411443
michael@0 2177 </pre>
michael@0 2178
michael@0 2179
michael@0 2180
michael@0 2181 <hr>
michael@0 2182
michael@0 2183 <h1><a id="expat"></a>Expat License</h1>
michael@0 2184
michael@0 2185 <p>This license applies to certain files in the directory
michael@0 2186 <span class="path">parser/expat/</span>.</p>
michael@0 2187
michael@0 2188 <pre>
michael@0 2189 Copyright (c) 1998, 1999, 2000 Thai Open Source Software Center Ltd
michael@0 2190 and Clark Cooper
michael@0 2191 Copyright (c) 2001, 2002, 2003 Expat maintainers.
michael@0 2192
michael@0 2193 Permission is hereby granted, free of charge, to any person obtaining
michael@0 2194 a copy of this software and associated documentation files (the
michael@0 2195 "Software"), to deal in the Software without restriction, including
michael@0 2196 without limitation the rights to use, copy, modify, merge, publish,
michael@0 2197 distribute, sublicense, and/or sell copies of the Software, and to
michael@0 2198 permit persons to whom the Software is furnished to do so, subject to
michael@0 2199 the following conditions:
michael@0 2200
michael@0 2201 The above copyright notice and this permission notice shall be included
michael@0 2202 in all copies or substantial portions of the Software.
michael@0 2203
michael@0 2204 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
michael@0 2205 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
michael@0 2206 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
michael@0 2207 IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
michael@0 2208 CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
michael@0 2209 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
michael@0 2210 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
michael@0 2211 </pre>
michael@0 2212
michael@0 2213
michael@0 2214
michael@0 2215 <hr>
michael@0 2216
michael@0 2217
michael@0 2218 <h1><a id="firebug"></a>Firebug License</h1>
michael@0 2219
michael@0 2220 <p>This license applies to the code
michael@0 2221 <span class="path">toolkit/devtools/webconsole/network-helper.js</span>.</p>
michael@0 2222
michael@0 2223 <pre>
michael@0 2224 Copyright (c) 2007, Parakey Inc.
michael@0 2225 All rights reserved.
michael@0 2226
michael@0 2227 Redistribution and use of this software in source and binary forms, with or
michael@0 2228 without modification, are permitted provided that the following conditions are
michael@0 2229 met:
michael@0 2230
michael@0 2231 * Redistributions of source code must retain the above
michael@0 2232 copyright notice, this list of conditions and the
michael@0 2233 following disclaimer.
michael@0 2234
michael@0 2235 * Redistributions in binary form must reproduce the above
michael@0 2236 copyright notice, this list of conditions and the
michael@0 2237 following disclaimer in the documentation and/or other
michael@0 2238 materials provided with the distribution.
michael@0 2239
michael@0 2240 * Neither the name of Parakey Inc. nor the names of its
michael@0 2241 contributors may be used to endorse or promote products
michael@0 2242 derived from this software without specific prior
michael@0 2243 written permission of Parakey Inc.
michael@0 2244
michael@0 2245 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
michael@0 2246 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
michael@0 2247 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
michael@0 2248 DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE
michael@0 2249 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
michael@0 2250 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
michael@0 2251 SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
michael@0 2252 CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
michael@0 2253 OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
michael@0 2254 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
michael@0 2255 </pre>
michael@0 2256
michael@0 2257
michael@0 2258
michael@0 2259 <hr>
michael@0 2260
michael@0 2261 <h1><a id="gfx-font-list"></a>gfxFontList License</h1>
michael@0 2262
michael@0 2263 <p>This license applies to the files
michael@0 2264 <span class="path">gfx/thebes/gfxMacPlatformFontList.mm</span> and
michael@0 2265 <span class="path">gfx/thebes/gfxPlatformFontList.cpp</span>.
michael@0 2266 </p>
michael@0 2267
michael@0 2268 <pre>
michael@0 2269 Copyright (C) 2006 Apple Computer, Inc. All rights reserved.
michael@0 2270
michael@0 2271 Redistribution and use in source and binary forms, with or without
michael@0 2272 modification, are permitted provided that the following conditions
michael@0 2273 are met:
michael@0 2274
michael@0 2275 1. Redistributions of source code must retain the above copyright
michael@0 2276 notice, this list of conditions and the following disclaimer.
michael@0 2277 2. Redistributions in binary form must reproduce the above copyright
michael@0 2278 notice, this list of conditions and the following disclaimer in the
michael@0 2279 documentation and/or other materials provided with the distribution.
michael@0 2280 3. Neither the name of Apple Computer, Inc. ("Apple") nor the names of
michael@0 2281 its contributors may be used to endorse or promote products derived
michael@0 2282 from this software without specific prior written permission.
michael@0 2283
michael@0 2284 THIS SOFTWARE IS PROVIDED BY APPLE AND ITS CONTRIBUTORS "AS IS" AND ANY
michael@0 2285 EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
michael@0 2286 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
michael@0 2287 DISCLAIMED. IN NO EVENT SHALL APPLE OR ITS CONTRIBUTORS BE LIABLE FOR ANY
michael@0 2288 DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
michael@0 2289 (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
michael@0 2290 LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
michael@0 2291 ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
michael@0 2292 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
michael@0 2293 THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
michael@0 2294 </pre>
michael@0 2295
michael@0 2296
michael@0 2297
michael@0 2298 <hr>
michael@0 2299
michael@0 2300 <h1><a id="google-bsd"></a>Google BSD License</h1>
michael@0 2301
michael@0 2302 <p>This license applies to files in the directories
michael@0 2303 <span class="path">toolkit/crashreporter/google-breakpad/</span>,
michael@0 2304 <span class="path">camino/google-breakpad/</span> and
michael@0 2305 <span class="path">toolkit/components/protobuf/</span>.</p>
michael@0 2306
michael@0 2307 <pre>
michael@0 2308 Copyright (c) 2006, Google Inc.
michael@0 2309 All rights reserved.
michael@0 2310
michael@0 2311 Redistribution and use in source and binary forms, with or without
michael@0 2312 modification, are permitted provided that the following conditions are
michael@0 2313 met:
michael@0 2314
michael@0 2315 * Redistributions of source code must retain the above copyright
michael@0 2316 notice, this list of conditions and the following disclaimer.
michael@0 2317 * Redistributions in binary form must reproduce the above
michael@0 2318 copyright notice, this list of conditions and the following disclaimer
michael@0 2319 in the documentation and/or other materials provided with the
michael@0 2320 distribution.
michael@0 2321 * Neither the name of Google Inc. nor the names of its
michael@0 2322 contributors may be used to endorse or promote products derived from
michael@0 2323 this software without specific prior written permission.
michael@0 2324
michael@0 2325 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
michael@0 2326 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
michael@0 2327 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
michael@0 2328 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
michael@0 2329 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
michael@0 2330 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
michael@0 2331 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
michael@0 2332 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
michael@0 2333 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
michael@0 2334 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
michael@0 2335 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
michael@0 2336 </pre>
michael@0 2337
michael@0 2338
michael@0 2339 <hr>
michael@0 2340
michael@0 2341 <h1><a id="vp8"></a>Google VP8 License</h1>
michael@0 2342
michael@0 2343 <p>This license applies to certain files in the directory
michael@0 2344 <span class="path">media/libvpx</span>.</p>
michael@0 2345 <pre>
michael@0 2346 Copyright (c) 2010, Google, Inc.
michael@0 2347
michael@0 2348 All rights reserved.
michael@0 2349
michael@0 2350 Redistribution and use in source and binary forms, with or without
michael@0 2351 modification, are permitted provided that the following conditions
michael@0 2352 are met:
michael@0 2353
michael@0 2354 - Redistributions of source code must retain the above copyright
michael@0 2355 notice, this list of conditions and the following disclaimer.
michael@0 2356
michael@0 2357 - Redistributions in binary form must reproduce the above
michael@0 2358 copyright notice, this list of conditions and the following
michael@0 2359 disclaimer in the documentation and/or other materials provided
michael@0 2360 with the distribution.
michael@0 2361
michael@0 2362 - Neither the name of Google nor the names of its contributors may
michael@0 2363 be used to endorse or promote products derived from this software
michael@0 2364 without specific prior written permission.
michael@0 2365
michael@0 2366 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
michael@0 2367 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
michael@0 2368 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
michael@0 2369 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
michael@0 2370 HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
michael@0 2371 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
michael@0 2372 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
michael@0 2373 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
michael@0 2374 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
michael@0 2375 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
michael@0 2376 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
michael@0 2377
michael@0 2378 Subject to the terms and conditions of the above License, Google
michael@0 2379 hereby grants to You a perpetual, worldwide, non-exclusive,
michael@0 2380 no-charge, royalty-free, irrevocable (except as stated in this
michael@0 2381 section) patent license to make, have made, use, offer to sell, sell,
michael@0 2382 import, and otherwise transfer this implementation of VP8, where such
michael@0 2383 license applies only to those patent claims, both currently owned by
michael@0 2384 Google and acquired in the future, licensable by Google that are
michael@0 2385 necessarily infringed by this implementation of VP8. If You or your
michael@0 2386 agent or exclusive licensee institute or order or agree to the
michael@0 2387 institution of patent litigation against any entity (including a
michael@0 2388 cross-claim or counterclaim in a lawsuit) alleging that this
michael@0 2389 implementation of VP8 or any code incorporated within this
michael@0 2390 implementation of VP8 constitutes direct or contributory patent
michael@0 2391 infringement, or inducement of patent infringement, then any rights
michael@0 2392 granted to You under this License for this implementation of VP8
michael@0 2393 shall terminate as of the date such litigation is filed.
michael@0 2394 </pre>
michael@0 2395
michael@0 2396 <hr>
michael@0 2397
michael@0 2398 <h1><a id="gears-istumbler"></a>Google Gears/iStumbler License</h1>
michael@0 2399
michael@0 2400 <p>This license applies to the file
michael@0 2401 <span class="path">netwerk/wifi/osx_wifi.h</span>.</p>
michael@0 2402
michael@0 2403 <pre>
michael@0 2404 Copyright 2008, Google Inc.
michael@0 2405
michael@0 2406 Redistribution and use in source and binary forms, with or without
michael@0 2407 modification, are permitted provided that the following conditions are met:
michael@0 2408
michael@0 2409 1. Redistributions of source code must retain the above copyright notice,
michael@0 2410 this list of conditions and the following disclaimer.
michael@0 2411 2. Redistributions in binary form must reproduce the above copyright notice,
michael@0 2412 this list of conditions and the following disclaimer in the documentation
michael@0 2413 and/or other materials provided with the distribution.
michael@0 2414 3. Neither the name of Google Inc. nor the names of its contributors may be
michael@0 2415 used to endorse or promote products derived from this software without
michael@0 2416 specific prior written permission.
michael@0 2417
michael@0 2418 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED
michael@0 2419 WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
michael@0 2420 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
michael@0 2421 EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
michael@0 2422 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
michael@0 2423 PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
michael@0 2424 OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
michael@0 2425 WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
michael@0 2426 OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
michael@0 2427 ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
michael@0 2428
michael@0 2429 The contents of this file are taken from Apple80211.h from the iStumbler
michael@0 2430 project (http://www.istumbler.net). This project is released under the BSD
michael@0 2431 license with the following restrictions.
michael@0 2432
michael@0 2433 Copyright (c) 02006, Alf Watt (alf@istumbler.net). All rights reserved.
michael@0 2434
michael@0 2435 Redistribution and use in source and binary forms, with or without
michael@0 2436 modification, are permitted provided that the following conditions
michael@0 2437 are met:
michael@0 2438
michael@0 2439 * Redistributions of source code must retain the above copyright
michael@0 2440 notice, this list of conditions and the following disclaimer.
michael@0 2441
michael@0 2442 * Redistributions in binary form must reproduce the above copyright
michael@0 2443 notice, this list of conditions and the following disclaimer in the
michael@0 2444 documentation and/or other materials provided with the distribution.
michael@0 2445
michael@0 2446 * Neither the name of iStumbler nor the names of its contributors may be
michael@0 2447 used to endorse or promote products derived from this software without
michael@0 2448 specific prior written permission.
michael@0 2449
michael@0 2450 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
michael@0 2451 IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
michael@0 2452 TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
michael@0 2453 PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER
michael@0 2454 OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
michael@0 2455 EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
michael@0 2456 PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
michael@0 2457 PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
michael@0 2458 LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
michael@0 2459 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
michael@0 2460 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
michael@0 2461 </pre>
michael@0 2462
michael@0 2463 <hr>
michael@0 2464
michael@0 2465 <h1><a id="gyp"></a>gyp License</h1>
michael@0 2466
michael@0 2467 <p>This license applies to certain files in the directory
michael@0 2468 <span class="path">media/webrtc/trunk/tools/gyp</span>.</p>
michael@0 2469 <pre>
michael@0 2470 Copyright (c) 2009 Google Inc. All rights reserved.
michael@0 2471
michael@0 2472 Redistribution and use in source and binary forms, with or without
michael@0 2473 modification, are permitted provided that the following conditions are
michael@0 2474 met:
michael@0 2475
michael@0 2476 * Redistributions of source code must retain the above copyright
michael@0 2477 notice, this list of conditions and the following disclaimer.
michael@0 2478 * Redistributions in binary form must reproduce the above
michael@0 2479 copyright notice, this list of conditions and the following disclaimer
michael@0 2480 in the documentation and/or other materials provided with the
michael@0 2481 distribution.
michael@0 2482 * Neither the name of Google Inc. nor the names of its
michael@0 2483 contributors may be used to endorse or promote products derived from
michael@0 2484 this software without specific prior written permission.
michael@0 2485
michael@0 2486 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
michael@0 2487 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
michael@0 2488 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
michael@0 2489 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
michael@0 2490 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
michael@0 2491 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
michael@0 2492 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
michael@0 2493 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
michael@0 2494 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
michael@0 2495 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
michael@0 2496 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
michael@0 2497 </pre>
michael@0 2498
michael@0 2499
michael@0 2500 <hr>
michael@0 2501
michael@0 2502 <h1><a id="halloc"></a>halloc License</h1>
michael@0 2503
michael@0 2504 <p>This license applies to certain files in the directory
michael@0 2505 <span class="path">media/libnestegg/src</span>.</p>
michael@0 2506 <pre>
michael@0 2507 Copyright (c) 2004-2010 Alex Pankratov. All rights reserved.
michael@0 2508
michael@0 2509 Redistribution and use in source and binary forms, with or without
michael@0 2510 modification, are permitted provided that the following conditions are met:
michael@0 2511
michael@0 2512 * Redistributions of source code must retain the above copyright notice,
michael@0 2513 this list of conditions and the following disclaimer.
michael@0 2514 * Redistributions in binary form must reproduce the above copyright notice,
michael@0 2515 this list of conditions and the following disclaimer in the documentation
michael@0 2516 and/or other materials provided with the distribution.
michael@0 2517 * Neither the name of the project nor the names of its contributors may be
michael@0 2518 used to endorse or promote products derived from this software without
michael@0 2519 specific prior written permission.
michael@0 2520
michael@0 2521 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
michael@0 2522 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
michael@0 2523 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
michael@0 2524 DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
michael@0 2525 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
michael@0 2526 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
michael@0 2527 SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
michael@0 2528 CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
michael@0 2529 OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
michael@0 2530 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
michael@0 2531 </pre>
michael@0 2532
michael@0 2533 <hr>
michael@0 2534
michael@0 2535 <h1><a id="harfbuzz"></a>HarfBuzz License</h1>
michael@0 2536
michael@0 2537 <p>This license, with different copyright holders, applies to the files in
michael@0 2538 the directory <span class="path">gfx/harfbuzz/</span>.
michael@0 2539 The copyright holders and the applicable ranges of dates are as follows:</p>
michael@0 2540
michael@0 2541 <ul>
michael@0 2542 <li>1998-2004 David Turner and Werner Lemberg</li>
michael@0 2543 <li>2004, 2007, 2008, 2009, 2010 Red Hat, Inc.</li>
michael@0 2544 <li>2006 Behdad Esfahbod</li>
michael@0 2545 <li>2007 Chris Wilson</li>
michael@0 2546 <li>2009 Keith Stribley &lt;devel@thanlwinsoft.org&gt;</li>
michael@0 2547 <li>2010 Mozilla Foundation</li>
michael@0 2548 </ul>
michael@0 2549
michael@0 2550 <pre>
michael@0 2551 Copyright (C) &lt;date&gt; &lt;copyright holder&gt;
michael@0 2552
michael@0 2553 This is part of HarfBuzz, an OpenType Layout engine library.
michael@0 2554
michael@0 2555 Permission is hereby granted, without written agreement and without
michael@0 2556 license or royalty fees, to use, copy, modify, and distribute this
michael@0 2557 software and its documentation for any purpose, provided that the
michael@0 2558 above copyright notice and the following two paragraphs appear in
michael@0 2559 all copies of this software.
michael@0 2560
michael@0 2561 IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
michael@0 2562 DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
michael@0 2563 ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
michael@0 2564 IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
michael@0 2565 DAMAGE.
michael@0 2566
michael@0 2567 THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
michael@0 2568 BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
michael@0 2569 FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
michael@0 2570 ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
michael@0 2571 PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
michael@0 2572 </pre>
michael@0 2573
michael@0 2574 <hr>
michael@0 2575
michael@0 2576 <h1><a id="icu"></a>ICU License</h1>
michael@0 2577
michael@0 2578 <p>This license applies to files in the <span class="path">intl/icu</span>
michael@0 2579 directory and to some code in the
michael@0 2580 <span class="path">gfx/thebes</span> directory.</p>
michael@0 2581
michael@0 2582 <pre>
michael@0 2583 ICU License - ICU 1.8.1 and later
michael@0 2584
michael@0 2585 COPYRIGHT AND PERMISSION NOTICE
michael@0 2586
michael@0 2587 Copyright (c) 1995-2012 International Business Machines Corporation and
michael@0 2588 others
michael@0 2589
michael@0 2590 All rights reserved.
michael@0 2591
michael@0 2592 Permission is hereby granted, free of charge, to any person obtaining a
michael@0 2593 copy of this software and associated documentation files (the "Software"),
michael@0 2594 to deal in the Software without restriction, including without limitation
michael@0 2595 the rights to use, copy, modify, merge, publish, distribute, and/or sell
michael@0 2596 copies of the Software, and to permit persons to whom the Software is
michael@0 2597 furnished to do so, provided that the above copyright notice(s) and this
michael@0 2598 permission notice appear in all copies of the Software and that both the
michael@0 2599 above copyright notice(s) and this permission notice appear in supporting
michael@0 2600 documentation.
michael@0 2601
michael@0 2602 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
michael@0 2603 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
michael@0 2604 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY RIGHTS.
michael@0 2605 IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE
michael@0 2606 BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES,
michael@0 2607 OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
michael@0 2608 WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
michael@0 2609 ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
michael@0 2610 SOFTWARE.
michael@0 2611
michael@0 2612 Except as contained in this notice, the name of a copyright holder shall
michael@0 2613 not be used in advertising or otherwise to promote the sale, use or other
michael@0 2614 dealings in this Software without prior written authorization of the
michael@0 2615 copyright holder.
michael@0 2616
michael@0 2617 All trademarks and registered trademarks mentioned herein are the property
michael@0 2618 of their respective owners.
michael@0 2619 </pre>
michael@0 2620
michael@0 2621
michael@0 2622 <hr>
michael@0 2623
michael@0 2624 <h1><a id="jpnic"></a>Japan Network Information Center License</h1>
michael@0 2625
michael@0 2626 <p>This license applies to certain files in the
michael@0 2627 directory <span class="path">netwerk/dns/src/</span>.</p>
michael@0 2628
michael@0 2629 <pre>
michael@0 2630 Copyright (c) 2001,2002 Japan Network Information Center.
michael@0 2631 All rights reserved.
michael@0 2632
michael@0 2633 By using this file, you agree to the terms and conditions set forth below.
michael@0 2634
michael@0 2635 LICENSE TERMS AND CONDITIONS
michael@0 2636
michael@0 2637 The following License Terms and Conditions apply, unless a different
michael@0 2638 license is obtained from Japan Network Information Center ("JPNIC"),
michael@0 2639 a Japanese association, Kokusai-Kougyou-Kanda Bldg 6F, 2-3-4 Uchi-Kanda,
michael@0 2640 Chiyoda-ku, Tokyo 101-0047, Japan.
michael@0 2641
michael@0 2642 1. Use, Modification and Redistribution (including distribution of any
michael@0 2643 modified or derived work) in source and/or binary forms is permitted
michael@0 2644 under this License Terms and Conditions.
michael@0 2645
michael@0 2646 2. Redistribution of source code must retain the copyright notices as they
michael@0 2647 appear in each source code file, this License Terms and Conditions.
michael@0 2648
michael@0 2649 3. Redistribution in binary form must reproduce the Copyright Notice,
michael@0 2650 this License Terms and Conditions, in the documentation and/or other
michael@0 2651 materials provided with the distribution. For the purposes of binary
michael@0 2652 distribution the "Copyright Notice" refers to the following language:
michael@0 2653 "Copyright (c) 2000-2002 Japan Network Information Center. All rights
michael@0 2654 reserved."
michael@0 2655
michael@0 2656 4. The name of JPNIC may not be used to endorse or promote products
michael@0 2657 derived from this Software without specific prior written approval of
michael@0 2658 JPNIC.
michael@0 2659
michael@0 2660 5. Disclaimer/Limitation of Liability: THIS SOFTWARE IS PROVIDED BY JPNIC
michael@0 2661 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
michael@0 2662 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
michael@0 2663 PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL JPNIC BE LIABLE
michael@0 2664 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
michael@0 2665 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
michael@0 2666 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
michael@0 2667 BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
michael@0 2668 WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
michael@0 2669 OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
michael@0 2670 ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
michael@0 2671 </pre>
michael@0 2672
michael@0 2673 <hr>
michael@0 2674
michael@0 2675 <h1><a id="jemalloc"></a>jemalloc License</h1>
michael@0 2676
michael@0 2677 <p>This license applies to files in the directories
michael@0 2678 <span class="path">memory/mozjemalloc/</span> and
michael@0 2679 <span class="path">memory/jemalloc/</span>.
michael@0 2680 </p>
michael@0 2681
michael@0 2682 <pre>
michael@0 2683 Copyright (C) 2002-2012 Jason Evans &lt;jasone@canonware.com&gt;.
michael@0 2684 All rights reserved.
michael@0 2685 Copyright (C) 2007-2012 Mozilla Foundation. All rights reserved.
michael@0 2686 Copyright (C) 2009-2012 Facebook, Inc. All rights reserved.
michael@0 2687
michael@0 2688 Redistribution and use in source and binary forms, with or without
michael@0 2689 modification, are permitted provided that the following conditions
michael@0 2690 are met:
michael@0 2691 1. Redistributions of source code must retain the above copyright
michael@0 2692 notice(s), this list of conditions and the following disclaimer as
michael@0 2693 the first lines of this file unmodified other than the possible
michael@0 2694 addition of one or more copyright notices.
michael@0 2695 2. Redistributions in binary form must reproduce the above copyright
michael@0 2696 notice(s), this list of conditions and the following disclaimer in
michael@0 2697 the documentation and/or other materials provided with the
michael@0 2698 distribution.
michael@0 2699
michael@0 2700 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER(S) ``AS IS'' AND ANY
michael@0 2701 EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
michael@0 2702 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
michael@0 2703 PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER(S) BE
michael@0 2704 LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
michael@0 2705 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
michael@0 2706 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
michael@0 2707 BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
michael@0 2708 WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
michael@0 2709 OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
michael@0 2710 EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
michael@0 2711 </pre>
michael@0 2712
michael@0 2713 <hr>
michael@0 2714
michael@0 2715 <h1><a id="jquery"></a>jQuery License</h1>
michael@0 2716
michael@0 2717 <p>This license applies to files in the directory
michael@0 2718 <span class="path">mail/jquery/</span>.
michael@0 2719 Furthermore, the file <span class="path">browser/base/content/tabview/iq.js</span>
michael@0 2720 incorporates work from jQuery.</p>
michael@0 2721
michael@0 2722 <pre>
michael@0 2723 Copyright (c) 2010 John Resig, http://jquery.com/
michael@0 2724
michael@0 2725 Permission is hereby granted, free of charge, to any person obtaining
michael@0 2726 a copy of this software and associated documentation files (the
michael@0 2727 "Software"), to deal in the Software without restriction, including
michael@0 2728 without limitation the rights to use, copy, modify, merge, publish,
michael@0 2729 distribute, sublicense, and/or sell copies of the Software, and to
michael@0 2730 permit persons to whom the Software is furnished to do so, subject to
michael@0 2731 the following conditions:
michael@0 2732
michael@0 2733 The above copyright notice and this permission notice shall be
michael@0 2734 included in all copies or substantial portions of the Software.
michael@0 2735
michael@0 2736 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
michael@0 2737 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
michael@0 2738 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
michael@0 2739 NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
michael@0 2740 LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
michael@0 2741 OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
michael@0 2742 WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
michael@0 2743 </pre>
michael@0 2744
michael@0 2745 <hr>
michael@0 2746
michael@0 2747 <h1><a id="kiss_fft"></a>Kiss FFT License</h1>
michael@0 2748
michael@0 2749 <p>This license applies to files in the directory
michael@0 2750 <span class="path">media/kiss_fft/</span>.</p>
michael@0 2751
michael@0 2752 <pre>
michael@0 2753 Copyright (c) 2003-2010 Mark Borgerding
michael@0 2754
michael@0 2755 All rights reserved.
michael@0 2756
michael@0 2757 Redistribution and use in source and binary forms, with or without
michael@0 2758 modification, are permitted provided that the following conditions are met:
michael@0 2759
michael@0 2760 * Redistributions of source code must retain the above copyright notice,
michael@0 2761 this list of conditions and the following disclaimer.
michael@0 2762 * Redistributions in binary form must reproduce the above copyright notice,
michael@0 2763 this list of conditions and the following disclaimer in the documentation
michael@0 2764 and/or other materials provided with the distribution.
michael@0 2765 * Neither the author nor the names of any contributors may be used to
michael@0 2766 endorse or promote products derived from this software without specific
michael@0 2767 prior written permission.
michael@0 2768
michael@0 2769 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
michael@0 2770 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
michael@0 2771 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
michael@0 2772 DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
michael@0 2773 ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
michael@0 2774 (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
michael@0 2775 LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
michael@0 2776 ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
michael@0 2777 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
michael@0 2778 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
michael@0 2779 </pre>
michael@0 2780
michael@0 2781 <hr>
michael@0 2782
michael@0 2783 <h1><a id="libcubeb"></a>libcubeb License</h1>
michael@0 2784
michael@0 2785 <p class="correctme">This license applies to files in the directory
michael@0 2786 <span class="path">media/libcubeb</span>.
michael@0 2787 </p>
michael@0 2788
michael@0 2789 <pre>
michael@0 2790 Copyright &copy; 2011 Mozilla Foundation
michael@0 2791
michael@0 2792 Permission to use, copy, modify, and distribute this software for any
michael@0 2793 purpose with or without fee is hereby granted, provided that the above
michael@0 2794 copyright notice and this permission notice appear in all copies.
michael@0 2795
michael@0 2796 THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
michael@0 2797 WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
michael@0 2798 MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
michael@0 2799 ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
michael@0 2800 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
michael@0 2801 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
michael@0 2802 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
michael@0 2803 </pre>
michael@0 2804
michael@0 2805 <hr>
michael@0 2806
michael@0 2807 <h1><a id="libevent"></a>libevent License</h1>
michael@0 2808
michael@0 2809 <p>This license applies to files in the directory
michael@0 2810 <span class="path">ipc/chromium/src/third_party/libevent/</span>.
michael@0 2811 </p>
michael@0 2812
michael@0 2813 <pre>
michael@0 2814 Copyright 2000-2002 Niels Provos &lt;provos@citi.umich.edu&gt;
michael@0 2815 All rights reserved.
michael@0 2816
michael@0 2817 Redistribution and use in source and binary forms, with or without
michael@0 2818 modification, are permitted provided that the following conditions
michael@0 2819 are met:
michael@0 2820 1. Redistributions of source code must retain the above copyright
michael@0 2821 notice, this list of conditions and the following disclaimer.
michael@0 2822 2. Redistributions in binary form must reproduce the above copyright
michael@0 2823 notice, this list of conditions and the following disclaimer in the
michael@0 2824 documentation and/or other materials provided with the distribution.
michael@0 2825 3. The name of the author may not be used to endorse or promote products
michael@0 2826 derived from this software without specific prior written permission.
michael@0 2827
michael@0 2828 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
michael@0 2829 IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
michael@0 2830 OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
michael@0 2831 IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
michael@0 2832 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
michael@0 2833 NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
michael@0 2834 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
michael@0 2835 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
michael@0 2836 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
michael@0 2837 THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
michael@0 2838 </pre>
michael@0 2839
michael@0 2840
michael@0 2841 <hr>
michael@0 2842
michael@0 2843 <h1><a id="libffi"></a>libffi License</h1>
michael@0 2844
michael@0 2845 <p>This license applies to files in the directory
michael@0 2846 <span class="path">js/ctypes/libffi/</span>.
michael@0 2847 </p>
michael@0 2848
michael@0 2849 <pre>
michael@0 2850 libffi - Copyright (c) 1996-2008 Red Hat, Inc and others.
michael@0 2851 See source files for details.
michael@0 2852
michael@0 2853 Permission is hereby granted, free of charge, to any person obtaining
michael@0 2854 a copy of this software and associated documentation files (the
michael@0 2855 ``Software''), to deal in the Software without restriction, including
michael@0 2856 without limitation the rights to use, copy, modify, merge, publish,
michael@0 2857 distribute, sublicense, and/or sell copies of the Software, and to
michael@0 2858 permit persons to whom the Software is furnished to do so, subject to
michael@0 2859 the following conditions:
michael@0 2860
michael@0 2861 The above copyright notice and this permission notice shall be included
michael@0 2862 in all copies or substantial portions of the Software.
michael@0 2863
michael@0 2864 THE SOFTWARE IS PROVIDED ``AS IS'', WITHOUT WARRANTY OF ANY KIND,
michael@0 2865 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
michael@0 2866 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
michael@0 2867 IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
michael@0 2868 CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
michael@0 2869 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
michael@0 2870 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
michael@0 2871 </pre>
michael@0 2872
michael@0 2873
michael@0 2874 <hr>
michael@0 2875
michael@0 2876 <h1><a id="libjingle"></a>libjingle License</h1>
michael@0 2877
michael@0 2878 <p>This license applies to the following files:</p>
michael@0 2879 <ul>
michael@0 2880 <li class="path">media/mtransport/sigslot.h</li>
michael@0 2881 <li class="path">media/mtransport/test/gtest_utils.h</li>
michael@0 2882 </ul>
michael@0 2883
michael@0 2884 <pre>
michael@0 2885 Copyright (c) 2004--2005, Google Inc.
michael@0 2886 All rights reserved.
michael@0 2887
michael@0 2888 Redistribution and use in source and binary forms, with or without modification,
michael@0 2889 are permitted provided that the following conditions are met:
michael@0 2890
michael@0 2891 * Redistributions of source code must retain the above copyright notice,
michael@0 2892 this list of conditions and the following disclaimer.
michael@0 2893 * Redistributions in binary form must reproduce the above copyright notice,
michael@0 2894 this list of conditions and the following disclaimer in the documentation
michael@0 2895 and/or other materials provided with the distribution.
michael@0 2896 * The name of the author may not be used to endorse or promote products
michael@0 2897 derived from this software without specific prior written permission.
michael@0 2898
michael@0 2899 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
michael@0 2900 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
michael@0 2901 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
michael@0 2902 ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
michael@0 2903 LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
michael@0 2904 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
michael@0 2905 GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
michael@0 2906 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
michael@0 2907 STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY
michael@0 2908 WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
michael@0 2909 SUCH DAMAGE.
michael@0 2910 </pre>
michael@0 2911
michael@0 2912
michael@0 2913 <hr>
michael@0 2914
michael@0 2915 <h1><a id="libnestegg"></a>libnestegg License</h1>
michael@0 2916
michael@0 2917 <p>This license applies to certain files in the directory
michael@0 2918 <span class="path">media/libnestegg</span>.
michael@0 2919 </p>
michael@0 2920
michael@0 2921 <pre>
michael@0 2922 Copyright &copy; 2010 Mozilla Foundation
michael@0 2923
michael@0 2924 Permission to use, copy, modify, and distribute this software for any
michael@0 2925 purpose with or without fee is hereby granted, provided that the above
michael@0 2926 copyright notice and this permission notice appear in all copies.
michael@0 2927
michael@0 2928 THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
michael@0 2929 WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
michael@0 2930 MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
michael@0 2931 ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
michael@0 2932 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
michael@0 2933 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
michael@0 2934 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
michael@0 2935 </pre>
michael@0 2936
michael@0 2937 <hr>
michael@0 2938
michael@0 2939 <h1><a id="libsoundtouch"></a>libsoundtouch License</h1>
michael@0 2940
michael@0 2941 <p>This license applies to certain files in the directory
michael@0 2942 <span class="path">media/libsoundtouch/src/</span>.
michael@0 2943 </p>
michael@0 2944
michael@0 2945 <pre>
michael@0 2946 The SoundTouch Library Copyright &copy; Olli Parviainen 2001-2012
michael@0 2947
michael@0 2948 This library is free software; you can redistribute it and/or
michael@0 2949 modify it under the terms of the GNU Lesser General Public
michael@0 2950 License as published by the Free Software Foundation; either
michael@0 2951 version 2.1 of the License, or (at your option) any later version.
michael@0 2952
michael@0 2953 This library is distributed in the hope that it will be useful,
michael@0 2954 but WITHOUT ANY WARRANTY; without even the implied warranty of
michael@0 2955 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
michael@0 2956 Lesser General Public License for more details.
michael@0 2957
michael@0 2958 You should have received a copy of the GNU Lesser General Public
michael@0 2959 License along with this library; if not, write to the Free Software
michael@0 2960 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
michael@0 2961 </pre>
michael@0 2962
michael@0 2963 <hr>
michael@0 2964
michael@0 2965 <h1><a id="libsrtp"></a>libsrtp License</h1>
michael@0 2966
michael@0 2967 <p>This license applies to files in the directory
michael@0 2968 <span class="path">media/webrtc/trunk/third_party/libsrtp</span>.
michael@0 2969 </p>
michael@0 2970
michael@0 2971 <pre>
michael@0 2972 Copyright (c) 2001-2006 Cisco Systems, Inc.
michael@0 2973 All rights reserved.
michael@0 2974
michael@0 2975 Redistribution and use in source and binary forms, with or without
michael@0 2976 modification, are permitted provided that the following conditions
michael@0 2977 are met:
michael@0 2978
michael@0 2979 Redistributions of source code must retain the above copyright
michael@0 2980 notice, this list of conditions and the following disclaimer.
michael@0 2981
michael@0 2982 Redistributions in binary form must reproduce the above
michael@0 2983 copyright notice, this list of conditions and the following
michael@0 2984 disclaimer in the documentation and/or other materials provided
michael@0 2985 with the distribution.
michael@0 2986
michael@0 2987 Neither the name of the Cisco Systems, Inc. nor the names of its
michael@0 2988 contributors may be used to endorse or promote products derived
michael@0 2989 from this software without specific prior written permission.
michael@0 2990
michael@0 2991 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
michael@0 2992 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
michael@0 2993 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
michael@0 2994 FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
michael@0 2995 COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
michael@0 2996 INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
michael@0 2997 (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
michael@0 2998 SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
michael@0 2999 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
michael@0 3000 STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
michael@0 3001 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
michael@0 3002 OF THE POSSIBILITY OF SUCH DAMAGE.
michael@0 3003 </pre>
michael@0 3004
michael@0 3005 <hr>
michael@0 3006
michael@0 3007 <h1><a id="libyuv"></a>libyuv License</h1>
michael@0 3008
michael@0 3009 <p>This license applies to files in the directory
michael@0 3010 <span class="path">media/webrtc/trunk/third_party/libyuv</span> except
michael@0 3011 for the file <span class="path">media/webrtc/trunk/third_party/libyuv/source/x86inc.asm</span>.
michael@0 3012 </p>
michael@0 3013
michael@0 3014 <pre>
michael@0 3015 Copyright (c) 2011, The LibYuv project authors. All rights reserved.
michael@0 3016
michael@0 3017 Redistribution and use in source and binary forms, with or without
michael@0 3018 modification, are permitted provided that the following conditions are
michael@0 3019 met:
michael@0 3020
michael@0 3021 * Redistributions of source code must retain the above copyright
michael@0 3022 notice, this list of conditions and the following disclaimer.
michael@0 3023
michael@0 3024 * Redistributions in binary form must reproduce the above copyright
michael@0 3025 notice, this list of conditions and the following disclaimer in
michael@0 3026 the documentation and/or other materials provided with the
michael@0 3027 distribution.
michael@0 3028
michael@0 3029 * Neither the name of Google nor the names of its contributors may
michael@0 3030 be used to endorse or promote products derived from this software
michael@0 3031 without specific prior written permission.
michael@0 3032
michael@0 3033 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
michael@0 3034 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
michael@0 3035 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
michael@0 3036 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
michael@0 3037 HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
michael@0 3038 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
michael@0 3039 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
michael@0 3040 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
michael@0 3041 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
michael@0 3042 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
michael@0 3043 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
michael@0 3044 </pre>
michael@0 3045
michael@0 3046 <hr>
michael@0 3047
michael@0 3048 <h1><a id="hunspell-lt"></a>Lithuanian Spellchecking Dictionary License</h1>
michael@0 3049
michael@0 3050 <p>This license applies to certain files in the directory
michael@0 3051 <span class="path">l10n/lt/extensions/spellcheck/hunspell/</span>. (This
michael@0 3052 code only ships in some localized versions of this product.)</p>
michael@0 3053
michael@0 3054 <pre>
michael@0 3055 Copyright (c) 2000-2013, Albertas Agejevas and contributors.
michael@0 3056 All rights reserved.
michael@0 3057
michael@0 3058 Redistribution and use in source and binary forms, with or without
michael@0 3059 modification, are permitted provided that the following conditions
michael@0 3060 are met:
michael@0 3061 1. Redistributions of source code must retain the above copyright
michael@0 3062 notice, this list of conditions and the following disclaimer.
michael@0 3063 2. Redistributions in binary form must reproduce the above copyright
michael@0 3064 notice, this list of conditions and the following disclaimer in the
michael@0 3065 documentation and/or other materials provided with the distribution.
michael@0 3066 3. Neither the name of the copyright holders nor the names of its contributors
michael@0 3067 may be used to endorse or promote products derived from this software
michael@0 3068 without specific prior written permission.
michael@0 3069
michael@0 3070 THIS SOFTWARE IS PROVIDED BY COPYRIGHT HOLDERS AND CONTRIBUTORS ``AS IS'' AND
michael@0 3071 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
michael@0 3072 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
michael@0 3073 ARE DISCLAIMED. IN NO EVENT SHALL ALBERTAS AGEJEVAS OR CONTRIBUTORS BE LIABLE
michael@0 3074 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
michael@0 3075 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
michael@0 3076 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
michael@0 3077 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
michael@0 3078 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
michael@0 3079 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
michael@0 3080 SUCH DAMAGE.
michael@0 3081 </pre>
michael@0 3082
michael@0 3083
michael@0 3084
michael@0 3085 <hr>
michael@0 3086
michael@0 3087 <h1><a id="maattachedwindow"></a>MAAttachedWindow License</h1>
michael@0 3088
michael@0 3089 <p>This license applies to the files
michael@0 3090 <span class="path">camino/src/extensions/MAAttachedWindow.h</span> and
michael@0 3091 <span class="path">camino/src/extensions/MAAttachedWindow.mm</span>. (This
michael@0 3092 code only ships in the Camino browser or products based on it.)</p>
michael@0 3093
michael@0 3094 <pre>
michael@0 3095 This software is supplied to you by Matt Gemmell in consideration of
michael@0 3096 your agreement to the following terms, and your use, installation, modification
michael@0 3097 or redistribution of this software constitutes acceptance of these terms. If
michael@0 3098 you do not agree with these terms, please do not use, install, modify or
michael@0 3099 redistribute this software.
michael@0 3100
michael@0 3101 In consideration of your agreement to abide by the following terms, and
michael@0 3102 subject to these terms, Matt Gemmell grants you a personal, non-exclusive
michael@0 3103 license, to use, reproduce, modify and redistribute the software, with or
michael@0 3104 without modifications, in source and/or binary forms; provided that if you
michael@0 3105 redistribute the software in its entirety and without modifications, you must
michael@0 3106 retain this notice and the following text and disclaimers in all such
michael@0 3107 redistributions of the software, and that in all cases attribution of Matt
michael@0 3108 Gemmell as the original author of the source code shall be included in all such
michael@0 3109 resulting software products or distributions.
michael@0 3110 Neither the name, trademarks, service marks or logos of Matt Gemmell may be
michael@0 3111 used to endorse or promote products derived from the software without specific
michael@0 3112 prior written permission from Matt Gemmell. Except as expressly stated in this
michael@0 3113 notice, no other rights or licenses, express or implied, are granted by Matt
michael@0 3114 Gemmell herein, including but not limited to any patent rights that may be
michael@0 3115 infringed by your derivative works or by other works in which the software may
michael@0 3116 be incorporated.
michael@0 3117
michael@0 3118 The software is provided by Matt Gemmell on an "AS IS" basis. MATT
michael@0 3119 GEMMELL MAKES NO WARRANTIES, EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION
michael@0 3120 THE IMPLIED WARRANTIES OF NON-INFRINGEMENT, MERCHANTABILITY AND FITNESS FOR A
michael@0 3121 PARTICULAR PURPOSE, REGARDING THE SOFTWARE OR ITS USE AND OPERATION ALONE OR IN
michael@0 3122 COMBINATION WITH YOUR PRODUCTS.
michael@0 3123
michael@0 3124 IN NO EVENT SHALL MATT GEMMELL BE LIABLE FOR ANY SPECIAL, INDIRECT,
michael@0 3125 INCIDENTAL OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT
michael@0 3126 OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
michael@0 3127 INTERRUPTION) ARISING IN ANY WAY OUT OF THE USE, REPRODUCTION, MODIFICATION
michael@0 3128 AND/OR DISTRIBUTION OF THE SOFTWARE, HOWEVER CAUSED AND WHETHER UNDER THEORY OF
michael@0 3129 CONTRACT, TORT (INCLUDING NEGLIGENCE), STRICT LIABILITY OR OTHERWISE, EVEN IF
michael@0 3130 MATT GEMMELL HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
michael@0 3131 </pre>
michael@0 3132
michael@0 3133
michael@0 3134
michael@0 3135 <hr>
michael@0 3136
michael@0 3137 <h1><a id="msinttypes"></a>msinttypes License</h1>
michael@0 3138
michael@0 3139 <p>This license applies to the file
michael@0 3140 <span class="path">mfbt/MSIntTypes.h</span>.</p>
michael@0 3141
michael@0 3142 <pre>
michael@0 3143 Based on ISO/IEC 9899:TC2 Committee draft (May 6, 2005) WG14/N1124
michael@0 3144
michael@0 3145 Copyright (c) 2006-2008 Alexander Chemeris
michael@0 3146
michael@0 3147 Redistribution and use in source and binary forms, with or without
michael@0 3148 modification, are permitted provided that the following conditions are met:
michael@0 3149
michael@0 3150 1. Redistributions of source code must retain the above copyright notice,
michael@0 3151 this list of conditions and the following disclaimer.
michael@0 3152
michael@0 3153 2. Redistributions in binary form must reproduce the above copyright
michael@0 3154 notice, this list of conditions and the following disclaimer in the
michael@0 3155 documentation and/or other materials provided with the distribution.
michael@0 3156
michael@0 3157 3. The name of the author may be used to endorse or promote products
michael@0 3158 derived from this software without specific prior written permission.
michael@0 3159
michael@0 3160 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED
michael@0 3161 WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
michael@0 3162 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
michael@0 3163 EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
michael@0 3164 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
michael@0 3165 PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
michael@0 3166 OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
michael@0 3167 WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
michael@0 3168 OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
michael@0 3169 ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
michael@0 3170 </pre>
michael@0 3171
michael@0 3172
michael@0 3173 <hr>
michael@0 3174
michael@0 3175 <h1><a id="myspell"></a>MySpell License</h1>
michael@0 3176
michael@0 3177 <p>This license applies to some files in the directory
michael@0 3178 <span class="path">extensions/spellcheck/hunspell</span>.</p>
michael@0 3179
michael@0 3180 <pre>
michael@0 3181 Copyright 2002 Kevin B. Hendricks, Stratford, Ontario, Canada
michael@0 3182 And Contributors. All rights reserved.
michael@0 3183
michael@0 3184 Redistribution and use in source and binary forms, with or without
michael@0 3185 modification, are permitted provided that the following conditions
michael@0 3186 are met:
michael@0 3187
michael@0 3188 1. Redistributions of source code must retain the above copyright
michael@0 3189 notice, this list of conditions and the following disclaimer.
michael@0 3190
michael@0 3191 2. Redistributions in binary form must reproduce the above copyright
michael@0 3192 notice, this list of conditions and the following disclaimer in the
michael@0 3193 documentation and/or other materials provided with the distribution.
michael@0 3194
michael@0 3195 3. All modifications to the source code must be clearly marked as
michael@0 3196 such. Binary redistributions based on modified source code
michael@0 3197 must be clearly marked as modified versions in the documentation
michael@0 3198 and/or other materials provided with the distribution.
michael@0 3199
michael@0 3200 THIS SOFTWARE IS PROVIDED BY KEVIN B. HENDRICKS AND CONTRIBUTORS
michael@0 3201 ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
michael@0 3202 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
michael@0 3203 FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL
michael@0 3204 KEVIN B. HENDRICKS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
michael@0 3205 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
michael@0 3206 BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
michael@0 3207 LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
michael@0 3208 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
michael@0 3209 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
michael@0 3210 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
michael@0 3211 SUCH DAMAGE.
michael@0 3212 </pre>
michael@0 3213
michael@0 3214
michael@0 3215 <hr>
michael@0 3216
michael@0 3217 <h1><a id="nicer"></a>nICEr License</h1>
michael@0 3218
michael@0 3219 <p>This license applies to certain files in the directory
michael@0 3220 <span class="path">media/mtransport/third_party/nICEr</span>.</p>
michael@0 3221
michael@0 3222 <pre>
michael@0 3223 Copyright (C) 2007, Adobe Systems Inc.
michael@0 3224 Copyright (C) 2007-2008, Network Resonance, Inc.
michael@0 3225
michael@0 3226 Each source file bears an individual copyright notice.
michael@0 3227
michael@0 3228 The following license applies to this distribution as a whole.
michael@0 3229
michael@0 3230
michael@0 3231 Redistribution and use in source and binary forms, with or without
michael@0 3232 modification, are permitted provided that the following conditions are
michael@0 3233 met:
michael@0 3234
michael@0 3235 * Redistributions of source code must retain the above copyright
michael@0 3236 notice, this list of conditions and the following disclaimer.
michael@0 3237
michael@0 3238 * Redistributions in binary form must reproduce the above copyright
michael@0 3239 notice, this list of conditions and the following disclaimer in the
michael@0 3240 documentation and/or other materials provided with the distribution.
michael@0 3241
michael@0 3242 * Neither the name of Adobe Systems, Network Resonance nor the names of its
michael@0 3243 contributors may be used to endorse or promote products derived from
michael@0 3244 this software without specific prior written permission.
michael@0 3245
michael@0 3246 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
michael@0 3247 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
michael@0 3248 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
michael@0 3249 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
michael@0 3250 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
michael@0 3251 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
michael@0 3252 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
michael@0 3253 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
michael@0 3254 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
michael@0 3255 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
michael@0 3256 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
michael@0 3257 </pre>
michael@0 3258
michael@0 3259
michael@0 3260 <hr>
michael@0 3261
michael@0 3262 <h1><a id="openvision"></a>OpenVision License</h1>
michael@0 3263
michael@0 3264 <p>This license applies to the file
michael@0 3265 <span class="path">extensions/auth/gssapi.h</span>.</p>
michael@0 3266
michael@0 3267 <pre>
michael@0 3268 Copyright 1993 by OpenVision Technologies, Inc.
michael@0 3269
michael@0 3270 Permission to use, copy, modify, distribute, and sell this software
michael@0 3271 and its documentation for any purpose is hereby granted without fee,
michael@0 3272 provided that the above copyright notice appears in all copies and
michael@0 3273 that both that copyright notice and this permission notice appear in
michael@0 3274 supporting documentation, and that the name of OpenVision not be used
michael@0 3275 in advertising or publicity pertaining to distribution of the software
michael@0 3276 without specific, written prior permission. OpenVision makes no
michael@0 3277 representations about the suitability of this software for any
michael@0 3278 purpose. It is provided "as is" without express or implied warranty.
michael@0 3279
michael@0 3280 OPENVISION DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
michael@0 3281 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
michael@0 3282 EVENT SHALL OPENVISION BE LIABLE FOR ANY SPECIAL, INDIRECT OR
michael@0 3283 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF
michael@0 3284 USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
michael@0 3285 OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
michael@0 3286 PERFORMANCE OF THIS SOFTWARE.
michael@0 3287 </pre>
michael@0 3288
michael@0 3289
michael@0 3290 <hr>
michael@0 3291
michael@0 3292 <h1><a id="nrappkit"></a>nrappkit License</h1>
michael@0 3293
michael@0 3294 <p>This license applies to certain files in the directory
michael@0 3295 <span class="path">media/mtransport/third_party/nrappkit</span>.</p>
michael@0 3296
michael@0 3297 <pre>
michael@0 3298 Copyright (C) 2001-2007, Network Resonance, Inc.
michael@0 3299 All Rights Reserved
michael@0 3300
michael@0 3301 Redistribution and use in source and binary forms, with or without
michael@0 3302 modification, are permitted provided that the following conditions
michael@0 3303 are met:
michael@0 3304
michael@0 3305 1. Redistributions of source code must retain the above copyright
michael@0 3306 notice, this list of conditions and the following disclaimer.
michael@0 3307 2. Redistributions in binary form must reproduce the above copyright
michael@0 3308 notice, this list of conditions and the following disclaimer in the
michael@0 3309 documentation and/or other materials provided with the distribution.
michael@0 3310 3. Neither the name of Network Resonance, Inc. nor the name of any
michael@0 3311 contributors to this software may be used to endorse or promote
michael@0 3312 products derived from this software without specific prior written
michael@0 3313 permission.
michael@0 3314
michael@0 3315 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ``AS IS''
michael@0 3316 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
michael@0 3317 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
michael@0 3318 ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
michael@0 3319 LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
michael@0 3320 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
michael@0 3321 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
michael@0 3322 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
michael@0 3323 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
michael@0 3324 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
michael@0 3325 POSSIBILITY OF SUCH DAMAGE.
michael@0 3326 </pre>
michael@0 3327
michael@0 3328 <p>This license applies to certain files in the directory
michael@0 3329 <span class="path">media/mtransport/third_party/nrappkit</span>.</p>
michael@0 3330
michael@0 3331 <pre>
michael@0 3332 Copyright (C) 1999-2003 RTFM, Inc.
michael@0 3333 All Rights Reserved
michael@0 3334
michael@0 3335 This package is a SSLv3/TLS protocol analyzer written by Eric Rescorla
michael@0 3336 <ekr@rtfm.com> and licensed by RTFM, Inc.
michael@0 3337
michael@0 3338 Redistribution and use in source and binary forms, with or without
michael@0 3339 modification, are permitted provided that the following conditions
michael@0 3340 are met:
michael@0 3341 1. Redistributions of source code must retain the above copyright
michael@0 3342 notice, this list of conditions and the following disclaimer.
michael@0 3343 2. Redistributions in binary form must reproduce the above copyright
michael@0 3344 notice, this list of conditions and the following disclaimer in the
michael@0 3345 documentation and/or other materials provided with the distribution.
michael@0 3346 3. All advertising materials mentioning features or use of this software
michael@0 3347 must display the following acknowledgement:
michael@0 3348
michael@0 3349 This product includes software developed by Eric Rescorla for
michael@0 3350 RTFM, Inc.
michael@0 3351
michael@0 3352 4. Neither the name of RTFM, Inc. nor the name of Eric Rescorla may be
michael@0 3353 used to endorse or promote products derived from this
michael@0 3354 software without specific prior written permission.
michael@0 3355
michael@0 3356 THIS SOFTWARE IS PROVIDED BY THE ERIC RESCORLA AND RTFM ``AS IS'' AND
michael@0 3357 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
michael@0 3358 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
michael@0 3359 ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
michael@0 3360 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
michael@0 3361 oDAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
michael@0 3362 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
michael@0 3363 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
michael@0 3364 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
michael@0 3365 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
michael@0 3366 SUCH DAMAGE.
michael@0 3367 </pre>
michael@0 3368
michael@0 3369 <p>Note that RTFM, Inc. has waived clause (3) above as of June 20, 2012
michael@0 3370 for files appearing in this distribution. This waiver applies only to
michael@0 3371 files included in this distribution. it does not apply to any other
michael@0 3372 part of ssldump not included in this distribution.</p>
michael@0 3373
michael@0 3374 <p>This license applies to each copy of the file
michael@0 3375 <span class="path">sys/queue.h</span>
michael@0 3376 in <span class="path">media/mtransport/third_party/nrappkit/</span>.</p>
michael@0 3377
michael@0 3378 <pre>
michael@0 3379 Copyright (c) 1991, 1993
michael@0 3380 The Regents of the University of California. All rights reserved.
michael@0 3381
michael@0 3382 Redistribution and use in source and binary forms, with or without
michael@0 3383 modification, are permitted provided that the following conditions
michael@0 3384 are met:
michael@0 3385 1. Redistributions of source code must retain the above copyright
michael@0 3386 notice, this list of conditions and the following disclaimer.
michael@0 3387 2. Redistributions in binary form must reproduce the above copyright
michael@0 3388 notice, this list of conditions and the following disclaimer in the
michael@0 3389 documentation and/or other materials provided with the distribution.
michael@0 3390 4. Neither the name of the University nor the names of its contributors
michael@0 3391 may be used to endorse or promote products derived from this software
michael@0 3392 without specific prior written permission.
michael@0 3393
michael@0 3394 THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
michael@0 3395 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
michael@0 3396 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
michael@0 3397 ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
michael@0 3398 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
michael@0 3399 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
michael@0 3400 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
michael@0 3401 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
michael@0 3402 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
michael@0 3403 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
michael@0 3404 SUCH DAMAGE.
michael@0 3405 </pre>
michael@0 3406
michael@0 3407
michael@0 3408 <p>This license applies to the file:
michael@0 3409 <span class="path">media/mtransport/third_party/nrappkit/src/util/util.c</span>.</p>
michael@0 3410
michael@0 3411 <pre>
michael@0 3412 Copyright (c) 1998 Todd C. Miller <Todd.Miller@courtesan.com>
michael@0 3413 All rights reserved.
michael@0 3414
michael@0 3415 Redistribution and use in source and binary forms, with or without
michael@0 3416 modification, are permitted provided that the following conditions
michael@0 3417 are met:
michael@0 3418 1. Redistributions of source code must retain the above copyright
michael@0 3419 notice, this list of conditions and the following disclaimer.
michael@0 3420 2. Redistributions in binary form must reproduce the above copyright
michael@0 3421 notice, this list of conditions and the following disclaimer in the
michael@0 3422 documentation and/or other materials provided with the distribution.
michael@0 3423 3. The name of the author may not be used to endorse or promote products
michael@0 3424 derived from this software without specific prior written permission.
michael@0 3425
michael@0 3426 THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,
michael@0 3427 INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
michael@0 3428 AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL
michael@0 3429 THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
michael@0 3430 EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
michael@0 3431 PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
michael@0 3432 OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
michael@0 3433 WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
michael@0 3434 OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
michael@0 3435 ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
michael@0 3436 </pre>
michael@0 3437
michael@0 3438
michael@0 3439 <hr>
michael@0 3440
michael@0 3441 <h1><a id="praton"></a>praton License</h1>
michael@0 3442
michael@0 3443 <p>This license applies to the file
michael@0 3444 <span class="path">nsprpub/pr/src/misc/praton.c</span>.</p>
michael@0 3445
michael@0 3446 <pre>
michael@0 3447 Copyright (c) 1983, 1990, 1993
michael@0 3448 The Regents of the University of California. All rights reserved.
michael@0 3449
michael@0 3450 Redistribution and use in source and binary forms, with or without
michael@0 3451 modification, are permitted provided that the following conditions
michael@0 3452 are met:
michael@0 3453 1. Redistributions of source code must retain the above copyright
michael@0 3454 notice, this list of conditions and the following disclaimer.
michael@0 3455 2. Redistributions in binary form must reproduce the above copyright
michael@0 3456 notice, this list of conditions and the following disclaimer in the
michael@0 3457 documentation and/or other materials provided with the distribution.
michael@0 3458 4. Neither the name of the University nor the names of its contributors
michael@0 3459 may be used to endorse or promote products derived from this software
michael@0 3460 without specific prior written permission.
michael@0 3461
michael@0 3462 THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
michael@0 3463 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
michael@0 3464 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
michael@0 3465 ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
michael@0 3466 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
michael@0 3467 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
michael@0 3468 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
michael@0 3469 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
michael@0 3470 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
michael@0 3471 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
michael@0 3472 SUCH DAMAGE.
michael@0 3473
michael@0 3474
michael@0 3475 Portions Copyright (c) 1993 by Digital Equipment Corporation.
michael@0 3476
michael@0 3477 Permission to use, copy, modify, and distribute this software for any
michael@0 3478 purpose with or without fee is hereby granted, provided that the above
michael@0 3479 copyright notice and this permission notice appear in all copies, and that
michael@0 3480 the name of Digital Equipment Corporation not be used in advertising or
michael@0 3481 publicity pertaining to distribution of the document or software without
michael@0 3482 specific, written prior permission.
michael@0 3483
michael@0 3484 THE SOFTWARE IS PROVIDED "AS IS" AND DIGITAL EQUIPMENT CORP. DISCLAIMS ALL
michael@0 3485 WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES
michael@0 3486 OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL DIGITAL EQUIPMENT
michael@0 3487 CORPORATION BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
michael@0 3488 DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
michael@0 3489 PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
michael@0 3490 ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
michael@0 3491 SOFTWARE.
michael@0 3492
michael@0 3493
michael@0 3494 Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC")
michael@0 3495 Portions Copyright (c) 1996-1999 by Internet Software Consortium.
michael@0 3496
michael@0 3497 Permission to use, copy, modify, and distribute this software for any
michael@0 3498 purpose with or without fee is hereby granted, provided that the above
michael@0 3499 copyright notice and this permission notice appear in all copies.
michael@0 3500
michael@0 3501 THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
michael@0 3502 WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
michael@0 3503 MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR
michael@0 3504 ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
michael@0 3505 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
michael@0 3506 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
michael@0 3507 OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
michael@0 3508 </pre>
michael@0 3509
michael@0 3510
michael@0 3511 <hr>
michael@0 3512
michael@0 3513 <h1><a id="pbkdf2-sha256"></a>pbkdf2_sha256 License</h1>
michael@0 3514
michael@0 3515 <p>This license applies to the code
michael@0 3516 <span class="path">mozglue/android/pbkdf2_sha256.c</span> and
michael@0 3517 <span class="path">mozglue/android/pbkdf2_sha256.h</span>.
michael@0 3518 </p>
michael@0 3519
michael@0 3520 <pre>
michael@0 3521 Copyright 2005,2007,2009 Colin Percival
michael@0 3522 All rights reserved.
michael@0 3523
michael@0 3524 Redistribution and use in source and binary forms, with or without
michael@0 3525 modification, are permitted provided that the following conditions
michael@0 3526 are met:
michael@0 3527 1. Redistributions of source code must retain the above copyright
michael@0 3528 notice, this list of conditions and the following disclaimer.
michael@0 3529 2. Redistributions in binary form must reproduce the above copyright
michael@0 3530 notice, this list of conditions and the following disclaimer in the
michael@0 3531 documentation and/or other materials provided with the distribution.
michael@0 3532
michael@0 3533 THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
michael@0 3534 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
michael@0 3535 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
michael@0 3536 ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
michael@0 3537 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
michael@0 3538 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
michael@0 3539 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
michael@0 3540 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
michael@0 3541 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
michael@0 3542 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
michael@0 3543 SUCH DAMAGE.
michael@0 3544 </pre>
michael@0 3545
michael@0 3546
michael@0 3547 <hr>
michael@0 3548
michael@0 3549 <h1><a id="qcms"></a>qcms License</h1>
michael@0 3550
michael@0 3551 <p>This license applies to certain files in the directory
michael@0 3552 <span class="path">gfx/qcms/</span>.</p>
michael@0 3553 <pre>
michael@0 3554 Copyright (C) 2009 Mozilla Corporation
michael@0 3555 Copyright (C) 1998-2007 Marti Maria
michael@0 3556
michael@0 3557 Permission is hereby granted, free of charge, to any person
michael@0 3558 obtaining a copy of this software and associated documentation
michael@0 3559 files (the "Software"), to deal in the Software without restriction,
michael@0 3560 including without limitation the rights to use, copy, modify, merge,
michael@0 3561 publish, distribute, sublicense, and/or sell copies of the Software,
michael@0 3562 and to permit persons to whom the Software is furnished to do so, subject
michael@0 3563 to the following conditions:
michael@0 3564
michael@0 3565 The above copyright notice and this permission notice shall be included
michael@0 3566 in all copies or substantial portions of the Software.
michael@0 3567
michael@0 3568 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
michael@0 3569 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
michael@0 3570 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
michael@0 3571 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
michael@0 3572 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
michael@0 3573 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
michael@0 3574 </pre>
michael@0 3575
michael@0 3576
michael@0 3577 <hr>
michael@0 3578
michael@0 3579 <h1><a id="xdg"></a>Red Hat xdg_user_dir_lookup License</h1>
michael@0 3580
michael@0 3581 <p>This license applies to the
michael@0 3582 <span class="path">xdg_user_dir_lookup</span> function in
michael@0 3583 <span class="path">xpcom/io/SpecialSystemDirectory.cpp</span>.</p>
michael@0 3584
michael@0 3585 <pre>
michael@0 3586 Copyright (c) 2007 Red Hat, Inc.
michael@0 3587
michael@0 3588 Permission is hereby granted, free of charge, to any person
michael@0 3589 obtaining a copy of this software and associated documentation files
michael@0 3590 (the "Software"), to deal in the Software without restriction,
michael@0 3591 including without limitation the rights to use, copy, modify, merge,
michael@0 3592 publish, distribute, sublicense, and/or sell copies of the Software,
michael@0 3593 and to permit persons to whom the Software is furnished to do so,
michael@0 3594 subject to the following conditions:
michael@0 3595
michael@0 3596 The above copyright notice and this permission notice shall be
michael@0 3597 included in all copies or substantial portions of the Software.
michael@0 3598
michael@0 3599 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
michael@0 3600 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
michael@0 3601 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
michael@0 3602 NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
michael@0 3603 BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
michael@0 3604 ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
michael@0 3605 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
michael@0 3606 SOFTWARE.
michael@0 3607 </pre>
michael@0 3608
michael@0 3609
michael@0 3610 <hr>
michael@0 3611
michael@0 3612 <h1><a id="hunspell-ru"></a>Russian Spellchecking Dictionary License</h1>
michael@0 3613
michael@0 3614 <p>This license applies to certain files in the directory
michael@0 3615 <span class="path">l10n/ru/extensions/spellcheck/hunspell/</span>. (This
michael@0 3616 code only ships in some localized versions of this product.)</p>
michael@0 3617
michael@0 3618 <pre>
michael@0 3619 * Copyright (c) 1997-2008, Alexander I. Lebedev
michael@0 3620
michael@0 3621 All rights reserved.
michael@0 3622
michael@0 3623 Redistribution and use in source and binary forms, with or without
michael@0 3624 modification, are permitted provided that the following conditions
michael@0 3625 are met:
michael@0 3626 * Redistributions of source code must retain the above copyright
michael@0 3627 notice, this list of conditions and the following disclaimer.
michael@0 3628 * Redistributions in binary form must reproduce the above copyright
michael@0 3629 notice, this list of conditions and the following disclaimer in the
michael@0 3630 documentation and/or other materials provided with the distribution.
michael@0 3631 * Modified versions must be clearly marked as such.
michael@0 3632 * The name of Alexander I. Lebedev may not be used to endorse or promote
michael@0 3633 products derived from this software without specific prior written
michael@0 3634 permission.
michael@0 3635
michael@0 3636 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
michael@0 3637 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
michael@0 3638 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
michael@0 3639 ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
michael@0 3640 LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
michael@0 3641 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
michael@0 3642 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
michael@0 3643 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
michael@0 3644 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
michael@0 3645 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
michael@0 3646 POSSIBILITY OF SUCH DAMAGE.
michael@0 3647 </pre>
michael@0 3648
michael@0 3649 <hr>
michael@0 3650
michael@0 3651 <h1><a id="sctp"></a>SCTP Licenses</h1>
michael@0 3652
michael@0 3653 <p>These licenses apply to certain files in the directory
michael@0 3654 <span class="path">netwerk/sctp/src/</span>.</p>
michael@0 3655
michael@0 3656 <pre>
michael@0 3657 Copyright (c) 2009-2010 Brad Penoff
michael@0 3658 Copyright (c) 2009-2010 Humaira Kamal
michael@0 3659 Copyright (c) 2011-2012 Irene Ruengeler
michael@0 3660 Copyright (c) 2010-2012, by Michael Tuexen. All rights reserved.
michael@0 3661 Copyright (c) 2010-2012, by Randall Stewart. All rights reserved.
michael@0 3662 Copyright (c) 2010-2012, by Robin Seggelmann. All rights reserved.
michael@0 3663
michael@0 3664 Redistribution and use in source and binary forms, with or without
michael@0 3665 modification, are permitted provided that the following conditions
michael@0 3666 are met:
michael@0 3667 1. Redistributions of source code must retain the above copyright
michael@0 3668 notice, this list of conditions and the following disclaimer.
michael@0 3669 2. Redistributions in binary form must reproduce the above copyright
michael@0 3670 notice, this list of conditions and the following disclaimer in the
michael@0 3671 documentation and/or other materials provided with the distribution.
michael@0 3672
michael@0 3673 THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
michael@0 3674 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
michael@0 3675 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
michael@0 3676 ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
michael@0 3677 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
michael@0 3678 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
michael@0 3679 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
michael@0 3680 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
michael@0 3681 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
michael@0 3682 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
michael@0 3683 SUCH DAMAGE.
michael@0 3684
michael@0 3685 Copyright (c) 2001-2008, by Cisco Systems, Inc. All rights reserved.
michael@0 3686 Copyright (c) 2008-2012, by Randall Stewart. All rights reserved.
michael@0 3687 Copyright (c) 2008-2012, by Michael Tuexen. All rights reserved.
michael@0 3688 Copyright (c) 2008-2012, by Brad Penoff. All rights reserved.
michael@0 3689 Copyright (c) 1980, 1982, 1986, 1987, 1988, 1990, 1993
michael@0 3690 The Regents of the University of California.
michael@0 3691 Copyright (c) 2005 Robert N. M. Watson All rights reserved.
michael@0 3692 Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. All rights reserved.
michael@0 3693
michael@0 3694 Redistribution and use in source and binary forms, with or without
michael@0 3695 modification, are permitted provided that the following conditions are met:
michael@0 3696 a) Redistributions of source code must retain the above copyright notice,
michael@0 3697 this list of conditions and the following disclaimer.
michael@0 3698 b) Redistributions in binary form must reproduce the above copyright
michael@0 3699 notice, this list of conditions and the following disclaimer in
michael@0 3700 the documentation and/or other materials provided with the distribution.
michael@0 3701 c) Neither the name of Cisco Systems, Inc, the name of the university,
michael@0 3702 the WIDE project, nor the names of its contributors may be used to
michael@0 3703 endorse or promote products derived from this software without specific
michael@0 3704 prior written permission.
michael@0 3705
michael@0 3706 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
michael@0 3707 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
michael@0 3708 THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
michael@0 3709 ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
michael@0 3710 LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
michael@0 3711 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
michael@0 3712 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
michael@0 3713 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
michael@0 3714 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
michael@0 3715 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
michael@0 3716 THE POSSIBILITY OF SUCH DAMAGE.
michael@0 3717 </pre>
michael@0 3718
michael@0 3719 <hr>
michael@0 3720
michael@0 3721 <h1><a id="skia"></a>Skia License</h1>
michael@0 3722
michael@0 3723 <p>This license applies to certain files in the directory
michael@0 3724 <span class="path">gfx/skia/</span>.</p>
michael@0 3725
michael@0 3726 <pre>
michael@0 3727 Copyright (c) 2011 Google Inc. All rights reserved.
michael@0 3728
michael@0 3729 Redistribution and use in source and binary forms, with or without
michael@0 3730 modification, are permitted provided that the following conditions are
michael@0 3731 met:
michael@0 3732
michael@0 3733 * Redistributions of source code must retain the above copyright
michael@0 3734 notice, this list of conditions and the following disclaimer.
michael@0 3735 * Redistributions in binary form must reproduce the above
michael@0 3736 copyright notice, this list of conditions and the following disclaimer
michael@0 3737 in the documentation and/or other materials provided with the
michael@0 3738 distribution.
michael@0 3739 * Neither the name of Google Inc. nor the names of its
michael@0 3740 contributors may be used to endorse or promote products derived from
michael@0 3741 this software without specific prior written permission.
michael@0 3742
michael@0 3743 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
michael@0 3744 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
michael@0 3745 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
michael@0 3746 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
michael@0 3747 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
michael@0 3748 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
michael@0 3749 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
michael@0 3750 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
michael@0 3751 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
michael@0 3752 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
michael@0 3753 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
michael@0 3754 </pre>
michael@0 3755
michael@0 3756 <hr>
michael@0 3757
michael@0 3758 <h1><a id="snappy"></a>Snappy License</h1>
michael@0 3759
michael@0 3760 <p>This license applies to certain files in the directory
michael@0 3761 <span class="path">other-licenses/snappy/</span>.</p>
michael@0 3762
michael@0 3763 <pre>
michael@0 3764 Copyright 2011, Google Inc.
michael@0 3765 All rights reserved.
michael@0 3766
michael@0 3767 Redistribution and use in source and binary forms, with or without
michael@0 3768 modification, are permitted provided that the following conditions are
michael@0 3769 met:
michael@0 3770
michael@0 3771 * Redistributions of source code must retain the above copyright
michael@0 3772 notice, this list of conditions and the following disclaimer.
michael@0 3773 * Redistributions in binary form must reproduce the above
michael@0 3774 copyright notice, this list of conditions and the following disclaimer
michael@0 3775 in the documentation and/or other materials provided with the
michael@0 3776 distribution.
michael@0 3777 * Neither the name of Google Inc. nor the names of its
michael@0 3778 contributors may be used to endorse or promote products derived from
michael@0 3779 this software without specific prior written permission.
michael@0 3780
michael@0 3781 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
michael@0 3782 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
michael@0 3783 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
michael@0 3784 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
michael@0 3785 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
michael@0 3786 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
michael@0 3787 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
michael@0 3788 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
michael@0 3789 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
michael@0 3790 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
michael@0 3791 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
michael@0 3792 </pre>
michael@0 3793
michael@0 3794 <hr>
michael@0 3795
michael@0 3796 <h1><a id="sparkle"></a>Sparkle License</h1>
michael@0 3797
michael@0 3798 <p>This license applies to certain files in the directory
michael@0 3799 <span class="path">camino/sparkle/</span>. (This code only ships in the
michael@0 3800 Camino browser or products based on it.)</p>
michael@0 3801
michael@0 3802 <pre>
michael@0 3803 Copyright (c) 2006 Andy Matuschak
michael@0 3804
michael@0 3805 Permission is hereby granted, free of charge, to any person obtaining a copy of
michael@0 3806 this software and associated documentation files (the "Software"), to deal in
michael@0 3807 the Software without restriction, including without limitation the rights to
michael@0 3808 use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
michael@0 3809 the Software, and to permit persons to whom the Software is furnished to do so,
michael@0 3810 subject to the following conditions:
michael@0 3811
michael@0 3812 The above copyright notice and this permission notice shall be included in all
michael@0 3813 copies or substantial portions of the Software.
michael@0 3814
michael@0 3815 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
michael@0 3816 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
michael@0 3817 FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
michael@0 3818 COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
michael@0 3819 IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
michael@0 3820 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
michael@0 3821 </pre>
michael@0 3822
michael@0 3823 <hr>
michael@0 3824
michael@0 3825 #ifdef USE_STLPORT
michael@0 3826 <h1><a id="stlport"></a>STLport License</h1>
michael@0 3827
michael@0 3828 <p>This license applies to most files in the directory
michael@0 3829 <span class="path">build/stlport/</span>.</p>
michael@0 3830
michael@0 3831 <pre>
michael@0 3832 Boris Fomitchev grants Licensee a non-exclusive, non-transferable, royalty-free
michael@0 3833 license to use STLport and its documentation without fee.
michael@0 3834
michael@0 3835 By downloading, using, or copying STLport or any portion thereof, Licensee
michael@0 3836 agrees to abide by the intellectual property laws and all other applicable laws
michael@0 3837 of the United States of America, and to all of the terms and conditions of this
michael@0 3838 Agreement.
michael@0 3839
michael@0 3840 Licensee shall maintain the following copyright and permission notices on
michael@0 3841 STLport sources and its documentation unchanged :
michael@0 3842
michael@0 3843 Copyright 1999,2000 Boris Fomitchev
michael@0 3844
michael@0 3845 This material is provided "as is", with absolutely no warranty expressed or
michael@0 3846 implied. Any use is at your own risk.
michael@0 3847 Permission to use or copy this software for any purpose is hereby granted
michael@0 3848 without fee, provided the above notices are retained on all copies. Permission
michael@0 3849 to modify the code and to distribute modified code is granted, provided the
michael@0 3850 above notices are retained, and a notice that the code was modified is included
michael@0 3851 with the above copyright notice.
michael@0 3852 The Licensee may distribute binaries compiled with STLport (whether original or
michael@0 3853 modified) without any royalties or restrictions.
michael@0 3854
michael@0 3855 The Licensee may distribute original or modified STLport sources, provided that:
michael@0 3856
michael@0 3857 The conditions indicated in the above permission notice are met;
michael@0 3858 The following copyright notices are retained when present, and conditions
michael@0 3859 provided in accompanying permission notices are met :
michael@0 3860 Copyright 1994 Hewlett-Packard Company
michael@0 3861
michael@0 3862 Copyright 1996,97 Silicon Graphics Computer Systems, Inc.
michael@0 3863
michael@0 3864 Copyright 1997 Moscow Center for SPARC Technology.
michael@0 3865
michael@0 3866 Permission to use, copy, modify, distribute and sell this software and its
michael@0 3867 documentation for any purpose is hereby granted without fee, provided that the
michael@0 3868 above copyright notice appear in all copies and that both that copyright
michael@0 3869 notice and this permission notice appear in supporting documentation.
michael@0 3870 Hewlett-Packard Company makes no representations about the suitability of this
michael@0 3871 software for any purpose. It is provided "as is" without express or implied
michael@0 3872 warranty.
michael@0 3873
michael@0 3874 Permission to use, copy, modify, distribute and sell this software and its
michael@0 3875 documentation for any purpose is hereby granted without fee, provided that the
michael@0 3876 above copyright notice appear in all copies and that both that copyright
michael@0 3877 notice and this permission notice appear in supporting documentation.
michael@0 3878 Silicon Graphics makes no representations about the suitability of this
michael@0 3879 software for any purpose. It is provided "as is" without express or implied
michael@0 3880 warranty.
michael@0 3881
michael@0 3882 Permission to use, copy, modify, distribute and sell this software and its
michael@0 3883 documentation for any purpose is hereby granted without fee, provided that the
michael@0 3884 above copyright notice appear in all copies and that both that copyright
michael@0 3885 notice and this permission notice appear in supporting documentation. Moscow
michael@0 3886 Center for SPARC Technology makes no representations about the suitability
michael@0 3887 of this software for any purpose. It is provided "as is" without express or
michael@0 3888 implied warranty.
michael@0 3889 </pre>
michael@0 3890
michael@0 3891 <hr>
michael@0 3892
michael@0 3893 #endif
michael@0 3894 <h1><a id="suitable"></a>Suitable Systems License</h1>
michael@0 3895
michael@0 3896 <p>This license applies to certain files in the directory
michael@0 3897 <span class="path">dom/system/cocoa/</span>.</p>
michael@0 3898
michael@0 3899 <pre>
michael@0 3900 SMSLib Sudden Motion Sensor Access Library
michael@0 3901 Copyright (c) 2010 Suitable Systems
michael@0 3902 All rights reserved.
michael@0 3903
michael@0 3904 Developed by: Daniel Griscom
michael@0 3905 Suitable Systems
michael@0 3906 http://www.suitable.com
michael@0 3907
michael@0 3908 Permission is hereby granted, free of charge, to any person obtaining a
michael@0 3909 copy of this software and associated documentation files (the
michael@0 3910 "Software"), to deal with the Software without restriction, including
michael@0 3911 without limitation the rights to use, copy, modify, merge, publish,
michael@0 3912 distribute, sublicense, and/or sell copies of the Software, and to
michael@0 3913 permit persons to whom the Software is furnished to do so, subject to
michael@0 3914 the following conditions:
michael@0 3915
michael@0 3916 - Redistributions of source code must retain the above copyright notice,
michael@0 3917 this list of conditions and the following disclaimers.
michael@0 3918
michael@0 3919 - Redistributions in binary form must reproduce the above copyright
michael@0 3920 notice, this list of conditions and the following disclaimers in the
michael@0 3921 documentation and/or other materials provided with the distribution.
michael@0 3922
michael@0 3923 - Neither the names of Suitable Systems nor the names of its
michael@0 3924 contributors may be used to endorse or promote products derived from
michael@0 3925 this Software without specific prior written permission.
michael@0 3926
michael@0 3927 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
michael@0 3928 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
michael@0 3929 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
michael@0 3930 IN NO EVENT SHALL THE CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR
michael@0 3931 ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
michael@0 3932 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
michael@0 3933 SOFTWARE OR THE USE OR OTHER DEALINGS WITH THE SOFTWARE.
michael@0 3934
michael@0 3935 For more information about SMSLib, see
michael@0 3936 <http://www.suitable.com/tools/smslib.html>
michael@0 3937 or contact
michael@0 3938 Daniel Griscom
michael@0 3939 Suitable Systems
michael@0 3940 1 Centre Street, Suite 204
michael@0 3941 Wakefield, MA 01880
michael@0 3942 (781) 665-0053
michael@0 3943 </pre>
michael@0 3944
michael@0 3945
michael@0 3946 <hr>
michael@0 3947
michael@0 3948 <h1><a id="sunsoft"></a>SunSoft License</h1>
michael@0 3949
michael@0 3950 <p>This license applies to the
michael@0 3951 <span class="path">ICC_H</span> block in
michael@0 3952 <span class="path">gfx/qcms/qcms.h</span>.</p>
michael@0 3953
michael@0 3954 <pre>
michael@0 3955 Copyright (c) 1994-1996 SunSoft, Inc.
michael@0 3956
michael@0 3957 Rights Reserved
michael@0 3958
michael@0 3959 Permission is hereby granted, free of charge, to any person
michael@0 3960 obtaining a copy of this software and associated documentation
michael@0 3961 files (the "Software"), to deal in the Software without restrict-
michael@0 3962 ion, including without limitation the rights to use, copy, modify,
michael@0 3963 merge, publish distribute, sublicense, and/or sell copies of the
michael@0 3964 Software, and to permit persons to whom the Software is furnished
michael@0 3965 to do so, subject to the following conditions:
michael@0 3966
michael@0 3967 The above copyright notice and this permission notice shall be
michael@0 3968 included in all copies or substantial portions of the Software.
michael@0 3969
michael@0 3970 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
michael@0 3971 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
michael@0 3972 OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-
michael@0 3973 INFRINGEMENT. IN NO EVENT SHALL SUNSOFT, INC. OR ITS PARENT
michael@0 3974 COMPANY BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
michael@0 3975 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
michael@0 3976 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
michael@0 3977 OTHER DEALINGS IN THE SOFTWARE.
michael@0 3978
michael@0 3979 Except as contained in this notice, the name of SunSoft, Inc.
michael@0 3980 shall not be used in advertising or otherwise to promote the
michael@0 3981 sale, use or other dealings in this Software without written
michael@0 3982 authorization from SunSoft Inc.
michael@0 3983 </pre>
michael@0 3984
michael@0 3985
michael@0 3986 <hr>
michael@0 3987
michael@0 3988 <h1><a id="unicode"></a>Unicode License</h1>
michael@0 3989
michael@0 3990 <p>This license applies to certain files in the directories
michael@0 3991 <span class="path">intl/icu</span> and <span class="path">js/src/vm</span>.
michael@0 3992 </p>
michael@0 3993
michael@0 3994 <pre>
michael@0 3995 Copyright © 1991-2012 Unicode, Inc. All rights reserved. Distributed
michael@0 3996 under the Terms of Use in http://www.unicode.org/copyright.html.
michael@0 3997
michael@0 3998 Permission is hereby granted, free of charge, to any person obtaining a
michael@0 3999 copy of the Unicode data files and any associated documentation (the
michael@0 4000 "Data Files") or Unicode software and any associated documentation (the
michael@0 4001 "Software") to deal in the Data Files or Software without restriction,
michael@0 4002 including without limitation the rights to use, copy, modify, merge,
michael@0 4003 publish, distribute, and/or sell copies of the Data Files or Software,
michael@0 4004 and to permit persons to whom the Data Files or Software are furnished
michael@0 4005 to do so, provided that (a) the above copyright notice(s) and this
michael@0 4006 permission notice appear with all copies of the Data Files or Software,
michael@0 4007 (b) both the above copyright notice(s) and this permission notice appear
michael@0 4008 in associated documentation, and (c) there is clear notice in each
michael@0 4009 modified Data File or in the Software as well as in the documentation
michael@0 4010 associated with the Data File(s) or Software that the data or software
michael@0 4011 has been modified.
michael@0 4012
michael@0 4013 THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
michael@0 4014 ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
michael@0 4015 OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
michael@0 4016 OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS
michael@0 4017 INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT
michael@0 4018 OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
michael@0 4019 OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
michael@0 4020 OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
michael@0 4021 PERFORMANCE OF THE DATA FILES OR SOFTWARE.
michael@0 4022
michael@0 4023 Except as contained in this notice, the name of a copyright holder shall
michael@0 4024 not be used in advertising or otherwise to promote the sale, use or other
michael@0 4025 dealings in these Data Files or Software without prior written
michael@0 4026 authorization of the copyright holder.</pre>
michael@0 4027
michael@0 4028
michael@0 4029 <hr>
michael@0 4030
michael@0 4031 <h1><a id="ucal"></a>University of California License</h1>
michael@0 4032
michael@0 4033 <p>This license applies to the following files or, in the case of
michael@0 4034 directories, certain files in those directories:</p>
michael@0 4035
michael@0 4036 <ul>
michael@0 4037 <li class="path">dbm/</li>
michael@0 4038 <li class="path">db/mork/src/morkQuickSort.cpp</li>
michael@0 4039 <li class="path">xpcom/glue/nsQuickSort.cpp</li>
michael@0 4040 <li class="path">nsprpub/pr/src/misc/praton.c</li>
michael@0 4041 <li class="path">media/mtransport/third_party/nICEr/src/stun/addrs.c</li>
michael@0 4042 </ul>
michael@0 4043
michael@0 4044 <pre>
michael@0 4045 Copyright (c) 1990, 1993
michael@0 4046 The Regents of the University of California. All rights reserved.
michael@0 4047
michael@0 4048 Redistribution and use in source and binary forms, with or without
michael@0 4049 modification, are permitted provided that the following conditions
michael@0 4050 are met:
michael@0 4051 1. Redistributions of source code must retain the above copyright
michael@0 4052 notice, this list of conditions and the following disclaimer.
michael@0 4053 2. Redistributions in binary form must reproduce the above copyright
michael@0 4054 notice, this list of conditions and the following disclaimer in the
michael@0 4055 documentation and/or other materials provided with the distribution.
michael@0 4056 [3 Deleted as of 22nd July 1999; see
michael@0 4057 <a href="ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change">ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change</a>
michael@0 4058 for details]
michael@0 4059 4. Neither the name of the University nor the names of its contributors
michael@0 4060 may be used to endorse or promote products derived from this software
michael@0 4061 without specific prior written permission.
michael@0 4062
michael@0 4063 THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
michael@0 4064 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
michael@0 4065 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
michael@0 4066 ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
michael@0 4067 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
michael@0 4068 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
michael@0 4069 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
michael@0 4070 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
michael@0 4071 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
michael@0 4072 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
michael@0 4073 SUCH DAMAGE.
michael@0 4074 </pre>
michael@0 4075
michael@0 4076
michael@0 4077 <hr>
michael@0 4078
michael@0 4079 <h1><a id="uszeged"></a>University of Szeged License</h1>
michael@0 4080
michael@0 4081 <p>This license applies to certain files in the directory <span class="path">js/src/assembler/assembler/</span>.</p>
michael@0 4082
michael@0 4083 <pre>
michael@0 4084 Copyright (C) 2009 University of Szeged
michael@0 4085 All rights reserved.
michael@0 4086
michael@0 4087 Redistribution and use in source and binary forms, with or without
michael@0 4088 modification, are permitted provided that the following conditions
michael@0 4089 are met:
michael@0 4090 1. Redistributions of source code must retain the above copyright
michael@0 4091 notice, this list of conditions and the following disclaimer.
michael@0 4092 2. Redistributions in binary form must reproduce the above copyright
michael@0 4093 notice, this list of conditions and the following disclaimer in the
michael@0 4094 documentation and/or other materials provided with the distribution.
michael@0 4095
michael@0 4096 THIS SOFTWARE IS PROVIDED BY UNIVERSITY OF SZEGED ``AS IS'' AND ANY
michael@0 4097 EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
michael@0 4098 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
michael@0 4099 PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL UNIVERSITY OF SZEGED OR
michael@0 4100 CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
michael@0 4101 EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
michael@0 4102 PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
michael@0 4103 PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
michael@0 4104 OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
michael@0 4105 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
michael@0 4106 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
michael@0 4107 </pre>
michael@0 4108
michael@0 4109
michael@0 4110 <hr>
michael@0 4111
michael@0 4112 <h1><a id="hunspell-en-US"></a>US English Spellchecking Dictionary Licenses</h1>
michael@0 4113
michael@0 4114 <p>These licenses apply to certain files in the directory
michael@0 4115 <span class="path">extensions/spellcheck/locales/en-US/hunspell/</span>. (This
michael@0 4116 code only ships in some localized versions of this product.)</p>
michael@0 4117
michael@0 4118 <pre>
michael@0 4119 Different parts of the US English dictionary (SCOWL) are subject to the
michael@0 4120 following licenses as shown below. For additional details, sources, credits,
michael@0 4121 and public domain references, see <a href="http://mxr.mozilla.org/mozilla/source/extensions/spellcheck/locales/en-US/hunspell/README.txt?raw=1">README.txt</a>.
michael@0 4122
michael@0 4123 The collective work of the Spell Checking Oriented Word Lists (SCOWL) is under
michael@0 4124 the following copyright:
michael@0 4125
michael@0 4126 Copyright 2000-2007 by Kevin Atkinson
michael@0 4127 Permission to use, copy, modify, distribute and sell these word lists, the
michael@0 4128 associated scripts, the output created from the scripts, and its documentation
michael@0 4129 for any purpose is hereby granted without fee, provided that the above
michael@0 4130 copyright notice appears in all copies and that both that copyright notice and
michael@0 4131 this permission notice appear in supporting documentation. Kevin Atkinson makes
michael@0 4132 no representations about the suitability of this array for any purpose. It is
michael@0 4133 provided "as is" without express or implied warranty.
michael@0 4134
michael@0 4135 The WordNet database is under the following copyright:
michael@0 4136
michael@0 4137 This software and database is being provided to you, the LICENSEE, by Princeton
michael@0 4138 University under the following license. By obtaining, using and/or copying
michael@0 4139 this software and database, you agree that you have read, understood, and will
michael@0 4140 comply with these terms and conditions:
michael@0 4141 Permission to use, copy, modify and distribute this software and database and
michael@0 4142 its documentation for any purpose and without fee or royalty is hereby granted,
michael@0 4143 provided that you agree to comply with the following copyright notice and
michael@0 4144 statements, including the disclaimer, and that the same appear on ALL copies of
michael@0 4145 the software, database and documentation, including modifications that you make
michael@0 4146 for internal use or for distribution.
michael@0 4147 WordNet 1.6 Copyright 1997 by Princeton University. All rights reserved.
michael@0 4148 THIS SOFTWARE AND DATABASE IS PROVIDED "AS IS" AND PRINCETON UNIVERSITY
michael@0 4149 MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED. BY WAY OF
michael@0 4150 EXAMPLE, BUT NOT LIMITATION, PRINCETON UNIVERSITY MAKES NO
michael@0 4151 REPRESENTATIONS OR WARRANTIES OF MERCHANT- ABILITY OR FITNESS FOR ANY
michael@0 4152 PARTICULAR PURPOSE OR THAT THE USE OF THE LICENSED SOFTWARE, DATABASE OR
michael@0 4153 DOCUMENTATION WILL NOT INFRINGE ANY THIRD PARTY PATENTS, COPYRIGHTS,
michael@0 4154 TRADEMARKS OR OTHER RIGHTS.
michael@0 4155 The name of Princeton University or Princeton may not be used in advertising or
michael@0 4156 publicity pertaining to distribution of the software and/or database. Title to
michael@0 4157 copyright in this software, database and any associated documentation shall at
michael@0 4158 all times remain with Princeton University and LICENSEE agrees to preserve same.
michael@0 4159
michael@0 4160 The "UK Advanced Cryptics Dictionary" is under the following copyright:
michael@0 4161
michael@0 4162 Copyright (c) J Ross Beresford 1993-1999. All Rights Reserved.
michael@0 4163 The following restriction is placed on the use of this publication: if The UK
michael@0 4164 Advanced Cryptics Dictionary is used in a software package or redistributed in
michael@0 4165 any form, the copyright notice must be prominently displayed and the text of
michael@0 4166 this document must be included verbatim. There are no other restrictions: I
michael@0 4167 would like to see the list distributed as widely as possible.
michael@0 4168
michael@0 4169 Various parts are under the Ispell copyright:
michael@0 4170
michael@0 4171 Copyright 1993, Geoff Kuenning, Granada Hills, CA
michael@0 4172 All rights reserved. Redistribution and use in source and binary forms, with
michael@0 4173 or without modification, are permitted provided that the following conditions
michael@0 4174 are met:
michael@0 4175 1. Redistributions of source code must retain the above copyright notice,
michael@0 4176 this list of conditions and the following disclaimer.
michael@0 4177 2. Redistributions in binary form must reproduce the above copyright notice,
michael@0 4178 this list of conditions and the following disclaimer in the documentation
michael@0 4179 and/or other materials provided with the distribution.
michael@0 4180 3. All modifications to the source code must be clearly marked as such.
michael@0 4181 Binary redistributions based on modified source code must be clearly marked as
michael@0 4182 modified versions in the documentation and/or other materials provided with
michael@0 4183 the distribution.
michael@0 4184 (clause 4 removed with permission from Geoff Kuenning)
michael@0 4185 5. The name of Geoff Kuenning may not be used to endorse or promote products
michael@0 4186 derived from this software without specific prior written permission.
michael@0 4187 THIS SOFTWARE IS PROVIDED BY GEOFF KUENNING AND CONTRIBUTORS ``AS IS'' AND
michael@0 4188 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
michael@0 4189 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
michael@0 4190 PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL GEOFF KUENNING OR CONTRIBUTORS
michael@0 4191 BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
michael@0 4192 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
michael@0 4193 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
michael@0 4194 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
michael@0 4195 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
michael@0 4196 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
michael@0 4197 POSSIBILITY OF SUCH DAMAGE.
michael@0 4198
michael@0 4199 Additional Contributors:
michael@0 4200
michael@0 4201 Alan Beale &lt;biljir@pobox.com&gt;
michael@0 4202 M Cooper &lt;thegrendel@theriver.com&gt;
michael@0 4203 </pre>
michael@0 4204
michael@0 4205
michael@0 4206
michael@0 4207 <hr>
michael@0 4208
michael@0 4209 <h1><a id="v8"></a>V8 License</h1>
michael@0 4210
michael@0 4211 <p>This license applies to certain files in the directories
michael@0 4212 <span class="path">js/src/v8-dtoa</span>,
michael@0 4213 <span class="path">js/src/builtin</span> and
michael@0 4214 <span class="path">js/src/jit/arm</span>.
michael@0 4215 </p>
michael@0 4216 <pre>
michael@0 4217 Copyright 2006-2012 the V8 project authors. All rights reserved.
michael@0 4218 Redistribution and use in source and binary forms, with or without
michael@0 4219 modification, are permitted provided that the following conditions are
michael@0 4220 met
michael@0 4221
michael@0 4222 * Redistributions of source code must retain the above copyright
michael@0 4223 notice, this list of conditions and the following disclaimer.
michael@0 4224 * Redistributions in binary form must reproduce the above
michael@0 4225 copyright notice, this list of conditions and the following
michael@0 4226 disclaimer in the documentation and/or other materials provided
michael@0 4227 with the distribution.
michael@0 4228 * Neither the name of Google Inc. nor the names of its
michael@0 4229 contributors may be used to endorse or promote products derived
michael@0 4230 from this software without specific prior written permission.
michael@0 4231
michael@0 4232 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
michael@0 4233 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
michael@0 4234 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
michael@0 4235 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
michael@0 4236 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
michael@0 4237 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
michael@0 4238 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
michael@0 4239 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
michael@0 4240 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
michael@0 4241 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
michael@0 4242 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
michael@0 4243 </pre>
michael@0 4244
michael@0 4245
michael@0 4246
michael@0 4247 <hr>
michael@0 4248
michael@0 4249 <h1><a id="vtune"></a>VTune License</h1>
michael@0 4250
michael@0 4251 <p>This license applies to certain files in the directory
michael@0 4252 <span class="path">js/src/vtune</span>.</p>
michael@0 4253 <pre>
michael@0 4254 Copyright (c) 2005-2012 Intel Corporation. All rights reserved.
michael@0 4255 All rights reserved.
michael@0 4256
michael@0 4257 Redistribution and use in source and binary forms, with or without
michael@0 4258 modification, are permitted provided that the following conditions
michael@0 4259 are met:
michael@0 4260
michael@0 4261 * Redistributions of source code must retain the above copyright
michael@0 4262 notice, this list of conditions and the following disclaimer.
michael@0 4263 * Redistributions in binary form must reproduce the above copyright
michael@0 4264 notice, this list of conditions and the following disclaimer in
michael@0 4265 the documentation and/or other materials provided with the
michael@0 4266 distribution.
michael@0 4267 * Neither the name of Intel Corporation nor the names of its
michael@0 4268 contributors may be used to endorse or promote products derived
michael@0 4269 from this software without specific prior written permission.
michael@0 4270
michael@0 4271 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
michael@0 4272 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
michael@0 4273 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
michael@0 4274 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
michael@0 4275 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
michael@0 4276 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
michael@0 4277 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
michael@0 4278 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
michael@0 4279 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
michael@0 4280 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
michael@0 4281 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
michael@0 4282 </pre>
michael@0 4283
michael@0 4284
michael@0 4285 <hr>
michael@0 4286
michael@0 4287 <h1><a id="webrtc"></a>WebRTC License</h1>
michael@0 4288
michael@0 4289 <p>This license applies to certain files in the directory
michael@0 4290 <span class="path">media/webrtc/trunk</span>.</p>
michael@0 4291 <pre>
michael@0 4292 Copyright (c) 2011, The WebRTC project authors. All rights reserved.
michael@0 4293
michael@0 4294 Redistribution and use in source and binary forms, with or without
michael@0 4295 modification, are permitted provided that the following conditions are
michael@0 4296 met:
michael@0 4297
michael@0 4298 * Redistributions of source code must retain the above copyright
michael@0 4299 notice, this list of conditions and the following disclaimer.
michael@0 4300
michael@0 4301 * Redistributions in binary form must reproduce the above copyright
michael@0 4302 notice, this list of conditions and the following disclaimer in
michael@0 4303 the documentation and/or other materials provided with the
michael@0 4304 distribution.
michael@0 4305
michael@0 4306 * Neither the name of Google nor the names of its contributors may
michael@0 4307 be used to endorse or promote products derived from this software
michael@0 4308 without specific prior written permission.
michael@0 4309
michael@0 4310 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
michael@0 4311 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
michael@0 4312 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
michael@0 4313 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
michael@0 4314 HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
michael@0 4315 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
michael@0 4316 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
michael@0 4317 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
michael@0 4318 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
michael@0 4319 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
michael@0 4320 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
michael@0 4321 </pre>
michael@0 4322
michael@0 4323
michael@0 4324 <hr>
michael@0 4325
michael@0 4326 <h1><a id="x264"></a>x264 License</h1>
michael@0 4327
michael@0 4328 <p>This license applies to the file <span class="path">
michael@0 4329 media/webrtc/trunk/third_party/libyuv/source/x86inc.asm</span>.
michael@0 4330 </p>
michael@0 4331
michael@0 4332 <pre>
michael@0 4333 Copyright (C) 2005-2012 x264 project
michael@0 4334
michael@0 4335 Authors: Loren Merritt <lorenm@u.washington.edu>
michael@0 4336 Anton Mitrofanov <BugMaster@narod.ru>
michael@0 4337 Jason Garrett-Glaser <darkshikari@gmail.com>
michael@0 4338 Henrik Gramner <hengar-6@student.ltu.se>
michael@0 4339
michael@0 4340 Permission to use, copy, modify, and/or distribute this software for any
michael@0 4341 purpose with or without fee is hereby granted, provided that the above
michael@0 4342 copyright notice and this permission notice appear in all copies.
michael@0 4343
michael@0 4344 THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
michael@0 4345 WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
michael@0 4346 MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
michael@0 4347 ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
michael@0 4348 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
michael@0 4349 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
michael@0 4350 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
michael@0 4351 </pre>
michael@0 4352
michael@0 4353 <hr>
michael@0 4354
michael@0 4355 <h1><a id="xiph"></a>Xiph.org Foundation License</h1>
michael@0 4356
michael@0 4357 <p>This license applies to files in the following directories
michael@0 4358 with the specified copyright year ranges:</p>
michael@0 4359 <ul>
michael@0 4360 <li><span class="path">media/libogg/</span>, 2002</li>
michael@0 4361 <li><span class="path">media/libtheora/</span>, 2002-2007</li>
michael@0 4362 <li><span class="path">media/libvorbis/</span>, 2002-2004</li>
michael@0 4363 <li><span class="path">media/libtremor/</span>, 2002-2010</li>
michael@0 4364 <li><span class="path">media/libspeex_resampler/</span>, 2002-2008</li>
michael@0 4365 </ul>
michael@0 4366
michael@0 4367 <pre>
michael@0 4368 Copyright (c) &lt;year&gt;, Xiph.org Foundation
michael@0 4369
michael@0 4370 Redistribution and use in source and binary forms, with or without
michael@0 4371 modification, are permitted provided that the following conditions
michael@0 4372 are met:
michael@0 4373
michael@0 4374 - Redistributions of source code must retain the above copyright
michael@0 4375 notice, this list of conditions and the following disclaimer.
michael@0 4376
michael@0 4377 - Redistributions in binary form must reproduce the above copyright
michael@0 4378 notice, this list of conditions and the following disclaimer in the
michael@0 4379 documentation and/or other materials provided with the distribution.
michael@0 4380
michael@0 4381 - Neither the name of the Xiph.org Foundation nor the names of its
michael@0 4382 contributors may be used to endorse or promote products derived from
michael@0 4383 this software without specific prior written permission.
michael@0 4384
michael@0 4385 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
michael@0 4386 ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
michael@0 4387 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
michael@0 4388 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION
michael@0 4389 OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
michael@0 4390 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
michael@0 4391 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
michael@0 4392 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
michael@0 4393 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
michael@0 4394 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
michael@0 4395 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
michael@0 4396 </pre>
michael@0 4397
michael@0 4398
michael@0 4399 <hr>
michael@0 4400
michael@0 4401 <h1><a id="other-notices"></a>Other Required Notices</h1>
michael@0 4402
michael@0 4403 <ul>
michael@0 4404 <li>This software is based in part on the work of the Independent
michael@0 4405 JPEG Group.</li>
michael@0 4406 <li>Portions of the OS/2 and Android versions
michael@0 4407 of this software are copyright &copy;1996-2012
michael@0 4408 <a href="http://www.freetype.org/">The FreeType Project</a>.
michael@0 4409 All rights reserved.</li>
michael@0 4410 </ul>
michael@0 4411
michael@0 4412
michael@0 4413 <hr>
michael@0 4414
michael@0 4415 <h1><a id="optional-notices"></a>Optional Notices</h1>
michael@0 4416
michael@0 4417 <p>Some permissive software licenses request but do not require an
michael@0 4418 acknowledgement of the use of their software. We are very grateful
michael@0 4419 to the following people and projects for their contributions to
michael@0 4420 this product:</p>
michael@0 4421
michael@0 4422 <ul>
michael@0 4423 <li>The <a href="http://www.zlib.net/">zlib</a> compression library
michael@0 4424 (Jean-loup Gailly, Mark Adler and team)</li>
michael@0 4425 <li>The <a href="http://www.bzip.org/">bzip2</a> compression library
michael@0 4426 (Julian Seward)</li>
michael@0 4427 <li>The <a href="http://www.libpng.org/pub/png/">libpng</a> graphics library
michael@0 4428 (Glenn Randers-Pehrson and team)</li>
michael@0 4429 <li>The <a href="http://www.sqlite.org/">sqlite</a> database engine
michael@0 4430 (D. Richard Hipp and team)</li>
michael@0 4431 <li>The <a href="http://nsis.sourceforge.net/">Nullsoft Scriptable Install System</a>
michael@0 4432 (Amir Szekely and team)</li>
michael@0 4433 </ul>
michael@0 4434
michael@0 4435
michael@0 4436
michael@0 4437 #ifdef XP_WIN
michael@0 4438
michael@0 4439 <hr>
michael@0 4440
michael@0 4441 <h1><a id="proprietary-notices"></a>Proprietary Operating System Components</h1>
michael@0 4442
michael@0 4443 <p>Under some circumstances, under our
michael@0 4444 <a href="http://www.mozilla.org/foundation/licensing/binary-components/">binary components policy</a>,
michael@0 4445 Mozilla may decide to include additional
michael@0 4446 operating system vendor code with the installer of our products designed
michael@0 4447 for that vendor's proprietary platform, to make our products work well on
michael@0 4448 that specific operating system. The following license statements
michael@0 4449 apply to such inclusions.</p>
michael@0 4450
michael@0 4451 <h2><a id="directx"></a>Microsoft Windows: Terms for 'Microsoft Distributable Code'</h2>
michael@0 4452
michael@0 4453 <p>These terms apply to the following files;
michael@0 4454 they are referred to below as "Distributable Code":
michael@0 4455 <ul>
michael@0 4456 <li><span class="path">d3d*.dll</span> (Direct3D libraries)</li>
michael@0 4457 <li><span class="path">msvc*.dll</span> (C and C++ runtime libraries)</li>
michael@0 4458 </ul>
michael@0 4459 </p>
michael@0 4460
michael@0 4461 <pre>
michael@0 4462 Copyright (c) Microsoft Corporation.
michael@0 4463
michael@0 4464 The Distributable Code may be used and distributed only if you comply with the
michael@0 4465 following terms:
michael@0 4466
michael@0 4467 (i) You may use, copy, and distribute the Distributable Code only as part of
michael@0 4468 this product;
michael@0 4469 (ii) You may not use the Distributable Code on a platform other than Windows;
michael@0 4470 (iii) You may not alter any copyright, trademark or patent notice in the
michael@0 4471 Distributable Code;
michael@0 4472 (iv) You may not modify or distribute the source code of any Distributable
michael@0 4473 Code so that any part of the source code becomes subject to the MPL or
michael@0 4474 any other copyleft license;
michael@0 4475 (v) You must comply with any technical limitations in the Distributable Code
michael@0 4476 that only allow you to use it in certain ways; and
michael@0 4477 (vi) You must comply with all domestic and international export laws and
michael@0 4478 regulations that apply to the Distributable Code.
michael@0 4479 </pre>
michael@0 4480
michael@0 4481 #endif
michael@0 4482
michael@0 4483
michael@0 4484 <hr>
michael@0 4485
michael@0 4486 <p><a href="about:license#top">Return to top</a>.</p>
michael@0 4487
michael@0 4488 </body>
michael@0 4489 </html>
michael@0 4490

mercurial