1<!-- Generated by licenses.py; do not edit. --> 2<!DOCTYPE HTML> 3<html> 4<head> 5<meta charset="utf-8"> 6<title>Credits</title> 7<style> 8body { 9 font-family:Helvetica,Arial,sans-serif; 10 background-color:white; 11 font-size:84%; 12 max-width:1020px; 13} 14.page-title { 15 font-size:164%; 16 font-weight:bold; 17} 18.product { 19 background-color:#c3d9ff; 20 overflow:auto; 21 padding:2px; 22 margin-top:16px; 23 border-radius:5px; 24} 25.product .title { 26 font-size:110%; 27 font-weight:bold; 28 float:left; 29 margin:3px; 30} 31.product .homepage { 32 text-align:right; 33 float:right; 34 margin:3px; 35} 36.product .homepage:after { 37 content:" - "; 38} 39.product .show { 40 text-align:right; 41 float:right; 42 margin:3px; 43} 44.licence { 45 clear:both; 46 background-color:#e8eef7; 47 padding:16px; 48 border-radius:3px; 49 display:none; 50} 51.licence h3 { 52 margin-top:0px; 53} 54</style> 55<script> 56function $(o) {return document.getElementById(o);} 57function toggle(o) { 58 var licence = o.nextSibling; 59 60 while (licence.className != 'licence') { 61 if (!licence) return false; 62 licence = licence.nextSibling; 63 } 64 65 if (licence.style && licence.style.display == 'block') { 66 licence.style.display = 'none'; 67 o.innerHTML = 'show license'; 68 } else { 69 licence.style.display = 'block'; 70 o.innerHTML = 'hide license'; 71 } 72 return false; 73} 74</script> 75</head> 76<body> 77<span class="page-title" style="float:left;">Credits</span> 78<a href="javascript:window.print();" style="float:right;">Print</a> 79<div style="clear:both; overflow:auto;"><!-- Chromium <3s the following projects --> 80<div class="product"> 81<span class="title">David M. Gay's floating point routines</span> 82<a class="show" href="#" onclick="return toggle(this);">show license</a> 83<span class="homepage"><a href="http://www.netlib.org/fp/">homepage</a></span> 84<div class="licence"> 85<pre>/**************************************************************** 86 * 87 * The author of this software is David M. Gay. 88 * 89 * Copyright (c) 1991, 2000, 2001 by Lucent Technologies. 90 * 91 * Permission to use, copy, modify, and distribute this software for any 92 * purpose without fee is hereby granted, provided that this entire notice 93 * is included in all copies of any software which is or includes a copy 94 * or modification of this software and in all copies of the supporting 95 * documentation for such software. 96 * 97 * THIS SOFTWARE IS BEING PROVIDED "AS IS", WITHOUT ANY EXPRESS OR IMPLIED 98 * WARRANTY. IN PARTICULAR, NEITHER THE AUTHOR NOR LUCENT MAKES ANY 99 * REPRESENTATION OR WARRANTY OF ANY KIND CONCERNING THE MERCHANTABILITY 100 * OF THIS SOFTWARE OR ITS FITNESS FOR ANY PARTICULAR PURPOSE. 101 * 102 ***************************************************************/ 103</pre> 104</div> 105</div> 106 107 108<div class="product"> 109<span class="title">dynamic annotations</span> 110<a class="show" href="#" onclick="return toggle(this);">show license</a> 111<span class="homepage"><a href="http://code.google.com/p/data-race-test/wiki/DynamicAnnotations">homepage</a></span> 112<div class="licence"> 113<pre>/* Copyright (c) 2008-2009, Google Inc. 114 * All rights reserved. 115 * 116 * Redistribution and use in source and binary forms, with or without 117 * modification, are permitted provided that the following conditions are 118 * met: 119 * 120 * * Redistributions of source code must retain the above copyright 121 * notice, this list of conditions and the following disclaimer. 122 * * Neither the name of Google Inc. nor the names of its 123 * contributors may be used to endorse or promote products derived from 124 * this software without specific prior written permission. 125 * 126 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 127 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 128 * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 129 * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 130 * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 131 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT 132 * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 133 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 134 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 135 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 136 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 137 * 138 * --- 139 * Author: Kostya Serebryany 140 */ 141</pre> 142</div> 143</div> 144 145 146<div class="product"> 147<span class="title">Netscape Portable Runtime (NSPR)</span> 148<a class="show" href="#" onclick="return toggle(this);">show license</a> 149<span class="homepage"><a href="http://www.mozilla.org/projects/nspr/">homepage</a></span> 150<div class="licence"> 151<pre>/* ***** BEGIN LICENSE BLOCK ***** 152 * Version: MPL 1.1/GPL 2.0/LGPL 2.1 153 * 154 * The contents of this file are subject to the Mozilla Public License Version 155 * 1.1 (the "License"); you may not use this file except in compliance with 156 * the License. You may obtain a copy of the License at 157 * http://www.mozilla.org/MPL/ 158 * 159 * Software distributed under the License is distributed on an "AS IS" basis, 160 * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License 161 * for the specific language governing rights and limitations under the 162 * License. 163 * 164 * The Original Code is the Netscape Portable Runtime (NSPR). 165 * 166 * The Initial Developer of the Original Code is 167 * Netscape Communications Corporation. 168 * Portions created by the Initial Developer are Copyright (C) 1998-2000 169 * the Initial Developer. All Rights Reserved. 170 * 171 * Contributor(s): 172 * 173 * Alternatively, the contents of this file may be used under the terms of 174 * either the GNU General Public License Version 2 or later (the "GPL"), or 175 * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), 176 * in which case the provisions of the GPL or the LGPL are applicable instead 177 * of those above. If you wish to allow use of your version of this file only 178 * under the terms of either the GPL or the LGPL, and not to allow others to 179 * use your version of this file under the terms of the MPL, indicate your 180 * decision by deleting the provisions above and replace them with the notice 181 * and other provisions required by the GPL or the LGPL. If you do not delete 182 * the provisions above, a recipient may use your version of this file under 183 * the terms of any one of the MPL, the GPL or the LGPL. 184 * 185 * ***** END LICENSE BLOCK ***** */ 186</pre> 187</div> 188</div> 189 190 191<div class="product"> 192<span class="title">Network Security Services (NSS)</span> 193<a class="show" href="#" onclick="return toggle(this);">show license</a> 194<span class="homepage"><a href="http://www.mozilla.org/projects/security/pki/nss/">homepage</a></span> 195<div class="licence"> 196<pre>/* ***** BEGIN LICENSE BLOCK ***** 197 * Version: MPL 1.1/GPL 2.0/LGPL 2.1 198 * 199 * The contents of this file are subject to the Mozilla Public License Version 200 * 1.1 (the "License"); you may not use this file except in compliance with 201 * the License. You may obtain a copy of the License at 202 * http://www.mozilla.org/MPL/ 203 * 204 * Software distributed under the License is distributed on an "AS IS" basis, 205 * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License 206 * for the specific language governing rights and limitations under the 207 * License. 208 * 209 * The Original Code is the Netscape security libraries. 210 * 211 * The Initial Developer of the Original Code is 212 * Netscape Communications Corporation. 213 * Portions created by the Initial Developer are Copyright (C) 1994-2000 214 * the Initial Developer. All Rights Reserved. 215 * 216 * Contributor(s): 217 * 218 * Alternatively, the contents of this file may be used under the terms of 219 * either the GNU General Public License Version 2 or later (the "GPL"), or 220 * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), 221 * in which case the provisions of the GPL or the LGPL are applicable instead 222 * of those above. If you wish to allow use of your version of this file only 223 * under the terms of either the GPL or the LGPL, and not to allow others to 224 * use your version of this file under the terms of the MPL, indicate your 225 * decision by deleting the provisions above and replace them with the notice 226 * and other provisions required by the GPL or the LGPL. If you do not delete 227 * the provisions above, a recipient may use your version of this file under 228 * the terms of any one of the MPL, the GPL or the LGPL. 229 * 230 * ***** END LICENSE BLOCK ***** */ 231</pre> 232</div> 233</div> 234 235 236<div class="product"> 237<span class="title">purify headers</span> 238<a class="show" href="#" onclick="return toggle(this);">show license</a> 239<span class="homepage"><a href="http://www-01.ibm.com/software/awdtools/purify/">homepage</a></span> 240<div class="licence"> 241<pre>(C) Copyright IBM Corporation. 2006, 2006. All Rights Reserved. 242You may recompile and redistribute these definitions as required. 243</pre> 244</div> 245</div> 246 247 248<div class="product"> 249<span class="title">google-glog's symbolization library</span> 250<a class="show" href="#" onclick="return toggle(this);">show license</a> 251<span class="homepage"><a href="http://code.google.com/p/google-glog/">homepage</a></span> 252<div class="licence"> 253<pre>// Copyright (c) 2006, Google Inc. 254// All rights reserved. 255// 256// Redistribution and use in source and binary forms, with or without 257// modification, are permitted provided that the following conditions are 258// met: 259// 260// * Redistributions of source code must retain the above copyright 261// notice, this list of conditions and the following disclaimer. 262// * Redistributions in binary form must reproduce the above 263// copyright notice, this list of conditions and the following disclaimer 264// in the documentation and/or other materials provided with the 265// distribution. 266// * Neither the name of Google Inc. nor the names of its 267// contributors may be used to endorse or promote products derived from 268// this software without specific prior written permission. 269// 270// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 271// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 272// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 273// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 274// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 275// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT 276// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 277// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 278// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 279// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 280// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 281</pre> 282</div> 283</div> 284 285 286<div class="product"> 287<span class="title">valgrind</span> 288<a class="show" href="#" onclick="return toggle(this);">show license</a> 289<span class="homepage"><a href="http://valgrind.org">homepage</a></span> 290<div class="licence"> 291<pre> ---------------------------------------------------------------- 292 293 Notice that the following BSD-style license applies to this one 294 file (valgrind.h) only. The rest of Valgrind is licensed under the 295 terms of the GNU General Public License, version 2, unless 296 otherwise indicated. See the COPYING file in the source 297 distribution for details. 298 299 ---------------------------------------------------------------- 300 301 This file is part of Valgrind, a dynamic binary instrumentation 302 framework. 303 304 Copyright (C) 2000-2008 Julian Seward. All rights reserved. 305 306 Redistribution and use in source and binary forms, with or without 307 modification, are permitted provided that the following conditions 308 are met: 309 310 1. Redistributions of source code must retain the above copyright 311 notice, this list of conditions and the following disclaimer. 312 313 2. The origin of this software must not be misrepresented; you must 314 not claim that you wrote the original software. If you use this 315 software in a product, an acknowledgment in the product 316 documentation would be appreciated but is not required. 317 318 3. Altered source versions must be plainly marked as such, and must 319 not be misrepresented as being the original software. 320 321 4. The name of the author may not be used to endorse or promote 322 products derived from this software without specific prior written 323 permission. 324 325 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS 326 OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED 327 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 328 ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY 329 DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 330 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE 331 GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 332 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, 333 WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 334 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 335 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 336</pre> 337</div> 338</div> 339 340 341<div class="product"> 342<span class="title">xdg-mime</span> 343<a class="show" href="#" onclick="return toggle(this);">show license</a> 344<span class="homepage"><a href="http://portland.freedesktop.org/wiki/">homepage</a></span> 345<div class="licence"> 346<pre># Permission is hereby granted, free of charge, to any person obtaining a 347# copy of this software and associated documentation files (the "Software"), 348# to deal in the Software without restriction, including without limitation 349# the rights to use, copy, modify, merge, publish, distribute, sublicense, 350# and/or sell copies of the Software, and to permit persons to whom the 351# Software is furnished to do so, subject to the following conditions: 352# 353# The above copyright notice and this permission notice shall be included 354# in all copies or substantial portions of the Software. 355# 356# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 357# OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 358# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 359# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR 360# OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, 361# ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 362# OTHER DEALINGS IN THE SOFTWARE. 363</pre> 364</div> 365</div> 366 367 368<div class="product"> 369<span class="title">xdg-user-dirs</span> 370<a class="show" href="#" onclick="return toggle(this);">show license</a> 371<span class="homepage"><a href="http://www.freedesktop.org/wiki/Software/xdg-user-dirs">homepage</a></span> 372<div class="licence"> 373<pre> Copyright (c) 2007 Red Hat, inc 374 375 Permission is hereby granted, free of charge, to any person 376 obtaining a copy of this software and associated documentation files 377 (the "Software"), to deal in the Software without restriction, 378 including without limitation the rights to use, copy, modify, merge, 379 publish, distribute, sublicense, and/or sell copies of the Software, 380 and to permit persons to whom the Software is furnished to do so, 381 subject to the following conditions: 382 383 The above copyright notice and this permission notice shall be 384 included in all copies or substantial portions of the Software. 385 386 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 387 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 388 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 389 NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS 390 BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN 391 ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 392 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 393 SOFTWARE. 394</pre> 395</div> 396</div> 397 398 399<div class="product"> 400<span class="title">BSDiff</span> 401<a class="show" href="#" onclick="return toggle(this);">show license</a> 402<span class="homepage"><a href="http://www.daemonology.net/bsdiff/">homepage</a></span> 403<div class="licence"> 404<pre>Copyright 2003-2005 Colin Percival 405All rights reserved 406 407Redistribution and use in source and binary forms, with or without 408modification, are permitted providing that the following conditions 409are met: 4101. Redistributions of source code must retain the above copyright 411 notice, this list of conditions and the following disclaimer. 4122. Redistributions in binary form must reproduce the above copyright 413 notice, this list of conditions and the following disclaimer in the 414 documentation and/or other materials provided with the distribution. 415 416THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR 417IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED 418WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 419ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY 420DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 421DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 422OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 423HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, 424STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING 425IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 426POSSIBILITY OF SUCH DAMAGE. 427</pre> 428</div> 429</div> 430 431 432<div class="product"> 433<span class="title">XZ Utils</span> 434<a class="show" href="#" onclick="return toggle(this);">show license</a> 435<span class="homepage"><a href="http://tukaani.org/xz/">homepage</a></span> 436<div class="licence"> 437<pre>See http://src.chromium.org/viewvc/chrome/trunk/deps/third_party/xz/COPYING 438</pre> 439</div> 440</div> 441 442 443<div class="product"> 444<span class="title">google-jstemplate</span> 445<a class="show" href="#" onclick="return toggle(this);">show license</a> 446<span class="homepage"><a href="http://code.google.com/p/google-jstemplate/">homepage</a></span> 447<div class="licence"> 448<pre> 449 Apache License 450 Version 2.0, January 2004 451 http://www.apache.org/licenses/ 452 453 TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION 454 455 1. Definitions. 456 457 "License" shall mean the terms and conditions for use, reproduction, 458 and distribution as defined by Sections 1 through 9 of this document. 459 460 "Licensor" shall mean the copyright owner or entity authorized by 461 the copyright owner that is granting the License. 462 463 "Legal Entity" shall mean the union of the acting entity and all 464 other entities that control, are controlled by, or are under common 465 control with that entity. For the purposes of this definition, 466 "control" means (i) the power, direct or indirect, to cause the 467 direction or management of such entity, whether by contract or 468 otherwise, or (ii) ownership of fifty percent (50%) or more of the 469 outstanding shares, or (iii) beneficial ownership of such entity. 470 471 "You" (or "Your") shall mean an individual or Legal Entity 472 exercising permissions granted by this License. 473 474 "Source" form shall mean the preferred form for making modifications, 475 including but not limited to software source code, documentation 476 source, and configuration files. 477 478 "Object" form shall mean any form resulting from mechanical 479 transformation or translation of a Source form, including but 480 not limited to compiled object code, generated documentation, 481 and conversions to other media types. 482 483 "Work" shall mean the work of authorship, whether in Source or 484 Object form, made available under the License, as indicated by a 485 copyright notice that is included in or attached to the work 486 (an example is provided in the Appendix below). 487 488 "Derivative Works" shall mean any work, whether in Source or Object 489 form, that is based on (or derived from) the Work and for which the 490 editorial revisions, annotations, elaborations, or other modifications 491 represent, as a whole, an original work of authorship. For the purposes 492 of this License, Derivative Works shall not include works that remain 493 separable from, or merely link (or bind by name) to the interfaces of, 494 the Work and Derivative Works thereof. 495 496 "Contribution" shall mean any work of authorship, including 497 the original version of the Work and any modifications or additions 498 to that Work or Derivative Works thereof, that is intentionally 499 submitted to Licensor for inclusion in the Work by the copyright owner 500 or by an individual or Legal Entity authorized to submit on behalf of 501 the copyright owner. For the purposes of this definition, "submitted" 502 means any form of electronic, verbal, or written communication sent 503 to the Licensor or its representatives, including but not limited to 504 communication on electronic mailing lists, source code control systems, 505 and issue tracking systems that are managed by, or on behalf of, the 506 Licensor for the purpose of discussing and improving the Work, but 507 excluding communication that is conspicuously marked or otherwise 508 designated in writing by the copyright owner as "Not a Contribution." 509 510 "Contributor" shall mean Licensor and any individual or Legal Entity 511 on behalf of whom a Contribution has been received by Licensor and 512 subsequently incorporated within the Work. 513 514 2. Grant of Copyright License. Subject to the terms and conditions of 515 this License, each Contributor hereby grants to You a perpetual, 516 worldwide, non-exclusive, no-charge, royalty-free, irrevocable 517 copyright license to reproduce, prepare Derivative Works of, 518 publicly display, publicly perform, sublicense, and distribute the 519 Work and such Derivative Works in Source or Object form. 520 521 3. Grant of Patent License. Subject to the terms and conditions of 522 this License, each Contributor hereby grants to You a perpetual, 523 worldwide, non-exclusive, no-charge, royalty-free, irrevocable 524 (except as stated in this section) patent license to make, have made, 525 use, offer to sell, sell, import, and otherwise transfer the Work, 526 where such license applies only to those patent claims licensable 527 by such Contributor that are necessarily infringed by their 528 Contribution(s) alone or by combination of their Contribution(s) 529 with the Work to which such Contribution(s) was submitted. If You 530 institute patent litigation against any entity (including a 531 cross-claim or counterclaim in a lawsuit) alleging that the Work 532 or a Contribution incorporated within the Work constitutes direct 533 or contributory patent infringement, then any patent licenses 534 granted to You under this License for that Work shall terminate 535 as of the date such litigation is filed. 536 537 4. Redistribution. You may reproduce and distribute copies of the 538 Work or Derivative Works thereof in any medium, with or without 539 modifications, and in Source or Object form, provided that You 540 meet the following conditions: 541 542 (a) You must give any other recipients of the Work or 543 Derivative Works a copy of this License; and 544 545 (b) You must cause any modified files to carry prominent notices 546 stating that You changed the files; and 547 548 (c) You must retain, in the Source form of any Derivative Works 549 that You distribute, all copyright, patent, trademark, and 550 attribution notices from the Source form of the Work, 551 excluding those notices that do not pertain to any part of 552 the Derivative Works; and 553 554 (d) If the Work includes a "NOTICE" text file as part of its 555 distribution, then any Derivative Works that You distribute must 556 include a readable copy of the attribution notices contained 557 within such NOTICE file, excluding those notices that do not 558 pertain to any part of the Derivative Works, in at least one 559 of the following places: within a NOTICE text file distributed 560 as part of the Derivative Works; within the Source form or 561 documentation, if provided along with the Derivative Works; or, 562 within a display generated by the Derivative Works, if and 563 wherever such third-party notices normally appear. The contents 564 of the NOTICE file are for informational purposes only and 565 do not modify the License. You may add Your own attribution 566 notices within Derivative Works that You distribute, alongside 567 or as an addendum to the NOTICE text from the Work, provided 568 that such additional attribution notices cannot be construed 569 as modifying the License. 570 571 You may add Your own copyright statement to Your modifications and 572 may provide additional or different license terms and conditions 573 for use, reproduction, or distribution of Your modifications, or 574 for any such Derivative Works as a whole, provided Your use, 575 reproduction, and distribution of the Work otherwise complies with 576 the conditions stated in this License. 577 578 5. Submission of Contributions. Unless You explicitly state otherwise, 579 any Contribution intentionally submitted for inclusion in the Work 580 by You to the Licensor shall be under the terms and conditions of 581 this License, without any additional terms or conditions. 582 Notwithstanding the above, nothing herein shall supersede or modify 583 the terms of any separate license agreement you may have executed 584 with Licensor regarding such Contributions. 585 586 6. Trademarks. This License does not grant permission to use the trade 587 names, trademarks, service marks, or product names of the Licensor, 588 except as required for reasonable and customary use in describing the 589 origin of the Work and reproducing the content of the NOTICE file. 590 591 7. Disclaimer of Warranty. Unless required by applicable law or 592 agreed to in writing, Licensor provides the Work (and each 593 Contributor provides its Contributions) on an "AS IS" BASIS, 594 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or 595 implied, including, without limitation, any warranties or conditions 596 of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A 597 PARTICULAR PURPOSE. You are solely responsible for determining the 598 appropriateness of using or redistributing the Work and assume any 599 risks associated with Your exercise of permissions under this License. 600 601 8. Limitation of Liability. In no event and under no legal theory, 602 whether in tort (including negligence), contract, or otherwise, 603 unless required by applicable law (such as deliberate and grossly 604 negligent acts) or agreed to in writing, shall any Contributor be 605 liable to You for damages, including any direct, indirect, special, 606 incidental, or consequential damages of any character arising as a 607 result of this License or out of the use or inability to use the 608 Work (including but not limited to damages for loss of goodwill, 609 work stoppage, computer failure or malfunction, or any and all 610 other commercial damages or losses), even if such Contributor 611 has been advised of the possibility of such damages. 612 613 9. Accepting Warranty or Additional Liability. While redistributing 614 the Work or Derivative Works thereof, You may choose to offer, 615 and charge a fee for, acceptance of support, warranty, indemnity, 616 or other liability obligations and/or rights consistent with this 617 License. However, in accepting such obligations, You may act only 618 on Your own behalf and on Your sole responsibility, not on behalf 619 of any other Contributor, and only if You agree to indemnify, 620 defend, and hold each Contributor harmless for any liability 621 incurred by, or claims asserted against, such Contributor by reason 622 of your accepting any such warranty or additional liability. 623 624 END OF TERMS AND CONDITIONS 625 626 APPENDIX: How to apply the Apache License to your work. 627 628 To apply the Apache License to your work, attach the following 629 boilerplate notice, with the fields enclosed by brackets "[]" 630 replaced with your own identifying information. (Don't include 631 the brackets!) The text should be enclosed in the appropriate 632 comment syntax for the file format. We also recommend that a 633 file or class name and description of purpose be included on the 634 same "printed page" as the copyright notice for easier 635 identification within third-party archives. 636 637 Copyright [yyyy] [name of copyright owner] 638 639 Licensed under the Apache License, Version 2.0 (the "License"); 640 you may not use this file except in compliance with the License. 641 You may obtain a copy of the License at 642 643 http://www.apache.org/licenses/LICENSE-2.0 644 645 Unless required by applicable law or agreed to in writing, software 646 distributed under the License is distributed on an "AS IS" BASIS, 647 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 648 See the License for the specific language governing permissions and 649 limitations under the License. 650</pre> 651</div> 652</div> 653 654 655<div class="product"> 656<span class="title">Launchpad Translations</span> 657<a class="show" href="#" onclick="return toggle(this);">show license</a> 658<span class="homepage"><a href="http://people.ubuntu.com/~fta/chromium/translations/trunk/patched-files/chrome/app/resources/">homepage</a></span> 659<div class="licence"> 660<pre>Redistribution and use in source and binary forms, with or without 661modification, are permitted provided that the following conditions are 662met: 663 664 * Redistributions of source code must retain the above copyright 665 notice, this list of conditions and the following disclaimer. 666 667 * Redistributions in binary form must reproduce the above 668 copyright notice, this list of conditions and the following 669 disclaimer in the documentation and/or other materials provided 670 with the distribution. 671 672 * Neither the name of the copyright holders nor the names of its 673 contributors may be used to endorse or promote products derived 674 from this software without specific prior written permission. 675 676THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 677"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 678LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 679A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 680HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 681SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT 682LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 683DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 684THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 685(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 686OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 687</pre> 688</div> 689</div> 690 691 692<div class="product"> 693<span class="title">Mozilla Personal Security Manager</span> 694<a class="show" href="#" onclick="return toggle(this);">show license</a> 695<span class="homepage"><a href="http://mxr.mozilla.org/mozilla-central/source/security/manager/">homepage</a></span> 696<div class="licence"> 697<pre>/* ***** BEGIN LICENSE BLOCK ***** 698 * Version: MPL 1.1/GPL 2.0/LGPL 2.1 699 * 700 * The contents of this file are subject to the Mozilla Public License Version 701 * 1.1 (the "License"); you may not use this file except in compliance with 702 * the License. You may obtain a copy of the License at 703 * http://www.mozilla.org/MPL/ 704 * 705 * Software distributed under the License is distributed on an "AS IS" basis, 706 * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License 707 * for the specific language governing rights and limitations under the 708 * License. 709 * 710 * The Original Code is the Netscape security libraries. 711 * 712 * The Initial Developer of the Original Code is 713 * Netscape Communications Corporation. 714 * Portions created by the Initial Developer are Copyright (C) 2000 715 * the Initial Developer. All Rights Reserved. 716 * 717 * Contributor(s): 718 * 719 * Alternatively, the contents of this file may be used under the terms of 720 * either the GNU General Public License Version 2 or later (the "GPL"), or 721 * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), 722 * in which case the provisions of the GPL or the LGPL are applicable instead 723 * of those above. If you wish to allow use of your version of this file only 724 * under the terms of either the GPL or the LGPL, and not to allow others to 725 * use your version of this file under the terms of the MPL, indicate your 726 * decision by deleting the provisions above and replace them with the notice 727 * and other provisions required by the GPL or the LGPL. If you do not delete 728 * the provisions above, a recipient may use your version of this file under 729 * the terms of any one of the MPL, the GPL or the LGPL. 730 * 731 * ***** END LICENSE BLOCK ***** */ 732</pre> 733</div> 734</div> 735 736 737<div class="product"> 738<span class="title">gssapi</span> 739<a class="show" href="#" onclick="return toggle(this);">show license</a> 740<span class="homepage"><a href="https://hg.mozilla.org/mozilla-central/file/05f3c68e73c9/extensions/auth/gssapi.h">homepage</a></span> 741<div class="licence"> 742<pre>Copyright 1993 by OpenVision Technologies, Inc. 743 744Permission to use, copy, modify, distribute, and sell this software 745and its documentation for any purpose is hereby granted without fee, 746provided that the above copyright notice appears in all copies and 747that both that copyright notice and this permission notice appear in 748supporting documentation, and that the name of OpenVision not be used 749in advertising or publicity pertaining to distribution of the software 750without specific, written prior permission. OpenVision makes no 751representations about the suitability of this software for any 752purpose. It is provided "as is" without express or implied warranty. 753 754OPENVISION DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 755INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 756EVENT SHALL OPENVISION BE LIABLE FOR ANY SPECIAL, INDIRECT OR 757CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF 758USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR 759OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 760PERFORMANCE OF THIS SOFTWARE. 761</pre> 762</div> 763</div> 764 765 766<div class="product"> 767<span class="title">Google Toolbox for Mac</span> 768<a class="show" href="#" onclick="return toggle(this);">show license</a> 769<span class="homepage"><a href="http://code.google.com/p/google-toolbox-for-mac/">homepage</a></span> 770<div class="licence"> 771<pre> 772 Apache License 773 Version 2.0, January 2004 774 http://www.apache.org/licenses/ 775 776 TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION 777 778 1. Definitions. 779 780 "License" shall mean the terms and conditions for use, reproduction, 781 and distribution as defined by Sections 1 through 9 of this document. 782 783 "Licensor" shall mean the copyright owner or entity authorized by 784 the copyright owner that is granting the License. 785 786 "Legal Entity" shall mean the union of the acting entity and all 787 other entities that control, are controlled by, or are under common 788 control with that entity. For the purposes of this definition, 789 "control" means (i) the power, direct or indirect, to cause the 790 direction or management of such entity, whether by contract or 791 otherwise, or (ii) ownership of fifty percent (50%) or more of the 792 outstanding shares, or (iii) beneficial ownership of such entity. 793 794 "You" (or "Your") shall mean an individual or Legal Entity 795 exercising permissions granted by this License. 796 797 "Source" form shall mean the preferred form for making modifications, 798 including but not limited to software source code, documentation 799 source, and configuration files. 800 801 "Object" form shall mean any form resulting from mechanical 802 transformation or translation of a Source form, including but 803 not limited to compiled object code, generated documentation, 804 and conversions to other media types. 805 806 "Work" shall mean the work of authorship, whether in Source or 807 Object form, made available under the License, as indicated by a 808 copyright notice that is included in or attached to the work 809 (an example is provided in the Appendix below). 810 811 "Derivative Works" shall mean any work, whether in Source or Object 812 form, that is based on (or derived from) the Work and for which the 813 editorial revisions, annotations, elaborations, or other modifications 814 represent, as a whole, an original work of authorship. For the purposes 815 of this License, Derivative Works shall not include works that remain 816 separable from, or merely link (or bind by name) to the interfaces of, 817 the Work and Derivative Works thereof. 818 819 "Contribution" shall mean any work of authorship, including 820 the original version of the Work and any modifications or additions 821 to that Work or Derivative Works thereof, that is intentionally 822 submitted to Licensor for inclusion in the Work by the copyright owner 823 or by an individual or Legal Entity authorized to submit on behalf of 824 the copyright owner. For the purposes of this definition, "submitted" 825 means any form of electronic, verbal, or written communication sent 826 to the Licensor or its representatives, including but not limited to 827 communication on electronic mailing lists, source code control systems, 828 and issue tracking systems that are managed by, or on behalf of, the 829 Licensor for the purpose of discussing and improving the Work, but 830 excluding communication that is conspicuously marked or otherwise 831 designated in writing by the copyright owner as "Not a Contribution." 832 833 "Contributor" shall mean Licensor and any individual or Legal Entity 834 on behalf of whom a Contribution has been received by Licensor and 835 subsequently incorporated within the Work. 836 837 2. Grant of Copyright License. Subject to the terms and conditions of 838 this License, each Contributor hereby grants to You a perpetual, 839 worldwide, non-exclusive, no-charge, royalty-free, irrevocable 840 copyright license to reproduce, prepare Derivative Works of, 841 publicly display, publicly perform, sublicense, and distribute the 842 Work and such Derivative Works in Source or Object form. 843 844 3. Grant of Patent License. Subject to the terms and conditions of 845 this License, each Contributor hereby grants to You a perpetual, 846 worldwide, non-exclusive, no-charge, royalty-free, irrevocable 847 (except as stated in this section) patent license to make, have made, 848 use, offer to sell, sell, import, and otherwise transfer the Work, 849 where such license applies only to those patent claims licensable 850 by such Contributor that are necessarily infringed by their 851 Contribution(s) alone or by combination of their Contribution(s) 852 with the Work to which such Contribution(s) was submitted. If You 853 institute patent litigation against any entity (including a 854 cross-claim or counterclaim in a lawsuit) alleging that the Work 855 or a Contribution incorporated within the Work constitutes direct 856 or contributory patent infringement, then any patent licenses 857 granted to You under this License for that Work shall terminate 858 as of the date such litigation is filed. 859 860 4. Redistribution. You may reproduce and distribute copies of the 861 Work or Derivative Works thereof in any medium, with or without 862 modifications, and in Source or Object form, provided that You 863 meet the following conditions: 864 865 (a) You must give any other recipients of the Work or 866 Derivative Works a copy of this License; and 867 868 (b) You must cause any modified files to carry prominent notices 869 stating that You changed the files; and 870 871 (c) You must retain, in the Source form of any Derivative Works 872 that You distribute, all copyright, patent, trademark, and 873 attribution notices from the Source form of the Work, 874 excluding those notices that do not pertain to any part of 875 the Derivative Works; and 876 877 (d) If the Work includes a "NOTICE" text file as part of its 878 distribution, then any Derivative Works that You distribute must 879 include a readable copy of the attribution notices contained 880 within such NOTICE file, excluding those notices that do not 881 pertain to any part of the Derivative Works, in at least one 882 of the following places: within a NOTICE text file distributed 883 as part of the Derivative Works; within the Source form or 884 documentation, if provided along with the Derivative Works; or, 885 within a display generated by the Derivative Works, if and 886 wherever such third-party notices normally appear. The contents 887 of the NOTICE file are for informational purposes only and 888 do not modify the License. You may add Your own attribution 889 notices within Derivative Works that You distribute, alongside 890 or as an addendum to the NOTICE text from the Work, provided 891 that such additional attribution notices cannot be construed 892 as modifying the License. 893 894 You may add Your own copyright statement to Your modifications and 895 may provide additional or different license terms and conditions 896 for use, reproduction, or distribution of Your modifications, or 897 for any such Derivative Works as a whole, provided Your use, 898 reproduction, and distribution of the Work otherwise complies with 899 the conditions stated in this License. 900 901 5. Submission of Contributions. Unless You explicitly state otherwise, 902 any Contribution intentionally submitted for inclusion in the Work 903 by You to the Licensor shall be under the terms and conditions of 904 this License, without any additional terms or conditions. 905 Notwithstanding the above, nothing herein shall supersede or modify 906 the terms of any separate license agreement you may have executed 907 with Licensor regarding such Contributions. 908 909 6. Trademarks. This License does not grant permission to use the trade 910 names, trademarks, service marks, or product names of the Licensor, 911 except as required for reasonable and customary use in describing the 912 origin of the Work and reproducing the content of the NOTICE file. 913 914 7. Disclaimer of Warranty. Unless required by applicable law or 915 agreed to in writing, Licensor provides the Work (and each 916 Contributor provides its Contributions) on an "AS IS" BASIS, 917 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or 918 implied, including, without limitation, any warranties or conditions 919 of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A 920 PARTICULAR PURPOSE. You are solely responsible for determining the 921 appropriateness of using or redistributing the Work and assume any 922 risks associated with Your exercise of permissions under this License. 923 924 8. Limitation of Liability. In no event and under no legal theory, 925 whether in tort (including negligence), contract, or otherwise, 926 unless required by applicable law (such as deliberate and grossly 927 negligent acts) or agreed to in writing, shall any Contributor be 928 liable to You for damages, including any direct, indirect, special, 929 incidental, or consequential damages of any character arising as a 930 result of this License or out of the use or inability to use the 931 Work (including but not limited to damages for loss of goodwill, 932 work stoppage, computer failure or malfunction, or any and all 933 other commercial damages or losses), even if such Contributor 934 has been advised of the possibility of such damages. 935 936 9. Accepting Warranty or Additional Liability. While redistributing 937 the Work or Derivative Works thereof, You may choose to offer, 938 and charge a fee for, acceptance of support, warranty, indemnity, 939 or other liability obligations and/or rights consistent with this 940 License. However, in accepting such obligations, You may act only 941 on Your own behalf and on Your sole responsibility, not on behalf 942 of any other Contributor, and only if You agree to indemnify, 943 defend, and hold each Contributor harmless for any liability 944 incurred by, or claims asserted against, such Contributor by reason 945 of your accepting any such warranty or additional liability. 946 947 END OF TERMS AND CONDITIONS 948 949 APPENDIX: How to apply the Apache License to your work. 950 951 To apply the Apache License to your work, attach the following 952 boilerplate notice, with the fields enclosed by brackets "[]" 953 replaced with your own identifying information. (Don't include 954 the brackets!) The text should be enclosed in the appropriate 955 comment syntax for the file format. We also recommend that a 956 file or class name and description of purpose be included on the 957 same "printed page" as the copyright notice for easier 958 identification within third-party archives. 959 960 Copyright 2007 Google Inc. 961 962 Licensed under the Apache License, Version 2.0 (the "License"); 963 you may not use this file except in compliance with the License. 964 You may obtain a copy of the License at 965 966 http://www.apache.org/licenses/LICENSE-2.0 967 968 Unless required by applicable law or agreed to in writing, software 969 distributed under the License is distributed on an "AS IS" BASIS, 970 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 971 See the License for the specific language governing permissions and 972 limitations under the License.</pre> 973</div> 974</div> 975 976 977<div class="product"> 978<span class="title">WebKit</span> 979<a class="show" href="#" onclick="return toggle(this);">show license</a> 980<span class="homepage"><a href="http://webkit.org/">homepage</a></span> 981<div class="licence"> 982<pre>(WebKit doesn't distribute an explicit license. This LICENSE is derived from 983license text in the source.) 984 985Copyright (c) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 9862006, 2007 Alexander Kellett, Alexey Proskuryakov, Alex Mathews, Allan 987Sandfeld Jensen, Alp Toker, Anders Carlsson, Andrew Wellington, Antti 988Koivisto, Apple Inc., Arthur Langereis, Baron Schwartz, Bjoern Graf, 989Brent Fulgham, Cameron Zwarich, Charles Samuels, Christian Dywan, 990Collabora Ltd., Cyrus Patel, Daniel Molkentin, Dave Maclachlan, David 991Smith, Dawit Alemayehu, Dirk Mueller, Dirk Schulze, Don Gibson, Enrico 992Ros, Eric Seidel, Frederik Holljen, Frerich Raabe, Friedmann Kleint, 993George Staikos, Google Inc., Graham Dennis, Harri Porten, Henry Mason, 994Hiroyuki Ikezoe, Holger Hans Peter Freyther, IBM, James G. Speth, Jan 995Alonzo, Jean-Loup Gailly, John Reis, Jonas Witt, Jon Shier, Jonas 996Witt, Julien Chaffraix, Justin Haygood, Kevin Ollivier, Kevin Watters, 997Kimmo Kinnunen, Kouhei Sutou, Krzysztof Kowalczyk, Lars Knoll, Luca 998Bruno, Maks Orlovich, Malte Starostik, Mark Adler, Martin Jones, 999Marvin Decker, Matt Lilek, Michael Emmel, Mitz Pettel, mozilla.org, 1000Netscape Communications Corporation, Nicholas Shanks, Nikolas 1001Zimmermann, Nokia, Oliver Hunt, Opened Hand, Paul Johnston, Peter 1002Kelly, Pioneer Research Center USA, Rich Moore, Rob Buis, Robin Dunn, 1003Ronald Tschalär, Samuel Weinig, Simon Hausmann, Staikos Computing 1004Services Inc., Stefan Schimanski, Symantec Corporation, The Dojo 1005Foundation, The Karbon Developers, Thomas Boyer, Tim Copperfield, 1006Tobias Anton, Torben Weis, Trolltech, University of Cambridge, Vaclav 1007Slavik, Waldo Bastian, Xan Lopez, Zack Rusin 1008 1009The terms and conditions vary from file to file, but are one of: 1010 1011Redistribution and use in source and binary forms, with or without 1012modification, are permitted provided that the following conditions are 1013met: 1014 10151. Redistributions of source code must retain the above copyright 1016 notice, this list of conditions and the following disclaimer. 1017 10182. Redistributions in binary form must reproduce the above copyright 1019 notice, this list of conditions and the following disclaimer in the 1020 documentation and/or other materials provided with the 1021 distribution. 1022 1023*OR* 1024 1025Redistribution and use in source and binary forms, with or without 1026modification, are permitted provided that the following conditions are 1027met: 1028 10291. Redistributions of source code must retain the above copyright 1030 notice, this list of conditions and the following disclaimer. 10312. Redistributions in binary form must reproduce the above copyright 1032 notice, this list of conditions and the following disclaimer in the 1033 documentation and/or other materials provided with the 1034 distribution. 10353. Neither the name of Apple Computer, Inc. ("Apple") nor the names of 1036 its contributors may be used to endorse or promote products derived 1037 from this software without specific prior written permission. 1038 1039THIS SOFTWARE IS PROVIDED BY APPLE COMPUTER, INC. ``AS IS'' AND ANY 1040EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 1041IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 1042PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL APPLE COMPUTER, INC. OR 1043CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 1044EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 1045PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 1046PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY 1047 1048OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 1049(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 1050OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 1051 1052 1053 GNU LIBRARY GENERAL PUBLIC LICENSE 1054 Version 2, June 1991 1055 1056 Copyright (C) 1991 Free Software Foundation, Inc. 1057 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 1058 Everyone is permitted to copy and distribute verbatim copies 1059 of this license document, but changing it is not allowed. 1060 1061[This is the first released version of the library GPL. It is 1062 numbered 2 because it goes with version 2 of the ordinary GPL.] 1063 1064 Preamble 1065 1066 The licenses for most software are designed to take away your 1067freedom to share and change it. By contrast, the GNU General Public 1068Licenses are intended to guarantee your freedom to share and change 1069free software--to make sure the software is free for all its users. 1070 1071 This license, the Library General Public License, applies to some 1072specially designated Free Software Foundation software, and to any 1073other libraries whose authors decide to use it. You can use it for 1074your libraries, too. 1075 1076 When we speak of free software, we are referring to freedom, not 1077price. Our General Public Licenses are designed to make sure that you 1078have the freedom to distribute copies of free software (and charge for 1079this service if you wish), that you receive source code or can get it 1080if you want it, that you can change the software or use pieces of it 1081in new free programs; and that you know you can do these things. 1082 1083 To protect your rights, we need to make restrictions that forbid 1084anyone to deny you these rights or to ask you to surrender the rights. 1085These restrictions translate to certain responsibilities for you if 1086you distribute copies of the library, or if you modify it. 1087 1088 For example, if you distribute copies of the library, whether gratis 1089or for a fee, you must give the recipients all the rights that we gave 1090you. You must make sure that they, too, receive or can get the source 1091code. If you link a program with the library, you must provide 1092complete object files to the recipients so that they can relink them 1093with the library, after making changes to the library and recompiling 1094it. And you must show them these terms so they know their rights. 1095 1096 Our method of protecting your rights has two steps: (1) copyright 1097the library, and (2) offer you this license which gives you legal 1098permission to copy, distribute and/or modify the library. 1099 1100 Also, for each distributor's protection, we want to make certain 1101that everyone understands that there is no warranty for this free 1102library. If the library is modified by someone else and passed on, we 1103want its recipients to know that what they have is not the original 1104version, so that any problems introduced by others will not reflect on 1105the original authors' reputations. 1106 1107 Finally, any free program is threatened constantly by software 1108patents. We wish to avoid the danger that companies distributing free 1109software will individually obtain patent licenses, thus in effect 1110transforming the program into proprietary software. To prevent this, 1111we have made it clear that any patent must be licensed for everyone's 1112free use or not licensed at all. 1113 1114 Most GNU software, including some libraries, is covered by the ordinary 1115GNU General Public License, which was designed for utility programs. This 1116license, the GNU Library General Public License, applies to certain 1117designated libraries. This license is quite different from the ordinary 1118one; be sure to read it in full, and don't assume that anything in it is 1119the same as in the ordinary license. 1120 1121 The reason we have a separate public license for some libraries is that 1122they blur the distinction we usually make between modifying or adding to a 1123program and simply using it. Linking a program with a library, without 1124changing the library, is in some sense simply using the library, and is 1125analogous to running a utility program or application program. However, in 1126a textual and legal sense, the linked executable is a combined work, a 1127derivative of the original library, and the ordinary General Public License 1128treats it as such. 1129 1130 Because of this blurred distinction, using the ordinary General 1131Public License for libraries did not effectively promote software 1132sharing, because most developers did not use the libraries. We 1133concluded that weaker conditions might promote sharing better. 1134 1135 However, unrestricted linking of non-free programs would deprive the 1136users of those programs of all benefit from the free status of the 1137libraries themselves. This Library General Public License is intended to 1138permit developers of non-free programs to use free libraries, while 1139preserving your freedom as a user of such programs to change the free 1140libraries that are incorporated in them. (We have not seen how to achieve 1141this as regards changes in header files, but we have achieved it as regards 1142changes in the actual functions of the Library.) The hope is that this 1143will lead to faster development of free libraries. 1144 1145 The precise terms and conditions for copying, distribution and 1146modification follow. Pay close attention to the difference between a 1147"work based on the library" and a "work that uses the library". The 1148former contains code derived from the library, while the latter only 1149works together with the library. 1150 1151 Note that it is possible for a library to be covered by the ordinary 1152General Public License rather than by this special one. 1153 1154 GNU LIBRARY GENERAL PUBLIC LICENSE 1155 TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 1156 1157 0. This License Agreement applies to any software library which 1158contains a notice placed by the copyright holder or other authorized 1159party saying it may be distributed under the terms of this Library 1160General Public License (also called "this License"). Each licensee is 1161addressed as "you". 1162 1163 A "library" means a collection of software functions and/or data 1164prepared so as to be conveniently linked with application programs 1165(which use some of those functions and data) to form executables. 1166 1167 The "Library", below, refers to any such software library or work 1168which has been distributed under these terms. A "work based on the 1169Library" means either the Library or any derivative work under 1170copyright law: that is to say, a work containing the Library or a 1171portion of it, either verbatim or with modifications and/or translated 1172straightforwardly into another language. (Hereinafter, translation is 1173included without limitation in the term "modification".) 1174 1175 "Source code" for a work means the preferred form of the work for 1176making modifications to it. For a library, complete source code means 1177all the source code for all modules it contains, plus any associated 1178interface definition files, plus the scripts used to control compilation 1179and installation of the library. 1180 1181 Activities other than copying, distribution and modification are not 1182covered by this License; they are outside its scope. The act of 1183running a program using the Library is not restricted, and output from 1184such a program is covered only if its contents constitute a work based 1185on the Library (independent of the use of the Library in a tool for 1186writing it). Whether that is true depends on what the Library does 1187and what the program that uses the Library does. 1188 1189 1. You may copy and distribute verbatim copies of the Library's 1190complete source code as you receive it, in any medium, provided that 1191you conspicuously and appropriately publish on each copy an 1192appropriate copyright notice and disclaimer of warranty; keep intact 1193all the notices that refer to this License and to the absence of any 1194warranty; and distribute a copy of this License along with the 1195Library. 1196 1197 You may charge a fee for the physical act of transferring a copy, 1198and you may at your option offer warranty protection in exchange for a 1199fee. 1200 1201 2. You may modify your copy or copies of the Library or any portion 1202of it, thus forming a work based on the Library, and copy and 1203distribute such modifications or work under the terms of Section 1 1204above, provided that you also meet all of these conditions: 1205 1206 a) The modified work must itself be a software library. 1207 1208 b) You must cause the files modified to carry prominent notices 1209 stating that you changed the files and the date of any change. 1210 1211 c) You must cause the whole of the work to be licensed at no 1212 charge to all third parties under the terms of this License. 1213 1214 d) If a facility in the modified Library refers to a function or a 1215 table of data to be supplied by an application program that uses 1216 the facility, other than as an argument passed when the facility 1217 is invoked, then you must make a good faith effort to ensure that, 1218 in the event an application does not supply such function or 1219 table, the facility still operates, and performs whatever part of 1220 its purpose remains meaningful. 1221 1222 (For example, a function in a library to compute square roots has 1223 a purpose that is entirely well-defined independent of the 1224 application. Therefore, Subsection 2d requires that any 1225 application-supplied function or table used by this function must 1226 be optional: if the application does not supply it, the square 1227 root function must still compute square roots.) 1228 1229These requirements apply to the modified work as a whole. If 1230identifiable sections of that work are not derived from the Library, 1231and can be reasonably considered independent and separate works in 1232themselves, then this License, and its terms, do not apply to those 1233sections when you distribute them as separate works. But when you 1234distribute the same sections as part of a whole which is a work based 1235on the Library, the distribution of the whole must be on the terms of 1236this License, whose permissions for other licensees extend to the 1237entire whole, and thus to each and every part regardless of who wrote 1238it. 1239 1240Thus, it is not the intent of this section to claim rights or contest 1241your rights to work written entirely by you; rather, the intent is to 1242exercise the right to control the distribution of derivative or 1243collective works based on the Library. 1244 1245In addition, mere aggregation of another work not based on the Library 1246with the Library (or with a work based on the Library) on a volume of 1247a storage or distribution medium does not bring the other work under 1248the scope of this License. 1249 1250 3. You may opt to apply the terms of the ordinary GNU General Public 1251License instead of this License to a given copy of the Library. To do 1252this, you must alter all the notices that refer to this License, so 1253that they refer to the ordinary GNU General Public License, version 2, 1254instead of to this License. (If a newer version than version 2 of the 1255ordinary GNU General Public License has appeared, then you can specify 1256that version instead if you wish.) Do not make any other change in 1257these notices. 1258 1259 Once this change is made in a given copy, it is irreversible for 1260that copy, so the ordinary GNU General Public License applies to all 1261subsequent copies and derivative works made from that copy. 1262 1263 This option is useful when you wish to copy part of the code of 1264the Library into a program that is not a library. 1265 1266 4. You may copy and distribute the Library (or a portion or 1267derivative of it, under Section 2) in object code or executable form 1268under the terms of Sections 1 and 2 above provided that you accompany 1269it with the complete corresponding machine-readable source code, which 1270must be distributed under the terms of Sections 1 and 2 above on a 1271medium customarily used for software interchange. 1272 1273 If distribution of object code is made by offering access to copy 1274from a designated place, then offering equivalent access to copy the 1275source code from the same place satisfies the requirement to 1276distribute the source code, even though third parties are not 1277compelled to copy the source along with the object code. 1278 1279 5. A program that contains no derivative of any portion of the 1280Library, but is designed to work with the Library by being compiled or 1281linked with it, is called a "work that uses the Library". Such a 1282work, in isolation, is not a derivative work of the Library, and 1283therefore falls outside the scope of this License. 1284 1285 However, linking a "work that uses the Library" with the Library 1286creates an executable that is a derivative of the Library (because it 1287contains portions of the Library), rather than a "work that uses the 1288library". The executable is therefore covered by this License. 1289Section 6 states terms for distribution of such executables. 1290 1291 When a "work that uses the Library" uses material from a header file 1292that is part of the Library, the object code for the work may be a 1293derivative work of the Library even though the source code is not. 1294Whether this is true is especially significant if the work can be 1295linked without the Library, or if the work is itself a library. The 1296threshold for this to be true is not precisely defined by law. 1297 1298 If such an object file uses only numerical parameters, data 1299structure layouts and accessors, and small macros and small inline 1300functions (ten lines or less in length), then the use of the object 1301file is unrestricted, regardless of whether it is legally a derivative 1302work. (Executables containing this object code plus portions of the 1303Library will still fall under Section 6.) 1304 1305 Otherwise, if the work is a derivative of the Library, you may 1306distribute the object code for the work under the terms of Section 6. 1307Any executables containing that work also fall under Section 6, 1308whether or not they are linked directly with the Library itself. 1309 1310 6. As an exception to the Sections above, you may also compile or 1311link a "work that uses the Library" with the Library to produce a 1312work containing portions of the Library, and distribute that work 1313under terms of your choice, provided that the terms permit 1314modification of the work for the customer's own use and reverse 1315engineering for debugging such modifications. 1316 1317 You must give prominent notice with each copy of the work that the 1318Library is used in it and that the Library and its use are covered by 1319this License. You must supply a copy of this License. If the work 1320during execution displays copyright notices, you must include the 1321copyright notice for the Library among them, as well as a reference 1322directing the user to the copy of this License. Also, you must do one 1323of these things: 1324 1325 a) Accompany the work with the complete corresponding 1326 machine-readable source code for the Library including whatever 1327 changes were used in the work (which must be distributed under 1328 Sections 1 and 2 above); and, if the work is an executable linked 1329 with the Library, with the complete machine-readable "work that 1330 uses the Library", as object code and/or source code, so that the 1331 user can modify the Library and then relink to produce a modified 1332 executable containing the modified Library. (It is understood 1333 that the user who changes the contents of definitions files in the 1334 Library will not necessarily be able to recompile the application 1335 to use the modified definitions.) 1336 1337 b) Accompany the work with a written offer, valid for at 1338 least three years, to give the same user the materials 1339 specified in Subsection 6a, above, for a charge no more 1340 than the cost of performing this distribution. 1341 1342 c) If distribution of the work is made by offering access to copy 1343 from a designated place, offer equivalent access to copy the above 1344 specified materials from the same place. 1345 1346 d) Verify that the user has already received a copy of these 1347 materials or that you have already sent this user a copy. 1348 1349 For an executable, the required form of the "work that uses the 1350Library" must include any data and utility programs needed for 1351reproducing the executable from it. However, as a special exception, 1352the source code distributed need not include anything that is normally 1353distributed (in either source or binary form) with the major 1354components (compiler, kernel, and so on) of the operating system on 1355which the executable runs, unless that component itself accompanies 1356the executable. 1357 1358 It may happen that this requirement contradicts the license 1359restrictions of other proprietary libraries that do not normally 1360accompany the operating system. Such a contradiction means you cannot 1361use both them and the Library together in an executable that you 1362distribute. 1363 1364 7. You may place library facilities that are a work based on the 1365Library side-by-side in a single library together with other library 1366facilities not covered by this License, and distribute such a combined 1367library, provided that the separate distribution of the work based on 1368the Library and of the other library facilities is otherwise 1369permitted, and provided that you do these two things: 1370 1371 a) Accompany the combined library with a copy of the same work 1372 based on the Library, uncombined with any other library 1373 facilities. This must be distributed under the terms of the 1374 Sections above. 1375 1376 b) Give prominent notice with the combined library of the fact 1377 that part of it is a work based on the Library, and explaining 1378 where to find the accompanying uncombined form of the same work. 1379 1380 8. You may not copy, modify, sublicense, link with, or distribute 1381the Library except as expressly provided under this License. Any 1382attempt otherwise to copy, modify, sublicense, link with, or 1383distribute the Library is void, and will automatically terminate your 1384rights under this License. However, parties who have received copies, 1385or rights, from you under this License will not have their licenses 1386terminated so long as such parties remain in full compliance. 1387 1388 9. You are not required to accept this License, since you have not 1389signed it. However, nothing else grants you permission to modify or 1390distribute the Library or its derivative works. These actions are 1391prohibited by law if you do not accept this License. Therefore, by 1392modifying or distributing the Library (or any work based on the 1393Library), you indicate your acceptance of this License to do so, and 1394all its terms and conditions for copying, distributing or modifying 1395the Library or works based on it. 1396 1397 10. Each time you redistribute the Library (or any work based on the 1398Library), the recipient automatically receives a license from the 1399original licensor to copy, distribute, link with or modify the Library 1400subject to these terms and conditions. You may not impose any further 1401restrictions on the recipients' exercise of the rights granted herein. 1402You are not responsible for enforcing compliance by third parties to 1403this License. 1404 1405 11. If, as a consequence of a court judgment or allegation of patent 1406infringement or for any other reason (not limited to patent issues), 1407conditions are imposed on you (whether by court order, agreement or 1408otherwise) that contradict the conditions of this License, they do not 1409excuse you from the conditions of this License. If you cannot 1410distribute so as to satisfy simultaneously your obligations under this 1411License and any other pertinent obligations, then as a consequence you 1412may not distribute the Library at all. For example, if a patent 1413license would not permit royalty-free redistribution of the Library by 1414all those who receive copies directly or indirectly through you, then 1415the only way you could satisfy both it and this License would be to 1416refrain entirely from distribution of the Library. 1417 1418If any portion of this section is held invalid or unenforceable under any 1419particular circumstance, the balance of the section is intended to apply, 1420and the section as a whole is intended to apply in other circumstances. 1421 1422It is not the purpose of this section to induce you to infringe any 1423patents or other property right claims or to contest validity of any 1424such claims; this section has the sole purpose of protecting the 1425integrity of the free software distribution system which is 1426implemented by public license practices. Many people have made 1427generous contributions to the wide range of software distributed 1428through that system in reliance on consistent application of that 1429system; it is up to the author/donor to decide if he or she is willing 1430to distribute software through any other system and a licensee cannot 1431impose that choice. 1432 1433This section is intended to make thoroughly clear what is believed to 1434be a consequence of the rest of this License. 1435 1436 12. If the distribution and/or use of the Library is restricted in 1437certain countries either by patents or by copyrighted interfaces, the 1438original copyright holder who places the Library under this License may add 1439an explicit geographical distribution limitation excluding those countries, 1440so that distribution is permitted only in or among countries not thus 1441excluded. In such case, this License incorporates the limitation as if 1442written in the body of this License. 1443 1444 13. The Free Software Foundation may publish revised and/or new 1445versions of the Library General Public License from time to time. 1446Such new versions will be similar in spirit to the present version, 1447but may differ in detail to address new problems or concerns. 1448 1449Each version is given a distinguishing version number. If the Library 1450specifies a version number of this License which applies to it and 1451"any later version", you have the option of following the terms and 1452conditions either of that version or of any later version published by 1453the Free Software Foundation. If the Library does not specify a 1454license version number, you may choose any version ever published by 1455the Free Software Foundation. 1456 1457 14. If you wish to incorporate parts of the Library into other free 1458programs whose distribution conditions are incompatible with these, 1459write to the author to ask for permission. For software which is 1460copyrighted by the Free Software Foundation, write to the Free 1461Software Foundation; we sometimes make exceptions for this. Our 1462decision will be guided by the two goals of preserving the free status 1463of all derivatives of our free software and of promoting the sharing 1464and reuse of software generally. 1465 1466 NO WARRANTY 1467 1468 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO 1469WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW. 1470EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR 1471OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY 1472KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE 1473IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 1474PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE 1475LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME 1476THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. 1477 1478 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN 1479WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY 1480AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU 1481FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR 1482CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE 1483LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING 1484RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A 1485FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF 1486SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH 1487DAMAGES. 1488 1489 END OF TERMS AND CONDITIONS 1490 1491 GNU LESSER GENERAL PUBLIC LICENSE 1492 Version 2.1, February 1999 1493 1494 Copyright (C) 1991, 1999 Free Software Foundation, Inc. 1495 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 1496 Everyone is permitted to copy and distribute verbatim copies 1497 of this license document, but changing it is not allowed. 1498 1499[This is the first released version of the Lesser GPL. It also counts 1500 as the successor of the GNU Library Public License, version 2, hence 1501 the version number 2.1.] 1502 1503 Preamble 1504 1505 The licenses for most software are designed to take away your 1506freedom to share and change it. By contrast, the GNU General Public 1507Licenses are intended to guarantee your freedom to share and change 1508free software--to make sure the software is free for all its users. 1509 1510 This license, the Lesser General Public License, applies to some 1511specially designated software packages--typically libraries--of the 1512Free Software Foundation and other authors who decide to use it. You 1513can use it too, but we suggest you first think carefully about whether 1514this license or the ordinary General Public License is the better 1515strategy to use in any particular case, based on the explanations below. 1516 1517 When we speak of free software, we are referring to freedom of use, 1518not price. Our General Public Licenses are designed to make sure that 1519you have the freedom to distribute copies of free software (and charge 1520for this service if you wish); that you receive source code or can get 1521it if you want it; that you can change the software and use pieces of 1522it in new free programs; and that you are informed that you can do 1523these things. 1524 1525 To protect your rights, we need to make restrictions that forbid 1526distributors to deny you these rights or to ask you to surrender these 1527rights. These restrictions translate to certain responsibilities for 1528you if you distribute copies of the library or if you modify it. 1529 1530 For example, if you distribute copies of the library, whether gratis 1531or for a fee, you must give the recipients all the rights that we gave 1532you. You must make sure that they, too, receive or can get the source 1533code. If you link other code with the library, you must provide 1534complete object files to the recipients, so that they can relink them 1535with the library after making changes to the library and recompiling 1536it. And you must show them these terms so they know their rights. 1537 1538 We protect your rights with a two-step method: (1) we copyright the 1539library, and (2) we offer you this license, which gives you legal 1540permission to copy, distribute and/or modify the library. 1541 1542 To protect each distributor, we want to make it very clear that 1543there is no warranty for the free library. Also, if the library is 1544modified by someone else and passed on, the recipients should know 1545that what they have is not the original version, so that the original 1546author's reputation will not be affected by problems that might be 1547introduced by others. 1548 1549 Finally, software patents pose a constant threat to the existence of 1550any free program. We wish to make sure that a company cannot 1551effectively restrict the users of a free program by obtaining a 1552restrictive license from a patent holder. Therefore, we insist that 1553any patent license obtained for a version of the library must be 1554consistent with the full freedom of use specified in this license. 1555 1556 Most GNU software, including some libraries, is covered by the 1557ordinary GNU General Public License. This license, the GNU Lesser 1558General Public License, applies to certain designated libraries, and 1559is quite different from the ordinary General Public License. We use 1560this license for certain libraries in order to permit linking those 1561libraries into non-free programs. 1562 1563 When a program is linked with a library, whether statically or using 1564a shared library, the combination of the two is legally speaking a 1565combined work, a derivative of the original library. The ordinary 1566General Public License therefore permits such linking only if the 1567entire combination fits its criteria of freedom. The Lesser General 1568Public License permits more lax criteria for linking other code with 1569the library. 1570 1571 We call this license the "Lesser" General Public License because it 1572does Less to protect the user's freedom than the ordinary General 1573Public License. It also provides other free software developers Less 1574of an advantage over competing non-free programs. These disadvantages 1575are the reason we use the ordinary General Public License for many 1576libraries. However, the Lesser license provides advantages in certain 1577special circumstances. 1578 1579 For example, on rare occasions, there may be a special need to 1580encourage the widest possible use of a certain library, so that it becomes 1581a de-facto standard. To achieve this, non-free programs must be 1582allowed to use the library. A more frequent case is that a free 1583library does the same job as widely used non-free libraries. In this 1584case, there is little to gain by limiting the free library to free 1585software only, so we use the Lesser General Public License. 1586 1587 In other cases, permission to use a particular library in non-free 1588programs enables a greater number of people to use a large body of 1589free software. For example, permission to use the GNU C Library in 1590non-free programs enables many more people to use the whole GNU 1591operating system, as well as its variant, the GNU/Linux operating 1592system. 1593 1594 Although the Lesser General Public License is Less protective of the 1595users' freedom, it does ensure that the user of a program that is 1596linked with the Library has the freedom and the wherewithal to run 1597that program using a modified version of the Library. 1598 1599 The precise terms and conditions for copying, distribution and 1600modification follow. Pay close attention to the difference between a 1601"work based on the library" and a "work that uses the library". The 1602former contains code derived from the library, whereas the latter must 1603be combined with the library in order to run. 1604 1605 GNU LESSER GENERAL PUBLIC LICENSE 1606 TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 1607 1608 0. This License Agreement applies to any software library or other 1609program which contains a notice placed by the copyright holder or 1610other authorized party saying it may be distributed under the terms of 1611this Lesser General Public License (also called "this License"). 1612Each licensee is addressed as "you". 1613 1614 A "library" means a collection of software functions and/or data 1615prepared so as to be conveniently linked with application programs 1616(which use some of those functions and data) to form executables. 1617 1618 The "Library", below, refers to any such software library or work 1619which has been distributed under these terms. A "work based on the 1620Library" means either the Library or any derivative work under 1621copyright law: that is to say, a work containing the Library or a 1622portion of it, either verbatim or with modifications and/or translated 1623straightforwardly into another language. (Hereinafter, translation is 1624included without limitation in the term "modification".) 1625 1626 "Source code" for a work means the preferred form of the work for 1627making modifications to it. For a library, complete source code means 1628all the source code for all modules it contains, plus any associated 1629interface definition files, plus the scripts used to control compilation 1630and installation of the library. 1631 1632 Activities other than copying, distribution and modification are not 1633covered by this License; they are outside its scope. The act of 1634running a program using the Library is not restricted, and output from 1635such a program is covered only if its contents constitute a work based 1636on the Library (independent of the use of the Library in a tool for 1637writing it). Whether that is true depends on what the Library does 1638and what the program that uses the Library does. 1639 1640 1. You may copy and distribute verbatim copies of the Library's 1641complete source code as you receive it, in any medium, provided that 1642you conspicuously and appropriately publish on each copy an 1643appropriate copyright notice and disclaimer of warranty; keep intact 1644all the notices that refer to this License and to the absence of any 1645warranty; and distribute a copy of this License along with the 1646Library. 1647 1648 You may charge a fee for the physical act of transferring a copy, 1649and you may at your option offer warranty protection in exchange for a 1650fee. 1651 1652 2. You may modify your copy or copies of the Library or any portion 1653of it, thus forming a work based on the Library, and copy and 1654distribute such modifications or work under the terms of Section 1 1655above, provided that you also meet all of these conditions: 1656 1657 a) The modified work must itself be a software library. 1658 1659 b) You must cause the files modified to carry prominent notices 1660 stating that you changed the files and the date of any change. 1661 1662 c) You must cause the whole of the work to be licensed at no 1663 charge to all third parties under the terms of this License. 1664 1665 d) If a facility in the modified Library refers to a function or a 1666 table of data to be supplied by an application program that uses 1667 the facility, other than as an argument passed when the facility 1668 is invoked, then you must make a good faith effort to ensure that, 1669 in the event an application does not supply such function or 1670 table, the facility still operates, and performs whatever part of 1671 its purpose remains meaningful. 1672 1673 (For example, a function in a library to compute square roots has 1674 a purpose that is entirely well-defined independent of the 1675 application. Therefore, Subsection 2d requires that any 1676 application-supplied function or table used by this function must 1677 be optional: if the application does not supply it, the square 1678 root function must still compute square roots.) 1679 1680These requirements apply to the modified work as a whole. If 1681identifiable sections of that work are not derived from the Library, 1682and can be reasonably considered independent and separate works in 1683themselves, then this License, and its terms, do not apply to those 1684sections when you distribute them as separate works. But when you 1685distribute the same sections as part of a whole which is a work based 1686on the Library, the distribution of the whole must be on the terms of 1687this License, whose permissions for other licensees extend to the 1688entire whole, and thus to each and every part regardless of who wrote 1689it. 1690 1691Thus, it is not the intent of this section to claim rights or contest 1692your rights to work written entirely by you; rather, the intent is to 1693exercise the right to control the distribution of derivative or 1694collective works based on the Library. 1695 1696In addition, mere aggregation of another work not based on the Library 1697with the Library (or with a work based on the Library) on a volume of 1698a storage or distribution medium does not bring the other work under 1699the scope of this License. 1700 1701 3. You may opt to apply the terms of the ordinary GNU General Public 1702License instead of this License to a given copy of the Library. To do 1703this, you must alter all the notices that refer to this License, so 1704that they refer to the ordinary GNU General Public License, version 2, 1705instead of to this License. (If a newer version than version 2 of the 1706ordinary GNU General Public License has appeared, then you can specify 1707that version instead if you wish.) Do not make any other change in 1708these notices. 1709 1710 Once this change is made in a given copy, it is irreversible for 1711that copy, so the ordinary GNU General Public License applies to all 1712subsequent copies and derivative works made from that copy. 1713 1714 This option is useful when you wish to copy part of the code of 1715the Library into a program that is not a library. 1716 1717 4. You may copy and distribute the Library (or a portion or 1718derivative of it, under Section 2) in object code or executable form 1719under the terms of Sections 1 and 2 above provided that you accompany 1720it with the complete corresponding machine-readable source code, which 1721must be distributed under the terms of Sections 1 and 2 above on a 1722medium customarily used for software interchange. 1723 1724 If distribution of object code is made by offering access to copy 1725from a designated place, then offering equivalent access to copy the 1726source code from the same place satisfies the requirement to 1727distribute the source code, even though third parties are not 1728compelled to copy the source along with the object code. 1729 1730 5. A program that contains no derivative of any portion of the 1731Library, but is designed to work with the Library by being compiled or 1732linked with it, is called a "work that uses the Library". Such a 1733work, in isolation, is not a derivative work of the Library, and 1734therefore falls outside the scope of this License. 1735 1736 However, linking a "work that uses the Library" with the Library 1737creates an executable that is a derivative of the Library (because it 1738contains portions of the Library), rather than a "work that uses the 1739library". The executable is therefore covered by this License. 1740Section 6 states terms for distribution of such executables. 1741 1742 When a "work that uses the Library" uses material from a header file 1743that is part of the Library, the object code for the work may be a 1744derivative work of the Library even though the source code is not. 1745Whether this is true is especially significant if the work can be 1746linked without the Library, or if the work is itself a library. The 1747threshold for this to be true is not precisely defined by law. 1748 1749 If such an object file uses only numerical parameters, data 1750structure layouts and accessors, and small macros and small inline 1751functions (ten lines or less in length), then the use of the object 1752file is unrestricted, regardless of whether it is legally a derivative 1753work. (Executables containing this object code plus portions of the 1754Library will still fall under Section 6.) 1755 1756 Otherwise, if the work is a derivative of the Library, you may 1757distribute the object code for the work under the terms of Section 6. 1758Any executables containing that work also fall under Section 6, 1759whether or not they are linked directly with the Library itself. 1760 1761 6. As an exception to the Sections above, you may also combine or 1762link a "work that uses the Library" with the Library to produce a 1763work containing portions of the Library, and distribute that work 1764under terms of your choice, provided that the terms permit 1765modification of the work for the customer's own use and reverse 1766engineering for debugging such modifications. 1767 1768 You must give prominent notice with each copy of the work that the 1769Library is used in it and that the Library and its use are covered by 1770this License. You must supply a copy of this License. If the work 1771during execution displays copyright notices, you must include the 1772copyright notice for the Library among them, as well as a reference 1773directing the user to the copy of this License. Also, you must do one 1774of these things: 1775 1776 a) Accompany the work with the complete corresponding 1777 machine-readable source code for the Library including whatever 1778 changes were used in the work (which must be distributed under 1779 Sections 1 and 2 above); and, if the work is an executable linked 1780 with the Library, with the complete machine-readable "work that 1781 uses the Library", as object code and/or source code, so that the 1782 user can modify the Library and then relink to produce a modified 1783 executable containing the modified Library. (It is understood 1784 that the user who changes the contents of definitions files in the 1785 Library will not necessarily be able to recompile the application 1786 to use the modified definitions.) 1787 1788 b) Use a suitable shared library mechanism for linking with the 1789 Library. A suitable mechanism is one that (1) uses at run time a 1790 copy of the library already present on the user's computer system, 1791 rather than copying library functions into the executable, and (2) 1792 will operate properly with a modified version of the library, if 1793 the user installs one, as long as the modified version is 1794 interface-compatible with the version that the work was made with. 1795 1796 c) Accompany the work with a written offer, valid for at 1797 least three years, to give the same user the materials 1798 specified in Subsection 6a, above, for a charge no more 1799 than the cost of performing this distribution. 1800 1801 d) If distribution of the work is made by offering access to copy 1802 from a designated place, offer equivalent access to copy the above 1803 specified materials from the same place. 1804 1805 e) Verify that the user has already received a copy of these 1806 materials or that you have already sent this user a copy. 1807 1808 For an executable, the required form of the "work that uses the 1809Library" must include any data and utility programs needed for 1810reproducing the executable from it. However, as a special exception, 1811the materials to be distributed need not include anything that is 1812normally distributed (in either source or binary form) with the major 1813components (compiler, kernel, and so on) of the operating system on 1814which the executable runs, unless that component itself accompanies 1815the executable. 1816 1817 It may happen that this requirement contradicts the license 1818restrictions of other proprietary libraries that do not normally 1819accompany the operating system. Such a contradiction means you cannot 1820use both them and the Library together in an executable that you 1821distribute. 1822 1823 7. You may place library facilities that are a work based on the 1824Library side-by-side in a single library together with other library 1825facilities not covered by this License, and distribute such a combined 1826library, provided that the separate distribution of the work based on 1827the Library and of the other library facilities is otherwise 1828permitted, and provided that you do these two things: 1829 1830 a) Accompany the combined library with a copy of the same work 1831 based on the Library, uncombined with any other library 1832 facilities. This must be distributed under the terms of the 1833 Sections above. 1834 1835 b) Give prominent notice with the combined library of the fact 1836 that part of it is a work based on the Library, and explaining 1837 where to find the accompanying uncombined form of the same work. 1838 1839 8. You may not copy, modify, sublicense, link with, or distribute 1840the Library except as expressly provided under this License. Any 1841attempt otherwise to copy, modify, sublicense, link with, or 1842distribute the Library is void, and will automatically terminate your 1843rights under this License. However, parties who have received copies, 1844or rights, from you under this License will not have their licenses 1845terminated so long as such parties remain in full compliance. 1846 1847 9. You are not required to accept this License, since you have not 1848signed it. However, nothing else grants you permission to modify or 1849distribute the Library or its derivative works. These actions are 1850prohibited by law if you do not accept this License. Therefore, by 1851modifying or distributing the Library (or any work based on the 1852Library), you indicate your acceptance of this License to do so, and 1853all its terms and conditions for copying, distributing or modifying 1854the Library or works based on it. 1855 1856 10. Each time you redistribute the Library (or any work based on the 1857Library), the recipient automatically receives a license from the 1858original licensor to copy, distribute, link with or modify the Library 1859subject to these terms and conditions. You may not impose any further 1860restrictions on the recipients' exercise of the rights granted herein. 1861You are not responsible for enforcing compliance by third parties with 1862this License. 1863 1864 11. If, as a consequence of a court judgment or allegation of patent 1865infringement or for any other reason (not limited to patent issues), 1866conditions are imposed on you (whether by court order, agreement or 1867otherwise) that contradict the conditions of this License, they do not 1868excuse you from the conditions of this License. If you cannot 1869distribute so as to satisfy simultaneously your obligations under this 1870License and any other pertinent obligations, then as a consequence you 1871may not distribute the Library at all. For example, if a patent 1872license would not permit royalty-free redistribution of the Library by 1873all those who receive copies directly or indirectly through you, then 1874the only way you could satisfy both it and this License would be to 1875refrain entirely from distribution of the Library. 1876 1877If any portion of this section is held invalid or unenforceable under any 1878particular circumstance, the balance of the section is intended to apply, 1879and the section as a whole is intended to apply in other circumstances. 1880 1881It is not the purpose of this section to induce you to infringe any 1882patents or other property right claims or to contest validity of any 1883such claims; this section has the sole purpose of protecting the 1884integrity of the free software distribution system which is 1885implemented by public license practices. Many people have made 1886generous contributions to the wide range of software distributed 1887through that system in reliance on consistent application of that 1888system; it is up to the author/donor to decide if he or she is willing 1889to distribute software through any other system and a licensee cannot 1890impose that choice. 1891 1892This section is intended to make thoroughly clear what is believed to 1893be a consequence of the rest of this License. 1894 1895 12. If the distribution and/or use of the Library is restricted in 1896certain countries either by patents or by copyrighted interfaces, the 1897original copyright holder who places the Library under this License may add 1898an explicit geographical distribution limitation excluding those countries, 1899so that distribution is permitted only in or among countries not thus 1900excluded. In such case, this License incorporates the limitation as if 1901written in the body of this License. 1902 1903 13. The Free Software Foundation may publish revised and/or new 1904versions of the Lesser General Public License from time to time. 1905Such new versions will be similar in spirit to the present version, 1906but may differ in detail to address new problems or concerns. 1907 1908Each version is given a distinguishing version number. If the Library 1909specifies a version number of this License which applies to it and 1910"any later version", you have the option of following the terms and 1911conditions either of that version or of any later version published by 1912the Free Software Foundation. If the Library does not specify a 1913license version number, you may choose any version ever published by 1914the Free Software Foundation. 1915 1916 14. If you wish to incorporate parts of the Library into other free 1917programs whose distribution conditions are incompatible with these, 1918write to the author to ask for permission. For software which is 1919copyrighted by the Free Software Foundation, write to the Free 1920Software Foundation; we sometimes make exceptions for this. Our 1921decision will be guided by the two goals of preserving the free status 1922of all derivatives of our free software and of promoting the sharing 1923and reuse of software generally. 1924 1925 NO WARRANTY 1926 1927 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO 1928WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW. 1929EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR 1930OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY 1931KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE 1932IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 1933PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE 1934LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME 1935THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. 1936 1937 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN 1938WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY 1939AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU 1940FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR 1941CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE 1942LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING 1943RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A 1944FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF 1945SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH 1946DAMAGES. 1947 1948 END OF TERMS AND CONDITIONS 1949</pre> 1950</div> 1951</div> 1952 1953 1954<div class="product"> 1955<span class="title">ActiveX Scripting SDK</span> 1956<a class="show" href="#" onclick="return toggle(this);">show license</a> 1957<span class="homepage"><a href="http://support.microsoft.com/kb/223389">homepage</a></span> 1958<div class="licence"> 1959<pre>THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS 1960 1961PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS 1962 1963ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES 1964 1965OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO 1966 1967EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR 1968 1969ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, 1970 1971CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF 1972 1973MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE 1974 1975POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION 1976 1977OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES 1978 1979SO THE FOREGOING LIMITATION MAY NOT APPLY. 1980 1981 1982 1983MICROSOFT DOES NOT WARRANT THAT THE FUNCTIONS FOR THE LICENSED SOFTWARE 1984 1985OR CODE CONTAINED IN THE KNOWLEDGE BASE WILL MEET YOUR REQUIREMENTS, OR 1986 1987THAT THE OPERATION OF THE LICENSED SOFTWARE OR CODE WILL BE UNINTERRUPTED 1988 1989OR ERROR-FREE, OR THAT DEFECTS IN THE LICENSED SOFTWARE OR CODE CAN BE 1990 1991CORRECTED. FURTHERMORE, MICROSOFT DOES NOT WARRANT OR MAKE ANY 1992 1993REPRESENTATIONS REGARDING THE USE OR THE RESULTS OF THE USE OF THE LICENSED 1994 1995SOFTWARE, CODE OR RELATED DOCUMENTATION IN TERMS OF THEIR CORRECTNESS, 1996 1997ACCURACY, RELIABILITY, OR OTHERWISE. NO ORAL OR WRITTEN INFORMATION OR ADVICE 1998 1999GIVEN BY MICROSOFT OR ITS AUTHORIZED REPRESENTATIVES SHALL CREATE A WARRANTY 2000 2001OR IN ANY WAY INCREASE THE SCOPE OF THIS WARRANTY. SHOULD THE LICENSED 2002 2003SOFTWARE OR CODE PROVE DEFECTIVE AFTER MICROSOFT HAS DELIVERED THE SAME, 2004 2005YOU, AND YOU ALONE, SHALL ASSUME THE ENTIRE COST ASSOCIATED WITH ALL 2006 2007NECESSARY SERVICING, REPAIR OR CORRECTION. 2008 2009 2010 2011</pre> 2012</div> 2013</div> 2014 2015 2016<div class="product"> 2017<span class="title">Almost Native Graphics Layer Engine</span> 2018<a class="show" href="#" onclick="return toggle(this);">show license</a> 2019<span class="homepage"><a href="http://code.google.com/p/angleproject/">homepage</a></span> 2020<div class="licence"> 2021<pre>// Copyright (C) 2002-2010 The ANGLE Project Authors. 2022// All rights reserved. 2023// 2024// Redistribution and use in source and binary forms, with or without 2025// modification, are permitted provided that the following conditions 2026// are met: 2027// 2028// Redistributions of source code must retain the above copyright 2029// notice, this list of conditions and the following disclaimer. 2030// 2031// Redistributions in binary form must reproduce the above 2032// copyright notice, this list of conditions and the following 2033// disclaimer in the documentation and/or other materials provided 2034// with the distribution. 2035// 2036// Neither the name of TransGaming Inc., Google Inc., 3DLabs Inc. 2037// Ltd., nor the names of their contributors may be used to endorse 2038// or promote products derived from this software without specific 2039// prior written permission. 2040// 2041// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 2042// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 2043// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS 2044// FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE 2045// COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, 2046// INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, 2047// BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; 2048// LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER 2049// CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 2050// LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN 2051// ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 2052// POSSIBILITY OF SUCH DAMAGE. 2053</pre> 2054</div> 2055</div> 2056 2057 2058<div class="product"> 2059<span class="title">Apple sample code</span> 2060<a class="show" href="#" onclick="return toggle(this);">show license</a> 2061<span class="homepage"><a href="http://developer.apple.com/">homepage</a></span> 2062<div class="licence"> 2063<pre>Disclaimer: IMPORTANT: This Apple software is supplied to you by Apple 2064Inc. ("Apple") in consideration of your agreement to the following 2065terms, and your use, installation, modification or redistribution of 2066this Apple software constitutes acceptance of these terms. If you do 2067not agree with these terms, please do not use, install, modify or 2068redistribute this Apple software. 2069 2070In consideration of your agreement to abide by the following terms, and 2071subject to these terms, Apple grants you a personal, non-exclusive 2072license, under Apple's copyrights in this original Apple software (the 2073"Apple Software"), to use, reproduce, modify and redistribute the Apple 2074Software, with or without modifications, in source and/or binary forms; 2075provided that if you redistribute the Apple Software in its entirety and 2076without modifications, you must retain this notice and the following 2077text and disclaimers in all such redistributions of the Apple Software. 2078Neither the name, trademarks, service marks or logos of Apple Inc. may 2079be used to endorse or promote products derived from the Apple Software 2080without specific prior written permission from Apple. Except as 2081expressly stated in this notice, no other rights or licenses, express or 2082implied, are granted by Apple herein, including but not limited to any 2083patent rights that may be infringed by your derivative works or by other 2084works in which the Apple Software may be incorporated. 2085 2086The Apple Software is provided by Apple on an "AS IS" basis. APPLE 2087MAKES NO WARRANTIES, EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION 2088THE IMPLIED WARRANTIES OF NON-INFRINGEMENT, MERCHANTABILITY AND FITNESS 2089FOR A PARTICULAR PURPOSE, REGARDING THE APPLE SOFTWARE OR ITS USE AND 2090OPERATION ALONE OR IN COMBINATION WITH YOUR PRODUCTS. 2091 2092IN NO EVENT SHALL APPLE BE LIABLE FOR ANY SPECIAL, INDIRECT, INCIDENTAL 2093OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 2094SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 2095INTERRUPTION) ARISING IN ANY WAY OUT OF THE USE, REPRODUCTION, 2096MODIFICATION AND/OR DISTRIBUTION OF THE APPLE SOFTWARE, HOWEVER CAUSED 2097AND WHETHER UNDER THEORY OF CONTRACT, TORT (INCLUDING NEGLIGENCE), 2098STRICT LIABILITY OR OTHERWISE, EVEN IF APPLE HAS BEEN ADVISED OF THE 2099POSSIBILITY OF SUCH DAMAGE. 2100 2101Copyright (C) 2009 Apple Inc. All Rights Reserved.</pre> 2102</div> 2103</div> 2104 2105 2106<div class="product"> 2107<span class="title">Darwin</span> 2108<a class="show" href="#" onclick="return toggle(this);">show license</a> 2109<span class="homepage"><a href="http://www.opensource.apple.com/">homepage</a></span> 2110<div class="licence"> 2111<pre>APPLE PUBLIC SOURCE LICENSE Version 2.0 - August 6, 2003 2112 2113Please read this License carefully before downloading this software. By 2114downloading or using this software, you are agreeing to be bound by the terms of 2115this License. If you do not or cannot agree to the terms of this License, 2116please do not download or use the software. 2117 2118Apple Note: In January 2007, Apple changed its corporate name from "Apple 2119Computer, Inc." to "Apple Inc." This change has been reflected below and 2120copyright years updated, but no other changes have been made to the APSL 2.0. 2121 21221. General; Definitions. This License applies to any program or other work 2123which Apple Inc. ("Apple") makes publicly available and which contains a notice 2124placed by Apple identifying such program or work as "Original Code" and stating 2125that it is subject to the terms of this Apple Public Source License version 2.0 2126("License"). As used in this License: 2127 21281.1 "Applicable Patent Rights" mean: (a) in the case where Apple is the 2129grantor of rights, (i) claims of patents that are now or hereafter acquired, 2130owned by or assigned to Apple and (ii) that cover subject matter contained in 2131the Original Code, but only to the extent necessary to use, reproduce and/or 2132distribute the Original Code without infringement; and (b) in the case where You 2133are the grantor of rights, (i) claims of patents that are now or hereafter 2134acquired, owned by or assigned to You and (ii) that cover subject matter in Your 2135Modifications, taken alone or in combination with Original Code. 2136 21371.2 "Contributor" means any person or entity that creates or contributes to the 2138creation of Modifications. 2139 21401.3 "Covered Code" means the Original Code, Modifications, the combination of 2141Original Code and any Modifications, and/or any respective portions thereof. 2142 21431.4 "Externally Deploy" means: (a) to sublicense, distribute or otherwise make 2144Covered Code available, directly or indirectly, to anyone other than You; and/or 2145(b) to use Covered Code, alone or as part of a Larger Work, in any way to 2146provide a service, including but not limited to delivery of content, through 2147electronic communication with a client other than You. 2148 21491.5 "Larger Work" means a work which combines Covered Code or portions thereof 2150with code not governed by the terms of this License. 2151 21521.6 "Modifications" mean any addition to, deletion from, and/or change to, the 2153substance and/or structure of the Original Code, any previous Modifications, the 2154combination of Original Code and any previous Modifications, and/or any 2155respective portions thereof. When code is released as a series of files, a 2156Modification is: (a) any addition to or deletion from the contents of a file 2157containing Covered Code; and/or (b) any new file or other representation of 2158computer program statements that contains any part of Covered Code. 2159 21601.7 "Original Code" means (a) the Source Code of a program or other work as 2161originally made available by Apple under this License, including the Source Code 2162of any updates or upgrades to such programs or works made available by Apple 2163under this License, and that has been expressly identified by Apple as such in 2164the header file(s) of such work; and (b) the object code compiled from such 2165Source Code and originally made available by Apple under this License 2166 21671.8 "Source Code" means the human readable form of a program or other work that 2168is suitable for making modifications to it, including all modules it contains, 2169plus any associated interface definition files, scripts used to control 2170compilation and installation of an executable (object code). 2171 21721.9 "You" or "Your" means an individual or a legal entity exercising rights 2173under this License. For legal entities, "You" or "Your" includes any entity 2174which controls, is controlled by, or is under common control with, You, where 2175"control" means (a) the power, direct or indirect, to cause the direction or 2176management of such entity, whether by contract or otherwise, or (b) ownership of 2177fifty percent (50%) or more of the outstanding shares or beneficial ownership of 2178such entity. 2179 21802. Permitted Uses; Conditions & Restrictions. Subject to the terms and 2181conditions of this License, Apple hereby grants You, effective on the date You 2182accept this License and download the Original Code, a world-wide, royalty-free, 2183non-exclusive license, to the extent of Apple's Applicable Patent Rights and 2184copyrights covering the Original Code, to do the following: 2185 21862.1 Unmodified Code. You may use, reproduce, display, perform, internally 2187distribute within Your organization, and Externally Deploy verbatim, unmodified 2188copies of the Original Code, for commercial or non-commercial purposes, provided 2189that in each instance: 2190 2191(a) You must retain and reproduce in all copies of Original Code the copyright 2192and other proprietary notices and disclaimers of Apple as they appear in the 2193Original Code, and keep intact all notices in the Original Code that refer to 2194this License; and 2195 2196(b) You must include a copy of this License with every copy of Source Code of 2197Covered Code and documentation You distribute or Externally Deploy, and You may 2198not offer or impose any terms on such Source Code that alter or restrict this 2199License or the recipients' rights hereunder, except as permitted under Section 22006. 2201 22022.2 Modified Code. You may modify Covered Code and use, reproduce, display, 2203perform, internally distribute within Your organization, and Externally Deploy 2204Your Modifications and Covered Code, for commercial or non-commercial purposes, 2205provided that in each instance You also meet all of these conditions: 2206 2207(a) You must satisfy all the conditions of Section 2.1 with respect to the 2208Source Code of the Covered Code; 2209 2210(b) You must duplicate, to the extent it does not already exist, the notice in 2211Exhibit A in each file of the Source Code of all Your Modifications, and cause 2212the modified files to carry prominent notices stating that You changed the files 2213and the date of any change; and 2214 2215(c) If You Externally Deploy Your Modifications, You must make Source Code of 2216all Your Externally Deployed Modifications either available to those to whom You 2217have Externally Deployed Your Modifications, or publicly available. Source Code 2218of Your Externally Deployed Modifications must be released under the terms set 2219forth in this License, including the license grants set forth in Section 3 2220below, for as long as you Externally Deploy the Covered Code or twelve (12) 2221months from the date of initial External Deployment, whichever is longer. You 2222should preferably distribute the Source Code of Your Externally Deployed 2223Modifications electronically (e.g. download from a web site). 2224 22252.3 Distribution of Executable Versions. In addition, if You Externally Deploy 2226Covered Code (Original Code and/or Modifications) in object code, executable 2227form only, You must include a prominent notice, in the code itself as well as in 2228related documentation, stating that Source Code of the Covered Code is available 2229under the terms of this License with information on how and where to obtain such 2230Source Code. 2231 22322.4 Third Party Rights. You expressly acknowledge and agree that although 2233Apple and each Contributor grants the licenses to their respective portions of 2234the Covered Code set forth herein, no assurances are provided by Apple or any 2235Contributor that the Covered Code does not infringe the patent or other 2236intellectual property rights of any other entity. Apple and each Contributor 2237disclaim any liability to You for claims brought by any other entity based on 2238infringement of intellectual property rights or otherwise. As a condition to 2239exercising the rights and licenses granted hereunder, You hereby assume sole 2240responsibility to secure any other intellectual property rights needed, if any. 2241For example, if a third party patent license is required to allow You to 2242distribute the Covered Code, it is Your responsibility to acquire that license 2243before distributing the Covered Code. 2244 22453. Your Grants. In consideration of, and as a condition to, the licenses 2246granted to You under this License, You hereby grant to any person or entity 2247receiving or distributing Covered Code under this License a non-exclusive, 2248royalty-free, perpetual, irrevocable license, under Your Applicable Patent 2249Rights and other intellectual property rights (other than patent) owned or 2250controlled by You, to use, reproduce, display, perform, modify, sublicense, 2251distribute and Externally Deploy Your Modifications of the same scope and extent 2252as Apple's licenses under Sections 2.1 and 2.2 above. 2253 22544. Larger Works. You may create a Larger Work by combining Covered Code with 2255other code not governed by the terms of this License and distribute the Larger 2256Work as a single product. In each such instance, You must make sure the 2257requirements of this License are fulfilled for the Covered Code or any portion 2258thereof. 2259 22605. Limitations on Patent License. Except as expressly stated in Section 2, no 2261other patent rights, express or implied, are granted by Apple herein. 2262Modifications and/or Larger Works may require additional patent licenses from 2263Apple which Apple may grant in its sole discretion. 2264 22656. Additional Terms. You may choose to offer, and to charge a fee for, 2266warranty, support, indemnity or liability obligations and/or other rights 2267consistent with the scope of the license granted herein ("Additional Terms") to 2268one or more recipients of Covered Code. However, You may do so only on Your own 2269behalf and as Your sole responsibility, and not on behalf of Apple or any 2270Contributor. You must obtain the recipient's agreement that any such Additional 2271Terms are offered by You alone, and You hereby agree to indemnify, defend and 2272hold Apple and every Contributor harmless for any liability incurred by or 2273claims asserted against Apple or such Contributor by reason of any such 2274Additional Terms. 2275 22767. Versions of the License. Apple may publish revised and/or new versions of 2277this License from time to time. Each version will be given a distinguishing 2278version number. Once Original Code has been published under a particular 2279version of this License, You may continue to use it under the terms of that 2280version. You may also choose to use such Original Code under the terms of any 2281subsequent version of this License published by Apple. No one other than Apple 2282has the right to modify the terms applicable to Covered Code created under this 2283License. 2284 22858. NO WARRANTY OR SUPPORT. The Covered Code may contain in whole or in part 2286pre-release, untested, or not fully tested works. The Covered Code may contain 2287errors that could cause failures or loss of data, and may be incomplete or 2288contain inaccuracies. You expressly acknowledge and agree that use of the 2289Covered Code, or any portion thereof, is at Your sole and entire risk. THE 2290COVERED CODE IS PROVIDED "AS IS" AND WITHOUT WARRANTY, UPGRADES OR SUPPORT OF 2291ANY KIND AND APPLE AND APPLE'S LICENSOR(S) (COLLECTIVELY REFERRED TO AS "APPLE" 2292FOR THE PURPOSES OF SECTIONS 8 AND 9) AND ALL CONTRIBUTORS EXPRESSLY DISCLAIM 2293ALL WARRANTIES AND/OR CONDITIONS, EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED 2294TO, THE IMPLIED WARRANTIES AND/OR CONDITIONS OF MERCHANTABILITY, OF SATISFACTORY 2295QUALITY, OF FITNESS FOR A PARTICULAR PURPOSE, OF ACCURACY, OF QUIET ENJOYMENT, 2296AND NONINFRINGEMENT OF THIRD PARTY RIGHTS. APPLE AND EACH CONTRIBUTOR DOES NOT 2297WARRANT AGAINST INTERFERENCE WITH YOUR ENJOYMENT OF THE COVERED CODE, THAT THE 2298FUNCTIONS CONTAINED IN THE COVERED CODE WILL MEET YOUR REQUIREMENTS, THAT THE 2299OPERATION OF THE COVERED CODE WILL BE UNINTERRUPTED OR ERROR-FREE, OR THAT 2300DEFECTS IN THE COVERED CODE WILL BE CORRECTED. NO ORAL OR WRITTEN INFORMATION 2301OR ADVICE GIVEN BY APPLE, AN APPLE AUTHORIZED REPRESENTATIVE OR ANY CONTRIBUTOR 2302SHALL CREATE A WARRANTY. You acknowledge that the Covered Code is not intended 2303for use in the operation of nuclear facilities, aircraft navigation, 2304communication systems, or air traffic control machines in which case the failure 2305of the Covered Code could lead to death, personal injury, or severe physical or 2306environmental damage. 2307 23089. LIMITATION OF LIABILITY. TO THE EXTENT NOT PROHIBITED BY LAW, IN NO EVENT 2309SHALL APPLE OR ANY CONTRIBUTOR BE LIABLE FOR ANY INCIDENTAL, SPECIAL, INDIRECT 2310OR CONSEQUENTIAL DAMAGES ARISING OUT OF OR RELATING TO THIS LICENSE OR YOUR USE 2311OR INABILITY TO USE THE COVERED CODE, OR ANY PORTION THEREOF, WHETHER UNDER A 2312THEORY OF CONTRACT, WARRANTY, TORT (INCLUDING NEGLIGENCE), PRODUCTS LIABILITY OR 2313OTHERWISE, EVEN IF APPLE OR SUCH CONTRIBUTOR HAS BEEN ADVISED OF THE POSSIBILITY 2314OF SUCH DAMAGES AND NOTWITHSTANDING THE FAILURE OF ESSENTIAL PURPOSE OF ANY 2315REMEDY. SOME JURISDICTIONS DO NOT ALLOW THE LIMITATION OF LIABILITY OF 2316INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO THIS LIMITATION MAY NOT APPLY TO YOU. In 2317no event shall Apple's total liability to You for all damages (other than as may 2318be required by applicable law) under this License exceed the amount of fifty 2319dollars ($50.00). 2320 232110. Trademarks. This License does not grant any rights to use the trademarks 2322or trade names "Apple", "Mac", "Mac OS", "QuickTime", "QuickTime Streaming 2323Server" or any other trademarks, service marks, logos or trade names belonging 2324to Apple (collectively "Apple Marks") or to any trademark, service mark, logo or 2325trade name belonging to any Contributor. You agree not to use any Apple Marks 2326in or as part of the name of products derived from the Original Code or to 2327endorse or promote products derived from the Original Code other than as 2328expressly permitted by and in strict compliance at all times with Apple's third 2329party trademark usage guidelines which are posted at 2330http://www.apple.com/legal/guidelinesfor3rdparties.html. 2331 233211. Ownership. Subject to the licenses granted under this License, each 2333Contributor retains all rights, title and interest in and to any Modifications 2334made by such Contributor. Apple retains all rights, title and interest in and 2335to the Original Code and any Modifications made by or on behalf of Apple ("Apple 2336Modifications"), and such Apple Modifications will not be automatically subject 2337to this License. Apple may, at its sole discretion, choose to license such 2338Apple Modifications under this License, or on different terms from those 2339contained in this License or may choose not to license them at all. 2340 234112. Termination. 2342 234312.1 Termination. This License and the rights granted hereunder will 2344terminate: 2345 2346(a) automatically without notice from Apple if You fail to comply with any 2347term(s) of this License and fail to cure such breach within 30 days of becoming 2348aware of such breach; (b) immediately in the event of the circumstances 2349described in Section 13.5(b); or (c) automatically without notice from Apple if 2350You, at any time during the term of this License, commence an action for patent 2351infringement against Apple; provided that Apple did not first commence an action 2352for patent infringement against You in that instance. 2353 235412.2 Effect of Termination. Upon termination, You agree to immediately stop 2355any further use, reproduction, modification, sublicensing and distribution of 2356the Covered Code. All sublicenses to the Covered Code which have been properly 2357granted prior to termination shall survive any termination of this License. 2358Provisions which, by their nature, should remain in effect beyond the 2359termination of this License shall survive, including but not limited to Sections 23603, 5, 8, 9, 10, 11, 12.2 and 13. No party will be liable to any other for 2361compensation, indemnity or damages of any sort solely as a result of terminating 2362this License in accordance with its terms, and termination of this License will 2363be without prejudice to any other right or remedy of any party. 2364 236513. Miscellaneous. 2366 236713.1 Government End Users. The Covered Code is a "commercial item" as defined 2368in FAR 2.101. Government software and technical data rights in the Covered Code 2369include only those rights customarily provided to the public as defined in this 2370License. This customary commercial license in technical data and software is 2371provided in accordance with FAR 12.211 (Technical Data) and 12.212 (Computer 2372Software) and, for Department of Defense purchases, DFAR 252.227-7015 (Technical 2373Data -- Commercial Items) and 227.7202-3 (Rights in Commercial Computer Software 2374or Computer Software Documentation). Accordingly, all U.S. Government End Users 2375acquire Covered Code with only those rights set forth herein. 2376 237713.2 Relationship of Parties. This License will not be construed as creating 2378an agency, partnership, joint venture or any other form of legal association 2379between or among You, Apple or any Contributor, and You will not represent to 2380the contrary, whether expressly, by implication, appearance or otherwise. 2381 238213.3 Independent Development. Nothing in this License will impair Apple's 2383right to acquire, license, develop, have others develop for it, market and/or 2384distribute technology or products that perform the same or similar functions as, 2385or otherwise compete with, Modifications, Larger Works, technology or products 2386that You may develop, produce, market or distribute. 2387 238813.4 Waiver; Construction. Failure by Apple or any Contributor to enforce any 2389provision of this License will not be deemed a waiver of future enforcement of 2390that or any other provision. Any law or regulation which provides that the 2391language of a contract shall be construed against the drafter will not apply to 2392this License. 2393 239413.5 Severability. (a) If for any reason a court of competent jurisdiction 2395finds any provision of this License, or portion thereof, to be unenforceable, 2396that provision of the License will be enforced to the maximum extent permissible 2397so as to effect the economic benefits and intent of the parties, and the 2398remainder of this License will continue in full force and effect. (b) 2399Notwithstanding the foregoing, if applicable law prohibits or restricts You from 2400fully and/or specifically complying with Sections 2 and/or 3 or prevents the 2401enforceability of either of those Sections, this License will immediately 2402terminate and You must immediately discontinue any use of the Covered Code and 2403destroy all copies of it that are in your possession or control. 2404 240513.6 Dispute Resolution. Any litigation or other dispute resolution between 2406You and Apple relating to this License shall take place in the Northern District 2407of California, and You and Apple hereby consent to the personal jurisdiction of, 2408and venue in, the state and federal courts within that District with respect to 2409this License. The application of the United Nations Convention on Contracts for 2410the International Sale of Goods is expressly excluded. 2411 241213.7 Entire Agreement; Governing Law. This License constitutes the entire 2413agreement between the parties with respect to the subject matter hereof. This 2414License shall be governed by the laws of the United States and the State of 2415California, except that body of California law concerning conflicts of law. 2416 2417Where You are located in the province of Quebec, Canada, the following clause 2418applies: The parties hereby confirm that they have requested that this License 2419and all related documents be drafted in English. Les parties ont exigé que le 2420présent contrat et tous les documents connexes soient rédigés en anglais. 2421 2422EXHIBIT A. 2423 2424"Portions Copyright (c) 1999-2007 Apple Inc. All Rights Reserved. 2425 2426This file contains Original Code and/or Modifications of Original Code as 2427defined in and that are subject to the Apple Public Source License Version 2.0 2428(the 'License'). You may not use this file except in compliance with the 2429License. Please obtain a copy of the License at 2430http://www.opensource.apple.com/apsl/ and read it before using this file. 2431 2432The Original Code and all software distributed under the License are distributed 2433on an 'AS IS' basis, WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, 2434AND APPLE HEREBY DISCLAIMS ALL SUCH WARRANTIES, INCLUDING WITHOUT LIMITATION, 2435ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, QUIET 2436ENJOYMENT OR NON-INFRINGEMENT. Please see the License for the specific language 2437governing rights and limitations under the License." 2438</pre> 2439</div> 2440</div> 2441 2442 2443<div class="product"> 2444<span class="title">bsdiff</span> 2445<a class="show" href="#" onclick="return toggle(this);">show license</a> 2446<span class="homepage"><a href="http://lxr.mozilla.org/mozilla/source/other-licenses/bsdiff/bsdiff.c">homepage</a></span> 2447<div class="licence"> 2448<pre>BSD Protection License 2449February 2002 2450 2451Preamble 2452-------- 2453 2454The Berkeley Software Distribution ("BSD") license has proven very effective 2455over the years at allowing for a wide spread of work throughout both 2456commercial and non-commercial products. For programmers whose primary 2457intention is to improve the general quality of available software, it is 2458arguable that there is no better license than the BSD license, as it 2459permits improvements to be used wherever they will help, without idealogical 2460or metallic constraint. 2461 2462This is of particular value to those who produce reference implementations 2463of proposed standards: The case of TCP/IP clearly illustrates that freely 2464and universally available implementations leads the rapid acceptance of 2465standards -- often even being used instead of a de jure standard (eg, OSI 2466network models). 2467 2468With the rapid proliferation of software licensed under the GNU General 2469Public License, however, the continued success of this role is called into 2470question. Given that the inclusion of a few lines of "GPL-tainted" work 2471into a larger body of work will result in restricted distribution -- and 2472given that further work will likely build upon the "tainted" portions, 2473making them difficult to remove at a future date -- there are inevitable 2474circumstances where authors would, in order to protect their goal of 2475providing for the widespread usage of their work, wish to guard against 2476such "GPL-taint". 2477 2478In addition, one can imagine that companies which operate by producing and 2479selling (possibly closed-source) code would wish to protect themselves 2480against the rise of a GPL-licensed competitor. While under existing 2481licenses this would mean not releasing their code under any form of open 2482license, if a license existed under which they could incorporate any 2483improvements back into their own (commercial) products then they might be 2484far more willing to provide for non-closed distribution. 2485 2486For the above reasons, we put forth this "BSD Protection License": A 2487license designed to retain the freedom granted by the BSD license to use 2488licensed works in a wide variety of settings, both non-commercial and 2489commercial, while protecting the work from having future contributors 2490restrict that freedom. 2491 2492The precise terms and conditions for copying, distribution, and 2493modification follow. 2494 2495BSD PROTECTION LICENSE 2496TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION, AND MODIFICATION 2497---------------------------------------------------------------- 2498 24990. Definitions. 2500 a) "Program", below, refers to any program or work distributed under 2501 the terms of this license. 2502 b) A "work based on the Program", below, refers to either the Program 2503 or any derivative work under copyright law. 2504 c) "Modification", below, refers to the act of creating derivative works. 2505 d) "You", below, refers to each licensee. 2506 25071. Scope. 2508 This license governs the copying, distribution, and modification of the 2509 Program. Other activities are outside the scope of this license; The 2510 act of running the Program is not restricted, and the output from the 2511 Program is covered only if its contents constitute a work based on the 2512 Program. 2513 25142. Verbatim copies. 2515 You may copy and distribute verbatim copies of the Program as you 2516 receive it, in any medium, provided that you conspicuously and 2517 appropriately publish on each copy an appropriate copyright notice; keep 2518 intact all the notices that refer to this License and to the absence of 2519 any warranty; and give any other recipients of the Program a copy of this 2520 License along with the Program. 2521 25223. Modification and redistribution under closed license. 2523 You may modify your copy or copies of the Program, and distribute 2524 the resulting derivative works, provided that you meet the 2525 following conditions: 2526 a) The copyright notice and disclaimer on the Program must be reproduced 2527 and included in the source code, documentation, and/or other materials 2528 provided in a manner in which such notices are normally distributed. 2529 b) The derivative work must be clearly identified as such, in order that 2530 it may not be confused with the original work. 2531 c) The license under which the derivative work is distributed must 2532 expressly prohibit the distribution of further derivative works. 2533 25344. Modification and redistribution under open license. 2535 You may modify your copy or copies of the Program, and distribute 2536 the resulting derivative works, provided that you meet the 2537 following conditions: 2538 a) The copyright notice and disclaimer on the Program must be reproduced 2539 and included in the source code, documentation, and/or other materials 2540 provided in a manner in which such notices are normally distributed. 2541 b) You must clearly indicate the nature and date of any changes made 2542 to the Program. The full details need not necessarily be included in 2543 the individual modified files, provided that each modified file is 2544 clearly marked as such and instructions are included on where the 2545 full details of the modifications may be found. 2546 c) You must cause any work that you distribute or publish, that in whole 2547 or in part contains or is derived from the Program or any part 2548 thereof, to be licensed as a whole at no charge to all third 2549 parties under the terms of this License. 2550 25515. Implied acceptance. 2552 You may not copy or distribute the Program or any derivative works except 2553 as expressly provided under this license. Consequently, any such action 2554 will be taken as implied acceptance of the terms of this license. 2555 25566. NO WARRANTY. 2557 THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, 2558 INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY 2559 AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL 2560 THE COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR 2561 REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE FOR ANY DIRECT, 2562 INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES 2563 ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING, BUT 2564 NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF 2565 USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND 2566 ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR 2567 TORT, EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE 2568 POSSIBILITY OF SUCH DAMAGES. 2569</pre> 2570</div> 2571</div> 2572 2573 2574<div class="product"> 2575<span class="title">bspatch</span> 2576<a class="show" href="#" onclick="return toggle(this);">show license</a> 2577<span class="homepage"><a href="http://lxr.mozilla.org/mozilla/source/toolkit/mozapps/update/src/updater/">homepage</a></span> 2578<div class="licence"> 2579<pre>BSD Protection License 2580February 2002 2581 2582Preamble 2583-------- 2584 2585The Berkeley Software Distribution ("BSD") license has proven very effective 2586over the years at allowing for a wide spread of work throughout both 2587commercial and non-commercial products. For programmers whose primary 2588intention is to improve the general quality of available software, it is 2589arguable that there is no better license than the BSD license, as it 2590permits improvements to be used wherever they will help, without idealogical 2591or metallic constraint. 2592 2593This is of particular value to those who produce reference implementations 2594of proposed standards: The case of TCP/IP clearly illustrates that freely 2595and universally available implementations leads the rapid acceptance of 2596standards -- often even being used instead of a de jure standard (eg, OSI 2597network models). 2598 2599With the rapid proliferation of software licensed under the GNU General 2600Public License, however, the continued success of this role is called into 2601question. Given that the inclusion of a few lines of "GPL-tainted" work 2602into a larger body of work will result in restricted distribution -- and 2603given that further work will likely build upon the "tainted" portions, 2604making them difficult to remove at a future date -- there are inevitable 2605circumstances where authors would, in order to protect their goal of 2606providing for the widespread usage of their work, wish to guard against 2607such "GPL-taint". 2608 2609In addition, one can imagine that companies which operate by producing and 2610selling (possibly closed-source) code would wish to protect themselves 2611against the rise of a GPL-licensed competitor. While under existing 2612licenses this would mean not releasing their code under any form of open 2613license, if a license existed under which they could incorporate any 2614improvements back into their own (commercial) products then they might be 2615far more willing to provide for non-closed distribution. 2616 2617For the above reasons, we put forth this "BSD Protection License": A 2618license designed to retain the freedom granted by the BSD license to use 2619licensed works in a wide variety of settings, both non-commercial and 2620commercial, while protecting the work from having future contributors 2621restrict that freedom. 2622 2623The precise terms and conditions for copying, distribution, and 2624modification follow. 2625 2626BSD PROTECTION LICENSE 2627TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION, AND MODIFICATION 2628---------------------------------------------------------------- 2629 26300. Definitions. 2631 a) "Program", below, refers to any program or work distributed under 2632 the terms of this license. 2633 b) A "work based on the Program", below, refers to either the Program 2634 or any derivative work under copyright law. 2635 c) "Modification", below, refers to the act of creating derivative works. 2636 d) "You", below, refers to each licensee. 2637 26381. Scope. 2639 This license governs the copying, distribution, and modification of the 2640 Program. Other activities are outside the scope of this license; The 2641 act of running the Program is not restricted, and the output from the 2642 Program is covered only if its contents constitute a work based on the 2643 Program. 2644 26452. Verbatim copies. 2646 You may copy and distribute verbatim copies of the Program as you 2647 receive it, in any medium, provided that you conspicuously and 2648 appropriately publish on each copy an appropriate copyright notice; keep 2649 intact all the notices that refer to this License and to the absence of 2650 any warranty; and give any other recipients of the Program a copy of this 2651 License along with the Program. 2652 26533. Modification and redistribution under closed license. 2654 You may modify your copy or copies of the Program, and distribute 2655 the resulting derivative works, provided that you meet the 2656 following conditions: 2657 a) The copyright notice and disclaimer on the Program must be reproduced 2658 and included in the source code, documentation, and/or other materials 2659 provided in a manner in which such notices are normally distributed. 2660 b) The derivative work must be clearly identified as such, in order that 2661 it may not be confused with the original work. 2662 c) The license under which the derivative work is distributed must 2663 expressly prohibit the distribution of further derivative works. 2664 26654. Modification and redistribution under open license. 2666 You may modify your copy or copies of the Program, and distribute 2667 the resulting derivative works, provided that you meet the 2668 following conditions: 2669 a) The copyright notice and disclaimer on the Program must be reproduced 2670 and included in the source code, documentation, and/or other materials 2671 provided in a manner in which such notices are normally distributed. 2672 b) You must clearly indicate the nature and date of any changes made 2673 to the Program. The full details need not necessarily be included in 2674 the individual modified files, provided that each modified file is 2675 clearly marked as such and instructions are included on where the 2676 full details of the modifications may be found. 2677 c) You must cause any work that you distribute or publish, that in whole 2678 or in part contains or is derived from the Program or any part 2679 thereof, to be licensed as a whole at no charge to all third 2680 parties under the terms of this License. 2681 26825. Implied acceptance. 2683 You may not copy or distribute the Program or any derivative works except 2684 as expressly provided under this license. Consequently, any such action 2685 will be taken as implied acceptance of the terms of this license. 2686 26876. NO WARRANTY. 2688 THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, 2689 INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY 2690 AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL 2691 THE COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR 2692 REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE FOR ANY DIRECT, 2693 INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES 2694 ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING, BUT 2695 NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF 2696 USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND 2697 ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR 2698 TORT, EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE 2699 POSSIBILITY OF SUCH DAMAGES. 2700</pre> 2701</div> 2702</div> 2703 2704 2705<div class="product"> 2706<span class="title">bzip2</span> 2707<a class="show" href="#" onclick="return toggle(this);">show license</a> 2708<span class="homepage"><a href="http://www.bzip.org/downloads.html">homepage</a></span> 2709<div class="licence"> 2710<pre> 2711-------------------------------------------------------------------------- 2712 2713This program, "bzip2", the associated library "libbzip2", and all 2714documentation, are copyright (C) 1996-2010 Julian R Seward. All 2715rights reserved. 2716 2717Redistribution and use in source and binary forms, with or without 2718modification, are permitted provided that the following conditions 2719are met: 2720 27211. Redistributions of source code must retain the above copyright 2722 notice, this list of conditions and the following disclaimer. 2723 27242. The origin of this software must not be misrepresented; you must 2725 not claim that you wrote the original software. If you use this 2726 software in a product, an acknowledgment in the product 2727 documentation would be appreciated but is not required. 2728 27293. Altered source versions must be plainly marked as such, and must 2730 not be misrepresented as being the original software. 2731 27324. The name of the author may not be used to endorse or promote 2733 products derived from this software without specific prior written 2734 permission. 2735 2736THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS 2737OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED 2738WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 2739ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY 2740DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 2741DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE 2742GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 2743INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, 2744WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 2745NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 2746SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 2747 2748Julian Seward, jseward@bzip.org 2749bzip2/libbzip2 version 1.0.6 of 6 September 2010 2750 2751-------------------------------------------------------------------------- 2752</pre> 2753</div> 2754</div> 2755 2756 2757<div class="product"> 2758<span class="title">Google Cache Invalidation API</span> 2759<a class="show" href="#" onclick="return toggle(this);">show license</a> 2760<span class="homepage"><a href="http://code.google.com/p/google-cache-invalidation-api/">homepage</a></span> 2761<div class="licence"> 2762<pre> 2763 Apache License 2764 Version 2.0, January 2004 2765 http://www.apache.org/licenses/ 2766 2767 TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION 2768 2769 1. Definitions. 2770 2771 "License" shall mean the terms and conditions for use, reproduction, 2772 and distribution as defined by Sections 1 through 9 of this document. 2773 2774 "Licensor" shall mean the copyright owner or entity authorized by 2775 the copyright owner that is granting the License. 2776 2777 "Legal Entity" shall mean the union of the acting entity and all 2778 other entities that control, are controlled by, or are under common 2779 control with that entity. For the purposes of this definition, 2780 "control" means (i) the power, direct or indirect, to cause the 2781 direction or management of such entity, whether by contract or 2782 otherwise, or (ii) ownership of fifty percent (50%) or more of the 2783 outstanding shares, or (iii) beneficial ownership of such entity. 2784 2785 "You" (or "Your") shall mean an individual or Legal Entity 2786 exercising permissions granted by this License. 2787 2788 "Source" form shall mean the preferred form for making modifications, 2789 including but not limited to software source code, documentation 2790 source, and configuration files. 2791 2792 "Object" form shall mean any form resulting from mechanical 2793 transformation or translation of a Source form, including but 2794 not limited to compiled object code, generated documentation, 2795 and conversions to other media types. 2796 2797 "Work" shall mean the work of authorship, whether in Source or 2798 Object form, made available under the License, as indicated by a 2799 copyright notice that is included in or attached to the work 2800 (an example is provided in the Appendix below). 2801 2802 "Derivative Works" shall mean any work, whether in Source or Object 2803 form, that is based on (or derived from) the Work and for which the 2804 editorial revisions, annotations, elaborations, or other modifications 2805 represent, as a whole, an original work of authorship. For the purposes 2806 of this License, Derivative Works shall not include works that remain 2807 separable from, or merely link (or bind by name) to the interfaces of, 2808 the Work and Derivative Works thereof. 2809 2810 "Contribution" shall mean any work of authorship, including 2811 the original version of the Work and any modifications or additions 2812 to that Work or Derivative Works thereof, that is intentionally 2813 submitted to Licensor for inclusion in the Work by the copyright owner 2814 or by an individual or Legal Entity authorized to submit on behalf of 2815 the copyright owner. For the purposes of this definition, "submitted" 2816 means any form of electronic, verbal, or written communication sent 2817 to the Licensor or its representatives, including but not limited to 2818 communication on electronic mailing lists, source code control systems, 2819 and issue tracking systems that are managed by, or on behalf of, the 2820 Licensor for the purpose of discussing and improving the Work, but 2821 excluding communication that is conspicuously marked or otherwise 2822 designated in writing by the copyright owner as "Not a Contribution." 2823 2824 "Contributor" shall mean Licensor and any individual or Legal Entity 2825 on behalf of whom a Contribution has been received by Licensor and 2826 subsequently incorporated within the Work. 2827 2828 2. Grant of Copyright License. Subject to the terms and conditions of 2829 this License, each Contributor hereby grants to You a perpetual, 2830 worldwide, non-exclusive, no-charge, royalty-free, irrevocable 2831 copyright license to reproduce, prepare Derivative Works of, 2832 publicly display, publicly perform, sublicense, and distribute the 2833 Work and such Derivative Works in Source or Object form. 2834 2835 3. Grant of Patent License. Subject to the terms and conditions of 2836 this License, each Contributor hereby grants to You a perpetual, 2837 worldwide, non-exclusive, no-charge, royalty-free, irrevocable 2838 (except as stated in this section) patent license to make, have made, 2839 use, offer to sell, sell, import, and otherwise transfer the Work, 2840 where such license applies only to those patent claims licensable 2841 by such Contributor that are necessarily infringed by their 2842 Contribution(s) alone or by combination of their Contribution(s) 2843 with the Work to which such Contribution(s) was submitted. If You 2844 institute patent litigation against any entity (including a 2845 cross-claim or counterclaim in a lawsuit) alleging that the Work 2846 or a Contribution incorporated within the Work constitutes direct 2847 or contributory patent infringement, then any patent licenses 2848 granted to You under this License for that Work shall terminate 2849 as of the date such litigation is filed. 2850 2851 4. Redistribution. You may reproduce and distribute copies of the 2852 Work or Derivative Works thereof in any medium, with or without 2853 modifications, and in Source or Object form, provided that You 2854 meet the following conditions: 2855 2856 (a) You must give any other recipients of the Work or 2857 Derivative Works a copy of this License; and 2858 2859 (b) You must cause any modified files to carry prominent notices 2860 stating that You changed the files; and 2861 2862 (c) You must retain, in the Source form of any Derivative Works 2863 that You distribute, all copyright, patent, trademark, and 2864 attribution notices from the Source form of the Work, 2865 excluding those notices that do not pertain to any part of 2866 the Derivative Works; and 2867 2868 (d) If the Work includes a "NOTICE" text file as part of its 2869 distribution, then any Derivative Works that You distribute must 2870 include a readable copy of the attribution notices contained 2871 within such NOTICE file, excluding those notices that do not 2872 pertain to any part of the Derivative Works, in at least one 2873 of the following places: within a NOTICE text file distributed 2874 as part of the Derivative Works; within the Source form or 2875 documentation, if provided along with the Derivative Works; or, 2876 within a display generated by the Derivative Works, if and 2877 wherever such third-party notices normally appear. The contents 2878 of the NOTICE file are for informational purposes only and 2879 do not modify the License. You may add Your own attribution 2880 notices within Derivative Works that You distribute, alongside 2881 or as an addendum to the NOTICE text from the Work, provided 2882 that such additional attribution notices cannot be construed 2883 as modifying the License. 2884 2885 You may add Your own copyright statement to Your modifications and 2886 may provide additional or different license terms and conditions 2887 for use, reproduction, or distribution of Your modifications, or 2888 for any such Derivative Works as a whole, provided Your use, 2889 reproduction, and distribution of the Work otherwise complies with 2890 the conditions stated in this License. 2891 2892 5. Submission of Contributions. Unless You explicitly state otherwise, 2893 any Contribution intentionally submitted for inclusion in the Work 2894 by You to the Licensor shall be under the terms and conditions of 2895 this License, without any additional terms or conditions. 2896 Notwithstanding the above, nothing herein shall supersede or modify 2897 the terms of any separate license agreement you may have executed 2898 with Licensor regarding such Contributions. 2899 2900 6. Trademarks. This License does not grant permission to use the trade 2901 names, trademarks, service marks, or product names of the Licensor, 2902 except as required for reasonable and customary use in describing the 2903 origin of the Work and reproducing the content of the NOTICE file. 2904 2905 7. Disclaimer of Warranty. Unless required by applicable law or 2906 agreed to in writing, Licensor provides the Work (and each 2907 Contributor provides its Contributions) on an "AS IS" BASIS, 2908 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or 2909 implied, including, without limitation, any warranties or conditions 2910 of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A 2911 PARTICULAR PURPOSE. You are solely responsible for determining the 2912 appropriateness of using or redistributing the Work and assume any 2913 risks associated with Your exercise of permissions under this License. 2914 2915 8. Limitation of Liability. In no event and under no legal theory, 2916 whether in tort (including negligence), contract, or otherwise, 2917 unless required by applicable law (such as deliberate and grossly 2918 negligent acts) or agreed to in writing, shall any Contributor be 2919 liable to You for damages, including any direct, indirect, special, 2920 incidental, or consequential damages of any character arising as a 2921 result of this License or out of the use or inability to use the 2922 Work (including but not limited to damages for loss of goodwill, 2923 work stoppage, computer failure or malfunction, or any and all 2924 other commercial damages or losses), even if such Contributor 2925 has been advised of the possibility of such damages. 2926 2927 9. Accepting Warranty or Additional Liability. While redistributing 2928 the Work or Derivative Works thereof, You may choose to offer, 2929 and charge a fee for, acceptance of support, warranty, indemnity, 2930 or other liability obligations and/or rights consistent with this 2931 License. However, in accepting such obligations, You may act only 2932 on Your own behalf and on Your sole responsibility, not on behalf 2933 of any other Contributor, and only if You agree to indemnify, 2934 defend, and hold each Contributor harmless for any liability 2935 incurred by, or claims asserted against, such Contributor by reason 2936 of your accepting any such warranty or additional liability. 2937 2938 END OF TERMS AND CONDITIONS 2939 2940 APPENDIX: How to apply the Apache License to your work. 2941 2942 To apply the Apache License to your work, attach the following 2943 boilerplate notice, with the fields enclosed by brackets "[]" 2944 replaced with your own identifying information. (Don't include 2945 the brackets!) The text should be enclosed in the appropriate 2946 comment syntax for the file format. We also recommend that a 2947 file or class name and description of purpose be included on the 2948 same "printed page" as the copyright notice for easier 2949 identification within third-party archives. 2950 2951 Copyright [yyyy] [name of copyright owner] 2952 2953 Licensed under the Apache License, Version 2.0 (the "License"); 2954 you may not use this file except in compliance with the License. 2955 You may obtain a copy of the License at 2956 2957 http://www.apache.org/licenses/LICENSE-2.0 2958 2959 Unless required by applicable law or agreed to in writing, software 2960 distributed under the License is distributed on an "AS IS" BASIS, 2961 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 2962 See the License for the specific language governing permissions and 2963 limitations under the License. 2964</pre> 2965</div> 2966</div> 2967 2968 2969<div class="product"> 2970<span class="title">Compact Language Detection</span> 2971<a class="show" href="#" onclick="return toggle(this);">show license</a> 2972<span class="homepage"><a href="http://src.chromium.org/viewvc/chrome/trunk/src/third_party/cld/">homepage</a></span> 2973<div class="licence"> 2974<pre>// Copyright (c) 2010 The Chromium Authors. All rights reserved. 2975// 2976// Redistribution and use in source and binary forms, with or without 2977// modification, are permitted provided that the following conditions are 2978// met: 2979// 2980// * Redistributions of source code must retain the above copyright 2981// notice, this list of conditions and the following disclaimer. 2982// * Redistributions in binary form must reproduce the above 2983// copyright notice, this list of conditions and the following disclaimer 2984// in the documentation and/or other materials provided with the 2985// distribution. 2986// * Neither the name of Google Inc. nor the names of its 2987// contributors may be used to endorse or promote products derived from 2988// this software without specific prior written permission. 2989// 2990// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 2991// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 2992// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 2993// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 2994// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 2995// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT 2996// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 2997// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 2998// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 2999// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 3000// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 3001</pre> 3002</div> 3003</div> 3004 3005 3006<div class="product"> 3007<span class="title">codesighs</span> 3008<a class="show" href="#" onclick="return toggle(this);">show license</a> 3009<span class="homepage"><a href="http://hg.mozilla.org/mozilla-central/tools/codesighs">homepage</a></span> 3010<div class="licence"> 3011<pre> MOZILLA PUBLIC LICENSE 3012 Version 1.1 3013 3014 --------------- 3015 30161. Definitions. 3017 3018 1.0.1. "Commercial Use" means distribution or otherwise making the 3019 Covered Code available to a third party. 3020 3021 1.1. "Contributor" means each entity that creates or contributes to 3022 the creation of Modifications. 3023 3024 1.2. "Contributor Version" means the combination of the Original 3025 Code, prior Modifications used by a Contributor, and the Modifications 3026 made by that particular Contributor. 3027 3028 1.3. "Covered Code" means the Original Code or Modifications or the 3029 combination of the Original Code and Modifications, in each case 3030 including portions thereof. 3031 3032 1.4. "Electronic Distribution Mechanism" means a mechanism generally 3033 accepted in the software development community for the electronic 3034 transfer of data. 3035 3036 1.5. "Executable" means Covered Code in any form other than Source 3037 Code. 3038 3039 1.6. "Initial Developer" means the individual or entity identified 3040 as the Initial Developer in the Source Code notice required by Exhibit 3041 A. 3042 3043 1.7. "Larger Work" means a work which combines Covered Code or 3044 portions thereof with code not governed by the terms of this License. 3045 3046 1.8. "License" means this document. 3047 3048 1.8.1. "Licensable" means having the right to grant, to the maximum 3049 extent possible, whether at the time of the initial grant or 3050 subsequently acquired, any and all of the rights conveyed herein. 3051 3052 1.9. "Modifications" means any addition to or deletion from the 3053 substance or structure of either the Original Code or any previous 3054 Modifications. When Covered Code is released as a series of files, a 3055 Modification is: 3056 A. Any addition to or deletion from the contents of a file 3057 containing Original Code or previous Modifications. 3058 3059 B. Any new file that contains any part of the Original Code or 3060 previous Modifications. 3061 3062 1.10. "Original Code" means Source Code of computer software code 3063 which is described in the Source Code notice required by Exhibit A as 3064 Original Code, and which, at the time of its release under this 3065 License is not already Covered Code governed by this License. 3066 3067 1.10.1. "Patent Claims" means any patent claim(s), now owned or 3068 hereafter acquired, including without limitation, method, process, 3069 and apparatus claims, in any patent Licensable by grantor. 3070 3071 1.11. "Source Code" means the preferred form of the Covered Code for 3072 making modifications to it, including all modules it contains, plus 3073 any associated interface definition files, scripts used to control 3074 compilation and installation of an Executable, or source code 3075 differential comparisons against either the Original Code or another 3076 well known, available Covered Code of the Contributor's choice. The 3077 Source Code can be in a compressed or archival form, provided the 3078 appropriate decompression or de-archiving software is widely available 3079 for no charge. 3080 3081 1.12. "You" (or "Your") means an individual or a legal entity 3082 exercising rights under, and complying with all of the terms of, this 3083 License or a future version of this License issued under Section 6.1. 3084 For legal entities, "You" includes any entity which controls, is 3085 controlled by, or is under common control with You. For purposes of 3086 this definition, "control" means (a) the power, direct or indirect, 3087 to cause the direction or management of such entity, whether by 3088 contract or otherwise, or (b) ownership of more than fifty percent 3089 (50%) of the outstanding shares or beneficial ownership of such 3090 entity. 3091 30922. Source Code License. 3093 3094 2.1. The Initial Developer Grant. 3095 The Initial Developer hereby grants You a world-wide, royalty-free, 3096 non-exclusive license, subject to third party intellectual property 3097 claims: 3098 (a) under intellectual property rights (other than patent or 3099 trademark) Licensable by Initial Developer to use, reproduce, 3100 modify, display, perform, sublicense and distribute the Original 3101 Code (or portions thereof) with or without Modifications, and/or 3102 as part of a Larger Work; and 3103 3104 (b) under Patents Claims infringed by the making, using or 3105 selling of Original Code, to make, have made, use, practice, 3106 sell, and offer for sale, and/or otherwise dispose of the 3107 Original Code (or portions thereof). 3108 3109 (c) the licenses granted in this Section 2.1(a) and (b) are 3110 effective on the date Initial Developer first distributes 3111 Original Code under the terms of this License. 3112 3113 (d) Notwithstanding Section 2.1(b) above, no patent license is 3114 granted: 1) for code that You delete from the Original Code; 2) 3115 separate from the Original Code; or 3) for infringements caused 3116 by: i) the modification of the Original Code or ii) the 3117 combination of the Original Code with other software or devices. 3118 3119 2.2. Contributor Grant. 3120 Subject to third party intellectual property claims, each Contributor 3121 hereby grants You a world-wide, royalty-free, non-exclusive license 3122 3123 (a) under intellectual property rights (other than patent or 3124 trademark) Licensable by Contributor, to use, reproduce, modify, 3125 display, perform, sublicense and distribute the Modifications 3126 created by such Contributor (or portions thereof) either on an 3127 unmodified basis, with other Modifications, as Covered Code 3128 and/or as part of a Larger Work; and 3129 3130 (b) under Patent Claims infringed by the making, using, or 3131 selling of Modifications made by that Contributor either alone 3132 and/or in combination with its Contributor Version (or portions 3133 of such combination), to make, use, sell, offer for sale, have 3134 made, and/or otherwise dispose of: 1) Modifications made by that 3135 Contributor (or portions thereof); and 2) the combination of 3136 Modifications made by that Contributor with its Contributor 3137 Version (or portions of such combination). 3138 3139 (c) the licenses granted in Sections 2.2(a) and 2.2(b) are 3140 effective on the date Contributor first makes Commercial Use of 3141 the Covered Code. 3142 3143 (d) Notwithstanding Section 2.2(b) above, no patent license is 3144 granted: 1) for any code that Contributor has deleted from the 3145 Contributor Version; 2) separate from the Contributor Version; 3146 3) for infringements caused by: i) third party modifications of 3147 Contributor Version or ii) the combination of Modifications made 3148 by that Contributor with other software (except as part of the 3149 Contributor Version) or other devices; or 4) under Patent Claims 3150 infringed by Covered Code in the absence of Modifications made by 3151 that Contributor. 3152 31533. Distribution Obligations. 3154 3155 3.1. Application of License. 3156 The Modifications which You create or to which You contribute are 3157 governed by the terms of this License, including without limitation 3158 Section 2.2. The Source Code version of Covered Code may be 3159 distributed only under the terms of this License or a future version 3160 of this License released under Section 6.1, and You must include a 3161 copy of this License with every copy of the Source Code You 3162 distribute. You may not offer or impose any terms on any Source Code 3163 version that alters or restricts the applicable version of this 3164 License or the recipients' rights hereunder. However, You may include 3165 an additional document offering the additional rights described in 3166 Section 3.5. 3167 3168 3.2. Availability of Source Code. 3169 Any Modification which You create or to which You contribute must be 3170 made available in Source Code form under the terms of this License 3171 either on the same media as an Executable version or via an accepted 3172 Electronic Distribution Mechanism to anyone to whom you made an 3173 Executable version available; and if made available via Electronic 3174 Distribution Mechanism, must remain available for at least twelve (12) 3175 months after the date it initially became available, or at least six 3176 (6) months after a subsequent version of that particular Modification 3177 has been made available to such recipients. You are responsible for 3178 ensuring that the Source Code version remains available even if the 3179 Electronic Distribution Mechanism is maintained by a third party. 3180 3181 3.3. Description of Modifications. 3182 You must cause all Covered Code to which You contribute to contain a 3183 file documenting the changes You made to create that Covered Code and 3184 the date of any change. You must include a prominent statement that 3185 the Modification is derived, directly or indirectly, from Original 3186 Code provided by the Initial Developer and including the name of the 3187 Initial Developer in (a) the Source Code, and (b) in any notice in an 3188 Executable version or related documentation in which You describe the 3189 origin or ownership of the Covered Code. 3190 3191 3.4. Intellectual Property Matters 3192 (a) Third Party Claims. 3193 If Contributor has knowledge that a license under a third party's 3194 intellectual property rights is required to exercise the rights 3195 granted by such Contributor under Sections 2.1 or 2.2, 3196 Contributor must include a text file with the Source Code 3197 distribution titled "LEGAL" which describes the claim and the 3198 party making the claim in sufficient detail that a recipient will 3199 know whom to contact. If Contributor obtains such knowledge after 3200 the Modification is made available as described in Section 3.2, 3201 Contributor shall promptly modify the LEGAL file in all copies 3202 Contributor makes available thereafter and shall take other steps 3203 (such as notifying appropriate mailing lists or newsgroups) 3204 reasonably calculated to inform those who received the Covered 3205 Code that new knowledge has been obtained. 3206 3207 (b) Contributor APIs. 3208 If Contributor's Modifications include an application programming 3209 interface and Contributor has knowledge of patent licenses which 3210 are reasonably necessary to implement that API, Contributor must 3211 also include this information in the LEGAL file. 3212 3213 (c) Representations. 3214 Contributor represents that, except as disclosed pursuant to 3215 Section 3.4(a) above, Contributor believes that Contributor's 3216 Modifications are Contributor's original creation(s) and/or 3217 Contributor has sufficient rights to grant the rights conveyed by 3218 this License. 3219 3220 3.5. Required Notices. 3221 You must duplicate the notice in Exhibit A in each file of the Source 3222 Code. If it is not possible to put such notice in a particular Source 3223 Code file due to its structure, then You must include such notice in a 3224 location (such as a relevant directory) where a user would be likely 3225 to look for such a notice. If You created one or more Modification(s) 3226 You may add your name as a Contributor to the notice described in 3227 Exhibit A. You must also duplicate this License in any documentation 3228 for the Source Code where You describe recipients' rights or ownership 3229 rights relating to Covered Code. You may choose to offer, and to 3230 charge a fee for, warranty, support, indemnity or liability 3231 obligations to one or more recipients of Covered Code. However, You 3232 may do so only on Your own behalf, and not on behalf of the Initial 3233 Developer or any Contributor. You must make it absolutely clear than 3234 any such warranty, support, indemnity or liability obligation is 3235 offered by You alone, and You hereby agree to indemnify the Initial 3236 Developer and every Contributor for any liability incurred by the 3237 Initial Developer or such Contributor as a result of warranty, 3238 support, indemnity or liability terms You offer. 3239 3240 3.6. Distribution of Executable Versions. 3241 You may distribute Covered Code in Executable form only if the 3242 requirements of Section 3.1-3.5 have been met for that Covered Code, 3243 and if You include a notice stating that the Source Code version of 3244 the Covered Code is available under the terms of this License, 3245 including a description of how and where You have fulfilled the 3246 obligations of Section 3.2. The notice must be conspicuously included 3247 in any notice in an Executable version, related documentation or 3248 collateral in which You describe recipients' rights relating to the 3249 Covered Code. You may distribute the Executable version of Covered 3250 Code or ownership rights under a license of Your choice, which may 3251 contain terms different from this License, provided that You are in 3252 compliance with the terms of this License and that the license for the 3253 Executable version does not attempt to limit or alter the recipient's 3254 rights in the Source Code version from the rights set forth in this 3255 License. If You distribute the Executable version under a different 3256 license You must make it absolutely clear that any terms which differ 3257 from this License are offered by You alone, not by the Initial 3258 Developer or any Contributor. You hereby agree to indemnify the 3259 Initial Developer and every Contributor for any liability incurred by 3260 the Initial Developer or such Contributor as a result of any such 3261 terms You offer. 3262 3263 3.7. Larger Works. 3264 You may create a Larger Work by combining Covered Code with other code 3265 not governed by the terms of this License and distribute the Larger 3266 Work as a single product. In such a case, You must make sure the 3267 requirements of this License are fulfilled for the Covered Code. 3268 32694. Inability to Comply Due to Statute or Regulation. 3270 3271 If it is impossible for You to comply with any of the terms of this 3272 License with respect to some or all of the Covered Code due to 3273 statute, judicial order, or regulation then You must: (a) comply with 3274 the terms of this License to the maximum extent possible; and (b) 3275 describe the limitations and the code they affect. Such description 3276 must be included in the LEGAL file described in Section 3.4 and must 3277 be included with all distributions of the Source Code. Except to the 3278 extent prohibited by statute or regulation, such description must be 3279 sufficiently detailed for a recipient of ordinary skill to be able to 3280 understand it. 3281 32825. Application of this License. 3283 3284 This License applies to code to which the Initial Developer has 3285 attached the notice in Exhibit A and to related Covered Code. 3286 32876. Versions of the License. 3288 3289 6.1. New Versions. 3290 Netscape Communications Corporation ("Netscape") may publish revised 3291 and/or new versions of the License from time to time. Each version 3292 will be given a distinguishing version number. 3293 3294 6.2. Effect of New Versions. 3295 Once Covered Code has been published under a particular version of the 3296 License, You may always continue to use it under the terms of that 3297 version. You may also choose to use such Covered Code under the terms 3298 of any subsequent version of the License published by Netscape. No one 3299 other than Netscape has the right to modify the terms applicable to 3300 Covered Code created under this License. 3301 3302 6.3. Derivative Works. 3303 If You create or use a modified version of this License (which you may 3304 only do in order to apply it to code which is not already Covered Code 3305 governed by this License), You must (a) rename Your license so that 3306 the phrases "Mozilla", "MOZILLAPL", "MOZPL", "Netscape", 3307 "MPL", "NPL" or any confusingly similar phrase do not appear in your 3308 license (except to note that your license differs from this License) 3309 and (b) otherwise make it clear that Your version of the license 3310 contains terms which differ from the Mozilla Public License and 3311 Netscape Public License. (Filling in the name of the Initial 3312 Developer, Original Code or Contributor in the notice described in 3313 Exhibit A shall not of themselves be deemed to be modifications of 3314 this License.) 3315 33167. DISCLAIMER OF WARRANTY. 3317 3318 COVERED CODE IS PROVIDED UNDER THIS LICENSE ON AN "AS IS" BASIS, 3319 WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, 3320 WITHOUT LIMITATION, WARRANTIES THAT THE COVERED CODE IS FREE OF 3321 DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. 3322 THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE COVERED CODE 3323 IS WITH YOU. SHOULD ANY COVERED CODE PROVE DEFECTIVE IN ANY RESPECT, 3324 YOU (NOT THE INITIAL DEVELOPER OR ANY OTHER CONTRIBUTOR) ASSUME THE 3325 COST OF ANY NECESSARY SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER 3326 OF WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO USE OF 3327 ANY COVERED CODE IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER. 3328 33298. TERMINATION. 3330 3331 8.1. This License and the rights granted hereunder will terminate 3332 automatically if You fail to comply with terms herein and fail to cure 3333 such breach within 30 days of becoming aware of the breach. All 3334 sublicenses to the Covered Code which are properly granted shall 3335 survive any termination of this License. Provisions which, by their 3336 nature, must remain in effect beyond the termination of this License 3337 shall survive. 3338 3339 8.2. If You initiate litigation by asserting a patent infringement 3340 claim (excluding declatory judgment actions) against Initial Developer 3341 or a Contributor (the Initial Developer or Contributor against whom 3342 You file such action is referred to as "Participant") alleging that: 3343 3344 (a) such Participant's Contributor Version directly or indirectly 3345 infringes any patent, then any and all rights granted by such 3346 Participant to You under Sections 2.1 and/or 2.2 of this License 3347 shall, upon 60 days notice from Participant terminate prospectively, 3348 unless if within 60 days after receipt of notice You either: (i) 3349 agree in writing to pay Participant a mutually agreeable reasonable 3350 royalty for Your past and future use of Modifications made by such 3351 Participant, or (ii) withdraw Your litigation claim with respect to 3352 the Contributor Version against such Participant. If within 60 days 3353 of notice, a reasonable royalty and payment arrangement are not 3354 mutually agreed upon in writing by the parties or the litigation claim 3355 is not withdrawn, the rights granted by Participant to You under 3356 Sections 2.1 and/or 2.2 automatically terminate at the expiration of 3357 the 60 day notice period specified above. 3358 3359 (b) any software, hardware, or device, other than such Participant's 3360 Contributor Version, directly or indirectly infringes any patent, then 3361 any rights granted to You by such Participant under Sections 2.1(b) 3362 and 2.2(b) are revoked effective as of the date You first made, used, 3363 sold, distributed, or had made, Modifications made by that 3364 Participant. 3365 3366 8.3. If You assert a patent infringement claim against Participant 3367 alleging that such Participant's Contributor Version directly or 3368 indirectly infringes any patent where such claim is resolved (such as 3369 by license or settlement) prior to the initiation of patent 3370 infringement litigation, then the reasonable value of the licenses 3371 granted by such Participant under Sections 2.1 or 2.2 shall be taken 3372 into account in determining the amount or value of any payment or 3373 license. 3374 3375 8.4. In the event of termination under Sections 8.1 or 8.2 above, 3376 all end user license agreements (excluding distributors and resellers) 3377 which have been validly granted by You or any distributor hereunder 3378 prior to termination shall survive termination. 3379 33809. LIMITATION OF LIABILITY. 3381 3382 UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT 3383 (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL YOU, THE INITIAL 3384 DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF COVERED CODE, 3385 OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON FOR 3386 ANY INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY 3387 CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, 3388 WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER 3389 COMMERCIAL DAMAGES OR LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN 3390 INFORMED OF THE POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF 3391 LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY 3392 RESULTING FROM SUCH PARTY'S NEGLIGENCE TO THE EXTENT APPLICABLE LAW 3393 PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE 3394 EXCLUSION OR LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO 3395 THIS EXCLUSION AND LIMITATION MAY NOT APPLY TO YOU. 3396 339710. U.S. GOVERNMENT END USERS. 3398 3399 The Covered Code is a "commercial item," as that term is defined in 3400 48 C.F.R. 2.101 (Oct. 1995), consisting of "commercial computer 3401 software" and "commercial computer software documentation," as such 3402 terms are used in 48 C.F.R. 12.212 (Sept. 1995). Consistent with 48 3403 C.F.R. 12.212 and 48 C.F.R. 227.7202-1 through 227.7202-4 (June 1995), 3404 all U.S. Government End Users acquire Covered Code with only those 3405 rights set forth herein. 3406 340711. MISCELLANEOUS. 3408 3409 This License represents the complete agreement concerning subject 3410 matter hereof. If any provision of this License is held to be 3411 unenforceable, such provision shall be reformed only to the extent 3412 necessary to make it enforceable. This License shall be governed by 3413 California law provisions (except to the extent applicable law, if 3414 any, provides otherwise), excluding its conflict-of-law provisions. 3415 With respect to disputes in which at least one party is a citizen of, 3416 or an entity chartered or registered to do business in the United 3417 States of America, any litigation relating to this License shall be 3418 subject to the jurisdiction of the Federal Courts of the Northern 3419 District of California, with venue lying in Santa Clara County, 3420 California, with the losing party responsible for costs, including 3421 without limitation, court costs and reasonable attorneys' fees and 3422 expenses. The application of the United Nations Convention on 3423 Contracts for the International Sale of Goods is expressly excluded. 3424 Any law or regulation which provides that the language of a contract 3425 shall be construed against the drafter shall not apply to this 3426 License. 3427 342812. RESPONSIBILITY FOR CLAIMS. 3429 3430 As between Initial Developer and the Contributors, each party is 3431 responsible for claims and damages arising, directly or indirectly, 3432 out of its utilization of rights under this License and You agree to 3433 work with Initial Developer and Contributors to distribute such 3434 responsibility on an equitable basis. Nothing herein is intended or 3435 shall be deemed to constitute any admission of liability. 3436 343713. MULTIPLE-LICENSED CODE. 3438 3439 Initial Developer may designate portions of the Covered Code as 3440 "Multiple-Licensed". "Multiple-Licensed" means that the Initial 3441 Developer permits you to utilize portions of the Covered Code under 3442 Your choice of the NPL or the alternative licenses, if any, specified 3443 by the Initial Developer in the file described in Exhibit A. 3444 3445EXHIBIT A -Mozilla Public License. 3446 3447 ``The contents of this file are subject to the Mozilla Public License 3448 Version 1.1 (the "License"); you may not use this file except in 3449 compliance with the License. You may obtain a copy of the License at 3450 http://www.mozilla.org/MPL/ 3451 3452 Software distributed under the License is distributed on an "AS IS" 3453 basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the 3454 License for the specific language governing rights and limitations 3455 under the License. 3456 3457 The Original Code is ______________________________________. 3458 3459 The Initial Developer of the Original Code is ________________________. 3460 Portions created by ______________________ are Copyright (C) ______ 3461 _______________________. All Rights Reserved. 3462 3463 Contributor(s): ______________________________________. 3464 3465 Alternatively, the contents of this file may be used under the terms 3466 of the _____ license (the "[___] License"), in which case the 3467 provisions of [______] License are applicable instead of those 3468 above. If you wish to allow use of your version of this file only 3469 under the terms of the [____] License and not to allow others to use 3470 your version of this file under the MPL, indicate your decision by 3471 deleting the provisions above and replace them with the notice and 3472 other provisions required by the [___] License. If you do not delete 3473 the provisions above, a recipient may use your version of this file 3474 under either the MPL or the [___] License." 3475 3476 [NOTE: The text of this Exhibit A may differ slightly from the text of 3477 the notices in the Source Code files of the Original Code. You should 3478 use the text of this Exhibit A rather than the text found in the 3479 Original Code Source Code for Your Modifications.] 3480 3481 ---------------------------------------------------------------------- 3482 3483 AMENDMENTS 3484 3485 The Netscape Public License Version 1.1 ("NPL") consists of the 3486 Mozilla Public License Version 1.1 with the following Amendments, 3487 including Exhibit A-Netscape Public License. Files identified with 3488 "Exhibit A-Netscape Public License" are governed by the Netscape 3489 Public License Version 1.1. 3490 3491 Additional Terms applicable to the Netscape Public License. 3492 I. Effect. 3493 These additional terms described in this Netscape Public 3494 License -- Amendments shall apply to the Mozilla Communicator 3495 client code and to all Covered Code under this License. 3496 3497 II. "Netscape's Branded Code" means Covered Code that Netscape 3498 distributes and/or permits others to distribute under one or more 3499 trademark(s) which are controlled by Netscape but which are not 3500 licensed for use under this License. 3501 3502 III. Netscape and logo. 3503 This License does not grant any rights to use the trademarks 3504 "Netscape", the "Netscape N and horizon" logo or the "Netscape 3505 lighthouse" logo, "Netcenter", "Gecko", "Java" or "JavaScript", 3506 "Smart Browsing" even if such marks are included in the Original 3507 Code or Modifications. 3508 3509 IV. Inability to Comply Due to Contractual Obligation. 3510 Prior to licensing the Original Code under this License, Netscape 3511 has licensed third party code for use in Netscape's Branded Code. 3512 To the extent that Netscape is limited contractually from making 3513 such third party code available under this License, Netscape may 3514 choose to reintegrate such code into Covered Code without being 3515 required to distribute such code in Source Code form, even if 3516 such code would otherwise be considered "Modifications" under 3517 this License. 3518 3519 V. Use of Modifications and Covered Code by Initial Developer. 3520 V.1. In General. 3521 The obligations of Section 3 apply to Netscape, except to 3522 the extent specified in this Amendment, Section V.2 and V.3. 3523 3524 V.2. Other Products. 3525 Netscape may include Covered Code in products other than the 3526 Netscape's Branded Code which are released by Netscape 3527 during the two (2) years following the release date of the 3528 Original Code, without such additional products becoming 3529 subject to the terms of this License, and may license such 3530 additional products on different terms from those contained 3531 in this License. 3532 3533 V.3. Alternative Licensing. 3534 Netscape may license the Source Code of Netscape's Branded 3535 Code, including Modifications incorporated therein, without 3536 such Netscape Branded Code becoming subject to the terms of 3537 this License, and may license such Netscape Branded Code on 3538 different terms from those contained in this License. 3539 3540 VI. Litigation. 3541 Notwithstanding the limitations of Section 11 above, the 3542 provisions regarding litigation in Section 11(a), (b) and (c) of 3543 the License shall apply to all disputes relating to this License. 3544 3545 EXHIBIT A-Netscape Public License. 3546 3547 "The contents of this file are subject to the Netscape Public 3548 License Version 1.1 (the "License"); you may not use this file 3549 except in compliance with the License. You may obtain a copy of 3550 the License at http://www.mozilla.org/NPL/ 3551 3552 Software distributed under the License is distributed on an "AS 3553 IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or 3554 implied. See the License for the specific language governing 3555 rights and limitations under the License. 3556 3557 The Original Code is Mozilla Communicator client code, released 3558 March 31, 1998. 3559 3560 The Initial Developer of the Original Code is Netscape 3561 Communications Corporation. Portions created by Netscape are 3562 Copyright (C) 1998-1999 Netscape Communications Corporation. All 3563 Rights Reserved. 3564 3565 Contributor(s): ______________________________________. 3566 3567 Alternatively, the contents of this file may be used under the 3568 terms of the _____ license (the "[___] License"), in which case 3569 the provisions of [______] License are applicable instead of 3570 those above. If you wish to allow use of your version of this 3571 file only under the terms of the [____] License and not to allow 3572 others to use your version of this file under the NPL, indicate 3573 your decision by deleting the provisions above and replace them 3574 with the notice and other provisions required by the [___] 3575 License. If you do not delete the provisions above, a recipient 3576 may use your version of this file under either the NPL or the 3577 [___] License." 3578</pre> 3579</div> 3580</div> 3581 3582 3583<div class="product"> 3584<span class="title">expat</span> 3585<a class="show" href="#" onclick="return toggle(this);">show license</a> 3586<span class="homepage"><a href="http://sourceforge.net/projects/expat/">homepage</a></span> 3587<div class="licence"> 3588<pre>Copyright (c) 1998, 1999, 2000 Thai Open Source Software Center Ltd 3589 and Clark Cooper 3590Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006 Expat maintainers. 3591 3592Permission is hereby granted, free of charge, to any person obtaining 3593a copy of this software and associated documentation files (the 3594"Software"), to deal in the Software without restriction, including 3595without limitation the rights to use, copy, modify, merge, publish, 3596distribute, sublicense, and/or sell copies of the Software, and to 3597permit persons to whom the Software is furnished to do so, subject to 3598the following conditions: 3599 3600The above copyright notice and this permission notice shall be included 3601in all copies or substantial portions of the Software. 3602 3603THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 3604EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 3605MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. 3606IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY 3607CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, 3608TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE 3609SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 3610</pre> 3611</div> 3612</div> 3613 3614 3615<div class="product"> 3616<span class="title">ffmpeg</span> 3617<a class="show" href="#" onclick="return toggle(this);">show license</a> 3618<span class="homepage"><a href="http://ffmpeg.org/">homepage</a></span> 3619<div class="licence"> 3620<pre>FFmpeg: 3621------- 3622 3623Most files in FFmpeg are under the GNU Lesser General Public License version 2.1 3624or later (LGPL v2.1+). Read the file COPYING.LGPLv2.1 for details. Some other 3625files have MIT/X11/BSD-style licenses. In combination the LGPL v2.1+ applies to 3626FFmpeg. 3627 3628Some optional parts of FFmpeg are licensed under the GNU General Public License 3629version 2 or later (GPL v2+). See the file COPYING.GPLv2 for details. None of 3630these parts are used by default, you have to explicitly pass --enable-gpl to 3631configure to activate them. In this case, FFmpeg's license changes to GPL v2+. 3632 3633Specifically, the GPL parts of FFmpeg are 3634 3635- libpostproc 3636- optional x86 optimizations in the files 3637 libavcodec/x86/idct_mmx.c 3638- the X11 grabber in libavdevice/x11grab.c 3639 3640There are a handful of files under other licensing terms, namely: 3641 3642* The files libavcodec/jfdctfst.c, libavcodec/jfdctint.c, libavcodec/jrevdct.c 3643 are taken from libjpeg, see the top of the files for licensing details. 3644 3645Should you, for whatever reason, prefer to use version 3 of the (L)GPL, then 3646the configure parameter --enable-version3 will activate this licensing option 3647for you. Read the file COPYING.LGPLv3 or, if you have enabled GPL parts, 3648COPYING.GPLv3 to learn the exact legal terms that apply in this case. 3649 3650 3651external libraries: 3652------------------- 3653 3654Some external libraries, e.g. libx264, are under GPL and can be used in 3655conjunction with FFmpeg. They require --enable-gpl to be passed to configure 3656as well. 3657 3658The OpenCORE external libraries are under the Apache License 2.0. That license 3659is incompatible with the LGPL v2.1 and the GPL v2, but not with version 3 of 3660those licenses. So to combine the OpenCORE libraries with FFmpeg, the license 3661version needs to be upgraded by passing --enable-version3 to configure. 3662 3663The nonfree external library libfaac can be hooked up in FFmpeg. You need to 3664pass --enable-nonfree to configure to enable it. Employ this option with care 3665as FFmpeg then becomes nonfree and unredistributable. 3666</pre> 3667</div> 3668</div> 3669 3670 3671<div class="product"> 3672<span class="title">OpenGL ES 2.0 Programming Guide</span> 3673<a class="show" href="#" onclick="return toggle(this);">show license</a> 3674<span class="homepage"><a href="http://opengles-book.com/">homepage</a></span> 3675<div class="licence"> 3676<pre>Book: OpenGL(R) ES 2.0 Programming Guide 3677Authors: Aaftab Munshi, Dan Ginsburg, Dave Shreiner 3678ISBN-10: 0321502795 3679ISBN-13: 9780321502797 3680Publisher: Addison-Wesley Professional 3681URLs: http://safari.informit.com/9780321563835 3682 http://www.opengles-book.com</pre> 3683</div> 3684</div> 3685 3686 3687<div class="product"> 3688<span class="title">OpenGL ES 2.0 Conformance Tests</span> 3689<a class="show" href="#" onclick="return toggle(this);">show license</a> 3690<span class="homepage"><a href="https://www.khronos.org/opengles/adopters/login/conformance/">homepage</a></span> 3691<div class="licence"> 3692<pre>/* 3693 3694** Copyright (c) 2008 The Khronos Group Inc. 3695 3696** 3697 3698** All Rights Reserved. This code is protected by copyright laws and 3699 3700** contains material proprietary to the Khronos Group, Inc. This is 3701 3702** UNPUBLISHED PROPRIETARY SOURCE CODE that may not be disclosed in whole 3703 3704** or in part to third parties, and may not be reproduced, republished, 3705 3706** distributed, transmitted, displayed, broadcast or otherwise exploited 3707 3708** in any manner without the express prior written permission of Khronos 3709 3710** Group. 3711 3712** 3713 3714** The receipt or possession of this code does not convey any rights to 3715 3716** reproduce, disclose, or distribute its contents, or to manufacture, 3717 3718** use, or sell anything that it may describe, in whole or in part other 3719 3720** than under the terms of the Khronos Adopters Agreement or Khronos 3721 3722** Conformance Test Source License Agreement as executed between Khronos 3723 3724** and the recipient. 3725 3726** 3727 3728** For the avoidance of doubt, this code when provided: a) under the 3729 3730** Khronos Conformance Test Source License Agreement is for the sole 3731 3732** purpose of creating conformance tests for delivery to Khronos and does 3733 3734** not provide for formally testing products or use of Khronos trademarks 3735 3736** on conformant products; b) under the Khronos Adopters Agreement is for 3737 3738** the sole purpose of formally administering tests to products pursuant 3739 3740** to the Khronos Conformance Process Document. 3741 3742** 3743 3744** Khronos, OpenKODE, OpenVG, OpenWF, glFX, OpenMAX and OpenSL ES are 3745 3746** trademarks of the Khronos Group Inc. COLLADA is a trademark of Sony 3747 3748** Computer Entertainment Inc. used by permission by Khronos. OpenGL and 3749 3750** OpenML are registered trademarks and the OpenGL ES logo is a trademark 3751 3752** of Silicon Graphics Inc. used by permission by Khronos. 3753 3754** 3755 3756** Use, duplication or disclosure by the Government is subject to 3757 3758** restrictions as set forth in subdivision (c)(1)(ii) of the Rights in 3759 3760** Technical Data and Computer Software clause at DFARS 252.227-7013, and/ 3761 3762** or in similar or successor clauses in the FAR, DOD or NASA FAR 3763 3764** Supplement. Unpublished rights reserved under the Copyright Laws of 3765 3766** the United States and other countries. 3767 3768*/ 3769 3770</pre> 3771</div> 3772</div> 3773 3774 3775<div class="product"> 3776<span class="title">gpsd</span> 3777<a class="show" href="#" onclick="return toggle(this);">show license</a> 3778<span class="homepage"><a href="http://git.berlios.de/cgi-bin/gitweb.cgi?p=gpsd;a=summary">homepage</a></span> 3779<div class="licence"> 3780<pre> COPYRIGHTS 3781 3782Compilation copyright is held by the GPSD project. All rights reserved. 3783 3784GPSD project copyrights are assigned to the project lead, currently 3785Eric S. Raymond. Other portions of the GPSD code are Copyright (c) 37861997, 1998, 1999, 2000, 2001, 2002 by Remco Treffkorn, and others 3787Copyright (c) 2005 by Eric S. Raymond. For other copyrights, see 3788individual files. 3789 3790 BSD LICENSE 3791 3792Redistribution and use in source and binary forms, with or without 3793modification, are permitted provided that the following conditions 3794are met:<P> 3795 3796Redistributions of source code must retain the above copyright 3797notice, this list of conditions and the following disclaimer.<P> 3798 3799Redistributions in binary form must reproduce the above copyright 3800notice, this list of conditions and the following disclaimer in the 3801documentation and/or other materials provided with the distribution.<P> 3802 3803Neither name of the GPSD project nor the names of its contributors 3804may be used to endorse or promote products derived from this software 3805without specific prior written permission. 3806 3807THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 3808``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 3809LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 3810A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR 3811CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 3812EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 3813PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 3814PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 3815LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 3816NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 3817SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 3818</pre> 3819</div> 3820</div> 3821 3822 3823<div class="product"> 3824<span class="title">Harfbuzz</span> 3825<a class="show" href="#" onclick="return toggle(this);">show license</a> 3826<span class="homepage"><a href="http://freedesktop.org/wiki/Software/HarfBuzz">homepage</a></span> 3827<div class="licence"> 3828<pre>HarfBuzz was previously licensed under different licenses. This was 3829changed in January 2008. If you need to relicense your old copies, 3830consult the announcement of the license change on the internet. 3831Other than that, each copy of HarfBuzz is licensed under the COPYING 3832file included with it. The actual license follows: 3833 3834 3835Permission is hereby granted, without written agreement and without 3836license or royalty fees, to use, copy, modify, and distribute this 3837software and its documentation for any purpose, provided that the 3838above copyright notice and the following two paragraphs appear in 3839all copies of this software. 3840 3841IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR 3842DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES 3843ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN 3844IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH 3845DAMAGE. 3846 3847THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, 3848BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND 3849FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS 3850ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO 3851PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. 3852</pre> 3853</div> 3854</div> 3855 3856 3857<div class="product"> 3858<span class="title">hunspell</span> 3859<a class="show" href="#" onclick="return toggle(this);">show license</a> 3860<span class="homepage"><a href="http://hunspell.sourceforge.net/">homepage</a></span> 3861<div class="licence"> 3862<pre>GPL 2.0/LGPL 2.1/MPL 1.1 tri-license 3863 3864The contents of this software may be used under the terms of 3865the GNU General Public License Version 2 or later (the "GPL"), or 3866the GNU Lesser General Public License Version 2.1 or later (the "LGPL", 3867see COPYING.LGPL) or (excepting the LGPLed GNU gettext library in the 3868intl/ directory) the Mozilla Public License Version 1.1 or later 3869(the "MPL", see COPYING.MPL). 3870 3871Software distributed under these licenses is distributed on an "AS IS" basis, 3872WITHOUT WARRANTY OF ANY KIND, either express or implied. See the licences 3873for the specific language governing rights and limitations under the licenses. 3874</pre> 3875</div> 3876</div> 3877 3878 3879<div class="product"> 3880<span class="title">hunspell dictionaries</span> 3881<a class="show" href="#" onclick="return toggle(this);">show license</a> 3882<span class="homepage"><a href="http://wiki.services.openoffice.org/wiki/Dictionaries">homepage</a></span> 3883<div class="licence"> 3884<pre>GPL 2.0/LGPL 2.1/MPL 1.1 tri-license 3885 3886The contents of this software may be used under the terms of 3887the GNU General Public License Version 2 or later (the "GPL"), or 3888the GNU Lesser General Public License Version 2.1 or later (the "LGPL", 3889see COPYING.LGPL) or (excepting the LGPLed GNU gettext library in the 3890intl/ directory) the Mozilla Public License Version 1.1 or later 3891(the "MPL", see COPYING.MPL). 3892 3893Software distributed under these licenses is distributed on an "AS IS" basis, 3894WITHOUT WARRANTY OF ANY KIND, either express or implied. See the licences 3895for the specific language governing rights and limitations under the licenses. 3896</pre> 3897</div> 3898</div> 3899 3900 3901<div class="product"> 3902<span class="title">hyphen-2.6</span> 3903<a class="show" href="#" onclick="return toggle(this);">show license</a> 3904<span class="homepage"><a href="http://sourceforge.net/projects/hunspell/files/Hyphen/">homepage</a></span> 3905<div class="licence"> 3906<pre>GPL 2.0/LGPL 2.1/MPL 1.1 tri-license 3907 3908The contents of this software may be used under the terms of 3909the GNU General Public License Version 2 or later (the "GPL"), or 3910the GNU Lesser General Public License Version 2.1 or later (the "LGPL", 3911see COPYING.LGPL) or the Mozilla Public License Version 1.1 or later 3912(the "MPL", see COPYING.MPL). 3913 3914The Plain TeX hyphenation tables "hyphen.tex" by Donald E. Knuth 3915has a non MPL/LGPL compatible license, but freely redistributable: 3916"Unlimited copying and redistribution of this file are permitted as long 3917as this file is not modified. Modifications are permitted, but only if 3918the resulting file is not named hyphen.tex." 3919 3920Software distributed under these licenses is distributed on an "AS IS" basis, 3921WITHOUT WARRANTY OF ANY KIND, either express or implied. See the licences 3922for the specific language governing rights and limitations under the licenses. 3923</pre> 3924</div> 3925</div> 3926 3927 3928<div class="product"> 3929<span class="title">IAccessible2 COM interfaces for accessibility</span> 3930<a class="show" href="#" onclick="return toggle(this);">show license</a> 3931<span class="homepage"><a href="http://www.linuxfoundation.org/collaborate/workgroups/accessibility/iaccessible2">homepage</a></span> 3932<div class="licence"> 3933<pre>/************************************************************************* 3934 * 3935 * IAccessible2 IDL Specification 3936 * 3937 * Copyright (c) 2007, 2010 Linux Foundation 3938 * Copyright (c) 2006 IBM Corporation 3939 * Copyright (c) 2000, 2006 Sun Microsystems, Inc. 3940 * All rights reserved. 3941 * 3942 * 3943 * Redistribution and use in source and binary forms, with or without 3944 * modification, are permitted provided that the following conditions 3945 * are met: 3946 * 3947 * 1. Redistributions of source code must retain the above copyright 3948 * notice, this list of conditions and the following disclaimer. 3949 * 3950 * 2. Redistributions in binary form must reproduce the above 3951 * copyright notice, this list of conditions and the following 3952 * disclaimer in the documentation and/or other materials 3953 * provided with the distribution. 3954 * 3955 * 3. Neither the name of the Linux Foundation nor the names of its 3956 * contributors may be used to endorse or promote products 3957 * derived from this software without specific prior written 3958 * permission. 3959 * 3960 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND 3961 * CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, 3962 * INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF 3963 * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE 3964 * DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR 3965 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 3966 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT 3967 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; 3968 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 3969 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 3970 * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR 3971 * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, 3972 * EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 3973 * 3974 * This BSD License conforms to the Open Source Initiative "Simplified 3975 * BSD License" as published at: 3976 * http://www.opensource.org/licenses/bsd-license.php 3977 * 3978 * IAccessible2 is a trademark of the Linux Foundation. The IAccessible2 3979 * mark may be used in accordance with the Linux Foundation Trademark 3980 * Policy to indicate compliance with the IAccessible2 specification. 3981 * 3982 ************************************************************************/ 3983</pre> 3984</div> 3985</div> 3986 3987 3988<div class="product"> 3989<span class="title">iccjpeg</span> 3990<a class="show" href="#" onclick="return toggle(this);">show license</a> 3991<span class="homepage"><a href="http://www.ijg.org">homepage</a></span> 3992<div class="licence"> 3993<pre>LICENSE extracted from IJG's jpeg distribution: 3994----------------------------------------------- 3995 3996In plain English: 3997 39981. We don't promise that this software works. (But if you find any bugs, 3999 please let us know!) 40002. You can use this software for whatever you want. You don't have to pay us. 40013. You may not pretend that you wrote this software. If you use it in a 4002 program, you must acknowledge somewhere in your documentation that 4003 you've used the IJG code. 4004 4005In legalese: 4006 4007The authors make NO WARRANTY or representation, either express or implied, 4008with respect to this software, its quality, accuracy, merchantability, or 4009fitness for a particular purpose. This software is provided "AS IS", and you, 4010its user, assume the entire risk as to its quality and accuracy. 4011 4012This software is copyright (C) 1991-1998, Thomas G. Lane. 4013All Rights Reserved except as specified below. 4014 4015Permission is hereby granted to use, copy, modify, and distribute this 4016software (or portions thereof) for any purpose, without fee, subject to these 4017conditions: 4018(1) If any part of the source code for this software is distributed, then this 4019README file must be included, with this copyright and no-warranty notice 4020unaltered; and any additions, deletions, or changes to the original files 4021must be clearly indicated in accompanying documentation. 4022(2) If only executable code is distributed, then the accompanying 4023documentation must state that "this software is based in part on the work of 4024the Independent JPEG Group". 4025(3) Permission for use of this software is granted only if the user accepts 4026full responsibility for any undesirable consequences; the authors accept 4027NO LIABILITY for damages of any kind. 4028 4029These conditions apply to any software derived from or based on the IJG code, 4030not just to the unmodified library. If you use our work, you ought to 4031acknowledge us. 4032 4033Permission is NOT granted for the use of any IJG author's name or company name 4034in advertising or publicity relating to this software or products derived from 4035it. This software may be referred to only as "the Independent JPEG Group's 4036software". 4037 4038We specifically permit and encourage the use of this software as the basis of 4039commercial products, provided that all warranty or liability claims are 4040assumed by the product vendor. 4041 4042</pre> 4043</div> 4044</div> 4045 4046 4047<div class="product"> 4048<span class="title">ICU</span> 4049<a class="show" href="#" onclick="return toggle(this);">show license</a> 4050<span class="homepage"><a href="http://site.icu-project.org/">homepage</a></span> 4051<div class="licence"> 4052<pre>(This file was manually converted from license.html.) 4053 4054-------------------------------------------------------------------------------- 4055 4056ICU License - ICU 1.8.1 and later 4057 4058COPYRIGHT AND PERMISSION NOTICE 4059 4060Copyright (c) 1995-2009 International Business Machines Corporation and others 4061 4062All rights reserved. 4063 4064Permission is hereby granted, free of charge, to any person obtaining a copy 4065of this software and associated documentation files (the "Software"), 4066to deal in the Software without restriction, including without limitation 4067the rights to use, copy, modify, merge, publish, distribute, and/or sell 4068copies of the Software, and to permit persons 4069to whom the Software is furnished to do so, provided that the above 4070copyright notice(s) and this permission notice appear in all copies 4071of the Software and that both the above copyright notice(s) and this 4072permission notice appear in supporting documentation. 4073 4074THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, 4075INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A 4076PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY RIGHTS. IN NO EVENT SHALL 4077THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, 4078OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER 4079RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, 4080NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE 4081USE OR PERFORMANCE OF THIS SOFTWARE. 4082 4083Except as contained in this notice, the name of a copyright holder shall not be 4084used in advertising or otherwise to promote the sale, use or other dealings in 4085this Software without prior written authorization of the copyright holder. 4086 4087All trademarks and registered trademarks mentioned herein are the 4088property of their respective owners. 4089 4090</pre> 4091</div> 4092</div> 4093 4094 4095<div class="product"> 4096<span class="title">Chinese and Japanese Word List</span> 4097<a class="show" href="#" onclick="return toggle(this);">show license</a> 4098<span class="homepage"><a href="http://src.chromium.org/viewvc/chrome/trunk/deps/third_party/icu42/source/data/brkitr/">homepage</a></span> 4099<div class="licence"> 4100<pre>The list of words in cjdict.txt are obtained by combining three word 4101lists listed below with further processing for compound word breaking. 4102The frequency is generated with an iterative training against Google 4103web corpora. 4104 4105* CC-CEDICT (Chinese) 4106 - http://www.mdbg.net/chindict/chindict.php?page=cedict (home page) 4107 - http://www.mdbg.net/chindict/export/cedict/cedict_1_0_ts_utf-8_mdbg.txt.gz (word list) 4108 - It is licensed under a Creative Commons Attribution-Share Alike 3.0 License. 4109 (see http://creativecommons.org/licenses/by-sa/3.0 for more details) 4110 4111 - The portion of words derived from CC-CEDICT is also separately available 4112 in cc_cedict.txt per the above CC Attribution-Share Alike 3.0 License. 4113 4114* Libtabe (Chinese) 4115 - https://sourceforge.net/project/?group_id=1519 4116 - Its license terms and conditions are shown below. 4117 4118* IPADIC (Japanese) 4119 - http://chasen.aist-nara.ac.jp/chasen/distribution.html 4120 - Its license terms and conditions are shown below. 4121 4122---------COPYING.libtabe ---- BEGIN-------------------- 4123 4124/* 4125 * Copyrighy (c) 1999 TaBE Project. 4126 * Copyright (c) 1999 Pai-Hsiang Hsiao. 4127 * All rights reserved. 4128 * 4129 * Redistribution and use in source and binary forms, with or without 4130 * modification, are permitted provided that the following conditions 4131 * are met: 4132 * 4133 * . Redistributions of source code must retain the above copyright 4134 * notice, this list of conditions and the following disclaimer. 4135 * . Redistributions in binary form must reproduce the above copyright 4136 * notice, this list of conditions and the following disclaimer in 4137 * the documentation and/or other materials provided with the 4138 * distribution. 4139 * . Neither the name of the TaBE Project nor the names of its 4140 * contributors may be used to endorse or promote products derived 4141 * from this software without specific prior written permission. 4142 * 4143 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 4144 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 4145 * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS 4146 * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE 4147 * REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, 4148 * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES 4149 * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR 4150 * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 4151 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, 4152 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 4153 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 4154 * OF THE POSSIBILITY OF SUCH DAMAGE. 4155 */ 4156 4157/* 4158 * Copyright (c) 1999 Computer Systems and Communication Lab, 4159 * Institute of Information Science, Academia Sinica. 4160 * All rights reserved. 4161 * 4162 * Redistribution and use in source and binary forms, with or without 4163 * modification, are permitted provided that the following conditions 4164 * are met: 4165 * 4166 * . Redistributions of source code must retain the above copyright 4167 * notice, this list of conditions and the following disclaimer. 4168 * . Redistributions in binary form must reproduce the above copyright 4169 * notice, this list of conditions and the following disclaimer in 4170 * the documentation and/or other materials provided with the 4171 * distribution. 4172 * . Neither the name of the Computer Systems and Communication Lab 4173 * nor the names of its contributors may be used to endorse or 4174 * promote products derived from this software without specific 4175 * prior written permission. 4176 * 4177 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 4178 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 4179 * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS 4180 * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE 4181 * REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, 4182 * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES 4183 * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR 4184 * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 4185 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, 4186 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 4187 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 4188 * OF THE POSSIBILITY OF SUCH DAMAGE. 4189 */ 4190 4191Copyright 1996 Chih-Hao Tsai @ Beckman Institute, University of Illinois 4192c-tsai4@uiuc.edu http://casper.beckman.uiuc.edu/~c-tsai4 4193 4194---------------COPYING.libtabe-----END------------------------------------ 4195 4196 4197---------------COPYING.ipadic-----BEGIN------------------------------------ 4198 4199Copyright 2000, 2001, 2002, 2003 Nara Institute of Science 4200and Technology. All Rights Reserved. 4201 4202Use, reproduction, and distribution of this software is permitted. 4203Any copy of this software, whether in its original form or modified, 4204must include both the above copyright notice and the following 4205paragraphs. 4206 4207Nara Institute of Science and Technology (NAIST), 4208the copyright holders, disclaims all warranties with regard to this 4209software, including all implied warranties of merchantability and 4210fitness, in no event shall NAIST be liable for 4211any special, indirect or consequential damages or any damages 4212whatsoever resulting from loss of use, data or profits, whether in an 4213action of contract, negligence or other tortuous action, arising out 4214of or in connection with the use or performance of this software. 4215 4216A large portion of the dictionary entries 4217originate from ICOT Free Software. The following conditions for ICOT 4218Free Software applies to the current dictionary as well. 4219 4220Each User may also freely distribute the Program, whether in its 4221original form or modified, to any third party or parties, PROVIDED 4222that the provisions of Section 3 ("NO WARRANTY") will ALWAYS appear 4223on, or be attached to, the Program, which is distributed substantially 4224in the same form as set out herein and that such intended 4225distribution, if actually made, will neither violate or otherwise 4226contravene any of the laws and regulations of the countries having 4227jurisdiction over the User or the intended distribution itself. 4228 4229NO WARRANTY 4230 4231The program was produced on an experimental basis in the course of the 4232research and development conducted during the project and is provided 4233to users as so produced on an experimental basis. Accordingly, the 4234program is provided without any warranty whatsoever, whether express, 4235implied, statutory or otherwise. The term "warranty" used herein 4236includes, but is not limited to, any warranty of the quality, 4237performance, merchantability and fitness for a particular purpose of 4238the program and the nonexistence of any infringement or violation of 4239any right of any third party. 4240 4241Each user of the program will agree and understand, and be deemed to 4242have agreed and understood, that there is no warranty whatsoever for 4243the program and, accordingly, the entire risk arising from or 4244otherwise connected with the program is assumed by the user. 4245 4246Therefore, neither ICOT, the copyright holder, or any other 4247organization that participated in or was otherwise related to the 4248development of the program and their respective officials, directors, 4249officers and other employees shall be held liable for any and all 4250damages, including, without limitation, general, special, incidental 4251and consequential damages, arising out of or otherwise in connection 4252with the use or inability to use the program or any product, material 4253or result produced or otherwise obtained by using the program, 4254regardless of whether they have been advised of, or otherwise had 4255knowledge of, the possibility of such damages at any time during the 4256project or thereafter. Each user will be deemed to have agreed to the 4257foregoing by his or her commencement of use of the program. The term 4258"use" as used herein includes, but is not limited to, the use, 4259modification, copying and distribution of the program and the 4260production of secondary products from the program. 4261 4262In the case where the program, whether in its original form or 4263modified, was distributed or delivered to or received by a user from 4264any person, organization or entity other than ICOT, unless it makes or 4265grants independently of ICOT any specific warranty to the user in 4266writing, such person, organization or entity, will also be exempted 4267from and not be held liable to the user for any such damages as noted 4268above as far as the program is concerned. 4269 4270---------------COPYING.ipadic-----END------------------------------------ 4271</pre> 4272</div> 4273</div> 4274 4275 4276<div class="product"> 4277<span class="title">ISimpleDOM COM interfaces for accessibility</span> 4278<a class="show" href="#" onclick="return toggle(this);">show license</a> 4279<span class="homepage"><a href="http://www.mozilla.org/access/windows/at-apis">homepage</a></span> 4280<div class="licence"> 4281<pre>/* ***** BEGIN LICENSE BLOCK ***** 4282 * Version: MPL 1.1/GPL 2.0/LGPL 2.1 4283 * 4284 * The contents of this file are subject to the Mozilla Public License Version 4285 * 1.1 (the "License"); you may not use this file except in compliance with 4286 * the License. You may obtain a copy of the License at 4287 * http://www.mozilla.org/MPL/ 4288 * 4289 * Software distributed under the License is distributed on an "AS IS" basis, 4290 * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License 4291 * for the specific language governing rights and limitations under the 4292 * License. 4293 * 4294 * The Original Code is mozilla.org code. 4295 * 4296 * The Initial Developer of the Original Code is 4297 * Netscape Communications Corporation. 4298 * Portions created by the Initial Developer are Copyright (C) 2002 4299 * the Initial Developer. All Rights Reserved. 4300 * 4301 * Contributor(s): 4302 * 4303 * Alternatively, the contents of this file may be used under the terms of 4304 * either the GNU General Public License Version 2 or later (the "GPL"), or 4305 * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), 4306 * in which case the provisions of the GPL or the LGPL are applicable instead 4307 * of those above. If you wish to allow use of your version of this file only 4308 * under the terms of either the GPL or the LGPL, and not to allow others to 4309 * use your version of this file under the terms of the MPL, indicate your 4310 * decision by deleting the provisions above and replace them with the notice 4311 * and other provisions required by the GPL or the LGPL. If you do not delete 4312 * the provisions above, a recipient may use your version of this file under 4313 * the terms of any one of the MPL, the GPL or the LGPL. 4314 * 4315 * ***** END LICENSE BLOCK ***** */ 4316</pre> 4317</div> 4318</div> 4319 4320 4321<div class="product"> 4322<span class="title">jemalloc</span> 4323<a class="show" href="#" onclick="return toggle(this);">show license</a> 4324<span class="homepage"><a href="http://hg.mozilla.org/mozilla-central/src/memory">homepage</a></span> 4325<div class="licence"> 4326<pre>The following is the license for the jemalloc source code, as provided 4327 4328in the initial section of the source files. 4329 4330 4331 4332Copyright (C) 2006-2008 Jason Evans <jasone@FreeBSD.org>. 4333 4334All rights reserved. 4335 4336 4337 4338Redistribution and use in source and binary forms, with or without 4339 4340modification, are permitted provided that the following conditions 4341 4342are met: 4343 43441. Redistributions of source code must retain the above copyright 4345 4346 notice(s), this list of conditions and the following disclaimer as 4347 4348 the first lines of this file unmodified other than the possible 4349 4350 addition of one or more copyright notices. 4351 43522. Redistributions in binary form must reproduce the above copyright 4353 4354 notice(s), this list of conditions and the following disclaimer in 4355 4356 the documentation and/or other materials provided with the 4357 4358 distribution. 4359 4360 4361 4362THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER(S) ``AS IS'' AND ANY 4363 4364EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 4365 4366IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 4367 4368PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER(S) BE 4369 4370LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 4371 4372CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 4373 4374SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR 4375 4376BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, 4377 4378WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE 4379 4380OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, 4381 4382EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 4383 4384 4385 4386</pre> 4387</div> 4388</div> 4389 4390 4391<div class="product"> 4392<span class="title">lcov</span> 4393<a class="show" href="#" onclick="return toggle(this);">show license</a> 4394<span class="homepage"><a href="http://ltp.sourceforge.net/coverage/lcov.php">homepage</a></span> 4395<div class="licence"> 4396<pre>License copied from bin/lcov: 4397 4398# 4399# Copyright (c) International Business Machines Corp., 2002,2007 4400# 4401# This program is free software; you can redistribute it and/or modify 4402# it under the terms of the GNU General Public License as published by 4403# the Free Software Foundation; either version 2 of the License, or (at 4404# your option) any later version. 4405# 4406# This program is distributed in the hope that it will be useful, but 4407# WITHOUT ANY WARRANTY; without even the implied warranty of 4408# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 4409# General Public License for more details. 4410# 4411# You should have received a copy of the GNU General Public License 4412# along with this program; if not, write to the Free Software 4413# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 4414</pre> 4415</div> 4416</div> 4417 4418 4419<div class="product"> 4420<span class="title">libevent</span> 4421<a class="show" href="#" onclick="return toggle(this);">show license</a> 4422<span class="homepage"><a href="http://www.monkey.org/~provos/libevent/">homepage</a></span> 4423<div class="licence"> 4424<pre>Copyright 2000-2007 Niels Provos <provos@citi.umich.edu> 4425Copyright 2007-2009 Niels Provos and Nick Mathewson 4426 4427Redistribution and use in source and binary forms, with or without 4428modification, are permitted provided that the following conditions 4429are met: 44301. Redistributions of source code must retain the above copyright 4431 notice, this list of conditions and the following disclaimer. 44322. Redistributions in binary form must reproduce the above copyright 4433 notice, this list of conditions and the following disclaimer in the 4434 documentation and/or other materials provided with the distribution. 44353. The name of the author may not be used to endorse or promote products 4436 derived from this software without specific prior written permission. 4437 4438THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR 4439IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES 4440OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. 4441IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, 4442INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT 4443NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 4444DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 4445THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 4446(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 4447THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 4448</pre> 4449</div> 4450</div> 4451 4452 4453<div class="product"> 4454<span class="title">libjingle</span> 4455<a class="show" href="#" onclick="return toggle(this);">show license</a> 4456<span class="homepage"><a href="http://code.google.com/p/libjingle/">homepage</a></span> 4457<div class="licence"> 4458<pre>Copyright (c) 2004--2005, Google Inc. 4459All rights reserved. 4460 4461Redistribution and use in source and binary forms, with or without modification, 4462are permitted provided that the following conditions are met: 4463 4464 * Redistributions of source code must retain the above copyright notice, 4465 this list of conditions and the following disclaimer. 4466 * Redistributions in binary form must reproduce the above copyright notice, 4467 this list of conditions and the following disclaimer in the documentation 4468 and/or other materials provided with the distribution. 4469 * The name of the author may not be used to endorse or promote products 4470 derived from this software without specific prior written permission. 4471 4472THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" 4473AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 4474IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 4475ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE 4476LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 4477CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE 4478GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 4479HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, 4480STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY 4481WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 4482SUCH DAMAGE.</pre> 4483</div> 4484</div> 4485 4486 4487<div class="product"> 4488<span class="title">libjpeg</span> 4489<a class="show" href="#" onclick="return toggle(this);">show license</a> 4490<span class="homepage"><a href="http://www.ijg.org/">homepage</a></span> 4491<div class="licence"> 4492<pre>(Copied from the README.) 4493 4494-------------------------------------------------------------------------------- 4495 4496The authors make NO WARRANTY or representation, either express or implied, 4497with respect to this software, its quality, accuracy, merchantability, or 4498fitness for a particular purpose. This software is provided "AS IS", and you, 4499its user, assume the entire risk as to its quality and accuracy. 4500 4501This software is copyright (C) 1991-1998, Thomas G. Lane. 4502All Rights Reserved except as specified below. 4503 4504Permission is hereby granted to use, copy, modify, and distribute this 4505software (or portions thereof) for any purpose, without fee, subject to these 4506conditions: 4507(1) If any part of the source code for this software is distributed, then this 4508README file must be included, with this copyright and no-warranty notice 4509unaltered; and any additions, deletions, or changes to the original files 4510must be clearly indicated in accompanying documentation. 4511(2) If only executable code is distributed, then the accompanying 4512documentation must state that "this software is based in part on the work of 4513the Independent JPEG Group". 4514(3) Permission for use of this software is granted only if the user accepts 4515full responsibility for any undesirable consequences; the authors accept 4516NO LIABILITY for damages of any kind. 4517 4518These conditions apply to any software derived from or based on the IJG code, 4519not just to the unmodified library. If you use our work, you ought to 4520acknowledge us. 4521 4522Permission is NOT granted for the use of any IJG author's name or company name 4523in advertising or publicity relating to this software or products derived from 4524it. This software may be referred to only as "the Independent JPEG Group's 4525software". 4526 4527We specifically permit and encourage the use of this software as the basis of 4528commercial products, provided that all warranty or liability claims are 4529assumed by the product vendor. 4530 4531 4532ansi2knr.c is included in this distribution by permission of L. Peter Deutsch, 4533sole proprietor of its copyright holder, Aladdin Enterprises of Menlo Park, CA. 4534ansi2knr.c is NOT covered by the above copyright and conditions, but instead 4535by the usual distribution terms of the Free Software Foundation; principally, 4536that you must include source code if you redistribute it. (See the file 4537ansi2knr.c for full details.) However, since ansi2knr.c is not needed as part 4538of any program generated from the IJG code, this does not limit you more than 4539the foregoing paragraphs do. 4540 4541The Unix configuration script "configure" was produced with GNU Autoconf. 4542It is copyright by the Free Software Foundation but is freely distributable. 4543The same holds for its supporting scripts (config.guess, config.sub, 4544ltconfig, ltmain.sh). Another support script, install-sh, is copyright 4545by M.I.T. but is also freely distributable. 4546 4547It appears that the arithmetic coding option of the JPEG spec is covered by 4548patents owned by IBM, AT&T, and Mitsubishi. Hence arithmetic coding cannot 4549legally be used without obtaining one or more licenses. For this reason, 4550support for arithmetic coding has been removed from the free JPEG software. 4551(Since arithmetic coding provides only a marginal gain over the unpatented 4552Huffman mode, it is unlikely that very many implementations will support it.) 4553So far as we are aware, there are no patent restrictions on the remaining 4554code. 4555 4556The IJG distribution formerly included code to read and write GIF files. 4557To avoid entanglement with the Unisys LZW patent, GIF reading support has 4558been removed altogether, and the GIF writer has been simplified to produce 4559"uncompressed GIFs". This technique does not use the LZW algorithm; the 4560resulting GIF files are larger than usual, but are readable by all standard 4561GIF decoders. 4562 4563We are required to state that 4564 "The Graphics Interchange Format(c) is the Copyright property of 4565 CompuServe Incorporated. GIF(sm) is a Service Mark property of 4566 CompuServe Incorporated." 4567</pre> 4568</div> 4569</div> 4570 4571 4572<div class="product"> 4573<span class="title">libjpeg-turbo</span> 4574<a class="show" href="#" onclick="return toggle(this);">show license</a> 4575<span class="homepage"><a href="http://sourceforge.net/projects/libjpeg-turbo/">homepage</a></span> 4576<div class="licence"> 4577<pre> wxWindows Library Licence, Version 3.1 4578 ====================================== 4579 4580 Copyright (C) 1998-2005 Julian Smart, Robert Roebling et al 4581 4582 Everyone is permitted to copy and distribute verbatim copies 4583 of this licence document, but changing it is not allowed. 4584 4585 WXWINDOWS LIBRARY LICENCE 4586 TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 4587 4588 This library is free software; you can redistribute it and/or modify it 4589 under the terms of the GNU Library General Public Licence as published by 4590 the Free Software Foundation; either version 2 of the Licence, or (at 4591 your option) any later version. 4592 4593 This library is distributed in the hope that it will be useful, but 4594 WITHOUT ANY WARRANTY; without even the implied warranty of 4595 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library 4596 General Public Licence for more details. 4597 4598 You should have received a copy of the GNU Library General Public Licence 4599 along with this software, usually in a file named COPYING.LIB. If not, 4600 write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, 4601 Boston, MA 02111-1307 USA. 4602 4603 EXCEPTION NOTICE 4604 4605 1. As a special exception, the copyright holders of this library give 4606 permission for additional uses of the text contained in this release of 4607 the library as licenced under the wxWindows Library Licence, applying 4608 either version 3.1 of the Licence, or (at your option) any later version of 4609 the Licence as published by the copyright holders of version 4610 3.1 of the Licence document. 4611 4612 2. The exception is that you may use, copy, link, modify and distribute 4613 under your own terms, binary object code versions of works based 4614 on the Library. 4615 4616 3. If you copy code from files distributed under the terms of the GNU 4617 General Public Licence or the GNU Library General Public Licence into a 4618 copy of this library, as this licence permits, the exception does not 4619 apply to the code that you add in this way. To avoid misleading anyone as 4620 to the status of such modified files, you must delete this exception 4621 notice from such code and/or adjust the licensing conditions notice 4622 accordingly. 4623 4624 4. If you write modifications of your own for this library, it is your 4625 choice whether to permit this exception to apply to your modifications. 4626 If you do not wish that, you must delete the exception notice from such 4627 code and/or adjust the licensing conditions notice accordingly. 4628 4629 4630</pre> 4631</div> 4632</div> 4633 4634 4635<div class="product"> 4636<span class="title">libpng</span> 4637<a class="show" href="#" onclick="return toggle(this);">show license</a> 4638<span class="homepage"><a href="http://libpng.org/">homepage</a></span> 4639<div class="licence"> 4640<pre> 4641This copy of the libpng notices is provided for your convenience. In case of 4642any discrepancy between this copy and the notices in the file png.h that is 4643included in the libpng distribution, the latter shall prevail. 4644 4645COPYRIGHT NOTICE, DISCLAIMER, and LICENSE: 4646 4647If you modify libpng you may insert additional notices immediately following 4648this sentence. 4649 4650This code is released under the libpng license. 4651 4652libpng versions 1.2.6, August 15, 2004, through 1.2.44, June 26, 2010, are 4653Copyright (c) 2004, 2006-2009 Glenn Randers-Pehrson, and are 4654distributed according to the same disclaimer and license as libpng-1.2.5 4655with the following individual added to the list of Contributing Authors 4656 4657 Cosmin Truta 4658 4659libpng versions 1.0.7, July 1, 2000, through 1.2.5 - October 3, 2002, are 4660Copyright (c) 2000-2002 Glenn Randers-Pehrson, and are 4661distributed according to the same disclaimer and license as libpng-1.0.6 4662with the following individuals added to the list of Contributing Authors 4663 4664 Simon-Pierre Cadieux 4665 Eric S. Raymond 4666 Gilles Vollant 4667 4668and with the following additions to the disclaimer: 4669 4670 There is no warranty against interference with your enjoyment of the 4671 library or against infringement. There is no warranty that our 4672 efforts or the library will fulfill any of your particular purposes 4673 or needs. This library is provided with all faults, and the entire 4674 risk of satisfactory quality, performance, accuracy, and effort is with 4675 the user. 4676 4677libpng versions 0.97, January 1998, through 1.0.6, March 20, 2000, are 4678Copyright (c) 1998, 1999 Glenn Randers-Pehrson, and are 4679distributed according to the same disclaimer and license as libpng-0.96, 4680with the following individuals added to the list of Contributing Authors: 4681 4682 Tom Lane 4683 Glenn Randers-Pehrson 4684 Willem van Schaik 4685 4686libpng versions 0.89, June 1996, through 0.96, May 1997, are 4687Copyright (c) 1996, 1997 Andreas Dilger 4688Distributed according to the same disclaimer and license as libpng-0.88, 4689with the following individuals added to the list of Contributing Authors: 4690 4691 John Bowler 4692 Kevin Bracey 4693 Sam Bushell 4694 Magnus Holmgren 4695 Greg Roelofs 4696 Tom Tanner 4697 4698libpng versions 0.5, May 1995, through 0.88, January 1996, are 4699Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc. 4700 4701For the purposes of this copyright and license, "Contributing Authors" 4702is defined as the following set of individuals: 4703 4704 Andreas Dilger 4705 Dave Martindale 4706 Guy Eric Schalnat 4707 Paul Schmidt 4708 Tim Wegner 4709 4710The PNG Reference Library is supplied "AS IS". The Contributing Authors 4711and Group 42, Inc. disclaim all warranties, expressed or implied, 4712including, without limitation, the warranties of merchantability and of 4713fitness for any purpose. The Contributing Authors and Group 42, Inc. 4714assume no liability for direct, indirect, incidental, special, exemplary, 4715or consequential damages, which may result from the use of the PNG 4716Reference Library, even if advised of the possibility of such damage. 4717 4718Permission is hereby granted to use, copy, modify, and distribute this 4719source code, or portions hereof, for any purpose, without fee, subject 4720to the following restrictions: 4721 47221. The origin of this source code must not be misrepresented. 4723 47242. Altered versions must be plainly marked as such and must not 4725 be misrepresented as being the original source. 4726 47273. This Copyright notice may not be removed or altered from any 4728 source or altered source distribution. 4729 4730The Contributing Authors and Group 42, Inc. specifically permit, without 4731fee, and encourage the use of this source code as a component to 4732supporting the PNG file format in commercial products. If you use this 4733source code in a product, acknowledgment is not required but would be 4734appreciated. 4735 4736 4737A "png_get_copyright" function is available, for convenient use in "about" 4738boxes and the like: 4739 4740 printf("%s",png_get_copyright(NULL)); 4741 4742Also, the PNG logo (in PNG format, of course) is supplied in the 4743files "pngbar.png" and "pngbar.jpg (88x31) and "pngnow.png" (98x31). 4744 4745Libpng is OSI Certified Open Source Software. OSI Certified Open Source is a 4746certification mark of the Open Source Initiative. 4747 4748Glenn Randers-Pehrson 4749glennrp at users.sourceforge.net 4750February 25, 2010 4751</pre> 4752</div> 4753</div> 4754 4755 4756<div class="product"> 4757<span class="title">libsrtp</span> 4758<a class="show" href="#" onclick="return toggle(this);">show license</a> 4759<span class="homepage"><a href="http://srtp.sourceforge.net">homepage</a></span> 4760<div class="licence"> 4761<pre>/* 4762 * 4763 * Copyright (c) 2001-2006 Cisco Systems, Inc. 4764 * All rights reserved. 4765 * 4766 * Redistribution and use in source and binary forms, with or without 4767 * modification, are permitted provided that the following conditions 4768 * are met: 4769 * 4770 * Redistributions of source code must retain the above copyright 4771 * notice, this list of conditions and the following disclaimer. 4772 * 4773 * Redistributions in binary form must reproduce the above 4774 * copyright notice, this list of conditions and the following 4775 * disclaimer in the documentation and/or other materials provided 4776 * with the distribution. 4777 * 4778 * Neither the name of the Cisco Systems, Inc. nor the names of its 4779 * contributors may be used to endorse or promote products derived 4780 * from this software without specific prior written permission. 4781 * 4782 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 4783 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 4784 * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS 4785 * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE 4786 * COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, 4787 * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES 4788 * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR 4789 * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 4790 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, 4791 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 4792 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 4793 * OF THE POSSIBILITY OF SUCH DAMAGE. 4794 * 4795 */ 4796</pre> 4797</div> 4798</div> 4799 4800 4801<div class="product"> 4802<span class="title">libvpx</span> 4803<a class="show" href="#" onclick="return toggle(this);">show license</a> 4804<span class="homepage"><a href="http://www.webmproject.org">homepage</a></span> 4805<div class="licence"> 4806<pre>Copyright (c) 2010, Google Inc. All rights reserved. 4807 4808Redistribution and use in source and binary forms, with or without 4809modification, are permitted provided that the following conditions are 4810met: 4811 4812 * Redistributions of source code must retain the above copyright 4813 notice, this list of conditions and the following disclaimer. 4814 4815 * Redistributions in binary form must reproduce the above copyright 4816 notice, this list of conditions and the following disclaimer in 4817 the documentation and/or other materials provided with the 4818 distribution. 4819 4820 * Neither the name of Google nor the names of its contributors may 4821 be used to endorse or promote products derived from this software 4822 without specific prior written permission. 4823 4824THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 4825"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 4826LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 4827A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 4828HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 4829SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT 4830LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 4831DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 4832THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 4833(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 4834OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 4835 4836</pre> 4837</div> 4838</div> 4839 4840 4841<div class="product"> 4842<span class="title">libwebpdecode</span> 4843<a class="show" href="#" onclick="return toggle(this);">show license</a> 4844<span class="homepage"><a href="http://code.google.com/speed/webp">homepage</a></span> 4845<div class="licence"> 4846<pre>Copyright (c) 2010, Google Inc. All rights reserved. 4847 4848Redistribution and use in source and binary forms, with or without 4849modification, are permitted provided that the following conditions are 4850met: 4851 4852 * Redistributions of source code must retain the above copyright 4853 notice, this list of conditions and the following disclaimer. 4854 4855 * Redistributions in binary form must reproduce the above copyright 4856 notice, this list of conditions and the following disclaimer in 4857 the documentation and/or other materials provided with the 4858 distribution. 4859 4860 * Neither the name of Google nor the names of its contributors may 4861 be used to endorse or promote products derived from this software 4862 without specific prior written permission. 4863 4864THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 4865"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 4866LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 4867A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 4868HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 4869SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT 4870LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 4871DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 4872THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 4873(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 4874OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 4875 4876Additional IP Rights Grant (Patents) 4877 4878"This implementation" means the copyrightable works distributed by 4879Google as part of the WebM Project. 4880 4881Google hereby grants to you a perpetual, worldwide, non-exclusive, 4882no-charge, royalty-free, irrevocable (except as stated in this section) 4883patent license to make, have made, use, offer to sell, sell, import, 4884transfer, and otherwise run, modify and propagate the contents of this 4885implementation of VP8, where such license applies only to those patent 4886claims, both currently owned by Google and acquired in the future, 4887licensable by Google that are necessarily infringed by this 4888implementation of VP8. This grant does not include claims that would be 4889infringed only as a consequence of further modification of this 4890implementation. If you or your agent or exclusive licensee institute or 4891order or agree to the institution of patent litigation against any 4892entity (including a cross-claim or counterclaim in a lawsuit) alleging 4893that this implementation of VP8 or any code incorporated within this 4894implementation of VP8 constitutes direct or contributory patent 4895infringement, or inducement of patent infringement, then any patent 4896rights granted to you under this License for this implementation of VP8 4897shall terminate as of the date such litigation is filed. 4898</pre> 4899</div> 4900</div> 4901 4902 4903<div class="product"> 4904<span class="title">libxml</span> 4905<a class="show" href="#" onclick="return toggle(this);">show license</a> 4906<span class="homepage"><a href="http://xmlsoft.org">homepage</a></span> 4907<div class="licence"> 4908<pre>Except where otherwise noted in the source code (e.g. the files hash.c, 4909list.c and the trio files, which are covered by a similar licence but 4910with different Copyright notices) all the files are: 4911 4912 Copyright (C) 1998-2003 Daniel Veillard. All Rights Reserved. 4913 4914Permission is hereby granted, free of charge, to any person obtaining a copy 4915of this software and associated documentation files (the "Software"), to deal 4916in the Software without restriction, including without limitation the rights 4917to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 4918copies of the Software, and to permit persons to whom the Software is fur- 4919nished to do so, subject to the following conditions: 4920 4921The above copyright notice and this permission notice shall be included in 4922all copies or substantial portions of the Software. 4923 4924THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 4925IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FIT- 4926NESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 4927DANIEL VEILLARD BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER 4928IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CON- 4929NECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 4930 4931Except as contained in this notice, the name of Daniel Veillard shall not 4932be used in advertising or otherwise to promote the sale, use or other deal- 4933ings in this Software without prior written authorization from him. 4934 4935</pre> 4936</div> 4937</div> 4938 4939 4940<div class="product"> 4941<span class="title">libxslt</span> 4942<a class="show" href="#" onclick="return toggle(this);">show license</a> 4943<span class="homepage"><a href="http://xmlsoft.org/XSLT">homepage</a></span> 4944<div class="licence"> 4945<pre>Licence for libxslt except libexslt 4946---------------------------------------------------------------------- 4947 Copyright (C) 2001-2002 Daniel Veillard. All Rights Reserved. 4948 4949Permission is hereby granted, free of charge, to any person obtaining a copy 4950of this software and associated documentation files (the "Software"), to deal 4951in the Software without restriction, including without limitation the rights 4952to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 4953copies of the Software, and to permit persons to whom the Software is fur- 4954nished to do so, subject to the following conditions: 4955 4956The above copyright notice and this permission notice shall be included in 4957all copies or substantial portions of the Software. 4958 4959THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 4960IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FIT- 4961NESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 4962DANIEL VEILLARD BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER 4963IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CON- 4964NECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 4965 4966Except as contained in this notice, the name of Daniel Veillard shall not 4967be used in advertising or otherwise to promote the sale, use or other deal- 4968ings in this Software without prior written authorization from him. 4969 4970---------------------------------------------------------------------- 4971 4972Licence for libexslt 4973---------------------------------------------------------------------- 4974 Copyright (C) 2001-2002 Thomas Broyer, Charlie Bozeman and Daniel Veillard. 4975 All Rights Reserved. 4976 4977Permission is hereby granted, free of charge, to any person obtaining a copy 4978of this software and associated documentation files (the "Software"), to deal 4979in the Software without restriction, including without limitation the rights 4980to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 4981copies of the Software, and to permit persons to whom the Software is fur- 4982nished to do so, subject to the following conditions: 4983 4984The above copyright notice and this permission notice shall be included in 4985all copies or substantial portions of the Software. 4986 4987THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 4988IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FIT- 4989NESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 4990AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER 4991IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CON- 4992NECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 4993 4994Except as contained in this notice, the name of the authors shall not 4995be used in advertising or otherwise to promote the sale, use or other deal- 4996ings in this Software without prior written authorization from him. 4997---------------------------------------------------------------------- 4998</pre> 4999</div> 5000</div> 5001 5002 5003<div class="product"> 5004<span class="title">LZMA SDK</span> 5005<a class="show" href="#" onclick="return toggle(this);">show license</a> 5006<span class="homepage"><a href="http://www.7-zip.org/sdk.html">homepage</a></span> 5007<div class="licence"> 5008<pre>LZMA SDK is placed in the public domain. 5009</pre> 5010</div> 5011</div> 5012 5013 5014<div class="product"> 5015<span class="title">MesaLib</span> 5016<a class="show" href="#" onclick="return toggle(this);">show license</a> 5017<span class="homepage"><a href="http://www.mesa3d.org/">homepage</a></span> 5018<div class="licence"> 5019<pre> 5020Some parts of Mesa are copyrighted under the GNU LGPL. See the 5021Mesa/docs/COPYRIGHT file for details. 5022 5023The following is the standard GNU copyright file. 5024---------------------------------------------------------------------- 5025 5026 5027 GNU LIBRARY GENERAL PUBLIC LICENSE 5028 Version 2, June 1991 5029 5030 Copyright (C) 1991 Free Software Foundation, Inc. 5031 675 Mass Ave, Cambridge, MA 02139, USA 5032 Everyone is permitted to copy and distribute verbatim copies 5033 of this license document, but changing it is not allowed. 5034 5035[This is the first released version of the library GPL. It is 5036 numbered 2 because it goes with version 2 of the ordinary GPL.] 5037 5038 Preamble 5039 5040 The licenses for most software are designed to take away your 5041freedom to share and change it. By contrast, the GNU General Public 5042Licenses are intended to guarantee your freedom to share and change 5043free software--to make sure the software is free for all its users. 5044 5045 This license, the Library General Public License, applies to some 5046specially designated Free Software Foundation software, and to any 5047other libraries whose authors decide to use it. You can use it for 5048your libraries, too. 5049 5050 When we speak of free software, we are referring to freedom, not 5051price. Our General Public Licenses are designed to make sure that you 5052have the freedom to distribute copies of free software (and charge for 5053this service if you wish), that you receive source code or can get it 5054if you want it, that you can change the software or use pieces of it 5055in new free programs; and that you know you can do these things. 5056 5057 To protect your rights, we need to make restrictions that forbid 5058anyone to deny you these rights or to ask you to surrender the rights. 5059These restrictions translate to certain responsibilities for you if 5060you distribute copies of the library, or if you modify it. 5061 5062 For example, if you distribute copies of the library, whether gratis 5063or for a fee, you must give the recipients all the rights that we gave 5064you. You must make sure that they, too, receive or can get the source 5065code. If you link a program with the library, you must provide 5066complete object files to the recipients so that they can relink them 5067with the library, after making changes to the library and recompiling 5068it. And you must show them these terms so they know their rights. 5069 5070 Our method of protecting your rights has two steps: (1) copyright 5071the library, and (2) offer you this license which gives you legal 5072permission to copy, distribute and/or modify the library. 5073 5074 Also, for each distributor's protection, we want to make certain 5075that everyone understands that there is no warranty for this free 5076library. If the library is modified by someone else and passed on, we 5077want its recipients to know that what they have is not the original 5078version, so that any problems introduced by others will not reflect on 5079the original authors' reputations. 5080 5081 Finally, any free program is threatened constantly by software 5082patents. We wish to avoid the danger that companies distributing free 5083software will individually obtain patent licenses, thus in effect 5084transforming the program into proprietary software. To prevent this, 5085we have made it clear that any patent must be licensed for everyone's 5086free use or not licensed at all. 5087 5088 Most GNU software, including some libraries, is covered by the ordinary 5089GNU General Public License, which was designed for utility programs. This 5090license, the GNU Library General Public License, applies to certain 5091designated libraries. This license is quite different from the ordinary 5092one; be sure to read it in full, and don't assume that anything in it is 5093the same as in the ordinary license. 5094 5095 The reason we have a separate public license for some libraries is that 5096they blur the distinction we usually make between modifying or adding to a 5097program and simply using it. Linking a program with a library, without 5098changing the library, is in some sense simply using the library, and is 5099analogous to running a utility program or application program. However, in 5100a textual and legal sense, the linked executable is a combined work, a 5101derivative of the original library, and the ordinary General Public License 5102treats it as such. 5103 5104 Because of this blurred distinction, using the ordinary General 5105Public License for libraries did not effectively promote software 5106sharing, because most developers did not use the libraries. We 5107concluded that weaker conditions might promote sharing better. 5108 5109 However, unrestricted linking of non-free programs would deprive the 5110users of those programs of all benefit from the free status of the 5111libraries themselves. This Library General Public License is intended to 5112permit developers of non-free programs to use free libraries, while 5113preserving your freedom as a user of such programs to change the free 5114libraries that are incorporated in them. (We have not seen how to achieve 5115this as regards changes in header files, but we have achieved it as regards 5116changes in the actual functions of the Library.) The hope is that this 5117will lead to faster development of free libraries. 5118 5119 The precise terms and conditions for copying, distribution and 5120modification follow. Pay close attention to the difference between a 5121"work based on the library" and a "work that uses the library". The 5122former contains code derived from the library, while the latter only 5123works together with the library. 5124 5125 Note that it is possible for a library to be covered by the ordinary 5126General Public License rather than by this special one. 5127 5128 GNU LIBRARY GENERAL PUBLIC LICENSE 5129 TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 5130 5131 0. This License Agreement applies to any software library which 5132contains a notice placed by the copyright holder or other authorized 5133party saying it may be distributed under the terms of this Library 5134General Public License (also called "this License"). Each licensee is 5135addressed as "you". 5136 5137 A "library" means a collection of software functions and/or data 5138prepared so as to be conveniently linked with application programs 5139(which use some of those functions and data) to form executables. 5140 5141 The "Library", below, refers to any such software library or work 5142which has been distributed under these terms. A "work based on the 5143Library" means either the Library or any derivative work under 5144copyright law: that is to say, a work containing the Library or a 5145portion of it, either verbatim or with modifications and/or translated 5146straightforwardly into another language. (Hereinafter, translation is 5147included without limitation in the term "modification".) 5148 5149 "Source code" for a work means the preferred form of the work for 5150making modifications to it. For a library, complete source code means 5151all the source code for all modules it contains, plus any associated 5152interface definition files, plus the scripts used to control compilation 5153and installation of the library. 5154 5155 Activities other than copying, distribution and modification are not 5156covered by this License; they are outside its scope. The act of 5157running a program using the Library is not restricted, and output from 5158such a program is covered only if its contents constitute a work based 5159on the Library (independent of the use of the Library in a tool for 5160writing it). Whether that is true depends on what the Library does 5161and what the program that uses the Library does. 5162 5163 1. You may copy and distribute verbatim copies of the Library's 5164complete source code as you receive it, in any medium, provided that 5165you conspicuously and appropriately publish on each copy an 5166appropriate copyright notice and disclaimer of warranty; keep intact 5167all the notices that refer to this License and to the absence of any 5168warranty; and distribute a copy of this License along with the 5169Library. 5170 5171 You may charge a fee for the physical act of transferring a copy, 5172and you may at your option offer warranty protection in exchange for a 5173fee. 5174 5175 2. You may modify your copy or copies of the Library or any portion 5176of it, thus forming a work based on the Library, and copy and 5177distribute such modifications or work under the terms of Section 1 5178above, provided that you also meet all of these conditions: 5179 5180 a) The modified work must itself be a software library. 5181 5182 b) You must cause the files modified to carry prominent notices 5183 stating that you changed the files and the date of any change. 5184 5185 c) You must cause the whole of the work to be licensed at no 5186 charge to all third parties under the terms of this License. 5187 5188 d) If a facility in the modified Library refers to a function or a 5189 table of data to be supplied by an application program that uses 5190 the facility, other than as an argument passed when the facility 5191 is invoked, then you must make a good faith effort to ensure that, 5192 in the event an application does not supply such function or 5193 table, the facility still operates, and performs whatever part of 5194 its purpose remains meaningful. 5195 5196 (For example, a function in a library to compute square roots has 5197 a purpose that is entirely well-defined independent of the 5198 application. Therefore, Subsection 2d requires that any 5199 application-supplied function or table used by this function must 5200 be optional: if the application does not supply it, the square 5201 root function must still compute square roots.) 5202 5203These requirements apply to the modified work as a whole. If 5204identifiable sections of that work are not derived from the Library, 5205and can be reasonably considered independent and separate works in 5206themselves, then this License, and its terms, do not apply to those 5207sections when you distribute them as separate works. But when you 5208distribute the same sections as part of a whole which is a work based 5209on the Library, the distribution of the whole must be on the terms of 5210this License, whose permissions for other licensees extend to the 5211entire whole, and thus to each and every part regardless of who wrote 5212it. 5213 5214Thus, it is not the intent of this section to claim rights or contest 5215your rights to work written entirely by you; rather, the intent is to 5216exercise the right to control the distribution of derivative or 5217collective works based on the Library. 5218 5219In addition, mere aggregation of another work not based on the Library 5220with the Library (or with a work based on the Library) on a volume of 5221a storage or distribution medium does not bring the other work under 5222the scope of this License. 5223 5224 3. You may opt to apply the terms of the ordinary GNU General Public 5225License instead of this License to a given copy of the Library. To do 5226this, you must alter all the notices that refer to this License, so 5227that they refer to the ordinary GNU General Public License, version 2, 5228instead of to this License. (If a newer version than version 2 of the 5229ordinary GNU General Public License has appeared, then you can specify 5230that version instead if you wish.) Do not make any other change in 5231these notices. 5232 5233 Once this change is made in a given copy, it is irreversible for 5234that copy, so the ordinary GNU General Public License applies to all 5235subsequent copies and derivative works made from that copy. 5236 5237 This option is useful when you wish to copy part of the code of 5238the Library into a program that is not a library. 5239 5240 4. You may copy and distribute the Library (or a portion or 5241derivative of it, under Section 2) in object code or executable form 5242under the terms of Sections 1 and 2 above provided that you accompany 5243it with the complete corresponding machine-readable source code, which 5244must be distributed under the terms of Sections 1 and 2 above on a 5245medium customarily used for software interchange. 5246 5247 If distribution of object code is made by offering access to copy 5248from a designated place, then offering equivalent access to copy the 5249source code from the same place satisfies the requirement to 5250distribute the source code, even though third parties are not 5251compelled to copy the source along with the object code. 5252 5253 5. A program that contains no derivative of any portion of the 5254Library, but is designed to work with the Library by being compiled or 5255linked with it, is called a "work that uses the Library". Such a 5256work, in isolation, is not a derivative work of the Library, and 5257therefore falls outside the scope of this License. 5258 5259 However, linking a "work that uses the Library" with the Library 5260creates an executable that is a derivative of the Library (because it 5261contains portions of the Library), rather than a "work that uses the 5262library". The executable is therefore covered by this License. 5263Section 6 states terms for distribution of such executables. 5264 5265 When a "work that uses the Library" uses material from a header file 5266that is part of the Library, the object code for the work may be a 5267derivative work of the Library even though the source code is not. 5268Whether this is true is especially significant if the work can be 5269linked without the Library, or if the work is itself a library. The 5270threshold for this to be true is not precisely defined by law. 5271 5272 If such an object file uses only numerical parameters, data 5273structure layouts and accessors, and small macros and small inline 5274functions (ten lines or less in length), then the use of the object 5275file is unrestricted, regardless of whether it is legally a derivative 5276work. (Executables containing this object code plus portions of the 5277Library will still fall under Section 6.) 5278 5279 Otherwise, if the work is a derivative of the Library, you may 5280distribute the object code for the work under the terms of Section 6. 5281Any executables containing that work also fall under Section 6, 5282whether or not they are linked directly with the Library itself. 5283 5284 6. As an exception to the Sections above, you may also compile or 5285link a "work that uses the Library" with the Library to produce a 5286work containing portions of the Library, and distribute that work 5287under terms of your choice, provided that the terms permit 5288modification of the work for the customer's own use and reverse 5289engineering for debugging such modifications. 5290 5291 You must give prominent notice with each copy of the work that the 5292Library is used in it and that the Library and its use are covered by 5293this License. You must supply a copy of this License. If the work 5294during execution displays copyright notices, you must include the 5295copyright notice for the Library among them, as well as a reference 5296directing the user to the copy of this License. Also, you must do one 5297of these things: 5298 5299 a) Accompany the work with the complete corresponding 5300 machine-readable source code for the Library including whatever 5301 changes were used in the work (which must be distributed under 5302 Sections 1 and 2 above); and, if the work is an executable linked 5303 with the Library, with the complete machine-readable "work that 5304 uses the Library", as object code and/or source code, so that the 5305 user can modify the Library and then relink to produce a modified 5306 executable containing the modified Library. (It is understood 5307 that the user who changes the contents of definitions files in the 5308 Library will not necessarily be able to recompile the application 5309 to use the modified definitions.) 5310 5311 b) Accompany the work with a written offer, valid for at 5312 least three years, to give the same user the materials 5313 specified in Subsection 6a, above, for a charge no more 5314 than the cost of performing this distribution. 5315 5316 c) If distribution of the work is made by offering access to copy 5317 from a designated place, offer equivalent access to copy the above 5318 specified materials from the same place. 5319 5320 d) Verify that the user has already received a copy of these 5321 materials or that you have already sent this user a copy. 5322 5323 For an executable, the required form of the "work that uses the 5324Library" must include any data and utility programs needed for 5325reproducing the executable from it. However, as a special exception, 5326the source code distributed need not include anything that is normally 5327distributed (in either source or binary form) with the major 5328components (compiler, kernel, and so on) of the operating system on 5329which the executable runs, unless that component itself accompanies 5330the executable. 5331 5332 It may happen that this requirement contradicts the license 5333restrictions of other proprietary libraries that do not normally 5334accompany the operating system. Such a contradiction means you cannot 5335use both them and the Library together in an executable that you 5336distribute. 5337 5338 7. You may place library facilities that are a work based on the 5339Library side-by-side in a single library together with other library 5340facilities not covered by this License, and distribute such a combined 5341library, provided that the separate distribution of the work based on 5342the Library and of the other library facilities is otherwise 5343permitted, and provided that you do these two things: 5344 5345 a) Accompany the combined library with a copy of the same work 5346 based on the Library, uncombined with any other library 5347 facilities. This must be distributed under the terms of the 5348 Sections above. 5349 5350 b) Give prominent notice with the combined library of the fact 5351 that part of it is a work based on the Library, and explaining 5352 where to find the accompanying uncombined form of the same work. 5353 5354 8. You may not copy, modify, sublicense, link with, or distribute 5355the Library except as expressly provided under this License. Any 5356attempt otherwise to copy, modify, sublicense, link with, or 5357distribute the Library is void, and will automatically terminate your 5358rights under this License. However, parties who have received copies, 5359or rights, from you under this License will not have their licenses 5360terminated so long as such parties remain in full compliance. 5361 5362 9. You are not required to accept this License, since you have not 5363signed it. However, nothing else grants you permission to modify or 5364distribute the Library or its derivative works. These actions are 5365prohibited by law if you do not accept this License. Therefore, by 5366modifying or distributing the Library (or any work based on the 5367Library), you indicate your acceptance of this License to do so, and 5368all its terms and conditions for copying, distributing or modifying 5369the Library or works based on it. 5370 5371 10. Each time you redistribute the Library (or any work based on the 5372Library), the recipient automatically receives a license from the 5373original licensor to copy, distribute, link with or modify the Library 5374subject to these terms and conditions. You may not impose any further 5375restrictions on the recipients' exercise of the rights granted herein. 5376You are not responsible for enforcing compliance by third parties to 5377this License. 5378 5379 11. If, as a consequence of a court judgment or allegation of patent 5380infringement or for any other reason (not limited to patent issues), 5381conditions are imposed on you (whether by court order, agreement or 5382otherwise) that contradict the conditions of this License, they do not 5383excuse you from the conditions of this License. If you cannot 5384distribute so as to satisfy simultaneously your obligations under this 5385License and any other pertinent obligations, then as a consequence you 5386may not distribute the Library at all. For example, if a patent 5387license would not permit royalty-free redistribution of the Library by 5388all those who receive copies directly or indirectly through you, then 5389the only way you could satisfy both it and this License would be to 5390refrain entirely from distribution of the Library. 5391 5392If any portion of this section is held invalid or unenforceable under any 5393particular circumstance, the balance of the section is intended to apply, 5394and the section as a whole is intended to apply in other circumstances. 5395 5396It is not the purpose of this section to induce you to infringe any 5397patents or other property right claims or to contest validity of any 5398such claims; this section has the sole purpose of protecting the 5399integrity of the free software distribution system which is 5400implemented by public license practices. Many people have made 5401generous contributions to the wide range of software distributed 5402through that system in reliance on consistent application of that 5403system; it is up to the author/donor to decide if he or she is willing 5404to distribute software through any other system and a licensee cannot 5405impose that choice. 5406 5407This section is intended to make thoroughly clear what is believed to 5408be a consequence of the rest of this License. 5409 5410 12. If the distribution and/or use of the Library is restricted in 5411certain countries either by patents or by copyrighted interfaces, the 5412original copyright holder who places the Library under this License may add 5413an explicit geographical distribution limitation excluding those countries, 5414so that distribution is permitted only in or among countries not thus 5415excluded. In such case, this License incorporates the limitation as if 5416written in the body of this License. 5417 5418 13. The Free Software Foundation may publish revised and/or new 5419versions of the Library General Public License from time to time. 5420Such new versions will be similar in spirit to the present version, 5421but may differ in detail to address new problems or concerns. 5422 5423Each version is given a distinguishing version number. If the Library 5424specifies a version number of this License which applies to it and 5425"any later version", you have the option of following the terms and 5426conditions either of that version or of any later version published by 5427the Free Software Foundation. If the Library does not specify a 5428license version number, you may choose any version ever published by 5429the Free Software Foundation. 5430 5431 14. If you wish to incorporate parts of the Library into other free 5432programs whose distribution conditions are incompatible with these, 5433write to the author to ask for permission. For software which is 5434copyrighted by the Free Software Foundation, write to the Free 5435Software Foundation; we sometimes make exceptions for this. Our 5436decision will be guided by the two goals of preserving the free status 5437of all derivatives of our free software and of promoting the sharing 5438and reuse of software generally. 5439 5440 NO WARRANTY 5441 5442 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO 5443WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW. 5444EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR 5445OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY 5446KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE 5447IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 5448PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE 5449LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME 5450THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. 5451 5452 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN 5453WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY 5454AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU 5455FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR 5456CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE 5457LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING 5458RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A 5459FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF 5460SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH 5461DAMAGES. 5462 5463 END OF TERMS AND CONDITIONS 5464 5465 Appendix: How to Apply These Terms to Your New Libraries 5466 5467 If you develop a new library, and you want it to be of the greatest 5468possible use to the public, we recommend making it free software that 5469everyone can redistribute and change. You can do so by permitting 5470redistribution under these terms (or, alternatively, under the terms of the 5471ordinary General Public License). 5472 5473 To apply these terms, attach the following notices to the library. It is 5474safest to attach them to the start of each source file to most effectively 5475convey the exclusion of warranty; and each file should have at least the 5476"copyright" line and a pointer to where the full notice is found. 5477 5478 <one line to give the library's name and a brief idea of what it does.> 5479 Copyright (C) <year> <name of author> 5480 5481 This library is free software; you can redistribute it and/or 5482 modify it under the terms of the GNU Library General Public 5483 License as published by the Free Software Foundation; either 5484 version 2 of the License, or (at your option) any later version. 5485 5486 This library is distributed in the hope that it will be useful, 5487 but WITHOUT ANY WARRANTY; without even the implied warranty of 5488 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 5489 Library General Public License for more details. 5490 5491 You should have received a copy of the GNU Library General Public 5492 License along with this library; if not, write to the Free 5493 Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 5494 5495Also add information on how to contact you by electronic and paper mail. 5496 5497You should also get your employer (if you work as a programmer) or your 5498school, if any, to sign a "copyright disclaimer" for the library, if 5499necessary. Here is a sample; alter the names: 5500 5501 Yoyodyne, Inc., hereby disclaims all copyright interest in the 5502 library `Frob' (a library for tweaking knobs) written by James Random Hacker. 5503 5504 <signature of Ty Coon>, 1 April 1990 5505 Ty Coon, President of Vice 5506 5507That's all there is to it! 5508 5509</pre> 5510</div> 5511</div> 5512 5513 5514<div class="product"> 5515<span class="title">modp base64 decoder</span> 5516<a class="show" href="#" onclick="return toggle(this);">show license</a> 5517<span class="homepage"><a href="http://modp.com/release/base64/">homepage</a></span> 5518<div class="licence"> 5519<pre> * MODP_B64 - High performance base64 encoder/decoder 5520 * Version 1.3 -- 17-Mar-2006 5521 * http://modp.com/release/base64 5522 * 5523 * Copyright (c) 2005, 2006 Nick Galbreath -- nickg [at] modp [dot] com 5524 * All rights reserved. 5525 * 5526 * Redistribution and use in source and binary forms, with or without 5527 * modification, are permitted provided that the following conditions are 5528 * met: 5529 * 5530 * Redistributions of source code must retain the above copyright 5531 * notice, this list of conditions and the following disclaimer. 5532 * 5533 * Redistributions in binary form must reproduce the above copyright 5534 * notice, this list of conditions and the following disclaimer in the 5535 * documentation and/or other materials provided with the distribution. 5536 * 5537 * Neither the name of the modp.com nor the names of its 5538 * contributors may be used to endorse or promote products derived from 5539 * this software without specific prior written permission. 5540 * 5541 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 5542 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 5543 * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 5544 * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 5545 * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 5546 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT 5547 * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 5548 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 5549 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 5550 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 5551 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 5552</pre> 5553</div> 5554</div> 5555 5556 5557<div class="product"> 5558<span class="title">NSBezierPath additions from Sean Patrick O'Brien</span> 5559<a class="show" href="#" onclick="return toggle(this);">show license</a> 5560<span class="homepage"><a href="http://www.seanpatrickobrien.com/journal/posts/3">homepage</a></span> 5561<div class="licence"> 5562<pre>Copyright 2008 MolokoCacao 5563All rights reserved 5564 5565Redistribution and use in source and binary forms, with or without 5566modification, are permitted providing that the following conditions 5567are met: 55681. Redistributions of source code must retain the above copyright 5569 notice, this list of conditions and the following disclaimer. 55702. Redistributions in binary form must reproduce the above copyright 5571 notice, this list of conditions and the following disclaimer in the 5572 documentation and/or other materials provided with the distribution. 5573 5574THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR 5575IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED 5576WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 5577ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY 5578DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 5579DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 5580OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 5581HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, 5582STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING 5583IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 5584POSSIBILITY OF SUCH DAMAGE. 5585</pre> 5586</div> 5587</div> 5588 5589 5590<div class="product"> 5591<span class="title">Mongoose</span> 5592<a class="show" href="#" onclick="return toggle(this);">show license</a> 5593<span class="homepage"><a href="http://code.google.com/p/mongoose/">homepage</a></span> 5594<div class="licence"> 5595<pre>Copyright (c) 2004-2009 Sergey Lyubka 5596Portions Copyright (c) 2009 Gilbert Wellisch 5597 5598Permission is hereby granted, free of charge, to any person obtaining a copy 5599of this software and associated documentation files (the "Software"), to deal 5600in the Software without restriction, including without limitation the rights 5601to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 5602copies of the Software, and to permit persons to whom the Software is 5603furnished to do so, subject to the following conditions: 5604 5605The above copyright notice and this permission notice shall be included in 5606all copies or substantial portions of the Software. 5607 5608THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 5609IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 5610FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 5611AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 5612LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 5613OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 5614THE SOFTWARE. 5615 5616</pre> 5617</div> 5618</div> 5619 5620 5621<div class="product"> 5622<span class="title">Cocoa extension code from Camino</span> 5623<a class="show" href="#" onclick="return toggle(this);">show license</a> 5624<span class="homepage"><a href="http://caminobrowser.org/">homepage</a></span> 5625<div class="licence"> 5626<pre>/* ***** BEGIN LICENSE BLOCK ***** 5627 * Version: MPL 1.1/GPL 2.0/LGPL 2.1 5628 * 5629 * The contents of this file are subject to the Mozilla Public License Version 5630 * 1.1 (the "License"); you may not use this file except in compliance with 5631 * the License. You may obtain a copy of the License at 5632 * http://www.mozilla.org/MPL/ 5633 * 5634 * Software distributed under the License is distributed on an "AS IS" basis, 5635 * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License 5636 * for the specific language governing rights and limitations under the 5637 * License. 5638 * 5639 * The Original Code is mozilla.org code. 5640 * 5641 * The Initial Developer of the Original Code is 5642 * Netscape Communications Corporation. 5643 * Portions created by the Initial Developer are Copyright (C) 2002 5644 * the Initial Developer. All Rights Reserved. 5645 * 5646 * Contributor(s): 5647 * 5648 * Alternatively, the contents of this file may be used under the terms of 5649 * either the GNU General Public License Version 2 or later (the "GPL"), or 5650 * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), 5651 * in which case the provisions of the GPL or the LGPL are applicable instead 5652 * of those above. If you wish to allow use of your version of this file only 5653 * under the terms of either the GPL or the LGPL, and not to allow others to 5654 * use your version of this file under the terms of the MPL, indicate your 5655 * decision by deleting the provisions above and replace them with the notice 5656 * and other provisions required by the GPL or the LGPL. If you do not delete 5657 * the provisions above, a recipient may use your version of this file under 5658 * the terms of any one of the MPL, the GPL or the LGPL. 5659 * 5660 * ***** END LICENSE BLOCK ***** */ 5661</pre> 5662</div> 5663</div> 5664 5665 5666<div class="product"> 5667<span class="title">npapi</span> 5668<a class="show" href="#" onclick="return toggle(this);">show license</a> 5669<span class="homepage"><a href="http://mxr.mozilla.org/mozilla-central/source/modules/plugin/base/public/">homepage</a></span> 5670<div class="licence"> 5671<pre>Version: MPL 1.1/GPL 2.0/LGPL 2.1 5672 5673The contents of this file are subject to the Mozilla Public License Version 56741.1 (the "License"); you may not use this file except in compliance with 5675the License. You may obtain a copy of the License at 5676http://www.mozilla.org/MPL/ 5677 5678Software distributed under the License is distributed on an "AS IS" basis, 5679WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License 5680for the specific language governing rights and limitations under the 5681License. 5682 5683The Original Code is mozilla.org code. 5684 5685The Initial Developer of the Original Code is 5686Netscape Communications Corporation. 5687Portions created by the Initial Developer are Copyright (C) 1998 5688the Initial Developer. All Rights Reserved. 5689 5690Contributor(s): 5691 5692Alternatively, the contents of this file may be used under the terms of 5693either the GNU General Public License Version 2 or later (the "GPL"), or 5694the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), 5695in which case the provisions of the GPL or the LGPL are applicable instead 5696of those above. If you wish to allow use of your version of this file only 5697under the terms of either the GPL or the LGPL, and not to allow others to 5698use your version of this file under the terms of the MPL, indicate your 5699decision by deleting the provisions above and replace them with the notice 5700and other provisions required by the GPL or the LGPL. If you do not delete 5701the provisions above, a recipient may use your version of this file under 5702the terms of any one of the MPL, the GPL or the LGPL. 5703</pre> 5704</div> 5705</div> 5706 5707 5708<div class="product"> 5709<span class="title">OCMock</span> 5710<a class="show" href="#" onclick="return toggle(this);">show license</a> 5711<span class="homepage"><a href="http://www.mulle-kybernetik.com/software/OCMock/">homepage</a></span> 5712<div class="licence"> 5713<pre> 5714 Copyright (c) 2004-2009 by Mulle Kybernetik. All rights reserved. 5715 5716 Permission to use, copy, modify and distribute this software and its documentation 5717 is hereby granted, provided that both the copyright notice and this permission 5718 notice appear in all copies of the software, derivative works or modified versions, 5719 and any portions thereof, and that both notices appear in supporting documentation, 5720 and that credit is given to Mulle Kybernetik in all documents and publicity 5721 pertaining to direct or indirect use of this code or its derivatives. 5722 5723 THIS IS EXPERIMENTAL SOFTWARE AND IT IS KNOWN TO HAVE BUGS, SOME OF WHICH MAY HAVE 5724 SERIOUS CONSEQUENCES. THE COPYRIGHT HOLDER ALLOWS FREE USE OF THIS SOFTWARE IN ITS 5725 "AS IS" CONDITION. THE COPYRIGHT HOLDER DISCLAIMS ANY LIABILITY OF ANY KIND FOR ANY 5726 DAMAGES WHATSOEVER RESULTING DIRECTLY OR INDIRECTLY FROM THE USE OF THIS SOFTWARE 5727 OR OF ANY DERIVATIVE WORK.</pre> 5728</div> 5729</div> 5730 5731 5732<div class="product"> 5733<span class="title">OpenMAX IL</span> 5734<a class="show" href="#" onclick="return toggle(this);">show license</a> 5735<span class="homepage"><a href="http://www.khronos.org/openmax/">homepage</a></span> 5736<div class="licence"> 5737<pre>Copyright (c) 2008 The Khronos Group Inc. 5738 5739Permission is hereby granted, free of charge, to any person obtaining 5740a copy of this software and associated documentation files (the 5741"Software"), to deal in the Software without restriction, including 5742without limitation the rights to use, copy, modify, merge, publish, 5743distribute, sublicense, and/or sell copies of the Software, and to 5744permit persons to whom the Software is furnished to do so, subject 5745to the following conditions: 5746The above copyright notice and this permission notice shall be included 5747in all copies or substantial portions of the Software. 5748 5749THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 5750OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 5751MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. 5752IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY 5753CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, 5754TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE 5755SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 5756</pre> 5757</div> 5758</div> 5759 5760 5761<div class="product"> 5762<span class="title">openssl</span> 5763<a class="show" href="#" onclick="return toggle(this);">show license</a> 5764<span class="homepage"><a href="http://openssl.org/source/">homepage</a></span> 5765<div class="licence"> 5766<pre> 5767 LICENSE ISSUES 5768 ============== 5769 5770 The OpenSSL toolkit stays under a dual license, i.e. both the conditions of 5771 the OpenSSL License and the original SSLeay license apply to the toolkit. 5772 See below for the actual license texts. Actually both licenses are BSD-style 5773 Open Source licenses. In case of any license issues related to OpenSSL 5774 please contact openssl-core@openssl.org. 5775 5776 OpenSSL License 5777 --------------- 5778 5779/* ==================================================================== 5780 * Copyright (c) 1998-2008 The OpenSSL Project. All rights reserved. 5781 * 5782 * Redistribution and use in source and binary forms, with or without 5783 * modification, are permitted provided that the following conditions 5784 * are met: 5785 * 5786 * 1. Redistributions of source code must retain the above copyright 5787 * notice, this list of conditions and the following disclaimer. 5788 * 5789 * 2. Redistributions in binary form must reproduce the above copyright 5790 * notice, this list of conditions and the following disclaimer in 5791 * the documentation and/or other materials provided with the 5792 * distribution. 5793 * 5794 * 3. All advertising materials mentioning features or use of this 5795 * software must display the following acknowledgment: 5796 * "This product includes software developed by the OpenSSL Project 5797 * for use in the OpenSSL Toolkit. (http://www.openssl.org/)" 5798 * 5799 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to 5800 * endorse or promote products derived from this software without 5801 * prior written permission. For written permission, please contact 5802 * openssl-core@openssl.org. 5803 * 5804 * 5. Products derived from this software may not be called "OpenSSL" 5805 * nor may "OpenSSL" appear in their names without prior written 5806 * permission of the OpenSSL Project. 5807 * 5808 * 6. Redistributions of any form whatsoever must retain the following 5809 * acknowledgment: 5810 * "This product includes software developed by the OpenSSL Project 5811 * for use in the OpenSSL Toolkit (http://www.openssl.org/)" 5812 * 5813 * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY 5814 * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 5815 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 5816 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR 5817 * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 5818 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT 5819 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; 5820 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 5821 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, 5822 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 5823 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 5824 * OF THE POSSIBILITY OF SUCH DAMAGE. 5825 * ==================================================================== 5826 * 5827 * This product includes cryptographic software written by Eric Young 5828 * (eay@cryptsoft.com). This product includes software written by Tim 5829 * Hudson (tjh@cryptsoft.com). 5830 * 5831 */ 5832 5833 Original SSLeay License 5834 ----------------------- 5835 5836/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) 5837 * All rights reserved. 5838 * 5839 * This package is an SSL implementation written 5840 * by Eric Young (eay@cryptsoft.com). 5841 * The implementation was written so as to conform with Netscapes SSL. 5842 * 5843 * This library is free for commercial and non-commercial use as long as 5844 * the following conditions are aheared to. The following conditions 5845 * apply to all code found in this distribution, be it the RC4, RSA, 5846 * lhash, DES, etc., code; not just the SSL code. The SSL documentation 5847 * included with this distribution is covered by the same copyright terms 5848 * except that the holder is Tim Hudson (tjh@cryptsoft.com). 5849 * 5850 * Copyright remains Eric Young's, and as such any Copyright notices in 5851 * the code are not to be removed. 5852 * If this package is used in a product, Eric Young should be given attribution 5853 * as the author of the parts of the library used. 5854 * This can be in the form of a textual message at program startup or 5855 * in documentation (online or textual) provided with the package. 5856 * 5857 * Redistribution and use in source and binary forms, with or without 5858 * modification, are permitted provided that the following conditions 5859 * are met: 5860 * 1. Redistributions of source code must retain the copyright 5861 * notice, this list of conditions and the following disclaimer. 5862 * 2. Redistributions in binary form must reproduce the above copyright 5863 * notice, this list of conditions and the following disclaimer in the 5864 * documentation and/or other materials provided with the distribution. 5865 * 3. All advertising materials mentioning features or use of this software 5866 * must display the following acknowledgement: 5867 * "This product includes cryptographic software written by 5868 * Eric Young (eay@cryptsoft.com)" 5869 * The word 'cryptographic' can be left out if the rouines from the library 5870 * being used are not cryptographic related :-). 5871 * 4. If you include any Windows specific code (or a derivative thereof) from 5872 * the apps directory (application code) you must include an acknowledgement: 5873 * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)" 5874 * 5875 * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND 5876 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 5877 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 5878 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 5879 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 5880 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 5881 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 5882 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 5883 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 5884 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 5885 * SUCH DAMAGE. 5886 * 5887 * The licence and distribution terms for any publically available version or 5888 * derivative of this code cannot be changed. i.e. this code cannot simply be 5889 * copied and put under another distribution licence 5890 * [including the GNU Public Licence.] 5891 */ 5892 5893</pre> 5894</div> 5895</div> 5896 5897 5898<div class="product"> 5899<span class="title">OTS (OpenType Sanitizer)</span> 5900<a class="show" href="#" onclick="return toggle(this);">show license</a> 5901<span class="homepage"><a href="http://code.google.com/p/ots/">homepage</a></span> 5902<div class="licence"> 5903<pre>// Copyright (c) 2009 The Chromium Authors. All rights reserved. 5904// 5905// Redistribution and use in source and binary forms, with or without 5906// modification, are permitted provided that the following conditions are 5907// met: 5908// 5909// * Redistributions of source code must retain the above copyright 5910// notice, this list of conditions and the following disclaimer. 5911// * Redistributions in binary form must reproduce the above 5912// copyright notice, this list of conditions and the following disclaimer 5913// in the documentation and/or other materials provided with the 5914// distribution. 5915// * Neither the name of Google Inc. nor the names of its 5916// contributors may be used to endorse or promote products derived from 5917// this software without specific prior written permission. 5918// 5919// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 5920// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 5921// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 5922// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 5923// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 5924// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT 5925// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 5926// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 5927// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 5928// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 5929// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 5930</pre> 5931</div> 5932</div> 5933 5934 5935<div class="product"> 5936<span class="title">pdfsqueeze</span> 5937<a class="show" href="#" onclick="return toggle(this);">show license</a> 5938<span class="homepage"><a href="http://code.google.com/p/pdfsqueeze/">homepage</a></span> 5939<div class="licence"> 5940<pre> 5941 Apache License 5942 Version 2.0, January 2004 5943 http://www.apache.org/licenses/ 5944 5945 TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION 5946 5947 1. Definitions. 5948 5949 "License" shall mean the terms and conditions for use, reproduction, 5950 and distribution as defined by Sections 1 through 9 of this document. 5951 5952 "Licensor" shall mean the copyright owner or entity authorized by 5953 the copyright owner that is granting the License. 5954 5955 "Legal Entity" shall mean the union of the acting entity and all 5956 other entities that control, are controlled by, or are under common 5957 control with that entity. For the purposes of this definition, 5958 "control" means (i) the power, direct or indirect, to cause the 5959 direction or management of such entity, whether by contract or 5960 otherwise, or (ii) ownership of fifty percent (50%) or more of the 5961 outstanding shares, or (iii) beneficial ownership of such entity. 5962 5963 "You" (or "Your") shall mean an individual or Legal Entity 5964 exercising permissions granted by this License. 5965 5966 "Source" form shall mean the preferred form for making modifications, 5967 including but not limited to software source code, documentation 5968 source, and configuration files. 5969 5970 "Object" form shall mean any form resulting from mechanical 5971 transformation or translation of a Source form, including but 5972 not limited to compiled object code, generated documentation, 5973 and conversions to other media types. 5974 5975 "Work" shall mean the work of authorship, whether in Source or 5976 Object form, made available under the License, as indicated by a 5977 copyright notice that is included in or attached to the work 5978 (an example is provided in the Appendix below). 5979 5980 "Derivative Works" shall mean any work, whether in Source or Object 5981 form, that is based on (or derived from) the Work and for which the 5982 editorial revisions, annotations, elaborations, or other modifications 5983 represent, as a whole, an original work of authorship. For the purposes 5984 of this License, Derivative Works shall not include works that remain 5985 separable from, or merely link (or bind by name) to the interfaces of, 5986 the Work and Derivative Works thereof. 5987 5988 "Contribution" shall mean any work of authorship, including 5989 the original version of the Work and any modifications or additions 5990 to that Work or Derivative Works thereof, that is intentionally 5991 submitted to Licensor for inclusion in the Work by the copyright owner 5992 or by an individual or Legal Entity authorized to submit on behalf of 5993 the copyright owner. For the purposes of this definition, "submitted" 5994 means any form of electronic, verbal, or written communication sent 5995 to the Licensor or its representatives, including but not limited to 5996 communication on electronic mailing lists, source code control systems, 5997 and issue tracking systems that are managed by, or on behalf of, the 5998 Licensor for the purpose of discussing and improving the Work, but 5999 excluding communication that is conspicuously marked or otherwise 6000 designated in writing by the copyright owner as "Not a Contribution." 6001 6002 "Contributor" shall mean Licensor and any individual or Legal Entity 6003 on behalf of whom a Contribution has been received by Licensor and 6004 subsequently incorporated within the Work. 6005 6006 2. Grant of Copyright License. Subject to the terms and conditions of 6007 this License, each Contributor hereby grants to You a perpetual, 6008 worldwide, non-exclusive, no-charge, royalty-free, irrevocable 6009 copyright license to reproduce, prepare Derivative Works of, 6010 publicly display, publicly perform, sublicense, and distribute the 6011 Work and such Derivative Works in Source or Object form. 6012 6013 3. Grant of Patent License. Subject to the terms and conditions of 6014 this License, each Contributor hereby grants to You a perpetual, 6015 worldwide, non-exclusive, no-charge, royalty-free, irrevocable 6016 (except as stated in this section) patent license to make, have made, 6017 use, offer to sell, sell, import, and otherwise transfer the Work, 6018 where such license applies only to those patent claims licensable 6019 by such Contributor that are necessarily infringed by their 6020 Contribution(s) alone or by combination of their Contribution(s) 6021 with the Work to which such Contribution(s) was submitted. If You 6022 institute patent litigation against any entity (including a 6023 cross-claim or counterclaim in a lawsuit) alleging that the Work 6024 or a Contribution incorporated within the Work constitutes direct 6025 or contributory patent infringement, then any patent licenses 6026 granted to You under this License for that Work shall terminate 6027 as of the date such litigation is filed. 6028 6029 4. Redistribution. You may reproduce and distribute copies of the 6030 Work or Derivative Works thereof in any medium, with or without 6031 modifications, and in Source or Object form, provided that You 6032 meet the following conditions: 6033 6034 (a) You must give any other recipients of the Work or 6035 Derivative Works a copy of this License; and 6036 6037 (b) You must cause any modified files to carry prominent notices 6038 stating that You changed the files; and 6039 6040 (c) You must retain, in the Source form of any Derivative Works 6041 that You distribute, all copyright, patent, trademark, and 6042 attribution notices from the Source form of the Work, 6043 excluding those notices that do not pertain to any part of 6044 the Derivative Works; and 6045 6046 (d) If the Work includes a "NOTICE" text file as part of its 6047 distribution, then any Derivative Works that You distribute must 6048 include a readable copy of the attribution notices contained 6049 within such NOTICE file, excluding those notices that do not 6050 pertain to any part of the Derivative Works, in at least one 6051 of the following places: within a NOTICE text file distributed 6052 as part of the Derivative Works; within the Source form or 6053 documentation, if provided along with the Derivative Works; or, 6054 within a display generated by the Derivative Works, if and 6055 wherever such third-party notices normally appear. The contents 6056 of the NOTICE file are for informational purposes only and 6057 do not modify the License. You may add Your own attribution 6058 notices within Derivative Works that You distribute, alongside 6059 or as an addendum to the NOTICE text from the Work, provided 6060 that such additional attribution notices cannot be construed 6061 as modifying the License. 6062 6063 You may add Your own copyright statement to Your modifications and 6064 may provide additional or different license terms and conditions 6065 for use, reproduction, or distribution of Your modifications, or 6066 for any such Derivative Works as a whole, provided Your use, 6067 reproduction, and distribution of the Work otherwise complies with 6068 the conditions stated in this License. 6069 6070 5. Submission of Contributions. Unless You explicitly state otherwise, 6071 any Contribution intentionally submitted for inclusion in the Work 6072 by You to the Licensor shall be under the terms and conditions of 6073 this License, without any additional terms or conditions. 6074 Notwithstanding the above, nothing herein shall supersede or modify 6075 the terms of any separate license agreement you may have executed 6076 with Licensor regarding such Contributions. 6077 6078 6. Trademarks. This License does not grant permission to use the trade 6079 names, trademarks, service marks, or product names of the Licensor, 6080 except as required for reasonable and customary use in describing the 6081 origin of the Work and reproducing the content of the NOTICE file. 6082 6083 7. Disclaimer of Warranty. Unless required by applicable law or 6084 agreed to in writing, Licensor provides the Work (and each 6085 Contributor provides its Contributions) on an "AS IS" BASIS, 6086 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or 6087 implied, including, without limitation, any warranties or conditions 6088 of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A 6089 PARTICULAR PURPOSE. You are solely responsible for determining the 6090 appropriateness of using or redistributing the Work and assume any 6091 risks associated with Your exercise of permissions under this License. 6092 6093 8. Limitation of Liability. In no event and under no legal theory, 6094 whether in tort (including negligence), contract, or otherwise, 6095 unless required by applicable law (such as deliberate and grossly 6096 negligent acts) or agreed to in writing, shall any Contributor be 6097 liable to You for damages, including any direct, indirect, special, 6098 incidental, or consequential damages of any character arising as a 6099 result of this License or out of the use or inability to use the 6100 Work (including but not limited to damages for loss of goodwill, 6101 work stoppage, computer failure or malfunction, or any and all 6102 other commercial damages or losses), even if such Contributor 6103 has been advised of the possibility of such damages. 6104 6105 9. Accepting Warranty or Additional Liability. While redistributing 6106 the Work or Derivative Works thereof, You may choose to offer, 6107 and charge a fee for, acceptance of support, warranty, indemnity, 6108 or other liability obligations and/or rights consistent with this 6109 License. However, in accepting such obligations, You may act only 6110 on Your own behalf and on Your sole responsibility, not on behalf 6111 of any other Contributor, and only if You agree to indemnify, 6112 defend, and hold each Contributor harmless for any liability 6113 incurred by, or claims asserted against, such Contributor by reason 6114 of your accepting any such warranty or additional liability. 6115 6116 END OF TERMS AND CONDITIONS 6117 6118 APPENDIX: How to apply the Apache License to your work. 6119 6120 To apply the Apache License to your work, attach the following 6121 boilerplate notice, with the fields enclosed by brackets "[]" 6122 replaced with your own identifying information. (Don't include 6123 the brackets!) The text should be enclosed in the appropriate 6124 comment syntax for the file format. We also recommend that a 6125 file or class name and description of purpose be included on the 6126 same "printed page" as the copyright notice for easier 6127 identification within third-party archives. 6128 6129 Copyright 2007 Google Inc. 6130 6131 Licensed under the Apache License, Version 2.0 (the "License"); 6132 you may not use this file except in compliance with the License. 6133 You may obtain a copy of the License at 6134 6135 http://www.apache.org/licenses/LICENSE-2.0 6136 6137 Unless required by applicable law or agreed to in writing, software 6138 distributed under the License is distributed on an "AS IS" BASIS, 6139 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 6140 See the License for the specific language governing permissions and 6141 limitations under the License.</pre> 6142</div> 6143</div> 6144 6145 6146<div class="product"> 6147<span class="title">ppapi</span> 6148<a class="show" href="#" onclick="return toggle(this);">show license</a> 6149<span class="homepage"><a href="http://code.google.com/p/ppapi/">homepage</a></span> 6150<div class="licence"> 6151<pre>// Copyright (c) 2010 The Chromium Authors. All rights reserved. 6152// 6153// Redistribution and use in source and binary forms, with or without 6154// modification, are permitted provided that the following conditions are 6155// met: 6156// 6157// * Redistributions of source code must retain the above copyright 6158// notice, this list of conditions and the following disclaimer. 6159// * Redistributions in binary form must reproduce the above 6160// copyright notice, this list of conditions and the following disclaimer 6161// in the documentation and/or other materials provided with the 6162// distribution. 6163// * Neither the name of Google Inc. nor the names of its 6164// contributors may be used to endorse or promote products derived from 6165// this software without specific prior written permission. 6166// 6167// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 6168// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 6169// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 6170// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 6171// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 6172// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT 6173// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 6174// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 6175// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 6176// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 6177// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 6178</pre> 6179</div> 6180</div> 6181 6182 6183<div class="product"> 6184<span class="title">protobuf</span> 6185<a class="show" href="#" onclick="return toggle(this);">show license</a> 6186<span class="homepage"><a href="http://protobuf.googlecode.com/svn/trunk">homepage</a></span> 6187<div class="licence"> 6188<pre>Copyright 2008, Google Inc. 6189All rights reserved. 6190 6191Redistribution and use in source and binary forms, with or without 6192modification, are permitted provided that the following conditions are 6193met: 6194 6195 * Redistributions of source code must retain the above copyright 6196notice, this list of conditions and the following disclaimer. 6197 * Redistributions in binary form must reproduce the above 6198copyright notice, this list of conditions and the following disclaimer 6199in the documentation and/or other materials provided with the 6200distribution. 6201 * Neither the name of Google Inc. nor the names of its 6202contributors may be used to endorse or promote products derived from 6203this software without specific prior written permission. 6204 6205THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 6206"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 6207LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 6208A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 6209OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 6210SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT 6211LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 6212DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 6213THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 6214(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 6215OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 6216 6217Code generated by the Protocol Buffer compiler is owned by the owner 6218of the input file used when generating it. This code is not 6219standalone and requires a support library to be linked with it. This 6220support library is itself covered by the above license. 6221</pre> 6222</div> 6223</div> 6224 6225 6226<div class="product"> 6227<span class="title">pyftpdlib</span> 6228<a class="show" href="#" onclick="return toggle(this);">show license</a> 6229<span class="homepage"><a href="http://code.google.com/p/pyftpdlib/">homepage</a></span> 6230<div class="licence"> 6231<pre>====================================================================== 6232Copyright (C) 2007 Giampaolo Rodola' <g.rodola@gmail.com> 6233 6234 All Rights Reserved 6235 6236Permission to use, copy, modify, and distribute this software and 6237its documentation for any purpose and without fee is hereby 6238granted, provided that the above copyright notice appear in all 6239copies and that both that copyright notice and this permission 6240notice appear in supporting documentation, and that the name of 6241Giampaolo Rodola' not be used in advertising or publicity pertaining to 6242distribution of the software without specific, written prior 6243permission. 6244 6245Giampaolo Rodola' DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 6246INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN 6247NO EVENT Giampaolo Rodola' BE LIABLE FOR ANY SPECIAL, INDIRECT OR 6248CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS 6249OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, 6250NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN 6251CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 6252======================================================================</pre> 6253</div> 6254</div> 6255 6256 6257<div class="product"> 6258<span class="title">pywebsocket</span> 6259<a class="show" href="#" onclick="return toggle(this);">show license</a> 6260<span class="homepage"><a href="http://code.google.com/p/pywebsocket/">homepage</a></span> 6261<div class="licence"> 6262<pre>Copyright 2009, Google Inc. 6263All rights reserved. 6264 6265Redistribution and use in source and binary forms, with or without 6266modification, are permitted provided that the following conditions are 6267met: 6268 6269 * Redistributions of source code must retain the above copyright 6270notice, this list of conditions and the following disclaimer. 6271 * Redistributions in binary form must reproduce the above 6272copyright notice, this list of conditions and the following disclaimer 6273in the documentation and/or other materials provided with the 6274distribution. 6275 * Neither the name of Google Inc. nor the names of its 6276contributors may be used to endorse or promote products derived from 6277this software without specific prior written permission. 6278 6279THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 6280"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 6281LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 6282A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 6283OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 6284SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT 6285LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 6286DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 6287THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 6288(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 6289OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 6290</pre> 6291</div> 6292</div> 6293 6294 6295<div class="product"> 6296<span class="title">qcms library</span> 6297<a class="show" href="#" onclick="return toggle(this);">show license</a> 6298<span class="homepage"><a href="http://mxr.mozilla.org/mozilla-central/source/gfx/qcms/">homepage</a></span> 6299<div class="licence"> 6300<pre>This license applies to certain files in the directory third_party/qcms/. 6301 6302 6303 6304Copyright (C) 2009 Mozilla Corporation 6305 6306Copyright (C) 1998-2007 Marti Maria 6307 6308 6309 6310Permission is hereby granted, free of charge, to any person 6311 6312obtaining a copy of this software and associated documentation 6313 6314files (the "Software"), to deal in the Software without restriction, 6315 6316including without limitation the rights to use, copy, modify, merge, 6317 6318publish, distribute, sublicense, and/or sell copies of the Software, 6319 6320and to permit persons to whom the Software is furnished to do so, subject 6321 6322to the following conditions: 6323 6324 6325 6326The above copyright notice and this permission notice shall be included 6327 6328in all copies or substantial portions of the Software. 6329 6330 6331 6332THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 6333 6334OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 6335 6336FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 6337 6338AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 6339 6340WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 6341 6342CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 6343 6344 6345 6346 6347 6348 6349 6350This license applies to the ICC_H block in third_party/qcms/qcms.h. 6351 6352 6353 6354Copyright (c) 1994-1996 SunSoft, Inc. 6355 6356 6357 6358 Rights Reserved 6359 6360 6361 6362Permission is hereby granted, free of charge, to any person 6363 6364obtaining a copy of this software and associated documentation 6365 6366files (the "Software"), to deal in the Software without restrict- 6367 6368ion, including without limitation the rights to use, copy, modify, 6369 6370merge, publish distribute, sublicense, and/or sell copies of the 6371 6372Software, and to permit persons to whom the Software is furnished 6373 6374to do so, subject to the following conditions: 6375 6376 6377 6378The above copyright notice and this permission notice shall be 6379 6380included in all copies or substantial portions of the Software. 6381 6382 6383 6384THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 6385 6386EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES 6387 6388OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON- 6389 6390INFRINGEMENT. IN NO EVENT SHALL SUNSOFT, INC. OR ITS PARENT 6391 6392COMPANY BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 6393 6394WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 6395 6396FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 6397 6398OTHER DEALINGS IN THE SOFTWARE. 6399 6400 6401 6402Except as contained in this notice, the name of SunSoft, Inc. 6403 6404shall not be used in advertising or otherwise to promote the 6405 6406sale, use or other dealings in this Software without written 6407 6408authorization from SunSoft Inc. 6409 6410</pre> 6411</div> 6412</div> 6413 6414 6415<div class="product"> 6416<span class="title">Google Safe Browsing</span> 6417<a class="show" href="#" onclick="return toggle(this);">show license</a> 6418<span class="homepage"><a href="http://code.google.com/p/google-safe-browsing/">homepage</a></span> 6419<div class="licence"> 6420<pre>Copyright 2009 Google Inc. 6421 6422Licensed under the Apache License, Version 2.0 (the "License"); 6423you may not use this file except in compliance with the License. 6424You may obtain a copy of the License at 6425 6426 http://www.apache.org/licenses/LICENSE-2.0 6427 6428Unless required by applicable law or agreed to in writing, software 6429distributed under the License is distributed on an "AS IS" BASIS, 6430WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 6431See the License for the specific language governing permissions and 6432limitations under the License. 6433</pre> 6434</div> 6435</div> 6436 6437 6438<div class="product"> 6439<span class="title">simplejson</span> 6440<a class="show" href="#" onclick="return toggle(this);">show license</a> 6441<span class="homepage"><a href="http://undefined.org/python/#simplejson">homepage</a></span> 6442<div class="licence"> 6443<pre>Copyright (c) 2006 Bob Ippolito 6444 6445Permission is hereby granted, free of charge, to any person obtaining a copy of 6446this software and associated documentation files (the "Software"), to deal in 6447the Software without restriction, including without limitation the rights to 6448use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies 6449of the Software, and to permit persons to whom the Software is furnished to do 6450so, subject to the following conditions: 6451 6452The above copyright notice and this permission notice shall be included in all 6453copies or substantial portions of the Software. 6454 6455THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 6456IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 6457FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 6458AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 6459LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 6460OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 6461SOFTWARE. 6462</pre> 6463</div> 6464</div> 6465 6466 6467<div class="product"> 6468<span class="title">skia</span> 6469<a class="show" href="#" onclick="return toggle(this);">show license</a> 6470<span class="homepage"><a href="http://code.google.com/p/skia">homepage</a></span> 6471<div class="licence"> 6472<pre> 6473 Apache License 6474 Version 2.0, January 2004 6475 http://www.apache.org/licenses/ 6476 6477 TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION 6478 6479 1. Definitions. 6480 6481 "License" shall mean the terms and conditions for use, reproduction, 6482 and distribution as defined by Sections 1 through 9 of this document. 6483 6484 "Licensor" shall mean the copyright owner or entity authorized by 6485 the copyright owner that is granting the License. 6486 6487 "Legal Entity" shall mean the union of the acting entity and all 6488 other entities that control, are controlled by, or are under common 6489 control with that entity. For the purposes of this definition, 6490 "control" means (i) the power, direct or indirect, to cause the 6491 direction or management of such entity, whether by contract or 6492 otherwise, or (ii) ownership of fifty percent (50%) or more of the 6493 outstanding shares, or (iii) beneficial ownership of such entity. 6494 6495 "You" (or "Your") shall mean an individual or Legal Entity 6496 exercising permissions granted by this License. 6497 6498 "Source" form shall mean the preferred form for making modifications, 6499 including but not limited to software source code, documentation 6500 source, and configuration files. 6501 6502 "Object" form shall mean any form resulting from mechanical 6503 transformation or translation of a Source form, including but 6504 not limited to compiled object code, generated documentation, 6505 and conversions to other media types. 6506 6507 "Work" shall mean the work of authorship, whether in Source or 6508 Object form, made available under the License, as indicated by a 6509 copyright notice that is included in or attached to the work 6510 (an example is provided in the Appendix below). 6511 6512 "Derivative Works" shall mean any work, whether in Source or Object 6513 form, that is based on (or derived from) the Work and for which the 6514 editorial revisions, annotations, elaborations, or other modifications 6515 represent, as a whole, an original work of authorship. For the purposes 6516 of this License, Derivative Works shall not include works that remain 6517 separable from, or merely link (or bind by name) to the interfaces of, 6518 the Work and Derivative Works thereof. 6519 6520 "Contribution" shall mean any work of authorship, including 6521 the original version of the Work and any modifications or additions 6522 to that Work or Derivative Works thereof, that is intentionally 6523 submitted to Licensor for inclusion in the Work by the copyright owner 6524 or by an individual or Legal Entity authorized to submit on behalf of 6525 the copyright owner. For the purposes of this definition, "submitted" 6526 means any form of electronic, verbal, or written communication sent 6527 to the Licensor or its representatives, including but not limited to 6528 communication on electronic mailing lists, source code control systems, 6529 and issue tracking systems that are managed by, or on behalf of, the 6530 Licensor for the purpose of discussing and improving the Work, but 6531 excluding communication that is conspicuously marked or otherwise 6532 designated in writing by the copyright owner as "Not a Contribution." 6533 6534 "Contributor" shall mean Licensor and any individual or Legal Entity 6535 on behalf of whom a Contribution has been received by Licensor and 6536 subsequently incorporated within the Work. 6537 6538 2. Grant of Copyright License. Subject to the terms and conditions of 6539 this License, each Contributor hereby grants to You a perpetual, 6540 worldwide, non-exclusive, no-charge, royalty-free, irrevocable 6541 copyright license to reproduce, prepare Derivative Works of, 6542 publicly display, publicly perform, sublicense, and distribute the 6543 Work and such Derivative Works in Source or Object form. 6544 6545 3. Grant of Patent License. Subject to the terms and conditions of 6546 this License, each Contributor hereby grants to You a perpetual, 6547 worldwide, non-exclusive, no-charge, royalty-free, irrevocable 6548 (except as stated in this section) patent license to make, have made, 6549 use, offer to sell, sell, import, and otherwise transfer the Work, 6550 where such license applies only to those patent claims licensable 6551 by such Contributor that are necessarily infringed by their 6552 Contribution(s) alone or by combination of their Contribution(s) 6553 with the Work to which such Contribution(s) was submitted. If You 6554 institute patent litigation against any entity (including a 6555 cross-claim or counterclaim in a lawsuit) alleging that the Work 6556 or a Contribution incorporated within the Work constitutes direct 6557 or contributory patent infringement, then any patent licenses 6558 granted to You under this License for that Work shall terminate 6559 as of the date such litigation is filed. 6560 6561 4. Redistribution. You may reproduce and distribute copies of the 6562 Work or Derivative Works thereof in any medium, with or without 6563 modifications, and in Source or Object form, provided that You 6564 meet the following conditions: 6565 6566 (a) You must give any other recipients of the Work or 6567 Derivative Works a copy of this License; and 6568 6569 (b) You must cause any modified files to carry prominent notices 6570 stating that You changed the files; and 6571 6572 (c) You must retain, in the Source form of any Derivative Works 6573 that You distribute, all copyright, patent, trademark, and 6574 attribution notices from the Source form of the Work, 6575 excluding those notices that do not pertain to any part of 6576 the Derivative Works; and 6577 6578 (d) If the Work includes a "NOTICE" text file as part of its 6579 distribution, then any Derivative Works that You distribute must 6580 include a readable copy of the attribution notices contained 6581 within such NOTICE file, excluding those notices that do not 6582 pertain to any part of the Derivative Works, in at least one 6583 of the following places: within a NOTICE text file distributed 6584 as part of the Derivative Works; within the Source form or 6585 documentation, if provided along with the Derivative Works; or, 6586 within a display generated by the Derivative Works, if and 6587 wherever such third-party notices normally appear. The contents 6588 of the NOTICE file are for informational purposes only and 6589 do not modify the License. You may add Your own attribution 6590 notices within Derivative Works that You distribute, alongside 6591 or as an addendum to the NOTICE text from the Work, provided 6592 that such additional attribution notices cannot be construed 6593 as modifying the License. 6594 6595 You may add Your own copyright statement to Your modifications and 6596 may provide additional or different license terms and conditions 6597 for use, reproduction, or distribution of Your modifications, or 6598 for any such Derivative Works as a whole, provided Your use, 6599 reproduction, and distribution of the Work otherwise complies with 6600 the conditions stated in this License. 6601 6602 5. Submission of Contributions. Unless You explicitly state otherwise, 6603 any Contribution intentionally submitted for inclusion in the Work 6604 by You to the Licensor shall be under the terms and conditions of 6605 this License, without any additional terms or conditions. 6606 Notwithstanding the above, nothing herein shall supersede or modify 6607 the terms of any separate license agreement you may have executed 6608 with Licensor regarding such Contributions. 6609 6610 6. Trademarks. This License does not grant permission to use the trade 6611 names, trademarks, service marks, or product names of the Licensor, 6612 except as required for reasonable and customary use in describing the 6613 origin of the Work and reproducing the content of the NOTICE file. 6614 6615 7. Disclaimer of Warranty. Unless required by applicable law or 6616 agreed to in writing, Licensor provides the Work (and each 6617 Contributor provides its Contributions) on an "AS IS" BASIS, 6618 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or 6619 implied, including, without limitation, any warranties or conditions 6620 of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A 6621 PARTICULAR PURPOSE. You are solely responsible for determining the 6622 appropriateness of using or redistributing the Work and assume any 6623 risks associated with Your exercise of permissions under this License. 6624 6625 8. Limitation of Liability. In no event and under no legal theory, 6626 whether in tort (including negligence), contract, or otherwise, 6627 unless required by applicable law (such as deliberate and grossly 6628 negligent acts) or agreed to in writing, shall any Contributor be 6629 liable to You for damages, including any direct, indirect, special, 6630 incidental, or consequential damages of any character arising as a 6631 result of this License or out of the use or inability to use the 6632 Work (including but not limited to damages for loss of goodwill, 6633 work stoppage, computer failure or malfunction, or any and all 6634 other commercial damages or losses), even if such Contributor 6635 has been advised of the possibility of such damages. 6636 6637 9. Accepting Warranty or Additional Liability. While redistributing 6638 the Work or Derivative Works thereof, You may choose to offer, 6639 and charge a fee for, acceptance of support, warranty, indemnity, 6640 or other liability obligations and/or rights consistent with this 6641 License. However, in accepting such obligations, You may act only 6642 on Your own behalf and on Your sole responsibility, not on behalf 6643 of any other Contributor, and only if You agree to indemnify, 6644 defend, and hold each Contributor harmless for any liability 6645 incurred by, or claims asserted against, such Contributor by reason 6646 of your accepting any such warranty or additional liability. 6647 6648 END OF TERMS AND CONDITIONS 6649 6650 APPENDIX: How to apply the Apache License to your work. 6651 6652 To apply the Apache License to your work, attach the following 6653 boilerplate notice, with the fields enclosed by brackets "[]" 6654 replaced with your own identifying information. (Don't include 6655 the brackets!) The text should be enclosed in the appropriate 6656 comment syntax for the file format. We also recommend that a 6657 file or class name and description of purpose be included on the 6658 same "printed page" as the copyright notice for easier 6659 identification within third-party archives. 6660 6661 Copyright [yyyy] [name of copyright owner] 6662 6663 Licensed under the Apache License, Version 2.0 (the "License"); 6664 you may not use this file except in compliance with the License. 6665 You may obtain a copy of the License at 6666 6667 http://www.apache.org/licenses/LICENSE-2.0 6668 6669 Unless required by applicable law or agreed to in writing, software 6670 distributed under the License is distributed on an "AS IS" BASIS, 6671 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 6672 See the License for the specific language governing permissions and 6673 limitations under the License. 6674</pre> 6675</div> 6676</div> 6677 6678 6679<div class="product"> 6680<span class="title">speex</span> 6681<a class="show" href="#" onclick="return toggle(this);">show license</a> 6682<span class="homepage"><a href="http://downloads.xiph.org/releases/speex/speex-1.2rc1.tar.gz">homepage</a></span> 6683<div class="licence"> 6684<pre>Copyright 2002-2008 Xiph.org Foundation 6685Copyright 2002-2008 Jean-Marc Valin 6686Copyright 2005-2007 Analog Devices Inc. 6687Copyright 2005-2008 Commonwealth Scientific and Industrial Research 6688 Organisation (CSIRO) 6689Copyright 1993, 2002, 2006 David Rowe 6690Copyright 2003 EpicGames 6691Copyright 1992-1994 Jutta Degener, Carsten Bormann 6692 6693Redistribution and use in source and binary forms, with or without 6694modification, are permitted provided that the following conditions 6695are met: 6696 6697- Redistributions of source code must retain the above copyright 6698notice, this list of conditions and the following disclaimer. 6699 6700- Redistributions in binary form must reproduce the above copyright 6701notice, this list of conditions and the following disclaimer in the 6702documentation and/or other materials provided with the distribution. 6703 6704- Neither the name of the Xiph.org Foundation nor the names of its 6705contributors may be used to endorse or promote products derived from 6706this software without specific prior written permission. 6707 6708THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 6709``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 6710LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 6711A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR 6712CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 6713EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 6714PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 6715PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 6716LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 6717NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 6718SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 6719</pre> 6720</div> 6721</div> 6722 6723 6724<div class="product"> 6725<span class="title">SQLite</span> 6726<a class="show" href="#" onclick="return toggle(this);">show license</a> 6727<span class="homepage"><a href="http://sqlite.org/">homepage</a></span> 6728<div class="licence"> 6729<pre>The author disclaims copyright to this source code. In place of 6730a legal notice, here is a blessing: 6731 6732 May you do good and not evil. 6733 May you find forgiveness for yourself and forgive others. 6734 May you share freely, never taking more than you give. 6735</pre> 6736</div> 6737</div> 6738 6739 6740<div class="product"> 6741<span class="title">swig</span> 6742<a class="show" href="#" onclick="return toggle(this);">show license</a> 6743<span class="homepage"><a href="http://www.swig.org/download.html">homepage</a></span> 6744<div class="licence"> 6745<pre>SWIG is distributed under the following terms: 6746 6747I. 6748 6749Copyright (c) 1995-1998 6750The University of Utah and the Regents of the University of California 6751All Rights Reserved 6752 6753Permission is hereby granted, without written agreement and without 6754license or royalty fees, to use, copy, modify, and distribute this 6755software and its documentation for any purpose, provided that 6756(1) The above copyright notice and the following two paragraphs 6757appear in all copies of the source code and (2) redistributions 6758including binaries reproduces these notices in the supporting 6759documentation. Substantial modifications to this software may be 6760copyrighted by their authors and need not follow the licensing terms 6761described here, provided that the new terms are clearly indicated in 6762all files where they apply. 6763 6764IN NO EVENT SHALL THE AUTHOR, THE UNIVERSITY OF CALIFORNIA, THE 6765UNIVERSITY OF UTAH OR DISTRIBUTORS OF THIS SOFTWARE BE LIABLE TO ANY 6766PARTY FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL 6767DAMAGES ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, 6768EVEN IF THE AUTHORS OR ANY OF THE ABOVE PARTIES HAVE BEEN ADVISED OF 6769THE POSSIBILITY OF SUCH DAMAGE. 6770 6771THE AUTHOR, THE UNIVERSITY OF CALIFORNIA, AND THE UNIVERSITY OF UTAH 6772SPECIFICALLY DISCLAIM ANY WARRANTIES,INCLUDING, BUT NOT LIMITED TO, 6773THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 6774PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS ON AN "AS IS" BASIS, AND 6775THE AUTHORS AND DISTRIBUTORS HAVE NO OBLIGATION TO PROVIDE MAINTENANCE, 6776SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. 6777 6778 6779II. 6780 6781This software includes contributions that are Copyright (c) 1998-2005 6782University of Chicago. 6783All rights reserved. 6784 6785Redistribution and use in source and binary forms, with or without 6786modification, are permitted provided that the following conditions are 6787met: 6788 6789Redistributions of source code must retain the above copyright notice, 6790this list of conditions and the following disclaimer. Redistributions 6791in binary form must reproduce the above copyright notice, this list of 6792conditions and the following disclaimer in the documentation and/or 6793other materials provided with the distribution. Neither the name of 6794the University of Chicago nor the names of its contributors may be 6795used to endorse or promote products derived from this software without 6796specific prior written permission. 6797 6798THIS SOFTWARE IS PROVIDED BY THE UNIVERSITY OF CHICAGO AND CONTRIBUTORS 6799"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 6800LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A 6801PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE UNIVERSITY OF 6802CHICAGO OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 6803SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED 6804TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 6805PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 6806LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 6807NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 6808SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 6809 6810 6811III. 6812 6813This software includes contributions that are Copyright (c) 2005-2006 6814Arizona Board of Regents (University of Arizona). 6815All Rights Reserved 6816 6817Permission is hereby granted, without written agreement and without 6818license or royalty fees, to use, copy, modify, and distribute this 6819software and its documentation for any purpose, provided that 6820(1) The above copyright notice and the following two paragraphs 6821appear in all copies of the source code and (2) redistributions 6822including binaries reproduces these notices in the supporting 6823documentation. Substantial modifications to this software may be 6824copyrighted by their authors and need not follow the licensing terms 6825described here, provided that the new terms are clearly indicated in 6826all files where they apply. 6827 6828THIS SOFTWARE IS PROVIDED BY THE UNIVERSITY OF ARIZONA AND CONTRIBUTORS 6829"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 6830LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A 6831PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE UNIVERSITY OF 6832ARIZONA OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 6833SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED 6834TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 6835PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 6836LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 6837NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 6838SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 6839 6840</pre> 6841</div> 6842</div> 6843 6844 6845<div class="product"> 6846<span class="title">talloc</span> 6847<a class="show" href="#" onclick="return toggle(this);">show license</a> 6848<span class="homepage"><a href="http://talloc.samba.org/talloc/doc/html/index.html">homepage</a></span> 6849<div class="licence"> 6850<pre> Unix SMB/CIFS implementation. 6851 Samba temporary memory allocation functions 6852 6853 Copyright (C) Andrew Tridgell 2004-2005 6854 Copyright (C) Stefan Metzmacher 2006 6855 6856 ** NOTE! The following LGPL license applies to the talloc 6857 ** library. This does NOT imply that all of Samba is released 6858 ** under the LGPL 6859 6860 This library is free software; you can redistribute it and/or 6861 modify it under the terms of the GNU Lesser General Public 6862 License as published by the Free Software Foundation; either 6863 version 3 of the License, or (at your option) any later version. 6864 6865 This library is distributed in the hope that it will be useful, 6866 but WITHOUT ANY WARRANTY; without even the implied warranty of 6867 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 6868 Lesser General Public License for more details. 6869 6870 You should have received a copy of the GNU Lesser General Public 6871 License along with this library; if not, see <http://www.gnu.org/licenses/>. 6872</pre> 6873</div> 6874</div> 6875 6876 6877<div class="product"> 6878<span class="title">tcmalloc</span> 6879<a class="show" href="#" onclick="return toggle(this);">show license</a> 6880<span class="homepage"><a href="http://google-perftools.googlecode.com/">homepage</a></span> 6881<div class="licence"> 6882<pre>// Copyright (c) 2005, Google Inc. 6883// All rights reserved. 6884// 6885// Redistribution and use in source and binary forms, with or without 6886// modification, are permitted provided that the following conditions are 6887// met: 6888// 6889// * Redistributions of source code must retain the above copyright 6890// notice, this list of conditions and the following disclaimer. 6891// * Redistributions in binary form must reproduce the above 6892// copyright notice, this list of conditions and the following disclaimer 6893// in the documentation and/or other materials provided with the 6894// distribution. 6895// * Neither the name of Google Inc. nor the names of its 6896// contributors may be used to endorse or promote products derived from 6897// this software without specific prior written permission. 6898// 6899// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 6900// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 6901// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 6902// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 6903// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 6904// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT 6905// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 6906// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 6907// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 6908// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 6909// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 6910</pre> 6911</div> 6912</div> 6913 6914 6915<div class="product"> 6916<span class="title">tlslite</span> 6917<a class="show" href="#" onclick="return toggle(this);">show license</a> 6918<span class="homepage"><a href="http://trevp.net/tlslite/">homepage</a></span> 6919<div class="licence"> 6920<pre>All code here is public domain. 6921</pre> 6922</div> 6923</div> 6924 6925 6926<div class="product"> 6927<span class="title">undoview</span> 6928<a class="show" href="#" onclick="return toggle(this);">show license</a> 6929<span class="homepage"><a href="http://projects.gnome.org/gtksourceview/">homepage</a></span> 6930<div class="licence"> 6931<pre> GNU LESSER GENERAL PUBLIC LICENSE 6932 Version 3, 29 June 2007 6933 6934 Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/> 6935 Everyone is permitted to copy and distribute verbatim copies 6936 of this license document, but changing it is not allowed. 6937 6938 6939 This version of the GNU Lesser General Public License incorporates 6940the terms and conditions of version 3 of the GNU General Public 6941License, supplemented by the additional permissions listed below. 6942 6943 0. Additional Definitions. 6944 6945 As used herein, "this License" refers to version 3 of the GNU Lesser 6946General Public License, and the "GNU GPL" refers to version 3 of the GNU 6947General Public License. 6948 6949 "The Library" refers to a covered work governed by this License, 6950other than an Application or a Combined Work as defined below. 6951 6952 An "Application" is any work that makes use of an interface provided 6953by the Library, but which is not otherwise based on the Library. 6954Defining a subclass of a class defined by the Library is deemed a mode 6955of using an interface provided by the Library. 6956 6957 A "Combined Work" is a work produced by combining or linking an 6958Application with the Library. The particular version of the Library 6959with which the Combined Work was made is also called the "Linked 6960Version". 6961 6962 The "Minimal Corresponding Source" for a Combined Work means the 6963Corresponding Source for the Combined Work, excluding any source code 6964for portions of the Combined Work that, considered in isolation, are 6965based on the Application, and not on the Linked Version. 6966 6967 The "Corresponding Application Code" for a Combined Work means the 6968object code and/or source code for the Application, including any data 6969and utility programs needed for reproducing the Combined Work from the 6970Application, but excluding the System Libraries of the Combined Work. 6971 6972 1. Exception to Section 3 of the GNU GPL. 6973 6974 You may convey a covered work under sections 3 and 4 of this License 6975without being bound by section 3 of the GNU GPL. 6976 6977 2. Conveying Modified Versions. 6978 6979 If you modify a copy of the Library, and, in your modifications, a 6980facility refers to a function or data to be supplied by an Application 6981that uses the facility (other than as an argument passed when the 6982facility is invoked), then you may convey a copy of the modified 6983version: 6984 6985 a) under this License, provided that you make a good faith effort to 6986 ensure that, in the event an Application does not supply the 6987 function or data, the facility still operates, and performs 6988 whatever part of its purpose remains meaningful, or 6989 6990 b) under the GNU GPL, with none of the additional permissions of 6991 this License applicable to that copy. 6992 6993 3. Object Code Incorporating Material from Library Header Files. 6994 6995 The object code form of an Application may incorporate material from 6996a header file that is part of the Library. You may convey such object 6997code under terms of your choice, provided that, if the incorporated 6998material is not limited to numerical parameters, data structure 6999layouts and accessors, or small macros, inline functions and templates 7000(ten or fewer lines in length), you do both of the following: 7001 7002 a) Give prominent notice with each copy of the object code that the 7003 Library is used in it and that the Library and its use are 7004 covered by this License. 7005 7006 b) Accompany the object code with a copy of the GNU GPL and this license 7007 document. 7008 7009 4. Combined Works. 7010 7011 You may convey a Combined Work under terms of your choice that, 7012taken together, effectively do not restrict modification of the 7013portions of the Library contained in the Combined Work and reverse 7014engineering for debugging such modifications, if you also do each of 7015the following: 7016 7017 a) Give prominent notice with each copy of the Combined Work that 7018 the Library is used in it and that the Library and its use are 7019 covered by this License. 7020 7021 b) Accompany the Combined Work with a copy of the GNU GPL and this license 7022 document. 7023 7024 c) For a Combined Work that displays copyright notices during 7025 execution, include the copyright notice for the Library among 7026 these notices, as well as a reference directing the user to the 7027 copies of the GNU GPL and this license document. 7028 7029 d) Do one of the following: 7030 7031 0) Convey the Minimal Corresponding Source under the terms of this 7032 License, and the Corresponding Application Code in a form 7033 suitable for, and under terms that permit, the user to 7034 recombine or relink the Application with a modified version of 7035 the Linked Version to produce a modified Combined Work, in the 7036 manner specified by section 6 of the GNU GPL for conveying 7037 Corresponding Source. 7038 7039 1) Use a suitable shared library mechanism for linking with the 7040 Library. A suitable mechanism is one that (a) uses at run time 7041 a copy of the Library already present on the user's computer 7042 system, and (b) will operate properly with a modified version 7043 of the Library that is interface-compatible with the Linked 7044 Version. 7045 7046 e) Provide Installation Information, but only if you would otherwise 7047 be required to provide such information under section 6 of the 7048 GNU GPL, and only to the extent that such information is 7049 necessary to install and execute a modified version of the 7050 Combined Work produced by recombining or relinking the 7051 Application with a modified version of the Linked Version. (If 7052 you use option 4d0, the Installation Information must accompany 7053 the Minimal Corresponding Source and Corresponding Application 7054 Code. If you use option 4d1, you must provide the Installation 7055 Information in the manner specified by section 6 of the GNU GPL 7056 for conveying Corresponding Source.) 7057 7058 5. Combined Libraries. 7059 7060 You may place library facilities that are a work based on the 7061Library side by side in a single library together with other library 7062facilities that are not Applications and are not covered by this 7063License, and convey such a combined library under terms of your 7064choice, if you do both of the following: 7065 7066 a) Accompany the combined library with a copy of the same work based 7067 on the Library, uncombined with any other library facilities, 7068 conveyed under the terms of this License. 7069 7070 b) Give prominent notice with the combined library that part of it 7071 is a work based on the Library, and explaining where to find the 7072 accompanying uncombined form of the same work. 7073 7074 6. Revised Versions of the GNU Lesser General Public License. 7075 7076 The Free Software Foundation may publish revised and/or new versions 7077of the GNU Lesser General Public License from time to time. Such new 7078versions will be similar in spirit to the present version, but may 7079differ in detail to address new problems or concerns. 7080 7081 Each version is given a distinguishing version number. If the 7082Library as you received it specifies that a certain numbered version 7083of the GNU Lesser General Public License "or any later version" 7084applies to it, you have the option of following the terms and 7085conditions either of that published version or of any later version 7086published by the Free Software Foundation. If the Library as you 7087received it does not specify a version number of the GNU Lesser 7088General Public License, you may choose any version of the GNU Lesser 7089General Public License ever published by the Free Software Foundation. 7090 7091 If the Library as you received it specifies that a proxy can decide 7092whether future versions of the GNU Lesser General Public License shall 7093apply, that proxy's public statement of acceptance of any version is 7094permanent authorization for you to choose that version for the 7095Library. 7096</pre> 7097</div> 7098</div> 7099 7100 7101<div class="product"> 7102<span class="title">Webdriver</span> 7103<a class="show" href="#" onclick="return toggle(this);">show license</a> 7104<span class="homepage"><a href="http://seleniumhq.org">homepage</a></span> 7105<div class="licence"> 7106<pre>NAME: WebDriver 7107URL: None, this file is generated by the WebDriver team. The source code 7108for WebDriver can be obtained by running: 7109 svn checkout http://selenium.googlecode.com/svn/trunk/ selenium-read-only 7110LICENSE: Apache 2 7111</pre> 7112</div> 7113</div> 7114 7115 7116<div class="product"> 7117<span class="title">WTL 8.0</span> 7118<a class="show" href="#" onclick="return toggle(this);">show license</a> 7119<span class="homepage"><a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=e5ba5ba4-6e6b-462a-b24c-61115e846f0c">homepage</a></span> 7120<div class="licence"> 7121<pre>Microsoft Permissive License (Ms-PL) 7122 7123Published: October 12, 2006 7124 7125 7126 7127 7128 7129This license governs use of the accompanying software. If you use the software, 7130 7131you accept this license. If you do not accept the license, do not use the 7132 7133software. 7134 7135 7136 7137 7138 71391. Definitions 7140 7141 7142 7143The terms "reproduce," "reproduction," "derivative works," and "distribution" 7144 7145have the same meaning here as under U.S. copyright law. 7146 7147 7148 7149A "contribution" is the original software, or any additions or changes to the 7150 7151software. 7152 7153 7154 7155A "contributor" is any person that distributes its contribution under this 7156 7157license. 7158 7159 7160 7161"Licensed patents" are a contributorâs patent claims that read directly on its 7162 7163contribution. 7164 7165 7166 7167 7168 71692. Grant of Rights 7170 7171 7172 7173(A) Copyright Grant- Subject to the terms of this license, including the 7174 7175license conditions and limitations in section 3, each contributor grants you a 7176 7177non-exclusive, worldwide, royalty-free copyright license to reproduce its 7178 7179contribution, prepare derivative works of its contribution, and distribute its 7180 7181contribution or any derivative works that you create. 7182 7183 7184 7185(B) Patent Grant- Subject to the terms of this license, including the license 7186 7187conditions and limitations in section 3, each contributor grants you a 7188 7189non-exclusive, worldwide, royalty-free license under its licensed patents to 7190 7191make, have made, use, sell, offer for sale, import, and/or otherwise dispose of 7192 7193its contribution in the software or derivative works of the contribution in the 7194 7195software. 7196 7197 7198 7199 7200 72013. Conditions and Limitations 7202 7203 7204 7205(A) No Trademark License- This license does not grant you rights to use any 7206 7207contributorsâ name, logo, or trademarks. 7208 7209 7210 7211(B) If you bring a patent claim against any contributor over patents that you 7212 7213claim are infringed by the software, your patent license from such contributor 7214 7215to the software ends automatically. 7216 7217 7218 7219(C) If you distribute any portion of the software, you must retain all 7220 7221copyright, patent, trademark, and attribution notices that are present in the 7222 7223software. 7224 7225 7226 7227(D) If you distribute any portion of the software in source code form, you may 7228 7229do so only under this license by including a complete copy of this license with 7230 7231your distribution. If you distribute any portion of the software in compiled or 7232 7233object code form, you may only do so under a license that complies with this 7234 7235license. 7236 7237 7238 7239(E) The software is licensed "as-is." You bear the risk of using it. The 7240 7241contributors give no express warranties, guarantees or conditions. You may have 7242 7243additional consumer rights under your local laws which this license cannot 7244 7245change. To the extent permitted under your local laws, the contributors exclude 7246 7247the implied warranties of merchantability, fitness for a particular purpose and 7248 7249non-infringement. 7250 7251</pre> 7252</div> 7253</div> 7254 7255 7256<div class="product"> 7257<span class="title">xdg-utils</span> 7258<a class="show" href="#" onclick="return toggle(this);">show license</a> 7259<span class="homepage"><a href="http://portland.freedesktop.org/wiki/">homepage</a></span> 7260<div class="licence"> 7261<pre># 7262# Permission is hereby granted, free of charge, to any person obtaining a 7263# copy of this software and associated documentation files (the "Software"), 7264# to deal in the Software without restriction, including without limitation 7265# the rights to use, copy, modify, merge, publish, distribute, sublicense, 7266# and/or sell copies of the Software, and to permit persons to whom the 7267# Software is furnished to do so, subject to the following conditions: 7268# 7269# The above copyright notice and this permission notice shall be included 7270# in all copies or substantial portions of the Software. 7271# 7272# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 7273# OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 7274# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 7275# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR 7276# OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, 7277# ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 7278# OTHER DEALINGS IN THE SOFTWARE. 7279</pre> 7280</div> 7281</div> 7282 7283 7284<div class="product"> 7285<span class="title">XUL Runner SDK</span> 7286<a class="show" href="#" onclick="return toggle(this);">show license</a> 7287<span class="homepage"><a href="https://developer.mozilla.org/en/Gecko_SDK">homepage</a></span> 7288<div class="licence"> 7289<pre> MOZILLA PUBLIC LICENSE 7290 Version 1.1 7291 7292 --------------- 7293 72941. Definitions. 7295 7296 1.0.1. "Commercial Use" means distribution or otherwise making the 7297 Covered Code available to a third party. 7298 7299 1.1. "Contributor" means each entity that creates or contributes to 7300 the creation of Modifications. 7301 7302 1.2. "Contributor Version" means the combination of the Original 7303 Code, prior Modifications used by a Contributor, and the Modifications 7304 made by that particular Contributor. 7305 7306 1.3. "Covered Code" means the Original Code or Modifications or the 7307 combination of the Original Code and Modifications, in each case 7308 including portions thereof. 7309 7310 1.4. "Electronic Distribution Mechanism" means a mechanism generally 7311 accepted in the software development community for the electronic 7312 transfer of data. 7313 7314 1.5. "Executable" means Covered Code in any form other than Source 7315 Code. 7316 7317 1.6. "Initial Developer" means the individual or entity identified 7318 as the Initial Developer in the Source Code notice required by Exhibit 7319 A. 7320 7321 1.7. "Larger Work" means a work which combines Covered Code or 7322 portions thereof with code not governed by the terms of this License. 7323 7324 1.8. "License" means this document. 7325 7326 1.8.1. "Licensable" means having the right to grant, to the maximum 7327 extent possible, whether at the time of the initial grant or 7328 subsequently acquired, any and all of the rights conveyed herein. 7329 7330 1.9. "Modifications" means any addition to or deletion from the 7331 substance or structure of either the Original Code or any previous 7332 Modifications. When Covered Code is released as a series of files, a 7333 Modification is: 7334 A. Any addition to or deletion from the contents of a file 7335 containing Original Code or previous Modifications. 7336 7337 B. Any new file that contains any part of the Original Code or 7338 previous Modifications. 7339 7340 1.10. "Original Code" means Source Code of computer software code 7341 which is described in the Source Code notice required by Exhibit A as 7342 Original Code, and which, at the time of its release under this 7343 License is not already Covered Code governed by this License. 7344 7345 1.10.1. "Patent Claims" means any patent claim(s), now owned or 7346 hereafter acquired, including without limitation, method, process, 7347 and apparatus claims, in any patent Licensable by grantor. 7348 7349 1.11. "Source Code" means the preferred form of the Covered Code for 7350 making modifications to it, including all modules it contains, plus 7351 any associated interface definition files, scripts used to control 7352 compilation and installation of an Executable, or source code 7353 differential comparisons against either the Original Code or another 7354 well known, available Covered Code of the Contributor's choice. The 7355 Source Code can be in a compressed or archival form, provided the 7356 appropriate decompression or de-archiving software is widely available 7357 for no charge. 7358 7359 1.12. "You" (or "Your") means an individual or a legal entity 7360 exercising rights under, and complying with all of the terms of, this 7361 License or a future version of this License issued under Section 6.1. 7362 For legal entities, "You" includes any entity which controls, is 7363 controlled by, or is under common control with You. For purposes of 7364 this definition, "control" means (a) the power, direct or indirect, 7365 to cause the direction or management of such entity, whether by 7366 contract or otherwise, or (b) ownership of more than fifty percent 7367 (50%) of the outstanding shares or beneficial ownership of such 7368 entity. 7369 73702. Source Code License. 7371 7372 2.1. The Initial Developer Grant. 7373 The Initial Developer hereby grants You a world-wide, royalty-free, 7374 non-exclusive license, subject to third party intellectual property 7375 claims: 7376 (a) under intellectual property rights (other than patent or 7377 trademark) Licensable by Initial Developer to use, reproduce, 7378 modify, display, perform, sublicense and distribute the Original 7379 Code (or portions thereof) with or without Modifications, and/or 7380 as part of a Larger Work; and 7381 7382 (b) under Patents Claims infringed by the making, using or 7383 selling of Original Code, to make, have made, use, practice, 7384 sell, and offer for sale, and/or otherwise dispose of the 7385 Original Code (or portions thereof). 7386 7387 (c) the licenses granted in this Section 2.1(a) and (b) are 7388 effective on the date Initial Developer first distributes 7389 Original Code under the terms of this License. 7390 7391 (d) Notwithstanding Section 2.1(b) above, no patent license is 7392 granted: 1) for code that You delete from the Original Code; 2) 7393 separate from the Original Code; or 3) for infringements caused 7394 by: i) the modification of the Original Code or ii) the 7395 combination of the Original Code with other software or devices. 7396 7397 2.2. Contributor Grant. 7398 Subject to third party intellectual property claims, each Contributor 7399 hereby grants You a world-wide, royalty-free, non-exclusive license 7400 7401 (a) under intellectual property rights (other than patent or 7402 trademark) Licensable by Contributor, to use, reproduce, modify, 7403 display, perform, sublicense and distribute the Modifications 7404 created by such Contributor (or portions thereof) either on an 7405 unmodified basis, with other Modifications, as Covered Code 7406 and/or as part of a Larger Work; and 7407 7408 (b) under Patent Claims infringed by the making, using, or 7409 selling of Modifications made by that Contributor either alone 7410 and/or in combination with its Contributor Version (or portions 7411 of such combination), to make, use, sell, offer for sale, have 7412 made, and/or otherwise dispose of: 1) Modifications made by that 7413 Contributor (or portions thereof); and 2) the combination of 7414 Modifications made by that Contributor with its Contributor 7415 Version (or portions of such combination). 7416 7417 (c) the licenses granted in Sections 2.2(a) and 2.2(b) are 7418 effective on the date Contributor first makes Commercial Use of 7419 the Covered Code. 7420 7421 (d) Notwithstanding Section 2.2(b) above, no patent license is 7422 granted: 1) for any code that Contributor has deleted from the 7423 Contributor Version; 2) separate from the Contributor Version; 7424 3) for infringements caused by: i) third party modifications of 7425 Contributor Version or ii) the combination of Modifications made 7426 by that Contributor with other software (except as part of the 7427 Contributor Version) or other devices; or 4) under Patent Claims 7428 infringed by Covered Code in the absence of Modifications made by 7429 that Contributor. 7430 74313. Distribution Obligations. 7432 7433 3.1. Application of License. 7434 The Modifications which You create or to which You contribute are 7435 governed by the terms of this License, including without limitation 7436 Section 2.2. The Source Code version of Covered Code may be 7437 distributed only under the terms of this License or a future version 7438 of this License released under Section 6.1, and You must include a 7439 copy of this License with every copy of the Source Code You 7440 distribute. You may not offer or impose any terms on any Source Code 7441 version that alters or restricts the applicable version of this 7442 License or the recipients' rights hereunder. However, You may include 7443 an additional document offering the additional rights described in 7444 Section 3.5. 7445 7446 3.2. Availability of Source Code. 7447 Any Modification which You create or to which You contribute must be 7448 made available in Source Code form under the terms of this License 7449 either on the same media as an Executable version or via an accepted 7450 Electronic Distribution Mechanism to anyone to whom you made an 7451 Executable version available; and if made available via Electronic 7452 Distribution Mechanism, must remain available for at least twelve (12) 7453 months after the date it initially became available, or at least six 7454 (6) months after a subsequent version of that particular Modification 7455 has been made available to such recipients. You are responsible for 7456 ensuring that the Source Code version remains available even if the 7457 Electronic Distribution Mechanism is maintained by a third party. 7458 7459 3.3. Description of Modifications. 7460 You must cause all Covered Code to which You contribute to contain a 7461 file documenting the changes You made to create that Covered Code and 7462 the date of any change. You must include a prominent statement that 7463 the Modification is derived, directly or indirectly, from Original 7464 Code provided by the Initial Developer and including the name of the 7465 Initial Developer in (a) the Source Code, and (b) in any notice in an 7466 Executable version or related documentation in which You describe the 7467 origin or ownership of the Covered Code. 7468 7469 3.4. Intellectual Property Matters 7470 (a) Third Party Claims. 7471 If Contributor has knowledge that a license under a third party's 7472 intellectual property rights is required to exercise the rights 7473 granted by such Contributor under Sections 2.1 or 2.2, 7474 Contributor must include a text file with the Source Code 7475 distribution titled "LEGAL" which describes the claim and the 7476 party making the claim in sufficient detail that a recipient will 7477 know whom to contact. If Contributor obtains such knowledge after 7478 the Modification is made available as described in Section 3.2, 7479 Contributor shall promptly modify the LEGAL file in all copies 7480 Contributor makes available thereafter and shall take other steps 7481 (such as notifying appropriate mailing lists or newsgroups) 7482 reasonably calculated to inform those who received the Covered 7483 Code that new knowledge has been obtained. 7484 7485 (b) Contributor APIs. 7486 If Contributor's Modifications include an application programming 7487 interface and Contributor has knowledge of patent licenses which 7488 are reasonably necessary to implement that API, Contributor must 7489 also include this information in the LEGAL file. 7490 7491 (c) Representations. 7492 Contributor represents that, except as disclosed pursuant to 7493 Section 3.4(a) above, Contributor believes that Contributor's 7494 Modifications are Contributor's original creation(s) and/or 7495 Contributor has sufficient rights to grant the rights conveyed by 7496 this License. 7497 7498 3.5. Required Notices. 7499 You must duplicate the notice in Exhibit A in each file of the Source 7500 Code. If it is not possible to put such notice in a particular Source 7501 Code file due to its structure, then You must include such notice in a 7502 location (such as a relevant directory) where a user would be likely 7503 to look for such a notice. If You created one or more Modification(s) 7504 You may add your name as a Contributor to the notice described in 7505 Exhibit A. You must also duplicate this License in any documentation 7506 for the Source Code where You describe recipients' rights or ownership 7507 rights relating to Covered Code. You may choose to offer, and to 7508 charge a fee for, warranty, support, indemnity or liability 7509 obligations to one or more recipients of Covered Code. However, You 7510 may do so only on Your own behalf, and not on behalf of the Initial 7511 Developer or any Contributor. You must make it absolutely clear than 7512 any such warranty, support, indemnity or liability obligation is 7513 offered by You alone, and You hereby agree to indemnify the Initial 7514 Developer and every Contributor for any liability incurred by the 7515 Initial Developer or such Contributor as a result of warranty, 7516 support, indemnity or liability terms You offer. 7517 7518 3.6. Distribution of Executable Versions. 7519 You may distribute Covered Code in Executable form only if the 7520 requirements of Section 3.1-3.5 have been met for that Covered Code, 7521 and if You include a notice stating that the Source Code version of 7522 the Covered Code is available under the terms of this License, 7523 including a description of how and where You have fulfilled the 7524 obligations of Section 3.2. The notice must be conspicuously included 7525 in any notice in an Executable version, related documentation or 7526 collateral in which You describe recipients' rights relating to the 7527 Covered Code. You may distribute the Executable version of Covered 7528 Code or ownership rights under a license of Your choice, which may 7529 contain terms different from this License, provided that You are in 7530 compliance with the terms of this License and that the license for the 7531 Executable version does not attempt to limit or alter the recipient's 7532 rights in the Source Code version from the rights set forth in this 7533 License. If You distribute the Executable version under a different 7534 license You must make it absolutely clear that any terms which differ 7535 from this License are offered by You alone, not by the Initial 7536 Developer or any Contributor. You hereby agree to indemnify the 7537 Initial Developer and every Contributor for any liability incurred by 7538 the Initial Developer or such Contributor as a result of any such 7539 terms You offer. 7540 7541 3.7. Larger Works. 7542 You may create a Larger Work by combining Covered Code with other code 7543 not governed by the terms of this License and distribute the Larger 7544 Work as a single product. In such a case, You must make sure the 7545 requirements of this License are fulfilled for the Covered Code. 7546 75474. Inability to Comply Due to Statute or Regulation. 7548 7549 If it is impossible for You to comply with any of the terms of this 7550 License with respect to some or all of the Covered Code due to 7551 statute, judicial order, or regulation then You must: (a) comply with 7552 the terms of this License to the maximum extent possible; and (b) 7553 describe the limitations and the code they affect. Such description 7554 must be included in the LEGAL file described in Section 3.4 and must 7555 be included with all distributions of the Source Code. Except to the 7556 extent prohibited by statute or regulation, such description must be 7557 sufficiently detailed for a recipient of ordinary skill to be able to 7558 understand it. 7559 75605. Application of this License. 7561 7562 This License applies to code to which the Initial Developer has 7563 attached the notice in Exhibit A and to related Covered Code. 7564 75656. Versions of the License. 7566 7567 6.1. New Versions. 7568 Netscape Communications Corporation ("Netscape") may publish revised 7569 and/or new versions of the License from time to time. Each version 7570 will be given a distinguishing version number. 7571 7572 6.2. Effect of New Versions. 7573 Once Covered Code has been published under a particular version of the 7574 License, You may always continue to use it under the terms of that 7575 version. You may also choose to use such Covered Code under the terms 7576 of any subsequent version of the License published by Netscape. No one 7577 other than Netscape has the right to modify the terms applicable to 7578 Covered Code created under this License. 7579 7580 6.3. Derivative Works. 7581 If You create or use a modified version of this License (which you may 7582 only do in order to apply it to code which is not already Covered Code 7583 governed by this License), You must (a) rename Your license so that 7584 the phrases "Mozilla", "MOZILLAPL", "MOZPL", "Netscape", 7585 "MPL", "NPL" or any confusingly similar phrase do not appear in your 7586 license (except to note that your license differs from this License) 7587 and (b) otherwise make it clear that Your version of the license 7588 contains terms which differ from the Mozilla Public License and 7589 Netscape Public License. (Filling in the name of the Initial 7590 Developer, Original Code or Contributor in the notice described in 7591 Exhibit A shall not of themselves be deemed to be modifications of 7592 this License.) 7593 75947. DISCLAIMER OF WARRANTY. 7595 7596 COVERED CODE IS PROVIDED UNDER THIS LICENSE ON AN "AS IS" BASIS, 7597 WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, 7598 WITHOUT LIMITATION, WARRANTIES THAT THE COVERED CODE IS FREE OF 7599 DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. 7600 THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE COVERED CODE 7601 IS WITH YOU. SHOULD ANY COVERED CODE PROVE DEFECTIVE IN ANY RESPECT, 7602 YOU (NOT THE INITIAL DEVELOPER OR ANY OTHER CONTRIBUTOR) ASSUME THE 7603 COST OF ANY NECESSARY SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER 7604 OF WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO USE OF 7605 ANY COVERED CODE IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER. 7606 76078. TERMINATION. 7608 7609 8.1. This License and the rights granted hereunder will terminate 7610 automatically if You fail to comply with terms herein and fail to cure 7611 such breach within 30 days of becoming aware of the breach. All 7612 sublicenses to the Covered Code which are properly granted shall 7613 survive any termination of this License. Provisions which, by their 7614 nature, must remain in effect beyond the termination of this License 7615 shall survive. 7616 7617 8.2. If You initiate litigation by asserting a patent infringement 7618 claim (excluding declatory judgment actions) against Initial Developer 7619 or a Contributor (the Initial Developer or Contributor against whom 7620 You file such action is referred to as "Participant") alleging that: 7621 7622 (a) such Participant's Contributor Version directly or indirectly 7623 infringes any patent, then any and all rights granted by such 7624 Participant to You under Sections 2.1 and/or 2.2 of this License 7625 shall, upon 60 days notice from Participant terminate prospectively, 7626 unless if within 60 days after receipt of notice You either: (i) 7627 agree in writing to pay Participant a mutually agreeable reasonable 7628 royalty for Your past and future use of Modifications made by such 7629 Participant, or (ii) withdraw Your litigation claim with respect to 7630 the Contributor Version against such Participant. If within 60 days 7631 of notice, a reasonable royalty and payment arrangement are not 7632 mutually agreed upon in writing by the parties or the litigation claim 7633 is not withdrawn, the rights granted by Participant to You under 7634 Sections 2.1 and/or 2.2 automatically terminate at the expiration of 7635 the 60 day notice period specified above. 7636 7637 (b) any software, hardware, or device, other than such Participant's 7638 Contributor Version, directly or indirectly infringes any patent, then 7639 any rights granted to You by such Participant under Sections 2.1(b) 7640 and 2.2(b) are revoked effective as of the date You first made, used, 7641 sold, distributed, or had made, Modifications made by that 7642 Participant. 7643 7644 8.3. If You assert a patent infringement claim against Participant 7645 alleging that such Participant's Contributor Version directly or 7646 indirectly infringes any patent where such claim is resolved (such as 7647 by license or settlement) prior to the initiation of patent 7648 infringement litigation, then the reasonable value of the licenses 7649 granted by such Participant under Sections 2.1 or 2.2 shall be taken 7650 into account in determining the amount or value of any payment or 7651 license. 7652 7653 8.4. In the event of termination under Sections 8.1 or 8.2 above, 7654 all end user license agreements (excluding distributors and resellers) 7655 which have been validly granted by You or any distributor hereunder 7656 prior to termination shall survive termination. 7657 76589. LIMITATION OF LIABILITY. 7659 7660 UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT 7661 (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL YOU, THE INITIAL 7662 DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF COVERED CODE, 7663 OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON FOR 7664 ANY INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY 7665 CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, 7666 WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER 7667 COMMERCIAL DAMAGES OR LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN 7668 INFORMED OF THE POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF 7669 LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY 7670 RESULTING FROM SUCH PARTY'S NEGLIGENCE TO THE EXTENT APPLICABLE LAW 7671 PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE 7672 EXCLUSION OR LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO 7673 THIS EXCLUSION AND LIMITATION MAY NOT APPLY TO YOU. 7674 767510. U.S. GOVERNMENT END USERS. 7676 7677 The Covered Code is a "commercial item," as that term is defined in 7678 48 C.F.R. 2.101 (Oct. 1995), consisting of "commercial computer 7679 software" and "commercial computer software documentation," as such 7680 terms are used in 48 C.F.R. 12.212 (Sept. 1995). Consistent with 48 7681 C.F.R. 12.212 and 48 C.F.R. 227.7202-1 through 227.7202-4 (June 1995), 7682 all U.S. Government End Users acquire Covered Code with only those 7683 rights set forth herein. 7684 768511. MISCELLANEOUS. 7686 7687 This License represents the complete agreement concerning subject 7688 matter hereof. If any provision of this License is held to be 7689 unenforceable, such provision shall be reformed only to the extent 7690 necessary to make it enforceable. This License shall be governed by 7691 California law provisions (except to the extent applicable law, if 7692 any, provides otherwise), excluding its conflict-of-law provisions. 7693 With respect to disputes in which at least one party is a citizen of, 7694 or an entity chartered or registered to do business in the United 7695 States of America, any litigation relating to this License shall be 7696 subject to the jurisdiction of the Federal Courts of the Northern 7697 District of California, with venue lying in Santa Clara County, 7698 California, with the losing party responsible for costs, including 7699 without limitation, court costs and reasonable attorneys' fees and 7700 expenses. The application of the United Nations Convention on 7701 Contracts for the International Sale of Goods is expressly excluded. 7702 Any law or regulation which provides that the language of a contract 7703 shall be construed against the drafter shall not apply to this 7704 License. 7705 770612. RESPONSIBILITY FOR CLAIMS. 7707 7708 As between Initial Developer and the Contributors, each party is 7709 responsible for claims and damages arising, directly or indirectly, 7710 out of its utilization of rights under this License and You agree to 7711 work with Initial Developer and Contributors to distribute such 7712 responsibility on an equitable basis. Nothing herein is intended or 7713 shall be deemed to constitute any admission of liability. 7714 771513. MULTIPLE-LICENSED CODE. 7716 7717 Initial Developer may designate portions of the Covered Code as 7718 "Multiple-Licensed". "Multiple-Licensed" means that the Initial 7719 Developer permits you to utilize portions of the Covered Code under 7720 Your choice of the NPL or the alternative licenses, if any, specified 7721 by the Initial Developer in the file described in Exhibit A. 7722 7723EXHIBIT A -Mozilla Public License. 7724 7725 ``The contents of this file are subject to the Mozilla Public License 7726 Version 1.1 (the "License"); you may not use this file except in 7727 compliance with the License. You may obtain a copy of the License at 7728 http://www.mozilla.org/MPL/ 7729 7730 Software distributed under the License is distributed on an "AS IS" 7731 basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the 7732 License for the specific language governing rights and limitations 7733 under the License. 7734 7735 The Original Code is ______________________________________. 7736 7737 The Initial Developer of the Original Code is ________________________. 7738 Portions created by ______________________ are Copyright (C) ______ 7739 _______________________. All Rights Reserved. 7740 7741 Contributor(s): ______________________________________. 7742 7743 Alternatively, the contents of this file may be used under the terms 7744 of the _____ license (the "[___] License"), in which case the 7745 provisions of [______] License are applicable instead of those 7746 above. If you wish to allow use of your version of this file only 7747 under the terms of the [____] License and not to allow others to use 7748 your version of this file under the MPL, indicate your decision by 7749 deleting the provisions above and replace them with the notice and 7750 other provisions required by the [___] License. If you do not delete 7751 the provisions above, a recipient may use your version of this file 7752 under either the MPL or the [___] License." 7753 7754 [NOTE: The text of this Exhibit A may differ slightly from the text of 7755 the notices in the Source Code files of the Original Code. You should 7756 use the text of this Exhibit A rather than the text found in the 7757 Original Code Source Code for Your Modifications.] 7758 7759 ---------------------------------------------------------------------- 7760 7761 AMENDMENTS 7762 7763 The Netscape Public License Version 1.1 ("NPL") consists of the 7764 Mozilla Public License Version 1.1 with the following Amendments, 7765 including Exhibit A-Netscape Public License. Files identified with 7766 "Exhibit A-Netscape Public License" are governed by the Netscape 7767 Public License Version 1.1. 7768 7769 Additional Terms applicable to the Netscape Public License. 7770 I. Effect. 7771 These additional terms described in this Netscape Public 7772 License -- Amendments shall apply to the Mozilla Communicator 7773 client code and to all Covered Code under this License. 7774 7775 II. "Netscape's Branded Code" means Covered Code that Netscape 7776 distributes and/or permits others to distribute under one or more 7777 trademark(s) which are controlled by Netscape but which are not 7778 licensed for use under this License. 7779 7780 III. Netscape and logo. 7781 This License does not grant any rights to use the trademarks 7782 "Netscape", the "Netscape N and horizon" logo or the "Netscape 7783 lighthouse" logo, "Netcenter", "Gecko", "Java" or "JavaScript", 7784 "Smart Browsing" even if such marks are included in the Original 7785 Code or Modifications. 7786 7787 IV. Inability to Comply Due to Contractual Obligation. 7788 Prior to licensing the Original Code under this License, Netscape 7789 has licensed third party code for use in Netscape's Branded Code. 7790 To the extent that Netscape is limited contractually from making 7791 such third party code available under this License, Netscape may 7792 choose to reintegrate such code into Covered Code without being 7793 required to distribute such code in Source Code form, even if 7794 such code would otherwise be considered "Modifications" under 7795 this License. 7796 7797 V. Use of Modifications and Covered Code by Initial Developer. 7798 V.1. In General. 7799 The obligations of Section 3 apply to Netscape, except to 7800 the extent specified in this Amendment, Section V.2 and V.3. 7801 7802 V.2. Other Products. 7803 Netscape may include Covered Code in products other than the 7804 Netscape's Branded Code which are released by Netscape 7805 during the two (2) years following the release date of the 7806 Original Code, without such additional products becoming 7807 subject to the terms of this License, and may license such 7808 additional products on different terms from those contained 7809 in this License. 7810 7811 V.3. Alternative Licensing. 7812 Netscape may license the Source Code of Netscape's Branded 7813 Code, including Modifications incorporated therein, without 7814 such Netscape Branded Code becoming subject to the terms of 7815 this License, and may license such Netscape Branded Code on 7816 different terms from those contained in this License. 7817 7818 VI. Litigation. 7819 Notwithstanding the limitations of Section 11 above, the 7820 provisions regarding litigation in Section 11(a), (b) and (c) of 7821 the License shall apply to all disputes relating to this License. 7822 7823 EXHIBIT A-Netscape Public License. 7824 7825 "The contents of this file are subject to the Netscape Public 7826 License Version 1.1 (the "License"); you may not use this file 7827 except in compliance with the License. You may obtain a copy of 7828 the License at http://www.mozilla.org/NPL/ 7829 7830 Software distributed under the License is distributed on an "AS 7831 IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or 7832 implied. See the License for the specific language governing 7833 rights and limitations under the License. 7834 7835 The Original Code is Mozilla Communicator client code, released 7836 March 31, 1998. 7837 7838 The Initial Developer of the Original Code is Netscape 7839 Communications Corporation. Portions created by Netscape are 7840 Copyright (C) 1998-1999 Netscape Communications Corporation. All 7841 Rights Reserved. 7842 7843 Contributor(s): ______________________________________. 7844 7845 Alternatively, the contents of this file may be used under the 7846 terms of the _____ license (the "[___] License"), in which case 7847 the provisions of [______] License are applicable instead of 7848 those above. If you wish to allow use of your version of this 7849 file only under the terms of the [____] License and not to allow 7850 others to use your version of this file under the NPL, indicate 7851 your decision by deleting the provisions above and replace them 7852 with the notice and other provisions required by the [___] 7853 License. If you do not delete the provisions above, a recipient 7854 may use your version of this file under either the NPL or the 7855 [___] License." 7856</pre> 7857</div> 7858</div> 7859 7860 7861<div class="product"> 7862<span class="title">yasm</span> 7863<a class="show" href="#" onclick="return toggle(this);">show license</a> 7864<span class="homepage"><a href="http://www.tortall.net/projects/yasm/">homepage</a></span> 7865<div class="licence"> 7866<pre>Yasm is Copyright (c) 2001-2010 Peter Johnson and other Yasm developers. 7867 7868Yasm developers and/or contributors include: 7869 Peter Johnson 7870 Michael Urman 7871 Brian Gladman (Visual Studio build files, other fixes) 7872 Stanislav Karchebny (options parser) 7873 Mathieu Monnier (SSE4 instruction patches, NASM preprocessor additions) 7874 Anonymous "NASM64" developer (NASM preprocessor fixes) 7875 Stephen Polkowski (x86 instruction patches) 7876 Henryk Richter (Mach-O object format) 7877 Ben Skeggs (patches, bug reports) 7878 Alexei Svitkine (GAS preprocessor) 7879 Samuel Thibault (TASM parser and frontend) 7880 7881----------------------------------- 7882Yasm licensing overview and summary 7883----------------------------------- 7884 7885Note: This document does not provide legal advice nor is it the actual 7886license of any part of Yasm. See the individual licenses for complete 7887details. Consult a lawyer for legal advice. 7888 7889The primary license of Yasm is the 2-clause BSD license. Please use this 7890license if you plan on submitting code to the project. 7891 7892Yasm has absolutely no warranty; not even for merchantibility or fitness 7893for a particular purpose. 7894 7895------- 7896Libyasm 7897------- 7898Libyasm is 2-clause or 3-clause BSD licensed, with the exception of 7899bitvect, which is triple-licensed under the Artistic license, GPL, and 7900LGPL. Libyasm is thus GPL and LGPL compatible. In addition, this also 7901means that libyasm is free for binary-only distribution as long as the 7902terms of the 3-clause BSD license and Artistic license (as it applies to 7903bitvect) are fulfilled. 7904 7905------- 7906Modules 7907------- 7908The modules are 2-clause or 3-clause BSD licensed. 7909 7910--------- 7911Frontends 7912--------- 7913The frontends are 2-clause BSD licensed. 7914 7915------------- 7916License Texts 7917------------- 7918The full text of all licenses are provided in separate files in the source 7919distribution. Each source file may include the entire license (in the case 7920of the BSD and Artistic licenses), or may reference the GPL or LGPL license 7921file. 7922 7923BSD.txt - 2-clause and 3-clause BSD licenses 7924Artistic.txt - Artistic license 7925GNU_GPL-2.0 - GNU General Public License 7926GNU_LGPL-2.0 - GNU Library General Public License 7927</pre> 7928</div> 7929</div> 7930 7931 7932<div class="product"> 7933<span class="title">zlib</span> 7934<a class="show" href="#" onclick="return toggle(this);">show license</a> 7935<span class="homepage"><a href="http://zlib.net/">homepage</a></span> 7936<div class="licence"> 7937<pre>/* zlib.h -- interface of the 'zlib' general purpose compression library 7938 version 1.2.4, March 14th, 2010 7939 7940 Copyright (C) 1995-2010 Jean-loup Gailly and Mark Adler 7941 7942 This software is provided 'as-is', without any express or implied 7943 warranty. In no event will the authors be held liable for any damages 7944 arising from the use of this software. 7945 7946 Permission is granted to anyone to use this software for any purpose, 7947 including commercial applications, and to alter it and redistribute it 7948 freely, subject to the following restrictions: 7949 7950 1. The origin of this software must not be misrepresented; you must not 7951 claim that you wrote the original software. If you use this software 7952 in a product, an acknowledgment in the product documentation would be 7953 appreciated but is not required. 7954 2. Altered source versions must be plainly marked as such, and must not be 7955 misrepresented as being the original software. 7956 3. This notice may not be removed or altered from any source distribution. 7957 7958 Jean-loup Gailly 7959 Mark Adler 7960 7961*/ 7962</pre> 7963</div> 7964</div> 7965 7966 7967<div class="product"> 7968<span class="title">Strongtalk</span> 7969<a class="show" href="#" onclick="return toggle(this);">show license</a> 7970<span class="homepage"><a href="http://www.strongtalk.org/">homepage</a></span> 7971<div class="licence"> 7972<pre>Copyright (c) 1994-2006 Sun Microsystems Inc. 7973 7974All Rights Reserved. 7975 7976 7977 7978Redistribution and use in source and binary forms, with or without 7979 7980modification, are permitted provided that the following conditions are 7981 7982met: 7983 7984 7985 7986- Redistributions of source code must retain the above copyright notice, 7987 7988 this list of conditions and the following disclaimer. 7989 7990 7991 7992- Redistribution in binary form must reproduce the above copyright 7993 7994 notice, this list of conditions and the following disclaimer in the 7995 7996 documentation and/or other materials provided with the distribution. 7997 7998 7999 8000- Neither the name of Sun Microsystems or the names of contributors may 8001 8002 be used to endorse or promote products derived from this software without 8003 8004 specific prior written permission. 8005 8006 8007 8008THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS 8009 8010IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, 8011 8012THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 8013 8014PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 8015 8016CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 8017 8018EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 8019 8020PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 8021 8022PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 8023 8024LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 8025 8026NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 8027 8028SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.</pre> 8029</div> 8030</div> 8031 8032 8033</div> 8034 8035</body> 8036</html> 8037 8038