Home | History | Annotate | Download | only in chromeos
      1 <!DOCTYPE HTML>
      2 <html>
      3 <head>
      4 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
      5 <title>Credits</title>
      6 <style>
      7 body {
      8   font-family:Helvetica,Arial,sans-serif;
      9   background-color:white;
     10   font-size:84%;
     11   max-width:1020px;
     12 }
     13 .page-title {
     14   font-size:164%;
     15   font-weight:bold;
     16 }
     17 .product {
     18   background-color:#c3d9ff;
     19   overflow:auto;
     20   padding:2px;
     21   margin-top:16px;
     22   border-radius:5px;
     23 }
     24 .product .title {
     25   font-size:110%;
     26   font-weight:bold;
     27   float:left;
     28   margin:3px;
     29 }
     30 .product .homepage {
     31   text-align:right;
     32   float:right;
     33   margin:3px;
     34 }
     35 .product .homepage:after {
     36   content:" - ";
     37 }
     38 .product .show {
     39   text-align:right;
     40   float:right;
     41   margin:3px;
     42 }
     43 .licence {
     44   clear:both;
     45   background-color:#e8eef7;
     46   padding:16px;
     47   border-radius:3px;
     48   display:none;
     49 }
     50 .licence h3 {
     51   margin-top:0px;
     52 }
     53 .license-packages {
     54   font-size:80%;
     55 }
     56 </style>
     57 <script>
     58 function $(o) {return document.getElementById(o);}
     59 function toggle(o) {
     60   var licence = o.nextSibling;
     61 
     62   while (licence.className != 'licence') {
     63     if (!licence) return false;
     64     licence = licence.nextSibling;
     65   }
     66 
     67   if (licence.style && licence.style.display == 'block') {
     68     licence.style.display = 'none';
     69     o.innerHTML = 'show license text';
     70   } else {
     71     licence.style.display = 'block';
     72     o.innerHTML = 'hide license text';
     73   }
     74   return false;
     75 }
     76 </script>
     77 </head>
     78 <body>
     79 <span class="page-title" style="float:left;">Credits</span>
     80 <a href="javascript:window.print();" style="float:right;">Print</a>
     81 <div style="clear:both; overflow:auto;">
     82 <h2>List of Packages used in Google Chrome OS:</h2>
     83 <!-- Chromium <3s the following projects -->
     84 <div class="product">
     85 <span class="title">acl-2.2.51</span>
     86 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
     87 <span class="homepage"><a href="http://savannah.nongnu.org/projects/acl">homepage</a></span>
     88 <div class="licence">
     89 <pre></pre>
     90 <ul>
     91 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li>
     92 </ul>
     93 </div>
     94 </div>
     95 
     96 
     97 <div class="product">
     98 <span class="title">adhd-0.0.1</span>
     99 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
    100 <span class="homepage"><a href="http://www.chromium.org">homepage</a></span>
    101 <div class="licence">
    102 <pre></pre>
    103 <ul>
    104 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
    105 </ul>
    106 </div>
    107 </div>
    108 
    109 
    110 <div class="product">
    111 <span class="title">alsa-headers-1.0.25</span>
    112 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
    113 <span class="homepage"><a href="http://www.alsa-project.org/">homepage</a></span>
    114 <div class="licence">
    115 <pre></pre>
    116 <ul>
    117 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
    118 </ul>
    119 </div>
    120 </div>
    121 
    122 
    123 <div class="product">
    124 <span class="title">alsa-lib-1.0.25</span>
    125 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
    126 <span class="homepage"><a href="http://www.alsa-project.org/">homepage</a></span>
    127 <div class="licence">
    128 <pre></pre>
    129 <ul>
    130 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li>
    131 </ul>
    132 </div>
    133 </div>
    134 
    135 
    136 <div class="product">
    137 <span class="title">alsa-plugins-1.0.25</span>
    138 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
    139 <span class="homepage"><a href="http://www.alsa-project.org/">homepage</a></span>
    140 <div class="licence">
    141 <pre></pre>
    142 <ul>
    143 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li>
    144 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
    145 </ul>
    146 </div>
    147 </div>
    148 
    149 
    150 <div class="product">
    151 <span class="title">alsa-utils-1.0.25</span>
    152 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
    153 <span class="homepage"><a href="http://www.alsa-project.org/">homepage</a></span>
    154 <div class="licence">
    155 <pre></pre>
    156 <ul>
    157 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
    158 </ul>
    159 </div>
    160 </div>
    161 
    162 
    163 <div class="product">
    164 <span class="title">ath3k-0.0.1</span>
    165 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
    166 <span class="homepage"><a href="http://www.atheros.com/">homepage</a></span>
    167 <div class="licence">
    168 <pre></pre>
    169 <ul>
    170 <li><a href='#Atheros'>Custom License Atheros</a></li>
    171 </ul>
    172 </div>
    173 </div>
    174 
    175 
    176 <div class="product">
    177 <span class="title">ath6k-34</span>
    178 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
    179 <span class="homepage"><a href="http://www.atheros.com/">homepage</a></span>
    180 <div class="licence">
    181 <pre></pre>
    182 <ul>
    183 <li><a href='#Atheros'>Custom License Atheros</a></li>
    184 </ul>
    185 </div>
    186 </div>
    187 
    188 
    189 <div class="product">
    190 <span class="title">atk-1.32.0</span>
    191 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
    192 <span class="homepage"><a href="http://projects.gnome.org/accessibility/">homepage</a></span>
    193 <div class="licence">
    194 <pre></pre>
    195 <ul>
    196 <li><a href='#LGPL-2'>Gentoo Package Stock License LGPL-2</a></li>
    197 </ul>
    198 </div>
    199 </div>
    200 
    201 
    202 <div class="product">
    203 <span class="title">attr-2.4.46</span>
    204 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
    205 <span class="homepage"><a href="http://savannah.nongnu.org/projects/attr">homepage</a></span>
    206 <div class="licence">
    207 <pre></pre>
    208 <ul>
    209 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li>
    210 </ul>
    211 </div>
    212 </div>
    213 
    214 
    215 <div class="product">
    216 <span class="title">autoconf-2.13</span>
    217 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
    218 <span class="homepage"><a href="http://www.gnu.org/software/autoconf/autoconf.html">homepage</a></span>
    219 <div class="licence">
    220 <pre></pre>
    221 <ul>
    222 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
    223 </ul>
    224 </div>
    225 </div>
    226 
    227 
    228 <div class="product">
    229 <span class="title">autoconf-2.68</span>
    230 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
    231 <span class="homepage"><a href="http://www.gnu.org/software/autoconf/autoconf.html">homepage</a></span>
    232 <div class="licence">
    233 <pre></pre>
    234 <ul>
    235 <li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li>
    236 </ul>
    237 </div>
    238 </div>
    239 
    240 
    241 <div class="product">
    242 <span class="title">autoconf-wrapper-10</span>
    243 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
    244 <span class="homepage"><a href="http://www.gentoo.org/">homepage</a></span>
    245 <div class="licence">
    246 <pre></pre>
    247 <ul>
    248 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
    249 </ul>
    250 </div>
    251 </div>
    252 
    253 
    254 <div class="product">
    255 <span class="title">automake-1.11.1</span>
    256 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
    257 <span class="homepage"><a href="http://sources.redhat.com/automake/">homepage</a></span>
    258 <div class="licence">
    259 <pre></pre>
    260 <ul>
    261 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
    262 </ul>
    263 </div>
    264 </div>
    265 
    266 
    267 <div class="product">
    268 <span class="title">automake-wrapper-5</span>
    269 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
    270 <span class="homepage"><a href="http://www.gentoo.org/">homepage</a></span>
    271 <div class="licence">
    272 <pre></pre>
    273 <ul>
    274 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
    275 </ul>
    276 </div>
    277 </div>
    278 
    279 
    280 <div class="product">
    281 <span class="title">avahi-0.6.31</span>
    282 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
    283 <span class="homepage"><a href="http://avahi.org/">homepage</a></span>
    284 <div class="licence">
    285 <pre></pre>
    286 <ul>
    287 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li>
    288 </ul>
    289 </div>
    290 </div>
    291 
    292 
    293 <div class="product">
    294 <span class="title">avfs-1.0.1</span>
    295 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
    296 <span class="homepage"><a href="http://sourceforge.net/projects/avf">homepage</a></span>
    297 <div class="licence">
    298 <pre></pre>
    299 <ul>
    300 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
    301 </ul>
    302 </div>
    303 </div>
    304 
    305 
    306 <div class="product">
    307 <span class="title">baselayout-2.0.1</span>
    308 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
    309 <span class="homepage"><a href="http://src.chromium.org/">homepage</a></span>
    310 <div class="licence">
    311 <pre></pre>
    312 <ul>
    313 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
    314 </ul>
    315 </div>
    316 </div>
    317 
    318 
    319 <div class="product">
    320 <span class="title">bash-4.2_p20</span>
    321 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
    322 <span class="homepage"><a href="http://tiswww.case.edu/php/chet/bash/bashtop.html">homepage</a></span>
    323 <div class="licence">
    324 <pre></pre>
    325 <ul>
    326 <li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li>
    327 </ul>
    328 </div>
    329 </div>
    330 
    331 
    332 <div class="product">
    333 <span class="title">binutils-2.22</span>
    334 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
    335 <span class="homepage"><a href="http://sources.redhat.com/binutils/">homepage</a></span>
    336 <div class="licence">
    337 <pre></pre>
    338 <ul>
    339 <li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li>
    340 <li><a href='#LGPL-3'>Gentoo Package Stock License LGPL-3</a></li>
    341 </ul>
    342 </div>
    343 </div>
    344 
    345 
    346 <div class="product">
    347 <span class="title">binutils-config-3</span>
    348 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
    349 <span class="homepage"><a href="http://www.gentoo.org/">homepage</a></span>
    350 <div class="licence">
    351 <pre></pre>
    352 <ul>
    353 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
    354 </ul>
    355 </div>
    356 </div>
    357 
    358 
    359 <div class="product">
    360 <span class="title">bluez-5.4</span>
    361 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
    362 <span class="homepage"><a href="http://www.bluez.org/">homepage</a></span>
    363 <div class="licence">
    364 <pre></pre>
    365 <ul>
    366 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li>
    367 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
    368 </ul>
    369 </div>
    370 </div>
    371 
    372 
    373 <div class="product">
    374 <span class="title">brltty-4.5</span>
    375 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
    376 <span class="homepage"><a href="http://mielke.cc/brltty/">homepage</a></span>
    377 <div class="licence">
    378 <pre></pre>
    379 <ul>
    380 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li>
    381 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
    382 </ul>
    383 </div>
    384 </div>
    385 
    386 
    387 <div class="product">
    388 <span class="title">bsdiff-4.3</span>
    389 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
    390 <span class="homepage"><a href="http://www.daemonology.net/bsdiff/">homepage</a></span>
    391 <div class="licence">
    392 <pre>Copyright Attribution License chromiumos-overlay/licenses/copyright-attribution/dev-util/bsdiff:
    393 
    394 Copyright 2003-2005 Colin Percival
    395 All rights reserved
    396 
    397 Redistribution and use in source and binary forms, with or without
    398 modification, are permitted providing that the following conditions
    399 are met:
    400 1. Redistributions of source code must retain the above copyright
    401    notice, this list of conditions and the following disclaimer.
    402 2. Redistributions in binary form must reproduce the above copyright
    403    notice, this list of conditions and the following disclaimer in the
    404    documentation and/or other materials provided with the distribution.
    405 
    406 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
    407 IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
    408 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    409 ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
    410 DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
    411 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
    412 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
    413 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
    414 STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
    415 IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
    416 POSSIBILITY OF SUCH DAMAGE.
    417 
    418 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
    419 </pre>
    420 <ul>
    421 
    422 </ul>
    423 </div>
    424 </div>
    425 
    426 
    427 <div class="product">
    428 <span class="title">bzip2-1.0.6</span>
    429 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
    430 <span class="homepage"><a href="http://www.bzip.org/">homepage</a></span>
    431 <div class="licence">
    432 <pre>Scanned Source License bzip2-1.0.6/LICENSE:
    433 
    434 
    435 --------------------------------------------------------------------------
    436 
    437 This program, "bzip2", the associated library "libbzip2", and all
    438 documentation, are copyright (C) 1996-2010 Julian R Seward.  All
    439 rights reserved.
    440 
    441 Redistribution and use in source and binary forms, with or without
    442 modification, are permitted provided that the following conditions
    443 are met:
    444 
    445 1. Redistributions of source code must retain the above copyright
    446    notice, this list of conditions and the following disclaimer.
    447 
    448 2. The origin of this software must not be misrepresented; you must 
    449    not claim that you wrote the original software.  If you use this 
    450    software in a product, an acknowledgment in the product 
    451    documentation would be appreciated but is not required.
    452 
    453 3. Altered source versions must be plainly marked as such, and must
    454    not be misrepresented as being the original software.
    455 
    456 4. The name of the author may not be used to endorse or promote 
    457    products derived from this software without specific prior written 
    458    permission.
    459 
    460 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS
    461 OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
    462 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    463 ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
    464 DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
    465 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
    466 GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
    467 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
    468 WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
    469 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
    470 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
    471 
    472 Julian Seward, jseward (a] bzip.org
    473 bzip2/libbzip2 version 1.0.6 of 6 September 2010
    474 
    475 --------------------------------------------------------------------------
    476 
    477 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
    478 
    479 Gentoo Package Stock License BZIP2:
    480 
    481 &lt;copyright notice&gt;
    482 All rights reserved.
    483 
    484 Redistribution and use in source and binary forms, with or without
    485 modification, are permitted provided that the following conditions
    486 are met:
    487 
    488 1. Redistributions of source code must retain the above copyright
    489    notice, this list of conditions and the following disclaimer.
    490 
    491 2. The origin of this software must not be misrepresented; you must
    492    not claim that you wrote the original software.  If you use this
    493    software in a product, an acknowledgment in the product
    494    documentation would be appreciated but is not required.
    495 
    496 3. Altered source versions must be plainly marked as such, and must
    497    not be misrepresented as being the original software.
    498 
    499 4. The name of the author may not be used to endorse or promote
    500    products derived from this software without specific prior written
    501    permission.
    502 
    503 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS
    504 OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
    505 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    506 ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
    507 DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
    508 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
    509 GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
    510 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
    511 WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
    512 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
    513 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
    514 
    515 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
    516 </pre>
    517 <ul>
    518 
    519 </ul>
    520 </div>
    521 </div>
    522 
    523 
    524 <div class="product">
    525 <span class="title">c-ares-1.7.5</span>
    526 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
    527 <span class="homepage"><a href="http://c-ares.haxx.se/">homepage</a></span>
    528 <div class="licence">
    529 <pre>Copyright Attribution License chromiumos-overlay/licenses/copyright-attribution/net-dns/c-ares:
    530 
    531 Copyright 1998 by the Massachusetts Institute of Technology.
    532 
    533 Permission to use, copy, modify, and distribute this
    534 software and its documentation for any purpose and without
    535 fee is hereby granted, provided that the above copyright
    536 notice appear in all copies and that both that copyright
    537 notice and this permission notice appear in supporting
    538 documentation, and that the name of M.I.T. not be used in
    539 advertising or publicity pertaining to distribution of the
    540 software without specific, written prior permission.
    541 M.I.T. makes no representations about the suitability of
    542 this software for any purpose.  It is provided "as is"
    543 without express or implied warranty.
    544 
    545 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
    546 </pre>
    547 <ul>
    548 
    549 </ul>
    550 </div>
    551 </div>
    552 
    553 
    554 <div class="product">
    555 <span class="title">cairo-1.12.12</span>
    556 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
    557 <span class="homepage"><a href="http://cairographics.org/">homepage</a></span>
    558 <div class="licence">
    559 <pre>Gentoo Package Stock License MPL-1.1:
    560 
    561                           MOZILLA PUBLIC LICENSE
    562                                 Version 1.1
    563 
    564                               ---------------
    565 
    566 1. Definitions.
    567 
    568      1.0.1. "Commercial Use" means distribution or otherwise making the
    569      Covered Code available to a third party.
    570 
    571      1.1. "Contributor" means each entity that creates or contributes to
    572      the creation of Modifications.
    573 
    574      1.2. "Contributor Version" means the combination of the Original
    575      Code, prior Modifications used by a Contributor, and the Modifications
    576      made by that particular Contributor.
    577 
    578      1.3. "Covered Code" means the Original Code or Modifications or the
    579      combination of the Original Code and Modifications, in each case
    580      including portions thereof.
    581 
    582      1.4. "Electronic Distribution Mechanism" means a mechanism generally
    583      accepted in the software development community for the electronic
    584      transfer of data.
    585 
    586      1.5. "Executable" means Covered Code in any form other than Source
    587      Code.
    588 
    589      1.6. "Initial Developer" means the individual or entity identified
    590      as the Initial Developer in the Source Code notice required by Exhibit
    591      A.
    592 
    593      1.7. "Larger Work" means a work which combines Covered Code or
    594      portions thereof with code not governed by the terms of this License.
    595 
    596      1.8. "License" means this document.
    597 
    598      1.8.1. "Licensable" means having the right to grant, to the maximum
    599      extent possible, whether at the time of the initial grant or
    600      subsequently acquired, any and all of the rights conveyed herein.
    601 
    602      1.9. "Modifications" means any addition to or deletion from the
    603      substance or structure of either the Original Code or any previous
    604      Modifications. When Covered Code is released as a series of files, a
    605      Modification is:
    606           A. Any addition to or deletion from the contents of a file
    607           containing Original Code or previous Modifications.
    608 
    609           B. Any new file that contains any part of the Original Code or
    610           previous Modifications.
    611 
    612      1.10. "Original Code" means Source Code of computer software code
    613      which is described in the Source Code notice required by Exhibit A as
    614      Original Code, and which, at the time of its release under this
    615      License is not already Covered Code governed by this License.
    616 
    617      1.10.1. "Patent Claims" means any patent claim(s), now owned or
    618      hereafter acquired, including without limitation,  method, process,
    619      and apparatus claims, in any patent Licensable by grantor.
    620 
    621      1.11. "Source Code" means the preferred form of the Covered Code for
    622      making modifications to it, including all modules it contains, plus
    623      any associated interface definition files, scripts used to control
    624      compilation and installation of an Executable, or source code
    625      differential comparisons against either the Original Code or another
    626      well known, available Covered Code of the Contributor's choice. The
    627      Source Code can be in a compressed or archival form, provided the
    628      appropriate decompression or de-archiving software is widely available
    629      for no charge.
    630 
    631      1.12. "You" (or "Your")  means an individual or a legal entity
    632      exercising rights under, and complying with all of the terms of, this
    633      License or a future version of this License issued under Section 6.1.
    634      For legal entities, "You" includes any entity which controls, is
    635      controlled by, or is under common control with You. For purposes of
    636      this definition, "control" means (a) the power, direct or indirect,
    637      to cause the direction or management of such entity, whether by
    638      contract or otherwise, or (b) ownership of more than fifty percent
    639      (50%) of the outstanding shares or beneficial ownership of such
    640      entity.
    641 
    642 2. Source Code License.
    643 
    644      2.1. The Initial Developer Grant.
    645      The Initial Developer hereby grants You a world-wide, royalty-free,
    646      non-exclusive license, subject to third party intellectual property
    647      claims:
    648           (a)  under intellectual property rights (other than patent or
    649           trademark) Licensable by Initial Developer to use, reproduce,
    650           modify, display, perform, sublicense and distribute the Original
    651           Code (or portions thereof) with or without Modifications, and/or
    652           as part of a Larger Work; and
    653 
    654           (b) under Patents Claims infringed by the making, using or
    655           selling of Original Code, to make, have made, use, practice,
    656           sell, and offer for sale, and/or otherwise dispose of the
    657           Original Code (or portions thereof).
    658 
    659           (c) the licenses granted in this Section 2.1(a) and (b) are
    660           effective on the date Initial Developer first distributes
    661           Original Code under the terms of this License.
    662 
    663           (d) Notwithstanding Section 2.1(b) above, no patent license is
    664           granted: 1) for code that You delete from the Original Code; 2)
    665           separate from the Original Code;  or 3) for infringements caused
    666           by: i) the modification of the Original Code or ii) the
    667           combination of the Original Code with other software or devices.
    668 
    669      2.2. Contributor Grant.
    670      Subject to third party intellectual property claims, each Contributor
    671      hereby grants You a world-wide, royalty-free, non-exclusive license
    672 
    673           (a)  under intellectual property rights (other than patent or
    674           trademark) Licensable by Contributor, to use, reproduce, modify,
    675           display, perform, sublicense and distribute the Modifications
    676           created by such Contributor (or portions thereof) either on an
    677           unmodified basis, with other Modifications, as Covered Code
    678           and/or as part of a Larger Work; and
    679 
    680           (b) under Patent Claims infringed by the making, using, or
    681           selling of  Modifications made by that Contributor either alone
    682           and/or in combination with its Contributor Version (or portions
    683           of such combination), to make, use, sell, offer for sale, have
    684           made, and/or otherwise dispose of: 1) Modifications made by that
    685           Contributor (or portions thereof); and 2) the combination of
    686           Modifications made by that Contributor with its Contributor
    687           Version (or portions of such combination).
    688 
    689           (c) the licenses granted in Sections 2.2(a) and 2.2(b) are
    690           effective on the date Contributor first makes Commercial Use of
    691           the Covered Code.
    692 
    693           (d)    Notwithstanding Section 2.2(b) above, no patent license is
    694           granted: 1) for any code that Contributor has deleted from the
    695           Contributor Version; 2)  separate from the Contributor Version;
    696           3)  for infringements caused by: i) third party modifications of
    697           Contributor Version or ii)  the combination of Modifications made
    698           by that Contributor with other software  (except as part of the
    699           Contributor Version) or other devices; or 4) under Patent Claims
    700           infringed by Covered Code in the absence of Modifications made by
    701           that Contributor.
    702 
    703 3. Distribution Obligations.
    704 
    705      3.1. Application of License.
    706      The Modifications which You create or to which You contribute are
    707      governed by the terms of this License, including without limitation
    708      Section 2.2. The Source Code version of Covered Code may be
    709      distributed only under the terms of this License or a future version
    710      of this License released under Section 6.1, and You must include a
    711      copy of this License with every copy of the Source Code You
    712      distribute. You may not offer or impose any terms on any Source Code
    713      version that alters or restricts the applicable version of this
    714      License or the recipients' rights hereunder. However, You may include
    715      an additional document offering the additional rights described in
    716      Section 3.5.
    717 
    718      3.2. Availability of Source Code.
    719      Any Modification which You create or to which You contribute must be
    720      made available in Source Code form under the terms of this License
    721      either on the same media as an Executable version or via an accepted
    722      Electronic Distribution Mechanism to anyone to whom you made an
    723      Executable version available; and if made available via Electronic
    724      Distribution Mechanism, must remain available for at least twelve (12)
    725      months after the date it initially became available, or at least six
    726      (6) months after a subsequent version of that particular Modification
    727      has been made available to such recipients. You are responsible for
    728      ensuring that the Source Code version remains available even if the
    729      Electronic Distribution Mechanism is maintained by a third party.
    730 
    731      3.3. Description of Modifications.
    732      You must cause all Covered Code to which You contribute to contain a
    733      file documenting the changes You made to create that Covered Code and
    734      the date of any change. You must include a prominent statement that
    735      the Modification is derived, directly or indirectly, from Original
    736      Code provided by the Initial Developer and including the name of the
    737      Initial Developer in (a) the Source Code, and (b) in any notice in an
    738      Executable version or related documentation in which You describe the
    739      origin or ownership of the Covered Code.
    740 
    741      3.4. Intellectual Property Matters
    742           (a) Third Party Claims.
    743           If Contributor has knowledge that a license under a third party's
    744           intellectual property rights is required to exercise the rights
    745           granted by such Contributor under Sections 2.1 or 2.2,
    746           Contributor must include a text file with the Source Code
    747           distribution titled "LEGAL" which describes the claim and the
    748           party making the claim in sufficient detail that a recipient will
    749           know whom to contact. If Contributor obtains such knowledge after
    750           the Modification is made available as described in Section 3.2,
    751           Contributor shall promptly modify the LEGAL file in all copies
    752           Contributor makes available thereafter and shall take other steps
    753           (such as notifying appropriate mailing lists or newsgroups)
    754           reasonably calculated to inform those who received the Covered
    755           Code that new knowledge has been obtained.
    756 
    757           (b) Contributor APIs.
    758           If Contributor's Modifications include an application programming
    759           interface and Contributor has knowledge of patent licenses which
    760           are reasonably necessary to implement that API, Contributor must
    761           also include this information in the LEGAL file.
    762 
    763                (c)    Representations.
    764           Contributor represents that, except as disclosed pursuant to
    765           Section 3.4(a) above, Contributor believes that Contributor's
    766           Modifications are Contributor's original creation(s) and/or
    767           Contributor has sufficient rights to grant the rights conveyed by
    768           this License.
    769 
    770      3.5. Required Notices.
    771      You must duplicate the notice in Exhibit A in each file of the Source
    772      Code.  If it is not possible to put such notice in a particular Source
    773      Code file due to its structure, then You must include such notice in a
    774      location (such as a relevant directory) where a user would be likely
    775      to look for such a notice.  If You created one or more Modification(s)
    776      You may add your name as a Contributor to the notice described in
    777      Exhibit A.  You must also duplicate this License in any documentation
    778      for the Source Code where You describe recipients' rights or ownership
    779      rights relating to Covered Code.  You may choose to offer, and to
    780      charge a fee for, warranty, support, indemnity or liability
    781      obligations to one or more recipients of Covered Code. However, You
    782      may do so only on Your own behalf, and not on behalf of the Initial
    783      Developer or any Contributor. You must make it absolutely clear than
    784      any such warranty, support, indemnity or liability obligation is
    785      offered by You alone, and You hereby agree to indemnify the Initial
    786      Developer and every Contributor for any liability incurred by the
    787      Initial Developer or such Contributor as a result of warranty,
    788      support, indemnity or liability terms You offer.
    789 
    790      3.6. Distribution of Executable Versions.
    791      You may distribute Covered Code in Executable form only if the
    792      requirements of Section 3.1-3.5 have been met for that Covered Code,
    793      and if You include a notice stating that the Source Code version of
    794      the Covered Code is available under the terms of this License,
    795      including a description of how and where You have fulfilled the
    796      obligations of Section 3.2. The notice must be conspicuously included
    797      in any notice in an Executable version, related documentation or
    798      collateral in which You describe recipients' rights relating to the
    799      Covered Code. You may distribute the Executable version of Covered
    800      Code or ownership rights under a license of Your choice, which may
    801      contain terms different from this License, provided that You are in
    802      compliance with the terms of this License and that the license for the
    803      Executable version does not attempt to limit or alter the recipient's
    804      rights in the Source Code version from the rights set forth in this
    805      License. If You distribute the Executable version under a different
    806      license You must make it absolutely clear that any terms which differ
    807      from this License are offered by You alone, not by the Initial
    808      Developer or any Contributor. You hereby agree to indemnify the
    809      Initial Developer and every Contributor for any liability incurred by
    810      the Initial Developer or such Contributor as a result of any such
    811      terms You offer.
    812 
    813      3.7. Larger Works.
    814      You may create a Larger Work by combining Covered Code with other code
    815      not governed by the terms of this License and distribute the Larger
    816      Work as a single product. In such a case, You must make sure the
    817      requirements of this License are fulfilled for the Covered Code.
    818 
    819 4. Inability to Comply Due to Statute or Regulation.
    820 
    821      If it is impossible for You to comply with any of the terms of this
    822      License with respect to some or all of the Covered Code due to
    823      statute, judicial order, or regulation then You must: (a) comply with
    824      the terms of this License to the maximum extent possible; and (b)
    825      describe the limitations and the code they affect. Such description
    826      must be included in the LEGAL file described in Section 3.4 and must
    827      be included with all distributions of the Source Code. Except to the
    828      extent prohibited by statute or regulation, such description must be
    829      sufficiently detailed for a recipient of ordinary skill to be able to
    830      understand it.
    831 
    832 5. Application of this License.
    833 
    834      This License applies to code to which the Initial Developer has
    835      attached the notice in Exhibit A and to related Covered Code.
    836 
    837 6. Versions of the License.
    838 
    839      6.1. New Versions.
    840      Netscape Communications Corporation ("Netscape") may publish revised
    841      and/or new versions of the License from time to time. Each version
    842      will be given a distinguishing version number.
    843 
    844      6.2. Effect of New Versions.
    845      Once Covered Code has been published under a particular version of the
    846      License, You may always continue to use it under the terms of that
    847      version. You may also choose to use such Covered Code under the terms
    848      of any subsequent version of the License published by Netscape. No one
    849      other than Netscape has the right to modify the terms applicable to
    850      Covered Code created under this License.
    851 
    852      6.3. Derivative Works.
    853      If You create or use a modified version of this License (which you may
    854      only do in order to apply it to code which is not already Covered Code
    855      governed by this License), You must (a) rename Your license so that
    856      the phrases "Mozilla", "MOZILLAPL", "MOZPL", "Netscape",
    857      "MPL", "NPL" or any confusingly similar phrase do not appear in your
    858      license (except to note that your license differs from this License)
    859      and (b) otherwise make it clear that Your version of the license
    860      contains terms which differ from the Mozilla Public License and
    861      Netscape Public License. (Filling in the name of the Initial
    862      Developer, Original Code or Contributor in the notice described in
    863      Exhibit A shall not of themselves be deemed to be modifications of
    864      this License.)
    865 
    866 7. DISCLAIMER OF WARRANTY.
    867 
    868      COVERED CODE IS PROVIDED UNDER THIS LICENSE ON AN "AS IS" BASIS,
    869      WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
    870      WITHOUT LIMITATION, WARRANTIES THAT THE COVERED CODE IS FREE OF
    871      DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING.
    872      THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE COVERED CODE
    873      IS WITH YOU. SHOULD ANY COVERED CODE PROVE DEFECTIVE IN ANY RESPECT,
    874      YOU (NOT THE INITIAL DEVELOPER OR ANY OTHER CONTRIBUTOR) ASSUME THE
    875      COST OF ANY NECESSARY SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER
    876      OF WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO USE OF
    877      ANY COVERED CODE IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER.
    878 
    879 8. TERMINATION.
    880 
    881      8.1.  This License and the rights granted hereunder will terminate
    882      automatically if You fail to comply with terms herein and fail to cure
    883      such breach within 30 days of becoming aware of the breach. All
    884      sublicenses to the Covered Code which are properly granted shall
    885      survive any termination of this License. Provisions which, by their
    886      nature, must remain in effect beyond the termination of this License
    887      shall survive.
    888 
    889      8.2.  If You initiate litigation by asserting a patent infringement
    890      claim (excluding declatory judgment actions) against Initial Developer
    891      or a Contributor (the Initial Developer or Contributor against whom
    892      You file such action is referred to as "Participant")  alleging that:
    893 
    894      (a)  such Participant's Contributor Version directly or indirectly
    895      infringes any patent, then any and all rights granted by such
    896      Participant to You under Sections 2.1 and/or 2.2 of this License
    897      shall, upon 60 days notice from Participant terminate prospectively,
    898      unless if within 60 days after receipt of notice You either: (i)
    899      agree in writing to pay Participant a mutually agreeable reasonable
    900      royalty for Your past and future use of Modifications made by such
    901      Participant, or (ii) withdraw Your litigation claim with respect to
    902      the Contributor Version against such Participant.  If within 60 days
    903      of notice, a reasonable royalty and payment arrangement are not
    904      mutually agreed upon in writing by the parties or the litigation claim
    905      is not withdrawn, the rights granted by Participant to You under
    906      Sections 2.1 and/or 2.2 automatically terminate at the expiration of
    907      the 60 day notice period specified above.
    908 
    909      (b)  any software, hardware, or device, other than such Participant's
    910      Contributor Version, directly or indirectly infringes any patent, then
    911      any rights granted to You by such Participant under Sections 2.1(b)
    912      and 2.2(b) are revoked effective as of the date You first made, used,
    913      sold, distributed, or had made, Modifications made by that
    914      Participant.
    915 
    916      8.3.  If You assert a patent infringement claim against Participant
    917      alleging that such Participant's Contributor Version directly or
    918      indirectly infringes any patent where such claim is resolved (such as
    919      by license or settlement) prior to the initiation of patent
    920      infringement litigation, then the reasonable value of the licenses
    921      granted by such Participant under Sections 2.1 or 2.2 shall be taken
    922      into account in determining the amount or value of any payment or
    923      license.
    924 
    925      8.4.  In the event of termination under Sections 8.1 or 8.2 above,
    926      all end user license agreements (excluding distributors and resellers)
    927      which have been validly granted by You or any distributor hereunder
    928      prior to termination shall survive termination.
    929 
    930 9. LIMITATION OF LIABILITY.
    931 
    932      UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT
    933      (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL YOU, THE INITIAL
    934      DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF COVERED CODE,
    935      OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON FOR
    936      ANY INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY
    937      CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL,
    938      WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER
    939      COMMERCIAL DAMAGES OR LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN
    940      INFORMED OF THE POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF
    941      LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY
    942      RESULTING FROM SUCH PARTY'S NEGLIGENCE TO THE EXTENT APPLICABLE LAW
    943      PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE
    944      EXCLUSION OR LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO
    945      THIS EXCLUSION AND LIMITATION MAY NOT APPLY TO YOU.
    946 
    947 10. U.S. GOVERNMENT END USERS.
    948 
    949      The Covered Code is a "commercial item," as that term is defined in
    950      48 C.F.R. 2.101 (Oct. 1995), consisting of "commercial computer
    951      software" and "commercial computer software documentation," as such
    952      terms are used in 48 C.F.R. 12.212 (Sept. 1995). Consistent with 48
    953      C.F.R. 12.212 and 48 C.F.R. 227.7202-1 through 227.7202-4 (June 1995),
    954      all U.S. Government End Users acquire Covered Code with only those
    955      rights set forth herein.
    956 
    957 11. MISCELLANEOUS.
    958 
    959      This License represents the complete agreement concerning subject
    960      matter hereof. If any provision of this License is held to be
    961      unenforceable, such provision shall be reformed only to the extent
    962      necessary to make it enforceable. This License shall be governed by
    963      California law provisions (except to the extent applicable law, if
    964      any, provides otherwise), excluding its conflict-of-law provisions.
    965      With respect to disputes in which at least one party is a citizen of,
    966      or an entity chartered or registered to do business in the United
    967      States of America, any litigation relating to this License shall be
    968      subject to the jurisdiction of the Federal Courts of the Northern
    969      District of California, with venue lying in Santa Clara County,
    970      California, with the losing party responsible for costs, including
    971      without limitation, court costs and reasonable attorneys' fees and
    972      expenses. The application of the United Nations Convention on
    973      Contracts for the International Sale of Goods is expressly excluded.
    974      Any law or regulation which provides that the language of a contract
    975      shall be construed against the drafter shall not apply to this
    976      License.
    977 
    978 12. RESPONSIBILITY FOR CLAIMS.
    979 
    980      As between Initial Developer and the Contributors, each party is
    981      responsible for claims and damages arising, directly or indirectly,
    982      out of its utilization of rights under this License and You agree to
    983      work with Initial Developer and Contributors to distribute such
    984      responsibility on an equitable basis. Nothing herein is intended or
    985      shall be deemed to constitute any admission of liability.
    986 
    987 13. MULTIPLE-LICENSED CODE.
    988 
    989      Initial Developer may designate portions of the Covered Code as
    990      "Multiple-Licensed".  "Multiple-Licensed" means that the Initial
    991      Developer permits you to utilize portions of the Covered Code under
    992      Your choice of the NPL or the alternative licenses, if any, specified
    993      by the Initial Developer in the file described in Exhibit A.
    994 
    995 EXHIBIT A -Mozilla Public License.
    996 
    997      ``The contents of this file are subject to the Mozilla Public License
    998      Version 1.1 (the "License"); you may not use this file except in
    999      compliance with the License. You may obtain a copy of the License at
   1000      http://www.mozilla.org/MPL/
   1001 
   1002      Software distributed under the License is distributed on an "AS IS"
   1003      basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
   1004      License for the specific language governing rights and limitations
   1005      under the License.
   1006 
   1007      The Original Code is ______________________________________.
   1008 
   1009      The Initial Developer of the Original Code is ________________________.
   1010      Portions created by ______________________ are Copyright (C) ______
   1011      _______________________. All Rights Reserved.
   1012 
   1013      Contributor(s): ______________________________________.
   1014 
   1015      Alternatively, the contents of this file may be used under the terms
   1016      of the _____ license (the  "[___] License"), in which case the
   1017      provisions of [______] License are applicable instead of those
   1018      above.  If you wish to allow use of your version of this file only
   1019      under the terms of the [____] License and not to allow others to use
   1020      your version of this file under the MPL, indicate your decision by
   1021      deleting  the provisions above and replace  them with the notice and
   1022      other provisions required by the [___] License.  If you do not delete
   1023      the provisions above, a recipient may use your version of this file
   1024      under either the MPL or the [___] License."
   1025 
   1026      [NOTE: The text of this Exhibit A may differ slightly from the text of
   1027      the notices in the Source Code files of the Original Code. You should
   1028      use the text of this Exhibit A rather than the text found in the
   1029      Original Code Source Code for Your Modifications.]
   1030 
   1031      ----------------------------------------------------------------------
   1032 
   1033      AMENDMENTS
   1034 
   1035      The Netscape Public License Version 1.1 ("NPL") consists of the
   1036      Mozilla Public License Version 1.1 with the following Amendments,
   1037      including Exhibit A-Netscape Public License.  Files identified with
   1038      "Exhibit A-Netscape Public License" are governed by the Netscape
   1039      Public License Version 1.1.
   1040 
   1041      Additional Terms applicable to the Netscape Public License.
   1042           I. Effect.
   1043           These additional terms described in this Netscape Public
   1044           License -- Amendments shall apply to the Mozilla Communicator
   1045           client code and to all Covered Code under this License.
   1046 
   1047           II. "Netscape's Branded Code" means Covered Code that Netscape
   1048           distributes and/or permits others to distribute under one or more
   1049           trademark(s) which are controlled by Netscape but which are not
   1050           licensed for use under this License.
   1051 
   1052           III. Netscape and logo.
   1053           This License does not grant any rights to use the trademarks
   1054           "Netscape", the "Netscape N and horizon" logo or the "Netscape
   1055           lighthouse" logo, "Netcenter", "Gecko", "Java" or "JavaScript",
   1056           "Smart Browsing" even if such marks are included in the Original
   1057           Code or Modifications.
   1058 
   1059           IV. Inability to Comply Due to Contractual Obligation.
   1060           Prior to licensing the Original Code under this License, Netscape
   1061           has licensed third party code for use in Netscape's Branded Code.
   1062           To the extent that Netscape is limited contractually from making
   1063           such third party code available under this License, Netscape may
   1064           choose to reintegrate such code into Covered Code without being
   1065           required to distribute such code in Source Code form, even if
   1066           such code would otherwise be considered "Modifications" under
   1067           this License.
   1068 
   1069           V. Use of Modifications and Covered Code by Initial Developer.
   1070                V.1. In General.
   1071                The obligations of Section 3 apply to Netscape, except to
   1072                the extent specified in this Amendment, Section V.2 and V.3.
   1073 
   1074                V.2. Other Products.
   1075                Netscape may include Covered Code in products other than the
   1076                Netscape's Branded Code which are released by Netscape
   1077                during the two (2) years following the release date of the
   1078                Original Code, without such additional products becoming
   1079                subject to the terms of this License, and may license such
   1080                additional products on different terms from those contained
   1081                in this License.
   1082 
   1083                V.3. Alternative Licensing.
   1084                Netscape may license the Source Code of Netscape's Branded
   1085                Code, including Modifications incorporated therein, without
   1086                such Netscape Branded Code becoming subject to the terms of
   1087                this License, and may license such Netscape Branded Code on
   1088                different terms from those contained in this License.
   1089 
   1090           VI. Litigation.
   1091           Notwithstanding the limitations of Section 11 above, the
   1092           provisions regarding litigation in Section 11(a), (b) and (c) of
   1093           the License shall apply to all disputes relating to this License.
   1094 
   1095      EXHIBIT A-Netscape Public License.
   1096 
   1097           "The contents of this file are subject to the Netscape Public
   1098           License Version 1.1 (the "License"); you may not use this file
   1099           except in compliance with the License. You may obtain a copy of
   1100           the License at http://www.mozilla.org/NPL/
   1101 
   1102           Software distributed under the License is distributed on an "AS
   1103           IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
   1104           implied. See the License for the specific language governing
   1105           rights and limitations under the License.
   1106 
   1107           The Original Code is Mozilla Communicator client code, released
   1108           March 31, 1998.
   1109 
   1110           The Initial Developer of the Original Code is Netscape
   1111           Communications Corporation. Portions created by Netscape are
   1112           Copyright (C) 1998-1999 Netscape Communications Corporation. All
   1113           Rights Reserved.
   1114 
   1115           Contributor(s): ______________________________________.
   1116 
   1117           Alternatively, the contents of this file may be used under the
   1118           terms of the _____ license (the "[___] License"), in which case
   1119           the provisions of [______] License are applicable  instead of
   1120           those above.  If you wish to allow use of your version of this
   1121           file only under the terms of the [____] License and not to allow
   1122           others to use your version of this file under the NPL, indicate
   1123           your decision by deleting  the provisions above and replace  them
   1124           with the notice and other provisions required by the [___]
   1125           License.  If you do not delete the provisions above, a recipient
   1126           may use your version of this file under either the NPL or the
   1127           [___] License."
   1128 
   1129 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   1130 </pre>
   1131 <ul>
   1132 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li>
   1133 </ul>
   1134 </div>
   1135 </div>
   1136 
   1137 
   1138 <div class="product">
   1139 <span class="title">chinese-input-1.1.0.0</span>
   1140 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   1141 <span class="homepage"><a href="http://www.google.com/inputtools/">homepage</a></span>
   1142 <div class="licence">
   1143 <pre></pre>
   1144 <ul>
   1145 <li><a href='#Apache-2.0'>Gentoo Package Stock License Apache-2.0</a></li>
   1146 </ul>
   1147 </div>
   1148 </div>
   1149 
   1150 
   1151 <div class="product">
   1152 <span class="title">chromeos-hangul-1.1.0.0</span>
   1153 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   1154 <span class="homepage"><a href="https://code.google.com/p/google-input-tools/">homepage</a></span>
   1155 <div class="licence">
   1156 <pre></pre>
   1157 <ul>
   1158 <li><a href='#Apache-2.0'>Gentoo Package Stock License Apache-2.0</a></li>
   1159 </ul>
   1160 </div>
   1161 </div>
   1162 
   1163 
   1164 <div class="product">
   1165 <span class="title">chromeos-keyboards-1.1.4.0</span>
   1166 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   1167 <span class="homepage"><a href="https://code.google.com/p/google-input-tools">homepage</a></span>
   1168 <div class="licence">
   1169 <pre></pre>
   1170 <ul>
   1171 <li><a href='#Apache-2.0'>Gentoo Package Stock License Apache-2.0</a></li>
   1172 </ul>
   1173 </div>
   1174 </div>
   1175 
   1176 
   1177 <div class="product">
   1178 <span class="title">chvt-0.0.1</span>
   1179 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   1180 <span class="homepage"><a href="">homepage</a></span>
   1181 <div class="licence">
   1182 <pre></pre>
   1183 <ul>
   1184 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
   1185 </ul>
   1186 </div>
   1187 </div>
   1188 
   1189 
   1190 <div class="product">
   1191 <span class="title">coreboot-2013.04</span>
   1192 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   1193 <span class="homepage"><a href="http://www.coreboot.org/">homepage</a></span>
   1194 <div class="licence">
   1195 <pre></pre>
   1196 <ul>
   1197 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
   1198 </ul>
   1199 </div>
   1200 </div>
   1201 
   1202 
   1203 <div class="product">
   1204 <span class="title">coreutils-8.20</span>
   1205 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   1206 <span class="homepage"><a href="http://www.gnu.org/software/coreutils/">homepage</a></span>
   1207 <div class="licence">
   1208 <pre></pre>
   1209 <ul>
   1210 <li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li>
   1211 </ul>
   1212 </div>
   1213 </div>
   1214 
   1215 
   1216 <div class="product">
   1217 <span class="title">crda-1.1.1</span>
   1218 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   1219 <span class="homepage"><a href="http://wireless.kernel.org/en/developers/Regulatory">homepage</a></span>
   1220 <div class="licence">
   1221 <pre>Scanned Source License crda-1.1.1/LICENSE:
   1222 
   1223 Copyright (c) 2008, Luis R. Rodriguez &lt;mcgrof (a] gmail.com&gt;
   1224 Copyright (c) 2008, Johannes Berg &lt;johannes (a] sipsolutions.net&gt;
   1225 Copyright (c) 2008, Michael Green &lt;Michael.Green (a] Atheros.com&gt;
   1226 
   1227 Permission to use, copy, modify, and/or distribute this software for any
   1228 purpose with or without fee is hereby granted, provided that the above
   1229 copyright notice and this permission notice appear in all copies.
   1230 
   1231 THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
   1232 WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
   1233 MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
   1234 ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
   1235 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
   1236 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
   1237 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
   1238 
   1239 
   1240 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   1241 
   1242 Scanned Source License crda-1.1.1/debian-example/copyright:
   1243 
   1244 This package was debianized by Luis Rodriguez &lt;mcgrof (a] gmail.com&gt; on
   1245 Thu, 22 Jan 2009 16:00:00 +0100.
   1246 
   1247 The crda packages was downloaded from &lt;http://wireless.kernel.org/download/crda/>;
   1248 
   1249 Copyright (c) 2008, Luis R. Rodriguez &lt;mcgrof (a] gmail.com&gt;
   1250 Copyright (c) 2008, Johannes Berg &lt;johannes (a] sipsolutions.net&gt;
   1251 Copyright (c) 2008, Michael Green &lt;Michael.Green (a] Atheros.com&gt;
   1252 
   1253 Permission to use, copy, modify, and/or distribute this software for any
   1254 purpose with or without fee is hereby granted, provided that the above
   1255 copyright notice and this permission notice appear in all copies.
   1256 
   1257 THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
   1258 WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
   1259 MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
   1260 ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
   1261 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
   1262 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
   1263 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
   1264 
   1265 
   1266 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   1267 </pre>
   1268 <ul>
   1269 <li><a href='#as-is'>Gentoo Package Stock License as-is</a></li>
   1270 </ul>
   1271 </div>
   1272 </div>
   1273 
   1274 
   1275 <div class="product">
   1276 <span class="title">croscorefonts-1.23.0</span>
   1277 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   1278 <span class="homepage"><a href="">homepage</a></span>
   1279 <div class="licence">
   1280 <pre></pre>
   1281 <ul>
   1282 <li><a href='#Apache-2.0'>Gentoo Package Stock License Apache-2.0</a></li>
   1283 </ul>
   1284 </div>
   1285 </div>
   1286 
   1287 
   1288 <div class="product">
   1289 <span class="title">crosextrafonts-20130214</span>
   1290 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   1291 <span class="homepage"><a href="">homepage</a></span>
   1292 <div class="licence">
   1293 <pre></pre>
   1294 <ul>
   1295 <li><a href='#Apache-2.0'>Gentoo Package Stock License Apache-2.0</a></li>
   1296 </ul>
   1297 </div>
   1298 </div>
   1299 
   1300 
   1301 <div class="product">
   1302 <span class="title">crosextrafonts-carlito-20130920</span>
   1303 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   1304 <span class="homepage"><a href="">homepage</a></span>
   1305 <div class="licence">
   1306 <pre>Scanned Source License crosextrafonts-carlito-20130920/LICENSE:
   1307 
   1308 Copyright (c) 2010-2013 by tyPoland Lukasz Dziedzic with Reserved Font Name "Carlito".
   1309 
   1310 This Font Software is licensed under the SIL Open Font License,
   1311 Version 1.1 as shown below.
   1312 
   1313 SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
   1314 
   1315 PREAMBLE The goals of the Open Font License (OFL) are to stimulate
   1316 worldwide development of collaborative font projects, to support the font
   1317 creation efforts of academic and linguistic communities, and to provide
   1318 a free and open framework in which fonts may be shared and improved in
   1319 partnership with others.
   1320 
   1321 The OFL allows the licensed fonts to be used, studied, modified and
   1322 redistributed freely as long as they are not sold by themselves.
   1323 The fonts, including any derivative works, can be bundled, embedded,
   1324 redistributed and/or sold with any software provided that any reserved
   1325 names are not used by derivative works.  The fonts and derivatives,
   1326 however, cannot be released under any other type of license.  The
   1327 requirement for fonts to remain under this license does not apply to
   1328 any document created using the fonts or their derivatives.
   1329 
   1330 
   1331 DEFINITIONS
   1332 "Font Software" refers to the set of files released by the Copyright
   1333 Holder(s) under this license and clearly marked as such.
   1334 This may include source files, build scripts and documentation.
   1335 
   1336 "Reserved Font Name" refers to any names specified as such after the
   1337 copyright statement(s).
   1338 
   1339 "Original Version" refers to the collection of Font Software components
   1340 as distributed by the Copyright Holder(s).
   1341 
   1342 "Modified Version" refers to any derivative made by adding to, deleting,
   1343 or substituting ? in part or in whole ?
   1344 any of the components of the Original Version, by changing formats or
   1345 by porting the Font Software to a new environment.
   1346 
   1347 "Author" refers to any designer, engineer, programmer, technical writer
   1348 or other person who contributed to the Font Software.
   1349 
   1350 
   1351 PERMISSION &amp; CONDITIONS
   1352 
   1353 Permission is hereby granted, free of charge, to any person obtaining a
   1354 copy of the Font Software, to use, study, copy, merge, embed, modify,
   1355 redistribute, and sell modified and unmodified copies of the Font
   1356 Software, subject to the following conditions:
   1357 
   1358 1) Neither the Font Software nor any of its individual components,in
   1359    Original or Modified Versions, may be sold by itself.
   1360 
   1361 2) Original or Modified Versions of the Font Software may be bundled,
   1362    redistributed and/or sold with any software, provided that each copy
   1363    contains the above copyright notice and this license. These can be
   1364    included either as stand-alone text files, human-readable headers or
   1365    in the appropriate machine-readable metadata fields within text or
   1366    binary files as long as those fields can be easily viewed by the user.
   1367 
   1368 3) No Modified Version of the Font Software may use the Reserved Font
   1369    Name(s) unless explicit written permission is granted by the
   1370    corresponding Copyright Holder. This restriction only applies to the
   1371    primary font name as presented to the users.
   1372 
   1373 4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
   1374    Software shall not be used to promote, endorse or advertise any
   1375    Modified Version, except to acknowledge the contribution(s) of the
   1376    Copyright Holder(s) and the Author(s) or with their explicit written
   1377    permission.
   1378 
   1379 5) The Font Software, modified or unmodified, in part or in whole, must
   1380    be distributed entirely under this license, and must not be distributed
   1381    under any other license. The requirement for fonts to remain under
   1382    this license does not apply to any document created using the Font
   1383    Software.
   1384 
   1385 
   1386  
   1387 TERMINATION
   1388 This license becomes null and void if any of the above conditions are not met.
   1389 
   1390  
   1391 
   1392 DISCLAIMER
   1393 THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
   1394 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
   1395 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
   1396 OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT.  IN NO EVENT SHALL THE
   1397 COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
   1398 INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
   1399 DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
   1400 FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER
   1401 DEALINGS IN THE FONT SOFTWARE.
   1402 
   1403 
   1404 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   1405 </pre>
   1406 <ul>
   1407 <li><a href='#OFL-1.1'>Gentoo Package Stock License OFL-1.1</a></li>
   1408 </ul>
   1409 </div>
   1410 </div>
   1411 
   1412 
   1413 <div class="product">
   1414 <span class="title">ctemplate-1.0</span>
   1415 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   1416 <span class="homepage"><a href="http://code.google.com/p/google-ctemplate/">homepage</a></span>
   1417 <div class="licence">
   1418 <pre>Scanned Source License ctemplate-1.0/COPYING:
   1419 
   1420 Copyright (c) 2005, Google Inc.
   1421 All rights reserved.
   1422 
   1423 Redistribution and use in source and binary forms, with or without
   1424 modification, are permitted provided that the following conditions are
   1425 met:
   1426 
   1427     * Redistributions of source code must retain the above copyright
   1428 notice, this list of conditions and the following disclaimer.
   1429     * Redistributions in binary form must reproduce the above
   1430 copyright notice, this list of conditions and the following disclaimer
   1431 in the documentation and/or other materials provided with the
   1432 distribution.
   1433     * Neither the name of Google Inc. nor the names of its
   1434 contributors may be used to endorse or promote products derived from
   1435 this software without specific prior written permission.
   1436 
   1437 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
   1438 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
   1439 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
   1440 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
   1441 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
   1442 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
   1443 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
   1444 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
   1445 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
   1446 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
   1447 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
   1448 
   1449 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   1450 
   1451 Scanned Source License ctemplate-1.0/packages/deb/copyright:
   1452 
   1453 This package was debianized by Google Inc. &lt;opensource (a] google.com&gt; on
   1454 13 March 2006.
   1455 
   1456 It was downloaded from http://code.google.com/
   1457 
   1458 Upstream Author: opensource (a] google.com
   1459 
   1460 Copyright (c) 2006, Google Inc.
   1461 All rights reserved.
   1462 
   1463 Redistribution and use in source and binary forms, with or without
   1464 modification, are permitted provided that the following conditions are
   1465 met:
   1466 
   1467     * Redistributions of source code must retain the above copyright
   1468 notice, this list of conditions and the following disclaimer.
   1469     * Redistributions in binary form must reproduce the above
   1470 copyright notice, this list of conditions and the following disclaimer
   1471 in the documentation and/or other materials provided with the
   1472 distribution.
   1473     * Neither the name of Google Inc. nor the names of its
   1474 contributors may be used to endorse or promote products derived from
   1475 this software without specific prior written permission.
   1476 
   1477 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
   1478 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
   1479 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
   1480 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
   1481 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
   1482 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
   1483 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
   1484 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
   1485 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
   1486 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
   1487 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
   1488 
   1489 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   1490 </pre>
   1491 <ul>
   1492 
   1493 </ul>
   1494 </div>
   1495 </div>
   1496 
   1497 
   1498 <div class="product">
   1499 <span class="title">curl-7.31.0</span>
   1500 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   1501 <span class="homepage"><a href="http://curl.haxx.se/">homepage</a></span>
   1502 <div class="licence">
   1503 <pre>Scanned Source License curl-7.31.0/COPYING:
   1504 
   1505 COPYRIGHT AND PERMISSION NOTICE
   1506 
   1507 Copyright (c) 1996 - 2013, Daniel Stenberg, &lt;daniel (a] haxx.se&gt;.
   1508 
   1509 All rights reserved.
   1510 
   1511 Permission to use, copy, modify, and distribute this software for any purpose
   1512 with or without fee is hereby granted, provided that the above copyright
   1513 notice and this permission notice appear in all copies.
   1514 
   1515 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   1516 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   1517 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY RIGHTS. IN
   1518 NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
   1519 DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
   1520 OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE
   1521 OR OTHER DEALINGS IN THE SOFTWARE.
   1522 
   1523 Except as contained in this notice, the name of a copyright holder shall not
   1524 be used in advertising or otherwise to promote the sale, use or other dealings
   1525 in this Software without prior written authorization of the copyright holder.
   1526 
   1527 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   1528 </pre>
   1529 <ul>
   1530 
   1531 </ul>
   1532 </div>
   1533 </div>
   1534 
   1535 
   1536 <div class="product">
   1537 <span class="title">dash-0.5.5.1.7</span>
   1538 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   1539 <span class="homepage"><a href="http://gondor.apana.org.au/~herbert/dash/">homepage</a></span>
   1540 <div class="licence">
   1541 <pre>Scanned Source License dash-0.5.5.1/COPYING:
   1542 
   1543 Copyright (c) 1989-1994
   1544 	The Regents of the University of California.  All rights reserved.
   1545 Copyright (c) 1997 Christos Zoulas.  All rights reserved.
   1546 Copyright (c) 1997-2005
   1547 	Herbert Xu &lt;herbert (a] gondor.apana.org.au&gt;.  All rights reserved.
   1548 
   1549 This code is derived from software contributed to Berkeley by Kenneth Almquist.
   1550 
   1551 
   1552 Redistribution and use in source and binary forms, with or without
   1553 modification, are permitted provided that the following conditions
   1554 are met:
   1555 1. Redistributions of source code must retain the above copyright
   1556    notice, this list of conditions and the following disclaimer.
   1557 2. Redistributions in binary form must reproduce the above copyright
   1558    notice, this list of conditions and the following disclaimer in the
   1559    documentation and/or other materials provided with the distribution.
   1560 3. Neither the name of the University nor the names of its contributors
   1561    may be used to endorse or promote products derived from this software
   1562    without specific prior written permission.
   1563 
   1564 THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
   1565 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
   1566 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
   1567 ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
   1568 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
   1569 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
   1570 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
   1571 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
   1572 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
   1573 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
   1574 SUCH DAMAGE.
   1575 
   1576 mksignames.c:
   1577 
   1578 This file is not directly linked with dash.  However, its output is.
   1579 
   1580 Copyright (C) 1992 Free Software Foundation, Inc.
   1581 
   1582 This file is part of GNU Bash, the Bourne Again SHell.
   1583 
   1584 Bash is free software; you can redistribute it and/or modify it under
   1585 the terms of the GNU General Public License as published by the Free
   1586 Software Foundation; either version 2, or (at your option) any later
   1587 version.
   1588 
   1589 Bash is distributed in the hope that it will be useful, but WITHOUT ANY
   1590 WARRANTY; without even the implied warranty of MERCHANTABILITY or
   1591 FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
   1592 for more details.
   1593 
   1594 You should have received a copy of the GNU General Public License with
   1595 your Debian GNU/Linux system, in /usr/share/common-licenses/GPL, or with the
   1596 Debian GNU/Linux hello source package as the file COPYING.  If not,
   1597 write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330,
   1598 Boston, MA 02111 USA.
   1599 
   1600 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   1601 </pre>
   1602 <ul>
   1603 
   1604 </ul>
   1605 </div>
   1606 </div>
   1607 
   1608 
   1609 <div class="product">
   1610 <span class="title">dbus-1.6.8</span>
   1611 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   1612 <span class="homepage"><a href="http://dbus.freedesktop.org/">homepage</a></span>
   1613 <div class="licence">
   1614 <pre></pre>
   1615 <ul>
   1616 <li><a href='#AFL-2.1'>Gentoo Package Stock License AFL-2.1</a></li>
   1617 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
   1618 </ul>
   1619 </div>
   1620 </div>
   1621 
   1622 
   1623 <div class="product">
   1624 <span class="title">dbus-c++-0.0.2</span>
   1625 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   1626 <span class="homepage"><a href="http://www.freedesktop.org/wiki/Software/dbus-c%2B%2B">homepage</a></span>
   1627 <div class="licence">
   1628 <pre></pre>
   1629 <ul>
   1630 <li><a href='#LGPL-2'>Gentoo Package Stock License LGPL-2</a></li>
   1631 </ul>
   1632 </div>
   1633 </div>
   1634 
   1635 
   1636 <div class="product">
   1637 <span class="title">dbus-glib-0.100.2</span>
   1638 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   1639 <span class="homepage"><a href="http://dbus.freedesktop.org/">homepage</a></span>
   1640 <div class="licence">
   1641 <pre></pre>
   1642 <ul>
   1643 <li><a href='#AFL-2.1'>Gentoo Package Stock License AFL-2.1</a></li>
   1644 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
   1645 </ul>
   1646 </div>
   1647 </div>
   1648 
   1649 
   1650 <div class="product">
   1651 <span class="title">dejavu-2.33</span>
   1652 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   1653 <span class="homepage"><a href="http://dejavu.sourceforge.net/">homepage</a></span>
   1654 <div class="licence">
   1655 <pre>Gentoo Package Stock License BitstreamVera:
   1656 
   1657 Bitstream Vera Fonts Copyright
   1658 
   1659 The fonts have a generous copyright, allowing derivative works (as
   1660 long as "Bitstream" or "Vera" are not in the names), and full
   1661 redistribution (so long as they are not *sold* by themselves). They
   1662 can be be bundled, redistributed and sold with any software.
   1663 
   1664 The fonts are distributed under the following copyright:
   1665 
   1666 Copyright
   1667 =========
   1668 
   1669 Copyright (c) 2003 by Bitstream, Inc. All Rights Reserved. Bitstream
   1670 Vera is a trademark of Bitstream, Inc.
   1671 
   1672 Permission is hereby granted, free of charge, to any person obtaining
   1673 a copy of the fonts accompanying this license ("Fonts") and associated
   1674 documentation files (the "Font Software"), to reproduce and distribute
   1675 the Font Software, including without limitation the rights to use,
   1676 copy, merge, publish, distribute, and/or sell copies of the Font
   1677 Software, and to permit persons to whom the Font Software is furnished
   1678 to do so, subject to the following conditions:
   1679 
   1680 The above copyright and trademark notices and this permission notice
   1681 shall be included in all copies of one or more of the Font Software
   1682 typefaces.
   1683 
   1684 The Font Software may be modified, altered, or added to, and in
   1685 particular the designs of glyphs or characters in the Fonts may be
   1686 modified and additional glyphs or characters may be added to the
   1687 Fonts, only if the fonts are renamed to names not containing either
   1688 the words "Bitstream" or the word "Vera".
   1689 
   1690 This License becomes null and void to the extent applicable to Fonts
   1691 or Font Software that has been modified and is distributed under the
   1692 "Bitstream Vera" names.
   1693 
   1694 The Font Software may be sold as part of a larger software package but
   1695 no copy of one or more of the Font Software typefaces may be sold by
   1696 itself.
   1697 
   1698 THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
   1699 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
   1700 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
   1701 OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL
   1702 BITSTREAM OR THE GNOME FOUNDATION BE LIABLE FOR ANY CLAIM, DAMAGES OR
   1703 OTHER LIABILITY, INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL,
   1704 OR CONSEQUENTIAL DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR
   1705 OTHERWISE, ARISING FROM, OUT OF THE USE OR INABILITY TO USE THE FONT
   1706 SOFTWARE OR FROM OTHER DEALINGS IN THE FONT SOFTWARE.
   1707 
   1708 Except as contained in this notice, the names of Gnome, the Gnome
   1709 Foundation, and Bitstream Inc., shall not be used in advertising or
   1710 otherwise to promote the sale, use or other dealings in this Font
   1711 Software without prior written authorization from the Gnome Foundation
   1712 or Bitstream Inc., respectively. For further information, contact:
   1713 fonts at gnome dot org.
   1714 
   1715 Copyright FAQ
   1716 =============
   1717 
   1718    1. I don't understand the resale restriction... What gives?
   1719 
   1720       Bitstream is giving away these fonts, but wishes to ensure its
   1721       competitors can't just drop the fonts as is into a font sale system
   1722       and sell them as is. It seems fair that if Bitstream can't make money
   1723       from the Bitstream Vera fonts, their competitors should not be able to
   1724       do so either. You can sell the fonts as part of any software package,
   1725       however.
   1726 
   1727    2. I want to package these fonts separately for distribution and
   1728       sale as part of a larger software package or system.  Can I do so?
   1729 
   1730       Yes. A RPM or Debian package is a "larger software package" to begin 
   1731       with, and you aren't selling them independently by themselves. 
   1732       See 1. above.
   1733 
   1734    3. Are derivative works allowed?
   1735       Yes!
   1736 
   1737    4. Can I change or add to the font(s)?
   1738       Yes, but you must change the name(s) of the font(s).
   1739 
   1740    5. Under what terms are derivative works allowed?
   1741 
   1742       You must change the name(s) of the fonts. This is to ensure the
   1743       quality of the fonts, both to protect Bitstream and Gnome. We want to
   1744       ensure that if an application has opened a font specifically of these
   1745       names, it gets what it expects (though of course, using fontconfig,
   1746       substitutions could still could have occurred during font
   1747       opening). You must include the Bitstream copyright. Additional
   1748       copyrights can be added, as per copyright law. Happy Font Hacking!
   1749 
   1750    6. If I have improvements for Bitstream Vera, is it possible they might get 
   1751        adopted in future versions?
   1752 
   1753       Yes. The contract between the Gnome Foundation and Bitstream has
   1754       provisions for working with Bitstream to ensure quality additions to
   1755       the Bitstream Vera font family. Please contact us if you have such
   1756       additions. Note, that in general, we will want such additions for the
   1757       entire family, not just a single font, and that you'll have to keep
   1758       both Gnome and Jim Lyles, Vera's designer, happy! To make sense to add
   1759       glyphs to the font, they must be stylistically in keeping with Vera's
   1760       design. Vera cannot become a "ransom note" font. Jim Lyles will be
   1761       providing a document describing the design elements used in Vera, as a
   1762       guide and aid for people interested in contributing to Vera.
   1763 
   1764    7. I want to sell a software package that uses these fonts: Can I do so?
   1765 
   1766       Sure. Bundle the fonts with your software and sell your software
   1767       with the fonts. That is the intent of the copyright.
   1768 
   1769    8. If applications have built the names "Bitstream Vera" into them, 
   1770       can I override this somehow to use fonts of my choosing?
   1771 
   1772       This depends on exact details of the software. Most open source
   1773       systems and software (e.g., Gnome, KDE, etc.) are now converting to
   1774       use fontconfig (see www.fontconfig.org) to handle font configuration,
   1775       selection and substitution; it has provisions for overriding font
   1776       names and subsituting alternatives. An example is provided by the
   1777       supplied local.conf file, which chooses the family Bitstream Vera for
   1778       "sans", "serif" and "monospace".  Other software (e.g., the XFree86
   1779       core server) has other mechanisms for font substitution.
   1780 
   1781 
   1782 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   1783 </pre>
   1784 <ul>
   1785 
   1786 </ul>
   1787 </div>
   1788 </div>
   1789 
   1790 
   1791 <div class="product">
   1792 <span class="title">dhcpcd-5.1.4</span>
   1793 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   1794 <span class="homepage"><a href="http://roy.marples.name/projects/dhcpcd/">homepage</a></span>
   1795 <div class="licence">
   1796 <pre>Copyright Attribution License chromiumos-overlay/licenses/copyright-attribution/net-misc/dhcpcd:
   1797 
   1798 Copyright (c) 2006-2010 Roy Marples &lt;roy (a] marples.name&gt;
   1799 All rights reserved
   1800 
   1801 Redistribution and use in source and binary forms, with or without
   1802 modification, are permitted provided that the following conditions
   1803 are met:
   1804 1. Redistributions of source code must retain the above copyright
   1805    notice, this list of conditions and the following disclaimer.
   1806 2. Redistributions in binary form must reproduce the above copyright
   1807    notice, this list of conditions and the following disclaimer in the
   1808    documentation and/or other materials provided with the distribution.
   1809 
   1810 THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
   1811 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
   1812 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
   1813 ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
   1814 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
   1815 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
   1816 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
   1817 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
   1818 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
   1819 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
   1820 SUCH DAMAGE.
   1821 
   1822 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   1823 </pre>
   1824 <ul>
   1825 
   1826 </ul>
   1827 </div>
   1828 </div>
   1829 
   1830 
   1831 <div class="product">
   1832 <span class="title">diffutils-3.2</span>
   1833 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   1834 <span class="homepage"><a href="http://www.gnu.org/software/diffutils/">homepage</a></span>
   1835 <div class="licence">
   1836 <pre></pre>
   1837 <ul>
   1838 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
   1839 </ul>
   1840 </div>
   1841 </div>
   1842 
   1843 
   1844 <div class="product">
   1845 <span class="title">dmidecode-2.11</span>
   1846 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   1847 <span class="homepage"><a href="http://www.nongnu.org/dmidecode/">homepage</a></span>
   1848 <div class="licence">
   1849 <pre></pre>
   1850 <ul>
   1851 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
   1852 </ul>
   1853 </div>
   1854 </div>
   1855 
   1856 
   1857 <div class="product">
   1858 <span class="title">docbook-xml-dtd-4.1.2</span>
   1859 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   1860 <span class="homepage"><a href="http://www.docbook.org/">homepage</a></span>
   1861 <div class="licence">
   1862 <pre></pre>
   1863 <ul>
   1864 <li><a href='#as-is'>Gentoo Package Stock License as-is</a></li>
   1865 </ul>
   1866 </div>
   1867 </div>
   1868 
   1869 
   1870 <div class="product">
   1871 <span class="title">dosfstools-3.0.9</span>
   1872 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   1873 <span class="homepage"><a href="http://www.daniel-baumann.ch/software/dosfstools/">homepage</a></span>
   1874 <div class="licence">
   1875 <pre></pre>
   1876 <ul>
   1877 <li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li>
   1878 </ul>
   1879 </div>
   1880 </div>
   1881 
   1882 
   1883 <div class="product">
   1884 <span class="title">droidfonts-cros-20121206</span>
   1885 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   1886 <span class="homepage"><a href="">homepage</a></span>
   1887 <div class="licence">
   1888 <pre></pre>
   1889 <ul>
   1890 <li><a href='#Apache-2.0'>Gentoo Package Stock License Apache-2.0</a></li>
   1891 </ul>
   1892 </div>
   1893 </div>
   1894 
   1895 
   1896 <div class="product">
   1897 <span class="title">dtc-1.3.0</span>
   1898 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   1899 <span class="homepage"><a href="http://www.t2-project.org/packages/dtc.html">homepage</a></span>
   1900 <div class="licence">
   1901 <pre></pre>
   1902 <ul>
   1903 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
   1904 </ul>
   1905 </div>
   1906 </div>
   1907 
   1908 
   1909 <div class="product">
   1910 <span class="title">e2fsprogs-1.42</span>
   1911 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   1912 <span class="homepage"><a href="http://e2fsprogs.sourceforge.net/">homepage</a></span>
   1913 <div class="licence">
   1914 <pre>Scanned Source License e2fsprogs-1.42/COPYING:
   1915 
   1916 This package, the EXT2 filesystem utilities, are made available under
   1917 the GNU Public License version 2, with the exception of the lib/ext2fs
   1918 and lib/e2p libraries, which are made available under the GNU Library
   1919 General Public License Version 2, the lib/uuid library which is made
   1920 available under a BSD-style license and the lib/et and lib/ss
   1921 libraries which are made available under an MIT-style license.  Please
   1922 see lib/uuid/COPYING for more details for the license for the files
   1923 comprising the libuuid library, and the source file headers of the
   1924 libet and libss libraries for more information.
   1925 
   1926 The most recent officially distributed version can be found at
   1927 http://e2fsprogs.sourceforge.net.  If you need to make a distribution,
   1928 that's the one you should use.  If there is some reason why you'd like
   1929 a more recent version that is still in ALPHA testing (i.e., either
   1930 using the "WIP" test distributions or one from the hg or git
   1931 repository from the development branch, please contact me
   1932 (tytso (a] mit.edu) before you ship.  The release schedules for this
   1933 package are flexible, if you give me enough lead time.
   1934 
   1935 
   1936 					Theodore Ts'o
   1937 					23-June-2007
   1938 
   1939 ----------------------------------------------------------------------
   1940 
   1941 		    GNU GENERAL PUBLIC LICENSE
   1942 		       Version 2, June 1991
   1943 
   1944  Copyright (C) 1989, 1991 Free Software Foundation, Inc.
   1945      59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
   1946  Everyone is permitted to copy and distribute verbatim copies
   1947  of this license document, but changing it is not allowed.
   1948 
   1949 			    Preamble
   1950 
   1951   The licenses for most software are designed to take away your
   1952 freedom to share and change it.  By contrast, the GNU General Public
   1953 License is intended to guarantee your freedom to share and change free
   1954 software--to make sure the software is free for all its users.  This
   1955 General Public License applies to most of the Free Software
   1956 Foundation's software and to any other program whose authors commit to
   1957 using it.  (Some other Free Software Foundation software is covered by
   1958 the GNU Library General Public License instead.)  You can apply it to
   1959 your programs, too.
   1960 
   1961   When we speak of free software, we are referring to freedom, not
   1962 price.  Our General Public Licenses are designed to make sure that you
   1963 have the freedom to distribute copies of free software (and charge for
   1964 this service if you wish), that you receive source code or can get it
   1965 if you want it, that you can change the software or use pieces of it
   1966 in new free programs; and that you know you can do these things.
   1967 
   1968   To protect your rights, we need to make restrictions that forbid
   1969 anyone to deny you these rights or to ask you to surrender the rights.
   1970 These restrictions translate to certain responsibilities for you if you
   1971 distribute copies of the software, or if you modify it.
   1972 
   1973   For example, if you distribute copies of such a program, whether
   1974 gratis or for a fee, you must give the recipients all the rights that
   1975 you have.  You must make sure that they, too, receive or can get the
   1976 source code.  And you must show them these terms so they know their
   1977 rights.
   1978 
   1979   We protect your rights with two steps: (1) copyright the software, and
   1980 (2) offer you this license which gives you legal permission to copy,
   1981 distribute and/or modify the software.
   1982 
   1983   Also, for each author's protection and ours, we want to make certain
   1984 that everyone understands that there is no warranty for this free
   1985 software.  If the software is modified by someone else and passed on, we
   1986 want its recipients to know that what they have is not the original, so
   1987 that any problems introduced by others will not reflect on the original
   1988 authors' reputations.
   1989 
   1990   Finally, any free program is threatened constantly by software
   1991 patents.  We wish to avoid the danger that redistributors of a free
   1992 program will individually obtain patent licenses, in effect making the
   1993 program proprietary.  To prevent this, we have made it clear that any
   1994 patent must be licensed for everyone's free use or not licensed at all.
   1995 
   1996   The precise terms and conditions for copying, distribution and
   1997 modification follow.
   1998 
   2000 		    GNU GENERAL PUBLIC LICENSE
   2001    TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
   2002 
   2003   0. This License applies to any program or other work which contains
   2004 a notice placed by the copyright holder saying it may be distributed
   2005 under the terms of this General Public License.  The "Program", below,
   2006 refers to any such program or work, and a "work based on the Program"
   2007 means either the Program or any derivative work under copyright law:
   2008 that is to say, a work containing the Program or a portion of it,
   2009 either verbatim or with modifications and/or translated into another
   2010 language.  (Hereinafter, translation is included without limitation in
   2011 the term "modification".)  Each licensee is addressed as "you".
   2012 
   2013 Activities other than copying, distribution and modification are not
   2014 covered by this License; they are outside its scope.  The act of
   2015 running the Program is not restricted, and the output from the Program
   2016 is covered only if its contents constitute a work based on the
   2017 Program (independent of having been made by running the Program).
   2018 Whether that is true depends on what the Program does.
   2019 
   2020   1. You may copy and distribute verbatim copies of the Program's
   2021 source code as you receive it, in any medium, provided that you
   2022 conspicuously and appropriately publish on each copy an appropriate
   2023 copyright notice and disclaimer of warranty; keep intact all the
   2024 notices that refer to this License and to the absence of any warranty;
   2025 and give any other recipients of the Program a copy of this License
   2026 along with the Program.
   2027 
   2028 You may charge a fee for the physical act of transferring a copy, and
   2029 you may at your option offer warranty protection in exchange for a fee.
   2030 
   2031   2. You may modify your copy or copies of the Program or any portion
   2032 of it, thus forming a work based on the Program, and copy and
   2033 distribute such modifications or work under the terms of Section 1
   2034 above, provided that you also meet all of these conditions:
   2035 
   2036     a) You must cause the modified files to carry prominent notices
   2037     stating that you changed the files and the date of any change.
   2038 
   2039     b) You must cause any work that you distribute or publish, that in
   2040     whole or in part contains or is derived from the Program or any
   2041     part thereof, to be licensed as a whole at no charge to all third
   2042     parties under the terms of this License.
   2043 
   2044     c) If the modified program normally reads commands interactively
   2045     when run, you must cause it, when started running for such
   2046     interactive use in the most ordinary way, to print or display an
   2047     announcement including an appropriate copyright notice and a
   2048     notice that there is no warranty (or else, saying that you provide
   2049     a warranty) and that users may redistribute the program under
   2050     these conditions, and telling the user how to view a copy of this
   2051     License.  (Exception: if the Program itself is interactive but
   2052     does not normally print such an announcement, your work based on
   2053     the Program is not required to print an announcement.)
   2054 
   2056 These requirements apply to the modified work as a whole.  If
   2057 identifiable sections of that work are not derived from the Program,
   2058 and can be reasonably considered independent and separate works in
   2059 themselves, then this License, and its terms, do not apply to those
   2060 sections when you distribute them as separate works.  But when you
   2061 distribute the same sections as part of a whole which is a work based
   2062 on the Program, the distribution of the whole must be on the terms of
   2063 this License, whose permissions for other licensees extend to the
   2064 entire whole, and thus to each and every part regardless of who wrote it.
   2065 
   2066 Thus, it is not the intent of this section to claim rights or contest
   2067 your rights to work written entirely by you; rather, the intent is to
   2068 exercise the right to control the distribution of derivative or
   2069 collective works based on the Program.
   2070 
   2071 In addition, mere aggregation of another work not based on the Program
   2072 with the Program (or with a work based on the Program) on a volume of
   2073 a storage or distribution medium does not bring the other work under
   2074 the scope of this License.
   2075 
   2076   3. You may copy and distribute the Program (or a work based on it,
   2077 under Section 2) in object code or executable form under the terms of
   2078 Sections 1 and 2 above provided that you also do one of the following:
   2079 
   2080     a) Accompany it with the complete corresponding machine-readable
   2081     source code, which must be distributed under the terms of Sections
   2082     1 and 2 above on a medium customarily used for software interchange; or,
   2083 
   2084     b) Accompany it with a written offer, valid for at least three
   2085     years, to give any third party, for a charge no more than your
   2086     cost of physically performing source distribution, a complete
   2087     machine-readable copy of the corresponding source code, to be
   2088     distributed under the terms of Sections 1 and 2 above on a medium
   2089     customarily used for software interchange; or,
   2090 
   2091     c) Accompany it with the information you received as to the offer
   2092     to distribute corresponding source code.  (This alternative is
   2093     allowed only for noncommercial distribution and only if you
   2094     received the program in object code or executable form with such
   2095     an offer, in accord with Subsection b above.)
   2096 
   2097 The source code for a work means the preferred form of the work for
   2098 making modifications to it.  For an executable work, complete source
   2099 code means all the source code for all modules it contains, plus any
   2100 associated interface definition files, plus the scripts used to
   2101 control compilation and installation of the executable.  However, as a
   2102 special exception, the source code distributed need not include
   2103 anything that is normally distributed (in either source or binary
   2104 form) with the major components (compiler, kernel, and so on) of the
   2105 operating system on which the executable runs, unless that component
   2106 itself accompanies the executable.
   2107 
   2108 If distribution of executable or object code is made by offering
   2109 access to copy from a designated place, then offering equivalent
   2110 access to copy the source code from the same place counts as
   2111 distribution of the source code, even though third parties are not
   2112 compelled to copy the source along with the object code.
   2113 
   2115   4. You may not copy, modify, sublicense, or distribute the Program
   2116 except as expressly provided under this License.  Any attempt
   2117 otherwise to copy, modify, sublicense or distribute the Program is
   2118 void, and will automatically terminate your rights under this License.
   2119 However, parties who have received copies, or rights, from you under
   2120 this License will not have their licenses terminated so long as such
   2121 parties remain in full compliance.
   2122 
   2123   5. You are not required to accept this License, since you have not
   2124 signed it.  However, nothing else grants you permission to modify or
   2125 distribute the Program or its derivative works.  These actions are
   2126 prohibited by law if you do not accept this License.  Therefore, by
   2127 modifying or distributing the Program (or any work based on the
   2128 Program), you indicate your acceptance of this License to do so, and
   2129 all its terms and conditions for copying, distributing or modifying
   2130 the Program or works based on it.
   2131 
   2132   6. Each time you redistribute the Program (or any work based on the
   2133 Program), the recipient automatically receives a license from the
   2134 original licensor to copy, distribute or modify the Program subject to
   2135 these terms and conditions.  You may not impose any further
   2136 restrictions on the recipients' exercise of the rights granted herein.
   2137 You are not responsible for enforcing compliance by third parties to
   2138 this License.
   2139 
   2140   7. If, as a consequence of a court judgment or allegation of patent
   2141 infringement or for any other reason (not limited to patent issues),
   2142 conditions are imposed on you (whether by court order, agreement or
   2143 otherwise) that contradict the conditions of this License, they do not
   2144 excuse you from the conditions of this License.  If you cannot
   2145 distribute so as to satisfy simultaneously your obligations under this
   2146 License and any other pertinent obligations, then as a consequence you
   2147 may not distribute the Program at all.  For example, if a patent
   2148 license would not permit royalty-free redistribution of the Program by
   2149 all those who receive copies directly or indirectly through you, then
   2150 the only way you could satisfy both it and this License would be to
   2151 refrain entirely from distribution of the Program.
   2152 
   2153 If any portion of this section is held invalid or unenforceable under
   2154 any particular circumstance, the balance of the section is intended to
   2155 apply and the section as a whole is intended to apply in other
   2156 circumstances.
   2157 
   2158 It is not the purpose of this section to induce you to infringe any
   2159 patents or other property right claims or to contest validity of any
   2160 such claims; this section has the sole purpose of protecting the
   2161 integrity of the free software distribution system, which is
   2162 implemented by public license practices.  Many people have made
   2163 generous contributions to the wide range of software distributed
   2164 through that system in reliance on consistent application of that
   2165 system; it is up to the author/donor to decide if he or she is willing
   2166 to distribute software through any other system and a licensee cannot
   2167 impose that choice.
   2168 
   2169 This section is intended to make thoroughly clear what is believed to
   2170 be a consequence of the rest of this License.
   2171 
   2173   8. If the distribution and/or use of the Program is restricted in
   2174 certain countries either by patents or by copyrighted interfaces, the
   2175 original copyright holder who places the Program under this License
   2176 may add an explicit geographical distribution limitation excluding
   2177 those countries, so that distribution is permitted only in or among
   2178 countries not thus excluded.  In such case, this License incorporates
   2179 the limitation as if written in the body of this License.
   2180 
   2181   9. The Free Software Foundation may publish revised and/or new versions
   2182 of the General Public License from time to time.  Such new versions will
   2183 be similar in spirit to the present version, but may differ in detail to
   2184 address new problems or concerns.
   2185 
   2186 Each version is given a distinguishing version number.  If the Program
   2187 specifies a version number of this License which applies to it and "any
   2188 later version", you have the option of following the terms and conditions
   2189 either of that version or of any later version published by the Free
   2190 Software Foundation.  If the Program does not specify a version number of
   2191 this License, you may choose any version ever published by the Free Software
   2192 Foundation.
   2193 
   2194   10. If you wish to incorporate parts of the Program into other free
   2195 programs whose distribution conditions are different, write to the author
   2196 to ask for permission.  For software which is copyrighted by the Free
   2197 Software Foundation, write to the Free Software Foundation; we sometimes
   2198 make exceptions for this.  Our decision will be guided by the two goals
   2199 of preserving the free status of all derivatives of our free software and
   2200 of promoting the sharing and reuse of software generally.
   2201 
   2202 			    NO WARRANTY
   2203 
   2204   11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
   2205 FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.  EXCEPT WHEN
   2206 OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
   2207 PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
   2208 OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
   2209 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  THE ENTIRE RISK AS
   2210 TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU.  SHOULD THE
   2211 PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
   2212 REPAIR OR CORRECTION.
   2213 
   2214   12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
   2215 WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
   2216 REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
   2217 INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
   2218 OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
   2219 TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
   2220 YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
   2221 PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
   2222 POSSIBILITY OF SUCH DAMAGES.
   2223 
   2224 		     END OF TERMS AND CONDITIONS
   2225 
   2227 	    How to Apply These Terms to Your New Programs
   2228 
   2229   If you develop a new program, and you want it to be of the greatest
   2230 possible use to the public, the best way to achieve this is to make it
   2231 free software which everyone can redistribute and change under these terms.
   2232 
   2233   To do so, attach the following notices to the program.  It is safest
   2234 to attach them to the start of each source file to most effectively
   2235 convey the exclusion of warranty; and each file should have at least
   2236 the "copyright" line and a pointer to where the full notice is found.
   2237 
   2238     &lt;one line to give the program's name and a brief idea of what it does.&gt;
   2239     Copyright (C) &lt;year&gt;  &lt;name of author&gt;
   2240 
   2241     This program is free software; you can redistribute it and/or modify
   2242     it under the terms of the GNU General Public License as published by
   2243     the Free Software Foundation; either version 2 of the License, or
   2244     (at your option) any later version.
   2245 
   2246     This program is distributed in the hope that it will be useful,
   2247     but WITHOUT ANY WARRANTY; without even the implied warranty of
   2248     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   2249     GNU General Public License for more details.
   2250 
   2251     You should have received a copy of the GNU General Public License
   2252     along with this program; if not, write to the Free Software
   2253     Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
   2254 
   2255 
   2256 Also add information on how to contact you by electronic and paper mail.
   2257 
   2258 If the program is interactive, make it output a short notice like this
   2259 when it starts in an interactive mode:
   2260 
   2261     Gnomovision version 69, Copyright (C) year  name of author
   2262     Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
   2263     This is free software, and you are welcome to redistribute it
   2264     under certain conditions; type `show c' for details.
   2265 
   2266 The hypothetical commands `show w' and `show c' should show the appropriate
   2267 parts of the General Public License.  Of course, the commands you use may
   2268 be called something other than `show w' and `show c'; they could even be
   2269 mouse-clicks or menu items--whatever suits your program.
   2270 
   2271 You should also get your employer (if you work as a programmer) or your
   2272 school, if any, to sign a "copyright disclaimer" for the program, if
   2273 necessary.  Here is a sample; alter the names:
   2274 
   2275   Yoyodyne, Inc., hereby disclaims all copyright interest in the program
   2276   `Gnomovision' (which makes passes at compilers) written by James Hacker.
   2277 
   2278   &lt;signature of Ty Coon&gt;, 1 April 1989
   2279   Ty Coon, President of Vice
   2280 
   2281 This General Public License does not permit incorporating your program into
   2282 proprietary programs.  If your program is a subroutine library, you may
   2283 consider it more useful to permit linking proprietary applications with the
   2284 library.  If this is what you want to do, use the GNU Library General
   2285 Public License instead of this License.
   2286 
   2287 ----------------------------------------------------------------------
   2288 
   2289 		  GNU LIBRARY GENERAL PUBLIC LICENSE
   2290 		       Version 2, June 1991
   2291 
   2292  Copyright (C) 1991 Free Software Foundation, Inc.
   2293     		    59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
   2294  Everyone is permitted to copy and distribute verbatim copies
   2295  of this license document, but changing it is not allowed.
   2296 
   2297 [This is the first released version of the library GPL.  It is
   2298  numbered 2 because it goes with version 2 of the ordinary GPL.]
   2299 
   2300 			    Preamble
   2301 
   2302   The licenses for most software are designed to take away your
   2303 freedom to share and change it.  By contrast, the GNU General Public
   2304 Licenses are intended to guarantee your freedom to share and change
   2305 free software--to make sure the software is free for all its users.
   2306 
   2307   This license, the Library General Public License, applies to some
   2308 specially designated Free Software Foundation software, and to any
   2309 other libraries whose authors decide to use it.  You can use it for
   2310 your libraries, too.
   2311 
   2312   When we speak of free software, we are referring to freedom, not
   2313 price.  Our General Public Licenses are designed to make sure that you
   2314 have the freedom to distribute copies of free software (and charge for
   2315 this service if you wish), that you receive source code or can get it
   2316 if you want it, that you can change the software or use pieces of it
   2317 in new free programs; and that you know you can do these things.
   2318 
   2319   To protect your rights, we need to make restrictions that forbid
   2320 anyone to deny you these rights or to ask you to surrender the rights.
   2321 These restrictions translate to certain responsibilities for you if
   2322 you distribute copies of the library, or if you modify it.
   2323 
   2324   For example, if you distribute copies of the library, whether gratis
   2325 or for a fee, you must give the recipients all the rights that we gave
   2326 you.  You must make sure that they, too, receive or can get the source
   2327 code.  If you link a program with the library, you must provide
   2328 complete object files to the recipients so that they can relink them
   2329 with the library, after making changes to the library and recompiling
   2330 it.  And you must show them these terms so they know their rights.
   2331 
   2332   Our method of protecting your rights has two steps: (1) copyright
   2333 the library, and (2) offer you this license which gives you legal
   2334 permission to copy, distribute and/or modify the library.
   2335 
   2336   Also, for each distributor's protection, we want to make certain
   2337 that everyone understands that there is no warranty for this free
   2338 library.  If the library is modified by someone else and passed on, we
   2339 want its recipients to know that what they have is not the original
   2340 version, so that any problems introduced by others will not reflect on
   2341 the original authors' reputations.
   2342 
   2344   Finally, any free program is threatened constantly by software
   2345 patents.  We wish to avoid the danger that companies distributing free
   2346 software will individually obtain patent licenses, thus in effect
   2347 transforming the program into proprietary software.  To prevent this,
   2348 we have made it clear that any patent must be licensed for everyone's
   2349 free use or not licensed at all.
   2350 
   2351   Most GNU software, including some libraries, is covered by the ordinary
   2352 GNU General Public License, which was designed for utility programs.  This
   2353 license, the GNU Library General Public License, applies to certain
   2354 designated libraries.  This license is quite different from the ordinary
   2355 one; be sure to read it in full, and don't assume that anything in it is
   2356 the same as in the ordinary license.
   2357 
   2358   The reason we have a separate public license for some libraries is that
   2359 they blur the distinction we usually make between modifying or adding to a
   2360 program and simply using it.  Linking a program with a library, without
   2361 changing the library, is in some sense simply using the library, and is
   2362 analogous to running a utility program or application program.  However, in
   2363 a textual and legal sense, the linked executable is a combined work, a
   2364 derivative of the original library, and the ordinary General Public License
   2365 treats it as such.
   2366 
   2367   Because of this blurred distinction, using the ordinary General
   2368 Public License for libraries did not effectively promote software
   2369 sharing, because most developers did not use the libraries.  We
   2370 concluded that weaker conditions might promote sharing better.
   2371 
   2372   However, unrestricted linking of non-free programs would deprive the
   2373 users of those programs of all benefit from the free status of the
   2374 libraries themselves.  This Library General Public License is intended to
   2375 permit developers of non-free programs to use free libraries, while
   2376 preserving your freedom as a user of such programs to change the free
   2377 libraries that are incorporated in them.  (We have not seen how to achieve
   2378 this as regards changes in header files, but we have achieved it as regards
   2379 changes in the actual functions of the Library.)  The hope is that this
   2380 will lead to faster development of free libraries.
   2381 
   2382   The precise terms and conditions for copying, distribution and
   2383 modification follow.  Pay close attention to the difference between a
   2384 "work based on the library" and a "work that uses the library".  The
   2385 former contains code derived from the library, while the latter only
   2386 works together with the library.
   2387 
   2388   Note that it is possible for a library to be covered by the ordinary
   2389 General Public License rather than by this special one.
   2390 
   2392 		  GNU LIBRARY GENERAL PUBLIC LICENSE
   2393    TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
   2394 
   2395   0. This License Agreement applies to any software library which
   2396 contains a notice placed by the copyright holder or other authorized
   2397 party saying it may be distributed under the terms of this Library
   2398 General Public License (also called "this License").  Each licensee is
   2399 addressed as "you".
   2400 
   2401   A "library" means a collection of software functions and/or data
   2402 prepared so as to be conveniently linked with application programs
   2403 (which use some of those functions and data) to form executables.
   2404 
   2405   The "Library", below, refers to any such software library or work
   2406 which has been distributed under these terms.  A "work based on the
   2407 Library" means either the Library or any derivative work under
   2408 copyright law: that is to say, a work containing the Library or a
   2409 portion of it, either verbatim or with modifications and/or translated
   2410 straightforwardly into another language.  (Hereinafter, translation is
   2411 included without limitation in the term "modification".)
   2412 
   2413   "Source code" for a work means the preferred form of the work for
   2414 making modifications to it.  For a library, complete source code means
   2415 all the source code for all modules it contains, plus any associated
   2416 interface definition files, plus the scripts used to control compilation
   2417 and installation of the library.
   2418 
   2419   Activities other than copying, distribution and modification are not
   2420 covered by this License; they are outside its scope.  The act of
   2421 running a program using the Library is not restricted, and output from
   2422 such a program is covered only if its contents constitute a work based
   2423 on the Library (independent of the use of the Library in a tool for
   2424 writing it).  Whether that is true depends on what the Library does
   2425 and what the program that uses the Library does.
   2426   
   2427   1. You may copy and distribute verbatim copies of the Library's
   2428 complete source code as you receive it, in any medium, provided that
   2429 you conspicuously and appropriately publish on each copy an
   2430 appropriate copyright notice and disclaimer of warranty; keep intact
   2431 all the notices that refer to this License and to the absence of any
   2432 warranty; and distribute a copy of this License along with the
   2433 Library.
   2434 
   2435   You may charge a fee for the physical act of transferring a copy,
   2436 and you may at your option offer warranty protection in exchange for a
   2437 fee.
   2438 
   2440   2. You may modify your copy or copies of the Library or any portion
   2441 of it, thus forming a work based on the Library, and copy and
   2442 distribute such modifications or work under the terms of Section 1
   2443 above, provided that you also meet all of these conditions:
   2444 
   2445     a) The modified work must itself be a software library.
   2446 
   2447     b) You must cause the files modified to carry prominent notices
   2448     stating that you changed the files and the date of any change.
   2449 
   2450     c) You must cause the whole of the work to be licensed at no
   2451     charge to all third parties under the terms of this License.
   2452 
   2453     d) If a facility in the modified Library refers to a function or a
   2454     table of data to be supplied by an application program that uses
   2455     the facility, other than as an argument passed when the facility
   2456     is invoked, then you must make a good faith effort to ensure that,
   2457     in the event an application does not supply such function or
   2458     table, the facility still operates, and performs whatever part of
   2459     its purpose remains meaningful.
   2460 
   2461     (For example, a function in a library to compute square roots has
   2462     a purpose that is entirely well-defined independent of the
   2463     application.  Therefore, Subsection 2d requires that any
   2464     application-supplied function or table used by this function must
   2465     be optional: if the application does not supply it, the square
   2466     root function must still compute square roots.)
   2467 
   2468 These requirements apply to the modified work as a whole.  If
   2469 identifiable sections of that work are not derived from the Library,
   2470 and can be reasonably considered independent and separate works in
   2471 themselves, then this License, and its terms, do not apply to those
   2472 sections when you distribute them as separate works.  But when you
   2473 distribute the same sections as part of a whole which is a work based
   2474 on the Library, the distribution of the whole must be on the terms of
   2475 this License, whose permissions for other licensees extend to the
   2476 entire whole, and thus to each and every part regardless of who wrote
   2477 it.
   2478 
   2479 Thus, it is not the intent of this section to claim rights or contest
   2480 your rights to work written entirely by you; rather, the intent is to
   2481 exercise the right to control the distribution of derivative or
   2482 collective works based on the Library.
   2483 
   2484 In addition, mere aggregation of another work not based on the Library
   2485 with the Library (or with a work based on the Library) on a volume of
   2486 a storage or distribution medium does not bring the other work under
   2487 the scope of this License.
   2488 
   2489   3. You may opt to apply the terms of the ordinary GNU General Public
   2490 License instead of this License to a given copy of the Library.  To do
   2491 this, you must alter all the notices that refer to this License, so
   2492 that they refer to the ordinary GNU General Public License, version 2,
   2493 instead of to this License.  (If a newer version than version 2 of the
   2494 ordinary GNU General Public License has appeared, then you can specify
   2495 that version instead if you wish.)  Do not make any other change in
   2496 these notices.
   2497 
   2499   Once this change is made in a given copy, it is irreversible for
   2500 that copy, so the ordinary GNU General Public License applies to all
   2501 subsequent copies and derivative works made from that copy.
   2502 
   2503   This option is useful when you wish to copy part of the code of
   2504 the Library into a program that is not a library.
   2505 
   2506   4. You may copy and distribute the Library (or a portion or
   2507 derivative of it, under Section 2) in object code or executable form
   2508 under the terms of Sections 1 and 2 above provided that you accompany
   2509 it with the complete corresponding machine-readable source code, which
   2510 must be distributed under the terms of Sections 1 and 2 above on a
   2511 medium customarily used for software interchange.
   2512 
   2513   If distribution of object code is made by offering access to copy
   2514 from a designated place, then offering equivalent access to copy the
   2515 source code from the same place satisfies the requirement to
   2516 distribute the source code, even though third parties are not
   2517 compelled to copy the source along with the object code.
   2518 
   2519   5. A program that contains no derivative of any portion of the
   2520 Library, but is designed to work with the Library by being compiled or
   2521 linked with it, is called a "work that uses the Library".  Such a
   2522 work, in isolation, is not a derivative work of the Library, and
   2523 therefore falls outside the scope of this License.
   2524 
   2525   However, linking a "work that uses the Library" with the Library
   2526 creates an executable that is a derivative of the Library (because it
   2527 contains portions of the Library), rather than a "work that uses the
   2528 library".  The executable is therefore covered by this License.
   2529 Section 6 states terms for distribution of such executables.
   2530 
   2531   When a "work that uses the Library" uses material from a header file
   2532 that is part of the Library, the object code for the work may be a
   2533 derivative work of the Library even though the source code is not.
   2534 Whether this is true is especially significant if the work can be
   2535 linked without the Library, or if the work is itself a library.  The
   2536 threshold for this to be true is not precisely defined by law.
   2537 
   2538   If such an object file uses only numerical parameters, data
   2539 structure layouts and accessors, and small macros and small inline
   2540 functions (ten lines or less in length), then the use of the object
   2541 file is unrestricted, regardless of whether it is legally a derivative
   2542 work.  (Executables containing this object code plus portions of the
   2543 Library will still fall under Section 6.)
   2544 
   2545   Otherwise, if the work is a derivative of the Library, you may
   2546 distribute the object code for the work under the terms of Section 6.
   2547 Any executables containing that work also fall under Section 6,
   2548 whether or not they are linked directly with the Library itself.
   2549 
   2551   6. As an exception to the Sections above, you may also compile or
   2552 link a "work that uses the Library" with the Library to produce a
   2553 work containing portions of the Library, and distribute that work
   2554 under terms of your choice, provided that the terms permit
   2555 modification of the work for the customer's own use and reverse
   2556 engineering for debugging such modifications.
   2557 
   2558   You must give prominent notice with each copy of the work that the
   2559 Library is used in it and that the Library and its use are covered by
   2560 this License.  You must supply a copy of this License.  If the work
   2561 during execution displays copyright notices, you must include the
   2562 copyright notice for the Library among them, as well as a reference
   2563 directing the user to the copy of this License.  Also, you must do one
   2564 of these things:
   2565 
   2566     a) Accompany the work with the complete corresponding
   2567     machine-readable source code for the Library including whatever
   2568     changes were used in the work (which must be distributed under
   2569     Sections 1 and 2 above); and, if the work is an executable linked
   2570     with the Library, with the complete machine-readable "work that
   2571     uses the Library", as object code and/or source code, so that the
   2572     user can modify the Library and then relink to produce a modified
   2573     executable containing the modified Library.  (It is understood
   2574     that the user who changes the contents of definitions files in the
   2575     Library will not necessarily be able to recompile the application
   2576     to use the modified definitions.)
   2577 
   2578     b) Accompany the work with a written offer, valid for at
   2579     least three years, to give the same user the materials
   2580     specified in Subsection 6a, above, for a charge no more
   2581     than the cost of performing this distribution.
   2582 
   2583     c) If distribution of the work is made by offering access to copy
   2584     from a designated place, offer equivalent access to copy the above
   2585     specified materials from the same place.
   2586 
   2587     d) Verify that the user has already received a copy of these
   2588     materials or that you have already sent this user a copy.
   2589 
   2590   For an executable, the required form of the "work that uses the
   2591 Library" must include any data and utility programs needed for
   2592 reproducing the executable from it.  However, as a special exception,
   2593 the source code distributed need not include anything that is normally
   2594 distributed (in either source or binary form) with the major
   2595 components (compiler, kernel, and so on) of the operating system on
   2596 which the executable runs, unless that component itself accompanies
   2597 the executable.
   2598 
   2599   It may happen that this requirement contradicts the license
   2600 restrictions of other proprietary libraries that do not normally
   2601 accompany the operating system.  Such a contradiction means you cannot
   2602 use both them and the Library together in an executable that you
   2603 distribute.
   2604 
   2606   7. You may place library facilities that are a work based on the
   2607 Library side-by-side in a single library together with other library
   2608 facilities not covered by this License, and distribute such a combined
   2609 library, provided that the separate distribution of the work based on
   2610 the Library and of the other library facilities is otherwise
   2611 permitted, and provided that you do these two things:
   2612 
   2613     a) Accompany the combined library with a copy of the same work
   2614     based on the Library, uncombined with any other library
   2615     facilities.  This must be distributed under the terms of the
   2616     Sections above.
   2617 
   2618     b) Give prominent notice with the combined library of the fact
   2619     that part of it is a work based on the Library, and explaining
   2620     where to find the accompanying uncombined form of the same work.
   2621 
   2622   8. You may not copy, modify, sublicense, link with, or distribute
   2623 the Library except as expressly provided under this License.  Any
   2624 attempt otherwise to copy, modify, sublicense, link with, or
   2625 distribute the Library is void, and will automatically terminate your
   2626 rights under this License.  However, parties who have received copies,
   2627 or rights, from you under this License will not have their licenses
   2628 terminated so long as such parties remain in full compliance.
   2629 
   2630   9. You are not required to accept this License, since you have not
   2631 signed it.  However, nothing else grants you permission to modify or
   2632 distribute the Library or its derivative works.  These actions are
   2633 prohibited by law if you do not accept this License.  Therefore, by
   2634 modifying or distributing the Library (or any work based on the
   2635 Library), you indicate your acceptance of this License to do so, and
   2636 all its terms and conditions for copying, distributing or modifying
   2637 the Library or works based on it.
   2638 
   2639   10. Each time you redistribute the Library (or any work based on the
   2640 Library), the recipient automatically receives a license from the
   2641 original licensor to copy, distribute, link with or modify the Library
   2642 subject to these terms and conditions.  You may not impose any further
   2643 restrictions on the recipients' exercise of the rights granted herein.
   2644 You are not responsible for enforcing compliance by third parties to
   2645 this License.
   2646 
   2648   11. If, as a consequence of a court judgment or allegation of patent
   2649 infringement or for any other reason (not limited to patent issues),
   2650 conditions are imposed on you (whether by court order, agreement or
   2651 otherwise) that contradict the conditions of this License, they do not
   2652 excuse you from the conditions of this License.  If you cannot
   2653 distribute so as to satisfy simultaneously your obligations under this
   2654 License and any other pertinent obligations, then as a consequence you
   2655 may not distribute the Library at all.  For example, if a patent
   2656 license would not permit royalty-free redistribution of the Library by
   2657 all those who receive copies directly or indirectly through you, then
   2658 the only way you could satisfy both it and this License would be to
   2659 refrain entirely from distribution of the Library.
   2660 
   2661 If any portion of this section is held invalid or unenforceable under any
   2662 particular circumstance, the balance of the section is intended to apply,
   2663 and the section as a whole is intended to apply in other circumstances.
   2664 
   2665 It is not the purpose of this section to induce you to infringe any
   2666 patents or other property right claims or to contest validity of any
   2667 such claims; this section has the sole purpose of protecting the
   2668 integrity of the free software distribution system which is
   2669 implemented by public license practices.  Many people have made
   2670 generous contributions to the wide range of software distributed
   2671 through that system in reliance on consistent application of that
   2672 system; it is up to the author/donor to decide if he or she is willing
   2673 to distribute software through any other system and a licensee cannot
   2674 impose that choice.
   2675 
   2676 This section is intended to make thoroughly clear what is believed to
   2677 be a consequence of the rest of this License.
   2678 
   2679   12. If the distribution and/or use of the Library is restricted in
   2680 certain countries either by patents or by copyrighted interfaces, the
   2681 original copyright holder who places the Library under this License may add
   2682 an explicit geographical distribution limitation excluding those countries,
   2683 so that distribution is permitted only in or among countries not thus
   2684 excluded.  In such case, this License incorporates the limitation as if
   2685 written in the body of this License.
   2686 
   2687   13. The Free Software Foundation may publish revised and/or new
   2688 versions of the Library General Public License from time to time.
   2689 Such new versions will be similar in spirit to the present version,
   2690 but may differ in detail to address new problems or concerns.
   2691 
   2692 Each version is given a distinguishing version number.  If the Library
   2693 specifies a version number of this License which applies to it and
   2694 "any later version", you have the option of following the terms and
   2695 conditions either of that version or of any later version published by
   2696 the Free Software Foundation.  If the Library does not specify a
   2697 license version number, you may choose any version ever published by
   2698 the Free Software Foundation.
   2699 
   2701   14. If you wish to incorporate parts of the Library into other free
   2702 programs whose distribution conditions are incompatible with these,
   2703 write to the author to ask for permission.  For software which is
   2704 copyrighted by the Free Software Foundation, write to the Free
   2705 Software Foundation; we sometimes make exceptions for this.  Our
   2706 decision will be guided by the two goals of preserving the free status
   2707 of all derivatives of our free software and of promoting the sharing
   2708 and reuse of software generally.
   2709 
   2710 			    NO WARRANTY
   2711 
   2712   15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO
   2713 WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW.
   2714 EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR
   2715 OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY
   2716 KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE
   2717 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
   2718 PURPOSE.  THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE
   2719 LIBRARY IS WITH YOU.  SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME
   2720 THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
   2721 
   2722   16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN
   2723 WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY
   2724 AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU
   2725 FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR
   2726 CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE
   2727 LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING
   2728 RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A
   2729 FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF
   2730 SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
   2731 DAMAGES.
   2732 
   2733 		     END OF TERMS AND CONDITIONS
   2734 
   2736            How to Apply These Terms to Your New Libraries
   2737 
   2738   If you develop a new library, and you want it to be of the greatest
   2739 possible use to the public, we recommend making it free software that
   2740 everyone can redistribute and change.  You can do so by permitting
   2741 redistribution under these terms (or, alternatively, under the terms of the
   2742 ordinary General Public License).
   2743 
   2744   To apply these terms, attach the following notices to the library.  It is
   2745 safest to attach them to the start of each source file to most effectively
   2746 convey the exclusion of warranty; and each file should have at least the
   2747 "copyright" line and a pointer to where the full notice is found.
   2748 
   2749     &lt;one line to give the library's name and a brief idea of what it does.&gt;
   2750     Copyright (C) &lt;year&gt;  &lt;name of author&gt;
   2751 
   2752     This library is free software; you can redistribute it and/or
   2753     modify it under the terms of the GNU Library General Public
   2754     License as published by the Free Software Foundation; either
   2755     version 2 of the License, or (at your option) any later version.
   2756 
   2757     This library is distributed in the hope that it will be useful,
   2758     but WITHOUT ANY WARRANTY; without even the implied warranty of
   2759     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
   2760     Library General Public License for more details.
   2761 
   2762     You should have received a copy of the GNU Library General Public
   2763     License along with this library; if not, write to the Free Software
   2764     Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
   2765 
   2766 Also add information on how to contact you by electronic and paper mail.
   2767 
   2768 You should also get your employer (if you work as a programmer) or your
   2769 school, if any, to sign a "copyright disclaimer" for the library, if
   2770 necessary.  Here is a sample; alter the names:
   2771 
   2772   Yoyodyne, Inc., hereby disclaims all copyright interest in the
   2773   library `Frob' (a library for tweaking knobs) written by James Random Hacker.
   2774 
   2775   &lt;signature of Ty Coon&gt;, 1 April 1990
   2776   Ty Coon, President of Vice
   2777 
   2778 That's all there is to it!
   2779 
   2780 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   2781 
   2782 Scanned Source License e2fsprogs-1.42/debian/copyright:
   2783 
   2784 This is the Debian GNU/Linux prepackaged version of the EXT2 file
   2785 system utilities (e2fsck, mke2fs, etc.).  The EXT2 utilities were
   2786 written by Theodore Ts'o &lt;tytso (a] mit.edu&gt; and Remy Card &lt;card (a] masi.ibp.fr&gt;.
   2787 
   2788 Sources were obtained from http://sourceforge.net/projects/e2fsprogs
   2789 
   2790 Packaging is Copyright (c) 2003-2007 Theodore Ts'o &lt;tytso (a] mit.edu&gt;
   2791              Copyright (c) 1997-2003 Yann Dirson &lt;dirson (a] debian.org&gt;
   2792 	     Copyright (c) 2001 Alcove &lt;http://www.alcove.com/>;
   2793 	     Copyright (c) 1997 Klee Dienes
   2794 	     Copyright (c) 1995-1996 Michael Nonweiler &lt;mrn20 (a] cam.ac.uk&gt;
   2795 
   2796 Upstream Author: Theodore Ts'o &lt;tytso (a] mit.edu&gt;
   2797 
   2798 Copyright notice:
   2799 
   2800 This package, the EXT2 filesystem utilities, are made available under
   2801 the GNU Public License version 2, with the exception of the lib/ext2fs
   2802 and lib/e2p libraries, which are made available under the GNU Library
   2803 General Public License Version 2, the lib/uuid library which is made
   2804 available under a BSD-style license and the lib/et and lib/ss
   2805 libraries which are made available under an MIT-style license.
   2806 
   2807 	Copyright (c) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 
   2808 	2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 by Theodore Ts'o
   2809 
   2810 On Debian GNU systems, the complete text of the GNU General Public
   2811 License can be found in `/usr/share/common-licenses/GPL-2'.  The
   2812 complete text of the GNU Library General Public License can be found
   2813 in '/usr/share/common-licenses/LGPL-2'.
   2814 
   2815 
   2816 The license used for lib/et and lib/ss libraries is:
   2817 
   2818    Copyright 1987 by the Student Information Processing Board
   2819    of the Massachusetts Institute of Technology
   2820 
   2821    Permission to use, copy, modify, and distribute this software and
   2822    its documentation for any purpose is hereby granted, provided that
   2823    the names of M.I.T. and the M.I.T. S.I.P.B. not be used in
   2824    advertising or publicity pertaining to distribution of the software
   2825    without specific, written prior permission.  M.I.T. and the
   2826    M.I.T. S.I.P.B. make no representations about the suitability of
   2827    this software for any purpose.  It is provided "as is" without
   2828    express or implied warranty.
   2829 
   2830 The license used for lib/uuid is:
   2831 
   2832    Redistribution and use in source and binary forms, with or without
   2833    modification, are permitted provided that the following conditions
   2834    are met:
   2835    1. Redistributions of source code must retain the above copyright
   2836       notice, and the entire permission notice in its entirety,
   2837       including the disclaimer of warranties.
   2838    2. Redistributions in binary form must reproduce the above copyright
   2839       notice, this list of conditions and the following disclaimer in the
   2840       documentation and/or other materials provided with the distribution.
   2841    3. The name of the author may not be used to endorse or promote
   2842       products derived from this software without specific prior
   2843       written permission.
   2844 
   2845    THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED
   2846    WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
   2847    OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE, ALL OF
   2848    WHICH ARE HEREBY DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR BE
   2849    LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
   2850    CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT
   2851    OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
   2852    BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
   2853    LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
   2854    (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
   2855    USE OF THIS SOFTWARE, EVEN IF NOT ADVISED OF THE POSSIBILITY OF SUCH
   2856    DAMAGE.
   2857 
   2858 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   2859 
   2860 Scanned Source License e2fsprogs-1.42/ext2ed/COPYRIGHT:
   2861 
   2862 EXT2ED is hereby placed under the terms of the GNU General Public License.
   2863 Follows the GNU license.
   2864 
   2865 Gadi Oxman, August 1995
   2866 
   2867 ---------------------------------------------------------------------------
   2868 
   2869 		    GNU GENERAL PUBLIC LICENSE
   2870 		       Version 2, June 1991
   2871 
   2872  Copyright (C) 1989, 1991 Free Software Foundation, Inc.
   2873                           675 Mass Ave, Cambridge, MA 02139, USA
   2874  Everyone is permitted to copy and distribute verbatim copies
   2875  of this license document, but changing it is not allowed.
   2876 
   2877 			    Preamble
   2878 
   2879   The licenses for most software are designed to take away your
   2880 freedom to share and change it.  By contrast, the GNU General Public
   2881 License is intended to guarantee your freedom to share and change free
   2882 software--to make sure the software is free for all its users.  This
   2883 General Public License applies to most of the Free Software
   2884 Foundation's software and to any other program whose authors commit to
   2885 using it.  (Some other Free Software Foundation software is covered by
   2886 the GNU Library General Public License instead.)  You can apply it to
   2887 your programs, too.
   2888 
   2889   When we speak of free software, we are referring to freedom, not
   2890 price.  Our General Public Licenses are designed to make sure that you
   2891 have the freedom to distribute copies of free software (and charge for
   2892 this service if you wish), that you receive source code or can get it
   2893 if you want it, that you can change the software or use pieces of it
   2894 in new free programs; and that you know you can do these things.
   2895 
   2896   To protect your rights, we need to make restrictions that forbid
   2897 anyone to deny you these rights or to ask you to surrender the rights.
   2898 These restrictions translate to certain responsibilities for you if you
   2899 distribute copies of the software, or if you modify it.
   2900 
   2901   For example, if you distribute copies of such a program, whether
   2902 gratis or for a fee, you must give the recipients all the rights that
   2903 you have.  You must make sure that they, too, receive or can get the
   2904 source code.  And you must show them these terms so they know their
   2905 rights.
   2906 
   2907   We protect your rights with two steps: (1) copyright the software, and
   2908 (2) offer you this license which gives you legal permission to copy,
   2909 distribute and/or modify the software.
   2910 
   2911   Also, for each author's protection and ours, we want to make certain
   2912 that everyone understands that there is no warranty for this free
   2913 software.  If the software is modified by someone else and passed on, we
   2914 want its recipients to know that what they have is not the original, so
   2915 that any problems introduced by others will not reflect on the original
   2916 authors' reputations.
   2917 
   2918   Finally, any free program is threatened constantly by software
   2919 patents.  We wish to avoid the danger that redistributors of a free
   2920 program will individually obtain patent licenses, in effect making the
   2921 program proprietary.  To prevent this, we have made it clear that any
   2922 patent must be licensed for everyone's free use or not licensed at all.
   2923 
   2924   The precise terms and conditions for copying, distribution and
   2925 modification follow.
   2926 
   2928 		    GNU GENERAL PUBLIC LICENSE
   2929    TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
   2930 
   2931   0. This License applies to any program or other work which contains
   2932 a notice placed by the copyright holder saying it may be distributed
   2933 under the terms of this General Public License.  The "Program", below,
   2934 refers to any such program or work, and a "work based on the Program"
   2935 means either the Program or any derivative work under copyright law:
   2936 that is to say, a work containing the Program or a portion of it,
   2937 either verbatim or with modifications and/or translated into another
   2938 language.  (Hereinafter, translation is included without limitation in
   2939 the term "modification".)  Each licensee is addressed as "you".
   2940 
   2941 Activities other than copying, distribution and modification are not
   2942 covered by this License; they are outside its scope.  The act of
   2943 running the Program is not restricted, and the output from the Program
   2944 is covered only if its contents constitute a work based on the
   2945 Program (independent of having been made by running the Program).
   2946 Whether that is true depends on what the Program does.
   2947 
   2948   1. You may copy and distribute verbatim copies of the Program's
   2949 source code as you receive it, in any medium, provided that you
   2950 conspicuously and appropriately publish on each copy an appropriate
   2951 copyright notice and disclaimer of warranty; keep intact all the
   2952 notices that refer to this License and to the absence of any warranty;
   2953 and give any other recipients of the Program a copy of this License
   2954 along with the Program.
   2955 
   2956 You may charge a fee for the physical act of transferring a copy, and
   2957 you may at your option offer warranty protection in exchange for a fee.
   2958 
   2959   2. You may modify your copy or copies of the Program or any portion
   2960 of it, thus forming a work based on the Program, and copy and
   2961 distribute such modifications or work under the terms of Section 1
   2962 above, provided that you also meet all of these conditions:
   2963 
   2964     a) You must cause the modified files to carry prominent notices
   2965     stating that you changed the files and the date of any change.
   2966 
   2967     b) You must cause any work that you distribute or publish, that in
   2968     whole or in part contains or is derived from the Program or any
   2969     part thereof, to be licensed as a whole at no charge to all third
   2970     parties under the terms of this License.
   2971 
   2972     c) If the modified program normally reads commands interactively
   2973     when run, you must cause it, when started running for such
   2974     interactive use in the most ordinary way, to print or display an
   2975     announcement including an appropriate copyright notice and a
   2976     notice that there is no warranty (or else, saying that you provide
   2977     a warranty) and that users may redistribute the program under
   2978     these conditions, and telling the user how to view a copy of this
   2979     License.  (Exception: if the Program itself is interactive but
   2980     does not normally print such an announcement, your work based on
   2981     the Program is not required to print an announcement.)
   2982 
   2984 These requirements apply to the modified work as a whole.  If
   2985 identifiable sections of that work are not derived from the Program,
   2986 and can be reasonably considered independent and separate works in
   2987 themselves, then this License, and its terms, do not apply to those
   2988 sections when you distribute them as separate works.  But when you
   2989 distribute the same sections as part of a whole which is a work based
   2990 on the Program, the distribution of the whole must be on the terms of
   2991 this License, whose permissions for other licensees extend to the
   2992 entire whole, and thus to each and every part regardless of who wrote it.
   2993 
   2994 Thus, it is not the intent of this section to claim rights or contest
   2995 your rights to work written entirely by you; rather, the intent is to
   2996 exercise the right to control the distribution of derivative or
   2997 collective works based on the Program.
   2998 
   2999 In addition, mere aggregation of another work not based on the Program
   3000 with the Program (or with a work based on the Program) on a volume of
   3001 a storage or distribution medium does not bring the other work under
   3002 the scope of this License.
   3003 
   3004   3. You may copy and distribute the Program (or a work based on it,
   3005 under Section 2) in object code or executable form under the terms of
   3006 Sections 1 and 2 above provided that you also do one of the following:
   3007 
   3008     a) Accompany it with the complete corresponding machine-readable
   3009     source code, which must be distributed under the terms of Sections
   3010     1 and 2 above on a medium customarily used for software interchange; or,
   3011 
   3012     b) Accompany it with a written offer, valid for at least three
   3013     years, to give any third party, for a charge no more than your
   3014     cost of physically performing source distribution, a complete
   3015     machine-readable copy of the corresponding source code, to be
   3016     distributed under the terms of Sections 1 and 2 above on a medium
   3017     customarily used for software interchange; or,
   3018 
   3019     c) Accompany it with the information you received as to the offer
   3020     to distribute corresponding source code.  (This alternative is
   3021     allowed only for noncommercial distribution and only if you
   3022     received the program in object code or executable form with such
   3023     an offer, in accord with Subsection b above.)
   3024 
   3025 The source code for a work means the preferred form of the work for
   3026 making modifications to it.  For an executable work, complete source
   3027 code means all the source code for all modules it contains, plus any
   3028 associated interface definition files, plus the scripts used to
   3029 control compilation and installation of the executable.  However, as a
   3030 special exception, the source code distributed need not include
   3031 anything that is normally distributed (in either source or binary
   3032 form) with the major components (compiler, kernel, and so on) of the
   3033 operating system on which the executable runs, unless that component
   3034 itself accompanies the executable.
   3035 
   3036 If distribution of executable or object code is made by offering
   3037 access to copy from a designated place, then offering equivalent
   3038 access to copy the source code from the same place counts as
   3039 distribution of the source code, even though third parties are not
   3040 compelled to copy the source along with the object code.
   3041 
   3043   4. You may not copy, modify, sublicense, or distribute the Program
   3044 except as expressly provided under this License.  Any attempt
   3045 otherwise to copy, modify, sublicense or distribute the Program is
   3046 void, and will automatically terminate your rights under this License.
   3047 However, parties who have received copies, or rights, from you under
   3048 this License will not have their licenses terminated so long as such
   3049 parties remain in full compliance.
   3050 
   3051   5. You are not required to accept this License, since you have not
   3052 signed it.  However, nothing else grants you permission to modify or
   3053 distribute the Program or its derivative works.  These actions are
   3054 prohibited by law if you do not accept this License.  Therefore, by
   3055 modifying or distributing the Program (or any work based on the
   3056 Program), you indicate your acceptance of this License to do so, and
   3057 all its terms and conditions for copying, distributing or modifying
   3058 the Program or works based on it.
   3059 
   3060   6. Each time you redistribute the Program (or any work based on the
   3061 Program), the recipient automatically receives a license from the
   3062 original licensor to copy, distribute or modify the Program subject to
   3063 these terms and conditions.  You may not impose any further
   3064 restrictions on the recipients' exercise of the rights granted herein.
   3065 You are not responsible for enforcing compliance by third parties to
   3066 this License.
   3067 
   3068   7. If, as a consequence of a court judgment or allegation of patent
   3069 infringement or for any other reason (not limited to patent issues),
   3070 conditions are imposed on you (whether by court order, agreement or
   3071 otherwise) that contradict the conditions of this License, they do not
   3072 excuse you from the conditions of this License.  If you cannot
   3073 distribute so as to satisfy simultaneously your obligations under this
   3074 License and any other pertinent obligations, then as a consequence you
   3075 may not distribute the Program at all.  For example, if a patent
   3076 license would not permit royalty-free redistribution of the Program by
   3077 all those who receive copies directly or indirectly through you, then
   3078 the only way you could satisfy both it and this License would be to
   3079 refrain entirely from distribution of the Program.
   3080 
   3081 If any portion of this section is held invalid or unenforceable under
   3082 any particular circumstance, the balance of the section is intended to
   3083 apply and the section as a whole is intended to apply in other
   3084 circumstances.
   3085 
   3086 It is not the purpose of this section to induce you to infringe any
   3087 patents or other property right claims or to contest validity of any
   3088 such claims; this section has the sole purpose of protecting the
   3089 integrity of the free software distribution system, which is
   3090 implemented by public license practices.  Many people have made
   3091 generous contributions to the wide range of software distributed
   3092 through that system in reliance on consistent application of that
   3093 system; it is up to the author/donor to decide if he or she is willing
   3094 to distribute software through any other system and a licensee cannot
   3095 impose that choice.
   3096 
   3097 This section is intended to make thoroughly clear what is believed to
   3098 be a consequence of the rest of this License.
   3099 
   3101   8. If the distribution and/or use of the Program is restricted in
   3102 certain countries either by patents or by copyrighted interfaces, the
   3103 original copyright holder who places the Program under this License
   3104 may add an explicit geographical distribution limitation excluding
   3105 those countries, so that distribution is permitted only in or among
   3106 countries not thus excluded.  In such case, this License incorporates
   3107 the limitation as if written in the body of this License.
   3108 
   3109   9. The Free Software Foundation may publish revised and/or new versions
   3110 of the General Public License from time to time.  Such new versions will
   3111 be similar in spirit to the present version, but may differ in detail to
   3112 address new problems or concerns.
   3113 
   3114 Each version is given a distinguishing version number.  If the Program
   3115 specifies a version number of this License which applies to it and "any
   3116 later version", you have the option of following the terms and conditions
   3117 either of that version or of any later version published by the Free
   3118 Software Foundation.  If the Program does not specify a version number of
   3119 this License, you may choose any version ever published by the Free Software
   3120 Foundation.
   3121 
   3122   10. If you wish to incorporate parts of the Program into other free
   3123 programs whose distribution conditions are different, write to the author
   3124 to ask for permission.  For software which is copyrighted by the Free
   3125 Software Foundation, write to the Free Software Foundation; we sometimes
   3126 make exceptions for this.  Our decision will be guided by the two goals
   3127 of preserving the free status of all derivatives of our free software and
   3128 of promoting the sharing and reuse of software generally.
   3129 
   3130 			    NO WARRANTY
   3131 
   3132   11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
   3133 FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.  EXCEPT WHEN
   3134 OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
   3135 PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
   3136 OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
   3137 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  THE ENTIRE RISK AS
   3138 TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU.  SHOULD THE
   3139 PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
   3140 REPAIR OR CORRECTION.
   3141 
   3142   12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
   3143 WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
   3144 REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
   3145 INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
   3146 OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
   3147 TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
   3148 YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
   3149 PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
   3150 POSSIBILITY OF SUCH DAMAGES.
   3151 
   3152 		     END OF TERMS AND CONDITIONS
   3153 
   3155 	Appendix: How to Apply These Terms to Your New Programs
   3156 
   3157   If you develop a new program, and you want it to be of the greatest
   3158 possible use to the public, the best way to achieve this is to make it
   3159 free software which everyone can redistribute and change under these terms.
   3160 
   3161   To do so, attach the following notices to the program.  It is safest
   3162 to attach them to the start of each source file to most effectively
   3163 convey the exclusion of warranty; and each file should have at least
   3164 the "copyright" line and a pointer to where the full notice is found.
   3165 
   3166     &lt;one line to give the program's name and a brief idea of what it does.&gt;
   3167     Copyright (C) 19yy  &lt;name of author&gt;
   3168 
   3169     This program is free software; you can redistribute it and/or modify
   3170     it under the terms of the GNU General Public License as published by
   3171     the Free Software Foundation; either version 2 of the License, or
   3172     (at your option) any later version.
   3173 
   3174     This program is distributed in the hope that it will be useful,
   3175     but WITHOUT ANY WARRANTY; without even the implied warranty of
   3176     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   3177     GNU General Public License for more details.
   3178 
   3179     You should have received a copy of the GNU General Public License
   3180     along with this program; if not, write to the Free Software
   3181     Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
   3182 
   3183 Also add information on how to contact you by electronic and paper mail.
   3184 
   3185 If the program is interactive, make it output a short notice like this
   3186 when it starts in an interactive mode:
   3187 
   3188     Gnomovision version 69, Copyright (C) 19yy name of author
   3189     Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
   3190     This is free software, and you are welcome to redistribute it
   3191     under certain conditions; type `show c' for details.
   3192 
   3193 The hypothetical commands `show w' and `show c' should show the appropriate
   3194 parts of the General Public License.  Of course, the commands you use may
   3195 be called something other than `show w' and `show c'; they could even be
   3196 mouse-clicks or menu items--whatever suits your program.
   3197 
   3198 You should also get your employer (if you work as a programmer) or your
   3199 school, if any, to sign a "copyright disclaimer" for the program, if
   3200 necessary.  Here is a sample; alter the names:
   3201 
   3202   Yoyodyne, Inc., hereby disclaims all copyright interest in the program
   3203   `Gnomovision' (which makes passes at compilers) written by James Hacker.
   3204 
   3205   &lt;signature of Ty Coon&gt;, 1 April 1989
   3206   Ty Coon, President of Vice
   3207 
   3208 This General Public License does not permit incorporating your program into
   3209 proprietary programs.  If your program is a subroutine library, you may
   3210 consider it more useful to permit linking proprietary applications with the
   3211 library.  If this is what you want to do, use the GNU Library General
   3212 Public License instead of this License.
   3213 
   3214 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   3215 
   3216 Scanned Source License e2fsprogs-1.42/lib/ext2fs/tdb/patches/copyright:
   3217 
   3218 Index: tdbsa/tdb.c
   3219 ===================================================================
   3220 --- tdbsa.orig/tdb.c
   3221 +++ tdbsa/tdb.c
   3222 @@ -4,11 +4,11 @@ Rev: 23371
   3223  Last Changed Date: 2007-06-06 20:14:06 -0400 (Wed, 06 Jun 2007)
   3224  */
   3225   /* 
   3226 -   Unix SMB/CIFS implementation.
   3227 +   trivial database library - standalone version
   3228  
   3229 -   trivial database library - private includes
   3230 -
   3231 -   Copyright (C) Andrew Tridgell              2005
   3232 +   Copyright (C) Andrew Tridgell              1999-2005
   3233 +   Copyright (C) Jeremy Allison               2000-2006
   3234 +   Copyright (C) Paul `Rusty' Russell         2000
   3235     
   3236       ** NOTE! The following LGPL license applies to the tdb
   3237       ** library. This does NOT imply that all of Samba is released
   3238 
   3239 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   3240 
   3241 Scanned Source License e2fsprogs-1.42/lib/uuid/COPYING:
   3242 
   3243 Redistribution and use in source and binary forms, with or without
   3244 modification, are permitted provided that the following conditions
   3245 are met:
   3246 1. Redistributions of source code must retain the above copyright
   3247    notice, and the entire permission notice in its entirety,
   3248    including the disclaimer of warranties.
   3249 2. Redistributions in binary form must reproduce the above copyright
   3250    notice, this list of conditions and the following disclaimer in the
   3251    documentation and/or other materials provided with the distribution.
   3252 3. The name of the author may not be used to endorse or promote
   3253    products derived from this software without specific prior
   3254    written permission.
   3255 
   3256 THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED
   3257 WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
   3258 OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE, ALL OF
   3259 WHICH ARE HEREBY DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR BE
   3260 LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
   3261 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT
   3262 OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
   3263 BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
   3264 LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
   3265 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
   3266 USE OF THIS SOFTWARE, EVEN IF NOT ADVISED OF THE POSSIBILITY OF SUCH
   3267 DAMAGE.
   3268 
   3269 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   3270 </pre>
   3271 <ul>
   3272 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
   3273 </ul>
   3274 </div>
   3275 </div>
   3276 
   3277 
   3278 <div class="product">
   3279 <span class="title">e2fsprogs-libs-1.42</span>
   3280 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   3281 <span class="homepage"><a href="http://e2fsprogs.sourceforge.net/">homepage</a></span>
   3282 <div class="licence">
   3283 <pre></pre>
   3284 <ul>
   3285 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
   3286 </ul>
   3287 </div>
   3288 </div>
   3289 
   3290 
   3291 <div class="product">
   3292 <span class="title">ecryptfs-utils-101</span>
   3293 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   3294 <span class="homepage"><a href="https://launchpad.net/ecryptfs">homepage</a></span>
   3295 <div class="licence">
   3296 <pre></pre>
   3297 <ul>
   3298 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
   3299 </ul>
   3300 </div>
   3301 </div>
   3302 
   3303 
   3304 <div class="product">
   3305 <span class="title">eject-2.1.5</span>
   3306 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   3307 <span class="homepage"><a href="http://eject.sourceforge.net/">homepage</a></span>
   3308 <div class="licence">
   3309 <pre></pre>
   3310 <ul>
   3311 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
   3312 </ul>
   3313 </div>
   3314 </div>
   3315 
   3316 
   3317 <div class="product">
   3318 <span class="title">elfutils-0.154</span>
   3319 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   3320 <span class="homepage"><a href="https://fedorahosted.org/elfutils/">homepage</a></span>
   3321 <div class="licence">
   3322 <pre>Gentoo Package Stock License GPL-2-with-exceptions:
   3323 
   3324 NOTE: This is the GPL with specific exceptions added by packages to extend your rights under the GPL. The specific exception(s) for the package can be found in the source tarball.
   3325 
   3326 Exceptions follow,
   3327 
   3328 // As a special exception, if other files instantiate templates or use macros
   3329 // or inline functions from this file, or you compile this file and link it
   3330 // with other works to produce a work based on this file, this file does not
   3331 // by itself cause the resulting work to be covered by the GNU General Public
   3332 // License. This exception does not invalidate any other reasons why a work
   3333 // based on this file might be covered by the GNU General Public License.
   3334 
   3335 End of exceptions. The rest of this file is the GPL.
   3336 
   3337 		    GNU GENERAL PUBLIC LICENSE
   3338 		       Version 2, June 1991
   3339 
   3340  Copyright (C) 1989, 1991 Free Software Foundation, Inc.
   3341                        51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
   3342  Everyone is permitted to copy and distribute verbatim copies
   3343  of this license document, but changing it is not allowed.
   3344 
   3345 			    Preamble
   3346 
   3347   The licenses for most software are designed to take away your
   3348 freedom to share and change it.  By contrast, the GNU General Public
   3349 License is intended to guarantee your freedom to share and change free
   3350 software--to make sure the software is free for all its users.  This
   3351 General Public License applies to most of the Free Software
   3352 Foundation's software and to any other program whose authors commit to
   3353 using it.  (Some other Free Software Foundation software is covered by
   3354 the GNU Library General Public License instead.)  You can apply it to
   3355 your programs, too.
   3356 
   3357   When we speak of free software, we are referring to freedom, not
   3358 price.  Our General Public Licenses are designed to make sure that you
   3359 have the freedom to distribute copies of free software (and charge for
   3360 this service if you wish), that you receive source code or can get it
   3361 if you want it, that you can change the software or use pieces of it
   3362 in new free programs; and that you know you can do these things.
   3363 
   3364   To protect your rights, we need to make restrictions that forbid
   3365 anyone to deny you these rights or to ask you to surrender the rights.
   3366 These restrictions translate to certain responsibilities for you if you
   3367 distribute copies of the software, or if you modify it.
   3368 
   3369   For example, if you distribute copies of such a program, whether
   3370 gratis or for a fee, you must give the recipients all the rights that
   3371 you have.  You must make sure that they, too, receive or can get the
   3372 source code.  And you must show them these terms so they know their
   3373 rights.
   3374 
   3375   We protect your rights with two steps: (1) copyright the software, and
   3376 (2) offer you this license which gives you legal permission to copy,
   3377 distribute and/or modify the software.
   3378 
   3379   Also, for each author's protection and ours, we want to make certain
   3380 that everyone understands that there is no warranty for this free
   3381 software.  If the software is modified by someone else and passed on, we
   3382 want its recipients to know that what they have is not the original, so
   3383 that any problems introduced by others will not reflect on the original
   3384 authors' reputations.
   3385 
   3386   Finally, any free program is threatened constantly by software
   3387 patents.  We wish to avoid the danger that redistributors of a free
   3388 program will individually obtain patent licenses, in effect making the
   3389 program proprietary.  To prevent this, we have made it clear that any
   3390 patent must be licensed for everyone's free use or not licensed at all.
   3391 
   3392   The precise terms and conditions for copying, distribution and
   3393 modification follow.
   3394 
   3396 		    GNU GENERAL PUBLIC LICENSE
   3397    TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
   3398 
   3399   0. This License applies to any program or other work which contains
   3400 a notice placed by the copyright holder saying it may be distributed
   3401 under the terms of this General Public License.  The "Program", below,
   3402 refers to any such program or work, and a "work based on the Program"
   3403 means either the Program or any derivative work under copyright law:
   3404 that is to say, a work containing the Program or a portion of it,
   3405 either verbatim or with modifications and/or translated into another
   3406 language.  (Hereinafter, translation is included without limitation in
   3407 the term "modification".)  Each licensee is addressed as "you".
   3408 
   3409 Activities other than copying, distribution and modification are not
   3410 covered by this License; they are outside its scope.  The act of
   3411 running the Program is not restricted, and the output from the Program
   3412 is covered only if its contents constitute a work based on the
   3413 Program (independent of having been made by running the Program).
   3414 Whether that is true depends on what the Program does.
   3415 
   3416   1. You may copy and distribute verbatim copies of the Program's
   3417 source code as you receive it, in any medium, provided that you
   3418 conspicuously and appropriately publish on each copy an appropriate
   3419 copyright notice and disclaimer of warranty; keep intact all the
   3420 notices that refer to this License and to the absence of any warranty;
   3421 and give any other recipients of the Program a copy of this License
   3422 along with the Program.
   3423 
   3424 You may charge a fee for the physical act of transferring a copy, and
   3425 you may at your option offer warranty protection in exchange for a fee.
   3426 
   3427   2. You may modify your copy or copies of the Program or any portion
   3428 of it, thus forming a work based on the Program, and copy and
   3429 distribute such modifications or work under the terms of Section 1
   3430 above, provided that you also meet all of these conditions:
   3431 
   3432     a) You must cause the modified files to carry prominent notices
   3433     stating that you changed the files and the date of any change.
   3434 
   3435     b) You must cause any work that you distribute or publish, that in
   3436     whole or in part contains or is derived from the Program or any
   3437     part thereof, to be licensed as a whole at no charge to all third
   3438     parties under the terms of this License.
   3439 
   3440     c) If the modified program normally reads commands interactively
   3441     when run, you must cause it, when started running for such
   3442     interactive use in the most ordinary way, to print or display an
   3443     announcement including an appropriate copyright notice and a
   3444     notice that there is no warranty (or else, saying that you provide
   3445     a warranty) and that users may redistribute the program under
   3446     these conditions, and telling the user how to view a copy of this
   3447     License.  (Exception: if the Program itself is interactive but
   3448     does not normally print such an announcement, your work based on
   3449     the Program is not required to print an announcement.)
   3450 
   3452 These requirements apply to the modified work as a whole.  If
   3453 identifiable sections of that work are not derived from the Program,
   3454 and can be reasonably considered independent and separate works in
   3455 themselves, then this License, and its terms, do not apply to those
   3456 sections when you distribute them as separate works.  But when you
   3457 distribute the same sections as part of a whole which is a work based
   3458 on the Program, the distribution of the whole must be on the terms of
   3459 this License, whose permissions for other licensees extend to the
   3460 entire whole, and thus to each and every part regardless of who wrote it.
   3461 
   3462 Thus, it is not the intent of this section to claim rights or contest
   3463 your rights to work written entirely by you; rather, the intent is to
   3464 exercise the right to control the distribution of derivative or
   3465 collective works based on the Program.
   3466 
   3467 In addition, mere aggregation of another work not based on the Program
   3468 with the Program (or with a work based on the Program) on a volume of
   3469 a storage or distribution medium does not bring the other work under
   3470 the scope of this License.
   3471 
   3472   3. You may copy and distribute the Program (or a work based on it,
   3473 under Section 2) in object code or executable form under the terms of
   3474 Sections 1 and 2 above provided that you also do one of the following:
   3475 
   3476     a) Accompany it with the complete corresponding machine-readable
   3477     source code, which must be distributed under the terms of Sections
   3478     1 and 2 above on a medium customarily used for software interchange; or,
   3479 
   3480     b) Accompany it with a written offer, valid for at least three
   3481     years, to give any third party, for a charge no more than your
   3482     cost of physically performing source distribution, a complete
   3483     machine-readable copy of the corresponding source code, to be
   3484     distributed under the terms of Sections 1 and 2 above on a medium
   3485     customarily used for software interchange; or,
   3486 
   3487     c) Accompany it with the information you received as to the offer
   3488     to distribute corresponding source code.  (This alternative is
   3489     allowed only for noncommercial distribution and only if you
   3490     received the program in object code or executable form with such
   3491     an offer, in accord with Subsection b above.)
   3492 
   3493 The source code for a work means the preferred form of the work for
   3494 making modifications to it.  For an executable work, complete source
   3495 code means all the source code for all modules it contains, plus any
   3496 associated interface definition files, plus the scripts used to
   3497 control compilation and installation of the executable.  However, as a
   3498 special exception, the source code distributed need not include
   3499 anything that is normally distributed (in either source or binary
   3500 form) with the major components (compiler, kernel, and so on) of the
   3501 operating system on which the executable runs, unless that component
   3502 itself accompanies the executable.
   3503 
   3504 If distribution of executable or object code is made by offering
   3505 access to copy from a designated place, then offering equivalent
   3506 access to copy the source code from the same place counts as
   3507 distribution of the source code, even though third parties are not
   3508 compelled to copy the source along with the object code.
   3509 
   3511   4. You may not copy, modify, sublicense, or distribute the Program
   3512 except as expressly provided under this License.  Any attempt
   3513 otherwise to copy, modify, sublicense or distribute the Program is
   3514 void, and will automatically terminate your rights under this License.
   3515 However, parties who have received copies, or rights, from you under
   3516 this License will not have their licenses terminated so long as such
   3517 parties remain in full compliance.
   3518 
   3519   5. You are not required to accept this License, since you have not
   3520 signed it.  However, nothing else grants you permission to modify or
   3521 distribute the Program or its derivative works.  These actions are
   3522 prohibited by law if you do not accept this License.  Therefore, by
   3523 modifying or distributing the Program (or any work based on the
   3524 Program), you indicate your acceptance of this License to do so, and
   3525 all its terms and conditions for copying, distributing or modifying
   3526 the Program or works based on it.
   3527 
   3528   6. Each time you redistribute the Program (or any work based on the
   3529 Program), the recipient automatically receives a license from the
   3530 original licensor to copy, distribute or modify the Program subject to
   3531 these terms and conditions.  You may not impose any further
   3532 restrictions on the recipients' exercise of the rights granted herein.
   3533 You are not responsible for enforcing compliance by third parties to
   3534 this License.
   3535 
   3536   7. If, as a consequence of a court judgment or allegation of patent
   3537 infringement or for any other reason (not limited to patent issues),
   3538 conditions are imposed on you (whether by court order, agreement or
   3539 otherwise) that contradict the conditions of this License, they do not
   3540 excuse you from the conditions of this License.  If you cannot
   3541 distribute so as to satisfy simultaneously your obligations under this
   3542 License and any other pertinent obligations, then as a consequence you
   3543 may not distribute the Program at all.  For example, if a patent
   3544 license would not permit royalty-free redistribution of the Program by
   3545 all those who receive copies directly or indirectly through you, then
   3546 the only way you could satisfy both it and this License would be to
   3547 refrain entirely from distribution of the Program.
   3548 
   3549 If any portion of this section is held invalid or unenforceable under
   3550 any particular circumstance, the balance of the section is intended to
   3551 apply and the section as a whole is intended to apply in other
   3552 circumstances.
   3553 
   3554 It is not the purpose of this section to induce you to infringe any
   3555 patents or other property right claims or to contest validity of any
   3556 such claims; this section has the sole purpose of protecting the
   3557 integrity of the free software distribution system, which is
   3558 implemented by public license practices.  Many people have made
   3559 generous contributions to the wide range of software distributed
   3560 through that system in reliance on consistent application of that
   3561 system; it is up to the author/donor to decide if he or she is willing
   3562 to distribute software through any other system and a licensee cannot
   3563 impose that choice.
   3564 
   3565 This section is intended to make thoroughly clear what is believed to
   3566 be a consequence of the rest of this License.
   3567 
   3569   8. If the distribution and/or use of the Program is restricted in
   3570 certain countries either by patents or by copyrighted interfaces, the
   3571 original copyright holder who places the Program under this License
   3572 may add an explicit geographical distribution limitation excluding
   3573 those countries, so that distribution is permitted only in or among
   3574 countries not thus excluded.  In such case, this License incorporates
   3575 the limitation as if written in the body of this License.
   3576 
   3577   9. The Free Software Foundation may publish revised and/or new versions
   3578 of the General Public License from time to time.  Such new versions will
   3579 be similar in spirit to the present version, but may differ in detail to
   3580 address new problems or concerns.
   3581 
   3582 Each version is given a distinguishing version number.  If the Program
   3583 specifies a version number of this License which applies to it and "any
   3584 later version", you have the option of following the terms and conditions
   3585 either of that version or of any later version published by the Free
   3586 Software Foundation.  If the Program does not specify a version number of
   3587 this License, you may choose any version ever published by the Free Software
   3588 Foundation.
   3589 
   3590   10. If you wish to incorporate parts of the Program into other free
   3591 programs whose distribution conditions are different, write to the author
   3592 to ask for permission.  For software which is copyrighted by the Free
   3593 Software Foundation, write to the Free Software Foundation; we sometimes
   3594 make exceptions for this.  Our decision will be guided by the two goals
   3595 of preserving the free status of all derivatives of our free software and
   3596 of promoting the sharing and reuse of software generally.
   3597 
   3598 			    NO WARRANTY
   3599 
   3600   11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
   3601 FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.  EXCEPT WHEN
   3602 OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
   3603 PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
   3604 OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
   3605 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  THE ENTIRE RISK AS
   3606 TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU.  SHOULD THE
   3607 PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
   3608 REPAIR OR CORRECTION.
   3609 
   3610   12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
   3611 WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
   3612 REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
   3613 INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
   3614 OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
   3615 TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
   3616 YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
   3617 PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
   3618 POSSIBILITY OF SUCH DAMAGES.
   3619 
   3620 		     END OF TERMS AND CONDITIONS
   3621 
   3623 	    How to Apply These Terms to Your New Programs
   3624 
   3625   If you develop a new program, and you want it to be of the greatest
   3626 possible use to the public, the best way to achieve this is to make it
   3627 free software which everyone can redistribute and change under these terms.
   3628 
   3629   To do so, attach the following notices to the program.  It is safest
   3630 to attach them to the start of each source file to most effectively
   3631 convey the exclusion of warranty; and each file should have at least
   3632 the "copyright" line and a pointer to where the full notice is found.
   3633 
   3634     &lt;one line to give the program's name and a brief idea of what it does.&gt;
   3635     Copyright (C) &lt;year&gt;  &lt;name of author&gt;
   3636 
   3637     This program is free software; you can redistribute it and/or modify
   3638     it under the terms of the GNU General Public License as published by
   3639     the Free Software Foundation; either version 2 of the License, or
   3640     (at your option) any later version.
   3641 
   3642     This program is distributed in the hope that it will be useful,
   3643     but WITHOUT ANY WARRANTY; without even the implied warranty of
   3644     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   3645     GNU General Public License for more details.
   3646 
   3647     You should have received a copy of the GNU General Public License
   3648     along with this program; if not, write to the Free Software
   3649     Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
   3650 
   3651 
   3652 Also add information on how to contact you by electronic and paper mail.
   3653 
   3654 If the program is interactive, make it output a short notice like this
   3655 when it starts in an interactive mode:
   3656 
   3657     Gnomovision version 69, Copyright (C) year name of author
   3658     Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
   3659     This is free software, and you are welcome to redistribute it
   3660     under certain conditions; type `show c' for details.
   3661 
   3662 The hypothetical commands `show w' and `show c' should show the appropriate
   3663 parts of the General Public License.  Of course, the commands you use may
   3664 be called something other than `show w' and `show c'; they could even be
   3665 mouse-clicks or menu items--whatever suits your program.
   3666 
   3667 You should also get your employer (if you work as a programmer) or your
   3668 school, if any, to sign a "copyright disclaimer" for the program, if
   3669 necessary.  Here is a sample; alter the names:
   3670 
   3671   Yoyodyne, Inc., hereby disclaims all copyright interest in the program
   3672   `Gnomovision' (which makes passes at compilers) written by James Hacker.
   3673 
   3674   &lt;signature of Ty Coon&gt;, 1 April 1989
   3675   Ty Coon, President of Vice
   3676 
   3677 This General Public License does not permit incorporating your program into
   3678 proprietary programs.  If your program is a subroutine library, you may
   3679 consider it more useful to permit linking proprietary applications with the
   3680 library.  If this is what you want to do, use the GNU Library General
   3681 Public License instead of this License.
   3682 
   3683 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   3684 </pre>
   3685 <ul>
   3686 
   3687 </ul>
   3688 </div>
   3689 </div>
   3690 
   3691 
   3692 <div class="product">
   3693 <span class="title">engine_pkcs11-0.1.8</span>
   3694 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   3695 <span class="homepage"><a href="http://www.opensc-project.org/engine_pkcs11">homepage</a></span>
   3696 <div class="licence">
   3697 <pre></pre>
   3698 <ul>
   3699 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li>
   3700 </ul>
   3701 </div>
   3702 </div>
   3703 
   3704 
   3705 <div class="product">
   3706 <span class="title">eselect-opengl-1.2.4</span>
   3707 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   3708 <span class="homepage"><a href="http://www.gentoo.org/">homepage</a></span>
   3709 <div class="licence">
   3710 <pre></pre>
   3711 <ul>
   3712 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
   3713 </ul>
   3714 </div>
   3715 </div>
   3716 
   3717 
   3718 <div class="product">
   3719 <span class="title">eselect-python-20100321</span>
   3720 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   3721 <span class="homepage"><a href="http://www.gentoo.org">homepage</a></span>
   3722 <div class="licence">
   3723 <pre></pre>
   3724 <ul>
   3725 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
   3726 </ul>
   3727 </div>
   3728 </div>
   3729 
   3730 
   3731 <div class="product">
   3732 <span class="title">ethtool-6</span>
   3733 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   3734 <span class="homepage"><a href="http://sourceforge.net/projects/gkernel/">homepage</a></span>
   3735 <div class="licence">
   3736 <pre></pre>
   3737 <ul>
   3738 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
   3739 </ul>
   3740 </div>
   3741 </div>
   3742 
   3743 
   3744 <div class="product">
   3745 <span class="title">exfat-utils-1.0.1</span>
   3746 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   3747 <span class="homepage"><a href="http://code.google.com/p/exfat/">homepage</a></span>
   3748 <div class="licence">
   3749 <pre></pre>
   3750 <ul>
   3751 <li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li>
   3752 </ul>
   3753 </div>
   3754 </div>
   3755 
   3756 
   3757 <div class="product">
   3758 <span class="title">expat-2.1.0</span>
   3759 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   3760 <span class="homepage"><a href="http://expat.sourceforge.net/">homepage</a></span>
   3761 <div class="licence">
   3762 <pre>Scanned Source License expat-2.1.0/COPYING:
   3763 
   3764 Copyright (c) 1998, 1999, 2000 Thai Open Source Software Center Ltd
   3765                                and Clark Cooper
   3766 Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006 Expat maintainers.
   3767 
   3768 Permission is hereby granted, free of charge, to any person obtaining
   3769 a copy of this software and associated documentation files (the
   3770 "Software"), to deal in the Software without restriction, including
   3771 without limitation the rights to use, copy, modify, merge, publish,
   3772 distribute, sublicense, and/or sell copies of the Software, and to
   3773 permit persons to whom the Software is furnished to do so, subject to
   3774 the following conditions:
   3775 
   3776 The above copyright notice and this permission notice shall be included
   3777 in all copies or substantial portions of the Software.
   3778 
   3779 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
   3780 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
   3781 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
   3782 IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
   3783 CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
   3784 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
   3785 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
   3786 
   3787 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   3788 </pre>
   3789 <ul>
   3790 
   3791 </ul>
   3792 </div>
   3793 </div>
   3794 
   3795 
   3796 <div class="product">
   3797 <span class="title">findutils-4.4.2</span>
   3798 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   3799 <span class="homepage"><a href="http://www.gnu.org/software/findutils/">homepage</a></span>
   3800 <div class="licence">
   3801 <pre></pre>
   3802 <ul>
   3803 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
   3804 </ul>
   3805 </div>
   3806 </div>
   3807 
   3808 
   3809 <div class="product">
   3810 <span class="title">flashmap-0.3</span>
   3811 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   3812 <span class="homepage"><a href="http://flashmap.googlecode.com">homepage</a></span>
   3813 <div class="licence">
   3814 <pre>Scanned Source License flashmap-0.3/COPYING:
   3815 
   3816 2010, Google Inc.
   3817 All rights reserved.
   3818 
   3819 Redistribution and use in source and binary forms, with or without
   3820 modification, are permitted provided that the following conditions are
   3821 met:
   3822 
   3823 * Redistributions of source code must retain the above copyright
   3824 notice, this list of conditions and the following disclaimer.
   3825 * Redistributions in binary form must reproduce the above
   3826 copyright notice, this list of conditions and the following disclaimer
   3827 in the documentation and/or other materials provided with the
   3828 distribution.
   3829 * Neither the name of Google Inc. nor the names of its
   3830 contributors may be used to endorse or promote products derived from
   3831 this software without specific prior written permission.
   3832 
   3833 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
   3834 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
   3835 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
   3836 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
   3837 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
   3838 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
   3839 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
   3840 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
   3841 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
   3842 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
   3843 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
   3844 
   3845 Alternatively, this software may be distributed under the terms of the
   3846 GNU General Public License ("GPL") version 2 as published by the Free
   3847 Software Foundation.
   3848 
   3849 
   3850 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   3851 </pre>
   3852 <ul>
   3853 
   3854 </ul>
   3855 </div>
   3856 </div>
   3857 
   3858 
   3859 <div class="product">
   3860 <span class="title">flashrom-0.9.4</span>
   3861 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   3862 <span class="homepage"><a href="http://flashrom.org/">homepage</a></span>
   3863 <div class="licence">
   3864 <pre></pre>
   3865 <ul>
   3866 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
   3867 </ul>
   3868 </div>
   3869 </div>
   3870 
   3871 
   3872 <div class="product">
   3873 <span class="title">flex-2.5.35_p10</span>
   3874 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   3875 <span class="homepage"><a href="http://flex.sourceforge.net/">homepage</a></span>
   3876 <div class="licence">
   3877 <pre>Gentoo Package Stock License FLEX:
   3878 
   3879 Flex carries the copyright used for BSD software, slightly modified
   3880 because it originated at the Lawrence Berkeley (not Livermore!) Laboratory,
   3881 which operates under a contract with the Department of Energy:
   3882 
   3883 	Copyright (c) 1990 The Regents of the University of California.
   3884 	All rights reserved.
   3885 
   3886 	This code is derived from software contributed to Berkeley by
   3887 	Vern Paxson.
   3888 
   3889 	The United States Government has rights in this work pursuant
   3890 	to contract no. DE-AC03-76SF00098 between the United States
   3891 	Department of Energy and the University of California.
   3892 
   3893 	Redistribution and use in source and binary forms with or without
   3894 	modification are permitted provided that: (1) source distributions
   3895 	retain this entire copyright notice and comment, and (2)
   3896 	distributions including binaries display the following
   3897 	acknowledgement: ``This product includes software developed by the
   3898 	University of California, Berkeley and its contributors'' in the
   3899 	documentation or other materials provided with the distribution and
   3900 	in all advertising materials mentioning features or use of this
   3901 	software.  Neither the name of the University nor the names of its
   3902 	contributors may be used to endorse or promote products derived
   3903 	from this software without specific prior written permission.
   3904 
   3905 	THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
   3906 	IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
   3907 	WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
   3908 	PURPOSE.
   3909 
   3910 This basically says "do whatever you please with this software except
   3911 remove this notice or take advantage of the University's (or the flex
   3912 authors') name".
   3913 
   3914 Note that the "flex.skl" scanner skeleton carries no copyright notice.
   3915 You are free to do whatever you please with scanners generated using flex;
   3916 for them, you are not even bound by the above copyright.
   3917 
   3918 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   3919 </pre>
   3920 <ul>
   3921 
   3922 </ul>
   3923 </div>
   3924 </div>
   3925 
   3926 
   3927 <div class="product">
   3928 <span class="title">font-util-1.2.0</span>
   3929 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   3930 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span>
   3931 <div class="licence">
   3932 <pre>Scanned Source License font-util-1.2.0/COPYING:
   3933 
   3934 Copyright (c) 2009, Oracle and/or its affiliates. All rights reserved.
   3935 
   3936 Permission is hereby granted, free of charge, to any person obtaining a
   3937 copy of this software and associated documentation files (the "Software"),
   3938 to deal in the Software without restriction, including without limitation
   3939 the rights to use, copy, modify, merge, publish, distribute, sublicense,
   3940 and/or sell copies of the Software, and to permit persons to whom the
   3941 Software is furnished to do so, subject to the following conditions:
   3942 
   3943 The above copyright notice and this permission notice (including the next
   3944 paragraph) shall be included in all copies or substantial portions of the
   3945 Software.
   3946 
   3947 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   3948 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   3949 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
   3950 THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
   3951 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
   3952 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
   3953 DEALINGS IN THE SOFTWARE.
   3954 
   3955   ------------------------------------------------------------------------
   3956 
   3957 Copyright (c) 2003 The NetBSD Foundation, Inc.
   3958 All rights reserved.
   3959 
   3960 This code is derived from software contributed to The NetBSD Foundation
   3961 by Ben Collver &lt;collver1 (a] attbi.com&gt;.
   3962 
   3963 Redistribution and use in source and binary forms, with or without
   3964 modification, are permitted provided that the following conditions
   3965 are met:
   3966 1. Redistributions of source code must retain the above copyright
   3967    notice, this list of conditions and the following disclaimer.
   3968 2. Redistributions in binary form must reproduce the above copyright
   3969    notice, this list of conditions and the following disclaimer in the
   3970    documentation and/or other materials provided with the distribution.
   3971 
   3972 THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
   3973 ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
   3974 TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
   3975 PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
   3976 BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
   3977 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
   3978 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
   3979 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
   3980 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
   3981 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
   3982 POSSIBILITY OF SUCH DAMAGE.
   3983 
   3984   ------------------------------------------------------------------------
   3985 
   3986 Copyright (c) 2006 Martin Husemann.
   3987 Copyright (c) 2007 Joerg Sonnenberger.
   3988 All rights reserved.
   3989 
   3990 Redistribution and use in source and binary forms, with or without
   3991 modification, are permitted provided that the following conditions
   3992 are met:
   3993 1. Redistributions of source code must retain the above copyright
   3994    notice, this list of conditions and the following disclaimer.
   3995 2. The name of the author may not be used to endorse or promote
   3996    products derived from this software without specific prior
   3997    written permission.
   3998 
   3999 THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
   4000 ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
   4001 TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
   4002 PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
   4003 BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
   4004 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
   4005 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
   4006 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
   4007 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
   4008 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
   4009 POSSIBILITY OF SUCH DAMAGE.
   4010 
   4011   ------------------------------------------------------------------------
   4012 
   4013 Copyright 2005 Red Hat, Inc
   4014 
   4015 Permission to use, copy, modify, distribute, and sell this software and its
   4016 documentation for any purpose is hereby granted without fee, provided that
   4017 the above copyright notice appear in all copies and that both that
   4018 copyright notice and this permission notice appear in supporting
   4019 documentation.
   4020 
   4021 The above copyright notice and this permission notice shall be included
   4022 in all copies or substantial portions of the Software.
   4023 
   4024 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
   4025 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
   4026 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
   4027 IN NO EVENT SHALL THE OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR
   4028 OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
   4029 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
   4030 OTHER DEALINGS IN THE SOFTWARE.
   4031 
   4032 Except as contained in this notice, the name of the copyright holders shall
   4033 not be used in advertising or otherwise to promote the sale, use or
   4034 other dealings in this Software without prior written authorization
   4035 from the copyright holders.
   4036 
   4037   ------------------------------------------------------------------------
   4038 
   4039 Copyright (c) 1991-2003 Unicode, Inc.  All Rights reserved.
   4040 
   4041 This file is provided as-is by Unicode, Inc. (The Unicode Consortium).
   4042 No claims are made as to fitness for any particular purpose.  No
   4043 warranties of any kind are expressed or implied.  The recipient
   4044 agrees to determine applicability of information provided.  If this
   4045 file has been provided on optical media by Unicode, Inc., the sole
   4046 remedy for any claim will be exchange of defective media within 90
   4047 days of receipt.
   4048 
   4049 Unicode, Inc. hereby grants the right to freely use the information
   4050 supplied in this file in the creation of products supporting the
   4051 Unicode Standard, and to make copies of this file in any form for
   4052 internal or external distribution as long as this notice remains
   4053 attached.
   4054 
   4055 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   4056 </pre>
   4057 <ul>
   4058 
   4059 </ul>
   4060 </div>
   4061 </div>
   4062 
   4063 
   4064 <div class="product">
   4065 <span class="title">fontconfig-2.7.1</span>
   4066 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   4067 <span class="homepage"><a href="http://fontconfig.org/">homepage</a></span>
   4068 <div class="licence">
   4069 <pre>Scanned Source License fontconfig-2.7.1/COPYING:
   4070 
   4071 fontconfig/COPYING
   4072 
   4073 Copyright  2001,2003 Keith Packard
   4074 
   4075 Permission to use, copy, modify, distribute, and sell this software and its
   4076 documentation for any purpose is hereby granted without fee, provided that
   4077 the above copyright notice appear in all copies and that both that
   4078 copyright notice and this permission notice appear in supporting
   4079 documentation, and that the name of Keith Packard not be used in
   4080 advertising or publicity pertaining to distribution of the software without
   4081 specific, written prior permission.  Keith Packard makes no
   4082 representations about the suitability of this software for any purpose.  It
   4083 is provided "as is" without express or implied warranty.
   4084 
   4085 THE AUTHOR(S) DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
   4086 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
   4087 EVENT SHALL THE AUTHOR(S) BE LIABLE FOR ANY SPECIAL, INDIRECT OR
   4088 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
   4089 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
   4090 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
   4091 PERFORMANCE OF THIS SOFTWARE.
   4092 
   4093 
   4094 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   4095 </pre>
   4096 <ul>
   4097 
   4098 </ul>
   4099 </div>
   4100 </div>
   4101 
   4102 
   4103 <div class="product">
   4104 <span class="title">freetype-2.4.12</span>
   4105 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   4106 <span class="homepage"><a href="http://www.freetype.org/">homepage</a></span>
   4107 <div class="licence">
   4108 <pre></pre>
   4109 <ul>
   4110 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
   4111 <li><a href='#FTL'>Gentoo Package Stock License FTL</a></li>
   4112 </ul>
   4113 </div>
   4114 </div>
   4115 
   4116 
   4117 <div class="product">
   4118 <span class="title">fuse-2.8.6</span>
   4119 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   4120 <span class="homepage"><a href="http://fuse.sourceforge.net">homepage</a></span>
   4121 <div class="licence">
   4122 <pre></pre>
   4123 <ul>
   4124 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
   4125 </ul>
   4126 </div>
   4127 </div>
   4128 
   4129 
   4130 <div class="product">
   4131 <span class="title">fuse-exfat-1.0.1</span>
   4132 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   4133 <span class="homepage"><a href="http://code.google.com/p/exfat/">homepage</a></span>
   4134 <div class="licence">
   4135 <pre></pre>
   4136 <ul>
   4137 <li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li>
   4138 </ul>
   4139 </div>
   4140 </div>
   4141 
   4142 
   4143 <div class="product">
   4144 <span class="title">gcc-libs-4.7.2</span>
   4145 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   4146 <span class="homepage"><a href="">homepage</a></span>
   4147 <div class="licence">
   4148 <pre>Gentoo Package Stock License FDL-1.2:
   4149 
   4150 		GNU Free Documentation License
   4151 		  Version 1.2, November 2002
   4152 
   4153 
   4154  Copyright (C) 2000,2001,2002  Free Software Foundation, Inc.
   4155      51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
   4156  Everyone is permitted to copy and distribute verbatim copies
   4157  of this license document, but changing it is not allowed.
   4158 
   4159 
   4160 0. PREAMBLE
   4161 
   4162 The purpose of this License is to make a manual, textbook, or other
   4163 functional and useful document "free" in the sense of freedom: to
   4164 assure everyone the effective freedom to copy and redistribute it,
   4165 with or without modifying it, either commercially or noncommercially.
   4166 Secondarily, this License preserves for the author and publisher a way
   4167 to get credit for their work, while not being considered responsible
   4168 for modifications made by others.
   4169 
   4170 This License is a kind of "copyleft", which means that derivative
   4171 works of the document must themselves be free in the same sense.  It
   4172 complements the GNU General Public License, which is a copyleft
   4173 license designed for free software.
   4174 
   4175 We have designed this License in order to use it for manuals for free
   4176 software, because free software needs free documentation: a free
   4177 program should come with manuals providing the same freedoms that the
   4178 software does.  But this License is not limited to software manuals;
   4179 it can be used for any textual work, regardless of subject matter or
   4180 whether it is published as a printed book.  We recommend this License
   4181 principally for works whose purpose is instruction or reference.
   4182 
   4183 
   4184 1. APPLICABILITY AND DEFINITIONS
   4185 
   4186 This License applies to any manual or other work, in any medium, that
   4187 contains a notice placed by the copyright holder saying it can be
   4188 distributed under the terms of this License.  Such a notice grants a
   4189 world-wide, royalty-free license, unlimited in duration, to use that
   4190 work under the conditions stated herein.  The "Document", below,
   4191 refers to any such manual or work.  Any member of the public is a
   4192 licensee, and is addressed as "you".  You accept the license if you
   4193 copy, modify or distribute the work in a way requiring permission
   4194 under copyright law.
   4195 
   4196 A "Modified Version" of the Document means any work containing the
   4197 Document or a portion of it, either copied verbatim, or with
   4198 modifications and/or translated into another language.
   4199 
   4200 A "Secondary Section" is a named appendix or a front-matter section of
   4201 the Document that deals exclusively with the relationship of the
   4202 publishers or authors of the Document to the Document's overall subject
   4203 (or to related matters) and contains nothing that could fall directly
   4204 within that overall subject.  (Thus, if the Document is in part a
   4205 textbook of mathematics, a Secondary Section may not explain any
   4206 mathematics.)  The relationship could be a matter of historical
   4207 connection with the subject or with related matters, or of legal,
   4208 commercial, philosophical, ethical or political position regarding
   4209 them.
   4210 
   4211 The "Invariant Sections" are certain Secondary Sections whose titles
   4212 are designated, as being those of Invariant Sections, in the notice
   4213 that says that the Document is released under this License.  If a
   4214 section does not fit the above definition of Secondary then it is not
   4215 allowed to be designated as Invariant.  The Document may contain zero
   4216 Invariant Sections.  If the Document does not identify any Invariant
   4217 Sections then there are none.
   4218 
   4219 The "Cover Texts" are certain short passages of text that are listed,
   4220 as Front-Cover Texts or Back-Cover Texts, in the notice that says that
   4221 the Document is released under this License.  A Front-Cover Text may
   4222 be at most 5 words, and a Back-Cover Text may be at most 25 words.
   4223 
   4224 A "Transparent" copy of the Document means a machine-readable copy,
   4225 represented in a format whose specification is available to the
   4226 general public, that is suitable for revising the document
   4227 straightforwardly with generic text editors or (for images composed of
   4228 pixels) generic paint programs or (for drawings) some widely available
   4229 drawing editor, and that is suitable for input to text formatters or
   4230 for automatic translation to a variety of formats suitable for input
   4231 to text formatters.  A copy made in an otherwise Transparent file
   4232 format whose markup, or absence of markup, has been arranged to thwart
   4233 or discourage subsequent modification by readers is not Transparent.
   4234 An image format is not Transparent if used for any substantial amount
   4235 of text.  A copy that is not "Transparent" is called "Opaque".
   4236 
   4237 Examples of suitable formats for Transparent copies include plain
   4238 ASCII without markup, Texinfo input format, LaTeX input format, SGML
   4239 or XML using a publicly available DTD, and standard-conforming simple
   4240 HTML, PostScript or PDF designed for human modification.  Examples of
   4241 transparent image formats include PNG, XCF and JPG.  Opaque formats
   4242 include proprietary formats that can be read and edited only by
   4243 proprietary word processors, SGML or XML for which the DTD and/or
   4244 processing tools are not generally available, and the
   4245 machine-generated HTML, PostScript or PDF produced by some word
   4246 processors for output purposes only.
   4247 
   4248 The "Title Page" means, for a printed book, the title page itself,
   4249 plus such following pages as are needed to hold, legibly, the material
   4250 this License requires to appear in the title page.  For works in
   4251 formats which do not have any title page as such, "Title Page" means
   4252 the text near the most prominent appearance of the work's title,
   4253 preceding the beginning of the body of the text.
   4254 
   4255 A section "Entitled XYZ" means a named subunit of the Document whose
   4256 title either is precisely XYZ or contains XYZ in parentheses following
   4257 text that translates XYZ in another language.  (Here XYZ stands for a
   4258 specific section name mentioned below, such as "Acknowledgements",
   4259 "Dedications", "Endorsements", or "History".)  To "Preserve the Title"
   4260 of such a section when you modify the Document means that it remains a
   4261 section "Entitled XYZ" according to this definition.
   4262 
   4263 The Document may include Warranty Disclaimers next to the notice which
   4264 states that this License applies to the Document.  These Warranty
   4265 Disclaimers are considered to be included by reference in this
   4266 License, but only as regards disclaiming warranties: any other
   4267 implication that these Warranty Disclaimers may have is void and has
   4268 no effect on the meaning of this License.
   4269 
   4270 
   4271 2. VERBATIM COPYING
   4272 
   4273 You may copy and distribute the Document in any medium, either
   4274 commercially or noncommercially, provided that this License, the
   4275 copyright notices, and the license notice saying this License applies
   4276 to the Document are reproduced in all copies, and that you add no other
   4277 conditions whatsoever to those of this License.  You may not use
   4278 technical measures to obstruct or control the reading or further
   4279 copying of the copies you make or distribute.  However, you may accept
   4280 compensation in exchange for copies.  If you distribute a large enough
   4281 number of copies you must also follow the conditions in section 3.
   4282 
   4283 You may also lend copies, under the same conditions stated above, and
   4284 you may publicly display copies.
   4285 
   4286 
   4287 3. COPYING IN QUANTITY
   4288 
   4289 If you publish printed copies (or copies in media that commonly have
   4290 printed covers) of the Document, numbering more than 100, and the
   4291 Document's license notice requires Cover Texts, you must enclose the
   4292 copies in covers that carry, clearly and legibly, all these Cover
   4293 Texts: Front-Cover Texts on the front cover, and Back-Cover Texts on
   4294 the back cover.  Both covers must also clearly and legibly identify
   4295 you as the publisher of these copies.  The front cover must present
   4296 the full title with all words of the title equally prominent and
   4297 visible.  You may add other material on the covers in addition.
   4298 Copying with changes limited to the covers, as long as they preserve
   4299 the title of the Document and satisfy these conditions, can be treated
   4300 as verbatim copying in other respects.
   4301 
   4302 If the required texts for either cover are too voluminous to fit
   4303 legibly, you should put the first ones listed (as many as fit
   4304 reasonably) on the actual cover, and continue the rest onto adjacent
   4305 pages.
   4306 
   4307 If you publish or distribute Opaque copies of the Document numbering
   4308 more than 100, you must either include a machine-readable Transparent
   4309 copy along with each Opaque copy, or state in or with each Opaque copy
   4310 a computer-network location from which the general network-using
   4311 public has access to download using public-standard network protocols
   4312 a complete Transparent copy of the Document, free of added material.
   4313 If you use the latter option, you must take reasonably prudent steps,
   4314 when you begin distribution of Opaque copies in quantity, to ensure
   4315 that this Transparent copy will remain thus accessible at the stated
   4316 location until at least one year after the last time you distribute an
   4317 Opaque copy (directly or through your agents or retailers) of that
   4318 edition to the public.
   4319 
   4320 It is requested, but not required, that you contact the authors of the
   4321 Document well before redistributing any large number of copies, to give
   4322 them a chance to provide you with an updated version of the Document.
   4323 
   4324 
   4325 4. MODIFICATIONS
   4326 
   4327 You may copy and distribute a Modified Version of the Document under
   4328 the conditions of sections 2 and 3 above, provided that you release
   4329 the Modified Version under precisely this License, with the Modified
   4330 Version filling the role of the Document, thus licensing distribution
   4331 and modification of the Modified Version to whoever possesses a copy
   4332 of it.  In addition, you must do these things in the Modified Version:
   4333 
   4334 A. Use in the Title Page (and on the covers, if any) a title distinct
   4335    from that of the Document, and from those of previous versions
   4336    (which should, if there were any, be listed in the History section
   4337    of the Document).  You may use the same title as a previous version
   4338    if the original publisher of that version gives permission.
   4339 B. List on the Title Page, as authors, one or more persons or entities
   4340    responsible for authorship of the modifications in the Modified
   4341    Version, together with at least five of the principal authors of the
   4342    Document (all of its principal authors, if it has fewer than five),
   4343    unless they release you from this requirement.
   4344 C. State on the Title page the name of the publisher of the
   4345    Modified Version, as the publisher.
   4346 D. Preserve all the copyright notices of the Document.
   4347 E. Add an appropriate copyright notice for your modifications
   4348    adjacent to the other copyright notices.
   4349 F. Include, immediately after the copyright notices, a license notice
   4350    giving the public permission to use the Modified Version under the
   4351    terms of this License, in the form shown in the Addendum below.
   4352 G. Preserve in that license notice the full lists of Invariant Sections
   4353    and required Cover Texts given in the Document's license notice.
   4354 H. Include an unaltered copy of this License.
   4355 I. Preserve the section Entitled "History", Preserve its Title, and add
   4356    to it an item stating at least the title, year, new authors, and
   4357    publisher of the Modified Version as given on the Title Page.  If
   4358    there is no section Entitled "History" in the Document, create one
   4359    stating the title, year, authors, and publisher of the Document as
   4360    given on its Title Page, then add an item describing the Modified
   4361    Version as stated in the previous sentence.
   4362 J. Preserve the network location, if any, given in the Document for
   4363    public access to a Transparent copy of the Document, and likewise
   4364    the network locations given in the Document for previous versions
   4365    it was based on.  These may be placed in the "History" section.
   4366    You may omit a network location for a work that was published at
   4367    least four years before the Document itself, or if the original
   4368    publisher of the version it refers to gives permission.
   4369 K. For any section Entitled "Acknowledgements" or "Dedications",
   4370    Preserve the Title of the section, and preserve in the section all
   4371    the substance and tone of each of the contributor acknowledgements
   4372    and/or dedications given therein.
   4373 L. Preserve all the Invariant Sections of the Document,
   4374    unaltered in their text and in their titles.  Section numbers
   4375    or the equivalent are not considered part of the section titles.
   4376 M. Delete any section Entitled "Endorsements".  Such a section
   4377    may not be included in the Modified Version.
   4378 N. Do not retitle any existing section to be Entitled "Endorsements"
   4379    or to conflict in title with any Invariant Section.
   4380 O. Preserve any Warranty Disclaimers.
   4381 
   4382 If the Modified Version includes new front-matter sections or
   4383 appendices that qualify as Secondary Sections and contain no material
   4384 copied from the Document, you may at your option designate some or all
   4385 of these sections as invariant.  To do this, add their titles to the
   4386 list of Invariant Sections in the Modified Version's license notice.
   4387 These titles must be distinct from any other section titles.
   4388 
   4389 You may add a section Entitled "Endorsements", provided it contains
   4390 nothing but endorsements of your Modified Version by various
   4391 parties--for example, statements of peer review or that the text has
   4392 been approved by an organization as the authoritative definition of a
   4393 standard.
   4394 
   4395 You may add a passage of up to five words as a Front-Cover Text, and a
   4396 passage of up to 25 words as a Back-Cover Text, to the end of the list
   4397 of Cover Texts in the Modified Version.  Only one passage of
   4398 Front-Cover Text and one of Back-Cover Text may be added by (or
   4399 through arrangements made by) any one entity.  If the Document already
   4400 includes a cover text for the same cover, previously added by you or
   4401 by arrangement made by the same entity you are acting on behalf of,
   4402 you may not add another; but you may replace the old one, on explicit
   4403 permission from the previous publisher that added the old one.
   4404 
   4405 The author(s) and publisher(s) of the Document do not by this License
   4406 give permission to use their names for publicity for or to assert or
   4407 imply endorsement of any Modified Version.
   4408 
   4409 
   4410 5. COMBINING DOCUMENTS
   4411 
   4412 You may combine the Document with other documents released under this
   4413 License, under the terms defined in section 4 above for modified
   4414 versions, provided that you include in the combination all of the
   4415 Invariant Sections of all of the original documents, unmodified, and
   4416 list them all as Invariant Sections of your combined work in its
   4417 license notice, and that you preserve all their Warranty Disclaimers.
   4418 
   4419 The combined work need only contain one copy of this License, and
   4420 multiple identical Invariant Sections may be replaced with a single
   4421 copy.  If there are multiple Invariant Sections with the same name but
   4422 different contents, make the title of each such section unique by
   4423 adding at the end of it, in parentheses, the name of the original
   4424 author or publisher of that section if known, or else a unique number.
   4425 Make the same adjustment to the section titles in the list of
   4426 Invariant Sections in the license notice of the combined work.
   4427 
   4428 In the combination, you must combine any sections Entitled "History"
   4429 in the various original documents, forming one section Entitled
   4430 "History"; likewise combine any sections Entitled "Acknowledgements",
   4431 and any sections Entitled "Dedications".  You must delete all sections
   4432 Entitled "Endorsements".
   4433 
   4434 
   4435 6. COLLECTIONS OF DOCUMENTS
   4436 
   4437 You may make a collection consisting of the Document and other documents
   4438 released under this License, and replace the individual copies of this
   4439 License in the various documents with a single copy that is included in
   4440 the collection, provided that you follow the rules of this License for
   4441 verbatim copying of each of the documents in all other respects.
   4442 
   4443 You may extract a single document from such a collection, and distribute
   4444 it individually under this License, provided you insert a copy of this
   4445 License into the extracted document, and follow this License in all
   4446 other respects regarding verbatim copying of that document.
   4447 
   4448 
   4449 7. AGGREGATION WITH INDEPENDENT WORKS
   4450 
   4451 A compilation of the Document or its derivatives with other separate
   4452 and independent documents or works, in or on a volume of a storage or
   4453 distribution medium, is called an "aggregate" if the copyright
   4454 resulting from the compilation is not used to limit the legal rights
   4455 of the compilation's users beyond what the individual works permit.
   4456 When the Document is included in an aggregate, this License does not
   4457 apply to the other works in the aggregate which are not themselves
   4458 derivative works of the Document.
   4459 
   4460 If the Cover Text requirement of section 3 is applicable to these
   4461 copies of the Document, then if the Document is less than one half of
   4462 the entire aggregate, the Document's Cover Texts may be placed on
   4463 covers that bracket the Document within the aggregate, or the
   4464 electronic equivalent of covers if the Document is in electronic form.
   4465 Otherwise they must appear on printed covers that bracket the whole
   4466 aggregate.
   4467 
   4468 
   4469 8. TRANSLATION
   4470 
   4471 Translation is considered a kind of modification, so you may
   4472 distribute translations of the Document under the terms of section 4.
   4473 Replacing Invariant Sections with translations requires special
   4474 permission from their copyright holders, but you may include
   4475 translations of some or all Invariant Sections in addition to the
   4476 original versions of these Invariant Sections.  You may include a
   4477 translation of this License, and all the license notices in the
   4478 Document, and any Warranty Disclaimers, provided that you also include
   4479 the original English version of this License and the original versions
   4480 of those notices and disclaimers.  In case of a disagreement between
   4481 the translation and the original version of this License or a notice
   4482 or disclaimer, the original version will prevail.
   4483 
   4484 If a section in the Document is Entitled "Acknowledgements",
   4485 "Dedications", or "History", the requirement (section 4) to Preserve
   4486 its Title (section 1) will typically require changing the actual
   4487 title.
   4488 
   4489 
   4490 9. TERMINATION
   4491 
   4492 You may not copy, modify, sublicense, or distribute the Document except
   4493 as expressly provided for under this License.  Any other attempt to
   4494 copy, modify, sublicense or distribute the Document is void, and will
   4495 automatically terminate your rights under this License.  However,
   4496 parties who have received copies, or rights, from you under this
   4497 License will not have their licenses terminated so long as such
   4498 parties remain in full compliance.
   4499 
   4500 
   4501 10. FUTURE REVISIONS OF THIS LICENSE
   4502 
   4503 The Free Software Foundation may publish new, revised versions
   4504 of the GNU Free Documentation License from time to time.  Such new
   4505 versions will be similar in spirit to the present version, but may
   4506 differ in detail to address new problems or concerns.  See
   4507 http://www.gnu.org/copyleft/.
   4508 
   4509 Each version of the License is given a distinguishing version number.
   4510 If the Document specifies that a particular numbered version of this
   4511 License "or any later version" applies to it, you have the option of
   4512 following the terms and conditions either of that specified version or
   4513 of any later version that has been published (not as a draft) by the
   4514 Free Software Foundation.  If the Document does not specify a version
   4515 number of this License, you may choose any version ever published (not
   4516 as a draft) by the Free Software Foundation.
   4517 
   4518 
   4519 ADDENDUM: How to use this License for your documents
   4520 
   4521 To use this License in a document you have written, include a copy of
   4522 the License in the document and put the following copyright and
   4523 license notices just after the title page:
   4524 
   4525     Copyright (c)  YEAR  YOUR NAME.
   4526     Permission is granted to copy, distribute and/or modify this document
   4527     under the terms of the GNU Free Documentation License, Version 1.2
   4528     or any later version published by the Free Software Foundation;
   4529     with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
   4530     A copy of the license is included in the section entitled "GNU
   4531     Free Documentation License".
   4532 
   4533 If you have Invariant Sections, Front-Cover Texts and Back-Cover Texts,
   4534 replace the "with...Texts." line with this:
   4535 
   4536     with the Invariant Sections being LIST THEIR TITLES, with the
   4537     Front-Cover Texts being LIST, and with the Back-Cover Texts being LIST.
   4538 
   4539 If you have Invariant Sections without Cover Texts, or some other
   4540 combination of the three, merge those two alternatives to suit the
   4541 situation.
   4542 
   4543 If your document contains nontrivial examples of program code, we
   4544 recommend releasing these examples in parallel under your choice of
   4545 free software license, such as the GNU General Public License,
   4546 to permit their use in free software.
   4547 
   4548 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   4549 </pre>
   4550 <ul>
   4551 <li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li>
   4552 <li><a href='#LGPL-3'>Gentoo Package Stock License LGPL-3</a></li>
   4553 </ul>
   4554 </div>
   4555 </div>
   4556 
   4557 
   4558 <div class="product">
   4559 <span class="title">gdbm-1.9.1</span>
   4560 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   4561 <span class="homepage"><a href="http://www.gnu.org/software/gdbm/">homepage</a></span>
   4562 <div class="licence">
   4563 <pre></pre>
   4564 <ul>
   4565 <li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li>
   4566 </ul>
   4567 </div>
   4568 </div>
   4569 
   4570 
   4571 <div class="product">
   4572 <span class="title">gflags-1.2</span>
   4573 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   4574 <span class="homepage"><a href="http://code.google.com/p/google-gflags/">homepage</a></span>
   4575 <div class="licence">
   4576 <pre>Scanned Source License gflags-1.2/COPYING:
   4577 
   4578 Copyright (c) 2006, Google Inc.
   4579 All rights reserved.
   4580 
   4581 Redistribution and use in source and binary forms, with or without
   4582 modification, are permitted provided that the following conditions are
   4583 met:
   4584 
   4585     * Redistributions of source code must retain the above copyright
   4586 notice, this list of conditions and the following disclaimer.
   4587     * Redistributions in binary form must reproduce the above
   4588 copyright notice, this list of conditions and the following disclaimer
   4589 in the documentation and/or other materials provided with the
   4590 distribution.
   4591     * Neither the name of Google Inc. nor the names of its
   4592 contributors may be used to endorse or promote products derived from
   4593 this software without specific prior written permission.
   4594 
   4595 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
   4596 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
   4597 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
   4598 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
   4599 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
   4600 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
   4601 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
   4602 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
   4603 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
   4604 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
   4605 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
   4606 
   4607 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   4608 
   4609 Scanned Source License gflags-1.2/packages/deb/copyright:
   4610 
   4611 This package was debianized by Google Inc. &lt;opensource (a] google.com&gt; on
   4612 13 December 2006.
   4613 
   4614 It was downloaded from http://code.google.com/
   4615 
   4616 Upstream Author: opensource (a] google.com
   4617 
   4618 Copyright (c) 2006, Google Inc.
   4619 All rights reserved.
   4620 
   4621 Redistribution and use in source and binary forms, with or without
   4622 modification, are permitted provided that the following conditions are
   4623 met:
   4624 
   4625     * Redistributions of source code must retain the above copyright
   4626 notice, this list of conditions and the following disclaimer.
   4627     * Redistributions in binary form must reproduce the above
   4628 copyright notice, this list of conditions and the following disclaimer
   4629 in the documentation and/or other materials provided with the
   4630 distribution.
   4631     * Neither the name of Google Inc. nor the names of its
   4632 contributors may be used to endorse or promote products derived from
   4633 this software without specific prior written permission.
   4634 
   4635 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
   4636 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
   4637 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
   4638 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
   4639 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
   4640 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
   4641 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
   4642 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
   4643 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
   4644 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
   4645 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
   4646 
   4647 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   4648 </pre>
   4649 <ul>
   4650 
   4651 </ul>
   4652 </div>
   4653 </div>
   4654 
   4655 
   4656 <div class="product">
   4657 <span class="title">glew-1.5.6</span>
   4658 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   4659 <span class="homepage"><a href="http://glew.sourceforge.net/">homepage</a></span>
   4660 <div class="licence">
   4661 <pre>Scanned Source License glew-1.5.6/LICENSE.txt:
   4662 
   4663 The OpenGL Extension Wrangler Library
   4664 Copyright (C) 2002-2007, Milan Ikits &lt;milan ikits[]ieee org&gt;
   4665 Copyright (C) 2002-2007, Marcelo E. Magallon &lt;mmagallo[]debian org&gt;
   4666 Copyright (C) 2002, Lev Povalahev
   4667 All rights reserved.
   4668 
   4669 Redistribution and use in source and binary forms, with or without 
   4670 modification, are permitted provided that the following conditions are met:
   4671 
   4672 * Redistributions of source code must retain the above copyright notice, 
   4673   this list of conditions and the following disclaimer.
   4674 * Redistributions in binary form must reproduce the above copyright notice, 
   4675   this list of conditions and the following disclaimer in the documentation 
   4676   and/or other materials provided with the distribution.
   4677 * The name of the author may be used to endorse or promote products 
   4678   derived from this software without specific prior written permission.
   4679 
   4680 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" 
   4681 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 
   4682 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
   4683 ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE 
   4684 LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 
   4685 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 
   4686 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
   4687 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
   4688 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
   4689 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
   4690 THE POSSIBILITY OF SUCH DAMAGE.
   4691 
   4692 
   4693 Mesa 3-D graphics library
   4694 Version:  7.0
   4695 
   4696 Copyright (C) 1999-2007  Brian Paul   All Rights Reserved.
   4697 
   4698 Permission is hereby granted, free of charge, to any person obtaining a
   4699 copy of this software and associated documentation files (the "Software"),
   4700 to deal in the Software without restriction, including without limitation
   4701 the rights to use, copy, modify, merge, publish, distribute, sublicense,
   4702 and/or sell copies of the Software, and to permit persons to whom the
   4703 Software is furnished to do so, subject to the following conditions:
   4704 
   4705 The above copyright notice and this permission notice shall be included
   4706 in all copies or substantial portions of the Software.
   4707 
   4708 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
   4709 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   4710 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
   4711 BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
   4712 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
   4713 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
   4714 
   4715 
   4716 Copyright (c) 2007 The Khronos Group Inc.
   4717 
   4718 Permission is hereby granted, free of charge, to any person obtaining a
   4719 copy of this software and/or associated documentation files (the
   4720 "Materials"), to deal in the Materials without restriction, including
   4721 without limitation the rights to use, copy, modify, merge, publish,
   4722 distribute, sublicense, and/or sell copies of the Materials, and to
   4723 permit persons to whom the Materials are furnished to do so, subject to
   4724 the following conditions:
   4725 
   4726 The above copyright notice and this permission notice shall be included
   4727 in all copies or substantial portions of the Materials.
   4728 
   4729 THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
   4730 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
   4731 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
   4732 IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
   4733 CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
   4734 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
   4735 MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.
   4736 
   4737 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   4738 </pre>
   4739 <ul>
   4740 
   4741 </ul>
   4742 </div>
   4743 </div>
   4744 
   4745 
   4746 <div class="product">
   4747 <span class="title">glib-2.34.3</span>
   4748 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   4749 <span class="homepage"><a href="http://www.gtk.org/">homepage</a></span>
   4750 <div class="licence">
   4751 <pre></pre>
   4752 <ul>
   4753 <li><a href='#LGPL-2+'>Gentoo Package Stock License LGPL-2+</a></li>
   4754 <li><a href='#LGPL-2'>Gentoo Package Stock License LGPL-2</a></li>
   4755 </ul>
   4756 </div>
   4757 </div>
   4758 
   4759 
   4760 <div class="product">
   4761 <span class="title">glog-0.3.2</span>
   4762 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   4763 <span class="homepage"><a href="http://code.google.com/p/google-glog/">homepage</a></span>
   4764 <div class="licence">
   4765 <pre>Scanned Source License glog-0.3.2/COPYING:
   4766 
   4767 Copyright (c) 2008, Google Inc.
   4768 All rights reserved.
   4769 
   4770 Redistribution and use in source and binary forms, with or without
   4771 modification, are permitted provided that the following conditions are
   4772 met:
   4773 
   4774     * Redistributions of source code must retain the above copyright
   4775 notice, this list of conditions and the following disclaimer.
   4776     * Redistributions in binary form must reproduce the above
   4777 copyright notice, this list of conditions and the following disclaimer
   4778 in the documentation and/or other materials provided with the
   4779 distribution.
   4780     * Neither the name of Google Inc. nor the names of its
   4781 contributors may be used to endorse or promote products derived from
   4782 this software without specific prior written permission.
   4783 
   4784 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
   4785 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
   4786 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
   4787 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
   4788 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
   4789 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
   4790 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
   4791 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
   4792 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
   4793 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
   4794 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
   4795 
   4796 
   4797 A function gettimeofday in utilities.cc is based on
   4798 
   4799 http://www.google.com/codesearch/p?hl=en#dR3YEbitojA/COPYING&amp;q=GetSystemTimeAsFileTime%20license:bsd
   4800 
   4801 The license of this code is:
   4802 
   4803 Copyright (c) 2003-2008, Jouni Malinen &lt;j (a] w1.fi&gt; and contributors
   4804 All Rights Reserved.
   4805 
   4806 Redistribution and use in source and binary forms, with or without
   4807 modification, are permitted provided that the following conditions are
   4808 met:
   4809 
   4810 1. Redistributions of source code must retain the above copyright
   4811    notice, this list of conditions and the following disclaimer.
   4812 
   4813 2. Redistributions in binary form must reproduce the above copyright
   4814    notice, this list of conditions and the following disclaimer in the
   4815    documentation and/or other materials provided with the distribution.
   4816 
   4817 3. Neither the name(s) of the above-listed copyright holder(s) nor the
   4818    names of its contributors may be used to endorse or promote products
   4819    derived from this software without specific prior written permission.
   4820 
   4821 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
   4822 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
   4823 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
   4824 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
   4825 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
   4826 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
   4827 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
   4828 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
   4829 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
   4830 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
   4831 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
   4832 
   4833 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   4834 
   4835 Scanned Source License glog-0.3.2/packages/deb/copyright:
   4836 
   4837 This package was debianized by Google Inc. &lt;opensource (a] google.com&gt; on
   4838 13 June 2008.
   4839 
   4840 It was downloaded from http://code.google.com/
   4841 
   4842 Upstream Author: opensource (a] google.com
   4843 
   4844 Copyright (c) 2008, Google Inc.
   4845 All rights reserved.
   4846 
   4847 Redistribution and use in source and binary forms, with or without
   4848 modification, are permitted provided that the following conditions are
   4849 met:
   4850 
   4851     * Redistributions of source code must retain the above copyright
   4852 notice, this list of conditions and the following disclaimer.
   4853     * Redistributions in binary form must reproduce the above
   4854 copyright notice, this list of conditions and the following disclaimer
   4855 in the documentation and/or other materials provided with the
   4856 distribution.
   4857     * Neither the name of Google Inc. nor the names of its
   4858 contributors may be used to endorse or promote products derived from
   4859 this software without specific prior written permission.
   4860 
   4861 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
   4862 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
   4863 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
   4864 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
   4865 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
   4866 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
   4867 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
   4868 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
   4869 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
   4870 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
   4871 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
   4872 
   4873 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   4874 </pre>
   4875 <ul>
   4876 
   4877 </ul>
   4878 </div>
   4879 </div>
   4880 
   4881 
   4882 <div class="product">
   4883 <span class="title">glproto-1.4.14</span>
   4884 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   4885 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span>
   4886 <div class="licence">
   4887 <pre></pre>
   4888 <ul>
   4889 <li><a href='#SGI-B-2.0'>Gentoo Package Stock License SGI-B-2.0</a></li>
   4890 </ul>
   4891 </div>
   4892 </div>
   4893 
   4894 
   4895 <div class="product">
   4896 <span class="title">glu-9.0.0</span>
   4897 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   4898 <span class="homepage"><a href="http://cgit.freedesktop.org/mesa/glu/">homepage</a></span>
   4899 <div class="licence">
   4900 <pre></pre>
   4901 <ul>
   4902 <li><a href='#SGI-B-2.0'>Gentoo Package Stock License SGI-B-2.0</a></li>
   4903 </ul>
   4904 </div>
   4905 </div>
   4906 
   4907 
   4908 <div class="product">
   4909 <span class="title">gmock-1.6.0</span>
   4910 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   4911 <span class="homepage"><a href="http://code.google.com/p/googlemock/">homepage</a></span>
   4912 <div class="licence">
   4913 <pre>Scanned Source License gmock-1.6.0/COPYING:
   4914 
   4915 Copyright 2008, Google Inc.
   4916 All rights reserved.
   4917 
   4918 Redistribution and use in source and binary forms, with or without
   4919 modification, are permitted provided that the following conditions are
   4920 met:
   4921 
   4922     * Redistributions of source code must retain the above copyright
   4923 notice, this list of conditions and the following disclaimer.
   4924     * Redistributions in binary form must reproduce the above
   4925 copyright notice, this list of conditions and the following disclaimer
   4926 in the documentation and/or other materials provided with the
   4927 distribution.
   4928     * Neither the name of Google Inc. nor the names of its
   4929 contributors may be used to endorse or promote products derived from
   4930 this software without specific prior written permission.
   4931 
   4932 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
   4933 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
   4934 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
   4935 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
   4936 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
   4937 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
   4938 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
   4939 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
   4940 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
   4941 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
   4942 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
   4943 
   4944 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   4945 
   4946 Scanned Source License gmock-1.6.0/gtest/COPYING:
   4947 
   4948 Copyright 2008, Google Inc.
   4949 All rights reserved.
   4950 
   4951 Redistribution and use in source and binary forms, with or without
   4952 modification, are permitted provided that the following conditions are
   4953 met:
   4954 
   4955     * Redistributions of source code must retain the above copyright
   4956 notice, this list of conditions and the following disclaimer.
   4957     * Redistributions in binary form must reproduce the above
   4958 copyright notice, this list of conditions and the following disclaimer
   4959 in the documentation and/or other materials provided with the
   4960 distribution.
   4961     * Neither the name of Google Inc. nor the names of its
   4962 contributors may be used to endorse or promote products derived from
   4963 this software without specific prior written permission.
   4964 
   4965 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
   4966 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
   4967 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
   4968 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
   4969 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
   4970 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
   4971 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
   4972 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
   4973 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
   4974 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
   4975 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
   4976 
   4977 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   4978 
   4979 Scanned Source License gmock-1.6.0/scripts/generator/COPYING:
   4980 
   4981 
   4982                                  Apache License
   4983                            Version 2.0, January 2004
   4984                         http://www.apache.org/licenses/
   4985 
   4986    TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
   4987 
   4988    1. Definitions.
   4989 
   4990       "License" shall mean the terms and conditions for use, reproduction,
   4991       and distribution as defined by Sections 1 through 9 of this document.
   4992 
   4993       "Licensor" shall mean the copyright owner or entity authorized by
   4994       the copyright owner that is granting the License.
   4995 
   4996       "Legal Entity" shall mean the union of the acting entity and all
   4997       other entities that control, are controlled by, or are under common
   4998       control with that entity. For the purposes of this definition,
   4999       "control" means (i) the power, direct or indirect, to cause the
   5000       direction or management of such entity, whether by contract or
   5001       otherwise, or (ii) ownership of fifty percent (50%) or more of the
   5002       outstanding shares, or (iii) beneficial ownership of such entity.
   5003 
   5004       "You" (or "Your") shall mean an individual or Legal Entity
   5005       exercising permissions granted by this License.
   5006 
   5007       "Source" form shall mean the preferred form for making modifications,
   5008       including but not limited to software source code, documentation
   5009       source, and configuration files.
   5010 
   5011       "Object" form shall mean any form resulting from mechanical
   5012       transformation or translation of a Source form, including but
   5013       not limited to compiled object code, generated documentation,
   5014       and conversions to other media types.
   5015 
   5016       "Work" shall mean the work of authorship, whether in Source or
   5017       Object form, made available under the License, as indicated by a
   5018       copyright notice that is included in or attached to the work
   5019       (an example is provided in the Appendix below).
   5020 
   5021       "Derivative Works" shall mean any work, whether in Source or Object
   5022       form, that is based on (or derived from) the Work and for which the
   5023       editorial revisions, annotations, elaborations, or other modifications
   5024       represent, as a whole, an original work of authorship. For the purposes
   5025       of this License, Derivative Works shall not include works that remain
   5026       separable from, or merely link (or bind by name) to the interfaces of,
   5027       the Work and Derivative Works thereof.
   5028 
   5029       "Contribution" shall mean any work of authorship, including
   5030       the original version of the Work and any modifications or additions
   5031       to that Work or Derivative Works thereof, that is intentionally
   5032       submitted to Licensor for inclusion in the Work by the copyright owner
   5033       or by an individual or Legal Entity authorized to submit on behalf of
   5034       the copyright owner. For the purposes of this definition, "submitted"
   5035       means any form of electronic, verbal, or written communication sent
   5036       to the Licensor or its representatives, including but not limited to
   5037       communication on electronic mailing lists, source code control systems,
   5038       and issue tracking systems that are managed by, or on behalf of, the
   5039       Licensor for the purpose of discussing and improving the Work, but
   5040       excluding communication that is conspicuously marked or otherwise
   5041       designated in writing by the copyright owner as "Not a Contribution."
   5042 
   5043       "Contributor" shall mean Licensor and any individual or Legal Entity
   5044       on behalf of whom a Contribution has been received by Licensor and
   5045       subsequently incorporated within the Work.
   5046 
   5047    2. Grant of Copyright License. Subject to the terms and conditions of
   5048       this License, each Contributor hereby grants to You a perpetual,
   5049       worldwide, non-exclusive, no-charge, royalty-free, irrevocable
   5050       copyright license to reproduce, prepare Derivative Works of,
   5051       publicly display, publicly perform, sublicense, and distribute the
   5052       Work and such Derivative Works in Source or Object form.
   5053 
   5054    3. Grant of Patent License. Subject to the terms and conditions of
   5055       this License, each Contributor hereby grants to You a perpetual,
   5056       worldwide, non-exclusive, no-charge, royalty-free, irrevocable
   5057       (except as stated in this section) patent license to make, have made,
   5058       use, offer to sell, sell, import, and otherwise transfer the Work,
   5059       where such license applies only to those patent claims licensable
   5060       by such Contributor that are necessarily infringed by their
   5061       Contribution(s) alone or by combination of their Contribution(s)
   5062       with the Work to which such Contribution(s) was submitted. If You
   5063       institute patent litigation against any entity (including a
   5064       cross-claim or counterclaim in a lawsuit) alleging that the Work
   5065       or a Contribution incorporated within the Work constitutes direct
   5066       or contributory patent infringement, then any patent licenses
   5067       granted to You under this License for that Work shall terminate
   5068       as of the date such litigation is filed.
   5069 
   5070    4. Redistribution. You may reproduce and distribute copies of the
   5071       Work or Derivative Works thereof in any medium, with or without
   5072       modifications, and in Source or Object form, provided that You
   5073       meet the following conditions:
   5074 
   5075       (a) You must give any other recipients of the Work or
   5076           Derivative Works a copy of this License; and
   5077 
   5078       (b) You must cause any modified files to carry prominent notices
   5079           stating that You changed the files; and
   5080 
   5081       (c) You must retain, in the Source form of any Derivative Works
   5082           that You distribute, all copyright, patent, trademark, and
   5083           attribution notices from the Source form of the Work,
   5084           excluding those notices that do not pertain to any part of
   5085           the Derivative Works; and
   5086 
   5087       (d) If the Work includes a "NOTICE" text file as part of its
   5088           distribution, then any Derivative Works that You distribute must
   5089           include a readable copy of the attribution notices contained
   5090           within such NOTICE file, excluding those notices that do not
   5091           pertain to any part of the Derivative Works, in at least one
   5092           of the following places: within a NOTICE text file distributed
   5093           as part of the Derivative Works; within the Source form or
   5094           documentation, if provided along with the Derivative Works; or,
   5095           within a display generated by the Derivative Works, if and
   5096           wherever such third-party notices normally appear. The contents
   5097           of the NOTICE file are for informational purposes only and
   5098           do not modify the License. You may add Your own attribution
   5099           notices within Derivative Works that You distribute, alongside
   5100           or as an addendum to the NOTICE text from the Work, provided
   5101           that such additional attribution notices cannot be construed
   5102           as modifying the License.
   5103 
   5104       You may add Your own copyright statement to Your modifications and
   5105       may provide additional or different license terms and conditions
   5106       for use, reproduction, or distribution of Your modifications, or
   5107       for any such Derivative Works as a whole, provided Your use,
   5108       reproduction, and distribution of the Work otherwise complies with
   5109       the conditions stated in this License.
   5110 
   5111    5. Submission of Contributions. Unless You explicitly state otherwise,
   5112       any Contribution intentionally submitted for inclusion in the Work
   5113       by You to the Licensor shall be under the terms and conditions of
   5114       this License, without any additional terms or conditions.
   5115       Notwithstanding the above, nothing herein shall supersede or modify
   5116       the terms of any separate license agreement you may have executed
   5117       with Licensor regarding such Contributions.
   5118 
   5119    6. Trademarks. This License does not grant permission to use the trade
   5120       names, trademarks, service marks, or product names of the Licensor,
   5121       except as required for reasonable and customary use in describing the
   5122       origin of the Work and reproducing the content of the NOTICE file.
   5123 
   5124    7. Disclaimer of Warranty. Unless required by applicable law or
   5125       agreed to in writing, Licensor provides the Work (and each
   5126       Contributor provides its Contributions) on an "AS IS" BASIS,
   5127       WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
   5128       implied, including, without limitation, any warranties or conditions
   5129       of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
   5130       PARTICULAR PURPOSE. You are solely responsible for determining the
   5131       appropriateness of using or redistributing the Work and assume any
   5132       risks associated with Your exercise of permissions under this License.
   5133 
   5134    8. Limitation of Liability. In no event and under no legal theory,
   5135       whether in tort (including negligence), contract, or otherwise,
   5136       unless required by applicable law (such as deliberate and grossly
   5137       negligent acts) or agreed to in writing, shall any Contributor be
   5138       liable to You for damages, including any direct, indirect, special,
   5139       incidental, or consequential damages of any character arising as a
   5140       result of this License or out of the use or inability to use the
   5141       Work (including but not limited to damages for loss of goodwill,
   5142       work stoppage, computer failure or malfunction, or any and all
   5143       other commercial damages or losses), even if such Contributor
   5144       has been advised of the possibility of such damages.
   5145 
   5146    9. Accepting Warranty or Additional Liability. While redistributing
   5147       the Work or Derivative Works thereof, You may choose to offer,
   5148       and charge a fee for, acceptance of support, warranty, indemnity,
   5149       or other liability obligations and/or rights consistent with this
   5150       License. However, in accepting such obligations, You may act only
   5151       on Your own behalf and on Your sole responsibility, not on behalf
   5152       of any other Contributor, and only if You agree to indemnify,
   5153       defend, and hold each Contributor harmless for any liability
   5154       incurred by, or claims asserted against, such Contributor by reason
   5155       of your accepting any such warranty or additional liability.
   5156 
   5157    END OF TERMS AND CONDITIONS
   5158 
   5159    APPENDIX: How to apply the Apache License to your work.
   5160 
   5161       To apply the Apache License to your work, attach the following
   5162       boilerplate notice, with the fields enclosed by brackets "[]"
   5163       replaced with your own identifying information. (Don't include
   5164       the brackets!)  The text should be enclosed in the appropriate
   5165       comment syntax for the file format. We also recommend that a
   5166       file or class name and description of purpose be included on the
   5167       same "printed page" as the copyright notice for easier
   5168       identification within third-party archives.
   5169 
   5170    Copyright [2007] Neal Norwitz
   5171    Portions Copyright [2007] Google Inc.
   5172 
   5173    Licensed under the Apache License, Version 2.0 (the "License");
   5174    you may not use this file except in compliance with the License.
   5175    You may obtain a copy of the License at
   5176 
   5177        http://www.apache.org/licenses/LICENSE-2.0
   5178 
   5179    Unless required by applicable law or agreed to in writing, software
   5180    distributed under the License is distributed on an "AS IS" BASIS,
   5181    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   5182    See the License for the specific language governing permissions and
   5183    limitations under the License.
   5184 
   5185 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   5186 </pre>
   5187 <ul>
   5188 
   5189 </ul>
   5190 </div>
   5191 </div>
   5192 
   5193 
   5194 <div class="product">
   5195 <span class="title">gmp-5.0.2_p1</span>
   5196 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   5197 <span class="homepage"><a href="http://gmplib.org/">homepage</a></span>
   5198 <div class="licence">
   5199 <pre></pre>
   5200 <ul>
   5201 <li><a href='#LGPL-3'>Gentoo Package Stock License LGPL-3</a></li>
   5202 </ul>
   5203 </div>
   5204 </div>
   5205 
   5206 
   5207 <div class="product">
   5208 <span class="title">grep-2.14</span>
   5209 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   5210 <span class="homepage"><a href="http://www.gnu.org/software/grep/">homepage</a></span>
   5211 <div class="licence">
   5212 <pre></pre>
   5213 <ul>
   5214 <li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li>
   5215 </ul>
   5216 </div>
   5217 </div>
   5218 
   5219 
   5220 <div class="product">
   5221 <span class="title">gtest-1.6.0</span>
   5222 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   5223 <span class="homepage"><a href="http://code.google.com/p/googletest/">homepage</a></span>
   5224 <div class="licence">
   5225 <pre>Scanned Source License gtest-1.6.0/COPYING:
   5226 
   5227 Copyright 2008, Google Inc.
   5228 All rights reserved.
   5229 
   5230 Redistribution and use in source and binary forms, with or without
   5231 modification, are permitted provided that the following conditions are
   5232 met:
   5233 
   5234     * Redistributions of source code must retain the above copyright
   5235 notice, this list of conditions and the following disclaimer.
   5236     * Redistributions in binary form must reproduce the above
   5237 copyright notice, this list of conditions and the following disclaimer
   5238 in the documentation and/or other materials provided with the
   5239 distribution.
   5240     * Neither the name of Google Inc. nor the names of its
   5241 contributors may be used to endorse or promote products derived from
   5242 this software without specific prior written permission.
   5243 
   5244 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
   5245 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
   5246 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
   5247 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
   5248 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
   5249 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
   5250 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
   5251 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
   5252 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
   5253 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
   5254 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
   5255 
   5256 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   5257 </pre>
   5258 <ul>
   5259 
   5260 </ul>
   5261 </div>
   5262 </div>
   5263 
   5264 
   5265 <div class="product">
   5266 <span class="title">gtk+-2.20.1</span>
   5267 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   5268 <span class="homepage"><a href="http://www.gtk.org/">homepage</a></span>
   5269 <div class="licence">
   5270 <pre></pre>
   5271 <ul>
   5272 <li><a href='#LGPL-2'>Gentoo Package Stock License LGPL-2</a></li>
   5273 </ul>
   5274 </div>
   5275 </div>
   5276 
   5277 
   5278 <div class="product">
   5279 <span class="title">gtk-doc-am-1.18</span>
   5280 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   5281 <span class="homepage"><a href="http://www.gtk.org/gtk-doc/">homepage</a></span>
   5282 <div class="licence">
   5283 <pre>Gentoo Package Stock License FDL-1.1:
   5284 
   5285 		GNU Free Documentation License
   5286 		   Version 1.1, March 2000
   5287 
   5288  Copyright (C) 2000  Free Software Foundation, Inc.
   5289      59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
   5290  Everyone is permitted to copy and distribute verbatim copies
   5291  of this license document, but changing it is not allowed.
   5292 
   5293 
   5294 0. PREAMBLE
   5295 
   5296 The purpose of this License is to make a manual, textbook, or other
   5297 written document "free" in the sense of freedom: to assure everyone
   5298 the effective freedom to copy and redistribute it, with or without
   5299 modifying it, either commercially or noncommercially.  Secondarily,
   5300 this License preserves for the author and publisher a way to get
   5301 credit for their work, while not being considered responsible for
   5302 modifications made by others.
   5303 
   5304 This License is a kind of "copyleft", which means that derivative
   5305 works of the document must themselves be free in the same sense.  It
   5306 complements the GNU General Public License, which is a copyleft
   5307 license designed for free software.
   5308 
   5309 We have designed this License in order to use it for manuals for free
   5310 software, because free software needs free documentation: a free
   5311 program should come with manuals providing the same freedoms that the
   5312 software does.  But this License is not limited to software manuals;
   5313 it can be used for any textual work, regardless of subject matter or
   5314 whether it is published as a printed book.  We recommend this License
   5315 principally for works whose purpose is instruction or reference.
   5316 
   5317 
   5318 1. APPLICABILITY AND DEFINITIONS
   5319 
   5320 This License applies to any manual or other work that contains a
   5321 notice placed by the copyright holder saying it can be distributed
   5322 under the terms of this License.  The "Document", below, refers to any
   5323 such manual or work.  Any member of the public is a licensee, and is
   5324 addressed as "you".
   5325 
   5326 A "Modified Version" of the Document means any work containing the
   5327 Document or a portion of it, either copied verbatim, or with
   5328 modifications and/or translated into another language.
   5329 
   5330 A "Secondary Section" is a named appendix or a front-matter section of
   5331 the Document that deals exclusively with the relationship of the
   5332 publishers or authors of the Document to the Document's overall subject
   5333 (or to related matters) and contains nothing that could fall directly
   5334 within that overall subject.  (For example, if the Document is in part a
   5335 textbook of mathematics, a Secondary Section may not explain any
   5336 mathematics.)  The relationship could be a matter of historical
   5337 connection with the subject or with related matters, or of legal,
   5338 commercial, philosophical, ethical or political position regarding
   5339 them.
   5340 
   5341 The "Invariant Sections" are certain Secondary Sections whose titles
   5342 are designated, as being those of Invariant Sections, in the notice
   5343 that says that the Document is released under this License.
   5344 
   5345 The "Cover Texts" are certain short passages of text that are listed,
   5346 as Front-Cover Texts or Back-Cover Texts, in the notice that says that
   5347 the Document is released under this License.
   5348 
   5349 A "Transparent" copy of the Document means a machine-readable copy,
   5350 represented in a format whose specification is available to the
   5351 general public, whose contents can be viewed and edited directly and
   5352 straightforwardly with generic text editors or (for images composed of
   5353 pixels) generic paint programs or (for drawings) some widely available
   5354 drawing editor, and that is suitable for input to text formatters or
   5355 for automatic translation to a variety of formats suitable for input
   5356 to text formatters.  A copy made in an otherwise Transparent file
   5357 format whose markup has been designed to thwart or discourage
   5358 subsequent modification by readers is not Transparent.  A copy that is
   5359 not "Transparent" is called "Opaque".
   5360 
   5361 Examples of suitable formats for Transparent copies include plain
   5362 ASCII without markup, Texinfo input format, LaTeX input format, SGML
   5363 or XML using a publicly available DTD, and standard-conforming simple
   5364 HTML designed for human modification.  Opaque formats include
   5365 PostScript, PDF, proprietary formats that can be read and edited only
   5366 by proprietary word processors, SGML or XML for which the DTD and/or
   5367 processing tools are not generally available, and the
   5368 machine-generated HTML produced by some word processors for output
   5369 purposes only.
   5370 
   5371 The "Title Page" means, for a printed book, the title page itself,
   5372 plus such following pages as are needed to hold, legibly, the material
   5373 this License requires to appear in the title page.  For works in
   5374 formats which do not have any title page as such, "Title Page" means
   5375 the text near the most prominent appearance of the work's title,
   5376 preceding the beginning of the body of the text.
   5377 
   5378 
   5379 2. VERBATIM COPYING
   5380 
   5381 You may copy and distribute the Document in any medium, either
   5382 commercially or noncommercially, provided that this License, the
   5383 copyright notices, and the license notice saying this License applies
   5384 to the Document are reproduced in all copies, and that you add no other
   5385 conditions whatsoever to those of this License.  You may not use
   5386 technical measures to obstruct or control the reading or further
   5387 copying of the copies you make or distribute.  However, you may accept
   5388 compensation in exchange for copies.  If you distribute a large enough
   5389 number of copies you must also follow the conditions in section 3.
   5390 
   5391 You may also lend copies, under the same conditions stated above, and
   5392 you may publicly display copies.
   5393 
   5394 
   5395 3. COPYING IN QUANTITY
   5396 
   5397 If you publish printed copies of the Document numbering more than 100,
   5398 and the Document's license notice requires Cover Texts, you must enclose
   5399 the copies in covers that carry, clearly and legibly, all these Cover
   5400 Texts: Front-Cover Texts on the front cover, and Back-Cover Texts on
   5401 the back cover.  Both covers must also clearly and legibly identify
   5402 you as the publisher of these copies.  The front cover must present
   5403 the full title with all words of the title equally prominent and
   5404 visible.  You may add other material on the covers in addition.
   5405 Copying with changes limited to the covers, as long as they preserve
   5406 the title of the Document and satisfy these conditions, can be treated
   5407 as verbatim copying in other respects.
   5408 
   5409 If the required texts for either cover are too voluminous to fit
   5410 legibly, you should put the first ones listed (as many as fit
   5411 reasonably) on the actual cover, and continue the rest onto adjacent
   5412 pages.
   5413 
   5414 If you publish or distribute Opaque copies of the Document numbering
   5415 more than 100, you must either include a machine-readable Transparent
   5416 copy along with each Opaque copy, or state in or with each Opaque copy
   5417 a publicly-accessible computer-network location containing a complete
   5418 Transparent copy of the Document, free of added material, which the
   5419 general network-using public has access to download anonymously at no
   5420 charge using public-standard network protocols.  If you use the latter
   5421 option, you must take reasonably prudent steps, when you begin
   5422 distribution of Opaque copies in quantity, to ensure that this
   5423 Transparent copy will remain thus accessible at the stated location
   5424 until at least one year after the last time you distribute an Opaque
   5425 copy (directly or through your agents or retailers) of that edition to
   5426 the public.
   5427 
   5428 It is requested, but not required, that you contact the authors of the
   5429 Document well before redistributing any large number of copies, to give
   5430 them a chance to provide you with an updated version of the Document.
   5431 
   5432 
   5433 4. MODIFICATIONS
   5434 
   5435 You may copy and distribute a Modified Version of the Document under
   5436 the conditions of sections 2 and 3 above, provided that you release
   5437 the Modified Version under precisely this License, with the Modified
   5438 Version filling the role of the Document, thus licensing distribution
   5439 and modification of the Modified Version to whoever possesses a copy
   5440 of it.  In addition, you must do these things in the Modified Version:
   5441 
   5442 A. Use in the Title Page (and on the covers, if any) a title distinct
   5443    from that of the Document, and from those of previous versions
   5444    (which should, if there were any, be listed in the History section
   5445    of the Document).  You may use the same title as a previous version
   5446    if the original publisher of that version gives permission.
   5447 B. List on the Title Page, as authors, one or more persons or entities
   5448    responsible for authorship of the modifications in the Modified
   5449    Version, together with at least five of the principal authors of the
   5450    Document (all of its principal authors, if it has less than five).
   5451 C. State on the Title page the name of the publisher of the
   5452    Modified Version, as the publisher.
   5453 D. Preserve all the copyright notices of the Document.
   5454 E. Add an appropriate copyright notice for your modifications
   5455    adjacent to the other copyright notices.
   5456 F. Include, immediately after the copyright notices, a license notice
   5457    giving the public permission to use the Modified Version under the
   5458    terms of this License, in the form shown in the Addendum below.
   5459 G. Preserve in that license notice the full lists of Invariant Sections
   5460    and required Cover Texts given in the Document's license notice.
   5461 H. Include an unaltered copy of this License.
   5462 I. Preserve the section entitled "History", and its title, and add to
   5463    it an item stating at least the title, year, new authors, and
   5464    publisher of the Modified Version as given on the Title Page.  If
   5465    there is no section entitled "History" in the Document, create one
   5466    stating the title, year, authors, and publisher of the Document as
   5467    given on its Title Page, then add an item describing the Modified
   5468    Version as stated in the previous sentence.
   5469 J. Preserve the network location, if any, given in the Document for
   5470    public access to a Transparent copy of the Document, and likewise
   5471    the network locations given in the Document for previous versions
   5472    it was based on.  These may be placed in the "History" section.
   5473    You may omit a network location for a work that was published at
   5474    least four years before the Document itself, or if the original
   5475    publisher of the version it refers to gives permission.
   5476 K. In any section entitled "Acknowledgements" or "Dedications",
   5477    preserve the section's title, and preserve in the section all the
   5478    substance and tone of each of the contributor acknowledgements
   5479    and/or dedications given therein.
   5480 L. Preserve all the Invariant Sections of the Document,
   5481    unaltered in their text and in their titles.  Section numbers
   5482    or the equivalent are not considered part of the section titles.
   5483 M. Delete any section entitled "Endorsements".  Such a section
   5484    may not be included in the Modified Version.
   5485 N. Do not retitle any existing section as "Endorsements"
   5486    or to conflict in title with any Invariant Section.
   5487 
   5488 If the Modified Version includes new front-matter sections or
   5489 appendices that qualify as Secondary Sections and contain no material
   5490 copied from the Document, you may at your option designate some or all
   5491 of these sections as invariant.  To do this, add their titles to the
   5492 list of Invariant Sections in the Modified Version's license notice.
   5493 These titles must be distinct from any other section titles.
   5494 
   5495 You may add a section entitled "Endorsements", provided it contains
   5496 nothing but endorsements of your Modified Version by various
   5497 parties--for example, statements of peer review or that the text has
   5498 been approved by an organization as the authoritative definition of a
   5499 standard.
   5500 
   5501 You may add a passage of up to five words as a Front-Cover Text, and a
   5502 passage of up to 25 words as a Back-Cover Text, to the end of the list
   5503 of Cover Texts in the Modified Version.  Only one passage of
   5504 Front-Cover Text and one of Back-Cover Text may be added by (or
   5505 through arrangements made by) any one entity.  If the Document already
   5506 includes a cover text for the same cover, previously added by you or
   5507 by arrangement made by the same entity you are acting on behalf of,
   5508 you may not add another; but you may replace the old one, on explicit
   5509 permission from the previous publisher that added the old one.
   5510 
   5511 The author(s) and publisher(s) of the Document do not by this License
   5512 give permission to use their names for publicity for or to assert or
   5513 imply endorsement of any Modified Version.
   5514 
   5515 
   5516 5. COMBINING DOCUMENTS
   5517 
   5518 You may combine the Document with other documents released under this
   5519 License, under the terms defined in section 4 above for modified
   5520 versions, provided that you include in the combination all of the
   5521 Invariant Sections of all of the original documents, unmodified, and
   5522 list them all as Invariant Sections of your combined work in its
   5523 license notice.
   5524 
   5525 The combined work need only contain one copy of this License, and
   5526 multiple identical Invariant Sections may be replaced with a single
   5527 copy.  If there are multiple Invariant Sections with the same name but
   5528 different contents, make the title of each such section unique by
   5529 adding at the end of it, in parentheses, the name of the original
   5530 author or publisher of that section if known, or else a unique number.
   5531 Make the same adjustment to the section titles in the list of
   5532 Invariant Sections in the license notice of the combined work.
   5533 
   5534 In the combination, you must combine any sections entitled "History"
   5535 in the various original documents, forming one section entitled
   5536 "History"; likewise combine any sections entitled "Acknowledgements",
   5537 and any sections entitled "Dedications".  You must delete all sections
   5538 entitled "Endorsements."
   5539 
   5540 
   5541 6. COLLECTIONS OF DOCUMENTS
   5542 
   5543 You may make a collection consisting of the Document and other documents
   5544 released under this License, and replace the individual copies of this
   5545 License in the various documents with a single copy that is included in
   5546 the collection, provided that you follow the rules of this License for
   5547 verbatim copying of each of the documents in all other respects.
   5548 
   5549 You may extract a single document from such a collection, and distribute
   5550 it individually under this License, provided you insert a copy of this
   5551 License into the extracted document, and follow this License in all
   5552 other respects regarding verbatim copying of that document.
   5553 
   5554 
   5555 7. AGGREGATION WITH INDEPENDENT WORKS
   5556 
   5557 A compilation of the Document or its derivatives with other separate
   5558 and independent documents or works, in or on a volume of a storage or
   5559 distribution medium, does not as a whole count as a Modified Version
   5560 of the Document, provided no compilation copyright is claimed for the
   5561 compilation.  Such a compilation is called an "aggregate", and this
   5562 License does not apply to the other self-contained works thus compiled
   5563 with the Document, on account of their being thus compiled, if they
   5564 are not themselves derivative works of the Document.
   5565 
   5566 If the Cover Text requirement of section 3 is applicable to these
   5567 copies of the Document, then if the Document is less than one quarter
   5568 of the entire aggregate, the Document's Cover Texts may be placed on
   5569 covers that surround only the Document within the aggregate.
   5570 Otherwise they must appear on covers around the whole aggregate.
   5571 
   5572 
   5573 8. TRANSLATION
   5574 
   5575 Translation is considered a kind of modification, so you may
   5576 distribute translations of the Document under the terms of section 4.
   5577 Replacing Invariant Sections with translations requires special
   5578 permission from their copyright holders, but you may include
   5579 translations of some or all Invariant Sections in addition to the
   5580 original versions of these Invariant Sections.  You may include a
   5581 translation of this License provided that you also include the
   5582 original English version of this License.  In case of a disagreement
   5583 between the translation and the original English version of this
   5584 License, the original English version will prevail.
   5585 
   5586 
   5587 9. TERMINATION
   5588 
   5589 You may not copy, modify, sublicense, or distribute the Document except
   5590 as expressly provided for under this License.  Any other attempt to
   5591 copy, modify, sublicense or distribute the Document is void, and will
   5592 automatically terminate your rights under this License.  However,
   5593 parties who have received copies, or rights, from you under this
   5594 License will not have their licenses terminated so long as such
   5595 parties remain in full compliance.
   5596 
   5597 
   5598 10. FUTURE REVISIONS OF THIS LICENSE
   5599 
   5600 The Free Software Foundation may publish new, revised versions
   5601 of the GNU Free Documentation License from time to time.  Such new
   5602 versions will be similar in spirit to the present version, but may
   5603 differ in detail to address new problems or concerns.  See
   5604 http://www.gnu.org/copyleft/.
   5605 
   5606 Each version of the License is given a distinguishing version number.
   5607 If the Document specifies that a particular numbered version of this
   5608 License "or any later version" applies to it, you have the option of
   5609 following the terms and conditions either of that specified version or
   5610 of any later version that has been published (not as a draft) by the
   5611 Free Software Foundation.  If the Document does not specify a version
   5612 number of this License, you may choose any version ever published (not
   5613 as a draft) by the Free Software Foundation.
   5614 
   5615 
   5616 ADDENDUM: How to use this License for your documents
   5617 
   5618 To use this License in a document you have written, include a copy of
   5619 the License in the document and put the following copyright and
   5620 license notices just after the title page:
   5621 
   5622       Copyright (c)  YEAR  YOUR NAME.
   5623       Permission is granted to copy, distribute and/or modify this document
   5624       under the terms of the GNU Free Documentation License, Version 1.1
   5625       or any later version published by the Free Software Foundation;
   5626       with the Invariant Sections being LIST THEIR TITLES, with the
   5627       Front-Cover Texts being LIST, and with the Back-Cover Texts being LIST.
   5628       A copy of the license is included in the section entitled "GNU
   5629       Free Documentation License".
   5630 
   5631 If you have no Invariant Sections, write "with no Invariant Sections"
   5632 instead of saying which ones are invariant.  If you have no
   5633 Front-Cover Texts, write "no Front-Cover Texts" instead of
   5634 "Front-Cover Texts being LIST"; likewise for Back-Cover Texts.
   5635 
   5636 If your document contains nontrivial examples of program code, we
   5637 recommend releasing these examples in parallel under your choice of
   5638 free software license, such as the GNU General Public License,
   5639 to permit their use in free software.
   5640 
   5641 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   5642 </pre>
   5643 <ul>
   5644 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
   5645 </ul>
   5646 </div>
   5647 </div>
   5648 
   5649 
   5650 <div class="product">
   5651 <span class="title">gzip-1.5</span>
   5652 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   5653 <span class="homepage"><a href="http://www.gnu.org/software/gzip/">homepage</a></span>
   5654 <div class="licence">
   5655 <pre></pre>
   5656 <ul>
   5657 <li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li>
   5658 </ul>
   5659 </div>
   5660 </div>
   5661 
   5662 
   5663 <div class="product">
   5664 <span class="title">harfbuzz-0.9.18</span>
   5665 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   5666 <span class="homepage"><a href="http://www.freedesktop.org/wiki/Software/HarfBuzz">homepage</a></span>
   5667 <div class="licence">
   5668 <pre>Scanned Source License harfbuzz-0.9.18/COPYING:
   5669 
   5670 HarfBuzz is licensed under the so-called "Old MIT" license.  Details follow.
   5671 For parts of HarfBuzz that are licensed under different licenses see individual
   5672 files names COPYING in subdirectories where applicable.
   5673 
   5674 Copyright  2010,2011,2012  Google, Inc.
   5675 Copyright  2012  Mozilla Foundation
   5676 Copyright  2011  Codethink Limited
   5677 Copyright  2008,2010  Nokia Corporation and/or its subsidiary(-ies)
   5678 Copyright  2009  Keith Stribley
   5679 Copyright  2009  Martin Hosken and SIL International
   5680 Copyright  2007  Chris Wilson
   5681 Copyright  2006  Behdad Esfahbod
   5682 Copyright  2005  David Turner
   5683 Copyright  2004,2007,2008,2009,2010  Red Hat, Inc.
   5684 Copyright  1998-2004  David Turner and Werner Lemberg
   5685 
   5686 For full copyright notices consult the individual files in the package.
   5687 
   5688 
   5689 Permission is hereby granted, without written agreement and without
   5690 license or royalty fees, to use, copy, modify, and distribute this
   5691 software and its documentation for any purpose, provided that the
   5692 above copyright notice and the following two paragraphs appear in
   5693 all copies of this software.
   5694 
   5695 IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
   5696 DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
   5697 ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
   5698 IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
   5699 DAMAGE.
   5700 
   5701 THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
   5702 BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
   5703 FITNESS FOR A PARTICULAR PURPOSE.  THE SOFTWARE PROVIDED HEREUNDER IS
   5704 ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
   5705 PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
   5706 
   5707 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   5708 
   5709 Scanned Source License harfbuzz-0.9.18/src/hb-icu-le/COPYING:
   5710 
   5711 The contents of this directory are licensed under the ICU license.
   5712 See file license.html.
   5713 
   5714 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   5715 
   5716 Scanned Source License harfbuzz-0.9.18/src/hb-old/COPYING:
   5717 
   5718 HarfBuzz-old was previously licensed under different licenses.  This was
   5719 changed in January 2008.  If you need to relicense your old copies,
   5720 consult the announcement of the license change on the internet.
   5721 Other than that, each copy of HarfBuzz-old is licensed under the COPYING
   5722 file included with it.  The actual license follows:
   5723 
   5724 
   5725 Permission is hereby granted, without written agreement and without
   5726 license or royalty fees, to use, copy, modify, and distribute this
   5727 software and its documentation for any purpose, provided that the
   5728 above copyright notice and the following two paragraphs appear in
   5729 all copies of this software.
   5730 
   5731 IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
   5732 DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
   5733 ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
   5734 IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
   5735 DAMAGE.
   5736 
   5737 THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
   5738 BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
   5739 FITNESS FOR A PARTICULAR PURPOSE.  THE SOFTWARE PROVIDED HEREUNDER IS
   5740 ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
   5741 PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
   5742 
   5743 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   5744 
   5745 Scanned Source License harfbuzz-0.9.18/src/hb-ucdn/COPYING:
   5746 
   5747 The contents of this directory are licensed under the following terms:
   5748 
   5749 Permission to use, copy, modify, and/or distribute this software for any
   5750 purpose with or without fee is hereby granted, provided that the above
   5751 copyright notice and this permission notice appear in all copies.
   5752 
   5753 THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
   5754 WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
   5755 MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
   5756 ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
   5757 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
   5758 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
   5759 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
   5760 
   5761 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   5762 
   5763 Gentoo Package Stock License icu:
   5764 
   5765 ICU License - ICU 1.8.1 and later
   5766 
   5767 COPYRIGHT AND PERMISSION NOTICE
   5768 
   5769 Copyright (c) 1995-2003 International Business Machines Corporation and others
   5770 All rights reserved.
   5771 
   5772 Permission is hereby granted, free of charge, to any person obtaining a
   5773 copy of this software and associated documentation files (the
   5774 "Software"), to deal in the Software without restriction, including
   5775 without limitation the rights to use, copy, modify, merge, publish,
   5776 distribute, and/or sell copies of the Software, and to permit persons
   5777 to whom the Software is furnished to do so, provided that the above
   5778 copyright notice(s) and this permission notice appear in all copies of
   5779 the Software and that both the above copyright notice(s) and this
   5780 permission notice appear in supporting documentation.
   5781 
   5782 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
   5783 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
   5784 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
   5785 OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
   5786 HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL
   5787 INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING
   5788 FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
   5789 NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
   5790 WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
   5791 
   5792 Except as contained in this notice, the name of a copyright holder
   5793 shall not be used in advertising or otherwise to promote the sale, use
   5794 or other dealings in this Software without prior written authorization
   5795 of the copyright holder.
   5796 
   5797 --------------------------------------------------------------------------------
   5798 All trademarks and registered trademarks mentioned herein are the property of their respective owners.
   5799 
   5800 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   5801 </pre>
   5802 <ul>
   5803 <li><a href='#ISC'>Gentoo Package Stock License ISC</a></li>
   5804 </ul>
   5805 </div>
   5806 </div>
   5807 
   5808 
   5809 <div class="product">
   5810 <span class="title">hdparm-9.39</span>
   5811 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   5812 <span class="homepage"><a href="http://sourceforge.net/projects/hdparm/">homepage</a></span>
   5813 <div class="licence">
   5814 <pre>Scanned Source License hdparm-9.39/LICENSE.TXT:
   5815 
   5816 BSD-Style Open Source License:
   5817 
   5818 You may freely use, modify, and redistribute the hdparm program,
   5819 as either binary or source, or both.
   5820 
   5821 The only condition is that my name and copyright notice
   5822 remain in the source code as-is.
   5823 
   5824 Mark Lord (mlord (a] pobox.com)
   5825 
   5826 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   5827 
   5828 Scanned Source License hdparm-9.39/debian/copyright:
   5829 
   5830 This package was debianized by Christopher L Cheney &lt;ccheney (a] debian.org&gt; on
   5831 Wed, 21 Nov 2001 15:51:14 -0600.
   5832 
   5833 It was downloaded from http://www.ibiblio.org/pub/Linux/system/hardware
   5834 
   5835 Upstream Author: Mark S. Lord &lt;mlord (a] pobox.com&gt;
   5836 
   5837 Copyright:
   5838 
   5839 /* hdparm.c - Command line interface to get/set hard disk parameters */
   5840 /*          - by Mark Lord  1994-2008 -- freely distributable */
   5841 
   5842 You are free to distribute this software under the terms of the BSD License.
   5843 On Debian systems, the complete text of the BSD License can be found in
   5844 /usr/share/common-licenses/BSD
   5845 
   5846 
   5847 
   5848 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   5849 </pre>
   5850 <ul>
   5851 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
   5852 </ul>
   5853 </div>
   5854 </div>
   5855 
   5856 
   5857 <div class="product">
   5858 <span class="title">hwids-20120922</span>
   5859 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   5860 <span class="homepage"><a href="https://github.com/gentoo/hwids">homepage</a></span>
   5861 <div class="licence">
   5862 <pre></pre>
   5863 <ul>
   5864 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
   5865 </ul>
   5866 </div>
   5867 </div>
   5868 
   5869 
   5870 <div class="product">
   5871 <span class="title">ibus-1.4.99.20120314</span>
   5872 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   5873 <span class="homepage"><a href="http://code.google.com/p/ibus/">homepage</a></span>
   5874 <div class="licence">
   5875 <pre></pre>
   5876 <ul>
   5877 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li>
   5878 </ul>
   5879 </div>
   5880 </div>
   5881 
   5882 
   5883 <div class="product">
   5884 <span class="title">iniparser-3.0b</span>
   5885 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   5886 <span class="homepage"><a href="http://ndevilla.free.fr/iniparser/">homepage</a></span>
   5887 <div class="licence">
   5888 <pre>Scanned Source License iniparser3.0b/LICENSE:
   5889 
   5890 Copyright (c) 2000-2007 by Nicolas Devillard.
   5891 MIT License
   5892 
   5893 Permission is hereby granted, free of charge, to any person obtaining a
   5894 copy of this software and associated documentation files (the "Software"),
   5895 to deal in the Software without restriction, including without limitation
   5896 the rights to use, copy, modify, merge, publish, distribute, sublicense,
   5897 and/or sell copies of the Software, and to permit persons to whom the
   5898 Software is furnished to do so, subject to the following conditions:
   5899 
   5900 The above copyright notice and this permission notice shall be included in
   5901 all copies or substantial portions of the Software.
   5902 
   5903 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   5904 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   5905 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
   5906 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
   5907 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
   5908 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
   5909 DEALINGS IN THE SOFTWARE.
   5910 
   5911 
   5912 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   5913 </pre>
   5914 <ul>
   5915 
   5916 </ul>
   5917 </div>
   5918 </div>
   5919 
   5920 
   5921 <div class="product">
   5922 <span class="title">input-tools-3.0.0.0</span>
   5923 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   5924 <span class="homepage"><a href="http://www.google.com/inputtools">homepage</a></span>
   5925 <div class="licence">
   5926 <pre></pre>
   5927 <ul>
   5928 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li>
   5929 </ul>
   5930 </div>
   5931 </div>
   5932 
   5933 
   5934 <div class="product">
   5935 <span class="title">intltool-0.41.0</span>
   5936 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   5937 <span class="homepage"><a href="http://edge.launchpad.net/intltool/">homepage</a></span>
   5938 <div class="licence">
   5939 <pre></pre>
   5940 <ul>
   5941 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
   5942 </ul>
   5943 </div>
   5944 </div>
   5945 
   5946 
   5947 <div class="product">
   5948 <span class="title">iotools-1.4</span>
   5949 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   5950 <span class="homepage"><a href="http://code.google.com/p/iotools/">homepage</a></span>
   5951 <div class="licence">
   5952 <pre></pre>
   5953 <ul>
   5954 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
   5955 </ul>
   5956 </div>
   5957 </div>
   5958 
   5959 
   5960 <div class="product">
   5961 <span class="title">iptables-1.4.8</span>
   5962 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   5963 <span class="homepage"><a href="http://www.iptables.org/">homepage</a></span>
   5964 <div class="licence">
   5965 <pre></pre>
   5966 <ul>
   5967 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
   5968 </ul>
   5969 </div>
   5970 </div>
   5971 
   5972 
   5973 <div class="product">
   5974 <span class="title">iputils-20100418</span>
   5975 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   5976 <span class="homepage"><a href="http://www.linux-foundation.org/en/Net:Iputils">homepage</a></span>
   5977 <div class="licence">
   5978 <pre>Copyright Attribution License chromiumos-overlay/licenses/copyright-attribution/net-misc/iputils:
   5979 
   5980 Copyright (c) 1989 The Regents of the University of California.
   5981 All rights reserved.
   5982 
   5983 This code is derived from software contributed to Berkeley by
   5984 Mike Muuss.
   5985 
   5986 Redistribution and use in source and binary forms, with or without
   5987 modification, are permitted provided that the following conditions
   5988 are met:
   5989 1. Redistributions of source code must retain the above copyright
   5990    notice, this list of conditions and the following disclaimer.
   5991 2. Redistributions in binary form must reproduce the above copyright
   5992    notice, this list of conditions and the following disclaimer in the
   5993    documentation and/or other materials provided with the distribution.
   5994 3. All advertising materials mentioning features or use of this software
   5995    must display the following acknowledgement:
   5996    This product includes software developed by the University of
   5997    California, Berkeley and its contributors.
   5998 4. Neither the name of the University nor the names of its contributors
   5999    may be used to endorse or promote products derived from this software
   6000    without specific prior written permission.
   6001 
   6002 THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
   6003 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
   6004 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
   6005 ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
   6006 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
   6007 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
   6008 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
   6009 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
   6010 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
   6011 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
   6012 SUCH DAMAGE.
   6013 
   6014 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   6015 </pre>
   6016 <ul>
   6017 
   6018 </ul>
   6019 </div>
   6020 </div>
   6021 
   6022 
   6023 <div class="product">
   6024 <span class="title">iw-3.6</span>
   6025 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   6026 <span class="homepage"><a href="http://wireless.kernel.org/en/users/Documentation/iw">homepage</a></span>
   6027 <div class="licence">
   6028 <pre>Scanned Source License iw-3.6/COPYING:
   6029 
   6030 Copyright (c) 2007, 2008	Johannes Berg
   6031 Copyright (c) 2007		Andy Lutomirski
   6032 Copyright (c) 2007		Mike Kershaw
   6033 Copyright (c) 2008-2009		Luis R. Rodriguez
   6034 
   6035 Permission to use, copy, modify, and/or distribute this software for any
   6036 purpose with or without fee is hereby granted, provided that the above
   6037 copyright notice and this permission notice appear in all copies.
   6038 
   6039 THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
   6040 WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
   6041 MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
   6042 ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
   6043 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
   6044 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
   6045 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
   6046 
   6047 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   6048 </pre>
   6049 <ul>
   6050 <li><a href='#as-is'>Gentoo Package Stock License as-is</a></li>
   6051 </ul>
   6052 </div>
   6053 </div>
   6054 
   6055 
   6056 <div class="product">
   6057 <span class="title">kbd-1.15.3</span>
   6058 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   6059 <span class="homepage"><a href="http://freshmeat.net/projects/kbd/">homepage</a></span>
   6060 <div class="licence">
   6061 <pre></pre>
   6062 <ul>
   6063 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
   6064 </ul>
   6065 </div>
   6066 </div>
   6067 
   6068 
   6069 <div class="product">
   6070 <span class="title">keyutils-1.1</span>
   6071 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   6072 <span class="homepage"><a href="http://www.kernel.org/">homepage</a></span>
   6073 <div class="licence">
   6074 <pre></pre>
   6075 <ul>
   6076 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li>
   6077 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
   6078 </ul>
   6079 </div>
   6080 </div>
   6081 
   6082 
   6083 <div class="product">
   6084 <span class="title">ko-nanumfonts-3.10.0</span>
   6085 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   6086 <span class="homepage"><a href="http://hangeul.naver.com/index.nhn">homepage</a></span>
   6087 <div class="licence">
   6088 <pre>Scanned Source License ko-nanumfonts-3.10.0/LICENSE:
   6089 
   6090 Copyright (c) 2010, NHN Corporation (http://www.nhncorp.com),
   6091 with Reserved Font Name Nanum, Naver Nanum, NanumGothic, Naver
   6092 NanumGothic, NanumMyeongjo, Naver NanumMyeongjo, NanumBrush, Naver
   6093 NanumBrush, NanumPen, Naver NanumPen
   6094 
   6095 This Font Software is licensed under the SIL Open Font License,
   6096 Version 1.1.
   6097 
   6098 This license is copied below, and is also available with a FAQ at:
   6099 http://scripts.sil.org/OFL
   6100 
   6101 SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
   6102 
   6103 PREAMBLE The goals of the Open Font License (OFL) are to stimulate
   6104 worldwide development of collaborative font projects, to support the font
   6105 creation efforts of academic and linguistic communities, and to provide
   6106 a free and open framework in which fonts may be shared and improved in
   6107 partnership with others.
   6108 
   6109 The OFL allows the licensed fonts to be used, studied, modified and
   6110 redistributed freely as long as they are not sold by themselves.
   6111 The fonts, including any derivative works, can be bundled, embedded,
   6112 redistributed and/or sold with any software provided that any reserved
   6113 names are not used by derivative works.  The fonts and derivatives,
   6114 however, cannot be released under any other type of license.  The
   6115 requirement for fonts to remain under this license does not apply to
   6116 any document created using the fonts or their derivatives.
   6117 
   6118  
   6119 
   6120 DEFINITIONS
   6121 "Font Software" refers to the set of files released by the Copyright
   6122 Holder(s) under this license and clearly marked as such.
   6123 This may include source files, build scripts and documentation.
   6124 
   6125 "Reserved Font Name" refers to any names specified as such after the
   6126 copyright statement(s).
   6127 
   6128 "Original Version" refers to the collection of Font Software components
   6129 as distributed by the Copyright Holder(s).
   6130 
   6131 "Modified Version" refers to any derivative made by adding to, deleting,
   6132 or substituting ? in part or in whole ?
   6133 any of the components of the Original Version, by changing formats or
   6134 by porting the Font Software to a new environment.
   6135 
   6136 "Author" refers to any designer, engineer, programmer, technical writer
   6137 or other person who contributed to the Font Software.
   6138 
   6139 
   6140 PERMISSION &amp; CONDITIONS
   6141 
   6142 Permission is hereby granted, free of charge, to any person obtaining a
   6143 copy of the Font Software, to use, study, copy, merge, embed, modify,
   6144 redistribute, and sell modified and unmodified copies of the Font
   6145 Software, subject to the following conditions:
   6146 
   6147 1) Neither the Font Software nor any of its individual components,in
   6148    Original or Modified Versions, may be sold by itself.
   6149 
   6150 2) Original or Modified Versions of the Font Software may be bundled,
   6151    redistributed and/or sold with any software, provided that each copy
   6152    contains the above copyright notice and this license. These can be
   6153    included either as stand-alone text files, human-readable headers or
   6154    in the appropriate machine-readable metadata fields within text or
   6155    binary files as long as those fields can be easily viewed by the user.
   6156 
   6157 3) No Modified Version of the Font Software may use the Reserved Font
   6158    Name(s) unless explicit written permission is granted by the
   6159    corresponding Copyright Holder. This restriction only applies to the
   6160    primary font name as presented to the users.
   6161 
   6162 4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
   6163    Software shall not be used to promote, endorse or advertise any
   6164    Modified Version, except to acknowledge the contribution(s) of the
   6165    Copyright Holder(s) and the Author(s) or with their explicit written
   6166    permission.
   6167 
   6168 5) The Font Software, modified or unmodified, in part or in whole, must
   6169    be distributed entirely under this license, and must not be distributed
   6170    under any other license. The requirement for fonts to remain under
   6171    this license does not apply to any document created using the Font
   6172    Software.
   6173 
   6174 
   6175  
   6176 TERMINATION
   6177 This license becomes null and void if any of the above conditions are not met.
   6178 
   6179  
   6180 
   6181 DISCLAIMER
   6182 THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
   6183 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
   6184 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
   6185 OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT.  IN NO EVENT SHALL THE
   6186 COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
   6187 INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
   6188 DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
   6189 FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER
   6190 DEALINGS IN THE FONT SOFTWARE.
   6191 
   6192 
   6193 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   6194 </pre>
   6195 <ul>
   6196 <li><a href='#OFL-1.1'>Gentoo Package Stock License OFL-1.1</a></li>
   6197 </ul>
   6198 </div>
   6199 </div>
   6200 
   6201 
   6202 <div class="product">
   6203 <span class="title">ladspa-sdk-1.13</span>
   6204 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   6205 <span class="homepage"><a href="http://www.ladspa.org/">homepage</a></span>
   6206 <div class="licence">
   6207 <pre></pre>
   6208 <ul>
   6209 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li>
   6210 </ul>
   6211 </div>
   6212 </div>
   6213 
   6214 
   6215 <div class="product">
   6216 <span class="title">laptop-mode-tools-1.59</span>
   6217 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   6218 <span class="homepage"><a href="http://www.samwel.tk/laptop_mode/">homepage</a></span>
   6219 <div class="licence">
   6220 <pre></pre>
   6221 <ul>
   6222 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
   6223 </ul>
   6224 </div>
   6225 </div>
   6226 
   6227 
   6228 <div class="product">
   6229 <span class="title">leveldb-0.0.1</span>
   6230 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   6231 <span class="homepage"><a href="http://code.google.com/p/leveldb/">homepage</a></span>
   6232 <div class="licence">
   6233 <pre>Scanned Source License leveldb-0.0.1/LICENSE:
   6234 
   6235 Copyright (c) 2011 The LevelDB Authors. All rights reserved.
   6236 
   6237 Redistribution and use in source and binary forms, with or without
   6238 modification, are permitted provided that the following conditions are
   6239 met:
   6240 
   6241    * Redistributions of source code must retain the above copyright
   6242 notice, this list of conditions and the following disclaimer.
   6243    * Redistributions in binary form must reproduce the above
   6244 copyright notice, this list of conditions and the following disclaimer
   6245 in the documentation and/or other materials provided with the
   6246 distribution.
   6247    * Neither the name of Google Inc. nor the names of its
   6248 contributors may be used to endorse or promote products derived from
   6249 this software without specific prior written permission.
   6250 
   6251 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
   6252 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
   6253 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
   6254 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
   6255 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
   6256 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
   6257 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
   6258 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
   6259 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
   6260 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
   6261 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
   6262 
   6263 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   6264 </pre>
   6265 <ul>
   6266 
   6267 </ul>
   6268 </div>
   6269 </div>
   6270 
   6271 
   6272 <div class="product">
   6273 <span class="title">libatomic_ops-7.2d</span>
   6274 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   6275 <span class="homepage"><a href="http://www.hpl.hp.com/research/linux/atomic_ops/">homepage</a></span>
   6276 <div class="licence">
   6277 <pre>Scanned Source License gc-7.2/libatomic_ops/COPYING:
   6278 
   6279 		    GNU GENERAL PUBLIC LICENSE
   6280 		       Version 2, June 1991
   6281 
   6282  Copyright (C) 1989, 1991 Free Software Foundation, Inc.
   6283      59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
   6284  Everyone is permitted to copy and distribute verbatim copies
   6285  of this license document, but changing it is not allowed.
   6286 
   6287 			    Preamble
   6288 
   6289   The licenses for most software are designed to take away your
   6290 freedom to share and change it.  By contrast, the GNU General Public
   6291 License is intended to guarantee your freedom to share and change free
   6292 software--to make sure the software is free for all its users.  This
   6293 General Public License applies to most of the Free Software
   6294 Foundation's software and to any other program whose authors commit to
   6295 using it.  (Some other Free Software Foundation software is covered by
   6296 the GNU Library General Public License instead.)  You can apply it to
   6297 your programs, too.
   6298 
   6299   When we speak of free software, we are referring to freedom, not
   6300 price.  Our General Public Licenses are designed to make sure that you
   6301 have the freedom to distribute copies of free software (and charge for
   6302 this service if you wish), that you receive source code or can get it
   6303 if you want it, that you can change the software or use pieces of it
   6304 in new free programs; and that you know you can do these things.
   6305 
   6306   To protect your rights, we need to make restrictions that forbid
   6307 anyone to deny you these rights or to ask you to surrender the rights.
   6308 These restrictions translate to certain responsibilities for you if you
   6309 distribute copies of the software, or if you modify it.
   6310 
   6311   For example, if you distribute copies of such a program, whether
   6312 gratis or for a fee, you must give the recipients all the rights that
   6313 you have.  You must make sure that they, too, receive or can get the
   6314 source code.  And you must show them these terms so they know their
   6315 rights.
   6316 
   6317   We protect your rights with two steps: (1) copyright the software, and
   6318 (2) offer you this license which gives you legal permission to copy,
   6319 distribute and/or modify the software.
   6320 
   6321   Also, for each author's protection and ours, we want to make certain
   6322 that everyone understands that there is no warranty for this free
   6323 software.  If the software is modified by someone else and passed on, we
   6324 want its recipients to know that what they have is not the original, so
   6325 that any problems introduced by others will not reflect on the original
   6326 authors' reputations.
   6327 
   6328   Finally, any free program is threatened constantly by software
   6329 patents.  We wish to avoid the danger that redistributors of a free
   6330 program will individually obtain patent licenses, in effect making the
   6331 program proprietary.  To prevent this, we have made it clear that any
   6332 patent must be licensed for everyone's free use or not licensed at all.
   6333 
   6334   The precise terms and conditions for copying, distribution and
   6335 modification follow.
   6336 
   6338 		    GNU GENERAL PUBLIC LICENSE
   6339    TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
   6340 
   6341   0. This License applies to any program or other work which contains
   6342 a notice placed by the copyright holder saying it may be distributed
   6343 under the terms of this General Public License.  The "Program", below,
   6344 refers to any such program or work, and a "work based on the Program"
   6345 means either the Program or any derivative work under copyright law:
   6346 that is to say, a work containing the Program or a portion of it,
   6347 either verbatim or with modifications and/or translated into another
   6348 language.  (Hereinafter, translation is included without limitation in
   6349 the term "modification".)  Each licensee is addressed as "you".
   6350 
   6351 Activities other than copying, distribution and modification are not
   6352 covered by this License; they are outside its scope.  The act of
   6353 running the Program is not restricted, and the output from the Program
   6354 is covered only if its contents constitute a work based on the
   6355 Program (independent of having been made by running the Program).
   6356 Whether that is true depends on what the Program does.
   6357 
   6358   1. You may copy and distribute verbatim copies of the Program's
   6359 source code as you receive it, in any medium, provided that you
   6360 conspicuously and appropriately publish on each copy an appropriate
   6361 copyright notice and disclaimer of warranty; keep intact all the
   6362 notices that refer to this License and to the absence of any warranty;
   6363 and give any other recipients of the Program a copy of this License
   6364 along with the Program.
   6365 
   6366 You may charge a fee for the physical act of transferring a copy, and
   6367 you may at your option offer warranty protection in exchange for a fee.
   6368 
   6369   2. You may modify your copy or copies of the Program or any portion
   6370 of it, thus forming a work based on the Program, and copy and
   6371 distribute such modifications or work under the terms of Section 1
   6372 above, provided that you also meet all of these conditions:
   6373 
   6374     a) You must cause the modified files to carry prominent notices
   6375     stating that you changed the files and the date of any change.
   6376 
   6377     b) You must cause any work that you distribute or publish, that in
   6378     whole or in part contains or is derived from the Program or any
   6379     part thereof, to be licensed as a whole at no charge to all third
   6380     parties under the terms of this License.
   6381 
   6382     c) If the modified program normally reads commands interactively
   6383     when run, you must cause it, when started running for such
   6384     interactive use in the most ordinary way, to print or display an
   6385     announcement including an appropriate copyright notice and a
   6386     notice that there is no warranty (or else, saying that you provide
   6387     a warranty) and that users may redistribute the program under
   6388     these conditions, and telling the user how to view a copy of this
   6389     License.  (Exception: if the Program itself is interactive but
   6390     does not normally print such an announcement, your work based on
   6391     the Program is not required to print an announcement.)
   6392 
   6394 These requirements apply to the modified work as a whole.  If
   6395 identifiable sections of that work are not derived from the Program,
   6396 and can be reasonably considered independent and separate works in
   6397 themselves, then this License, and its terms, do not apply to those
   6398 sections when you distribute them as separate works.  But when you
   6399 distribute the same sections as part of a whole which is a work based
   6400 on the Program, the distribution of the whole must be on the terms of
   6401 this License, whose permissions for other licensees extend to the
   6402 entire whole, and thus to each and every part regardless of who wrote it.
   6403 
   6404 Thus, it is not the intent of this section to claim rights or contest
   6405 your rights to work written entirely by you; rather, the intent is to
   6406 exercise the right to control the distribution of derivative or
   6407 collective works based on the Program.
   6408 
   6409 In addition, mere aggregation of another work not based on the Program
   6410 with the Program (or with a work based on the Program) on a volume of
   6411 a storage or distribution medium does not bring the other work under
   6412 the scope of this License.
   6413 
   6414   3. You may copy and distribute the Program (or a work based on it,
   6415 under Section 2) in object code or executable form under the terms of
   6416 Sections 1 and 2 above provided that you also do one of the following:
   6417 
   6418     a) Accompany it with the complete corresponding machine-readable
   6419     source code, which must be distributed under the terms of Sections
   6420     1 and 2 above on a medium customarily used for software interchange; or,
   6421 
   6422     b) Accompany it with a written offer, valid for at least three
   6423     years, to give any third party, for a charge no more than your
   6424     cost of physically performing source distribution, a complete
   6425     machine-readable copy of the corresponding source code, to be
   6426     distributed under the terms of Sections 1 and 2 above on a medium
   6427     customarily used for software interchange; or,
   6428 
   6429     c) Accompany it with the information you received as to the offer
   6430     to distribute corresponding source code.  (This alternative is
   6431     allowed only for noncommercial distribution and only if you
   6432     received the program in object code or executable form with such
   6433     an offer, in accord with Subsection b above.)
   6434 
   6435 The source code for a work means the preferred form of the work for
   6436 making modifications to it.  For an executable work, complete source
   6437 code means all the source code for all modules it contains, plus any
   6438 associated interface definition files, plus the scripts used to
   6439 control compilation and installation of the executable.  However, as a
   6440 special exception, the source code distributed need not include
   6441 anything that is normally distributed (in either source or binary
   6442 form) with the major components (compiler, kernel, and so on) of the
   6443 operating system on which the executable runs, unless that component
   6444 itself accompanies the executable.
   6445 
   6446 If distribution of executable or object code is made by offering
   6447 access to copy from a designated place, then offering equivalent
   6448 access to copy the source code from the same place counts as
   6449 distribution of the source code, even though third parties are not
   6450 compelled to copy the source along with the object code.
   6451 
   6453   4. You may not copy, modify, sublicense, or distribute the Program
   6454 except as expressly provided under this License.  Any attempt
   6455 otherwise to copy, modify, sublicense or distribute the Program is
   6456 void, and will automatically terminate your rights under this License.
   6457 However, parties who have received copies, or rights, from you under
   6458 this License will not have their licenses terminated so long as such
   6459 parties remain in full compliance.
   6460 
   6461   5. You are not required to accept this License, since you have not
   6462 signed it.  However, nothing else grants you permission to modify or
   6463 distribute the Program or its derivative works.  These actions are
   6464 prohibited by law if you do not accept this License.  Therefore, by
   6465 modifying or distributing the Program (or any work based on the
   6466 Program), you indicate your acceptance of this License to do so, and
   6467 all its terms and conditions for copying, distributing or modifying
   6468 the Program or works based on it.
   6469 
   6470   6. Each time you redistribute the Program (or any work based on the
   6471 Program), the recipient automatically receives a license from the
   6472 original licensor to copy, distribute or modify the Program subject to
   6473 these terms and conditions.  You may not impose any further
   6474 restrictions on the recipients' exercise of the rights granted herein.
   6475 You are not responsible for enforcing compliance by third parties to
   6476 this License.
   6477 
   6478   7. If, as a consequence of a court judgment or allegation of patent
   6479 infringement or for any other reason (not limited to patent issues),
   6480 conditions are imposed on you (whether by court order, agreement or
   6481 otherwise) that contradict the conditions of this License, they do not
   6482 excuse you from the conditions of this License.  If you cannot
   6483 distribute so as to satisfy simultaneously your obligations under this
   6484 License and any other pertinent obligations, then as a consequence you
   6485 may not distribute the Program at all.  For example, if a patent
   6486 license would not permit royalty-free redistribution of the Program by
   6487 all those who receive copies directly or indirectly through you, then
   6488 the only way you could satisfy both it and this License would be to
   6489 refrain entirely from distribution of the Program.
   6490 
   6491 If any portion of this section is held invalid or unenforceable under
   6492 any particular circumstance, the balance of the section is intended to
   6493 apply and the section as a whole is intended to apply in other
   6494 circumstances.
   6495 
   6496 It is not the purpose of this section to induce you to infringe any
   6497 patents or other property right claims or to contest validity of any
   6498 such claims; this section has the sole purpose of protecting the
   6499 integrity of the free software distribution system, which is
   6500 implemented by public license practices.  Many people have made
   6501 generous contributions to the wide range of software distributed
   6502 through that system in reliance on consistent application of that
   6503 system; it is up to the author/donor to decide if he or she is willing
   6504 to distribute software through any other system and a licensee cannot
   6505 impose that choice.
   6506 
   6507 This section is intended to make thoroughly clear what is believed to
   6508 be a consequence of the rest of this License.
   6509 
   6511   8. If the distribution and/or use of the Program is restricted in
   6512 certain countries either by patents or by copyrighted interfaces, the
   6513 original copyright holder who places the Program under this License
   6514 may add an explicit geographical distribution limitation excluding
   6515 those countries, so that distribution is permitted only in or among
   6516 countries not thus excluded.  In such case, this License incorporates
   6517 the limitation as if written in the body of this License.
   6518 
   6519   9. The Free Software Foundation may publish revised and/or new versions
   6520 of the General Public License from time to time.  Such new versions will
   6521 be similar in spirit to the present version, but may differ in detail to
   6522 address new problems or concerns.
   6523 
   6524 Each version is given a distinguishing version number.  If the Program
   6525 specifies a version number of this License which applies to it and "any
   6526 later version", you have the option of following the terms and conditions
   6527 either of that version or of any later version published by the Free
   6528 Software Foundation.  If the Program does not specify a version number of
   6529 this License, you may choose any version ever published by the Free Software
   6530 Foundation.
   6531 
   6532   10. If you wish to incorporate parts of the Program into other free
   6533 programs whose distribution conditions are different, write to the author
   6534 to ask for permission.  For software which is copyrighted by the Free
   6535 Software Foundation, write to the Free Software Foundation; we sometimes
   6536 make exceptions for this.  Our decision will be guided by the two goals
   6537 of preserving the free status of all derivatives of our free software and
   6538 of promoting the sharing and reuse of software generally.
   6539 
   6540 			    NO WARRANTY
   6541 
   6542   11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
   6543 FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.  EXCEPT WHEN
   6544 OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
   6545 PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
   6546 OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
   6547 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  THE ENTIRE RISK AS
   6548 TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU.  SHOULD THE
   6549 PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
   6550 REPAIR OR CORRECTION.
   6551 
   6552   12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
   6553 WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
   6554 REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
   6555 INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
   6556 OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
   6557 TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
   6558 YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
   6559 PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
   6560 POSSIBILITY OF SUCH DAMAGES.
   6561 
   6562 		     END OF TERMS AND CONDITIONS
   6563 
   6565 	    How to Apply These Terms to Your New Programs
   6566 
   6567   If you develop a new program, and you want it to be of the greatest
   6568 possible use to the public, the best way to achieve this is to make it
   6569 free software which everyone can redistribute and change under these terms.
   6570 
   6571   To do so, attach the following notices to the program.  It is safest
   6572 to attach them to the start of each source file to most effectively
   6573 convey the exclusion of warranty; and each file should have at least
   6574 the "copyright" line and a pointer to where the full notice is found.
   6575 
   6576     &lt;one line to give the program's name and a brief idea of what it does.&gt;
   6577     Copyright (C) &lt;year&gt;  &lt;name of author&gt;
   6578 
   6579     This program is free software; you can redistribute it and/or modify
   6580     it under the terms of the GNU General Public License as published by
   6581     the Free Software Foundation; either version 2 of the License, or
   6582     (at your option) any later version.
   6583 
   6584     This program is distributed in the hope that it will be useful,
   6585     but WITHOUT ANY WARRANTY; without even the implied warranty of
   6586     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   6587     GNU General Public License for more details.
   6588 
   6589     You should have received a copy of the GNU General Public License
   6590     along with this program; if not, write to the Free Software
   6591     Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
   6592 
   6593 
   6594 Also add information on how to contact you by electronic and paper mail.
   6595 
   6596 If the program is interactive, make it output a short notice like this
   6597 when it starts in an interactive mode:
   6598 
   6599     Gnomovision version 69, Copyright (C) year  name of author
   6600     Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
   6601     This is free software, and you are welcome to redistribute it
   6602     under certain conditions; type `show c' for details.
   6603 
   6604 The hypothetical commands `show w' and `show c' should show the appropriate
   6605 parts of the General Public License.  Of course, the commands you use may
   6606 be called something other than `show w' and `show c'; they could even be
   6607 mouse-clicks or menu items--whatever suits your program.
   6608 
   6609 You should also get your employer (if you work as a programmer) or your
   6610 school, if any, to sign a "copyright disclaimer" for the program, if
   6611 necessary.  Here is a sample; alter the names:
   6612 
   6613   Yoyodyne, Inc., hereby disclaims all copyright interest in the program
   6614   `Gnomovision' (which makes passes at compilers) written by James Hacker.
   6615 
   6616   &lt;signature of Ty Coon&gt;, 1 April 1989
   6617   Ty Coon, President of Vice
   6618 
   6619 This General Public License does not permit incorporating your program into
   6620 proprietary programs.  If your program is a subroutine library, you may
   6621 consider it more useful to permit linking proprietary applications with the
   6622 library.  If this is what you want to do, use the GNU Library General
   6623 Public License instead of this License.
   6624 
   6625 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   6626 
   6627 Scanned Source License gc-7.2/libatomic_ops/doc/COPYING:
   6628 
   6629 		    GNU GENERAL PUBLIC LICENSE
   6630 		       Version 2, June 1991
   6631 
   6632  Copyright (C) 1989, 1991 Free Software Foundation, Inc.
   6633      59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
   6634  Everyone is permitted to copy and distribute verbatim copies
   6635  of this license document, but changing it is not allowed.
   6636 
   6637 			    Preamble
   6638 
   6639   The licenses for most software are designed to take away your
   6640 freedom to share and change it.  By contrast, the GNU General Public
   6641 License is intended to guarantee your freedom to share and change free
   6642 software--to make sure the software is free for all its users.  This
   6643 General Public License applies to most of the Free Software
   6644 Foundation's software and to any other program whose authors commit to
   6645 using it.  (Some other Free Software Foundation software is covered by
   6646 the GNU Library General Public License instead.)  You can apply it to
   6647 your programs, too.
   6648 
   6649   When we speak of free software, we are referring to freedom, not
   6650 price.  Our General Public Licenses are designed to make sure that you
   6651 have the freedom to distribute copies of free software (and charge for
   6652 this service if you wish), that you receive source code or can get it
   6653 if you want it, that you can change the software or use pieces of it
   6654 in new free programs; and that you know you can do these things.
   6655 
   6656   To protect your rights, we need to make restrictions that forbid
   6657 anyone to deny you these rights or to ask you to surrender the rights.
   6658 These restrictions translate to certain responsibilities for you if you
   6659 distribute copies of the software, or if you modify it.
   6660 
   6661   For example, if you distribute copies of such a program, whether
   6662 gratis or for a fee, you must give the recipients all the rights that
   6663 you have.  You must make sure that they, too, receive or can get the
   6664 source code.  And you must show them these terms so they know their
   6665 rights.
   6666 
   6667   We protect your rights with two steps: (1) copyright the software, and
   6668 (2) offer you this license which gives you legal permission to copy,
   6669 distribute and/or modify the software.
   6670 
   6671   Also, for each author's protection and ours, we want to make certain
   6672 that everyone understands that there is no warranty for this free
   6673 software.  If the software is modified by someone else and passed on, we
   6674 want its recipients to know that what they have is not the original, so
   6675 that any problems introduced by others will not reflect on the original
   6676 authors' reputations.
   6677 
   6678   Finally, any free program is threatened constantly by software
   6679 patents.  We wish to avoid the danger that redistributors of a free
   6680 program will individually obtain patent licenses, in effect making the
   6681 program proprietary.  To prevent this, we have made it clear that any
   6682 patent must be licensed for everyone's free use or not licensed at all.
   6683 
   6684   The precise terms and conditions for copying, distribution and
   6685 modification follow.
   6686 
   6688 		    GNU GENERAL PUBLIC LICENSE
   6689    TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
   6690 
   6691   0. This License applies to any program or other work which contains
   6692 a notice placed by the copyright holder saying it may be distributed
   6693 under the terms of this General Public License.  The "Program", below,
   6694 refers to any such program or work, and a "work based on the Program"
   6695 means either the Program or any derivative work under copyright law:
   6696 that is to say, a work containing the Program or a portion of it,
   6697 either verbatim or with modifications and/or translated into another
   6698 language.  (Hereinafter, translation is included without limitation in
   6699 the term "modification".)  Each licensee is addressed as "you".
   6700 
   6701 Activities other than copying, distribution and modification are not
   6702 covered by this License; they are outside its scope.  The act of
   6703 running the Program is not restricted, and the output from the Program
   6704 is covered only if its contents constitute a work based on the
   6705 Program (independent of having been made by running the Program).
   6706 Whether that is true depends on what the Program does.
   6707 
   6708   1. You may copy and distribute verbatim copies of the Program's
   6709 source code as you receive it, in any medium, provided that you
   6710 conspicuously and appropriately publish on each copy an appropriate
   6711 copyright notice and disclaimer of warranty; keep intact all the
   6712 notices that refer to this License and to the absence of any warranty;
   6713 and give any other recipients of the Program a copy of this License
   6714 along with the Program.
   6715 
   6716 You may charge a fee for the physical act of transferring a copy, and
   6717 you may at your option offer warranty protection in exchange for a fee.
   6718 
   6719   2. You may modify your copy or copies of the Program or any portion
   6720 of it, thus forming a work based on the Program, and copy and
   6721 distribute such modifications or work under the terms of Section 1
   6722 above, provided that you also meet all of these conditions:
   6723 
   6724     a) You must cause the modified files to carry prominent notices
   6725     stating that you changed the files and the date of any change.
   6726 
   6727     b) You must cause any work that you distribute or publish, that in
   6728     whole or in part contains or is derived from the Program or any
   6729     part thereof, to be licensed as a whole at no charge to all third
   6730     parties under the terms of this License.
   6731 
   6732     c) If the modified program normally reads commands interactively
   6733     when run, you must cause it, when started running for such
   6734     interactive use in the most ordinary way, to print or display an
   6735     announcement including an appropriate copyright notice and a
   6736     notice that there is no warranty (or else, saying that you provide
   6737     a warranty) and that users may redistribute the program under
   6738     these conditions, and telling the user how to view a copy of this
   6739     License.  (Exception: if the Program itself is interactive but
   6740     does not normally print such an announcement, your work based on
   6741     the Program is not required to print an announcement.)
   6742 
   6744 These requirements apply to the modified work as a whole.  If
   6745 identifiable sections of that work are not derived from the Program,
   6746 and can be reasonably considered independent and separate works in
   6747 themselves, then this License, and its terms, do not apply to those
   6748 sections when you distribute them as separate works.  But when you
   6749 distribute the same sections as part of a whole which is a work based
   6750 on the Program, the distribution of the whole must be on the terms of
   6751 this License, whose permissions for other licensees extend to the
   6752 entire whole, and thus to each and every part regardless of who wrote it.
   6753 
   6754 Thus, it is not the intent of this section to claim rights or contest
   6755 your rights to work written entirely by you; rather, the intent is to
   6756 exercise the right to control the distribution of derivative or
   6757 collective works based on the Program.
   6758 
   6759 In addition, mere aggregation of another work not based on the Program
   6760 with the Program (or with a work based on the Program) on a volume of
   6761 a storage or distribution medium does not bring the other work under
   6762 the scope of this License.
   6763 
   6764   3. You may copy and distribute the Program (or a work based on it,
   6765 under Section 2) in object code or executable form under the terms of
   6766 Sections 1 and 2 above provided that you also do one of the following:
   6767 
   6768     a) Accompany it with the complete corresponding machine-readable
   6769     source code, which must be distributed under the terms of Sections
   6770     1 and 2 above on a medium customarily used for software interchange; or,
   6771 
   6772     b) Accompany it with a written offer, valid for at least three
   6773     years, to give any third party, for a charge no more than your
   6774     cost of physically performing source distribution, a complete
   6775     machine-readable copy of the corresponding source code, to be
   6776     distributed under the terms of Sections 1 and 2 above on a medium
   6777     customarily used for software interchange; or,
   6778 
   6779     c) Accompany it with the information you received as to the offer
   6780     to distribute corresponding source code.  (This alternative is
   6781     allowed only for noncommercial distribution and only if you
   6782     received the program in object code or executable form with such
   6783     an offer, in accord with Subsection b above.)
   6784 
   6785 The source code for a work means the preferred form of the work for
   6786 making modifications to it.  For an executable work, complete source
   6787 code means all the source code for all modules it contains, plus any
   6788 associated interface definition files, plus the scripts used to
   6789 control compilation and installation of the executable.  However, as a
   6790 special exception, the source code distributed need not include
   6791 anything that is normally distributed (in either source or binary
   6792 form) with the major components (compiler, kernel, and so on) of the
   6793 operating system on which the executable runs, unless that component
   6794 itself accompanies the executable.
   6795 
   6796 If distribution of executable or object code is made by offering
   6797 access to copy from a designated place, then offering equivalent
   6798 access to copy the source code from the same place counts as
   6799 distribution of the source code, even though third parties are not
   6800 compelled to copy the source along with the object code.
   6801 
   6803   4. You may not copy, modify, sublicense, or distribute the Program
   6804 except as expressly provided under this License.  Any attempt
   6805 otherwise to copy, modify, sublicense or distribute the Program is
   6806 void, and will automatically terminate your rights under this License.
   6807 However, parties who have received copies, or rights, from you under
   6808 this License will not have their licenses terminated so long as such
   6809 parties remain in full compliance.
   6810 
   6811   5. You are not required to accept this License, since you have not
   6812 signed it.  However, nothing else grants you permission to modify or
   6813 distribute the Program or its derivative works.  These actions are
   6814 prohibited by law if you do not accept this License.  Therefore, by
   6815 modifying or distributing the Program (or any work based on the
   6816 Program), you indicate your acceptance of this License to do so, and
   6817 all its terms and conditions for copying, distributing or modifying
   6818 the Program or works based on it.
   6819 
   6820   6. Each time you redistribute the Program (or any work based on the
   6821 Program), the recipient automatically receives a license from the
   6822 original licensor to copy, distribute or modify the Program subject to
   6823 these terms and conditions.  You may not impose any further
   6824 restrictions on the recipients' exercise of the rights granted herein.
   6825 You are not responsible for enforcing compliance by third parties to
   6826 this License.
   6827 
   6828   7. If, as a consequence of a court judgment or allegation of patent
   6829 infringement or for any other reason (not limited to patent issues),
   6830 conditions are imposed on you (whether by court order, agreement or
   6831 otherwise) that contradict the conditions of this License, they do not
   6832 excuse you from the conditions of this License.  If you cannot
   6833 distribute so as to satisfy simultaneously your obligations under this
   6834 License and any other pertinent obligations, then as a consequence you
   6835 may not distribute the Program at all.  For example, if a patent
   6836 license would not permit royalty-free redistribution of the Program by
   6837 all those who receive copies directly or indirectly through you, then
   6838 the only way you could satisfy both it and this License would be to
   6839 refrain entirely from distribution of the Program.
   6840 
   6841 If any portion of this section is held invalid or unenforceable under
   6842 any particular circumstance, the balance of the section is intended to
   6843 apply and the section as a whole is intended to apply in other
   6844 circumstances.
   6845 
   6846 It is not the purpose of this section to induce you to infringe any
   6847 patents or other property right claims or to contest validity of any
   6848 such claims; this section has the sole purpose of protecting the
   6849 integrity of the free software distribution system, which is
   6850 implemented by public license practices.  Many people have made
   6851 generous contributions to the wide range of software distributed
   6852 through that system in reliance on consistent application of that
   6853 system; it is up to the author/donor to decide if he or she is willing
   6854 to distribute software through any other system and a licensee cannot
   6855 impose that choice.
   6856 
   6857 This section is intended to make thoroughly clear what is believed to
   6858 be a consequence of the rest of this License.
   6859 
   6861   8. If the distribution and/or use of the Program is restricted in
   6862 certain countries either by patents or by copyrighted interfaces, the
   6863 original copyright holder who places the Program under this License
   6864 may add an explicit geographical distribution limitation excluding
   6865 those countries, so that distribution is permitted only in or among
   6866 countries not thus excluded.  In such case, this License incorporates
   6867 the limitation as if written in the body of this License.
   6868 
   6869   9. The Free Software Foundation may publish revised and/or new versions
   6870 of the General Public License from time to time.  Such new versions will
   6871 be similar in spirit to the present version, but may differ in detail to
   6872 address new problems or concerns.
   6873 
   6874 Each version is given a distinguishing version number.  If the Program
   6875 specifies a version number of this License which applies to it and "any
   6876 later version", you have the option of following the terms and conditions
   6877 either of that version or of any later version published by the Free
   6878 Software Foundation.  If the Program does not specify a version number of
   6879 this License, you may choose any version ever published by the Free Software
   6880 Foundation.
   6881 
   6882   10. If you wish to incorporate parts of the Program into other free
   6883 programs whose distribution conditions are different, write to the author
   6884 to ask for permission.  For software which is copyrighted by the Free
   6885 Software Foundation, write to the Free Software Foundation; we sometimes
   6886 make exceptions for this.  Our decision will be guided by the two goals
   6887 of preserving the free status of all derivatives of our free software and
   6888 of promoting the sharing and reuse of software generally.
   6889 
   6890 			    NO WARRANTY
   6891 
   6892   11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
   6893 FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.  EXCEPT WHEN
   6894 OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
   6895 PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
   6896 OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
   6897 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  THE ENTIRE RISK AS
   6898 TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU.  SHOULD THE
   6899 PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
   6900 REPAIR OR CORRECTION.
   6901 
   6902   12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
   6903 WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
   6904 REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
   6905 INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
   6906 OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
   6907 TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
   6908 YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
   6909 PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
   6910 POSSIBILITY OF SUCH DAMAGES.
   6911 
   6912 		     END OF TERMS AND CONDITIONS
   6913 
   6915 	    How to Apply These Terms to Your New Programs
   6916 
   6917   If you develop a new program, and you want it to be of the greatest
   6918 possible use to the public, the best way to achieve this is to make it
   6919 free software which everyone can redistribute and change under these terms.
   6920 
   6921   To do so, attach the following notices to the program.  It is safest
   6922 to attach them to the start of each source file to most effectively
   6923 convey the exclusion of warranty; and each file should have at least
   6924 the "copyright" line and a pointer to where the full notice is found.
   6925 
   6926     &lt;one line to give the program's name and a brief idea of what it does.&gt;
   6927     Copyright (C) &lt;year&gt;  &lt;name of author&gt;
   6928 
   6929     This program is free software; you can redistribute it and/or modify
   6930     it under the terms of the GNU General Public License as published by
   6931     the Free Software Foundation; either version 2 of the License, or
   6932     (at your option) any later version.
   6933 
   6934     This program is distributed in the hope that it will be useful,
   6935     but WITHOUT ANY WARRANTY; without even the implied warranty of
   6936     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   6937     GNU General Public License for more details.
   6938 
   6939     You should have received a copy of the GNU General Public License
   6940     along with this program; if not, write to the Free Software
   6941     Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
   6942 
   6943 
   6944 Also add information on how to contact you by electronic and paper mail.
   6945 
   6946 If the program is interactive, make it output a short notice like this
   6947 when it starts in an interactive mode:
   6948 
   6949     Gnomovision version 69, Copyright (C) year  name of author
   6950     Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
   6951     This is free software, and you are welcome to redistribute it
   6952     under certain conditions; type `show c' for details.
   6953 
   6954 The hypothetical commands `show w' and `show c' should show the appropriate
   6955 parts of the General Public License.  Of course, the commands you use may
   6956 be called something other than `show w' and `show c'; they could even be
   6957 mouse-clicks or menu items--whatever suits your program.
   6958 
   6959 You should also get your employer (if you work as a programmer) or your
   6960 school, if any, to sign a "copyright disclaimer" for the program, if
   6961 necessary.  Here is a sample; alter the names:
   6962 
   6963   Yoyodyne, Inc., hereby disclaims all copyright interest in the program
   6964   `Gnomovision' (which makes passes at compilers) written by James Hacker.
   6965 
   6966   &lt;signature of Ty Coon&gt;, 1 April 1989
   6967   Ty Coon, President of Vice
   6968 
   6969 This General Public License does not permit incorporating your program into
   6970 proprietary programs.  If your program is a subroutine library, you may
   6971 consider it more useful to permit linking proprietary applications with the
   6972 library.  If this is what you want to do, use the GNU Library General
   6973 Public License instead of this License.
   6974 
   6975 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   6976 
   6977 Scanned Source License gc-7.2/libatomic_ops/doc/LICENSING.txt:
   6978 
   6979 Our intent is to make it easy to use libatomic_ops, in
   6980 both free and proprietary software.  Hence most code that we expect to be
   6981 linked into a client application is covered by an MIT-style license.
   6982 
   6983 A few library routines are covered by the GNU General Public License.
   6984 These are put into a separate library, libatomic_ops_gpl.a .
   6985 
   6986 The low-level part of the library is mostly covered by the following
   6987 license:
   6988 
   6989 ----------------------------------------
   6990 
   6991 Copyright (c) ...
   6992 
   6993 Permission is hereby granted, free of charge, to any person obtaining a copy
   6994 of this software and associated documentation files (the "Software"), to deal
   6995 in the Software without restriction, including without limitation the rights
   6996 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
   6997 copies of the Software, and to permit persons to whom the Software is
   6998 furnished to do so, subject to the following conditions:
   6999 
   7000 The above copyright notice and this permission notice shall be included in all
   7001 copies or substantial portions of the Software.
   7002 
   7003 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   7004 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   7005 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
   7006 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
   7007 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
   7008 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
   7009 SOFTWARE. 
   7010 
   7011 --------------------------------
   7012 
   7013 A few files in the sysdeps directory were inherited in part from the
   7014 Boehm-Demers-Weiser conservative garbage collector, and are covered by
   7015 its license, which is similar in spirit:
   7016 
   7017 --------------------------------
   7018 
   7019 Copyright (c) ...
   7020 
   7021 THIS MATERIAL IS PROVIDED AS IS, WITH ABSOLUTELY NO WARRANTY EXPRESSED
   7022 OR IMPLIED.  ANY USE IS AT YOUR OWN RISK.
   7023 
   7024 Permission is hereby granted to use or copy this program
   7025 for any purpose,  provided the above notices are retained on all copies.
   7026 Permission to modify the code and to distribute modified code is granted,
   7027 provided the above notices are retained, and a notice that the code was
   7028 modified is included with the above copyright notice.
   7029 
   7030 ----------------------------------
   7031 
   7032 A few files are covered by the GNU General Public License.  (See file
   7033 "COPYING".) This applies only to test code, sample applications,
   7034 and the libatomic_ops_gpl portion of the library.
   7035 Thus libatomic_ops_gpl should generally not be linked into proprietary code.
   7036 (This distinction was motivated by patent considerations.)
   7037 
   7038 It is possible that the license of the GPL pieces may be changed for
   7039 future versions to make them more consistent with the rest of the package.
   7040 If you submit patches, and have strong preferences about licensing, please
   7041 express them.
   7042 
   7043 
   7044 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   7045 
   7046 Gentoo Package Stock License boehm-gc:
   7047 
   7048 &lt;copyright notice&gt;
   7049 
   7050 THIS MATERIAL IS PROVIDED AS IS, WITH ABSOLUTELY NO WARRANTY EXPRESSED
   7051 OR IMPLIED.  ANY USE IS AT YOUR OWN RISK.
   7052 
   7053 Permission is hereby granted to use or copy this program
   7054 for any purpose,  provided the above notices are retained on all copies.
   7055 Permission to modify the code and to distribute modified code is granted,
   7056 provided the above notices are retained, and a notice that the code was
   7057 modified is included with the above copyright notice.
   7058 
   7059 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   7060 </pre>
   7061 <ul>
   7062 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
   7063 <li><a href='#GPL-2+'>Gentoo Package Stock License GPL-2+</a></li>
   7064 </ul>
   7065 </div>
   7066 </div>
   7067 
   7068 
   7069 <div class="product">
   7070 <span class="title">libcap-2.17</span>
   7071 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   7072 <span class="homepage"><a href="http://www.friedhoff.org/posixfilecaps.html">homepage</a></span>
   7073 <div class="licence">
   7074 <pre>Scanned Source License libcap-2.17/License:
   7075 
   7076 Unless otherwise *explicitly* stated, the following text describes the
   7077 licensed conditions under which the contents of this libcap release
   7078 may be used and distributed:
   7079 
   7080 -------------------------------------------------------------------------
   7081 Redistribution and use in source and binary forms of libcap, with
   7082 or without modification, are permitted provided that the following
   7083 conditions are met:
   7084 
   7085 1. Redistributions of source code must retain any existing copyright
   7086    notice, and this entire permission notice in its entirety,
   7087    including the disclaimer of warranties.
   7088 
   7089 2. Redistributions in binary form must reproduce all prior and current
   7090    copyright notices, this list of conditions, and the following
   7091    disclaimer in the documentation and/or other materials provided
   7092    with the distribution.
   7093 
   7094 3. The name of any author may not be used to endorse or promote
   7095    products derived from this software without their specific prior
   7096    written permission.
   7097 
   7098 ALTERNATIVELY, this product may be distributed under the terms of the
   7099 GNU General Public License, in which case the provisions of the GNU
   7100 GPL are required INSTEAD OF the above restrictions.  (This clause is
   7101 necessary due to a potential conflict between the GNU GPL and the
   7102 restrictions contained in a BSD-style copyright.)
   7103 
   7104 THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED
   7105 WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
   7106 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
   7107 IN NO EVENT SHALL THE AUTHOR(S) BE LIABLE FOR ANY DIRECT, INDIRECT,
   7108 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
   7109 BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
   7110 OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
   7111 ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
   7112 TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
   7113 USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
   7114 DAMAGE.
   7115 -------------------------------------------------------------------------
   7116 
   7117 
   7118 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   7119 
   7120 Scanned Source License libcap-2.17/pam_cap/License:
   7121 
   7122 Unless otherwise *explicitly* stated the following text describes the
   7123 licensed conditions under which the contents of this module release
   7124 may be distributed:
   7125 
   7126 -------------------------------------------------------------------------
   7127 Redistribution and use in source and binary forms of this module, with
   7128 or without modification, are permitted provided that the following
   7129 conditions are met:
   7130 
   7131 1. Redistributions of source code must retain any existing copyright
   7132    notice, and this entire permission notice in its entirety,
   7133    including the disclaimer of warranties.
   7134 
   7135 2. Redistributions in binary form must reproduce all prior and current
   7136    copyright notices, this list of conditions, and the following
   7137    disclaimer in the documentation and/or other materials provided
   7138    with the distribution.
   7139 
   7140 3. The name of any author may not be used to endorse or promote
   7141    products derived from this software without their specific prior
   7142    written permission.
   7143 
   7144 ALTERNATIVELY, this product may be distributed under the terms of the
   7145 GNU Library General Public License, in which case the provisions of
   7146 the GNU LGPL are required INSTEAD OF the above restrictions.  (This
   7147 clause is necessary due to a potential conflict between the GNU LGPL
   7148 and the restrictions contained in a BSD-style copyright.)
   7149 
   7150 THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED
   7151 WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
   7152 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
   7153 IN NO EVENT SHALL THE AUTHOR(S) BE LIABLE FOR ANY DIRECT, INDIRECT,
   7154 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
   7155 BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
   7156 OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
   7157 ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
   7158 TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
   7159 USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
   7160 DAMAGE.
   7161 -------------------------------------------------------------------------
   7162 
   7163 
   7164 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   7165 </pre>
   7166 <ul>
   7167 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
   7168 </ul>
   7169 </div>
   7170 </div>
   7171 
   7172 
   7173 <div class="product">
   7174 <span class="title">libdaemon-0.14</span>
   7175 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   7176 <span class="homepage"><a href="http://0pointer.de/lennart/projects/libdaemon/">homepage</a></span>
   7177 <div class="licence">
   7178 <pre></pre>
   7179 <ul>
   7180 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li>
   7181 </ul>
   7182 </div>
   7183 </div>
   7184 
   7185 
   7186 <div class="product">
   7187 <span class="title">libdivsufsort-2.0.1</span>
   7188 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   7189 <span class="homepage"><a href="http://code.google.com/p/libdivsufsort/">homepage</a></span>
   7190 <div class="licence">
   7191 <pre>Scanned Source License libdivsufsort-2.0.1/COPYING:
   7192 
   7193 The libdivsufsort copyright is as follows:
   7194 
   7195 Copyright (c) 2003-2008 Yuta Mori All Rights Reserved.
   7196 
   7197 Permission is hereby granted, free of charge, to any person
   7198 obtaining a copy of this software and associated documentation
   7199 files (the "Software"), to deal in the Software without
   7200 restriction, including without limitation the rights to use,
   7201 copy, modify, merge, publish, distribute, sublicense, and/or sell
   7202 copies of the Software, and to permit persons to whom the
   7203 Software is furnished to do so, subject to the following
   7204 conditions:
   7205 
   7206 The above copyright notice and this permission notice shall be
   7207 included in all copies or substantial portions of the Software.
   7208 
   7209 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
   7210 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
   7211 OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
   7212 NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
   7213 HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
   7214 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
   7215 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
   7216 OTHER DEALINGS IN THE SOFTWARE.
   7217 
   7218 See also the libdivsufsort web site:
   7219   http://libdivsufsort.googlecode.com/ for more information.
   7220 
   7221 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   7222 </pre>
   7223 <ul>
   7224 
   7225 </ul>
   7226 </div>
   7227 </div>
   7228 
   7229 
   7230 <div class="product">
   7231 <span class="title">libevent-2.0.21</span>
   7232 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   7233 <span class="homepage"><a href="http://libevent.org/">homepage</a></span>
   7234 <div class="licence">
   7235 <pre>Copyright Attribution License chromiumos-overlay/licenses/copyright-attribution/dev-libs/libevent:
   7236 
   7237 Copyright (c) 2002, 2003 Niels Provos &lt;provos (a] citi.umich.edu&gt;
   7238 All rights reserved.
   7239 
   7240 Redistribution and use in source and binary forms, with or without
   7241 modification, are permitted provided that the following conditions
   7242 are met:
   7243 1. Redistributions of source code must retain the above copyright
   7244    notice, this list of conditions and the following disclaimer.
   7245 2. Redistributions in binary form must reproduce the above copyright
   7246    notice, this list of conditions and the following disclaimer in the
   7247    documentation and/or other materials provided with the distribution.
   7248 3. The name of the author may not be used to endorse or promote products
   7249    derived from this software without specific prior written permission.
   7250 
   7251 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
   7252 IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
   7253 OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
   7254 IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
   7255 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
   7256 NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
   7257 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
   7258 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
   7259 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
   7260 THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
   7261 
   7262 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   7263 </pre>
   7264 <ul>
   7265 
   7266 </ul>
   7267 </div>
   7268 </div>
   7269 
   7270 
   7271 <div class="product">
   7272 <span class="title">libffi-3.0.9</span>
   7273 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   7274 <span class="homepage"><a href="http://sourceware.org/libffi/">homepage</a></span>
   7275 <div class="licence">
   7276 <pre>Scanned Source License libffi-3.0.9/LICENSE:
   7277 
   7278 libffi - Copyright (c) 1996-2009  Anthony Green, Red Hat, Inc and others.  
   7279 See source files for details.
   7280 
   7281 Permission is hereby granted, free of charge, to any person obtaining
   7282 a copy of this software and associated documentation files (the
   7283 ``Software''), to deal in the Software without restriction, including
   7284 without limitation the rights to use, copy, modify, merge, publish,
   7285 distribute, sublicense, and/or sell copies of the Software, and to
   7286 permit persons to whom the Software is furnished to do so, subject to
   7287 the following conditions:
   7288 
   7289 The above copyright notice and this permission notice shall be included
   7290 in all copies or substantial portions of the Software.
   7291 
   7292 THE SOFTWARE IS PROVIDED ``AS IS'', WITHOUT WARRANTY OF ANY KIND,
   7293 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
   7294 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
   7295 IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
   7296 CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
   7297 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
   7298 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
   7299 
   7300 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   7301 </pre>
   7302 <ul>
   7303 
   7304 </ul>
   7305 </div>
   7306 </div>
   7307 
   7308 
   7309 <div class="product">
   7310 <span class="title">libgcrypt-1.4.6</span>
   7311 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   7312 <span class="homepage"><a href="http://www.gnupg.org/">homepage</a></span>
   7313 <div class="licence">
   7314 <pre></pre>
   7315 <ul>
   7316 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li>
   7317 </ul>
   7318 </div>
   7319 </div>
   7320 
   7321 
   7322 <div class="product">
   7323 <span class="title">libgpg-error-1.10</span>
   7324 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   7325 <span class="homepage"><a href="http://www.gnupg.org/related_software/libgpg-error">homepage</a></span>
   7326 <div class="licence">
   7327 <pre></pre>
   7328 <ul>
   7329 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li>
   7330 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
   7331 </ul>
   7332 </div>
   7333 </div>
   7334 
   7335 
   7336 <div class="product">
   7337 <span class="title">libmnl-1.0.3</span>
   7338 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   7339 <span class="homepage"><a href="http://netfilter.org/projects/libmnl">homepage</a></span>
   7340 <div class="licence">
   7341 <pre></pre>
   7342 <ul>
   7343 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li>
   7344 </ul>
   7345 </div>
   7346 </div>
   7347 
   7348 
   7349 <div class="product">
   7350 <span class="title">libmtp-0.0.1</span>
   7351 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   7352 <span class="homepage"><a href="http://libmtp.sourceforge.net/">homepage</a></span>
   7353 <div class="licence">
   7354 <pre></pre>
   7355 <ul>
   7356 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li>
   7357 </ul>
   7358 </div>
   7359 </div>
   7360 
   7361 
   7362 <div class="product">
   7363 <span class="title">libnetfilter_queue-1.0.1</span>
   7364 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   7365 <span class="homepage"><a href="http://www.netfilter.org/projects/libnetfilter_queue/">homepage</a></span>
   7366 <div class="licence">
   7367 <pre></pre>
   7368 <ul>
   7369 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
   7370 </ul>
   7371 </div>
   7372 </div>
   7373 
   7374 
   7375 <div class="product">
   7376 <span class="title">libnfnetlink-1.0.1</span>
   7377 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   7378 <span class="homepage"><a href="http://www.netfilter.org/projects/libnfnetlink/">homepage</a></span>
   7379 <div class="licence">
   7380 <pre></pre>
   7381 <ul>
   7382 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
   7383 </ul>
   7384 </div>
   7385 </div>
   7386 
   7387 
   7388 <div class="product">
   7389 <span class="title">libnih-1.0.3</span>
   7390 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   7391 <span class="homepage"><a href="https://launchpad.net/libnih">homepage</a></span>
   7392 <div class="licence">
   7393 <pre></pre>
   7394 <ul>
   7395 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
   7396 </ul>
   7397 </div>
   7398 </div>
   7399 
   7400 
   7401 <div class="product">
   7402 <span class="title">libnl-1.1</span>
   7403 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   7404 <span class="homepage"><a href="http://people.suug.ch/~tgr/libnl/">homepage</a></span>
   7405 <div class="licence">
   7406 <pre></pre>
   7407 <ul>
   7408 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li>
   7409 </ul>
   7410 </div>
   7411 </div>
   7412 
   7413 
   7414 <div class="product">
   7415 <span class="title">libnl-3.2.14</span>
   7416 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   7417 <span class="homepage"><a href="http://www.infradead.org/~tgr/libnl/">homepage</a></span>
   7418 <div class="licence">
   7419 <pre></pre>
   7420 <ul>
   7421 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li>
   7422 </ul>
   7423 </div>
   7424 </div>
   7425 
   7426 
   7427 <div class="product">
   7428 <span class="title">libp11-0.2.8</span>
   7429 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   7430 <span class="homepage"><a href="http://www.opensc-project.org/libp11/">homepage</a></span>
   7431 <div class="licence">
   7432 <pre></pre>
   7433 <ul>
   7434 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li>
   7435 </ul>
   7436 </div>
   7437 </div>
   7438 
   7439 
   7440 <div class="product">
   7441 <span class="title">libpcap-1.1.1</span>
   7442 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   7443 <span class="homepage"><a href="http://www.tcpdump.org/">homepage</a></span>
   7444 <div class="licence">
   7445 <pre>Scanned Source License libpcap-1.1.1/LICENSE:
   7446 
   7447 License: BSD
   7448  
   7449 Redistribution and use in source and binary forms, with or without
   7450 modification, are permitted provided that the following conditions
   7451 are met:
   7452   
   7453   1. Redistributions of source code must retain the above copyright
   7454      notice, this list of conditions and the following disclaimer.
   7455   2. Redistributions in binary form must reproduce the above copyright
   7456      notice, this list of conditions and the following disclaimer in
   7457      the documentation and/or other materials provided with the
   7458      distribution.
   7459   3. The names of the authors may not be used to endorse or promote
   7460      products derived from this software without specific prior
   7461      written permission.
   7462   
   7463 THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
   7464 IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
   7465 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
   7466 
   7467 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   7468 </pre>
   7469 <ul>
   7470 
   7471 </ul>
   7472 </div>
   7473 </div>
   7474 
   7475 
   7476 <div class="product">
   7477 <span class="title">libpcre-8.30</span>
   7478 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   7479 <span class="homepage"><a href="http://www.pcre.org/">homepage</a></span>
   7480 <div class="licence">
   7481 <pre>Scanned Source License pcre-8.30/COPYING:
   7482 
   7483 PCRE LICENCE
   7484 
   7485 Please see the file LICENCE in the PCRE distribution for licensing details.
   7486 
   7487 End
   7488 
   7489 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   7490 
   7491 Scanned Source License pcre-8.30/LICENCE:
   7492 
   7493 PCRE LICENCE
   7494 ------------
   7495 
   7496 PCRE is a library of functions to support regular expressions whose syntax
   7497 and semantics are as close as possible to those of the Perl 5 language.
   7498 
   7499 Release 8 of PCRE is distributed under the terms of the "BSD" licence, as
   7500 specified below. The documentation for PCRE, supplied in the "doc"
   7501 directory, is distributed under the same terms as the software itself.
   7502 
   7503 The basic library functions are written in C and are freestanding. Also
   7504 included in the distribution is a set of C++ wrapper functions, and a
   7505 just-in-time compiler that can be used to optimize pattern matching. These
   7506 are both optional features that can be omitted when the library is built.
   7507 
   7508 
   7509 THE BASIC LIBRARY FUNCTIONS
   7510 ---------------------------
   7511 
   7512 Written by:       Philip Hazel
   7513 Email local part: ph10
   7514 Email domain:     cam.ac.uk
   7515 
   7516 University of Cambridge Computing Service,
   7517 Cambridge, England.
   7518 
   7519 Copyright (c) 1997-2012 University of Cambridge
   7520 All rights reserved.
   7521 
   7522 
   7523 PCRE JUST-IN-TIME COMPILATION SUPPORT
   7524 -------------------------------------
   7525 
   7526 Written by:       Zoltan Herczeg
   7527 Email local part: hzmester
   7528 Emain domain:     freemail.hu
   7529 
   7530 Copyright(c) 2010-2012 Zoltan Herczeg
   7531 All rights reserved.
   7532 
   7533 
   7534 STACK-LESS JUST-IN-TIME COMPILER
   7535 --------------------------------
   7536 
   7537 Written by:       Zoltan Herczeg
   7538 Email local part: hzmester
   7539 Emain domain:     freemail.hu
   7540 
   7541 Copyright(c) 2009-2012 Zoltan Herczeg
   7542 All rights reserved.
   7543 
   7544 
   7545 THE C++ WRAPPER FUNCTIONS
   7546 -------------------------
   7547 
   7548 Contributed by:   Google Inc.
   7549 
   7550 Copyright (c) 2007-2012, Google Inc.
   7551 All rights reserved.
   7552 
   7553 
   7554 THE "BSD" LICENCE
   7555 -----------------
   7556 
   7557 Redistribution and use in source and binary forms, with or without
   7558 modification, are permitted provided that the following conditions are met:
   7559 
   7560     * Redistributions of source code must retain the above copyright notice,
   7561       this list of conditions and the following disclaimer.
   7562 
   7563     * Redistributions in binary form must reproduce the above copyright
   7564       notice, this list of conditions and the following disclaimer in the
   7565       documentation and/or other materials provided with the distribution.
   7566 
   7567     * Neither the name of the University of Cambridge nor the name of Google
   7568       Inc. nor the names of their contributors may be used to endorse or
   7569       promote products derived from this software without specific prior
   7570       written permission.
   7571 
   7572 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
   7573 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
   7574 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
   7575 ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
   7576 LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
   7577 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
   7578 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
   7579 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
   7580 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
   7581 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
   7582 POSSIBILITY OF SUCH DAMAGE.
   7583 
   7584 End
   7585 
   7586 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   7587 </pre>
   7588 <ul>
   7589 
   7590 </ul>
   7591 </div>
   7592 </div>
   7593 
   7594 
   7595 <div class="product">
   7596 <span class="title">libpng-1.2.49</span>
   7597 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   7598 <span class="homepage"><a href="http://www.libpng.org/">homepage</a></span>
   7599 <div class="licence">
   7600 <pre>Scanned Source License libpng-1.2.49/LICENSE:
   7601 
   7602 
   7603 This copy of the libpng notices is provided for your convenience.  In case of
   7604 any discrepancy between this copy and the notices in the file png.h that is
   7605 included in the libpng distribution, the latter shall prevail.
   7606 
   7607 COPYRIGHT NOTICE, DISCLAIMER, and LICENSE:
   7608 
   7609 If you modify libpng you may insert additional notices immediately following
   7610 this sentence.
   7611 
   7612 This code is released under the libpng license.
   7613 
   7614 libpng versions 1.2.6, August 15, 2004, through 1.2.49, March 29, 2012, are
   7615 Copyright (c) 2004, 2006-2009 Glenn Randers-Pehrson, and are
   7616 distributed according to the same disclaimer and license as libpng-1.2.5
   7617 with the following individual added to the list of Contributing Authors
   7618 
   7619    Cosmin Truta
   7620 
   7621 libpng versions 1.0.7, July 1, 2000, through 1.2.5 - October 3, 2002, are
   7622 Copyright (c) 2000-2002 Glenn Randers-Pehrson, and are
   7623 distributed according to the same disclaimer and license as libpng-1.0.6
   7624 with the following individuals added to the list of Contributing Authors
   7625 
   7626    Simon-Pierre Cadieux
   7627    Eric S. Raymond
   7628    Gilles Vollant
   7629 
   7630 and with the following additions to the disclaimer:
   7631 
   7632    There is no warranty against interference with your enjoyment of the
   7633    library or against infringement.  There is no warranty that our
   7634    efforts or the library will fulfill any of your particular purposes
   7635    or needs.  This library is provided with all faults, and the entire
   7636    risk of satisfactory quality, performance, accuracy, and effort is with
   7637    the user.
   7638 
   7639 libpng versions 0.97, January 1998, through 1.0.6, March 20, 2000, are
   7640 Copyright (c) 1998, 1999 Glenn Randers-Pehrson, and are
   7641 distributed according to the same disclaimer and license as libpng-0.96,
   7642 with the following individuals added to the list of Contributing Authors:
   7643 
   7644    Tom Lane
   7645    Glenn Randers-Pehrson
   7646    Willem van Schaik
   7647 
   7648 libpng versions 0.89, June 1996, through 0.96, May 1997, are
   7649 Copyright (c) 1996, 1997 Andreas Dilger
   7650 Distributed according to the same disclaimer and license as libpng-0.88,
   7651 with the following individuals added to the list of Contributing Authors:
   7652 
   7653    John Bowler
   7654    Kevin Bracey
   7655    Sam Bushell
   7656    Magnus Holmgren
   7657    Greg Roelofs
   7658    Tom Tanner
   7659 
   7660 libpng versions 0.5, May 1995, through 0.88, January 1996, are
   7661 Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.
   7662 
   7663 For the purposes of this copyright and license, "Contributing Authors"
   7664 is defined as the following set of individuals:
   7665 
   7666    Andreas Dilger
   7667    Dave Martindale
   7668    Guy Eric Schalnat
   7669    Paul Schmidt
   7670    Tim Wegner
   7671 
   7672 The PNG Reference Library is supplied "AS IS".  The Contributing Authors
   7673 and Group 42, Inc. disclaim all warranties, expressed or implied,
   7674 including, without limitation, the warranties of merchantability and of
   7675 fitness for any purpose.  The Contributing Authors and Group 42, Inc.
   7676 assume no liability for direct, indirect, incidental, special, exemplary,
   7677 or consequential damages, which may result from the use of the PNG
   7678 Reference Library, even if advised of the possibility of such damage.
   7679 
   7680 Permission is hereby granted to use, copy, modify, and distribute this
   7681 source code, or portions hereof, for any purpose, without fee, subject
   7682 to the following restrictions:
   7683 
   7684 1. The origin of this source code must not be misrepresented.
   7685 
   7686 2. Altered versions must be plainly marked as such and must not
   7687    be misrepresented as being the original source.
   7688 
   7689 3. This Copyright notice may not be removed or altered from any
   7690    source or altered source distribution.
   7691 
   7692 The Contributing Authors and Group 42, Inc. specifically permit, without
   7693 fee, and encourage the use of this source code as a component to
   7694 supporting the PNG file format in commercial products.  If you use this
   7695 source code in a product, acknowledgment is not required but would be
   7696 appreciated.
   7697 
   7698 
   7699 A "png_get_copyright" function is available, for convenient use in "about"
   7700 boxes and the like:
   7701 
   7702    printf("%s",png_get_copyright(NULL));
   7703 
   7704 Also, the PNG logo (in PNG format, of course) is supplied in the
   7705 files "pngbar.png" and "pngbar.jpg (88x31) and "pngnow.png" (98x31).
   7706 
   7707 Libpng is OSI Certified Open Source Software.  OSI Certified Open Source is a
   7708 certification mark of the Open Source Initiative.
   7709 
   7710 Glenn Randers-Pehrson
   7711 glennrp at users.sourceforge.net
   7712 March 29, 2012
   7713 
   7714 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   7715 
   7716 Scanned Source License libpng-1.2.49/contrib/gregbook/COPYING:
   7717 
   7718 		    GNU GENERAL PUBLIC LICENSE
   7719 		       Version 2, June 1991
   7720 
   7721  Copyright (C) 1989, 1991 Free Software Foundation, Inc.
   7722      59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
   7723  Everyone is permitted to copy and distribute verbatim copies
   7724  of this license document, but changing it is not allowed.
   7725 
   7726 			    Preamble
   7727 
   7728   The licenses for most software are designed to take away your
   7729 freedom to share and change it.  By contrast, the GNU General Public
   7730 License is intended to guarantee your freedom to share and change free
   7731 software--to make sure the software is free for all its users.  This
   7732 General Public License applies to most of the Free Software
   7733 Foundation's software and to any other program whose authors commit to
   7734 using it.  (Some other Free Software Foundation software is covered by
   7735 the GNU Library General Public License instead.)  You can apply it to
   7736 your programs, too.
   7737 
   7738   When we speak of free software, we are referring to freedom, not
   7739 price.  Our General Public Licenses are designed to make sure that you
   7740 have the freedom to distribute copies of free software (and charge for
   7741 this service if you wish), that you receive source code or can get it
   7742 if you want it, that you can change the software or use pieces of it
   7743 in new free programs; and that you know you can do these things.
   7744 
   7745   To protect your rights, we need to make restrictions that forbid
   7746 anyone to deny you these rights or to ask you to surrender the rights.
   7747 These restrictions translate to certain responsibilities for you if you
   7748 distribute copies of the software, or if you modify it.
   7749 
   7750   For example, if you distribute copies of such a program, whether
   7751 gratis or for a fee, you must give the recipients all the rights that
   7752 you have.  You must make sure that they, too, receive or can get the
   7753 source code.  And you must show them these terms so they know their
   7754 rights.
   7755 
   7756   We protect your rights with two steps: (1) copyright the software, and
   7757 (2) offer you this license which gives you legal permission to copy,
   7758 distribute and/or modify the software.
   7759 
   7760   Also, for each author's protection and ours, we want to make certain
   7761 that everyone understands that there is no warranty for this free
   7762 software.  If the software is modified by someone else and passed on, we
   7763 want its recipients to know that what they have is not the original, so
   7764 that any problems introduced by others will not reflect on the original
   7765 authors' reputations.
   7766 
   7767   Finally, any free program is threatened constantly by software
   7768 patents.  We wish to avoid the danger that redistributors of a free
   7769 program will individually obtain patent licenses, in effect making the
   7770 program proprietary.  To prevent this, we have made it clear that any
   7771 patent must be licensed for everyone's free use or not licensed at all.
   7772 
   7773   The precise terms and conditions for copying, distribution and
   7774 modification follow.
   7775 
   7777 		    GNU GENERAL PUBLIC LICENSE
   7778    TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
   7779 
   7780   0. This License applies to any program or other work which contains
   7781 a notice placed by the copyright holder saying it may be distributed
   7782 under the terms of this General Public License.  The "Program", below,
   7783 refers to any such program or work, and a "work based on the Program"
   7784 means either the Program or any derivative work under copyright law:
   7785 that is to say, a work containing the Program or a portion of it,
   7786 either verbatim or with modifications and/or translated into another
   7787 language.  (Hereinafter, translation is included without limitation in
   7788 the term "modification".)  Each licensee is addressed as "you".
   7789 
   7790 Activities other than copying, distribution and modification are not
   7791 covered by this License; they are outside its scope.  The act of
   7792 running the Program is not restricted, and the output from the Program
   7793 is covered only if its contents constitute a work based on the
   7794 Program (independent of having been made by running the Program).
   7795 Whether that is true depends on what the Program does.
   7796 
   7797   1. You may copy and distribute verbatim copies of the Program's
   7798 source code as you receive it, in any medium, provided that you
   7799 conspicuously and appropriately publish on each copy an appropriate
   7800 copyright notice and disclaimer of warranty; keep intact all the
   7801 notices that refer to this License and to the absence of any warranty;
   7802 and give any other recipients of the Program a copy of this License
   7803 along with the Program.
   7804 
   7805 You may charge a fee for the physical act of transferring a copy, and
   7806 you may at your option offer warranty protection in exchange for a fee.
   7807 
   7808   2. You may modify your copy or copies of the Program or any portion
   7809 of it, thus forming a work based on the Program, and copy and
   7810 distribute such modifications or work under the terms of Section 1
   7811 above, provided that you also meet all of these conditions:
   7812 
   7813     a) You must cause the modified files to carry prominent notices
   7814     stating that you changed the files and the date of any change.
   7815 
   7816     b) You must cause any work that you distribute or publish, that in
   7817     whole or in part contains or is derived from the Program or any
   7818     part thereof, to be licensed as a whole at no charge to all third
   7819     parties under the terms of this License.
   7820 
   7821     c) If the modified program normally reads commands interactively
   7822     when run, you must cause it, when started running for such
   7823     interactive use in the most ordinary way, to print or display an
   7824     announcement including an appropriate copyright notice and a
   7825     notice that there is no warranty (or else, saying that you provide
   7826     a warranty) and that users may redistribute the program under
   7827     these conditions, and telling the user how to view a copy of this
   7828     License.  (Exception: if the Program itself is interactive but
   7829     does not normally print such an announcement, your work based on
   7830     the Program is not required to print an announcement.)
   7831 
   7833 These requirements apply to the modified work as a whole.  If
   7834 identifiable sections of that work are not derived from the Program,
   7835 and can be reasonably considered independent and separate works in
   7836 themselves, then this License, and its terms, do not apply to those
   7837 sections when you distribute them as separate works.  But when you
   7838 distribute the same sections as part of a whole which is a work based
   7839 on the Program, the distribution of the whole must be on the terms of
   7840 this License, whose permissions for other licensees extend to the
   7841 entire whole, and thus to each and every part regardless of who wrote it.
   7842 
   7843 Thus, it is not the intent of this section to claim rights or contest
   7844 your rights to work written entirely by you; rather, the intent is to
   7845 exercise the right to control the distribution of derivative or
   7846 collective works based on the Program.
   7847 
   7848 In addition, mere aggregation of another work not based on the Program
   7849 with the Program (or with a work based on the Program) on a volume of
   7850 a storage or distribution medium does not bring the other work under
   7851 the scope of this License.
   7852 
   7853   3. You may copy and distribute the Program (or a work based on it,
   7854 under Section 2) in object code or executable form under the terms of
   7855 Sections 1 and 2 above provided that you also do one of the following:
   7856 
   7857     a) Accompany it with the complete corresponding machine-readable
   7858     source code, which must be distributed under the terms of Sections
   7859     1 and 2 above on a medium customarily used for software interchange; or,
   7860 
   7861     b) Accompany it with a written offer, valid for at least three
   7862     years, to give any third party, for a charge no more than your
   7863     cost of physically performing source distribution, a complete
   7864     machine-readable copy of the corresponding source code, to be
   7865     distributed under the terms of Sections 1 and 2 above on a medium
   7866     customarily used for software interchange; or,
   7867 
   7868     c) Accompany it with the information you received as to the offer
   7869     to distribute corresponding source code.  (This alternative is
   7870     allowed only for noncommercial distribution and only if you
   7871     received the program in object code or executable form with such
   7872     an offer, in accord with Subsection b above.)
   7873 
   7874 The source code for a work means the preferred form of the work for
   7875 making modifications to it.  For an executable work, complete source
   7876 code means all the source code for all modules it contains, plus any
   7877 associated interface definition files, plus the scripts used to
   7878 control compilation and installation of the executable.  However, as a
   7879 special exception, the source code distributed need not include
   7880 anything that is normally distributed (in either source or binary
   7881 form) with the major components (compiler, kernel, and so on) of the
   7882 operating system on which the executable runs, unless that component
   7883 itself accompanies the executable.
   7884 
   7885 If distribution of executable or object code is made by offering
   7886 access to copy from a designated place, then offering equivalent
   7887 access to copy the source code from the same place counts as
   7888 distribution of the source code, even though third parties are not
   7889 compelled to copy the source along with the object code.
   7890 
   7892   4. You may not copy, modify, sublicense, or distribute the Program
   7893 except as expressly provided under this License.  Any attempt
   7894 otherwise to copy, modify, sublicense or distribute the Program is
   7895 void, and will automatically terminate your rights under this License.
   7896 However, parties who have received copies, or rights, from you under
   7897 this License will not have their licenses terminated so long as such
   7898 parties remain in full compliance.
   7899 
   7900   5. You are not required to accept this License, since you have not
   7901 signed it.  However, nothing else grants you permission to modify or
   7902 distribute the Program or its derivative works.  These actions are
   7903 prohibited by law if you do not accept this License.  Therefore, by
   7904 modifying or distributing the Program (or any work based on the
   7905 Program), you indicate your acceptance of this License to do so, and
   7906 all its terms and conditions for copying, distributing or modifying
   7907 the Program or works based on it.
   7908 
   7909   6. Each time you redistribute the Program (or any work based on the
   7910 Program), the recipient automatically receives a license from the
   7911 original licensor to copy, distribute or modify the Program subject to
   7912 these terms and conditions.  You may not impose any further
   7913 restrictions on the recipients' exercise of the rights granted herein.
   7914 You are not responsible for enforcing compliance by third parties to
   7915 this License.
   7916 
   7917   7. If, as a consequence of a court judgment or allegation of patent
   7918 infringement or for any other reason (not limited to patent issues),
   7919 conditions are imposed on you (whether by court order, agreement or
   7920 otherwise) that contradict the conditions of this License, they do not
   7921 excuse you from the conditions of this License.  If you cannot
   7922 distribute so as to satisfy simultaneously your obligations under this
   7923 License and any other pertinent obligations, then as a consequence you
   7924 may not distribute the Program at all.  For example, if a patent
   7925 license would not permit royalty-free redistribution of the Program by
   7926 all those who receive copies directly or indirectly through you, then
   7927 the only way you could satisfy both it and this License would be to
   7928 refrain entirely from distribution of the Program.
   7929 
   7930 If any portion of this section is held invalid or unenforceable under
   7931 any particular circumstance, the balance of the section is intended to
   7932 apply and the section as a whole is intended to apply in other
   7933 circumstances.
   7934 
   7935 It is not the purpose of this section to induce you to infringe any
   7936 patents or other property right claims or to contest validity of any
   7937 such claims; this section has the sole purpose of protecting the
   7938 integrity of the free software distribution system, which is
   7939 implemented by public license practices.  Many people have made
   7940 generous contributions to the wide range of software distributed
   7941 through that system in reliance on consistent application of that
   7942 system; it is up to the author/donor to decide if he or she is willing
   7943 to distribute software through any other system and a licensee cannot
   7944 impose that choice.
   7945 
   7946 This section is intended to make thoroughly clear what is believed to
   7947 be a consequence of the rest of this License.
   7948 
   7950   8. If the distribution and/or use of the Program is restricted in
   7951 certain countries either by patents or by copyrighted interfaces, the
   7952 original copyright holder who places the Program under this License
   7953 may add an explicit geographical distribution limitation excluding
   7954 those countries, so that distribution is permitted only in or among
   7955 countries not thus excluded.  In such case, this License incorporates
   7956 the limitation as if written in the body of this License.
   7957 
   7958   9. The Free Software Foundation may publish revised and/or new versions
   7959 of the General Public License from time to time.  Such new versions will
   7960 be similar in spirit to the present version, but may differ in detail to
   7961 address new problems or concerns.
   7962 
   7963 Each version is given a distinguishing version number.  If the Program
   7964 specifies a version number of this License which applies to it and "any
   7965 later version", you have the option of following the terms and conditions
   7966 either of that version or of any later version published by the Free
   7967 Software Foundation.  If the Program does not specify a version number of
   7968 this License, you may choose any version ever published by the Free Software
   7969 Foundation.
   7970 
   7971   10. If you wish to incorporate parts of the Program into other free
   7972 programs whose distribution conditions are different, write to the author
   7973 to ask for permission.  For software which is copyrighted by the Free
   7974 Software Foundation, write to the Free Software Foundation; we sometimes
   7975 make exceptions for this.  Our decision will be guided by the two goals
   7976 of preserving the free status of all derivatives of our free software and
   7977 of promoting the sharing and reuse of software generally.
   7978 
   7979 			    NO WARRANTY
   7980 
   7981   11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
   7982 FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.  EXCEPT WHEN
   7983 OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
   7984 PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
   7985 OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
   7986 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  THE ENTIRE RISK AS
   7987 TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU.  SHOULD THE
   7988 PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
   7989 REPAIR OR CORRECTION.
   7990 
   7991   12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
   7992 WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
   7993 REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
   7994 INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
   7995 OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
   7996 TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
   7997 YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
   7998 PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
   7999 POSSIBILITY OF SUCH DAMAGES.
   8000 
   8001 		     END OF TERMS AND CONDITIONS
   8002 
   8004 	    How to Apply These Terms to Your New Programs
   8005 
   8006   If you develop a new program, and you want it to be of the greatest
   8007 possible use to the public, the best way to achieve this is to make it
   8008 free software which everyone can redistribute and change under these terms.
   8009 
   8010   To do so, attach the following notices to the program.  It is safest
   8011 to attach them to the start of each source file to most effectively
   8012 convey the exclusion of warranty; and each file should have at least
   8013 the "copyright" line and a pointer to where the full notice is found.
   8014 
   8015     &lt;one line to give the program's name and a brief idea of what it does.&gt;
   8016     Copyright (C) &lt;year&gt;  &lt;name of author&gt;
   8017 
   8018     This program is free software; you can redistribute it and/or modify
   8019     it under the terms of the GNU General Public License as published by
   8020     the Free Software Foundation; either version 2 of the License, or
   8021     (at your option) any later version.
   8022 
   8023     This program is distributed in the hope that it will be useful,
   8024     but WITHOUT ANY WARRANTY; without even the implied warranty of
   8025     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   8026     GNU General Public License for more details.
   8027 
   8028     You should have received a copy of the GNU General Public License
   8029     along with this program; if not, write to the Free Software
   8030     Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
   8031 
   8032 
   8033 Also add information on how to contact you by electronic and paper mail.
   8034 
   8035 If the program is interactive, make it output a short notice like this
   8036 when it starts in an interactive mode:
   8037 
   8038     Gnomovision version 69, Copyright (C) year  name of author
   8039     Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
   8040     This is free software, and you are welcome to redistribute it
   8041     under certain conditions; type `show c' for details.
   8042 
   8043 The hypothetical commands `show w' and `show c' should show the appropriate
   8044 parts of the General Public License.  Of course, the commands you use may
   8045 be called something other than `show w' and `show c'; they could even be
   8046 mouse-clicks or menu items--whatever suits your program.
   8047 
   8048 You should also get your employer (if you work as a programmer) or your
   8049 school, if any, to sign a "copyright disclaimer" for the program, if
   8050 necessary.  Here is a sample; alter the names:
   8051 
   8052   Yoyodyne, Inc., hereby disclaims all copyright interest in the program
   8053   `Gnomovision' (which makes passes at compilers) written by James Hacker.
   8054 
   8055   &lt;signature of Ty Coon&gt;, 1 April 1989
   8056   Ty Coon, President of Vice
   8057 
   8058 This General Public License does not permit incorporating your program into
   8059 proprietary programs.  If your program is a subroutine library, you may
   8060 consider it more useful to permit linking proprietary applications with the
   8061 library.  If this is what you want to do, use the GNU Library General
   8062 Public License instead of this License.
   8063 
   8064 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   8065 
   8066 Scanned Source License libpng-1.2.49/contrib/gregbook/LICENSE:
   8067 
   8068   ---------------------------------------------------------------------------
   8069 
   8070       Copyright (c) 1998-2008 Greg Roelofs.  All rights reserved.
   8071 
   8072       This software is provided "as is," without warranty of any kind,
   8073       express or implied.  In no event shall the author or contributors
   8074       be held liable for any damages arising in any way from the use of
   8075       this software.
   8076 
   8077       The contents of this file are DUAL-LICENSED.  You may modify and/or
   8078       redistribute this software according to the terms of one of the
   8079       following two licenses (at your option):
   8080 
   8081 
   8082       LICENSE 1 ("BSD-like with advertising clause"):
   8083 
   8084       Permission is granted to anyone to use this software for any purpose,
   8085       including commercial applications, and to alter it and redistribute
   8086       it freely, subject to the following restrictions:
   8087 
   8088       1. Redistributions of source code must retain the above copyright
   8089          notice, disclaimer, and this list of conditions.
   8090       2. Redistributions in binary form must reproduce the above copyright
   8091          notice, disclaimer, and this list of conditions in the documenta-
   8092          tion and/or other materials provided with the distribution.
   8093       3. All advertising materials mentioning features or use of this
   8094          software must display the following acknowledgment:
   8095 
   8096             This product includes software developed by Greg Roelofs
   8097             and contributors for the book, "PNG: The Definitive Guide,"
   8098             published by O'Reilly and Associates.
   8099 
   8100 
   8101       LICENSE 2 (GNU GPL v2 or later):
   8102 
   8103       This program is free software; you can redistribute it and/or modify
   8104       it under the terms of the GNU General Public License as published by
   8105       the Free Software Foundation; either version 2 of the License, or
   8106       (at your option) any later version.
   8107 
   8108       This program is distributed in the hope that it will be useful,
   8109       but WITHOUT ANY WARRANTY; without even the implied warranty of
   8110       MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   8111       GNU General Public License for more details.
   8112 
   8113       You should have received a copy of the GNU General Public License
   8114       along with this program; if not, write to the Free Software Foundation,
   8115       Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
   8116 
   8117   ---------------------------------------------------------------------------
   8118 
   8119 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   8120 </pre>
   8121 <ul>
   8122 <li><a href='#as-is'>Gentoo Package Stock License as-is</a></li>
   8123 </ul>
   8124 </div>
   8125 </div>
   8126 
   8127 
   8128 <div class="product">
   8129 <span class="title">libpthread-stubs-0.1</span>
   8130 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   8131 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span>
   8132 <div class="licence">
   8133 <pre>Scanned Source License libpthread-stubs-0.1/COPYING:
   8134 
   8135 Permission is hereby granted, free of charge, to any person obtaining a
   8136 copy of this software and associated documentation files (the "Software"),
   8137 to deal in the Software without restriction, including without limitation
   8138 the rights to use, copy, modify, merge, publish, distribute, sublicense,
   8139 and/or sell copies of the Software, and to permit persons to whom the
   8140 Software is furnished to do so, subject to the following conditions:
   8141 
   8142 The above copyright notice and this permission notice shall be included in
   8143 all copies or substantial portions of the Software.
   8144 
   8145 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   8146 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   8147 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
   8148 AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
   8149 ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
   8150 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
   8151 
   8152 Except as contained in this notice, the names of the authors or their
   8153 institutions shall not be used in advertising or otherwise to promote the
   8154 sale, use or other dealings in this Software without prior written
   8155 authorization from the authors.
   8156 
   8157 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   8158 </pre>
   8159 <ul>
   8160 
   8161 </ul>
   8162 </div>
   8163 </div>
   8164 
   8165 
   8166 <div class="product">
   8167 <span class="title">libtool-2.4</span>
   8168 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   8169 <span class="homepage"><a href="http://www.gnu.org/software/libtool/">homepage</a></span>
   8170 <div class="licence">
   8171 <pre></pre>
   8172 <ul>
   8173 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
   8174 </ul>
   8175 </div>
   8176 </div>
   8177 
   8178 
   8179 <div class="product">
   8180 <span class="title">libusb-0.1.12</span>
   8181 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   8182 <span class="homepage"><a href="http://libusb.sourceforge.net/">homepage</a></span>
   8183 <div class="licence">
   8184 <pre></pre>
   8185 <ul>
   8186 <li><a href='#LGPL-2'>Gentoo Package Stock License LGPL-2</a></li>
   8187 </ul>
   8188 </div>
   8189 </div>
   8190 
   8191 
   8192 <div class="product">
   8193 <span class="title">libusb-1.0.9</span>
   8194 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   8195 <span class="homepage"><a href="http://libusb.org/">homepage</a></span>
   8196 <div class="licence">
   8197 <pre></pre>
   8198 <ul>
   8199 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li>
   8200 </ul>
   8201 </div>
   8202 </div>
   8203 
   8204 
   8205 <div class="product">
   8206 <span class="title">libva-1.1.1</span>
   8207 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   8208 <span class="homepage"><a href="http://www.freedesktop.org/wiki/Software/vaapi">homepage</a></span>
   8209 <div class="licence">
   8210 <pre>Scanned Source License libva-1.1.1/COPYING:
   8211 
   8212     Permission is hereby granted, free of charge, to any person obtaining a
   8213     copy of this software and associated documentation files (the
   8214     "Software"), to deal in the Software without restriction, including
   8215     without limitation the rights to use, copy, modify, merge, publish,
   8216     distribute, sub license, and/or sell copies of the Software, and to
   8217     permit persons to whom the Software is furnished to do so, subject to
   8218     the following conditions:
   8219 
   8220     The above copyright notice and this permission notice (including the
   8221     next paragraph) shall be included in all copies or substantial portions
   8222     of the Software.
   8223 
   8224     THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
   8225     OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
   8226     MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.
   8227     IN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR
   8228     ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
   8229     TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
   8230     SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
   8231 
   8232 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   8233 
   8234 Scanned Source License libva-1.1.1/debian.upstream/copyright:
   8235 
   8236 This package was debianized by Waldo Bastian &lt;waldo.bastian (a] intel.com&gt; on
   8237 Mon, 18 Jun 2007 21:35:31 -0700.
   8238 
   8239 It was downloaded from &lt;url://example.com&gt;
   8240 
   8241 Upstream Author(s): 
   8242 
   8243     Waldo Bastian &lt;waldo.bastian (a] intel.com&gt;
   8244     Jonathan Bian &lt;jonathan.bian (a] intel.com&gt;
   8245 
   8246 Copyright: 
   8247 
   8248     (C) Copyright IBM Corporation 2004
   8249     Copyright 1998-1999 Precision Insight, Inc., Cedar Park, Texas.
   8250     Copyright 2000 VA Linux Systems, Inc.
   8251     Copyright 2007 Intel Corportation
   8252 
   8253 License:
   8254 
   8255     Permission is hereby granted, free of charge, to any person obtaining a
   8256     copy of this software and associated documentation files (the
   8257     "Software"), to deal in the Software without restriction, including
   8258     without limitation the rights to use, copy, modify, merge, publish,
   8259     distribute, sub license, and/or sell copies of the Software, and to
   8260     permit persons to whom the Software is furnished to do so, subject to
   8261     the following conditions:
   8262     
   8263     The above copyright notice and this permission notice (including the
   8264     next paragraph) shall be included in all copies or substantial portions
   8265     of the Software.
   8266     
   8267     THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
   8268     OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
   8269     MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.
   8270     IN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR
   8271     ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
   8272     TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
   8273     SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
   8274 
   8275 The Debian packaging is (C) 2007, Intel Corporation and
   8276 is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
   8277 
   8278 # Please also look if there are files or directories which have a
   8279 # different copyright/license attached and list them here.
   8280 
   8281 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   8282 </pre>
   8283 <ul>
   8284 
   8285 </ul>
   8286 </div>
   8287 </div>
   8288 
   8289 
   8290 <div class="product">
   8291 <span class="title">libva-intel-driver-1.0.20</span>
   8292 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   8293 <span class="homepage"><a href="http://www.freedesktop.org/wiki/Software/vaapi">homepage</a></span>
   8294 <div class="licence">
   8295 <pre>Scanned Source License libva-intel-driver-1.0.20/COPYING:
   8296 
   8297     Permission is hereby granted, free of charge, to any person obtaining a
   8298     copy of this software and associated documentation files (the
   8299     "Software"), to deal in the Software without restriction, including
   8300     without limitation the rights to use, copy, modify, merge, publish,
   8301     distribute, sub license, and/or sell copies of the Software, and to
   8302     permit persons to whom the Software is furnished to do so, subject to
   8303     the following conditions:
   8304 
   8305     The above copyright notice and this permission notice (including the
   8306     next paragraph) shall be included in all copies or substantial portions
   8307     of the Software.
   8308 
   8309     THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
   8310     OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
   8311     MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.
   8312     IN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR
   8313     ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
   8314     TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
   8315     SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
   8316 
   8317 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   8318 
   8319 Scanned Source License libva-intel-driver-1.0.20/debian.upstream/copyright:
   8320 
   8321 This package is maintained by:
   8322 Gwenole Beauchesne &lt;gwenole.beauchesne (a] intel.com&gt;
   8323 
   8324 
   8325 License:
   8326 
   8327     Permission is hereby granted, free of charge, to any person obtaining a
   8328     copy of this software and associated documentation files (the
   8329     "Software"), to deal in the Software without restriction, including
   8330     without limitation the rights to use, copy, modify, merge, publish,
   8331     distribute, sub license, and/or sell copies of the Software, and to
   8332     permit persons to whom the Software is furnished to do so, subject to
   8333     the following conditions:
   8334 
   8335     The above copyright notice and this permission notice (including the
   8336     next paragraph) shall be included in all copies or substantial portions
   8337     of the Software.
   8338 
   8339     THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
   8340     OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
   8341     MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.
   8342     IN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR
   8343     ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
   8344     TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
   8345     SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
   8346 
   8347 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   8348 </pre>
   8349 <ul>
   8350 
   8351 </ul>
   8352 </div>
   8353 </div>
   8354 
   8355 
   8356 <div class="product">
   8357 <span class="title">libxcb-1.9.1</span>
   8358 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   8359 <span class="homepage"><a href="http://xcb.freedesktop.org/">homepage</a></span>
   8360 <div class="licence">
   8361 <pre>Scanned Source License libxcb-1.9.1/COPYING:
   8362 
   8363 Copyright (C) 2001-2006 Bart Massey, Jamey Sharp, and Josh Triplett.
   8364 All Rights Reserved.
   8365 
   8366 Permission is hereby granted, free of charge, to any person
   8367 obtaining a copy of this software and associated
   8368 documentation files (the "Software"), to deal in the
   8369 Software without restriction, including without limitation
   8370 the rights to use, copy, modify, merge, publish, distribute,
   8371 sublicense, and/or sell copies of the Software, and to
   8372 permit persons to whom the Software is furnished to do so,
   8373 subject to the following conditions:
   8374 
   8375 The above copyright notice and this permission notice shall
   8376 be included in all copies or substantial portions of the
   8377 Software.
   8378 
   8379 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
   8380 KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
   8381 WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
   8382 PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS
   8383 BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
   8384 IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
   8385 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
   8386 OTHER DEALINGS IN THE SOFTWARE.
   8387 
   8388 Except as contained in this notice, the names of the authors
   8389 or their institutions shall not be used in advertising or
   8390 otherwise to promote the sale, use or other dealings in this
   8391 Software without prior written authorization from the
   8392 authors.
   8393 
   8394 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   8395 </pre>
   8396 <ul>
   8397 
   8398 </ul>
   8399 </div>
   8400 </div>
   8401 
   8402 
   8403 <div class="product">
   8404 <span class="title">libxml2-2.9.1</span>
   8405 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   8406 <span class="homepage"><a href="http://www.xmlsoft.org/">homepage</a></span>
   8407 <div class="licence">
   8408 <pre>Scanned Source License libxml2-2.9.1/COPYING:
   8409 
   8410 Except where otherwise noted in the source code (e.g. the files hash.c,
   8411 list.c and the trio files, which are covered by a similar licence but
   8412 with different Copyright notices) all the files are:
   8413 
   8414  Copyright (C) 1998-2012 Daniel Veillard.  All Rights Reserved.
   8415 
   8416 Permission is hereby granted, free of charge, to any person obtaining a copy
   8417 of this software and associated documentation files (the "Software"), to deal
   8418 in the Software without restriction, including without limitation the rights
   8419 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
   8420 copies of the Software, and to permit persons to whom the Software is fur-
   8421 nished to do so, subject to the following conditions:
   8422 
   8423 The above copyright notice and this permission notice shall be included in
   8424 all copies or substantial portions of the Software.
   8425 
   8426 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   8427 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FIT-
   8428 NESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
   8429 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
   8430 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
   8431 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
   8432 THE SOFTWARE.
   8433 
   8434 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   8435 
   8436 Scanned Source License libxml2-2.9.1/Copyright:
   8437 
   8438 Except where otherwise noted in the source code (e.g. the files hash.c,
   8439 list.c and the trio files, which are covered by a similar licence but
   8440 with different Copyright notices) all the files are:
   8441 
   8442  Copyright (C) 1998-2012 Daniel Veillard.  All Rights Reserved.
   8443 
   8444 Permission is hereby granted, free of charge, to any person obtaining a copy
   8445 of this software and associated documentation files (the "Software"), to deal
   8446 in the Software without restriction, including without limitation the rights
   8447 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
   8448 copies of the Software, and to permit persons to whom the Software is fur-
   8449 nished to do so, subject to the following conditions:
   8450 
   8451 The above copyright notice and this permission notice shall be included in
   8452 all copies or substantial portions of the Software.
   8453 
   8454 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   8455 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FIT-
   8456 NESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
   8457 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
   8458 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
   8459 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
   8460 THE SOFTWARE.
   8461 
   8462 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   8463 </pre>
   8464 <ul>
   8465 
   8466 </ul>
   8467 </div>
   8468 </div>
   8469 
   8470 
   8471 <div class="product">
   8472 <span class="title">Linux-2.6</span>
   8473 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   8474 <span class="homepage"><a href="http://www.kernel.org/">homepage</a></span>
   8475 <div class="licence">
   8476 <pre></pre>
   8477 <ul>
   8478 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
   8479 </ul>
   8480 </div>
   8481 </div>
   8482 
   8483 
   8484 <div class="product">
   8485 <span class="title">linux-headers-3.4</span>
   8486 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   8487 <span class="homepage"><a href="http://www.kernel.org/">homepage</a></span>
   8488 <div class="licence">
   8489 <pre></pre>
   8490 <ul>
   8491 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
   8492 </ul>
   8493 </div>
   8494 </div>
   8495 
   8496 
   8497 <div class="product">
   8498 <span class="title">llvm-3.2</span>
   8499 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   8500 <span class="homepage"><a href="http://llvm.org/">homepage</a></span>
   8501 <div class="licence">
   8502 <pre>Scanned Source License llvm-3.2.src/LICENSE.TXT:
   8503 
   8504 ==============================================================================
   8505 LLVM Release License
   8506 ==============================================================================
   8507 University of Illinois/NCSA
   8508 Open Source License
   8509 
   8510 Copyright (c) 2003-2012 University of Illinois at Urbana-Champaign.
   8511 All rights reserved.
   8512 
   8513 Developed by:
   8514 
   8515     LLVM Team
   8516 
   8517     University of Illinois at Urbana-Champaign
   8518 
   8519     http://llvm.org
   8520 
   8521 Permission is hereby granted, free of charge, to any person obtaining a copy of
   8522 this software and associated documentation files (the "Software"), to deal with
   8523 the Software without restriction, including without limitation the rights to
   8524 use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
   8525 of the Software, and to permit persons to whom the Software is furnished to do
   8526 so, subject to the following conditions:
   8527 
   8528     * Redistributions of source code must retain the above copyright notice,
   8529       this list of conditions and the following disclaimers.
   8530 
   8531     * Redistributions in binary form must reproduce the above copyright notice,
   8532       this list of conditions and the following disclaimers in the
   8533       documentation and/or other materials provided with the distribution.
   8534 
   8535     * Neither the names of the LLVM Team, University of Illinois at
   8536       Urbana-Champaign, nor the names of its contributors may be used to
   8537       endorse or promote products derived from this Software without specific
   8538       prior written permission.
   8539 
   8540 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   8541 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
   8542 FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
   8543 CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
   8544 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
   8545 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS WITH THE
   8546 SOFTWARE.
   8547 
   8548 ==============================================================================
   8549 Copyrights and Licenses for Third Party Software Distributed with LLVM:
   8550 ==============================================================================
   8551 The LLVM software contains code written by third parties.  Such software will
   8552 have its own individual LICENSE.TXT file in the directory in which it appears.
   8553 This file will describe the copyrights, license, and restrictions which apply
   8554 to that code.
   8555 
   8556 The disclaimer of warranty in the University of Illinois Open Source License
   8557 applies to all code in the LLVM Distribution, and nothing in any of the
   8558 other licenses gives permission to use the names of the LLVM Team or the
   8559 University of Illinois to endorse or promote products derived from this
   8560 Software.
   8561 
   8562 The following pieces of software have additional or alternate copyrights,
   8563 licenses, and/or restrictions:
   8564 
   8565 Program             Directory
   8566 -------             ---------
   8567 Autoconf            llvm/autoconf
   8568                     llvm/projects/ModuleMaker/autoconf
   8569                     llvm/projects/sample/autoconf
   8570 CellSPU backend     llvm/lib/Target/CellSPU/README.txt
   8571 Google Test         llvm/utils/unittest/googletest
   8572 OpenBSD regex       llvm/lib/Support/{reg*, COPYRIGHT.regex}
   8573 pyyaml tests        llvm/test/YAMLParser/{*.data, LICENSE.TXT}
   8574 
   8575 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   8576 
   8577 Scanned Source License llvm-3.2.src/autoconf/LICENSE.TXT:
   8578 
   8579 ------------------------------------------------------------------------------
   8580 Autoconf Files
   8581 ------------------------------------------------------------------------------
   8582 All autoconf files are licensed under the LLVM license with the following
   8583 additions:
   8584 
   8585 llvm/autoconf/install-sh:
   8586 	This script is licensed under the LLVM license, with the following
   8587 	additional copyrights and restrictions:
   8588 
   8589 	Copyright 1991 by the Massachusetts Institute of Technology
   8590 
   8591 	Permission to use, copy, modify, distribute, and sell this software and its
   8592 	documentation for any purpose is hereby granted without fee, provided that
   8593 	the above copyright notice appear in all copies and that both that
   8594 	copyright notice and this permission notice appear in supporting 
   8595 	documentation, and that the name of M.I.T. not be used in advertising or
   8596 	publicity pertaining to distribution of the software without specific,
   8597 	written prior permission.  M.I.T. makes no representations about the
   8598 	suitability of this software for any purpose.  It is provided "as is"
   8599 	without express or implied warranty.
   8600 
   8601 Please see the source files for additional copyrights.
   8602 
   8603 
   8604 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   8605 
   8606 Scanned Source License llvm-3.2.src/include/llvm/Support/LICENSE.TXT:
   8607 
   8608 LLVM System Interface Library
   8609 -------------------------------------------------------------------------------
   8610 The LLVM System Interface Library is licensed under the Illinois Open Source
   8611 License and has the following additional copyright:
   8612 
   8613 Copyright (C) 2004 eXtensible Systems, Inc.
   8614 
   8615 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   8616 
   8617 Scanned Source License llvm-3.2.src/projects/sample/autoconf/LICENSE.TXT:
   8618 
   8619 ------------------------------------------------------------------------------
   8620 Autoconf Files
   8621 ------------------------------------------------------------------------------
   8622 All autoconf files are licensed under the LLVM license with the following
   8623 additions:
   8624 
   8625 llvm/autoconf/install-sh:
   8626 	This script is licensed under the LLVM license, with the following
   8627 	additional copyrights and restrictions:
   8628 
   8629 	Copyright 1991 by the Massachusetts Institute of Technology
   8630 
   8631 	Permission to use, copy, modify, distribute, and sell this software and its
   8632 	documentation for any purpose is hereby granted without fee, provided that
   8633 	the above copyright notice appear in all copies and that both that
   8634 	copyright notice and this permission notice appear in supporting 
   8635 	documentation, and that the name of M.I.T. not be used in advertising or
   8636 	publicity pertaining to distribution of the software without specific,
   8637 	written prior permission.  M.I.T. makes no representations about the
   8638 	suitability of this software for any purpose.  It is provided "as is"
   8639 	without express or implied warranty.
   8640 
   8641 Please see the source files for additional copyrights.
   8642 
   8643 
   8644 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   8645 
   8646 Scanned Source License llvm-3.2.src/test/YAMLParser/LICENSE.txt:
   8647 
   8648 Copyright (c) 2006 Kirill Simonov
   8649 
   8650 Permission is hereby granted, free of charge, to any person obtaining a copy of
   8651 this software and associated documentation files (the "Software"), to deal in
   8652 the Software without restriction, including without limitation the rights to
   8653 use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
   8654 of the Software, and to permit persons to whom the Software is furnished to do
   8655 so, subject to the following conditions:
   8656 
   8657 The above copyright notice and this permission notice shall be included in all
   8658 copies or substantial portions of the Software.
   8659 
   8660 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   8661 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   8662 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
   8663 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
   8664 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
   8665 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
   8666 SOFTWARE.
   8667 
   8668 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   8669 
   8670 Scanned Source License llvm-3.2.src/utils/unittest/googletest/LICENSE.TXT:
   8671 
   8672 Copyright 2008, Google Inc.
   8673 All rights reserved.
   8674 
   8675 Redistribution and use in source and binary forms, with or without
   8676 modification, are permitted provided that the following conditions are
   8677 met:
   8678 
   8679     * Redistributions of source code must retain the above copyright
   8680 notice, this list of conditions and the following disclaimer.
   8681     * Redistributions in binary form must reproduce the above
   8682 copyright notice, this list of conditions and the following disclaimer
   8683 in the documentation and/or other materials provided with the
   8684 distribution.
   8685     * Neither the name of Google Inc. nor the names of its
   8686 contributors may be used to endorse or promote products derived from
   8687 this software without specific prior written permission.
   8688 
   8689 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
   8690 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
   8691 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
   8692 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
   8693 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
   8694 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
   8695 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
   8696 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
   8697 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
   8698 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
   8699 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
   8700 
   8701 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   8702 
   8703 Gentoo Package Stock License UoI-NCSA:
   8704 
   8705 Copyright (c) &lt;YEAR&gt; &lt;OWNER ORGANIZATION NAME&gt;.  All rights reserved.
   8706 
   8707 Developed by: &lt;NAME OF DEVELOPMENT GROUP&gt;
   8708               &lt;NAME OF INSTITUTION&gt;
   8709               &lt;URL FOR DEVELOPMENT GROUP/INSTITUTION&gt;
   8710 
   8711 Permission is hereby granted, free of charge, to any person obtaining a copy
   8712 of this software and associated documentation files (the "Software"), to
   8713 deal with the Software without restriction, including without limitation the
   8714 rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
   8715 sell copies of the Software, and to permit persons to whom the Software is
   8716 furnished to do so, subject to the following conditions:
   8717   1. Redistributions of source code must retain the above copyright notice,
   8718      this list of conditions and the following disclaimers.
   8719   2. Redistributions in binary form must reproduce the above copyright
   8720      notice, this list of conditions and the following disclaimers in the
   8721      documentation and/or other materials provided with the distribution.
   8722   3. Neither the names of &lt;NAME OF DEVELOPMENT GROUP&gt;, &lt;NAME OF
   8723      INSTITUTION&gt;, nor the names of its contributors may be used to endorse
   8724      or promote products derived from this Software without specific prior
   8725      written permission.
   8726 
   8727 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   8728 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   8729 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
   8730 CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
   8731 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
   8732 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
   8733 WITH THE SOFTWARE.
   8734 
   8735 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   8736 </pre>
   8737 <ul>
   8738 
   8739 </ul>
   8740 </div>
   8741 </div>
   8742 
   8743 
   8744 <div class="product">
   8745 <span class="title">lohitfonts-cros-2.5.0</span>
   8746 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   8747 <span class="homepage"><a href="http://fedorahosted.org/lohit">homepage</a></span>
   8748 <div class="licence">
   8749 <pre>Scanned Source License lohitfonts-cros-2.5.0/LICENSE:
   8750 
   8751 Copyright 2011 Lohit Fonts Project contributors
   8752   &lt;http://fedorahosted.org/lohit>;, 
   8753 with Reserved Font Name Lohit.
   8754 
   8755 This Font Software is licensed under the SIL Open Font License, Version 1.1.
   8756 This license is copied below, and is also available with a FAQ at:
   8757 http://scripts.sil.org/OFL
   8758 
   8759 
   8760 -----------------------------------------------------------
   8761 SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
   8762 -----------------------------------------------------------
   8763 
   8764 PREAMBLE
   8765 The goals of the Open Font License (OFL) are to stimulate worldwide
   8766 development of collaborative font projects, to support the font creation
   8767 efforts of academic and linguistic communities, and to provide a free and
   8768 open framework in which fonts may be shared and improved in partnership
   8769 with others.
   8770 
   8771 The OFL allows the licensed fonts to be used, studied, modified and
   8772 redistributed freely as long as they are not sold by themselves. The
   8773 fonts, including any derivative works, can be bundled, embedded, 
   8774 redistributed and/or sold with any software provided that any reserved
   8775 names are not used by derivative works. The fonts and derivatives,
   8776 however, cannot be released under any other type of license. The
   8777 requirement for fonts to remain under this license does not apply
   8778 to any document created using the fonts or their derivatives.
   8779 
   8780 DEFINITIONS
   8781 "Font Software" refers to the set of files released by the Copyright
   8782 Holder(s) under this license and clearly marked as such. This may
   8783 include source files, build scripts and documentation.
   8784 
   8785 "Reserved Font Name" refers to any names specified as such after the
   8786 copyright statement(s).
   8787 
   8788 "Original Version" refers to the collection of Font Software components as
   8789 distributed by the Copyright Holder(s).
   8790 
   8791 "Modified Version" refers to any derivative made by adding to, deleting,
   8792 or substituting -- in part or in whole -- any of the components of the
   8793 Original Version, by changing formats or by porting the Font Software to a
   8794 new environment.
   8795 
   8796 "Author" refers to any designer, engineer, programmer, technical
   8797 writer or other person who contributed to the Font Software.
   8798 
   8799 PERMISSION &amp; CONDITIONS
   8800 Permission is hereby granted, free of charge, to any person obtaining
   8801 a copy of the Font Software, to use, study, copy, merge, embed, modify,
   8802 redistribute, and sell modified and unmodified copies of the Font
   8803 Software, subject to the following conditions:
   8804 
   8805 1) Neither the Font Software nor any of its individual components,
   8806 in Original or Modified Versions, may be sold by itself.
   8807 
   8808 2) Original or Modified Versions of the Font Software may be bundled,
   8809 redistributed and/or sold with any software, provided that each copy
   8810 contains the above copyright notice and this license. These can be
   8811 included either as stand-alone text files, human-readable headers or
   8812 in the appropriate machine-readable metadata fields within text or
   8813 binary files as long as those fields can be easily viewed by the user.
   8814 
   8815 3) No Modified Version of the Font Software may use the Reserved Font
   8816 Name(s) unless explicit written permission is granted by the corresponding
   8817 Copyright Holder. This restriction only applies to the primary font name as
   8818 presented to the users.
   8819 
   8820 4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
   8821 Software shall not be used to promote, endorse or advertise any
   8822 Modified Version, except to acknowledge the contribution(s) of the
   8823 Copyright Holder(s) and the Author(s) or with their explicit written
   8824 permission.
   8825 
   8826 5) The Font Software, modified or unmodified, in part or in whole,
   8827 must be distributed entirely under this license, and must not be
   8828 distributed under any other license. The requirement for fonts to
   8829 remain under this license does not apply to any document created
   8830 using the Font Software.
   8831 
   8832 TERMINATION
   8833 This license becomes null and void if any of the above conditions are
   8834 not met.
   8835 
   8836 DISCLAIMER
   8837 THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
   8838 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
   8839 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
   8840 OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
   8841 COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
   8842 INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
   8843 DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
   8844 FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
   8845 OTHER DEALINGS IN THE FONT SOFTWARE.
   8846 
   8847 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   8848 </pre>
   8849 <ul>
   8850 <li><a href='#OFL-1.1'>Gentoo Package Stock License OFL-1.1</a></li>
   8851 </ul>
   8852 </div>
   8853 </div>
   8854 
   8855 
   8856 <div class="product">
   8857 <span class="title">lsof-4.81</span>
   8858 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   8859 <span class="homepage"><a href="ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/">homepage</a></span>
   8860 <div class="licence">
   8861 <pre>Gentoo Package Stock License lsof:
   8862 
   8863 ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/FAQ#1.9
   8864 
   8865 Copyright 2002 Purdue Research Foundation, West Lafayette,
   8866 Indiana 47907.  All rights reserved.
   8867 
   8868 Written by Victor A. Abell
   8869 
   8870 This software is not subject to any license of the American
   8871 Telephone and Telegraph Company or the Regents of the
   8872 University of California.
   8873 
   8874 Permission is granted to anyone to use this software for
   8875 any purpose on any computer system, and to alter it and
   8876 redistribute it freely, subject to the following
   8877 restrictions:
   8878 
   8879 1. Neither the authors nor Purdue University are responsible
   8880    for any consequences of the use of this software.
   8881 
   8882 2. The origin of this software must not be misrepresented,
   8883    either by explicit claim or by omission.  Credit to the
   8884    authors and Purdue University must appear in documentation
   8885    and sources.
   8886 
   8887 3. Altered versions must be plainly marked as such, and must
   8888    not be misrepresented as being the original software.
   8889 
   8890 4. This notice may not be removed or altered.
   8891 
   8892 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   8893 </pre>
   8894 <ul>
   8895 
   8896 </ul>
   8897 </div>
   8898 </div>
   8899 
   8900 
   8901 <div class="product">
   8902 <span class="title">lvm2-2.02.88</span>
   8903 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   8904 <span class="homepage"><a href="http://sources.redhat.com/lvm2/">homepage</a></span>
   8905 <div class="licence">
   8906 <pre></pre>
   8907 <ul>
   8908 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
   8909 </ul>
   8910 </div>
   8911 </div>
   8912 
   8913 
   8914 <div class="product">
   8915 <span class="title">lzo-2.06</span>
   8916 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   8917 <span class="homepage"><a href="http://www.oberhumer.com/opensource/lzo/">homepage</a></span>
   8918 <div class="licence">
   8919 <pre></pre>
   8920 <ul>
   8921 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
   8922 </ul>
   8923 </div>
   8924 </div>
   8925 
   8926 
   8927 <div class="product">
   8928 <span class="title">m2crypto-0.21.1</span>
   8929 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   8930 <span class="homepage"><a href="http://chandlerproject.org/bin/view/Projects/MeTooCrypto">homepage</a></span>
   8931 <div class="licence">
   8932 <pre>Scanned Source License M2Crypto-0.21.1/LICENCE:
   8933 
   8934 Copyright (c) 1999-2004 Ng Pheng Siong. All rights reserved.
   8935 
   8936 Portions copyright (c) 2004-2006 Open Source Applications Foundation. 
   8937 All rights reserved.
   8938 
   8939 Portions copyright (c) 2005-2006 Vrije Universiteit Amsterdam. 
   8940 All rights reserved.
   8941 
   8942 Copyright (c) 2008-2010 Heikki Toivonen. All rights reserved.
   8943 
   8944 Permission to use, copy, modify, and distribute this software and its
   8945 documentation for any purpose and without fee is hereby granted,
   8946 provided that the above copyright notice appear in all copies and that
   8947 both that copyright notice and this permission notice appear in
   8948 supporting documentation.
   8949 
   8950 THE AUTHOR PROVIDES THIS SOFTWARE ``AS IS'' AND ANY EXPRESSED OR 
   8951 IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES 
   8952 OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.  
   8953 IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, 
   8954 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
   8955 NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 
   8956 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 
   8957 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 
   8958 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 
   8959 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
   8960 
   8961 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   8962 </pre>
   8963 <ul>
   8964 
   8965 </ul>
   8966 </div>
   8967 </div>
   8968 
   8969 
   8970 <div class="product">
   8971 <span class="title">make-3.82</span>
   8972 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   8973 <span class="homepage"><a href="http://www.gnu.org/software/make/make.html">homepage</a></span>
   8974 <div class="licence">
   8975 <pre></pre>
   8976 <ul>
   8977 <li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li>
   8978 </ul>
   8979 </div>
   8980 </div>
   8981 
   8982 
   8983 <div class="product">
   8984 <span class="title">marvell_sd8787-14.64.2.47</span>
   8985 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   8986 <span class="homepage"><a href="http://www.marvell.com/">homepage</a></span>
   8987 <div class="licence">
   8988 <pre>Custom License Marvell-sd8787:
   8989 
   8990 Copyright (C) 2010, Marvell International Ltd.
   8991 
   8992 All Rights Reserved.
   8993 
   8994 This file is provided by Marvell International Ltd. "AS IS".
   8995 Reverse engineering of this file is strictly prohibited.
   8996 Redistribution and use in its original form are permitted.
   8997 
   8998 
   8999 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   9000 </pre>
   9001 <ul>
   9002 
   9003 </ul>
   9004 </div>
   9005 </div>
   9006 
   9007 
   9008 <div class="product">
   9009 <span class="title">mawk-1.3.4_p20100625</span>
   9010 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   9011 <span class="homepage"><a href="http://invisible-island.net/mawk/mawk.html">homepage</a></span>
   9012 <div class="licence">
   9013 <pre></pre>
   9014 <ul>
   9015 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
   9016 </ul>
   9017 </div>
   9018 </div>
   9019 
   9020 
   9021 <div class="product">
   9022 <span class="title">memtester-4.2.2</span>
   9023 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   9024 <span class="homepage"><a href="http://pyropus.ca/software/memtester/">homepage</a></span>
   9025 <div class="licence">
   9026 <pre></pre>
   9027 <ul>
   9028 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
   9029 </ul>
   9030 </div>
   9031 </div>
   9032 
   9033 
   9034 <div class="product">
   9035 <span class="title">mesa-9.1</span>
   9036 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   9037 <span class="homepage"><a href="http://mesa3d.sourceforge.net/">homepage</a></span>
   9038 <div class="licence">
   9039 <pre>Scanned Source License Mesa-9.1/docs/COPYING:
   9040 
   9041 
   9042 Some parts of Mesa are copyrighted under the GNU LGPL.  See the
   9043 Mesa/docs/COPYRIGHT file for details.
   9044 
   9045 The following is the standard GNU copyright file.
   9046 ----------------------------------------------------------------------
   9047 
   9048 
   9049 		  GNU LIBRARY GENERAL PUBLIC LICENSE
   9050 		       Version 2, June 1991
   9051 
   9052  Copyright (C) 1991 Free Software Foundation, Inc.
   9053                     675 Mass Ave, Cambridge, MA 02139, USA
   9054  Everyone is permitted to copy and distribute verbatim copies
   9055  of this license document, but changing it is not allowed.
   9056 
   9057 [This is the first released version of the library GPL.  It is
   9058  numbered 2 because it goes with version 2 of the ordinary GPL.]
   9059 
   9060 			    Preamble
   9061 
   9062   The licenses for most software are designed to take away your
   9063 freedom to share and change it.  By contrast, the GNU General Public
   9064 Licenses are intended to guarantee your freedom to share and change
   9065 free software--to make sure the software is free for all its users.
   9066 
   9067   This license, the Library General Public License, applies to some
   9068 specially designated Free Software Foundation software, and to any
   9069 other libraries whose authors decide to use it.  You can use it for
   9070 your libraries, too.
   9071 
   9072   When we speak of free software, we are referring to freedom, not
   9073 price.  Our General Public Licenses are designed to make sure that you
   9074 have the freedom to distribute copies of free software (and charge for
   9075 this service if you wish), that you receive source code or can get it
   9076 if you want it, that you can change the software or use pieces of it
   9077 in new free programs; and that you know you can do these things.
   9078 
   9079   To protect your rights, we need to make restrictions that forbid
   9080 anyone to deny you these rights or to ask you to surrender the rights.
   9081 These restrictions translate to certain responsibilities for you if
   9082 you distribute copies of the library, or if you modify it.
   9083 
   9084   For example, if you distribute copies of the library, whether gratis
   9085 or for a fee, you must give the recipients all the rights that we gave
   9086 you.  You must make sure that they, too, receive or can get the source
   9087 code.  If you link a program with the library, you must provide
   9088 complete object files to the recipients so that they can relink them
   9089 with the library, after making changes to the library and recompiling
   9090 it.  And you must show them these terms so they know their rights.
   9091 
   9092   Our method of protecting your rights has two steps: (1) copyright
   9093 the library, and (2) offer you this license which gives you legal
   9094 permission to copy, distribute and/or modify the library.
   9095 
   9096   Also, for each distributor's protection, we want to make certain
   9097 that everyone understands that there is no warranty for this free
   9098 library.  If the library is modified by someone else and passed on, we
   9099 want its recipients to know that what they have is not the original
   9100 version, so that any problems introduced by others will not reflect on
   9101 the original authors' reputations.
   9102 
   9104   Finally, any free program is threatened constantly by software
   9105 patents.  We wish to avoid the danger that companies distributing free
   9106 software will individually obtain patent licenses, thus in effect
   9107 transforming the program into proprietary software.  To prevent this,
   9108 we have made it clear that any patent must be licensed for everyone's
   9109 free use or not licensed at all.
   9110 
   9111   Most GNU software, including some libraries, is covered by the ordinary
   9112 GNU General Public License, which was designed for utility programs.  This
   9113 license, the GNU Library General Public License, applies to certain
   9114 designated libraries.  This license is quite different from the ordinary
   9115 one; be sure to read it in full, and don't assume that anything in it is
   9116 the same as in the ordinary license.
   9117 
   9118   The reason we have a separate public license for some libraries is that
   9119 they blur the distinction we usually make between modifying or adding to a
   9120 program and simply using it.  Linking a program with a library, without
   9121 changing the library, is in some sense simply using the library, and is
   9122 analogous to running a utility program or application program.  However, in
   9123 a textual and legal sense, the linked executable is a combined work, a
   9124 derivative of the original library, and the ordinary General Public License
   9125 treats it as such.
   9126 
   9127   Because of this blurred distinction, using the ordinary General
   9128 Public License for libraries did not effectively promote software
   9129 sharing, because most developers did not use the libraries.  We
   9130 concluded that weaker conditions might promote sharing better.
   9131 
   9132   However, unrestricted linking of non-free programs would deprive the
   9133 users of those programs of all benefit from the free status of the
   9134 libraries themselves.  This Library General Public License is intended to
   9135 permit developers of non-free programs to use free libraries, while
   9136 preserving your freedom as a user of such programs to change the free
   9137 libraries that are incorporated in them.  (We have not seen how to achieve
   9138 this as regards changes in header files, but we have achieved it as regards
   9139 changes in the actual functions of the Library.)  The hope is that this
   9140 will lead to faster development of free libraries.
   9141 
   9142   The precise terms and conditions for copying, distribution and
   9143 modification follow.  Pay close attention to the difference between a
   9144 "work based on the library" and a "work that uses the library".  The
   9145 former contains code derived from the library, while the latter only
   9146 works together with the library.
   9147 
   9148   Note that it is possible for a library to be covered by the ordinary
   9149 General Public License rather than by this special one.
   9150 
   9152 		  GNU LIBRARY GENERAL PUBLIC LICENSE
   9153    TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
   9154 
   9155   0. This License Agreement applies to any software library which
   9156 contains a notice placed by the copyright holder or other authorized
   9157 party saying it may be distributed under the terms of this Library
   9158 General Public License (also called "this License").  Each licensee is
   9159 addressed as "you".
   9160 
   9161   A "library" means a collection of software functions and/or data
   9162 prepared so as to be conveniently linked with application programs
   9163 (which use some of those functions and data) to form executables.
   9164 
   9165   The "Library", below, refers to any such software library or work
   9166 which has been distributed under these terms.  A "work based on the
   9167 Library" means either the Library or any derivative work under
   9168 copyright law: that is to say, a work containing the Library or a
   9169 portion of it, either verbatim or with modifications and/or translated
   9170 straightforwardly into another language.  (Hereinafter, translation is
   9171 included without limitation in the term "modification".)
   9172 
   9173   "Source code" for a work means the preferred form of the work for
   9174 making modifications to it.  For a library, complete source code means
   9175 all the source code for all modules it contains, plus any associated
   9176 interface definition files, plus the scripts used to control compilation
   9177 and installation of the library.
   9178 
   9179   Activities other than copying, distribution and modification are not
   9180 covered by this License; they are outside its scope.  The act of
   9181 running a program using the Library is not restricted, and output from
   9182 such a program is covered only if its contents constitute a work based
   9183 on the Library (independent of the use of the Library in a tool for
   9184 writing it).  Whether that is true depends on what the Library does
   9185 and what the program that uses the Library does.
   9186   
   9187   1. You may copy and distribute verbatim copies of the Library's
   9188 complete source code as you receive it, in any medium, provided that
   9189 you conspicuously and appropriately publish on each copy an
   9190 appropriate copyright notice and disclaimer of warranty; keep intact
   9191 all the notices that refer to this License and to the absence of any
   9192 warranty; and distribute a copy of this License along with the
   9193 Library.
   9194 
   9195   You may charge a fee for the physical act of transferring a copy,
   9196 and you may at your option offer warranty protection in exchange for a
   9197 fee.
   9198 
   9200   2. You may modify your copy or copies of the Library or any portion
   9201 of it, thus forming a work based on the Library, and copy and
   9202 distribute such modifications or work under the terms of Section 1
   9203 above, provided that you also meet all of these conditions:
   9204 
   9205     a) The modified work must itself be a software library.
   9206 
   9207     b) You must cause the files modified to carry prominent notices
   9208     stating that you changed the files and the date of any change.
   9209 
   9210     c) You must cause the whole of the work to be licensed at no
   9211     charge to all third parties under the terms of this License.
   9212 
   9213     d) If a facility in the modified Library refers to a function or a
   9214     table of data to be supplied by an application program that uses
   9215     the facility, other than as an argument passed when the facility
   9216     is invoked, then you must make a good faith effort to ensure that,
   9217     in the event an application does not supply such function or
   9218     table, the facility still operates, and performs whatever part of
   9219     its purpose remains meaningful.
   9220 
   9221     (For example, a function in a library to compute square roots has
   9222     a purpose that is entirely well-defined independent of the
   9223     application.  Therefore, Subsection 2d requires that any
   9224     application-supplied function or table used by this function must
   9225     be optional: if the application does not supply it, the square
   9226     root function must still compute square roots.)
   9227 
   9228 These requirements apply to the modified work as a whole.  If
   9229 identifiable sections of that work are not derived from the Library,
   9230 and can be reasonably considered independent and separate works in
   9231 themselves, then this License, and its terms, do not apply to those
   9232 sections when you distribute them as separate works.  But when you
   9233 distribute the same sections as part of a whole which is a work based
   9234 on the Library, the distribution of the whole must be on the terms of
   9235 this License, whose permissions for other licensees extend to the
   9236 entire whole, and thus to each and every part regardless of who wrote
   9237 it.
   9238 
   9239 Thus, it is not the intent of this section to claim rights or contest
   9240 your rights to work written entirely by you; rather, the intent is to
   9241 exercise the right to control the distribution of derivative or
   9242 collective works based on the Library.
   9243 
   9244 In addition, mere aggregation of another work not based on the Library
   9245 with the Library (or with a work based on the Library) on a volume of
   9246 a storage or distribution medium does not bring the other work under
   9247 the scope of this License.
   9248 
   9249   3. You may opt to apply the terms of the ordinary GNU General Public
   9250 License instead of this License to a given copy of the Library.  To do
   9251 this, you must alter all the notices that refer to this License, so
   9252 that they refer to the ordinary GNU General Public License, version 2,
   9253 instead of to this License.  (If a newer version than version 2 of the
   9254 ordinary GNU General Public License has appeared, then you can specify
   9255 that version instead if you wish.)  Do not make any other change in
   9256 these notices.
   9257 
   9259   Once this change is made in a given copy, it is irreversible for
   9260 that copy, so the ordinary GNU General Public License applies to all
   9261 subsequent copies and derivative works made from that copy.
   9262 
   9263   This option is useful when you wish to copy part of the code of
   9264 the Library into a program that is not a library.
   9265 
   9266   4. You may copy and distribute the Library (or a portion or
   9267 derivative of it, under Section 2) in object code or executable form
   9268 under the terms of Sections 1 and 2 above provided that you accompany
   9269 it with the complete corresponding machine-readable source code, which
   9270 must be distributed under the terms of Sections 1 and 2 above on a
   9271 medium customarily used for software interchange.
   9272 
   9273   If distribution of object code is made by offering access to copy
   9274 from a designated place, then offering equivalent access to copy the
   9275 source code from the same place satisfies the requirement to
   9276 distribute the source code, even though third parties are not
   9277 compelled to copy the source along with the object code.
   9278 
   9279   5. A program that contains no derivative of any portion of the
   9280 Library, but is designed to work with the Library by being compiled or
   9281 linked with it, is called a "work that uses the Library".  Such a
   9282 work, in isolation, is not a derivative work of the Library, and
   9283 therefore falls outside the scope of this License.
   9284 
   9285   However, linking a "work that uses the Library" with the Library
   9286 creates an executable that is a derivative of the Library (because it
   9287 contains portions of the Library), rather than a "work that uses the
   9288 library".  The executable is therefore covered by this License.
   9289 Section 6 states terms for distribution of such executables.
   9290 
   9291   When a "work that uses the Library" uses material from a header file
   9292 that is part of the Library, the object code for the work may be a
   9293 derivative work of the Library even though the source code is not.
   9294 Whether this is true is especially significant if the work can be
   9295 linked without the Library, or if the work is itself a library.  The
   9296 threshold for this to be true is not precisely defined by law.
   9297 
   9298   If such an object file uses only numerical parameters, data
   9299 structure layouts and accessors, and small macros and small inline
   9300 functions (ten lines or less in length), then the use of the object
   9301 file is unrestricted, regardless of whether it is legally a derivative
   9302 work.  (Executables containing this object code plus portions of the
   9303 Library will still fall under Section 6.)
   9304 
   9305   Otherwise, if the work is a derivative of the Library, you may
   9306 distribute the object code for the work under the terms of Section 6.
   9307 Any executables containing that work also fall under Section 6,
   9308 whether or not they are linked directly with the Library itself.
   9309 
   9311   6. As an exception to the Sections above, you may also compile or
   9312 link a "work that uses the Library" with the Library to produce a
   9313 work containing portions of the Library, and distribute that work
   9314 under terms of your choice, provided that the terms permit
   9315 modification of the work for the customer's own use and reverse
   9316 engineering for debugging such modifications.
   9317 
   9318   You must give prominent notice with each copy of the work that the
   9319 Library is used in it and that the Library and its use are covered by
   9320 this License.  You must supply a copy of this License.  If the work
   9321 during execution displays copyright notices, you must include the
   9322 copyright notice for the Library among them, as well as a reference
   9323 directing the user to the copy of this License.  Also, you must do one
   9324 of these things:
   9325 
   9326     a) Accompany the work with the complete corresponding
   9327     machine-readable source code for the Library including whatever
   9328     changes were used in the work (which must be distributed under
   9329     Sections 1 and 2 above); and, if the work is an executable linked
   9330     with the Library, with the complete machine-readable "work that
   9331     uses the Library", as object code and/or source code, so that the
   9332     user can modify the Library and then relink to produce a modified
   9333     executable containing the modified Library.  (It is understood
   9334     that the user who changes the contents of definitions files in the
   9335     Library will not necessarily be able to recompile the application
   9336     to use the modified definitions.)
   9337 
   9338     b) Accompany the work with a written offer, valid for at
   9339     least three years, to give the same user the materials
   9340     specified in Subsection 6a, above, for a charge no more
   9341     than the cost of performing this distribution.
   9342 
   9343     c) If distribution of the work is made by offering access to copy
   9344     from a designated place, offer equivalent access to copy the above
   9345     specified materials from the same place.
   9346 
   9347     d) Verify that the user has already received a copy of these
   9348     materials or that you have already sent this user a copy.
   9349 
   9350   For an executable, the required form of the "work that uses the
   9351 Library" must include any data and utility programs needed for
   9352 reproducing the executable from it.  However, as a special exception,
   9353 the source code distributed need not include anything that is normally
   9354 distributed (in either source or binary form) with the major
   9355 components (compiler, kernel, and so on) of the operating system on
   9356 which the executable runs, unless that component itself accompanies
   9357 the executable.
   9358 
   9359   It may happen that this requirement contradicts the license
   9360 restrictions of other proprietary libraries that do not normally
   9361 accompany the operating system.  Such a contradiction means you cannot
   9362 use both them and the Library together in an executable that you
   9363 distribute.
   9364 
   9366   7. You may place library facilities that are a work based on the
   9367 Library side-by-side in a single library together with other library
   9368 facilities not covered by this License, and distribute such a combined
   9369 library, provided that the separate distribution of the work based on
   9370 the Library and of the other library facilities is otherwise
   9371 permitted, and provided that you do these two things:
   9372 
   9373     a) Accompany the combined library with a copy of the same work
   9374     based on the Library, uncombined with any other library
   9375     facilities.  This must be distributed under the terms of the
   9376     Sections above.
   9377 
   9378     b) Give prominent notice with the combined library of the fact
   9379     that part of it is a work based on the Library, and explaining
   9380     where to find the accompanying uncombined form of the same work.
   9381 
   9382   8. You may not copy, modify, sublicense, link with, or distribute
   9383 the Library except as expressly provided under this License.  Any
   9384 attempt otherwise to copy, modify, sublicense, link with, or
   9385 distribute the Library is void, and will automatically terminate your
   9386 rights under this License.  However, parties who have received copies,
   9387 or rights, from you under this License will not have their licenses
   9388 terminated so long as such parties remain in full compliance.
   9389 
   9390   9. You are not required to accept this License, since you have not
   9391 signed it.  However, nothing else grants you permission to modify or
   9392 distribute the Library or its derivative works.  These actions are
   9393 prohibited by law if you do not accept this License.  Therefore, by
   9394 modifying or distributing the Library (or any work based on the
   9395 Library), you indicate your acceptance of this License to do so, and
   9396 all its terms and conditions for copying, distributing or modifying
   9397 the Library or works based on it.
   9398 
   9399   10. Each time you redistribute the Library (or any work based on the
   9400 Library), the recipient automatically receives a license from the
   9401 original licensor to copy, distribute, link with or modify the Library
   9402 subject to these terms and conditions.  You may not impose any further
   9403 restrictions on the recipients' exercise of the rights granted herein.
   9404 You are not responsible for enforcing compliance by third parties to
   9405 this License.
   9406 
   9408   11. If, as a consequence of a court judgment or allegation of patent
   9409 infringement or for any other reason (not limited to patent issues),
   9410 conditions are imposed on you (whether by court order, agreement or
   9411 otherwise) that contradict the conditions of this License, they do not
   9412 excuse you from the conditions of this License.  If you cannot
   9413 distribute so as to satisfy simultaneously your obligations under this
   9414 License and any other pertinent obligations, then as a consequence you
   9415 may not distribute the Library at all.  For example, if a patent
   9416 license would not permit royalty-free redistribution of the Library by
   9417 all those who receive copies directly or indirectly through you, then
   9418 the only way you could satisfy both it and this License would be to
   9419 refrain entirely from distribution of the Library.
   9420 
   9421 If any portion of this section is held invalid or unenforceable under any
   9422 particular circumstance, the balance of the section is intended to apply,
   9423 and the section as a whole is intended to apply in other circumstances.
   9424 
   9425 It is not the purpose of this section to induce you to infringe any
   9426 patents or other property right claims or to contest validity of any
   9427 such claims; this section has the sole purpose of protecting the
   9428 integrity of the free software distribution system which is
   9429 implemented by public license practices.  Many people have made
   9430 generous contributions to the wide range of software distributed
   9431 through that system in reliance on consistent application of that
   9432 system; it is up to the author/donor to decide if he or she is willing
   9433 to distribute software through any other system and a licensee cannot
   9434 impose that choice.
   9435 
   9436 This section is intended to make thoroughly clear what is believed to
   9437 be a consequence of the rest of this License.
   9438 
   9439   12. If the distribution and/or use of the Library is restricted in
   9440 certain countries either by patents or by copyrighted interfaces, the
   9441 original copyright holder who places the Library under this License may add
   9442 an explicit geographical distribution limitation excluding those countries,
   9443 so that distribution is permitted only in or among countries not thus
   9444 excluded.  In such case, this License incorporates the limitation as if
   9445 written in the body of this License.
   9446 
   9447   13. The Free Software Foundation may publish revised and/or new
   9448 versions of the Library General Public License from time to time.
   9449 Such new versions will be similar in spirit to the present version,
   9450 but may differ in detail to address new problems or concerns.
   9451 
   9452 Each version is given a distinguishing version number.  If the Library
   9453 specifies a version number of this License which applies to it and
   9454 "any later version", you have the option of following the terms and
   9455 conditions either of that version or of any later version published by
   9456 the Free Software Foundation.  If the Library does not specify a
   9457 license version number, you may choose any version ever published by
   9458 the Free Software Foundation.
   9459 
   9461   14. If you wish to incorporate parts of the Library into other free
   9462 programs whose distribution conditions are incompatible with these,
   9463 write to the author to ask for permission.  For software which is
   9464 copyrighted by the Free Software Foundation, write to the Free
   9465 Software Foundation; we sometimes make exceptions for this.  Our
   9466 decision will be guided by the two goals of preserving the free status
   9467 of all derivatives of our free software and of promoting the sharing
   9468 and reuse of software generally.
   9469 
   9470 			    NO WARRANTY
   9471 
   9472   15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO
   9473 WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW.
   9474 EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR
   9475 OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY
   9476 KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE
   9477 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
   9478 PURPOSE.  THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE
   9479 LIBRARY IS WITH YOU.  SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME
   9480 THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
   9481 
   9482   16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN
   9483 WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY
   9484 AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU
   9485 FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR
   9486 CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE
   9487 LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING
   9488 RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A
   9489 FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF
   9490 SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
   9491 DAMAGES.
   9492 
   9493 		     END OF TERMS AND CONDITIONS
   9494 
   9496      Appendix: How to Apply These Terms to Your New Libraries
   9497 
   9498   If you develop a new library, and you want it to be of the greatest
   9499 possible use to the public, we recommend making it free software that
   9500 everyone can redistribute and change.  You can do so by permitting
   9501 redistribution under these terms (or, alternatively, under the terms of the
   9502 ordinary General Public License).
   9503 
   9504   To apply these terms, attach the following notices to the library.  It is
   9505 safest to attach them to the start of each source file to most effectively
   9506 convey the exclusion of warranty; and each file should have at least the
   9507 "copyright" line and a pointer to where the full notice is found.
   9508 
   9509     &lt;one line to give the library's name and a brief idea of what it does.&gt;
   9510     Copyright (C) &lt;year&gt;  &lt;name of author&gt;
   9511 
   9512     This library is free software; you can redistribute it and/or
   9513     modify it under the terms of the GNU Library General Public
   9514     License as published by the Free Software Foundation; either
   9515     version 2 of the License, or (at your option) any later version.
   9516 
   9517     This library is distributed in the hope that it will be useful,
   9518     but WITHOUT ANY WARRANTY; without even the implied warranty of
   9519     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
   9520     Library General Public License for more details.
   9521 
   9522     You should have received a copy of the GNU Library General Public
   9523     License along with this library; if not, write to the Free
   9524     Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
   9525 
   9526 Also add information on how to contact you by electronic and paper mail.
   9527 
   9528 You should also get your employer (if you work as a programmer) or your
   9529 school, if any, to sign a "copyright disclaimer" for the library, if
   9530 necessary.  Here is a sample; alter the names:
   9531 
   9532   Yoyodyne, Inc., hereby disclaims all copyright interest in the
   9533   library `Frob' (a library for tweaking knobs) written by James Random Hacker.
   9534 
   9535   &lt;signature of Ty Coon&gt;, 1 April 1990
   9536   Ty Coon, President of Vice
   9537 
   9538 That's all there is to it!
   9539 
   9540 
   9541 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   9542 </pre>
   9543 <ul>
   9544 <li><a href='#SGI-B-2.0'>Gentoo Package Stock License SGI-B-2.0</a></li>
   9545 <li><a href='#LGPL-3'>Gentoo Package Stock License LGPL-3</a></li>
   9546 </ul>
   9547 </div>
   9548 </div>
   9549 
   9550 
   9551 <div class="product">
   9552 <span class="title">mime-types-8</span>
   9553 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   9554 <span class="homepage"><a href="http://www.gentoo.org/">homepage</a></span>
   9555 <div class="licence">
   9556 <pre></pre>
   9557 <ul>
   9558 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
   9559 </ul>
   9560 </div>
   9561 </div>
   9562 
   9563 
   9564 <div class="product">
   9565 <span class="title">ml-anjalioldlipi-0.740</span>
   9566 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   9567 <span class="homepage"><a href="https://sites.google.com/site/cibu/anjalioldlipi-font">homepage</a></span>
   9568 <div class="licence">
   9569 <pre>Scanned Source License ml-anjalioldlipi-0.740/LICENSE:
   9570 
   9571 Copyright 2004 Kevin &amp; Siji, 2007-2011 Cibu Johny
   9572 with reserved font name AnjaliOldLipi.
   9573 
   9574 This Font Software is licensed under the SIL Open Font License, Version 1.1.
   9575 This license is copied below, and is also available with a FAQ at:
   9576 http://scripts.sil.org/OFL
   9577 
   9578 
   9579 -----------------------------------------------------------
   9580 SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
   9581 -----------------------------------------------------------
   9582 
   9583 PREAMBLE
   9584 The goals of the Open Font License (OFL) are to stimulate worldwide
   9585 development of collaborative font projects, to support the font creation
   9586 efforts of academic and linguistic communities, and to provide a free and
   9587 open framework in which fonts may be shared and improved in partnership
   9588 with others.
   9589 
   9590 The OFL allows the licensed fonts to be used, studied, modified and
   9591 redistributed freely as long as they are not sold by themselves. The
   9592 fonts, including any derivative works, can be bundled, embedded, 
   9593 redistributed and/or sold with any software provided that any reserved
   9594 names are not used by derivative works. The fonts and derivatives,
   9595 however, cannot be released under any other type of license. The
   9596 requirement for fonts to remain under this license does not apply
   9597 to any document created using the fonts or their derivatives.
   9598 
   9599 DEFINITIONS
   9600 "Font Software" refers to the set of files released by the Copyright
   9601 Holder(s) under this license and clearly marked as such. This may
   9602 include source files, build scripts and documentation.
   9603 
   9604 "Reserved Font Name" refers to any names specified as such after the
   9605 copyright statement(s).
   9606 
   9607 "Original Version" refers to the collection of Font Software components as
   9608 distributed by the Copyright Holder(s).
   9609 
   9610 "Modified Version" refers to any derivative made by adding to, deleting,
   9611 or substituting -- in part or in whole -- any of the components of the
   9612 Original Version, by changing formats or by porting the Font Software to a
   9613 new environment.
   9614 
   9615 "Author" refers to any designer, engineer, programmer, technical
   9616 writer or other person who contributed to the Font Software.
   9617 
   9618 PERMISSION &amp; CONDITIONS
   9619 Permission is hereby granted, free of charge, to any person obtaining
   9620 a copy of the Font Software, to use, study, copy, merge, embed, modify,
   9621 redistribute, and sell modified and unmodified copies of the Font
   9622 Software, subject to the following conditions:
   9623 
   9624 1) Neither the Font Software nor any of its individual components,
   9625 in Original or Modified Versions, may be sold by itself.
   9626 
   9627 2) Original or Modified Versions of the Font Software may be bundled,
   9628 redistributed and/or sold with any software, provided that each copy
   9629 contains the above copyright notice and this license. These can be
   9630 included either as stand-alone text files, human-readable headers or
   9631 in the appropriate machine-readable metadata fields within text or
   9632 binary files as long as those fields can be easily viewed by the user.
   9633 
   9634 3) No Modified Version of the Font Software may use the Reserved Font
   9635 Name(s) unless explicit written permission is granted by the corresponding
   9636 Copyright Holder. This restriction only applies to the primary font name as
   9637 presented to the users.
   9638 
   9639 4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
   9640 Software shall not be used to promote, endorse or advertise any
   9641 Modified Version, except to acknowledge the contribution(s) of the
   9642 Copyright Holder(s) and the Author(s) or with their explicit written
   9643 permission.
   9644 
   9645 5) The Font Software, modified or unmodified, in part or in whole,
   9646 must be distributed entirely under this license, and must not be
   9647 distributed under any other license. The requirement for fonts to
   9648 remain under this license does not apply to any document created
   9649 using the Font Software.
   9650 
   9651 TERMINATION
   9652 This license becomes null and void if any of the above conditions are
   9653 not met.
   9654 
   9655 DISCLAIMER
   9656 THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
   9657 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
   9658 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
   9659 OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
   9660 COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
   9661 INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
   9662 DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
   9663 FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
   9664 OTHER DEALINGS IN THE FONT SOFTWARE.
   9665 
   9666 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   9667 </pre>
   9668 <ul>
   9669 <li><a href='#OFL-1.1'>Gentoo Package Stock License OFL-1.1</a></li>
   9670 </ul>
   9671 </div>
   9672 </div>
   9673 
   9674 
   9675 <div class="product">
   9676 <span class="title">modemmanager-classic-interfaces-0.0.1</span>
   9677 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   9678 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span>
   9679 <div class="licence">
   9680 <pre></pre>
   9681 <ul>
   9682 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li>
   9683 </ul>
   9684 </div>
   9685 </div>
   9686 
   9687 
   9688 <div class="product">
   9689 <span class="title">modemmanager-next-0.5.999</span>
   9690 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   9691 <span class="homepage"><a href="http://mail.gnome.org/archives/networkmanager-list/2008-July/msg00274.html">homepage</a></span>
   9692 <div class="licence">
   9693 <pre></pre>
   9694 <ul>
   9695 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li>
   9696 </ul>
   9697 </div>
   9698 </div>
   9699 
   9700 
   9701 <div class="product">
   9702 <span class="title">module-init-tools-3.16</span>
   9703 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   9704 <span class="homepage"><a href="http://modules.wiki.kernel.org/">homepage</a></span>
   9705 <div class="licence">
   9706 <pre></pre>
   9707 <ul>
   9708 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
   9709 </ul>
   9710 </div>
   9711 </div>
   9712 
   9713 
   9714 <div class="product">
   9715 <span class="title">mtdev-1.1.2</span>
   9716 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   9717 <span class="homepage"><a href="http://bitmath.org/code/mtdev/">homepage</a></span>
   9718 <div class="licence">
   9719 <pre>Scanned Source License mtdev-1.1.2/COPYING:
   9720 
   9721 mtdev - Multitouch Protocol Translation Library (MIT license)
   9722 
   9723 Copyright (C) 2010 Henrik Rydberg &lt;rydberg (a] euromail.se&gt;
   9724 Copyright (C) 2010 Canonical Ltd.
   9725 
   9726 Permission is hereby granted, free of charge, to any person obtaining a
   9727 copy of this software and associated documentation files (the "Software"),
   9728 to deal in the Software without restriction, including without limitation
   9729 the rights to use, copy, modify, merge, publish, distribute, sublicense,
   9730 and/or sell copies of the Software, and to permit persons to whom the
   9731 Software is furnished to do so, subject to the following conditions:
   9732 
   9733 The above copyright notice and this permission notice (including the next
   9734 paragraph) shall be included in all copies or substantial portions of the
   9735 Software.
   9736 
   9737 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   9738 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   9739 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
   9740 THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
   9741 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
   9742 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
   9743 DEALINGS IN THE SOFTWARE.
   9744 
   9745 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   9746 </pre>
   9747 <ul>
   9748 
   9749 </ul>
   9750 </div>
   9751 </div>
   9752 
   9753 
   9754 <div class="product">
   9755 <span class="title">mtools-4.0.15</span>
   9756 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   9757 <span class="homepage"><a href="http://mtools.linux.lu/">homepage</a></span>
   9758 <div class="licence">
   9759 <pre></pre>
   9760 <ul>
   9761 <li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li>
   9762 </ul>
   9763 </div>
   9764 </div>
   9765 
   9766 
   9767 <div class="product">
   9768 <span class="title">my-padauk-2.50</span>
   9769 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   9770 <span class="homepage"><a href="http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=padauk">homepage</a></span>
   9771 <div class="licence">
   9772 <pre></pre>
   9773 <ul>
   9774 <li><a href='#OFL-1.1'>Gentoo Package Stock License OFL-1.1</a></li>
   9775 </ul>
   9776 </div>
   9777 </div>
   9778 
   9779 
   9780 <div class="product">
   9781 <span class="title">nacl-mozc-1.10.1389.104</span>
   9782 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   9783 <span class="homepage"><a href="http://code.google.com/p/mozc">homepage</a></span>
   9784 <div class="licence">
   9785 <pre></pre>
   9786 <ul>
   9787 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li>
   9788 </ul>
   9789 </div>
   9790 </div>
   9791 
   9792 
   9793 <div class="product">
   9794 <span class="title">ncurses-5.9</span>
   9795 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   9796 <span class="homepage"><a href="http://www.gnu.org/software/ncurses/">homepage</a></span>
   9797 <div class="licence">
   9798 <pre>Scanned Source License ncurses-5.9/Ada95/package/debian/copyright:
   9799 
   9800 Upstream source http://invisible-island.net/ncurses/ncurses-examples.html
   9801 
   9802 Current ncurses maintainer: Thomas Dickey &lt;dickey (a] invisible-island.net&gt;
   9803 
   9804 -------------------------------------------------------------------------------
   9805     Copyright (c) 1998-2010,2011 Free Software Foundation, Inc.
   9806 
   9807     Permission is hereby granted, free of charge, to any person obtaining a
   9808     copy of this software and associated documentation files (the
   9809     "Software"), to deal in the Software without restriction, including
   9810     without limitation the rights to use, copy, modify, merge, publish,
   9811     distribute, distribute with modifications, sublicense, and/or sell
   9812     copies of the Software, and to permit persons to whom the Software is
   9813     furnished to do so, subject to the following conditions:
   9814 
   9815     The above copyright notice and this permission notice shall be included
   9816     in all copies or substantial portions of the Software.
   9817 
   9818     THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
   9819     OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
   9820     MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
   9821     IN NO EVENT SHALL THE ABOVE COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
   9822     DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
   9823     OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR
   9824     THE USE OR OTHER DEALINGS IN THE SOFTWARE.
   9825 
   9826     Except as contained in this notice, the name(s) of the above copyright
   9827     holders shall not be used in advertising or otherwise to promote the
   9828     sale, use or other dealings in this Software without prior written
   9829     authorization.
   9830 -------------------------------------------------------------------------------
   9831 
   9832 Files: install-sh
   9833 Copyright:  1994 X Consortium
   9834 Licence: other-BSD
   9835     Permission is hereby granted, free of charge, to any person obtaining a copy
   9836     of this software and associated documentation files (the "Software"), to
   9837     deal in the Software without restriction, including without limitation the
   9838     rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
   9839     sell copies of the Software, and to permit persons to whom the Software is
   9840     furnished to do so, subject to the following conditions:
   9841 
   9842     The above copyright notice and this permission notice shall be included in
   9843     all copies or substantial portions of the Software.
   9844 
   9845     THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   9846     IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   9847     FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
   9848     X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
   9849     AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNEC-
   9850     TION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
   9851 
   9852     Except as contained in this notice, the name of the X Consortium shall not
   9853     be used in advertising or otherwise to promote the sale, use or other deal-
   9854     ings in this Software without prior written authorization from the X Consor-
   9855     tium.
   9856 
   9857     FSF changes to this file are in the public domain.
   9858 
   9859     Calling this script install-sh is preferred over install.sh, to prevent
   9860     `make' implicit rules from creating a file called install from it
   9861     when there is no Makefile.
   9862 
   9863     This script is compatible with the BSD install script, but was written
   9864     from scratch.  It can only install one file at a time, a restriction
   9865     shared with many OS's install programs.
   9866 
   9867 On Debian systems, the complete text of the GNU General
   9868 Public License can be found in '/usr/share/common-licenses/GPL-2'
   9869 
   9870 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   9871 
   9872 Scanned Source License ncurses-5.9/test/package/debian/copyright:
   9873 
   9874 Upstream source http://invisible-island.net/ncurses/ncurses-examples.html
   9875 
   9876 Current ncurses maintainer: Thomas Dickey &lt;dickey (a] invisible-island.net&gt;
   9877 
   9878 -------------------------------------------------------------------------------
   9879     Copyright (c) 1998-2010,2011 Free Software Foundation, Inc.
   9880 
   9881     Permission is hereby granted, free of charge, to any person obtaining a
   9882     copy of this software and associated documentation files (the
   9883     "Software"), to deal in the Software without restriction, including
   9884     without limitation the rights to use, copy, modify, merge, publish,
   9885     distribute, distribute with modifications, sublicense, and/or sell
   9886     copies of the Software, and to permit persons to whom the Software is
   9887     furnished to do so, subject to the following conditions:
   9888 
   9889     The above copyright notice and this permission notice shall be included
   9890     in all copies or substantial portions of the Software.
   9891 
   9892     THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
   9893     OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
   9894     MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
   9895     IN NO EVENT SHALL THE ABOVE COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
   9896     DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
   9897     OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR
   9898     THE USE OR OTHER DEALINGS IN THE SOFTWARE.
   9899 
   9900     Except as contained in this notice, the name(s) of the above copyright
   9901     holders shall not be used in advertising or otherwise to promote the
   9902     sale, use or other dealings in this Software without prior written
   9903     authorization.
   9904 -------------------------------------------------------------------------------
   9905 
   9906 Files: install-sh
   9907 Copyright:  1994 X Consortium
   9908 Licence: other-BSD
   9909     Permission is hereby granted, free of charge, to any person obtaining a copy
   9910     of this software and associated documentation files (the "Software"), to
   9911     deal in the Software without restriction, including without limitation the
   9912     rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
   9913     sell copies of the Software, and to permit persons to whom the Software is
   9914     furnished to do so, subject to the following conditions:
   9915 
   9916     The above copyright notice and this permission notice shall be included in
   9917     all copies or substantial portions of the Software.
   9918 
   9919     THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   9920     IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   9921     FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
   9922     X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
   9923     AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNEC-
   9924     TION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
   9925 
   9926     Except as contained in this notice, the name of the X Consortium shall not
   9927     be used in advertising or otherwise to promote the sale, use or other deal-
   9928     ings in this Software without prior written authorization from the X Consor-
   9929     tium.
   9930 
   9931     FSF changes to this file are in the public domain.
   9932 
   9933     Calling this script install-sh is preferred over install.sh, to prevent
   9934     `make' implicit rules from creating a file called install from it
   9935     when there is no Makefile.
   9936 
   9937     This script is compatible with the BSD install script, but was written
   9938     from scratch.  It can only install one file at a time, a restriction
   9939     shared with many OS's install programs.
   9940 
   9941 On Debian systems, the complete text of the GNU General
   9942 Public License can be found in '/usr/share/common-licenses/GPL-2'
   9943 
   9944 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   9945 </pre>
   9946 <ul>
   9947 
   9948 </ul>
   9949 </div>
   9950 </div>
   9951 
   9952 
   9953 <div class="product">
   9954 <span class="title">net-tools-1.60_p20110409135728</span>
   9955 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   9956 <span class="homepage"><a href="http://net-tools.berlios.de/">homepage</a></span>
   9957 <div class="licence">
   9958 <pre></pre>
   9959 <ul>
   9960 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
   9961 </ul>
   9962 </div>
   9963 </div>
   9964 
   9965 
   9966 <div class="product">
   9967 <span class="title">notofonts-20130514</span>
   9968 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   9969 <span class="homepage"><a href="">homepage</a></span>
   9970 <div class="licence">
   9971 <pre></pre>
   9972 <ul>
   9973 <li><a href='#Apache-2.0'>Gentoo Package Stock License Apache-2.0</a></li>
   9974 </ul>
   9975 </div>
   9976 </div>
   9977 
   9978 
   9979 <div class="product">
   9980 <span class="title">nspr-4.10</span>
   9981 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   9982 <span class="homepage"><a href="http://www.mozilla.org/projects/nspr/">homepage</a></span>
   9983 <div class="licence">
   9984 <pre></pre>
   9985 <ul>
   9986 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li>
   9987 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
   9988 <li><a href='#MPL-2.0'>Gentoo Package Stock License MPL-2.0</a></li>
   9989 </ul>
   9990 </div>
   9991 </div>
   9992 
   9993 
   9994 <div class="product">
   9995 <span class="title">nss-3.15.1</span>
   9996 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   9997 <span class="homepage"><a href="http://www.mozilla.org/projects/security/pki/nss/">homepage</a></span>
   9998 <div class="licence">
   9999 <pre></pre>
   10000 <ul>
   10001 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li>
   10002 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
   10003 <li><a href='#MPL-2.0'>Gentoo Package Stock License MPL-2.0</a></li>
   10004 </ul>
   10005 </div>
   10006 </div>
   10007 
   10008 
   10009 <div class="product">
   10010 <span class="title">ntfs3g-2012.1.15</span>
   10011 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   10012 <span class="homepage"><a href="http://www.tuxera.com/community/ntfs-3g-download/">homepage</a></span>
   10013 <div class="licence">
   10014 <pre></pre>
   10015 <ul>
   10016 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
   10017 </ul>
   10018 </div>
   10019 </div>
   10020 
   10021 
   10022 <div class="product">
   10023 <span class="title">o3d-203170</span>
   10024 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   10025 <span class="homepage"><a href="http://code.google.com/p/o3d/">homepage</a></span>
   10026 <div class="licence">
   10027 <pre>Scanned Source License o3d-203170/base/third_party/dmg_fp/LICENSE:
   10028 
   10029 /****************************************************************
   10030  *
   10031  * The author of this software is David M. Gay.
   10032  *
   10033  * Copyright (c) 1991, 2000, 2001 by Lucent Technologies.
   10034  *
   10035  * Permission to use, copy, modify, and distribute this software for any
   10036  * purpose without fee is hereby granted, provided that this entire notice
   10037  * is included in all copies of any software which is or includes a copy
   10038  * or modification of this software and in all copies of the supporting
   10039  * documentation for such software.
   10040  *
   10041  * THIS SOFTWARE IS BEING PROVIDED "AS IS", WITHOUT ANY EXPRESS OR IMPLIED
   10042  * WARRANTY.  IN PARTICULAR, NEITHER THE AUTHOR NOR LUCENT MAKES ANY
   10043  * REPRESENTATION OR WARRANTY OF ANY KIND CONCERNING THE MERCHANTABILITY
   10044  * OF THIS SOFTWARE OR ITS FITNESS FOR ANY PARTICULAR PURPOSE.
   10045  *
   10046  ***************************************************************/
   10047 
   10048 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   10049 
   10050 Scanned Source License o3d-203170/base/third_party/dynamic_annotations/LICENSE:
   10051 
   10052 /* Copyright (c) 2008-2009, Google Inc.
   10053  * All rights reserved.
   10054  *
   10055  * Redistribution and use in source and binary forms, with or without
   10056  * modification, are permitted provided that the following conditions are
   10057  * met:
   10058  *
   10059  *     * Redistributions of source code must retain the above copyright
   10060  * notice, this list of conditions and the following disclaimer.
   10061  *     * Neither the name of Google Inc. nor the names of its
   10062  * contributors may be used to endorse or promote products derived from
   10063  * this software without specific prior written permission.
   10064  *
   10065  * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
   10066  * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
   10067  * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
   10068  * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
   10069  * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
   10070  * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
   10071  * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
   10072  * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
   10073  * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
   10074  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
   10075  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
   10076  *
   10077  * ---
   10078  * Author: Kostya Serebryany
   10079  */
   10080 
   10081 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   10082 
   10083 Scanned Source License o3d-203170/base/third_party/icu/LICENSE:
   10084 
   10085 ICU License - ICU 1.8.1 and later
   10086 
   10087 COPYRIGHT AND PERMISSION NOTICE
   10088 
   10089 Copyright (c) 1995-2009 International Business Machines Corporation and others
   10090 
   10091 All rights reserved.
   10092 
   10093 Permission is hereby granted, free of charge, to any person obtaining
   10094 a copy of this software and associated documentation files (the
   10095 "Software"), to deal in the Software without restriction, including
   10096 without limitation the rights to use, copy, modify, merge, publish,
   10097 distribute, and/or sell copies of the Software, and to permit persons
   10098 to whom the Software is furnished to do so, provided that the above
   10099 copyright notice(s) and this permission notice appear in all copies of
   10100 the Software and that both the above copyright notice(s) and this
   10101 permission notice appear in supporting documentation.
   10102 
   10103 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
   10104 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
   10105 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
   10106 OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
   10107 HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY
   10108 SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER
   10109 RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF
   10110 CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
   10111 CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
   10112 
   10113 Except as contained in this notice, the name of a copyright holder
   10114 shall not be used in advertising or otherwise to promote the sale, use
   10115 or other dealings in this Software without prior written authorization
   10116 of the copyright holder.
   10117 
   10118 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   10119 
   10120 Scanned Source License o3d-203170/base/third_party/nspr/LICENSE:
   10121 
   10122 /* ***** BEGIN LICENSE BLOCK *****
   10123  * Version: MPL 1.1/GPL 2.0/LGPL 2.1
   10124  *
   10125  * The contents of this file are subject to the Mozilla Public License Version
   10126  * 1.1 (the "License"); you may not use this file except in compliance with
   10127  * the License. You may obtain a copy of the License at
   10128  * http://www.mozilla.org/MPL/
   10129  *
   10130  * Software distributed under the License is distributed on an "AS IS" basis,
   10131  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
   10132  * for the specific language governing rights and limitations under the
   10133  * License.
   10134  *
   10135  * The Original Code is the Netscape Portable Runtime (NSPR).
   10136  *
   10137  * The Initial Developer of the Original Code is
   10138  * Netscape Communications Corporation.
   10139  * Portions created by the Initial Developer are Copyright (C) 1998-2000
   10140  * the Initial Developer. All Rights Reserved.
   10141  *
   10142  * Contributor(s):
   10143  *
   10144  * Alternatively, the contents of this file may be used under the terms of
   10145  * either the GNU General Public License Version 2 or later (the "GPL"), or
   10146  * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
   10147  * in which case the provisions of the GPL or the LGPL are applicable instead
   10148  * of those above. If you wish to allow use of your version of this file only
   10149  * under the terms of either the GPL or the LGPL, and not to allow others to
   10150  * use your version of this file under the terms of the MPL, indicate your
   10151  * decision by deleting the provisions above and replace them with the notice
   10152  * and other provisions required by the GPL or the LGPL. If you do not delete
   10153  * the provisions above, a recipient may use your version of this file under
   10154  * the terms of any one of the MPL, the GPL or the LGPL.
   10155  *
   10156  * ***** END LICENSE BLOCK ***** */
   10157 
   10158 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   10159 
   10160 Scanned Source License o3d-203170/base/third_party/symbolize/LICENSE:
   10161 
   10162 // Copyright (c) 2006, Google Inc.
   10163 // All rights reserved.
   10164 //
   10165 // Redistribution and use in source and binary forms, with or without
   10166 // modification, are permitted provided that the following conditions are
   10167 // met:
   10168 //
   10169 //     * Redistributions of source code must retain the above copyright
   10170 // notice, this list of conditions and the following disclaimer.
   10171 //     * Redistributions in binary form must reproduce the above
   10172 // copyright notice, this list of conditions and the following disclaimer
   10173 // in the documentation and/or other materials provided with the
   10174 // distribution.
   10175 //     * Neither the name of Google Inc. nor the names of its
   10176 // contributors may be used to endorse or promote products derived from
   10177 // this software without specific prior written permission.
   10178 //
   10179 // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
   10180 // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
   10181 // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
   10182 // A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
   10183 // OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
   10184 // SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
   10185 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
   10186 // DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
   10187 // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
   10188 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
   10189 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
   10190 
   10191 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   10192 
   10193 Scanned Source License o3d-203170/base/third_party/valgrind/LICENSE:
   10194 
   10195    ----------------------------------------------------------------
   10196 
   10197    Notice that the following BSD-style license applies to this one
   10198    file (valgrind.h) only.  The rest of Valgrind is licensed under the
   10199    terms of the GNU General Public License, version 2, unless
   10200    otherwise indicated.  See the COPYING file in the source
   10201    distribution for details.
   10202 
   10203    ----------------------------------------------------------------
   10204 
   10205    This file is part of Valgrind, a dynamic binary instrumentation
   10206    framework.
   10207 
   10208    Copyright (C) 2000-2008 Julian Seward.  All rights reserved.
   10209 
   10210    Redistribution and use in source and binary forms, with or without
   10211    modification, are permitted provided that the following conditions
   10212    are met:
   10213 
   10214    1. Redistributions of source code must retain the above copyright
   10215       notice, this list of conditions and the following disclaimer.
   10216 
   10217    2. The origin of this software must not be misrepresented; you must 
   10218       not claim that you wrote the original software.  If you use this 
   10219       software in a product, an acknowledgment in the product 
   10220       documentation would be appreciated but is not required.
   10221 
   10222    3. Altered source versions must be plainly marked as such, and must
   10223       not be misrepresented as being the original software.
   10224 
   10225    4. The name of the author may not be used to endorse or promote 
   10226       products derived from this software without specific prior written 
   10227       permission.
   10228 
   10229    THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS
   10230    OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
   10231    WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
   10232    ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
   10233    DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
   10234    DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
   10235    GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
   10236    INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
   10237    WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
   10238    NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
   10239    SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
   10240 
   10241 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   10242 
   10243 Scanned Source License o3d-203170/base/third_party/xdg_mime/LICENSE:
   10244 
   10245 #   Permission is hereby granted, free of charge, to any person obtaining a
   10246 #   copy of this software and associated documentation files (the "Software"),
   10247 #   to deal in the Software without restriction, including without limitation
   10248 #   the rights to use, copy, modify, merge, publish, distribute, sublicense,
   10249 #   and/or sell copies of the Software, and to permit persons to whom the
   10250 #   Software is furnished to do so, subject to the following conditions:
   10251 #
   10252 #   The above copyright notice and this permission notice shall be included
   10253 #   in all copies or substantial portions of the Software.
   10254 #
   10255 #   THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
   10256 #   OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   10257 #   FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
   10258 #   THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR
   10259 #   OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
   10260 #   ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
   10261 #   OTHER DEALINGS IN THE SOFTWARE.
   10262 
   10263 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   10264 
   10265 Scanned Source License o3d-203170/base/third_party/xdg_user_dirs/LICENSE:
   10266 
   10267   Copyright (c) 2007 Red Hat, inc
   10268 
   10269   Permission is hereby granted, free of charge, to any person
   10270   obtaining a copy of this software and associated documentation files
   10271   (the "Software"), to deal in the Software without restriction,
   10272   including without limitation the rights to use, copy, modify, merge,
   10273   publish, distribute, sublicense, and/or sell copies of the Software,
   10274   and to permit persons to whom the Software is furnished to do so,
   10275   subject to the following conditions: 
   10276 
   10277   The above copyright notice and this permission notice shall be
   10278   included in all copies or substantial portions of the Software. 
   10279 
   10280   THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
   10281   EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
   10282   MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
   10283   NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
   10284   BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
   10285   ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
   10286   CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
   10287   SOFTWARE.
   10288 
   10289 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   10290 
   10291 Scanned Source License o3d-203170/native_client/LICENSE:
   10292 
   10293 Copyright 2008, Google Inc.
   10294 All rights reserved.
   10295 
   10296 Redistribution and use in source and binary forms, with or without
   10297 modification, are permitted provided that the following conditions are
   10298 met:
   10299 
   10300     * Redistributions of source code must retain the above copyright
   10301 notice, this list of conditions and the following disclaimer.
   10302     * Redistributions in binary form must reproduce the above
   10303 copyright notice, this list of conditions and the following disclaimer
   10304 in the documentation and/or other materials provided with the
   10305 distribution.
   10306     * Neither the name of Google Inc. nor the names of its
   10307 contributors may be used to endorse or promote products derived from
   10308 this software without specific prior written permission.
   10309 
   10310 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
   10311 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
   10312 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
   10313 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
   10314 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
   10315 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
   10316 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
   10317 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
   10318 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
   10319 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
   10320 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
   10321 
   10322 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   10323 
   10324 Scanned Source License o3d-203170/net/third_party/gssapi/LICENSE:
   10325 
   10326 Copyright 1993 by OpenVision Technologies, Inc.
   10327 
   10328 Permission to use, copy, modify, distribute, and sell this software
   10329 and its documentation for any purpose is hereby granted without fee,
   10330 provided that the above copyright notice appears in all copies and
   10331 that both that copyright notice and this permission notice appear in
   10332 supporting documentation, and that the name of OpenVision not be used
   10333 in advertising or publicity pertaining to distribution of the software
   10334 without specific, written prior permission. OpenVision makes no
   10335 representations about the suitability of this software for any
   10336 purpose.  It is provided "as is" without express or implied warranty.
   10337 
   10338 OPENVISION DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
   10339 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
   10340 EVENT SHALL OPENVISION BE LIABLE FOR ANY SPECIAL, INDIRECT OR
   10341 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF
   10342 USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
   10343 OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
   10344 PERFORMANCE OF THIS SOFTWARE.
   10345 
   10346 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   10347 
   10348 Scanned Source License o3d-203170/net/third_party/mozilla_security_manager/LICENSE:
   10349 
   10350 /* ***** BEGIN LICENSE BLOCK *****
   10351  * Version: MPL 1.1/GPL 2.0/LGPL 2.1
   10352  *
   10353  * The contents of this file are subject to the Mozilla Public License Version
   10354  * 1.1 (the "License"); you may not use this file except in compliance with
   10355  * the License. You may obtain a copy of the License at
   10356  * http://www.mozilla.org/MPL/
   10357  *
   10358  * Software distributed under the License is distributed on an "AS IS" basis,
   10359  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
   10360  * for the specific language governing rights and limitations under the
   10361  * License.
   10362  *
   10363  * The Original Code is mozilla.org code.
   10364  *
   10365  * The Initial Developer of the Original Code is
   10366  * Netscape Communications Corporation.
   10367  * Portions created by the Initial Developer are Copyright (C) 2001
   10368  * the Initial Developer. All Rights Reserved.
   10369  *
   10370  * Contributor(s):
   10371  *
   10372  * Alternatively, the contents of this file may be used under the terms of
   10373  * either the GNU General Public License Version 2 or later (the "GPL"), or
   10374  * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
   10375  * in which case the provisions of the GPL or the LGPL are applicable instead
   10376  * of those above. If you wish to allow use of your version of this file only
   10377  * under the terms of either the GPL or the LGPL, and not to allow others to
   10378  * use your version of this file under the terms of the MPL, indicate your
   10379  * decision by deleting the provisions above and replace them with the notice
   10380  * and other provisions required by the GPL or the LGPL. If you do not delete
   10381  * the provisions above, a recipient may use your version of this file under
   10382  * the terms of any one of the MPL, the GPL or the LGPL.
   10383  *
   10384  * ***** END LICENSE BLOCK ***** */
   10385 
   10386 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   10387 
   10388 Scanned Source License o3d-203170/net/third_party/nss/LICENSE:
   10389 
   10390 /* ***** BEGIN LICENSE BLOCK *****
   10391  * Version: MPL 1.1/GPL 2.0/LGPL 2.1
   10392  *
   10393  * The contents of this file are subject to the Mozilla Public License Version
   10394  * 1.1 (the "License"); you may not use this file except in compliance with
   10395  * the License. You may obtain a copy of the License at
   10396  * http://www.mozilla.org/MPL/
   10397  *
   10398  * Software distributed under the License is distributed on an "AS IS" basis,
   10399  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
   10400  * for the specific language governing rights and limitations under the
   10401  * License.
   10402  *
   10403  * The Original Code is the Netscape security libraries.
   10404  *
   10405  * The Initial Developer of the Original Code is
   10406  * Netscape Communications Corporation.
   10407  * Portions created by the Initial Developer are Copyright (C) 1994-2000
   10408  * the Initial Developer. All Rights Reserved.
   10409  *
   10410  * Contributor(s):
   10411  *
   10412  * Alternatively, the contents of this file may be used under the terms of
   10413  * either the GNU General Public License Version 2 or later (the "GPL"), or
   10414  * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
   10415  * in which case the provisions of the GPL or the LGPL are applicable instead
   10416  * of those above. If you wish to allow use of your version of this file only
   10417  * under the terms of either the GPL or the LGPL, and not to allow others to
   10418  * use your version of this file under the terms of the MPL, indicate your
   10419  * decision by deleting the provisions above and replace them with the notice
   10420  * and other provisions required by the GPL or the LGPL. If you do not delete
   10421  * the provisions above, a recipient may use your version of this file under
   10422  * the terms of any one of the MPL, the GPL or the LGPL.
   10423  *
   10424  * ***** END LICENSE BLOCK ***** */
   10425 
   10426 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   10427 
   10428 Scanned Source License o3d-203170/net/tools/spdyshark/COPYING:
   10429 
   10430 		    GNU GENERAL PUBLIC LICENSE
   10431 		       Version 2, June 1991
   10432 
   10433  Copyright (C) 1989, 1991 Free Software Foundation, Inc.
   10434      59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
   10435  Everyone is permitted to copy and distribute verbatim copies
   10436  of this license document, but changing it is not allowed.
   10437 
   10438 			    Preamble
   10439 
   10440   The licenses for most software are designed to take away your
   10441 freedom to share and change it.  By contrast, the GNU General Public
   10442 License is intended to guarantee your freedom to share and change free
   10443 software--to make sure the software is free for all its users.  This
   10444 General Public License applies to most of the Free Software
   10445 Foundation's software and to any other program whose authors commit to
   10446 using it.  (Some other Free Software Foundation software is covered by
   10447 the GNU Library General Public License instead.)  You can apply it to
   10448 your programs, too.
   10449 
   10450   When we speak of free software, we are referring to freedom, not
   10451 price.  Our General Public Licenses are designed to make sure that you
   10452 have the freedom to distribute copies of free software (and charge for
   10453 this service if you wish), that you receive source code or can get it
   10454 if you want it, that you can change the software or use pieces of it
   10455 in new free programs; and that you know you can do these things.
   10456 
   10457   To protect your rights, we need to make restrictions that forbid
   10458 anyone to deny you these rights or to ask you to surrender the rights.
   10459 These restrictions translate to certain responsibilities for you if you
   10460 distribute copies of the software, or if you modify it.
   10461 
   10462   For example, if you distribute copies of such a program, whether
   10463 gratis or for a fee, you must give the recipients all the rights that
   10464 you have.  You must make sure that they, too, receive or can get the
   10465 source code.  And you must show them these terms so they know their
   10466 rights.
   10467 
   10468   We protect your rights with two steps: (1) copyright the software, and
   10469 (2) offer you this license which gives you legal permission to copy,
   10470 distribute and/or modify the software.
   10471 
   10472   Also, for each author's protection and ours, we want to make certain
   10473 that everyone understands that there is no warranty for this free
   10474 software.  If the software is modified by someone else and passed on, we
   10475 want its recipients to know that what they have is not the original, so
   10476 that any problems introduced by others will not reflect on the original
   10477 authors' reputations.
   10478 
   10479   Finally, any free program is threatened constantly by software
   10480 patents.  We wish to avoid the danger that redistributors of a free
   10481 program will individually obtain patent licenses, in effect making the
   10482 program proprietary.  To prevent this, we have made it clear that any
   10483 patent must be licensed for everyone's free use or not licensed at all.
   10484 
   10485   The precise terms and conditions for copying, distribution and
   10486 modification follow.
   10487 
   10489 		    GNU GENERAL PUBLIC LICENSE
   10490    TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
   10491 
   10492   0. This License applies to any program or other work which contains
   10493 a notice placed by the copyright holder saying it may be distributed
   10494 under the terms of this General Public License.  The "Program", below,
   10495 refers to any such program or work, and a "work based on the Program"
   10496 means either the Program or any derivative work under copyright law:
   10497 that is to say, a work containing the Program or a portion of it,
   10498 either verbatim or with modifications and/or translated into another
   10499 language.  (Hereinafter, translation is included without limitation in
   10500 the term "modification".)  Each licensee is addressed as "you".
   10501 
   10502 Activities other than copying, distribution and modification are not
   10503 covered by this License; they are outside its scope.  The act of
   10504 running the Program is not restricted, and the output from the Program
   10505 is covered only if its contents constitute a work based on the
   10506 Program (independent of having been made by running the Program).
   10507 Whether that is true depends on what the Program does.
   10508 
   10509   1. You may copy and distribute verbatim copies of the Program's
   10510 source code as you receive it, in any medium, provided that you
   10511 conspicuously and appropriately publish on each copy an appropriate
   10512 copyright notice and disclaimer of warranty; keep intact all the
   10513 notices that refer to this License and to the absence of any warranty;
   10514 and give any other recipients of the Program a copy of this License
   10515 along with the Program.
   10516 
   10517 You may charge a fee for the physical act of transferring a copy, and
   10518 you may at your option offer warranty protection in exchange for a fee.
   10519 
   10520   2. You may modify your copy or copies of the Program or any portion
   10521 of it, thus forming a work based on the Program, and copy and
   10522 distribute such modifications or work under the terms of Section 1
   10523 above, provided that you also meet all of these conditions:
   10524 
   10525     a) You must cause the modified files to carry prominent notices
   10526     stating that you changed the files and the date of any change.
   10527 
   10528     b) You must cause any work that you distribute or publish, that in
   10529     whole or in part contains or is derived from the Program or any
   10530     part thereof, to be licensed as a whole at no charge to all third
   10531     parties under the terms of this License.
   10532 
   10533     c) If the modified program normally reads commands interactively
   10534     when run, you must cause it, when started running for such
   10535     interactive use in the most ordinary way, to print or display an
   10536     announcement including an appropriate copyright notice and a
   10537     notice that there is no warranty (or else, saying that you provide
   10538     a warranty) and that users may redistribute the program under
   10539     these conditions, and telling the user how to view a copy of this
   10540     License.  (Exception: if the Program itself is interactive but
   10541     does not normally print such an announcement, your work based on
   10542     the Program is not required to print an announcement.)
   10543 
   10545 These requirements apply to the modified work as a whole.  If
   10546 identifiable sections of that work are not derived from the Program,
   10547 and can be reasonably considered independent and separate works in
   10548 themselves, then this License, and its terms, do not apply to those
   10549 sections when you distribute them as separate works.  But when you
   10550 distribute the same sections as part of a whole which is a work based
   10551 on the Program, the distribution of the whole must be on the terms of
   10552 this License, whose permissions for other licensees extend to the
   10553 entire whole, and thus to each and every part regardless of who wrote it.
   10554 
   10555 Thus, it is not the intent of this section to claim rights or contest
   10556 your rights to work written entirely by you; rather, the intent is to
   10557 exercise the right to control the distribution of derivative or
   10558 collective works based on the Program.
   10559 
   10560 In addition, mere aggregation of another work not based on the Program
   10561 with the Program (or with a work based on the Program) on a volume of
   10562 a storage or distribution medium does not bring the other work under
   10563 the scope of this License.
   10564 
   10565   3. You may copy and distribute the Program (or a work based on it,
   10566 under Section 2) in object code or executable form under the terms of
   10567 Sections 1 and 2 above provided that you also do one of the following:
   10568 
   10569     a) Accompany it with the complete corresponding machine-readable
   10570     source code, which must be distributed under the terms of Sections
   10571     1 and 2 above on a medium customarily used for software interchange; or,
   10572 
   10573     b) Accompany it with a written offer, valid for at least three
   10574     years, to give any third party, for a charge no more than your
   10575     cost of physically performing source distribution, a complete
   10576     machine-readable copy of the corresponding source code, to be
   10577     distributed under the terms of Sections 1 and 2 above on a medium
   10578     customarily used for software interchange; or,
   10579 
   10580     c) Accompany it with the information you received as to the offer
   10581     to distribute corresponding source code.  (This alternative is
   10582     allowed only for noncommercial distribution and only if you
   10583     received the program in object code or executable form with such
   10584     an offer, in accord with Subsection b above.)
   10585 
   10586 The source code for a work means the preferred form of the work for
   10587 making modifications to it.  For an executable work, complete source
   10588 code means all the source code for all modules it contains, plus any
   10589 associated interface definition files, plus the scripts used to
   10590 control compilation and installation of the executable.  However, as a
   10591 special exception, the source code distributed need not include
   10592 anything that is normally distributed (in either source or binary
   10593 form) with the major components (compiler, kernel, and so on) of the
   10594 operating system on which the executable runs, unless that component
   10595 itself accompanies the executable.
   10596 
   10597 If distribution of executable or object code is made by offering
   10598 access to copy from a designated place, then offering equivalent
   10599 access to copy the source code from the same place counts as
   10600 distribution of the source code, even though third parties are not
   10601 compelled to copy the source along with the object code.
   10602 
   10604   4. You may not copy, modify, sublicense, or distribute the Program
   10605 except as expressly provided under this License.  Any attempt
   10606 otherwise to copy, modify, sublicense or distribute the Program is
   10607 void, and will automatically terminate your rights under this License.
   10608 However, parties who have received copies, or rights, from you under
   10609 this License will not have their licenses terminated so long as such
   10610 parties remain in full compliance.
   10611 
   10612   5. You are not required to accept this License, since you have not
   10613 signed it.  However, nothing else grants you permission to modify or
   10614 distribute the Program or its derivative works.  These actions are
   10615 prohibited by law if you do not accept this License.  Therefore, by
   10616 modifying or distributing the Program (or any work based on the
   10617 Program), you indicate your acceptance of this License to do so, and
   10618 all its terms and conditions for copying, distributing or modifying
   10619 the Program or works based on it.
   10620 
   10621   6. Each time you redistribute the Program (or any work based on the
   10622 Program), the recipient automatically receives a license from the
   10623 original licensor to copy, distribute or modify the Program subject to
   10624 these terms and conditions.  You may not impose any further
   10625 restrictions on the recipients' exercise of the rights granted herein.
   10626 You are not responsible for enforcing compliance by third parties to
   10627 this License.
   10628 
   10629   7. If, as a consequence of a court judgment or allegation of patent
   10630 infringement or for any other reason (not limited to patent issues),
   10631 conditions are imposed on you (whether by court order, agreement or
   10632 otherwise) that contradict the conditions of this License, they do not
   10633 excuse you from the conditions of this License.  If you cannot
   10634 distribute so as to satisfy simultaneously your obligations under this
   10635 License and any other pertinent obligations, then as a consequence you
   10636 may not distribute the Program at all.  For example, if a patent
   10637 license would not permit royalty-free redistribution of the Program by
   10638 all those who receive copies directly or indirectly through you, then
   10639 the only way you could satisfy both it and this License would be to
   10640 refrain entirely from distribution of the Program.
   10641 
   10642 If any portion of this section is held invalid or unenforceable under
   10643 any particular circumstance, the balance of the section is intended to
   10644 apply and the section as a whole is intended to apply in other
   10645 circumstances.
   10646 
   10647 It is not the purpose of this section to induce you to infringe any
   10648 patents or other property right claims or to contest validity of any
   10649 such claims; this section has the sole purpose of protecting the
   10650 integrity of the free software distribution system, which is
   10651 implemented by public license practices.  Many people have made
   10652 generous contributions to the wide range of software distributed
   10653 through that system in reliance on consistent application of that
   10654 system; it is up to the author/donor to decide if he or she is willing
   10655 to distribute software through any other system and a licensee cannot
   10656 impose that choice.
   10657 
   10658 This section is intended to make thoroughly clear what is believed to
   10659 be a consequence of the rest of this License.
   10660 
   10662   8. If the distribution and/or use of the Program is restricted in
   10663 certain countries either by patents or by copyrighted interfaces, the
   10664 original copyright holder who places the Program under this License
   10665 may add an explicit geographical distribution limitation excluding
   10666 those countries, so that distribution is permitted only in or among
   10667 countries not thus excluded.  In such case, this License incorporates
   10668 the limitation as if written in the body of this License.
   10669 
   10670   9. The Free Software Foundation may publish revised and/or new versions
   10671 of the General Public License from time to time.  Such new versions will
   10672 be similar in spirit to the present version, but may differ in detail to
   10673 address new problems or concerns.
   10674 
   10675 Each version is given a distinguishing version number.  If the Program
   10676 specifies a version number of this License which applies to it and "any
   10677 later version", you have the option of following the terms and conditions
   10678 either of that version or of any later version published by the Free
   10679 Software Foundation.  If the Program does not specify a version number of
   10680 this License, you may choose any version ever published by the Free Software
   10681 Foundation.
   10682 
   10683   10. If you wish to incorporate parts of the Program into other free
   10684 programs whose distribution conditions are different, write to the author
   10685 to ask for permission.  For software which is copyrighted by the Free
   10686 Software Foundation, write to the Free Software Foundation; we sometimes
   10687 make exceptions for this.  Our decision will be guided by the two goals
   10688 of preserving the free status of all derivatives of our free software and
   10689 of promoting the sharing and reuse of software generally.
   10690 
   10691 			    NO WARRANTY
   10692 
   10693   11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
   10694 FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.  EXCEPT WHEN
   10695 OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
   10696 PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
   10697 OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
   10698 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  THE ENTIRE RISK AS
   10699 TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU.  SHOULD THE
   10700 PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
   10701 REPAIR OR CORRECTION.
   10702 
   10703   12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
   10704 WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
   10705 REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
   10706 INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
   10707 OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
   10708 TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
   10709 YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
   10710 PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
   10711 POSSIBILITY OF SUCH DAMAGES.
   10712 
   10713 		     END OF TERMS AND CONDITIONS
   10714 
   10716 	    How to Apply These Terms to Your New Programs
   10717 
   10718   If you develop a new program, and you want it to be of the greatest
   10719 possible use to the public, the best way to achieve this is to make it
   10720 free software which everyone can redistribute and change under these terms.
   10721 
   10722   To do so, attach the following notices to the program.  It is safest
   10723 to attach them to the start of each source file to most effectively
   10724 convey the exclusion of warranty; and each file should have at least
   10725 the "copyright" line and a pointer to where the full notice is found.
   10726 
   10727     &lt;one line to give the program's name and a brief idea of what it does.&gt;
   10728     Copyright (C) &lt;year&gt;  &lt;name of author&gt;
   10729 
   10730     This program is free software; you can redistribute it and/or modify
   10731     it under the terms of the GNU General Public License as published by
   10732     the Free Software Foundation; either version 2 of the License, or
   10733     (at your option) any later version.
   10734 
   10735     This program is distributed in the hope that it will be useful,
   10736     but WITHOUT ANY WARRANTY; without even the implied warranty of
   10737     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   10738     GNU General Public License for more details.
   10739 
   10740     You should have received a copy of the GNU General Public License
   10741     along with this program; if not, write to the Free Software
   10742     Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
   10743 
   10744 
   10745 Also add information on how to contact you by electronic and paper mail.
   10746 
   10747 If the program is interactive, make it output a short notice like this
   10748 when it starts in an interactive mode:
   10749 
   10750     Gnomovision version 69, Copyright (C) year  name of author
   10751     Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
   10752     This is free software, and you are welcome to redistribute it
   10753     under certain conditions; type `show c' for details.
   10754 
   10755 The hypothetical commands `show w' and `show c' should show the appropriate
   10756 parts of the General Public License.  Of course, the commands you use may
   10757 be called something other than `show w' and `show c'; they could even be
   10758 mouse-clicks or menu items--whatever suits your program.
   10759 
   10760 You should also get your employer (if you work as a programmer) or your
   10761 school, if any, to sign a "copyright disclaimer" for the program, if
   10762 necessary.  Here is a sample; alter the names:
   10763 
   10764   Yoyodyne, Inc., hereby disclaims all copyright interest in the program
   10765   `Gnomovision' (which makes passes at compilers) written by James Hacker.
   10766 
   10767   &lt;signature of Ty Coon&gt;, 1 April 1989
   10768   Ty Coon, President of Vice
   10769 
   10770 This General Public License does not permit incorporating your program into
   10771 proprietary programs.  If your program is a subroutine library, you may
   10772 consider it more useful to permit linking proprietary applications with the
   10773 library.  If this is what you want to do, use the GNU Library General
   10774 Public License instead of this License.
   10775 
   10776 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   10777 
   10778 Scanned Source License o3d-203170/o3d/installer/linux/debian.in/copyright:
   10779 
   10780 This package was debianized by Jeff Bailey &lt;jeffbailey (a] google.com&gt; on
   10781 Wed, 20 Jan 2010 14:19:30 -0500
   10782 
   10783 Copyright (C) 2010 Google, Inc. under the terms of the new BSD license.
   10784 
   10785 On Debian systems, the complete text of the BSD License can be found in the
   10786 file /usr/share/common-licenses/BSD
   10787 
   10788 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   10789 
   10790 Scanned Source License o3d-203170/o3d/samples/box2d-3d/demos/LICENSE.txt:
   10791 
   10792 The zlib/libpng License
   10793 
   10794 Copyright (c) 2008 ANDO Yasushi
   10795 
   10796 This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software.
   10797 
   10798 Permission is granted to anyone to use this software for any purpose, including commercial applications, and to alter it and redistribute it freely, subject to the following restrictions:
   10799 
   10800     1. The origin of this software must not be misrepresented; you must not claim that you wrote the original software. If you use this software in a product, an acknowledgment in the product documentation would be appreciated but is not required.
   10801 
   10802     2. Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software.
   10803 
   10804     3. This notice may not be removed or altered from any source distribution.
   10805 
   10806 
   10807 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   10808 
   10809 Scanned Source License o3d-203170/o3d/samples/box2d-3d/third_party/box2d/LICENSE.txt:
   10810 
   10811 The zlib/libpng License
   10812 
   10813 Copyright (c) 2008 ANDO Yasushi
   10814 
   10815 This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software.
   10816 
   10817 Permission is granted to anyone to use this software for any purpose, including commercial applications, and to alter it and redistribute it freely, subject to the following restrictions:
   10818 
   10819     1. The origin of this software must not be misrepresented; you must not claim that you wrote the original software. If you use this software in a product, an acknowledgment in the product documentation would be appreciated but is not required.
   10820 
   10821     2. Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software.
   10822 
   10823     3. This notice may not be removed or altered from any source distribution.
   10824 
   10825 
   10826 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   10827 
   10828 Scanned Source License o3d-203170/o3d/samples/o3d-webgl-samples/box2d-3d/demos/LICENSE.txt:
   10829 
   10830 The zlib/libpng License
   10831 
   10832 Copyright (c) 2008 ANDO Yasushi
   10833 
   10834 This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software.
   10835 
   10836 Permission is granted to anyone to use this software for any purpose, including commercial applications, and to alter it and redistribute it freely, subject to the following restrictions:
   10837 
   10838     1. The origin of this software must not be misrepresented; you must not claim that you wrote the original software. If you use this software in a product, an acknowledgment in the product documentation would be appreciated but is not required.
   10839 
   10840     2. Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software.
   10841 
   10842     3. This notice may not be removed or altered from any source distribution.
   10843 
   10844 
   10845 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   10846 
   10847 Scanned Source License o3d-203170/o3d/samples/o3d-webgl-samples/box2d-3d/third_party/box2d/LICENSE.txt:
   10848 
   10849 The zlib/libpng License
   10850 
   10851 Copyright (c) 2008 ANDO Yasushi
   10852 
   10853 This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software.
   10854 
   10855 Permission is granted to anyone to use this software for any purpose, including commercial applications, and to alter it and redistribute it freely, subject to the following restrictions:
   10856 
   10857     1. The origin of this software must not be misrepresented; you must not claim that you wrote the original software. If you use this software in a product, an acknowledgment in the product documentation would be appreciated but is not required.
   10858 
   10859     2. Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software.
   10860 
   10861     3. This notice may not be removed or altered from any source distribution.
   10862 
   10863 
   10864 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   10865 
   10866 Scanned Source License o3d-203170/o3d/samples/third_party/codemirror/LICENSE:
   10867 
   10868  Copyright (c) 2007 Marijn Haverbeke
   10869 
   10870  This software is provided 'as-is', without any express or implied
   10871  warranty. In no event will the authors be held liable for any
   10872  damages arising from the use of this software.
   10873 
   10874  Permission is granted to anyone to use this software for any
   10875  purpose, including commercial applications, and to alter it and
   10876  redistribute it freely, subject to the following restrictions:
   10877 
   10878  1. The origin of this software must not be misrepresented; you must
   10879     not claim that you wrote the original software. If you use this
   10880     software in a product, an acknowledgment in the product
   10881     documentation would be appreciated but is not required.
   10882 
   10883  2. Altered source versions must be plainly marked as such, and must
   10884     not be misrepresented as being the original software.
   10885 
   10886  3. This notice may not be removed or altered from any source
   10887     distribution.
   10888 
   10889  Marijn Haverbeke
   10890  marijnh at gmail
   10891 
   10892 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   10893 
   10894 Scanned Source License o3d-203170/o3d/samples/third_party/xmljs/COPYING:
   10895 
   10896 		  GNU LIBRARY GENERAL PUBLIC LICENSE
   10897 		       Version 2, June 1991
   10898 
   10899  Copyright (C) 1991 Free Software Foundation, Inc.
   10900     		    59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
   10901  Everyone is permitted to copy and distribute verbatim copies
   10902  of this license document, but changing it is not allowed.
   10903 
   10904 [This is the first released version of the library GPL.  It is
   10905  numbered 2 because it goes with version 2 of the ordinary GPL.]
   10906 
   10907 			    Preamble
   10908 
   10909   The licenses for most software are designed to take away your
   10910 freedom to share and change it.  By contrast, the GNU General Public
   10911 Licenses are intended to guarantee your freedom to share and change
   10912 free software--to make sure the software is free for all its users.
   10913 
   10914   This license, the Library General Public License, applies to some
   10915 specially designated Free Software Foundation software, and to any
   10916 other libraries whose authors decide to use it.  You can use it for
   10917 your libraries, too.
   10918 
   10919   When we speak of free software, we are referring to freedom, not
   10920 price.  Our General Public Licenses are designed to make sure that you
   10921 have the freedom to distribute copies of free software (and charge for
   10922 this service if you wish), that you receive source code or can get it
   10923 if you want it, that you can change the software or use pieces of it
   10924 in new free programs; and that you know you can do these things.
   10925 
   10926   To protect your rights, we need to make restrictions that forbid
   10927 anyone to deny you these rights or to ask you to surrender the rights.
   10928 These restrictions translate to certain responsibilities for you if
   10929 you distribute copies of the library, or if you modify it.
   10930 
   10931   For example, if you distribute copies of the library, whether gratis
   10932 or for a fee, you must give the recipients all the rights that we gave
   10933 you.  You must make sure that they, too, receive or can get the source
   10934 code.  If you link a program with the library, you must provide
   10935 complete object files to the recipients so that they can relink them
   10936 with the library, after making changes to the library and recompiling
   10937 it.  And you must show them these terms so they know their rights.
   10938 
   10939   Our method of protecting your rights has two steps: (1) copyright
   10940 the library, and (2) offer you this license which gives you legal
   10941 permission to copy, distribute and/or modify the library.
   10942 
   10943   Also, for each distributor's protection, we want to make certain
   10944 that everyone understands that there is no warranty for this free
   10945 library.  If the library is modified by someone else and passed on, we
   10946 want its recipients to know that what they have is not the original
   10947 version, so that any problems introduced by others will not reflect on
   10948 the original authors' reputations.
   10949 
   10950 
   10951   Finally, any free program is threatened constantly by software
   10952 patents.  We wish to avoid the danger that companies distributing free
   10953 software will individually obtain patent licenses, thus in effect
   10954 transforming the program into proprietary software.  To prevent this,
   10955 we have made it clear that any patent must be licensed for everyone's
   10956 free use or not licensed at all.
   10957 
   10958   Most GNU software, including some libraries, is covered by the ordinary
   10959 GNU General Public License, which was designed for utility programs.  This
   10960 license, the GNU Library General Public License, applies to certain
   10961 designated libraries.  This license is quite different from the ordinary
   10962 one; be sure to read it in full, and don't assume that anything in it is
   10963 the same as in the ordinary license.
   10964 
   10965   The reason we have a separate public license for some libraries is that
   10966 they blur the distinction we usually make between modifying or adding to a
   10967 program and simply using it.  Linking a program with a library, without
   10968 changing the library, is in some sense simply using the library, and is
   10969 analogous to running a utility program or application program.  However, in
   10970 a textual and legal sense, the linked executable is a combined work, a
   10971 derivative of the original library, and the ordinary General Public License
   10972 treats it as such.
   10973 
   10974   Because of this blurred distinction, using the ordinary General
   10975 Public License for libraries did not effectively promote software
   10976 sharing, because most developers did not use the libraries.  We
   10977 concluded that weaker conditions might promote sharing better.
   10978 
   10979   However, unrestricted linking of non-free programs would deprive the
   10980 users of those programs of all benefit from the free status of the
   10981 libraries themselves.  This Library General Public License is intended to
   10982 permit developers of non-free programs to use free libraries, while
   10983 preserving your freedom as a user of such programs to change the free
   10984 libraries that are incorporated in them.  (We have not seen how to achieve
   10985 this as regards changes in header files, but we have achieved it as regards
   10986 changes in the actual functions of the Library.)  The hope is that this
   10987 will lead to faster development of free libraries.
   10988 
   10989   The precise terms and conditions for copying, distribution and
   10990 modification follow.  Pay close attention to the difference between a
   10991 "work based on the library" and a "work that uses the library".  The
   10992 former contains code derived from the library, while the latter only
   10993 works together with the library.
   10994 
   10995   Note that it is possible for a library to be covered by the ordinary
   10996 General Public License rather than by this special one.
   10997 
   10998 
   10999 		  GNU LIBRARY GENERAL PUBLIC LICENSE
   11000    TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
   11001 
   11002   0. This License Agreement applies to any software library which
   11003 contains a notice placed by the copyright holder or other authorized
   11004 party saying it may be distributed under the terms of this Library
   11005 General Public License (also called "this License").  Each licensee is
   11006 addressed as "you".
   11007 
   11008   A "library" means a collection of software functions and/or data
   11009 prepared so as to be conveniently linked with application programs
   11010 (which use some of those functions and data) to form executables.
   11011 
   11012   The "Library", below, refers to any such software library or work
   11013 which has been distributed under these terms.  A "work based on the
   11014 Library" means either the Library or any derivative work under
   11015 copyright law: that is to say, a work containing the Library or a
   11016 portion of it, either verbatim or with modifications and/or translated
   11017 straightforwardly into another language.  (Hereinafter, translation is
   11018 included without limitation in the term "modification".)
   11019 
   11020   "Source code" for a work means the preferred form of the work for
   11021 making modifications to it.  For a library, complete source code means
   11022 all the source code for all modules it contains, plus any associated
   11023 interface definition files, plus the scripts used to control compilation
   11024 and installation of the library.
   11025 
   11026   Activities other than copying, distribution and modification are not
   11027 covered by this License; they are outside its scope.  The act of
   11028 running a program using the Library is not restricted, and output from
   11029 such a program is covered only if its contents constitute a work based
   11030 on the Library (independent of the use of the Library in a tool for
   11031 writing it).  Whether that is true depends on what the Library does
   11032 and what the program that uses the Library does.
   11033 
   11034   1. You may copy and distribute verbatim copies of the Library's
   11035 complete source code as you receive it, in any medium, provided that
   11036 you conspicuously and appropriately publish on each copy an
   11037 appropriate copyright notice and disclaimer of warranty; keep intact
   11038 all the notices that refer to this License and to the absence of any
   11039 warranty; and distribute a copy of this License along with the
   11040 Library.
   11041 
   11042   You may charge a fee for the physical act of transferring a copy,
   11043 and you may at your option offer warranty protection in exchange for a
   11044 fee.
   11045 
   11046 
   11047   2. You may modify your copy or copies of the Library or any portion
   11048 of it, thus forming a work based on the Library, and copy and
   11049 distribute such modifications or work under the terms of Section 1
   11050 above, provided that you also meet all of these conditions:
   11051 
   11052     a) The modified work must itself be a software library.
   11053 
   11054     b) You must cause the files modified to carry prominent notices
   11055     stating that you changed the files and the date of any change.
   11056 
   11057     c) You must cause the whole of the work to be licensed at no
   11058     charge to all third parties under the terms of this License.
   11059 
   11060     d) If a facility in the modified Library refers to a function or a
   11061     table of data to be supplied by an application program that uses
   11062     the facility, other than as an argument passed when the facility
   11063     is invoked, then you must make a good faith effort to ensure that,
   11064     in the event an application does not supply such function or
   11065     table, the facility still operates, and performs whatever part of
   11066     its purpose remains meaningful.
   11067 
   11068     (For example, a function in a library to compute square roots has
   11069     a purpose that is entirely well-defined independent of the
   11070     application.  Therefore, Subsection 2d requires that any
   11071     application-supplied function or table used by this function must
   11072     be optional: if the application does not supply it, the square
   11073     root function must still compute square roots.)
   11074 
   11075 These requirements apply to the modified work as a whole.  If
   11076 identifiable sections of that work are not derived from the Library,
   11077 and can be reasonably considered independent and separate works in
   11078 themselves, then this License, and its terms, do not apply to those
   11079 sections when you distribute them as separate works.  But when you
   11080 distribute the same sections as part of a whole which is a work based
   11081 on the Library, the distribution of the whole must be on the terms of
   11082 this License, whose permissions for other licensees extend to the
   11083 entire whole, and thus to each and every part regardless of who wrote
   11084 it.
   11085 
   11086 Thus, it is not the intent of this section to claim rights or contest
   11087 your rights to work written entirely by you; rather, the intent is to
   11088 exercise the right to control the distribution of derivative or
   11089 collective works based on the Library.
   11090 
   11091 In addition, mere aggregation of another work not based on the Library
   11092 with the Library (or with a work based on the Library) on a volume of
   11093 a storage or distribution medium does not bring the other work under
   11094 the scope of this License.
   11095 
   11096   3. You may opt to apply the terms of the ordinary GNU General Public
   11097 License instead of this License to a given copy of the Library.  To do
   11098 this, you must alter all the notices that refer to this License, so
   11099 that they refer to the ordinary GNU General Public License, version 2,
   11100 instead of to this License.  (If a newer version than version 2 of the
   11101 ordinary GNU General Public License has appeared, then you can specify
   11102 that version instead if you wish.)  Do not make any other change in
   11103 these notices.
   11104 
   11105 
   11106   Once this change is made in a given copy, it is irreversible for
   11107 that copy, so the ordinary GNU General Public License applies to all
   11108 subsequent copies and derivative works made from that copy.
   11109 
   11110   This option is useful when you wish to copy part of the code of
   11111 the Library into a program that is not a library.
   11112 
   11113   4. You may copy and distribute the Library (or a portion or
   11114 derivative of it, under Section 2) in object code or executable form
   11115 under the terms of Sections 1 and 2 above provided that you accompany
   11116 it with the complete corresponding machine-readable source code, which
   11117 must be distributed under the terms of Sections 1 and 2 above on a
   11118 medium customarily used for software interchange.
   11119 
   11120   If distribution of object code is made by offering access to copy
   11121 from a designated place, then offering equivalent access to copy the
   11122 source code from the same place satisfies the requirement to
   11123 distribute the source code, even though third parties are not
   11124 compelled to copy the source along with the object code.
   11125 
   11126   5. A program that contains no derivative of any portion of the
   11127 Library, but is designed to work with the Library by being compiled or
   11128 linked with it, is called a "work that uses the Library".  Such a
   11129 work, in isolation, is not a derivative work of the Library, and
   11130 therefore falls outside the scope of this License.
   11131 
   11132   However, linking a "work that uses the Library" with the Library
   11133 creates an executable that is a derivative of the Library (because it
   11134 contains portions of the Library), rather than a "work that uses the
   11135 library".  The executable is therefore covered by this License.
   11136 Section 6 states terms for distribution of such executables.
   11137 
   11138   When a "work that uses the Library" uses material from a header file
   11139 that is part of the Library, the object code for the work may be a
   11140 derivative work of the Library even though the source code is not.
   11141 Whether this is true is especially significant if the work can be
   11142 linked without the Library, or if the work is itself a library.  The
   11143 threshold for this to be true is not precisely defined by law.
   11144 
   11145   If such an object file uses only numerical parameters, data
   11146 structure layouts and accessors, and small macros and small inline
   11147 functions (ten lines or less in length), then the use of the object
   11148 file is unrestricted, regardless of whether it is legally a derivative
   11149 work.  (Executables containing this object code plus portions of the
   11150 Library will still fall under Section 6.)
   11151 
   11152   Otherwise, if the work is a derivative of the Library, you may
   11153 distribute the object code for the work under the terms of Section 6.
   11154 Any executables containing that work also fall under Section 6,
   11155 whether or not they are linked directly with the Library itself.
   11156 
   11157 
   11158   6. As an exception to the Sections above, you may also compile or
   11159 link a "work that uses the Library" with the Library to produce a
   11160 work containing portions of the Library, and distribute that work
   11161 under terms of your choice, provided that the terms permit
   11162 modification of the work for the customer's own use and reverse
   11163 engineering for debugging such modifications.
   11164 
   11165   You must give prominent notice with each copy of the work that the
   11166 Library is used in it and that the Library and its use are covered by
   11167 this License.  You must supply a copy of this License.  If the work
   11168 during execution displays copyright notices, you must include the
   11169 copyright notice for the Library among them, as well as a reference
   11170 directing the user to the copy of this License.  Also, you must do one
   11171 of these things:
   11172 
   11173     a) Accompany the work with the complete corresponding
   11174     machine-readable source code for the Library including whatever
   11175     changes were used in the work (which must be distributed under
   11176     Sections 1 and 2 above); and, if the work is an executable linked
   11177     with the Library, with the complete machine-readable "work that
   11178     uses the Library", as object code and/or source code, so that the
   11179     user can modify the Library and then relink to produce a modified
   11180     executable containing the modified Library.  (It is understood
   11181     that the user who changes the contents of definitions files in the
   11182     Library will not necessarily be able to recompile the application
   11183     to use the modified definitions.)
   11184 
   11185     b) Accompany the work with a written offer, valid for at
   11186     least three years, to give the same user the materials
   11187     specified in Subsection 6a, above, for a charge no more
   11188     than the cost of performing this distribution.
   11189 
   11190     c) If distribution of the work is made by offering access to copy
   11191     from a designated place, offer equivalent access to copy the above
   11192     specified materials from the same place.
   11193 
   11194     d) Verify that the user has already received a copy of these
   11195     materials or that you have already sent this user a copy.
   11196 
   11197   For an executable, the required form of the "work that uses the
   11198 Library" must include any data and utility programs needed for
   11199 reproducing the executable from it.  However, as a special exception,
   11200 the source code distributed need not include anything that is normally
   11201 distributed (in either source or binary form) with the major
   11202 components (compiler, kernel, and so on) of the operating system on
   11203 which the executable runs, unless that component itself accompanies
   11204 the executable.
   11205 
   11206   It may happen that this requirement contradicts the license
   11207 restrictions of other proprietary libraries that do not normally
   11208 accompany the operating system.  Such a contradiction means you cannot
   11209 use both them and the Library together in an executable that you
   11210 distribute.
   11211 
   11212 
   11213   7. You may place library facilities that are a work based on the
   11214 Library side-by-side in a single library together with other library
   11215 facilities not covered by this License, and distribute such a combined
   11216 library, provided that the separate distribution of the work based on
   11217 the Library and of the other library facilities is otherwise
   11218 permitted, and provided that you do these two things:
   11219 
   11220     a) Accompany the combined library with a copy of the same work
   11221     based on the Library, uncombined with any other library
   11222     facilities.  This must be distributed under the terms of the
   11223     Sections above.
   11224 
   11225     b) Give prominent notice with the combined library of the fact
   11226     that part of it is a work based on the Library, and explaining
   11227     where to find the accompanying uncombined form of the same work.
   11228 
   11229   8. You may not copy, modify, sublicense, link with, or distribute
   11230 the Library except as expressly provided under this License.  Any
   11231 attempt otherwise to copy, modify, sublicense, link with, or
   11232 distribute the Library is void, and will automatically terminate your
   11233 rights under this License.  However, parties who have received copies,
   11234 or rights, from you under this License will not have their licenses
   11235 terminated so long as such parties remain in full compliance.
   11236 
   11237   9. You are not required to accept this License, since you have not
   11238 signed it.  However, nothing else grants you permission to modify or
   11239 distribute the Library or its derivative works.  These actions are
   11240 prohibited by law if you do not accept this License.  Therefore, by
   11241 modifying or distributing the Library (or any work based on the
   11242 Library), you indicate your acceptance of this License to do so, and
   11243 all its terms and conditions for copying, distributing or modifying
   11244 the Library or works based on it.
   11245 
   11246   10. Each time you redistribute the Library (or any work based on the
   11247 Library), the recipient automatically receives a license from the
   11248 original licensor to copy, distribute, link with or modify the Library
   11249 subject to these terms and conditions.  You may not impose any further
   11250 restrictions on the recipients' exercise of the rights granted herein.
   11251 You are not responsible for enforcing compliance by third parties to
   11252 this License.
   11253 
   11254 
   11255   11. If, as a consequence of a court judgment or allegation of patent
   11256 infringement or for any other reason (not limited to patent issues),
   11257 conditions are imposed on you (whether by court order, agreement or
   11258 otherwise) that contradict the conditions of this License, they do not
   11259 excuse you from the conditions of this License.  If you cannot
   11260 distribute so as to satisfy simultaneously your obligations under this
   11261 License and any other pertinent obligations, then as a consequence you
   11262 may not distribute the Library at all.  For example, if a patent
   11263 license would not permit royalty-free redistribution of the Library by
   11264 all those who receive copies directly or indirectly through you, then
   11265 the only way you could satisfy both it and this License would be to
   11266 refrain entirely from distribution of the Library.
   11267 
   11268 If any portion of this section is held invalid or unenforceable under any
   11269 particular circumstance, the balance of the section is intended to apply,
   11270 and the section as a whole is intended to apply in other circumstances.
   11271 
   11272 It is not the purpose of this section to induce you to infringe any
   11273 patents or other property right claims or to contest validity of any
   11274 such claims; this section has the sole purpose of protecting the
   11275 integrity of the free software distribution system which is
   11276 implemented by public license practices.  Many people have made
   11277 generous contributions to the wide range of software distributed
   11278 through that system in reliance on consistent application of that
   11279 system; it is up to the author/donor to decide if he or she is willing
   11280 to distribute software through any other system and a licensee cannot
   11281 impose that choice.
   11282 
   11283 This section is intended to make thoroughly clear what is believed to
   11284 be a consequence of the rest of this License.
   11285 
   11286   12. If the distribution and/or use of the Library is restricted in
   11287 certain countries either by patents or by copyrighted interfaces, the
   11288 original copyright holder who places the Library under this License may add
   11289 an explicit geographical distribution limitation excluding those countries,
   11290 so that distribution is permitted only in or among countries not thus
   11291 excluded.  In such case, this License incorporates the limitation as if
   11292 written in the body of this License.
   11293 
   11294   13. The Free Software Foundation may publish revised and/or new
   11295 versions of the Library General Public License from time to time.
   11296 Such new versions will be similar in spirit to the present version,
   11297 but may differ in detail to address new problems or concerns.
   11298 
   11299 Each version is given a distinguishing version number.  If the Library
   11300 specifies a version number of this License which applies to it and
   11301 "any later version", you have the option of following the terms and
   11302 conditions either of that version or of any later version published by
   11303 the Free Software Foundation.  If the Library does not specify a
   11304 license version number, you may choose any version ever published by
   11305 the Free Software Foundation.
   11306 
   11307 
   11308   14. If you wish to incorporate parts of the Library into other free
   11309 programs whose distribution conditions are incompatible with these,
   11310 write to the author to ask for permission.  For software which is
   11311 copyrighted by the Free Software Foundation, write to the Free
   11312 Software Foundation; we sometimes make exceptions for this.  Our
   11313 decision will be guided by the two goals of preserving the free status
   11314 of all derivatives of our free software and of promoting the sharing
   11315 and reuse of software generally.
   11316 
   11317 			    NO WARRANTY
   11318 
   11319   15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO
   11320 WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW.
   11321 EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR
   11322 OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY
   11323 KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE
   11324 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
   11325 PURPOSE.  THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE
   11326 LIBRARY IS WITH YOU.  SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME
   11327 THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
   11328 
   11329   16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN
   11330 WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY
   11331 AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU
   11332 FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR
   11333 CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE
   11334 LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING
   11335 RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A
   11336 FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF
   11337 SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
   11338 DAMAGES.
   11339 
   11340 		     END OF TERMS AND CONDITIONS
   11341 
   11342 
   11343            How to Apply These Terms to Your New Libraries
   11344 
   11345   If you develop a new library, and you want it to be of the greatest
   11346 possible use to the public, we recommend making it free software that
   11347 everyone can redistribute and change.  You can do so by permitting
   11348 redistribution under these terms (or, alternatively, under the terms of the
   11349 ordinary General Public License).
   11350 
   11351   To apply these terms, attach the following notices to the library.  It is
   11352 safest to attach them to the start of each source file to most effectively
   11353 convey the exclusion of warranty; and each file should have at least the
   11354 "copyright" line and a pointer to where the full notice is found.
   11355 
   11356     &lt;one line to give the library's name and a brief idea of what it does.&gt;
   11357     Copyright (C) &lt;year&gt;  &lt;name of author&gt;
   11358 
   11359     This library is free software; you can redistribute it and/or
   11360     modify it under the terms of the GNU Library General Public
   11361     License as published by the Free Software Foundation; either
   11362     version 2 of the License, or (at your option) any later version.
   11363 
   11364     This library is distributed in the hope that it will be useful,
   11365     but WITHOUT ANY WARRANTY; without even the implied warranty of
   11366     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
   11367     Library General Public License for more details.
   11368 
   11369     You should have received a copy of the GNU Library General Public
   11370     License along with this library; if not, write to the
   11371     Free Software Foundation, Inc., 59 Temple Place - Suite 330,
   11372     Boston, MA  02111-1307  USA.
   11373 
   11374 Also add information on how to contact you by electronic and paper mail.
   11375 
   11376 You should also get your employer (if you work as a programmer) or your
   11377 school, if any, to sign a "copyright disclaimer" for the library, if
   11378 necessary.  Here is a sample; alter the names:
   11379 
   11380   Yoyodyne, Inc., hereby disclaims all copyright interest in the
   11381   library `Frob' (a library for tweaking knobs) written by James Random Hacker.
   11382 
   11383   &lt;signature of Ty Coon&gt;, 1 April 1990
   11384   Ty Coon, President of Vice
   11385 
   11386 That's all there is to it!
   11387 
   11388 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   11389 
   11390 Scanned Source License o3d-203170/o3d/third_party/gflags/COPYING:
   11391 
   11392 Copyright (c) 2006, Google Inc.
   11393 All rights reserved.
   11394 
   11395 Redistribution and use in source and binary forms, with or without
   11396 modification, are permitted provided that the following conditions are
   11397 met:
   11398 
   11399     * Redistributions of source code must retain the above copyright
   11400 notice, this list of conditions and the following disclaimer.
   11401     * Redistributions in binary form must reproduce the above
   11402 copyright notice, this list of conditions and the following disclaimer
   11403 in the documentation and/or other materials provided with the
   11404 distribution.
   11405     * Neither the name of Google Inc. nor the names of its
   11406 contributors may be used to endorse or promote products derived from
   11407 this software without specific prior written permission.
   11408 
   11409 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
   11410 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
   11411 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
   11412 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
   11413 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
   11414 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
   11415 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
   11416 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
   11417 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
   11418 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
   11419 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
   11420 
   11421 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   11422 
   11423 Scanned Source License o3d-203170/o3d/third_party/gflags/packages/deb/copyright:
   11424 
   11425 This package was debianized by Google Inc. &lt;opensource (a] google.com&gt; on
   11426 13 December 2006.
   11427 
   11428 It was downloaded from http://code.google.com/
   11429 
   11430 Upstream Author: opensource (a] google.com
   11431 
   11432 Copyright (c) 2006, Google Inc.
   11433 All rights reserved.
   11434 
   11435 Redistribution and use in source and binary forms, with or without
   11436 modification, are permitted provided that the following conditions are
   11437 met:
   11438 
   11439     * Redistributions of source code must retain the above copyright
   11440 notice, this list of conditions and the following disclaimer.
   11441     * Redistributions in binary form must reproduce the above
   11442 copyright notice, this list of conditions and the following disclaimer
   11443 in the documentation and/or other materials provided with the
   11444 distribution.
   11445     * Neither the name of Google Inc. nor the names of its
   11446 contributors may be used to endorse or promote products derived from
   11447 this software without specific prior written permission.
   11448 
   11449 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
   11450 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
   11451 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
   11452 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
   11453 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
   11454 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
   11455 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
   11456 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
   11457 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
   11458 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
   11459 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
   11460 
   11461 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   11462 
   11463 Scanned Source License o3d-203170/o3d/third_party/glu/LICENSE.txt:
   11464 
   11465 SGI FREE SOFTWARE LICENSE B (Version 2.0, Sept. 18, 2008) 
   11466 
   11467 Copyright (C) [dates of first publication] Silicon Graphics, Inc. All
   11468 Rights Reserved.
   11469 
   11470 Permission is hereby granted, free of charge, to any person obtaining
   11471 a copy of this software and associated documentation files (the
   11472 "Software"), to deal in the Software without restriction, including
   11473 without limitation the rights to use, copy, modify, merge, publish,
   11474 distribute, sublicense, and/or sell copies of the Software, and to
   11475 permit persons to whom the Software is furnished to do so, subject to
   11476 the following conditions:
   11477 
   11478 The above copyright notice including the dates of first publication
   11479 and either this permission notice or a reference to HYPERLINK
   11480 "http://oss.sgi.com/projects/FreeB/"http://oss.sgi.com/projects/FreeB/
   11481 shall be included in all copies or substantial portions of the
   11482 Software.
   11483 
   11484 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
   11485 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
   11486 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
   11487 NONINFRINGEMENT. IN NO EVENT SHALL SILICON GRAPHICS, INC. BE LIABLE
   11488 FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
   11489 CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
   11490 WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
   11491 
   11492 Except as contained in this notice, the name of Silicon Graphics,
   11493 Inc. shall not be used in advertising or otherwise to promote the
   11494 sale, use or other dealings in this Software without prior written
   11495 authorization from Silicon Graphics, Inc.
   11496 
   11497 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   11498 
   11499 Scanned Source License o3d-203170/o3d/third_party/libtxc_dxtn/LICENSE:
   11500 
   11501 libtxc_dxtn
   11502 Version:  0.1
   11503 
   11504 Copyright (C) 2004  Roland Scheidegger   All Rights Reserved.
   11505 
   11506 Permission is hereby granted, free of charge, to any person obtaining a
   11507 copy of this software and associated documentation files (the "Software"),
   11508 to deal in the Software without restriction, including without limitation
   11509 the rights to use, copy, modify, merge, publish, distribute, sublicense,
   11510 and/or sell copies of the Software, and to permit persons to whom the
   11511 Software is furnished to do so, subject to the following conditions:
   11512 
   11513 The above copyright notice and this permission notice shall be included
   11514 in all copies or substantial portions of the Software.
   11515 
   11516 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
   11517 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   11518 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
   11519 BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
   11520 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
   11521 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
   11522 
   11523 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   11524 
   11525 Scanned Source License o3d-203170/o3d/third_party/npapi/COPYING:
   11526 
   11527                           MOZILLA PUBLIC LICENSE
   11528                                 Version 1.1
   11529 
   11530                               ---------------
   11531 
   11532 1. Definitions.
   11533 
   11534      1.0.1. "Commercial Use" means distribution or otherwise making the
   11535      Covered Code available to a third party.
   11536 
   11537      1.1. "Contributor" means each entity that creates or contributes to
   11538      the creation of Modifications.
   11539 
   11540      1.2. "Contributor Version" means the combination of the Original
   11541      Code, prior Modifications used by a Contributor, and the Modifications
   11542      made by that particular Contributor.
   11543 
   11544      1.3. "Covered Code" means the Original Code or Modifications or the
   11545      combination of the Original Code and Modifications, in each case
   11546      including portions thereof.
   11547 
   11548      1.4. "Electronic Distribution Mechanism" means a mechanism generally
   11549      accepted in the software development community for the electronic
   11550      transfer of data.
   11551 
   11552      1.5. "Executable" means Covered Code in any form other than Source
   11553      Code.
   11554 
   11555      1.6. "Initial Developer" means the individual or entity identified
   11556      as the Initial Developer in the Source Code notice required by Exhibit
   11557      A.
   11558 
   11559      1.7. "Larger Work" means a work which combines Covered Code or
   11560      portions thereof with code not governed by the terms of this License.
   11561 
   11562      1.8. "License" means this document.
   11563 
   11564      1.8.1. "Licensable" means having the right to grant, to the maximum
   11565      extent possible, whether at the time of the initial grant or
   11566      subsequently acquired, any and all of the rights conveyed herein.
   11567 
   11568      1.9. "Modifications" means any addition to or deletion from the
   11569      substance or structure of either the Original Code or any previous
   11570      Modifications. When Covered Code is released as a series of files, a
   11571      Modification is:
   11572           A. Any addition to or deletion from the contents of a file
   11573           containing Original Code or previous Modifications.
   11574 
   11575           B. Any new file that contains any part of the Original Code or
   11576           previous Modifications.
   11577 
   11578      1.10. "Original Code" means Source Code of computer software code
   11579      which is described in the Source Code notice required by Exhibit A as
   11580      Original Code, and which, at the time of its release under this
   11581      License is not already Covered Code governed by this License.
   11582 
   11583      1.10.1. "Patent Claims" means any patent claim(s), now owned or
   11584      hereafter acquired, including without limitation, method, process,
   11585      and apparatus claims, in any patent Licensable by grantor.
   11586 
   11587      1.11. "Source Code" means the preferred form of the Covered Code for
   11588      making modifications to it, including all modules it contains, plus
   11589      any associated interface definition files, scripts used to control
   11590      compilation and installation of an Executable, or source code
   11591      differential comparisons against either the Original Code or another
   11592      well known, available Covered Code of the Contributor's choice. The
   11593      Source Code can be in a compressed or archival form, provided the
   11594      appropriate decompression or de-archiving software is widely available
   11595      for no charge.
   11596 
   11597      1.12. "You" (or "Your") means an individual or a legal entity
   11598      exercising rights under, and complying with all of the terms of, this
   11599      License or a future version of this License issued under Section 6.1.
   11600      For legal entities, "You" includes any entity which controls, is
   11601      controlled by, or is under common control with You. For purposes of
   11602      this definition, "control" means (a) the power, direct or indirect,
   11603      to cause the direction or management of such entity, whether by
   11604      contract or otherwise, or (b) ownership of more than fifty percent
   11605      (50%) of the outstanding shares or beneficial ownership of such
   11606      entity.
   11607 
   11608 2. Source Code License.
   11609 
   11610      2.1. The Initial Developer Grant.
   11611      The Initial Developer hereby grants You a world-wide, royalty-free,
   11612      non-exclusive license, subject to third party intellectual property
   11613      claims:
   11614           (a) under intellectual property rights (other than patent or
   11615           trademark) Licensable by Initial Developer to use, reproduce,
   11616           modify, display, perform, sublicense and distribute the Original
   11617           Code (or portions thereof) with or without Modifications, and/or
   11618           as part of a Larger Work; and
   11619 
   11620           (b) under Patents Claims infringed by the making, using or
   11621           selling of Original Code, to make, have made, use, practice,
   11622           sell, and offer for sale, and/or otherwise dispose of the
   11623           Original Code (or portions thereof).
   11624 
   11625           (c) the licenses granted in this Section 2.1(a) and (b) are
   11626           effective on the date Initial Developer first distributes
   11627           Original Code under the terms of this License.
   11628 
   11629           (d) Notwithstanding Section 2.1(b) above, no patent license is
   11630           granted: 1) for code that You delete from the Original Code; 2)
   11631           separate from the Original Code; or 3) for infringements caused
   11632           by: i) the modification of the Original Code or ii) the
   11633           combination of the Original Code with other software or devices.
   11634 
   11635      2.2. Contributor Grant.
   11636      Subject to third party intellectual property claims, each Contributor
   11637      hereby grants You a world-wide, royalty-free, non-exclusive license
   11638 
   11639           (a) under intellectual property rights (other than patent or
   11640           trademark) Licensable by Contributor, to use, reproduce, modify,
   11641           display, perform, sublicense and distribute the Modifications
   11642           created by such Contributor (or portions thereof) either on an
   11643           unmodified basis, with other Modifications, as Covered Code
   11644           and/or as part of a Larger Work; and
   11645 
   11646           (b) under Patent Claims infringed by the making, using, or
   11647           selling of Modifications made by that Contributor either alone
   11648           and/or in combination with its Contributor Version (or portions
   11649           of such combination), to make, use, sell, offer for sale, have
   11650           made, and/or otherwise dispose of: 1) Modifications made by that
   11651           Contributor (or portions thereof); and 2) the combination of
   11652           Modifications made by that Contributor with its Contributor
   11653           Version (or portions of such combination).
   11654 
   11655           (c) the licenses granted in Sections 2.2(a) and 2.2(b) are
   11656           effective on the date Contributor first makes Commercial Use of
   11657           the Covered Code.
   11658 
   11659           (d) Notwithstanding Section 2.2(b) above, no patent license is
   11660           granted: 1) for any code that Contributor has deleted from the
   11661           Contributor Version; 2) separate from the Contributor Version;
   11662           3) for infringements caused by: i) third party modifications of
   11663           Contributor Version or ii) the combination of Modifications made
   11664           by that Contributor with other software (except as part of the
   11665           Contributor Version) or other devices; or 4) under Patent Claims
   11666           infringed by Covered Code in the absence of Modifications made by
   11667           that Contributor.
   11668 
   11669 3. Distribution Obligations.
   11670 
   11671      3.1. Application of License.
   11672      The Modifications which You create or to which You contribute are
   11673      governed by the terms of this License, including without limitation
   11674      Section 2.2. The Source Code version of Covered Code may be
   11675      distributed only under the terms of this License or a future version
   11676      of this License released under Section 6.1, and You must include a
   11677      copy of this License with every copy of the Source Code You
   11678      distribute. You may not offer or impose any terms on any Source Code
   11679      version that alters or restricts the applicable version of this
   11680      License or the recipients' rights hereunder. However, You may include
   11681      an additional document offering the additional rights described in
   11682      Section 3.5.
   11683 
   11684      3.2. Availability of Source Code.
   11685      Any Modification which You create or to which You contribute must be
   11686      made available in Source Code form under the terms of this License
   11687      either on the same media as an Executable version or via an accepted
   11688      Electronic Distribution Mechanism to anyone to whom you made an
   11689      Executable version available; and if made available via Electronic
   11690      Distribution Mechanism, must remain available for at least twelve (12)
   11691      months after the date it initially became available, or at least six
   11692      (6) months after a subsequent version of that particular Modification
   11693      has been made available to such recipients. You are responsible for
   11694      ensuring that the Source Code version remains available even if the
   11695      Electronic Distribution Mechanism is maintained by a third party.
   11696 
   11697      3.3. Description of Modifications.
   11698      You must cause all Covered Code to which You contribute to contain a
   11699      file documenting the changes You made to create that Covered Code and
   11700      the date of any change. You must include a prominent statement that
   11701      the Modification is derived, directly or indirectly, from Original
   11702      Code provided by the Initial Developer and including the name of the
   11703      Initial Developer in (a) the Source Code, and (b) in any notice in an
   11704      Executable version or related documentation in which You describe the
   11705      origin or ownership of the Covered Code.
   11706 
   11707      3.4. Intellectual Property Matters
   11708           (a) Third Party Claims.
   11709           If Contributor has knowledge that a license under a third party's
   11710           intellectual property rights is required to exercise the rights
   11711           granted by such Contributor under Sections 2.1 or 2.2,
   11712           Contributor must include a text file with the Source Code
   11713           distribution titled "LEGAL" which describes the claim and the
   11714           party making the claim in sufficient detail that a recipient will
   11715           know whom to contact. If Contributor obtains such knowledge after
   11716           the Modification is made available as described in Section 3.2,
   11717           Contributor shall promptly modify the LEGAL file in all copies
   11718           Contributor makes available thereafter and shall take other steps
   11719           (such as notifying appropriate mailing lists or newsgroups)
   11720           reasonably calculated to inform those who received the Covered
   11721           Code that new knowledge has been obtained.
   11722 
   11723           (b) Contributor APIs.
   11724           If Contributor's Modifications include an application programming
   11725           interface and Contributor has knowledge of patent licenses which
   11726           are reasonably necessary to implement that API, Contributor must
   11727           also include this information in the LEGAL file.
   11728 
   11729           (c) Representations.
   11730           Contributor represents that, except as disclosed pursuant to
   11731           Section 3.4(a) above, Contributor believes that Contributor's
   11732           Modifications are Contributor's original creation(s) and/or
   11733           Contributor has sufficient rights to grant the rights conveyed by
   11734           this License.
   11735 
   11736      3.5. Required Notices.
   11737      You must duplicate the notice in Exhibit A in each file of the Source
   11738      Code. If it is not possible to put such notice in a particular Source
   11739      Code file due to its structure, then You must include such notice in a
   11740      location (such as a relevant directory) where a user would be likely
   11741      to look for such a notice. If You created one or more Modification(s)
   11742      You may add your name as a Contributor to the notice described in
   11743      Exhibit A. You must also duplicate this License in any documentation
   11744      for the Source Code where You describe recipients' rights or ownership
   11745      rights relating to Covered Code. You may choose to offer, and to
   11746      charge a fee for, warranty, support, indemnity or liability
   11747      obligations to one or more recipients of Covered Code. However, You
   11748      may do so only on Your own behalf, and not on behalf of the Initial
   11749      Developer or any Contributor. You must make it absolutely clear than
   11750      any such warranty, support, indemnity or liability obligation is
   11751      offered by You alone, and You hereby agree to indemnify the Initial
   11752      Developer and every Contributor for any liability incurred by the
   11753      Initial Developer or such Contributor as a result of warranty,
   11754      support, indemnity or liability terms You offer.
   11755 
   11756      3.6. Distribution of Executable Versions.
   11757      You may distribute Covered Code in Executable form only if the
   11758      requirements of Section 3.1-3.5 have been met for that Covered Code,
   11759      and if You include a notice stating that the Source Code version of
   11760      the Covered Code is available under the terms of this License,
   11761      including a description of how and where You have fulfilled the
   11762      obligations of Section 3.2. The notice must be conspicuously included
   11763      in any notice in an Executable version, related documentation or
   11764      collateral in which You describe recipients' rights relating to the
   11765      Covered Code. You may distribute the Executable version of Covered
   11766      Code or ownership rights under a license of Your choice, which may
   11767      contain terms different from this License, provided that You are in
   11768      compliance with the terms of this License and that the license for the
   11769      Executable version does not attempt to limit or alter the recipient's
   11770      rights in the Source Code version from the rights set forth in this
   11771      License. If You distribute the Executable version under a different
   11772      license You must make it absolutely clear that any terms which differ
   11773      from this License are offered by You alone, not by the Initial
   11774      Developer or any Contributor. You hereby agree to indemnify the
   11775      Initial Developer and every Contributor for any liability incurred by
   11776      the Initial Developer or such Contributor as a result of any such
   11777      terms You offer.
   11778 
   11779      3.7. Larger Works.
   11780      You may create a Larger Work by combining Covered Code with other code
   11781      not governed by the terms of this License and distribute the Larger
   11782      Work as a single product. In such a case, You must make sure the
   11783      requirements of this License are fulfilled for the Covered Code.
   11784 
   11785 4. Inability to Comply Due to Statute or Regulation.
   11786 
   11787      If it is impossible for You to comply with any of the terms of this
   11788      License with respect to some or all of the Covered Code due to
   11789      statute, judicial order, or regulation then You must: (a) comply with
   11790      the terms of this License to the maximum extent possible; and (b)
   11791      describe the limitations and the code they affect. Such description
   11792      must be included in the LEGAL file described in Section 3.4 and must
   11793      be included with all distributions of the Source Code. Except to the
   11794      extent prohibited by statute or regulation, such description must be
   11795      sufficiently detailed for a recipient of ordinary skill to be able to
   11796      understand it.
   11797 
   11798 5. Application of this License.
   11799 
   11800      This License applies to code to which the Initial Developer has
   11801      attached the notice in Exhibit A and to related Covered Code.
   11802 
   11803 6. Versions of the License.
   11804 
   11805      6.1. New Versions.
   11806      Netscape Communications Corporation ("Netscape") may publish revised
   11807      and/or new versions of the License from time to time. Each version
   11808      will be given a distinguishing version number.
   11809 
   11810      6.2. Effect of New Versions.
   11811      Once Covered Code has been published under a particular version of the
   11812      License, You may always continue to use it under the terms of that
   11813      version. You may also choose to use such Covered Code under the terms
   11814      of any subsequent version of the License published by Netscape. No one
   11815      other than Netscape has the right to modify the terms applicable to
   11816      Covered Code created under this License.
   11817 
   11818      6.3. Derivative Works.
   11819      If You create or use a modified version of this License (which you may
   11820      only do in order to apply it to code which is not already Covered Code
   11821      governed by this License), You must (a) rename Your license so that
   11822      the phrases "Mozilla", "MOZILLAPL", "MOZPL", "Netscape",
   11823      "MPL", "NPL" or any confusingly similar phrase do not appear in your
   11824      license (except to note that your license differs from this License)
   11825      and (b) otherwise make it clear that Your version of the license
   11826      contains terms which differ from the Mozilla Public License and
   11827      Netscape Public License. (Filling in the name of the Initial
   11828      Developer, Original Code or Contributor in the notice described in
   11829      Exhibit A shall not of themselves be deemed to be modifications of
   11830      this License.)
   11831 
   11832 7. DISCLAIMER OF WARRANTY.
   11833 
   11834      COVERED CODE IS PROVIDED UNDER THIS LICENSE ON AN "AS IS" BASIS,
   11835      WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
   11836      WITHOUT LIMITATION, WARRANTIES THAT THE COVERED CODE IS FREE OF
   11837      DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING.
   11838      THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE COVERED CODE
   11839      IS WITH YOU. SHOULD ANY COVERED CODE PROVE DEFECTIVE IN ANY RESPECT,
   11840      YOU (NOT THE INITIAL DEVELOPER OR ANY OTHER CONTRIBUTOR) ASSUME THE
   11841      COST OF ANY NECESSARY SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER
   11842      OF WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO USE OF
   11843      ANY COVERED CODE IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER.
   11844 
   11845 8. TERMINATION.
   11846 
   11847      8.1. This License and the rights granted hereunder will terminate
   11848      automatically if You fail to comply with terms herein and fail to cure
   11849      such breach within 30 days of becoming aware of the breach. All
   11850      sublicenses to the Covered Code which are properly granted shall
   11851      survive any termination of this License. Provisions which, by their
   11852      nature, must remain in effect beyond the termination of this License
   11853      shall survive.
   11854 
   11855      8.2. If You initiate litigation by asserting a patent infringement
   11856      claim (excluding declatory judgment actions) against Initial Developer
   11857      or a Contributor (the Initial Developer or Contributor against whom
   11858      You file such action is referred to as "Participant") alleging that:
   11859 
   11860      (a) such Participant's Contributor Version directly or indirectly
   11861      infringes any patent, then any and all rights granted by such
   11862      Participant to You under Sections 2.1 and/or 2.2 of this License
   11863      shall, upon 60 days notice from Participant terminate prospectively,
   11864      unless if within 60 days after receipt of notice You either: (i)
   11865      agree in writing to pay Participant a mutually agreeable reasonable
   11866      royalty for Your past and future use of Modifications made by such
   11867      Participant, or (ii) withdraw Your litigation claim with respect to
   11868      the Contributor Version against such Participant. If within 60 days
   11869      of notice, a reasonable royalty and payment arrangement are not
   11870      mutually agreed upon in writing by the parties or the litigation claim
   11871      is not withdrawn, the rights granted by Participant to You under
   11872      Sections 2.1 and/or 2.2 automatically terminate at the expiration of
   11873      the 60 day notice period specified above.
   11874 
   11875      (b) any software, hardware, or device, other than such Participant's
   11876      Contributor Version, directly or indirectly infringes any patent, then
   11877      any rights granted to You by such Participant under Sections 2.1(b)
   11878      and 2.2(b) are revoked effective as of the date You first made, used,
   11879      sold, distributed, or had made, Modifications made by that
   11880      Participant.
   11881 
   11882      8.3. If You assert a patent infringement claim against Participant
   11883      alleging that such Participant's Contributor Version directly or
   11884      indirectly infringes any patent where such claim is resolved (such as
   11885      by license or settlement) prior to the initiation of patent
   11886      infringement litigation, then the reasonable value of the licenses
   11887      granted by such Participant under Sections 2.1 or 2.2 shall be taken
   11888      into account in determining the amount or value of any payment or
   11889      license.
   11890 
   11891      8.4. In the event of termination under Sections 8.1 or 8.2 above,
   11892      all end user license agreements (excluding distributors and resellers)
   11893      which have been validly granted by You or any distributor hereunder
   11894      prior to termination shall survive termination.
   11895 
   11896 9. LIMITATION OF LIABILITY.
   11897 
   11898      UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT
   11899      (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL YOU, THE INITIAL
   11900      DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF COVERED CODE,
   11901      OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON FOR
   11902      ANY INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY
   11903      CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL,
   11904      WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER
   11905      COMMERCIAL DAMAGES OR LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN
   11906      INFORMED OF THE POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF
   11907      LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY
   11908      RESULTING FROM SUCH PARTY'S NEGLIGENCE TO THE EXTENT APPLICABLE LAW
   11909      PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE
   11910      EXCLUSION OR LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO
   11911      THIS EXCLUSION AND LIMITATION MAY NOT APPLY TO YOU.
   11912 
   11913 10. U.S. GOVERNMENT END USERS.
   11914 
   11915      The Covered Code is a "commercial item," as that term is defined in
   11916      48 C.F.R. 2.101 (Oct. 1995), consisting of "commercial computer
   11917      software" and "commercial computer software documentation," as such
   11918      terms are used in 48 C.F.R. 12.212 (Sept. 1995). Consistent with 48
   11919      C.F.R. 12.212 and 48 C.F.R. 227.7202-1 through 227.7202-4 (June 1995),
   11920      all U.S. Government End Users acquire Covered Code with only those
   11921      rights set forth herein.
   11922 
   11923 11. MISCELLANEOUS.
   11924 
   11925      This License represents the complete agreement concerning subject
   11926      matter hereof. If any provision of this License is held to be
   11927      unenforceable, such provision shall be reformed only to the extent
   11928      necessary to make it enforceable. This License shall be governed by
   11929      California law provisions (except to the extent applicable law, if
   11930      any, provides otherwise), excluding its conflict-of-law provisions.
   11931      With respect to disputes in which at least one party is a citizen of,
   11932      or an entity chartered or registered to do business in the United
   11933      States of America, any litigation relating to this License shall be
   11934      subject to the jurisdiction of the Federal Courts of the Northern
   11935      District of California, with venue lying in Santa Clara County,
   11936      California, with the losing party responsible for costs, including
   11937      without limitation, court costs and reasonable attorneys' fees and
   11938      expenses. The application of the United Nations Convention on
   11939      Contracts for the International Sale of Goods is expressly excluded.
   11940      Any law or regulation which provides that the language of a contract
   11941      shall be construed against the drafter shall not apply to this
   11942      License.
   11943 
   11944 12. RESPONSIBILITY FOR CLAIMS.
   11945 
   11946      As between Initial Developer and the Contributors, each party is
   11947      responsible for claims and damages arising, directly or indirectly,
   11948      out of its utilization of rights under this License and You agree to
   11949      work with Initial Developer and Contributors to distribute such
   11950      responsibility on an equitable basis. Nothing herein is intended or
   11951      shall be deemed to constitute any admission of liability.
   11952 
   11953 13. MULTIPLE-LICENSED CODE.
   11954 
   11955      Initial Developer may designate portions of the Covered Code as
   11956      "Multiple-Licensed". "Multiple-Licensed" means that the Initial
   11957      Developer permits you to utilize portions of the Covered Code under
   11958      Your choice of the NPL or the alternative licenses, if any, specified
   11959      by the Initial Developer in the file described in Exhibit A.
   11960 
   11961 EXHIBIT A -Mozilla Public License.
   11962 
   11963      ``The contents of this file are subject to the Mozilla Public License
   11964      Version 1.1 (the "License"); you may not use this file except in
   11965      compliance with the License. You may obtain a copy of the License at
   11966      http://www.mozilla.org/MPL/
   11967 
   11968      Software distributed under the License is distributed on an "AS IS"
   11969      basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
   11970      License for the specific language governing rights and limitations
   11971      under the License.
   11972 
   11973      The Original Code is ______________________________________.
   11974 
   11975      The Initial Developer of the Original Code is ________________________.
   11976      Portions created by ______________________ are Copyright (C) ______
   11977      _______________________. All Rights Reserved.
   11978 
   11979      Contributor(s): ______________________________________.
   11980 
   11981      Alternatively, the contents of this file may be used under the terms
   11982      of the _____ license (the "[___] License"), in which case the
   11983      provisions of [______] License are applicable instead of those
   11984      above. If you wish to allow use of your version of this file only
   11985      under the terms of the [____] License and not to allow others to use
   11986      your version of this file under the MPL, indicate your decision by
   11987      deleting the provisions above and replace them with the notice and
   11988      other provisions required by the [___] License. If you do not delete
   11989      the provisions above, a recipient may use your version of this file
   11990      under either the MPL or the [___] License."
   11991 
   11992      [NOTE: The text of this Exhibit A may differ slightly from the text of
   11993      the notices in the Source Code files of the Original Code. You should
   11994      use the text of this Exhibit A rather than the text found in the
   11995      Original Code Source Code for Your Modifications.]
   11996 
   11997      ----------------------------------------------------------------------
   11998 
   11999      AMENDMENTS
   12000 
   12001      The Netscape Public License Version 1.1 ("NPL") consists of the
   12002      Mozilla Public License Version 1.1 with the following Amendments,
   12003      including Exhibit A-Netscape Public License. Files identified with
   12004      "Exhibit A-Netscape Public License" are governed by the Netscape
   12005      Public License Version 1.1.
   12006 
   12007      Additional Terms applicable to the Netscape Public License.
   12008           I. Effect.
   12009           These additional terms described in this Netscape Public
   12010           License -- Amendments shall apply to the Mozilla Communicator
   12011           client code and to all Covered Code under this License.
   12012 
   12013           II. "Netscape's Branded Code" means Covered Code that Netscape
   12014           distributes and/or permits others to distribute under one or more
   12015           trademark(s) which are controlled by Netscape but which are not
   12016           licensed for use under this License.
   12017 
   12018           III. Netscape and logo.
   12019           This License does not grant any rights to use the trademarks
   12020           "Netscape", the "Netscape N and horizon" logo or the "Netscape
   12021           lighthouse" logo, "Netcenter", "Gecko", "Java" or "JavaScript",
   12022           "Smart Browsing" even if such marks are included in the Original
   12023           Code or Modifications.
   12024 
   12025           IV. Inability to Comply Due to Contractual Obligation.
   12026           Prior to licensing the Original Code under this License, Netscape
   12027           has licensed third party code for use in Netscape's Branded Code.
   12028           To the extent that Netscape is limited contractually from making
   12029           such third party code available under this License, Netscape may
   12030           choose to reintegrate such code into Covered Code without being
   12031           required to distribute such code in Source Code form, even if
   12032           such code would otherwise be considered "Modifications" under
   12033           this License.
   12034 
   12035           V. Use of Modifications and Covered Code by Initial Developer.
   12036                V.1. In General.
   12037                The obligations of Section 3 apply to Netscape, except to
   12038                the extent specified in this Amendment, Section V.2 and V.3.
   12039 
   12040                V.2. Other Products.
   12041                Netscape may include Covered Code in products other than the
   12042                Netscape's Branded Code which are released by Netscape
   12043                during the two (2) years following the release date of the
   12044                Original Code, without such additional products becoming
   12045                subject to the terms of this License, and may license such
   12046                additional products on different terms from those contained
   12047                in this License.
   12048 
   12049                V.3. Alternative Licensing.
   12050                Netscape may license the Source Code of Netscape's Branded
   12051                Code, including Modifications incorporated therein, without
   12052                such Netscape Branded Code becoming subject to the terms of
   12053                this License, and may license such Netscape Branded Code on
   12054                different terms from those contained in this License.
   12055 
   12056           VI. Litigation.
   12057           Notwithstanding the limitations of Section 11 above, the
   12058           provisions regarding litigation in Section 11(a), (b) and (c) of
   12059           the License shall apply to all disputes relating to this License.
   12060 
   12061      EXHIBIT A-Netscape Public License.
   12062 
   12063           "The contents of this file are subject to the Netscape Public
   12064           License Version 1.1 (the "License"); you may not use this file
   12065           except in compliance with the License. You may obtain a copy of
   12066           the License at http://www.mozilla.org/NPL/
   12067 
   12068           Software distributed under the License is distributed on an "AS
   12069           IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
   12070           implied. See the License for the specific language governing
   12071           rights and limitations under the License.
   12072 
   12073           The Original Code is Mozilla Communicator client code, released
   12074           March 31, 1998.
   12075 
   12076           The Initial Developer of the Original Code is Netscape
   12077           Communications Corporation. Portions created by Netscape are
   12078           Copyright (C) 1998-1999 Netscape Communications Corporation. All
   12079           Rights Reserved.
   12080 
   12081           Contributor(s): ______________________________________.
   12082 
   12083           Alternatively, the contents of this file may be used under the
   12084           terms of the _____ license (the "[___] License"), in which case
   12085           the provisions of [______] License are applicable  instead of
   12086           those above. If you wish to allow use of your version of this
   12087           file only under the terms of the [____] License and not to allow
   12088           others to use your version of this file under the NPL, indicate
   12089           your decision by deleting the provisions above and replace  them
   12090           with the notice and other provisions required by the [___]
   12091           License. If you do not delete the provisions above, a recipient
   12092           may use your version of this file under either the NPL or the
   12093           [___] License."
   12094 
   12095 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   12096 
   12097 Scanned Source License o3d-203170/o3d/third_party/ply/COPYING:
   12098 
   12099 		  GNU LESSER GENERAL PUBLIC LICENSE
   12100 		       Version 2.1, February 1999
   12101 
   12102  Copyright (C) 1991, 1999 Free Software Foundation, Inc.
   12103      59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
   12104  Everyone is permitted to copy and distribute verbatim copies
   12105  of this license document, but changing it is not allowed.
   12106 
   12107 [This is the first released version of the Lesser GPL.  It also counts
   12108  as the successor of the GNU Library Public License, version 2, hence
   12109  the version number 2.1.]
   12110 
   12111 			    Preamble
   12112 
   12113   The licenses for most software are designed to take away your
   12114 freedom to share and change it.  By contrast, the GNU General Public
   12115 Licenses are intended to guarantee your freedom to share and change
   12116 free software--to make sure the software is free for all its users.
   12117 
   12118   This license, the Lesser General Public License, applies to some
   12119 specially designated software packages--typically libraries--of the
   12120 Free Software Foundation and other authors who decide to use it.  You
   12121 can use it too, but we suggest you first think carefully about whether
   12122 this license or the ordinary General Public License is the better
   12123 strategy to use in any particular case, based on the explanations below.
   12124 
   12125   When we speak of free software, we are referring to freedom of use,
   12126 not price.  Our General Public Licenses are designed to make sure that
   12127 you have the freedom to distribute copies of free software (and charge
   12128 for this service if you wish); that you receive source code or can get
   12129 it if you want it; that you can change the software and use pieces of
   12130 it in new free programs; and that you are informed that you can do
   12131 these things.
   12132 
   12133   To protect your rights, we need to make restrictions that forbid
   12134 distributors to deny you these rights or to ask you to surrender these
   12135 rights.  These restrictions translate to certain responsibilities for
   12136 you if you distribute copies of the library or if you modify it.
   12137 
   12138   For example, if you distribute copies of the library, whether gratis
   12139 or for a fee, you must give the recipients all the rights that we gave
   12140 you.  You must make sure that they, too, receive or can get the source
   12141 code.  If you link other code with the library, you must provide
   12142 complete object files to the recipients, so that they can relink them
   12143 with the library after making changes to the library and recompiling
   12144 it.  And you must show them these terms so they know their rights.
   12145 
   12146   We protect your rights with a two-step method: (1) we copyright the
   12147 library, and (2) we offer you this license, which gives you legal
   12148 permission to copy, distribute and/or modify the library.
   12149 
   12150   To protect each distributor, we want to make it very clear that
   12151 there is no warranty for the free library.  Also, if the library is
   12152 modified by someone else and passed on, the recipients should know
   12153 that what they have is not the original version, so that the original
   12154 author's reputation will not be affected by problems that might be
   12155 introduced by others.
   12156 
   12158   Finally, software patents pose a constant threat to the existence of
   12159 any free program.  We wish to make sure that a company cannot
   12160 effectively restrict the users of a free program by obtaining a
   12161 restrictive license from a patent holder.  Therefore, we insist that
   12162 any patent license obtained for a version of the library must be
   12163 consistent with the full freedom of use specified in this license.
   12164 
   12165   Most GNU software, including some libraries, is covered by the
   12166 ordinary GNU General Public License.  This license, the GNU Lesser
   12167 General Public License, applies to certain designated libraries, and
   12168 is quite different from the ordinary General Public License.  We use
   12169 this license for certain libraries in order to permit linking those
   12170 libraries into non-free programs.
   12171 
   12172   When a program is linked with a library, whether statically or using
   12173 a shared library, the combination of the two is legally speaking a
   12174 combined work, a derivative of the original library.  The ordinary
   12175 General Public License therefore permits such linking only if the
   12176 entire combination fits its criteria of freedom.  The Lesser General
   12177 Public License permits more lax criteria for linking other code with
   12178 the library.
   12179 
   12180   We call this license the "Lesser" General Public License because it
   12181 does Less to protect the user's freedom than the ordinary General
   12182 Public License.  It also provides other free software developers Less
   12183 of an advantage over competing non-free programs.  These disadvantages
   12184 are the reason we use the ordinary General Public License for many
   12185 libraries.  However, the Lesser license provides advantages in certain
   12186 special circumstances.
   12187 
   12188   For example, on rare occasions, there may be a special need to
   12189 encourage the widest possible use of a certain library, so that it becomes
   12190 a de-facto standard.  To achieve this, non-free programs must be
   12191 allowed to use the library.  A more frequent case is that a free
   12192 library does the same job as widely used non-free libraries.  In this
   12193 case, there is little to gain by limiting the free library to free
   12194 software only, so we use the Lesser General Public License.
   12195 
   12196   In other cases, permission to use a particular library in non-free
   12197 programs enables a greater number of people to use a large body of
   12198 free software.  For example, permission to use the GNU C Library in
   12199 non-free programs enables many more people to use the whole GNU
   12200 operating system, as well as its variant, the GNU/Linux operating
   12201 system.
   12202 
   12203   Although the Lesser General Public License is Less protective of the
   12204 users' freedom, it does ensure that the user of a program that is
   12205 linked with the Library has the freedom and the wherewithal to run
   12206 that program using a modified version of the Library.
   12207 
   12208   The precise terms and conditions for copying, distribution and
   12209 modification follow.  Pay close attention to the difference between a
   12210 "work based on the library" and a "work that uses the library".  The
   12211 former contains code derived from the library, whereas the latter must
   12212 be combined with the library in order to run.
   12213 
   12215 		  GNU LESSER GENERAL PUBLIC LICENSE
   12216    TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
   12217 
   12218   0. This License Agreement applies to any software library or other
   12219 program which contains a notice placed by the copyright holder or
   12220 other authorized party saying it may be distributed under the terms of
   12221 this Lesser General Public License (also called "this License").
   12222 Each licensee is addressed as "you".
   12223 
   12224   A "library" means a collection of software functions and/or data
   12225 prepared so as to be conveniently linked with application programs
   12226 (which use some of those functions and data) to form executables.
   12227 
   12228   The "Library", below, refers to any such software library or work
   12229 which has been distributed under these terms.  A "work based on the
   12230 Library" means either the Library or any derivative work under
   12231 copyright law: that is to say, a work containing the Library or a
   12232 portion of it, either verbatim or with modifications and/or translated
   12233 straightforwardly into another language.  (Hereinafter, translation is
   12234 included without limitation in the term "modification".)
   12235 
   12236   "Source code" for a work means the preferred form of the work for
   12237 making modifications to it.  For a library, complete source code means
   12238 all the source code for all modules it contains, plus any associated
   12239 interface definition files, plus the scripts used to control compilation
   12240 and installation of the library.
   12241 
   12242   Activities other than copying, distribution and modification are not
   12243 covered by this License; they are outside its scope.  The act of
   12244 running a program using the Library is not restricted, and output from
   12245 such a program is covered only if its contents constitute a work based
   12246 on the Library (independent of the use of the Library in a tool for
   12247 writing it).  Whether that is true depends on what the Library does
   12248 and what the program that uses the Library does.
   12249   
   12250   1. You may copy and distribute verbatim copies of the Library's
   12251 complete source code as you receive it, in any medium, provided that
   12252 you conspicuously and appropriately publish on each copy an
   12253 appropriate copyright notice and disclaimer of warranty; keep intact
   12254 all the notices that refer to this License and to the absence of any
   12255 warranty; and distribute a copy of this License along with the
   12256 Library.
   12257 
   12258   You may charge a fee for the physical act of transferring a copy,
   12259 and you may at your option offer warranty protection in exchange for a
   12260 fee.
   12261 
   12263   2. You may modify your copy or copies of the Library or any portion
   12264 of it, thus forming a work based on the Library, and copy and
   12265 distribute such modifications or work under the terms of Section 1
   12266 above, provided that you also meet all of these conditions:
   12267 
   12268     a) The modified work must itself be a software library.
   12269 
   12270     b) You must cause the files modified to carry prominent notices
   12271     stating that you changed the files and the date of any change.
   12272 
   12273     c) You must cause the whole of the work to be licensed at no
   12274     charge to all third parties under the terms of this License.
   12275 
   12276     d) If a facility in the modified Library refers to a function or a
   12277     table of data to be supplied by an application program that uses
   12278     the facility, other than as an argument passed when the facility
   12279     is invoked, then you must make a good faith effort to ensure that,
   12280     in the event an application does not supply such function or
   12281     table, the facility still operates, and performs whatever part of
   12282     its purpose remains meaningful.
   12283 
   12284     (For example, a function in a library to compute square roots has
   12285     a purpose that is entirely well-defined independent of the
   12286     application.  Therefore, Subsection 2d requires that any
   12287     application-supplied function or table used by this function must
   12288     be optional: if the application does not supply it, the square
   12289     root function must still compute square roots.)
   12290 
   12291 These requirements apply to the modified work as a whole.  If
   12292 identifiable sections of that work are not derived from the Library,
   12293 and can be reasonably considered independent and separate works in
   12294 themselves, then this License, and its terms, do not apply to those
   12295 sections when you distribute them as separate works.  But when you
   12296 distribute the same sections as part of a whole which is a work based
   12297 on the Library, the distribution of the whole must be on the terms of
   12298 this License, whose permissions for other licensees extend to the
   12299 entire whole, and thus to each and every part regardless of who wrote
   12300 it.
   12301 
   12302 Thus, it is not the intent of this section to claim rights or contest
   12303 your rights to work written entirely by you; rather, the intent is to
   12304 exercise the right to control the distribution of derivative or
   12305 collective works based on the Library.
   12306 
   12307 In addition, mere aggregation of another work not based on the Library
   12308 with the Library (or with a work based on the Library) on a volume of
   12309 a storage or distribution medium does not bring the other work under
   12310 the scope of this License.
   12311 
   12312   3. You may opt to apply the terms of the ordinary GNU General Public
   12313 License instead of this License to a given copy of the Library.  To do
   12314 this, you must alter all the notices that refer to this License, so
   12315 that they refer to the ordinary GNU General Public License, version 2,
   12316 instead of to this License.  (If a newer version than version 2 of the
   12317 ordinary GNU General Public License has appeared, then you can specify
   12318 that version instead if you wish.)  Do not make any other change in
   12319 these notices.
   12320 
   12322   Once this change is made in a given copy, it is irreversible for
   12323 that copy, so the ordinary GNU General Public License applies to all
   12324 subsequent copies and derivative works made from that copy.
   12325 
   12326   This option is useful when you wish to copy part of the code of
   12327 the Library into a program that is not a library.
   12328 
   12329   4. You may copy and distribute the Library (or a portion or
   12330 derivative of it, under Section 2) in object code or executable form
   12331 under the terms of Sections 1 and 2 above provided that you accompany
   12332 it with the complete corresponding machine-readable source code, which
   12333 must be distributed under the terms of Sections 1 and 2 above on a
   12334 medium customarily used for software interchange.
   12335 
   12336   If distribution of object code is made by offering access to copy
   12337 from a designated place, then offering equivalent access to copy the
   12338 source code from the same place satisfies the requirement to
   12339 distribute the source code, even though third parties are not
   12340 compelled to copy the source along with the object code.
   12341 
   12342   5. A program that contains no derivative of any portion of the
   12343 Library, but is designed to work with the Library by being compiled or
   12344 linked with it, is called a "work that uses the Library".  Such a
   12345 work, in isolation, is not a derivative work of the Library, and
   12346 therefore falls outside the scope of this License.
   12347 
   12348   However, linking a "work that uses the Library" with the Library
   12349 creates an executable that is a derivative of the Library (because it
   12350 contains portions of the Library), rather than a "work that uses the
   12351 library".  The executable is therefore covered by this License.
   12352 Section 6 states terms for distribution of such executables.
   12353 
   12354   When a "work that uses the Library" uses material from a header file
   12355 that is part of the Library, the object code for the work may be a
   12356 derivative work of the Library even though the source code is not.
   12357 Whether this is true is especially significant if the work can be
   12358 linked without the Library, or if the work is itself a library.  The
   12359 threshold for this to be true is not precisely defined by law.
   12360 
   12361   If such an object file uses only numerical parameters, data
   12362 structure layouts and accessors, and small macros and small inline
   12363 functions (ten lines or less in length), then the use of the object
   12364 file is unrestricted, regardless of whether it is legally a derivative
   12365 work.  (Executables containing this object code plus portions of the
   12366 Library will still fall under Section 6.)
   12367 
   12368   Otherwise, if the work is a derivative of the Library, you may
   12369 distribute the object code for the work under the terms of Section 6.
   12370 Any executables containing that work also fall under Section 6,
   12371 whether or not they are linked directly with the Library itself.
   12372 
   12374   6. As an exception to the Sections above, you may also combine or
   12375 link a "work that uses the Library" with the Library to produce a
   12376 work containing portions of the Library, and distribute that work
   12377 under terms of your choice, provided that the terms permit
   12378 modification of the work for the customer's own use and reverse
   12379 engineering for debugging such modifications.
   12380 
   12381   You must give prominent notice with each copy of the work that the
   12382 Library is used in it and that the Library and its use are covered by
   12383 this License.  You must supply a copy of this License.  If the work
   12384 during execution displays copyright notices, you must include the
   12385 copyright notice for the Library among them, as well as a reference
   12386 directing the user to the copy of this License.  Also, you must do one
   12387 of these things:
   12388 
   12389     a) Accompany the work with the complete corresponding
   12390     machine-readable source code for the Library including whatever
   12391     changes were used in the work (which must be distributed under
   12392     Sections 1 and 2 above); and, if the work is an executable linked
   12393     with the Library, with the complete machine-readable "work that
   12394     uses the Library", as object code and/or source code, so that the
   12395     user can modify the Library and then relink to produce a modified
   12396     executable containing the modified Library.  (It is understood
   12397     that the user who changes the contents of definitions files in the
   12398     Library will not necessarily be able to recompile the application
   12399     to use the modified definitions.)
   12400 
   12401     b) Use a suitable shared library mechanism for linking with the
   12402     Library.  A suitable mechanism is one that (1) uses at run time a
   12403     copy of the library already present on the user's computer system,
   12404     rather than copying library functions into the executable, and (2)
   12405     will operate properly with a modified version of the library, if
   12406     the user installs one, as long as the modified version is
   12407     interface-compatible with the version that the work was made with.
   12408 
   12409     c) Accompany the work with a written offer, valid for at
   12410     least three years, to give the same user the materials
   12411     specified in Subsection 6a, above, for a charge no more
   12412     than the cost of performing this distribution.
   12413 
   12414     d) If distribution of the work is made by offering access to copy
   12415     from a designated place, offer equivalent access to copy the above
   12416     specified materials from the same place.
   12417 
   12418     e) Verify that the user has already received a copy of these
   12419     materials or that you have already sent this user a copy.
   12420 
   12421   For an executable, the required form of the "work that uses the
   12422 Library" must include any data and utility programs needed for
   12423 reproducing the executable from it.  However, as a special exception,
   12424 the materials to be distributed need not include anything that is
   12425 normally distributed (in either source or binary form) with the major
   12426 components (compiler, kernel, and so on) of the operating system on
   12427 which the executable runs, unless that component itself accompanies
   12428 the executable.
   12429 
   12430   It may happen that this requirement contradicts the license
   12431 restrictions of other proprietary libraries that do not normally
   12432 accompany the operating system.  Such a contradiction means you cannot
   12433 use both them and the Library together in an executable that you
   12434 distribute.
   12435 
   12437   7. You may place library facilities that are a work based on the
   12438 Library side-by-side in a single library together with other library
   12439 facilities not covered by this License, and distribute such a combined
   12440 library, provided that the separate distribution of the work based on
   12441 the Library and of the other library facilities is otherwise
   12442 permitted, and provided that you do these two things:
   12443 
   12444     a) Accompany the combined library with a copy of the same work
   12445     based on the Library, uncombined with any other library
   12446     facilities.  This must be distributed under the terms of the
   12447     Sections above.
   12448 
   12449     b) Give prominent notice with the combined library of the fact
   12450     that part of it is a work based on the Library, and explaining
   12451     where to find the accompanying uncombined form of the same work.
   12452 
   12453   8. You may not copy, modify, sublicense, link with, or distribute
   12454 the Library except as expressly provided under this License.  Any
   12455 attempt otherwise to copy, modify, sublicense, link with, or
   12456 distribute the Library is void, and will automatically terminate your
   12457 rights under this License.  However, parties who have received copies,
   12458 or rights, from you under this License will not have their licenses
   12459 terminated so long as such parties remain in full compliance.
   12460 
   12461   9. You are not required to accept this License, since you have not
   12462 signed it.  However, nothing else grants you permission to modify or
   12463 distribute the Library or its derivative works.  These actions are
   12464 prohibited by law if you do not accept this License.  Therefore, by
   12465 modifying or distributing the Library (or any work based on the
   12466 Library), you indicate your acceptance of this License to do so, and
   12467 all its terms and conditions for copying, distributing or modifying
   12468 the Library or works based on it.
   12469 
   12470   10. Each time you redistribute the Library (or any work based on the
   12471 Library), the recipient automatically receives a license from the
   12472 original licensor to copy, distribute, link with or modify the Library
   12473 subject to these terms and conditions.  You may not impose any further
   12474 restrictions on the recipients' exercise of the rights granted herein.
   12475 You are not responsible for enforcing compliance by third parties with
   12476 this License.
   12477 
   12479   11. If, as a consequence of a court judgment or allegation of patent
   12480 infringement or for any other reason (not limited to patent issues),
   12481 conditions are imposed on you (whether by court order, agreement or
   12482 otherwise) that contradict the conditions of this License, they do not
   12483 excuse you from the conditions of this License.  If you cannot
   12484 distribute so as to satisfy simultaneously your obligations under this
   12485 License and any other pertinent obligations, then as a consequence you
   12486 may not distribute the Library at all.  For example, if a patent
   12487 license would not permit royalty-free redistribution of the Library by
   12488 all those who receive copies directly or indirectly through you, then
   12489 the only way you could satisfy both it and this License would be to
   12490 refrain entirely from distribution of the Library.
   12491 
   12492 If any portion of this section is held invalid or unenforceable under any
   12493 particular circumstance, the balance of the section is intended to apply,
   12494 and the section as a whole is intended to apply in other circumstances.
   12495 
   12496 It is not the purpose of this section to induce you to infringe any
   12497 patents or other property right claims or to contest validity of any
   12498 such claims; this section has the sole purpose of protecting the
   12499 integrity of the free software distribution system which is
   12500 implemented by public license practices.  Many people have made
   12501 generous contributions to the wide range of software distributed
   12502 through that system in reliance on consistent application of that
   12503 system; it is up to the author/donor to decide if he or she is willing
   12504 to distribute software through any other system and a licensee cannot
   12505 impose that choice.
   12506 
   12507 This section is intended to make thoroughly clear what is believed to
   12508 be a consequence of the rest of this License.
   12509 
   12510   12. If the distribution and/or use of the Library is restricted in
   12511 certain countries either by patents or by copyrighted interfaces, the
   12512 original copyright holder who places the Library under this License may add
   12513 an explicit geographical distribution limitation excluding those countries,
   12514 so that distribution is permitted only in or among countries not thus
   12515 excluded.  In such case, this License incorporates the limitation as if
   12516 written in the body of this License.
   12517 
   12518   13. The Free Software Foundation may publish revised and/or new
   12519 versions of the Lesser General Public License from time to time.
   12520 Such new versions will be similar in spirit to the present version,
   12521 but may differ in detail to address new problems or concerns.
   12522 
   12523 Each version is given a distinguishing version number.  If the Library
   12524 specifies a version number of this License which applies to it and
   12525 "any later version", you have the option of following the terms and
   12526 conditions either of that version or of any later version published by
   12527 the Free Software Foundation.  If the Library does not specify a
   12528 license version number, you may choose any version ever published by
   12529 the Free Software Foundation.
   12530 
   12532   14. If you wish to incorporate parts of the Library into other free
   12533 programs whose distribution conditions are incompatible with these,
   12534 write to the author to ask for permission.  For software which is
   12535 copyrighted by the Free Software Foundation, write to the Free
   12536 Software Foundation; we sometimes make exceptions for this.  Our
   12537 decision will be guided by the two goals of preserving the free status
   12538 of all derivatives of our free software and of promoting the sharing
   12539 and reuse of software generally.
   12540 
   12541 			    NO WARRANTY
   12542 
   12543   15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO
   12544 WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW.
   12545 EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR
   12546 OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY
   12547 KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE
   12548 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
   12549 PURPOSE.  THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE
   12550 LIBRARY IS WITH YOU.  SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME
   12551 THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
   12552 
   12553   16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN
   12554 WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY
   12555 AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU
   12556 FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR
   12557 CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE
   12558 LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING
   12559 RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A
   12560 FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF
   12561 SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
   12562 DAMAGES.
   12563 
   12564 		     END OF TERMS AND CONDITIONS
   12565 
   12567            How to Apply These Terms to Your New Libraries
   12568 
   12569   If you develop a new library, and you want it to be of the greatest
   12570 possible use to the public, we recommend making it free software that
   12571 everyone can redistribute and change.  You can do so by permitting
   12572 redistribution under these terms (or, alternatively, under the terms of the
   12573 ordinary General Public License).
   12574 
   12575   To apply these terms, attach the following notices to the library.  It is
   12576 safest to attach them to the start of each source file to most effectively
   12577 convey the exclusion of warranty; and each file should have at least the
   12578 "copyright" line and a pointer to where the full notice is found.
   12579 
   12580     &lt;one line to give the library's name and a brief idea of what it does.&gt;
   12581     Copyright (C) &lt;year&gt;  &lt;name of author&gt;
   12582 
   12583     This library is free software; you can redistribute it and/or
   12584     modify it under the terms of the GNU Lesser General Public
   12585     License as published by the Free Software Foundation; either
   12586     version 2.1 of the License, or (at your option) any later version.
   12587 
   12588     This library is distributed in the hope that it will be useful,
   12589     but WITHOUT ANY WARRANTY; without even the implied warranty of
   12590     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
   12591     Lesser General Public License for more details.
   12592 
   12593     You should have received a copy of the GNU Lesser General Public
   12594     License along with this library; if not, write to the Free Software
   12595     Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
   12596 
   12597 Also add information on how to contact you by electronic and paper mail.
   12598 
   12599 You should also get your employer (if you work as a programmer) or your
   12600 school, if any, to sign a "copyright disclaimer" for the library, if
   12601 necessary.  Here is a sample; alter the names:
   12602 
   12603   Yoyodyne, Inc., hereby disclaims all copyright interest in the
   12604   library `Frob' (a library for tweaking knobs) written by James Random Hacker.
   12605 
   12606   &lt;signature of Ty Coon&gt;, 1 April 1990
   12607   Ty Coon, President of Vice
   12608 
   12609 That's all there is to it!
   12610 
   12611 
   12612 
   12613 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   12614 
   12615 Scanned Source License o3d-203170/o3d/third_party/vectormath/LICENSE:
   12616 
   12617  Vector Math library for 3-D linear algebra (vector, matrix, quaternion)
   12618    SIMD support for SSE, PowerPC (PPU) and the SPU.
   12619    Also includes generic multi-platform scalar version. 
   12620 
   12621    Copyright (C) 2006, 2007 Sony Computer Entertainment Inc. 
   12622    All rights reserved.
   12623 
   12624    Redistribution and use in source and binary forms,
   12625    with or without modification, are permitted provided that the
   12626    following conditions are met:
   12627     * Redistributions of source code must retain the above copyright
   12628       notice, this list of conditions and the following disclaimer.
   12629     * Redistributions in binary form must reproduce the above copyright
   12630       notice, this list of conditions and the following disclaimer in the
   12631       documentation and/or other materials provided with the distribution.
   12632     * Neither the name of the Sony Computer Entertainment Inc nor the names
   12633       of its contributors may be used to endorse or promote products derived
   12634       from this software without specific prior written permission.
   12635 
   12636    THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" 
   12637    AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
   12638    IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
   12639    ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
   12640    LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
   12641    CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
   12642    SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
   12643    INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
   12644    CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
   12645    ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
   12646    POSSIBILITY OF SUCH DAMAGE.
   12647  
   12648 
   12649 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   12650 
   12651 Scanned Source License o3d-203170/o3d/third_party/vectormath/files/vectormathlibrary/LICENSE:
   12652 
   12653  Vector Math library for 3-D linear algebra (vector, matrix, quaternion)
   12654    SIMD support for SSE, PowerPC (PPU) and the SPU.
   12655    Also includes generic multi-platform scalar version. 
   12656 
   12657    Copyright (C) 2006, 2007 Sony Computer Entertainment Inc. 
   12658    All rights reserved.
   12659 
   12660    Redistribution and use in source and binary forms,
   12661    with or without modification, are permitted provided that the
   12662    following conditions are met:
   12663     * Redistributions of source code must retain the above copyright
   12664       notice, this list of conditions and the following disclaimer.
   12665     * Redistributions in binary form must reproduce the above copyright
   12666       notice, this list of conditions and the following disclaimer in the
   12667       documentation and/or other materials provided with the distribution.
   12668     * Neither the name of the Sony Computer Entertainment Inc nor the names
   12669       of its contributors may be used to endorse or promote products derived
   12670       from this software without specific prior written permission.
   12671 
   12672    THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" 
   12673    AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
   12674    IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
   12675    ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
   12676    LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
   12677    CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
   12678    SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
   12679    INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
   12680    CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
   12681    ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
   12682    POSSIBILITY OF SUCH DAMAGE.
   12683  
   12684 
   12685 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   12686 
   12687 Scanned Source License o3d-203170/ppapi/LICENSE:
   12688 
   12689 // Copyright (c) 2010 The Chromium Authors. All rights reserved.
   12690 //
   12691 // Redistribution and use in source and binary forms, with or without
   12692 // modification, are permitted provided that the following conditions are
   12693 // met:
   12694 //
   12695 //    * Redistributions of source code must retain the above copyright
   12696 // notice, this list of conditions and the following disclaimer.
   12697 //    * Redistributions in binary form must reproduce the above
   12698 // copyright notice, this list of conditions and the following disclaimer
   12699 // in the documentation and/or other materials provided with the
   12700 // distribution.
   12701 //    * Neither the name of Google Inc. nor the names of its
   12702 // contributors may be used to endorse or promote products derived from
   12703 // this software without specific prior written permission.
   12704 //
   12705 // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
   12706 // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
   12707 // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
   12708 // A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
   12709 // OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
   12710 // SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
   12711 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
   12712 // DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
   12713 // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
   12714 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
   12715 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
   12716 
   12717 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   12718 
   12719 Scanned Source License o3d-203170/testing/gmock/COPYING:
   12720 
   12721 Copyright 2008, Google Inc.
   12722 All rights reserved.
   12723 
   12724 Redistribution and use in source and binary forms, with or without
   12725 modification, are permitted provided that the following conditions are
   12726 met:
   12727 
   12728     * Redistributions of source code must retain the above copyright
   12729 notice, this list of conditions and the following disclaimer.
   12730     * Redistributions in binary form must reproduce the above
   12731 copyright notice, this list of conditions and the following disclaimer
   12732 in the documentation and/or other materials provided with the
   12733 distribution.
   12734     * Neither the name of Google Inc. nor the names of its
   12735 contributors may be used to endorse or promote products derived from
   12736 this software without specific prior written permission.
   12737 
   12738 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
   12739 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
   12740 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
   12741 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
   12742 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
   12743 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
   12744 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
   12745 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
   12746 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
   12747 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
   12748 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
   12749 
   12750 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   12751 
   12752 Scanned Source License o3d-203170/testing/gmock/scripts/generator/COPYING:
   12753 
   12754 
   12755                                  Apache License
   12756                            Version 2.0, January 2004
   12757                         http://www.apache.org/licenses/
   12758 
   12759    TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
   12760 
   12761    1. Definitions.
   12762 
   12763       "License" shall mean the terms and conditions for use, reproduction,
   12764       and distribution as defined by Sections 1 through 9 of this document.
   12765 
   12766       "Licensor" shall mean the copyright owner or entity authorized by
   12767       the copyright owner that is granting the License.
   12768 
   12769       "Legal Entity" shall mean the union of the acting entity and all
   12770       other entities that control, are controlled by, or are under common
   12771       control with that entity. For the purposes of this definition,
   12772       "control" means (i) the power, direct or indirect, to cause the
   12773       direction or management of such entity, whether by contract or
   12774       otherwise, or (ii) ownership of fifty percent (50%) or more of the
   12775       outstanding shares, or (iii) beneficial ownership of such entity.
   12776 
   12777       "You" (or "Your") shall mean an individual or Legal Entity
   12778       exercising permissions granted by this License.
   12779 
   12780       "Source" form shall mean the preferred form for making modifications,
   12781       including but not limited to software source code, documentation
   12782       source, and configuration files.
   12783 
   12784       "Object" form shall mean any form resulting from mechanical
   12785       transformation or translation of a Source form, including but
   12786       not limited to compiled object code, generated documentation,
   12787       and conversions to other media types.
   12788 
   12789       "Work" shall mean the work of authorship, whether in Source or
   12790       Object form, made available under the License, as indicated by a
   12791       copyright notice that is included in or attached to the work
   12792       (an example is provided in the Appendix below).
   12793 
   12794       "Derivative Works" shall mean any work, whether in Source or Object
   12795       form, that is based on (or derived from) the Work and for which the
   12796       editorial revisions, annotations, elaborations, or other modifications
   12797       represent, as a whole, an original work of authorship. For the purposes
   12798       of this License, Derivative Works shall not include works that remain
   12799       separable from, or merely link (or bind by name) to the interfaces of,
   12800       the Work and Derivative Works thereof.
   12801 
   12802       "Contribution" shall mean any work of authorship, including
   12803       the original version of the Work and any modifications or additions
   12804       to that Work or Derivative Works thereof, that is intentionally
   12805       submitted to Licensor for inclusion in the Work by the copyright owner
   12806       or by an individual or Legal Entity authorized to submit on behalf of
   12807       the copyright owner. For the purposes of this definition, "submitted"
   12808       means any form of electronic, verbal, or written communication sent
   12809       to the Licensor or its representatives, including but not limited to
   12810       communication on electronic mailing lists, source code control systems,
   12811       and issue tracking systems that are managed by, or on behalf of, the
   12812       Licensor for the purpose of discussing and improving the Work, but
   12813       excluding communication that is conspicuously marked or otherwise
   12814       designated in writing by the copyright owner as "Not a Contribution."
   12815 
   12816       "Contributor" shall mean Licensor and any individual or Legal Entity
   12817       on behalf of whom a Contribution has been received by Licensor and
   12818       subsequently incorporated within the Work.
   12819 
   12820    2. Grant of Copyright License. Subject to the terms and conditions of
   12821       this License, each Contributor hereby grants to You a perpetual,
   12822       worldwide, non-exclusive, no-charge, royalty-free, irrevocable
   12823       copyright license to reproduce, prepare Derivative Works of,
   12824       publicly display, publicly perform, sublicense, and distribute the
   12825       Work and such Derivative Works in Source or Object form.
   12826 
   12827    3. Grant of Patent License. Subject to the terms and conditions of
   12828       this License, each Contributor hereby grants to You a perpetual,
   12829       worldwide, non-exclusive, no-charge, royalty-free, irrevocable
   12830       (except as stated in this section) patent license to make, have made,
   12831       use, offer to sell, sell, import, and otherwise transfer the Work,
   12832       where such license applies only to those patent claims licensable
   12833       by such Contributor that are necessarily infringed by their
   12834       Contribution(s) alone or by combination of their Contribution(s)
   12835       with the Work to which such Contribution(s) was submitted. If You
   12836       institute patent litigation against any entity (including a
   12837       cross-claim or counterclaim in a lawsuit) alleging that the Work
   12838       or a Contribution incorporated within the Work constitutes direct
   12839       or contributory patent infringement, then any patent licenses
   12840       granted to You under this License for that Work shall terminate
   12841       as of the date such litigation is filed.
   12842 
   12843    4. Redistribution. You may reproduce and distribute copies of the
   12844       Work or Derivative Works thereof in any medium, with or without
   12845       modifications, and in Source or Object form, provided that You
   12846       meet the following conditions:
   12847 
   12848       (a) You must give any other recipients of the Work or
   12849           Derivative Works a copy of this License; and
   12850 
   12851       (b) You must cause any modified files to carry prominent notices
   12852           stating that You changed the files; and
   12853 
   12854       (c) You must retain, in the Source form of any Derivative Works
   12855           that You distribute, all copyright, patent, trademark, and
   12856           attribution notices from the Source form of the Work,
   12857           excluding those notices that do not pertain to any part of
   12858           the Derivative Works; and
   12859 
   12860       (d) If the Work includes a "NOTICE" text file as part of its
   12861           distribution, then any Derivative Works that You distribute must
   12862           include a readable copy of the attribution notices contained
   12863           within such NOTICE file, excluding those notices that do not
   12864           pertain to any part of the Derivative Works, in at least one
   12865           of the following places: within a NOTICE text file distributed
   12866           as part of the Derivative Works; within the Source form or
   12867           documentation, if provided along with the Derivative Works; or,
   12868           within a display generated by the Derivative Works, if and
   12869           wherever such third-party notices normally appear. The contents
   12870           of the NOTICE file are for informational purposes only and
   12871           do not modify the License. You may add Your own attribution
   12872           notices within Derivative Works that You distribute, alongside
   12873           or as an addendum to the NOTICE text from the Work, provided
   12874           that such additional attribution notices cannot be construed
   12875           as modifying the License.
   12876 
   12877       You may add Your own copyright statement to Your modifications and
   12878       may provide additional or different license terms and conditions
   12879       for use, reproduction, or distribution of Your modifications, or
   12880       for any such Derivative Works as a whole, provided Your use,
   12881       reproduction, and distribution of the Work otherwise complies with
   12882       the conditions stated in this License.
   12883 
   12884    5. Submission of Contributions. Unless You explicitly state otherwise,
   12885       any Contribution intentionally submitted for inclusion in the Work
   12886       by You to the Licensor shall be under the terms and conditions of
   12887       this License, without any additional terms or conditions.
   12888       Notwithstanding the above, nothing herein shall supersede or modify
   12889       the terms of any separate license agreement you may have executed
   12890       with Licensor regarding such Contributions.
   12891 
   12892    6. Trademarks. This License does not grant permission to use the trade
   12893       names, trademarks, service marks, or product names of the Licensor,
   12894       except as required for reasonable and customary use in describing the
   12895       origin of the Work and reproducing the content of the NOTICE file.
   12896 
   12897    7. Disclaimer of Warranty. Unless required by applicable law or
   12898       agreed to in writing, Licensor provides the Work (and each
   12899       Contributor provides its Contributions) on an "AS IS" BASIS,
   12900       WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
   12901       implied, including, without limitation, any warranties or conditions
   12902       of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
   12903       PARTICULAR PURPOSE. You are solely responsible for determining the
   12904       appropriateness of using or redistributing the Work and assume any
   12905       risks associated with Your exercise of permissions under this License.
   12906 
   12907    8. Limitation of Liability. In no event and under no legal theory,
   12908       whether in tort (including negligence), contract, or otherwise,
   12909       unless required by applicable law (such as deliberate and grossly
   12910       negligent acts) or agreed to in writing, shall any Contributor be
   12911       liable to You for damages, including any direct, indirect, special,
   12912       incidental, or consequential damages of any character arising as a
   12913       result of this License or out of the use or inability to use the
   12914       Work (including but not limited to damages for loss of goodwill,
   12915       work stoppage, computer failure or malfunction, or any and all
   12916       other commercial damages or losses), even if such Contributor
   12917       has been advised of the possibility of such damages.
   12918 
   12919    9. Accepting Warranty or Additional Liability. While redistributing
   12920       the Work or Derivative Works thereof, You may choose to offer,
   12921       and charge a fee for, acceptance of support, warranty, indemnity,
   12922       or other liability obligations and/or rights consistent with this
   12923       License. However, in accepting such obligations, You may act only
   12924       on Your own behalf and on Your sole responsibility, not on behalf
   12925       of any other Contributor, and only if You agree to indemnify,
   12926       defend, and hold each Contributor harmless for any liability
   12927       incurred by, or claims asserted against, such Contributor by reason
   12928       of your accepting any such warranty or additional liability.
   12929 
   12930    END OF TERMS AND CONDITIONS
   12931 
   12932    APPENDIX: How to apply the Apache License to your work.
   12933 
   12934       To apply the Apache License to your work, attach the following
   12935       boilerplate notice, with the fields enclosed by brackets "[]"
   12936       replaced with your own identifying information. (Don't include
   12937       the brackets!)  The text should be enclosed in the appropriate
   12938       comment syntax for the file format. We also recommend that a
   12939       file or class name and description of purpose be included on the
   12940       same "printed page" as the copyright notice for easier
   12941       identification within third-party archives.
   12942 
   12943    Copyright [2007] Neal Norwitz
   12944    Portions Copyright [2007] Google Inc.
   12945 
   12946    Licensed under the Apache License, Version 2.0 (the "License");
   12947    you may not use this file except in compliance with the License.
   12948    You may obtain a copy of the License at
   12949 
   12950        http://www.apache.org/licenses/LICENSE-2.0
   12951 
   12952    Unless required by applicable law or agreed to in writing, software
   12953    distributed under the License is distributed on an "AS IS" BASIS,
   12954    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   12955    See the License for the specific language governing permissions and
   12956    limitations under the License.
   12957 
   12958 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   12959 
   12960 Scanned Source License o3d-203170/testing/gtest/COPYING:
   12961 
   12962 Copyright 2008, Google Inc.
   12963 All rights reserved.
   12964 
   12965 Redistribution and use in source and binary forms, with or without
   12966 modification, are permitted provided that the following conditions are
   12967 met:
   12968 
   12969     * Redistributions of source code must retain the above copyright
   12970 notice, this list of conditions and the following disclaimer.
   12971     * Redistributions in binary form must reproduce the above
   12972 copyright notice, this list of conditions and the following disclaimer
   12973 in the documentation and/or other materials provided with the
   12974 distribution.
   12975     * Neither the name of Google Inc. nor the names of its
   12976 contributors may be used to endorse or promote products derived from
   12977 this software without specific prior written permission.
   12978 
   12979 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
   12980 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
   12981 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
   12982 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
   12983 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
   12984 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
   12985 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
   12986 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
   12987 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
   12988 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
   12989 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
   12990 
   12991 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   12992 
   12993 Scanned Source License o3d-203170/third_party/antlr3/LICENSE.txt:
   12994 
   12995 [The "BSD licence"]
   12996 Copyright (c) 2003-2008 Terence Parr
   12997 All rights reserved.
   12998 
   12999 Redistribution and use in source and binary forms, with or without
   13000 modification, are permitted provided that the following conditions
   13001 are met:
   13002 
   13003  1. Redistributions of source code must retain the above copyright
   13004     notice, this list of conditions and the following disclaimer.
   13005  2. Redistributions in binary form must reproduce the above copyright
   13006     notice, this list of conditions and the following disclaimer in the
   13007     documentation and/or other materials provided with the distribution.
   13008  3. The name of the author may not be used to endorse or promote products
   13009     derived from this software without specific prior written permission.
   13010 
   13011 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
   13012 IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
   13013 OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
   13014 IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
   13015 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
   13016 NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
   13017 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
   13018 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
   13019 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
   13020 THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
   13021 
   13022 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   13023 
   13024 Scanned Source License o3d-203170/third_party/antlr3/runtime/ActionScript/LICENSE:
   13025 
   13026 [The "BSD licence"]
   13027 Copyright (c) 2003-2006 Terence Parr
   13028 All rights reserved.
   13029 
   13030 Redistribution and use in source and binary forms, with or without
   13031 modification, are permitted provided that the following conditions
   13032 are met:
   13033 
   13034  1. Redistributions of source code must retain the above copyright
   13035     notice, this list of conditions and the following disclaimer.
   13036  2. Redistributions in binary form must reproduce the above copyright
   13037     notice, this list of conditions and the following disclaimer in the
   13038     documentation and/or other materials provided with the distribution.
   13039  3. The name of the author may not be used to endorse or promote products
   13040     derived from this software without specific prior written permission.
   13041 
   13042 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
   13043 IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
   13044 OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
   13045 IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
   13046 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
   13047 NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
   13048 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
   13049 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
   13050 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
   13051 THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
   13052 
   13053 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   13054 
   13055 Scanned Source License o3d-203170/third_party/antlr3/runtime/C/COPYING:
   13056 
   13057 [The "BSD licence"]
   13058  Copyright (c) 2005-2006 Terence Parr
   13059  All rights reserved.
   13060 
   13061  Redistribution and use in source and binary forms, with or without
   13062  modification, are permitted provided that the following conditions
   13063  are met:
   13064  1. Redistributions of source code must retain the above copyright
   13065     notice, this list of conditions and the following disclaimer.
   13066  2. Redistributions in binary form must reproduce the above copyright
   13067     notice, this list of conditions and the following disclaimer in the
   13068     documentation and/or other materials provided with the distribution.
   13069  3. The name of the author may not be used to endorse or promote products
   13070     derived from this software without specific prior written permission.
   13071 
   13072  THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
   13073  IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
   13074  OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
   13075  IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
   13076  INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
   13077  NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
   13078  DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
   13079  THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
   13080  (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
   13081  THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE
   13082 
   13083 
   13084 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   13085 
   13086 Scanned Source License o3d-203170/third_party/antlr3/runtime/CSharp/LICENSE.TXT:
   13087 
   13088 [The "BSD licence"]
   13089 Copyright (c) 2005-2007 Kunle Odutola
   13090 All rights reserved.
   13091 
   13092 Redistribution and use in source and binary forms, with or without
   13093 modification, are permitted provided that the following conditions
   13094 are met:
   13095 1. Redistributions of source code MUST RETAIN the above copyright
   13096    notice, this list of conditions and the following disclaimer.
   13097 2. Redistributions in binary form MUST REPRODUCE the above copyright
   13098    notice, this list of conditions and the following disclaimer in 
   13099    the documentation and/or other materials provided with the 
   13100    distribution.
   13101 3. The name of the author may not be used to endorse or promote products
   13102    derived from this software without specific prior WRITTEN permission.
   13103 4. Unless explicitly state otherwise, any contribution intentionally 
   13104    submitted for inclusion in this work to the copyright owner shall be
   13105    under the terms and conditions of this license, without any 
   13106    additional terms or conditions.
   13107 
   13108 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
   13109 IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
   13110 OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
   13111 IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
   13112 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
   13113 NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
   13114 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
   13115 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
   13116 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
   13117 THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
   13118 
   13119 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   13120 
   13121 Scanned Source License o3d-203170/third_party/antlr3/runtime/JavaScript/build/license.txt:
   13122 
   13123 /*
   13124 Copyright (c) 2003-2008 Terence Parr. All rights reserved.
   13125 Code licensed under the BSD License:
   13126 http://www.antlr.org/license.html
   13127 
   13128 Some parts of the ANTLR class:
   13129 Copyright (c) 2008, Yahoo! Inc. All rights reserved.
   13130 Code licensed under the BSD License:
   13131 http://developer.yahoo.net/yui/license.txt
   13132 */
   13133 
   13134 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   13135 
   13136 Scanned Source License o3d-203170/third_party/antlr3/runtime/Python/LICENSE:
   13137 
   13138 [The "BSD licence"]
   13139 Copyright (c) 2003-2006 Terence Parr
   13140 All rights reserved.
   13141 
   13142 Redistribution and use in source and binary forms, with or without
   13143 modification, are permitted provided that the following conditions
   13144 are met:
   13145 
   13146  1. Redistributions of source code must retain the above copyright
   13147     notice, this list of conditions and the following disclaimer.
   13148  2. Redistributions in binary form must reproduce the above copyright
   13149     notice, this list of conditions and the following disclaimer in the
   13150     documentation and/or other materials provided with the distribution.
   13151  3. The name of the author may not be used to endorse or promote products
   13152     derived from this software without specific prior written permission.
   13153 
   13154 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
   13155 IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
   13156 OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
   13157 IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
   13158 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
   13159 NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
   13160 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
   13161 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
   13162 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
   13163 THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
   13164 
   13165 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   13166 
   13167 Scanned Source License o3d-203170/third_party/cg/LICENSE:
   13168 
   13169 DISTRIBUTION LICENSE
   13170 
   13171 IMPORTANT NOTICE -- READ CAREFULLY: THIS DISTRIBUTION LICENSE IS THE
   13172 AGREEMENT THAT GOVERNS USE OF THE SOFTWARE AND ASSOCIATED MATERIALS
   13173 PROVIDED HEREIN. BY DOWNLOADING, INSTALLING, COPYING, OR OTHERWISE
   13174 USING THE SOFTWARE, YOU EXPRESSLY AGREE TO BE BOUND BY THE TERMS OF
   13175 THIS AGREEMENT. IF YOU DO NOT AGREE TO ALL OF THE TERMS AND CONDITIONS
   13176 SET FORTH IN THIS AGREEMENT, YOU MAY NOT INSTALL, USE, OR DISTRIBUTE THE
   13177 SOFTWARE.
   13178 
   13179 1) Subject to all of the terms set forth herein, NVIDIA Corporation
   13180 ("NVIDIA") hereby grants a non-exclusive, worldwide, royalty-free license
   13181 ("License") to the distributor or publisher ("Distributor") set forth below
   13182 to use, reproduce, distribute, publicly display, and publicly perform
   13183 NVIDIA's software comprising its Cg Toolkit, including CgFX, any associated
   13184 documentation, and any portions thereof provided by NVIDIA (all together,
   13185 each apart, referred to herein as "Software") by incorporating the Software
   13186 into Distributor's software or published works ("Works") and any advertising
   13187 and promotional materials relating thereto.
   13188 
   13189 2) NVIDIA represents that the Software is either owned by NVIDIA or that, to
   13190 the best of NVIDIA's knowledge, it has full authority from the owner of
   13191 items incorporated into the Software to grant the rights set forth in this
   13192 License and that such items do not violate the copyright, trademark, or any
   13193 other rights of any third party.
   13194 
   13195 3) Distributor agrees that the Software is proprietary information of NVIDIA
   13196 and that NVIDIA owns all right, title and interest therein. There are no
   13197 implied licenses under this License, and any rights not expressly granted
   13198 are reserved by NVIDIA. The Software is protected by copyright laws and
   13199 international copyright treaties, as well as other intellectual property
   13200 laws and treaties. The Software is not sold, and instead is only licensed
   13201 for use, strictly in accordance with this License. Distributor agrees not to
   13202 disassemble, decompile or reverse engineer the Software in whole or in
   13203 part. All copies of the Software shall contain NVIDIA's proprietary rights
   13204 notices as provided therein. Distributor shall not remove or modify any such
   13205 proprietary rights notices of NVIDIA. This License will automatically
   13206 terminate if Distributor fails to comply with any of the terms and
   13207 conditions hereof. In such event, Distributor must cease reproducing,
   13208 distributing, or otherwise using the Software and destroy all copies
   13209 thereof.
   13210 
   13211 4) NVIDIA will not be responsible for providing maintenance and support to
   13212 Distributor, its customers, or any other end users for the Software or Works
   13213 distributed by Distributor or others.
   13214 
   13215 5) THE SOFTWARE IS PROVIDED BY NVIDIA TO DISTRIBUTOR "AS IS." NVIDIA
   13216 DISCLAIMS ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION
   13217 IMPLIED WARRANTIES OF TITLE, MERCHANTABILITY, FITNESS FOR A PARTICULAR
   13218 PURPOSE, AND NONINFRINGEMENT.
   13219 
   13220 6) IN NO EVENT SHALL NVIDIA BE LIABLE FOR ANY SPECIAL, INCIDENTAL,
   13221 INDIRECT, OR CONSEQUENTIAL DAMAGES (WHETHER IN AN ACTION IN CONTRACT OR
   13222 TORT) WHATSOEVER (INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF
   13223 BUSINESS PROFITS, BUSINESS INTERRUPTION, LOSS OF BUSINESS INFORMATION, OR
   13224 ANY OTHER PECUNIARY LOSS) ARISING OUT OF THE USE OF OR INABILITY TO USE THE
   13225 SOFTWARE OR IN CONNECTION WITH THIS LICENSE, EVEN IF NVIDIA HAS BEEN
   13226 ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. THESE LIMITATIONS SHALL APPLY
   13227 NOTWITHSTANDING ANY FAILURE OF ESSENTIAL PURPOSE OF ANY LIMITED REMEDY.
   13228 NVIDIA SHALL HAVE NO CONTRACTUAL OBLIGATION TO INDEMNIFY DISTRIBUTOR
   13229 UNDER THIS LICENSE. DISTRIBUTOR AND/OR ITS CUSTOMERS ASSUME THE ENTIRE
   13230 COST OF ANY DAMAGE, LOSS, OR EXPENSE RESULTING FROM THEIR USE OR
   13231 EXPLOITATION OF THE SOFTWARE.
   13232 
   13233 7) Distributor may not assign, sublicense, or otherwise attempt to transfer
   13234 this License or any right or obligation hereunder without NVIDIA's prior
   13235 written consent.
   13236 
   13237 8) The export of the Software may be subject to the export control laws of
   13238 the United States of America and/or other countries, and Distributor agrees
   13239 to abide by all such export control laws and regulations.
   13240 
   13241 9) If any provision of this License is held to be invalid or unenforceable
   13242 for any reason, the remaining provisions will continue in full force without
   13243 being impaired or invalidated in any way.
   13244 
   13245 10) No term or provisions hereof shall be deemed waived, and no breach
   13246 excused, unless such waiver or consent is in writing and signed by the party
   13247 claimed to have waived or consented. The waiver by either party of a breach
   13248 of any provision of this License will not operate or be interpreted as a
   13249 waiver of any other or subsequent breach.
   13250 
   13251 11) This License will be governed and construed in accordance with the laws
   13252 of the State of California without giving effect to principles of conflict
   13253 of laws. Any suit or controversy arising hereunder shall be brought in the
   13254 federal or state courts located in Santa Clara County, California, and each
   13255 party submits to the venue and jurisdiction thereof. The United Nations
   13256 Convention on Contracts for the International Sale of Goods is specifically
   13257 disclaimed.
   13258 
   13259 12) This License constitutes the final, complete, and exclusive agreement
   13260 between the parties with respect to the subject matter hereof and supersedes
   13261 any previous proposals, negotiations, agreements, letters of intent,
   13262 arrangements, or warranties, whether verbal or written, made between the
   13263 parties with respect to such subject matter. This License may be changed
   13264 only by mutual agreement in writing of the authorized representatives of the
   13265 parties.
   13266 
   13267 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   13268 
   13269 Scanned Source License o3d-203170/third_party/fcollada/LICENSE:
   13270 
   13271 You can get more information and the latest versions of the FCollada library on
   13272 our website.
   13273 
   13274 Feel free to drop us an email if you want more information on using the library.
   13275 
   13276 Guillaume Laforte
   13277 glaforte (a] feelingsoftware.com
   13278 
   13279 Feeling Software Inc.
   13280 http://www.feelingsoftware.com
   13281 
   13282 
   13283 Copyright and License information:
   13284 ------------------------------------
   13285 
   13286 
   13287 FCollada:
   13288 ----------
   13289 Copyright 2006 Feeling Software.
   13290 Under MIT License: http://www.opensource.org/licenses/mit-license.php
   13291 
   13292 
   13293 FS import classes:
   13294 -----------------------
   13295 Copyright 2005-2006 Feeling Software and
   13296 Copyright 2005-2006 Autodesk Media Entertainment.
   13297 Under MIT License: http://www.opensource.org/licenses/mit-license.php
   13298 
   13299 
   13300 LibXML2:
   13301 ---------
   13302 Except where otherwise noted in the source code (e.g. the files hash.c, list.c
   13303 and the trio files, which are covered by a similar licence but with different
   13304 Copyright notices) all the files are:
   13305 
   13306 
   13307 
   13308 Copyright (C) 1998-2003 Daniel Veillard. All Rights Reserved.
   13309 
   13310 
   13311 Permission is hereby granted, free of charge, to any person obtaining a copy of
   13312 this software and associated documentation files (the "Software"), to deal in
   13313 the Software without restriction, including without limitation the rights to
   13314 use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
   13315 of the Software, and to permit persons to whom the Software is fur- nished to
   13316 do so, subject to the following conditions:
   13317 
   13318 The above copyright notice and this permission notice shall be included in all
   13319 copies or substantial portions of the Software.
   13320 
   13321 
   13322 
   13323 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   13324 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FIT-
   13325 NESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
   13326 DANIEL VEILLARD BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
   13327 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CON-
   13328 NECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
   13329 
   13330 
   13331 
   13332 Except as contained in this notice, the name of Daniel Veillard shall not be
   13333 used in advertising or otherwise to promote the sale, use or other deal- ings
   13334 in this Software without prior written authorization from him.
   13335 
   13336 
   13337 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   13338 
   13339 Scanned Source License o3d-203170/third_party/fcollada/files/LibXML/COPYING:
   13340 
   13341 Except where otherwise noted in the source code (e.g. the files hash.c,
   13342 list.c and the trio files, which are covered by a similar licence but
   13343 with different Copyright notices) all the files are:
   13344 
   13345  Copyright (C) 1998-2003 Daniel Veillard.  All Rights Reserved.
   13346 
   13347 Permission is hereby granted, free of charge, to any person obtaining a copy
   13348 of this software and associated documentation files (the "Software"), to deal
   13349 in the Software without restriction, including without limitation the rights
   13350 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
   13351 copies of the Software, and to permit persons to whom the Software is fur-
   13352 nished to do so, subject to the following conditions:
   13353 
   13354 The above copyright notice and this permission notice shall be included in
   13355 all copies or substantial portions of the Software.
   13356 
   13357 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   13358 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FIT-
   13359 NESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
   13360 DANIEL VEILLARD BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
   13361 IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CON-
   13362 NECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
   13363 
   13364 Except as contained in this notice, the name of Daniel Veillard shall not
   13365 be used in advertising or otherwise to promote the sale, use or other deal-
   13366 ings in this Software without prior written authorization from him.
   13367 
   13368 
   13369 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   13370 
   13371 Scanned Source License o3d-203170/third_party/fcollada/files/LibXML/Copyright:
   13372 
   13373 Except where otherwise noted in the source code (e.g. the files hash.c,
   13374 list.c and the trio files, which are covered by a similar licence but
   13375 with different Copyright notices) all the files are:
   13376 
   13377  Copyright (C) 1998-2003 Daniel Veillard.  All Rights Reserved.
   13378 
   13379 Permission is hereby granted, free of charge, to any person obtaining a copy
   13380 of this software and associated documentation files (the "Software"), to deal
   13381 in the Software without restriction, including without limitation the rights
   13382 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
   13383 copies of the Software, and to permit persons to whom the Software is fur-
   13384 nished to do so, subject to the following conditions:
   13385 
   13386 The above copyright notice and this permission notice shall be included in
   13387 all copies or substantial portions of the Software.
   13388 
   13389 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   13390 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FIT-
   13391 NESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
   13392 DANIEL VEILLARD BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
   13393 IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CON-
   13394 NECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
   13395 
   13396 Except as contained in this notice, the name of Daniel Veillard shall not
   13397 be used in advertising or otherwise to promote the sale, use or other deal-
   13398 ings in this Software without prior written authorization from him.
   13399 
   13400 
   13401 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   13402 
   13403 Scanned Source License o3d-203170/third_party/glew/LICENSE:
   13404 
   13405 The OpenGL Extension Wrangler Library
   13406 Copyright (C) 2002-2007, Milan Ikits &lt;milan ikits[]ieee org&gt;
   13407 Copyright (C) 2002-2007, Marcelo E. Magallon &lt;mmagallo[]debian org&gt;
   13408 Copyright (C) 2002, Lev Povalahev
   13409 All rights reserved.
   13410 
   13411 Redistribution and use in source and binary forms, with or without 
   13412 modification, are permitted provided that the following conditions are met:
   13413 
   13414 * Redistributions of source code must retain the above copyright notice, 
   13415   this list of conditions and the following disclaimer.
   13416 * Redistributions in binary form must reproduce the above copyright notice, 
   13417   this list of conditions and the following disclaimer in the documentation 
   13418   and/or other materials provided with the distribution.
   13419 * The name of the author may be used to endorse or promote products 
   13420   derived from this software without specific prior written permission.
   13421 
   13422 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" 
   13423 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 
   13424 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
   13425 ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE 
   13426 LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 
   13427 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 
   13428 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
   13429 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
   13430 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
   13431 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
   13432 THE POSSIBILITY OF SUCH DAMAGE.
   13433 
   13434 
   13435 Mesa 3-D graphics library
   13436 Version:  7.0
   13437 
   13438 Copyright (C) 1999-2007  Brian Paul   All Rights Reserved.
   13439 
   13440 Permission is hereby granted, free of charge, to any person obtaining a
   13441 copy of this software and associated documentation files (the "Software"),
   13442 to deal in the Software without restriction, including without limitation
   13443 the rights to use, copy, modify, merge, publish, distribute, sublicense,
   13444 and/or sell copies of the Software, and to permit persons to whom the
   13445 Software is furnished to do so, subject to the following conditions:
   13446 
   13447 The above copyright notice and this permission notice shall be included
   13448 in all copies or substantial portions of the Software.
   13449 
   13450 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
   13451 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   13452 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
   13453 BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
   13454 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
   13455 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
   13456 
   13457 
   13458 Copyright (c) 2007 The Khronos Group Inc.
   13459 
   13460 Permission is hereby granted, free of charge, to any person obtaining a
   13461 copy of this software and/or associated documentation files (the
   13462 "Materials"), to deal in the Materials without restriction, including
   13463 without limitation the rights to use, copy, modify, merge, publish,
   13464 distribute, sublicense, and/or sell copies of the Materials, and to
   13465 permit persons to whom the Materials are furnished to do so, subject to
   13466 the following conditions:
   13467 
   13468 The above copyright notice and this permission notice shall be included
   13469 in all copies or substantial portions of the Materials.
   13470 
   13471 THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
   13472 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
   13473 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
   13474 IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
   13475 CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
   13476 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
   13477 MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.
   13478 
   13479 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   13480 
   13481 Scanned Source License o3d-203170/third_party/harfbuzz/COPYING:
   13482 
   13483 HarfBuzz was previously licensed under different licenses.  This was
   13484 changed in January 2008.  If you need to relicense your old copies,
   13485 consult the announcement of the license change on the internet.
   13486 Other than that, each copy of HarfBuzz is licensed under the COPYING
   13487 file included with it.  The actual license follows:
   13488 
   13489 
   13490 Permission is hereby granted, without written agreement and without
   13491 license or royalty fees, to use, copy, modify, and distribute this
   13492 software and its documentation for any purpose, provided that the
   13493 above copyright notice and the following two paragraphs appear in
   13494 all copies of this software.
   13495 
   13496 IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
   13497 DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
   13498 ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
   13499 IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
   13500 DAMAGE.
   13501 
   13502 THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
   13503 BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
   13504 FITNESS FOR A PARTICULAR PURPOSE.  THE SOFTWARE PROVIDED HEREUNDER IS
   13505 ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
   13506 PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
   13507 
   13508 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   13509 
   13510 Scanned Source License o3d-203170/third_party/icu/source/data/brkitr/LICENSE:
   13511 
   13512 The list of words in cjdict.txt are obtained by combining three word
   13513 lists listed below with further processing for compound word breaking.
   13514 The frequency is generated with an iterative training against Google
   13515 web corpora.
   13516 
   13517 * CC-CEDICT (Chinese)
   13518   - http://www.mdbg.net/chindict/chindict.php?page=cedict (home page)
   13519   - http://www.mdbg.net/chindict/export/cedict/cedict_1_0_ts_utf-8_mdbg.txt.gz (word list)
   13520   - It is licensed under a Creative Commons Attribution-Share Alike 3.0 License.
   13521     (see http://creativecommons.org/licenses/by-sa/3.0 for more details)
   13522 
   13523   - The portion of words derived from CC-CEDICT is also separately available
   13524     in cc_cedict.txt per the above CC Attribution-Share Alike 3.0 License.
   13525 
   13526 * Libtabe (Chinese)
   13527   - https://sourceforge.net/project/?group_id=1519
   13528   - Its license terms and conditions are shown below.
   13529 
   13530 * IPADIC (Japanese)
   13531   - http://chasen.aist-nara.ac.jp/chasen/distribution.html
   13532   - Its license terms and conditions are shown below.
   13533 
   13534 ---------COPYING.libtabe ---- BEGIN--------------------
   13535 
   13536 /*
   13537  * Copyrighy (c) 1999 TaBE Project.
   13538  * Copyright (c) 1999 Pai-Hsiang Hsiao.
   13539  * All rights reserved.
   13540  *
   13541  * Redistribution and use in source and binary forms, with or without
   13542  * modification, are permitted provided that the following conditions
   13543  * are met:
   13544  *
   13545  * . Redistributions of source code must retain the above copyright
   13546  *   notice, this list of conditions and the following disclaimer.
   13547  * . Redistributions in binary form must reproduce the above copyright
   13548  *   notice, this list of conditions and the following disclaimer in
   13549  *   the documentation and/or other materials provided with the
   13550  *   distribution.
   13551  * . Neither the name of the TaBE Project nor the names of its
   13552  *   contributors may be used to endorse or promote products derived
   13553  *   from this software without specific prior written permission.
   13554  *
   13555  * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
   13556  * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
   13557  * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
   13558  * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
   13559  * REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
   13560  * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
   13561  * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
   13562  * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
   13563  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
   13564  * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
   13565  * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
   13566  * OF THE POSSIBILITY OF SUCH DAMAGE.
   13567  */
   13568 
   13569 /*
   13570  * Copyright (c) 1999 Computer Systems and Communication Lab,
   13571  *                    Institute of Information Science, Academia Sinica.
   13572  * All rights reserved.
   13573  *
   13574  * Redistribution and use in source and binary forms, with or without
   13575  * modification, are permitted provided that the following conditions
   13576  * are met:
   13577  *
   13578  * . Redistributions of source code must retain the above copyright
   13579  *   notice, this list of conditions and the following disclaimer.
   13580  * . Redistributions in binary form must reproduce the above copyright
   13581  *   notice, this list of conditions and the following disclaimer in
   13582  *   the documentation and/or other materials provided with the
   13583  *   distribution.
   13584  * . Neither the name of the Computer Systems and Communication Lab
   13585  *   nor the names of its contributors may be used to endorse or
   13586  *   promote products derived from this software without specific
   13587  *   prior written permission.
   13588  *
   13589  * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
   13590  * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
   13591  * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
   13592  * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
   13593  * REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
   13594  * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
   13595  * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
   13596  * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
   13597  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
   13598  * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
   13599  * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
   13600  * OF THE POSSIBILITY OF SUCH DAMAGE.
   13601  */
   13602 
   13603 Copyright 1996 Chih-Hao Tsai @ Beckman Institute, University of Illinois
   13604 c-tsai4 (a] uiuc.edu  http://casper.beckman.uiuc.edu/~c-tsai4
   13605 
   13606 ---------------COPYING.libtabe-----END------------------------------------
   13607 
   13608 
   13609 ---------------COPYING.ipadic-----BEGIN------------------------------------
   13610 
   13611 Copyright 2000, 2001, 2002, 2003 Nara Institute of Science
   13612 and Technology.  All Rights Reserved.
   13613 
   13614 Use, reproduction, and distribution of this software is permitted.
   13615 Any copy of this software, whether in its original form or modified,
   13616 must include both the above copyright notice and the following
   13617 paragraphs.
   13618 
   13619 Nara Institute of Science and Technology (NAIST),
   13620 the copyright holders, disclaims all warranties with regard to this
   13621 software, including all implied warranties of merchantability and
   13622 fitness, in no event shall NAIST be liable for
   13623 any special, indirect or consequential damages or any damages
   13624 whatsoever resulting from loss of use, data or profits, whether in an
   13625 action of contract, negligence or other tortuous action, arising out
   13626 of or in connection with the use or performance of this software.
   13627 
   13628 A large portion of the dictionary entries
   13629 originate from ICOT Free Software.  The following conditions for ICOT
   13630 Free Software applies to the current dictionary as well.
   13631 
   13632 Each User may also freely distribute the Program, whether in its
   13633 original form or modified, to any third party or parties, PROVIDED
   13634 that the provisions of Section 3 ("NO WARRANTY") will ALWAYS appear
   13635 on, or be attached to, the Program, which is distributed substantially
   13636 in the same form as set out herein and that such intended
   13637 distribution, if actually made, will neither violate or otherwise
   13638 contravene any of the laws and regulations of the countries having
   13639 jurisdiction over the User or the intended distribution itself.
   13640 
   13641 NO WARRANTY
   13642 
   13643 The program was produced on an experimental basis in the course of the
   13644 research and development conducted during the project and is provided
   13645 to users as so produced on an experimental basis.  Accordingly, the
   13646 program is provided without any warranty whatsoever, whether express,
   13647 implied, statutory or otherwise.  The term "warranty" used herein
   13648 includes, but is not limited to, any warranty of the quality,
   13649 performance, merchantability and fitness for a particular purpose of
   13650 the program and the nonexistence of any infringement or violation of
   13651 any right of any third party.
   13652 
   13653 Each user of the program will agree and understand, and be deemed to
   13654 have agreed and understood, that there is no warranty whatsoever for
   13655 the program and, accordingly, the entire risk arising from or
   13656 otherwise connected with the program is assumed by the user.
   13657 
   13658 Therefore, neither ICOT, the copyright holder, or any other
   13659 organization that participated in or was otherwise related to the
   13660 development of the program and their respective officials, directors,
   13661 officers and other employees shall be held liable for any and all
   13662 damages, including, without limitation, general, special, incidental
   13663 and consequential damages, arising out of or otherwise in connection
   13664 with the use or inability to use the program or any product, material
   13665 or result produced or otherwise obtained by using the program,
   13666 regardless of whether they have been advised of, or otherwise had
   13667 knowledge of, the possibility of such damages at any time during the
   13668 project or thereafter.  Each user will be deemed to have agreed to the
   13669 foregoing by his or her commencement of use of the program.  The term
   13670 "use" as used herein includes, but is not limited to, the use,
   13671 modification, copying and distribution of the program and the
   13672 production of secondary products from the program.
   13673 
   13674 In the case where the program, whether in its original form or
   13675 modified, was distributed or delivered to or received by a user from
   13676 any person, organization or entity other than ICOT, unless it makes or
   13677 grants independently of ICOT any specific warranty to the user in
   13678 writing, such person, organization or entity, will also be exempted
   13679 from and not be held liable to the user for any such damages as noted
   13680 above as far as the program is concerned.
   13681 
   13682 ---------------COPYING.ipadic-----END------------------------------------
   13683 
   13684 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   13685 
   13686 Scanned Source License o3d-203170/third_party/libevent/LICENSE:
   13687 
   13688 Copyright 2000-2007 Niels Provos &lt;provos (a] citi.umich.edu&gt;
   13689 Copyright 2007-2009 Niels Provos and Nick Mathewson
   13690 
   13691 Redistribution and use in source and binary forms, with or without
   13692 modification, are permitted provided that the following conditions
   13693 are met:
   13694 1. Redistributions of source code must retain the above copyright
   13695    notice, this list of conditions and the following disclaimer.
   13696 2. Redistributions in binary form must reproduce the above copyright
   13697    notice, this list of conditions and the following disclaimer in the
   13698    documentation and/or other materials provided with the distribution.
   13699 3. The name of the author may not be used to endorse or promote products
   13700    derived from this software without specific prior written permission.
   13701 
   13702 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
   13703 IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
   13704 OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
   13705 IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
   13706 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
   13707 NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
   13708 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
   13709 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
   13710 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
   13711 THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
   13712 
   13713 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   13714 
   13715 Scanned Source License o3d-203170/third_party/libjpeg/LICENSE:
   13716 
   13717 (Copied from the README.)
   13718 
   13719 --------------------------------------------------------------------------------
   13720 
   13721 The authors make NO WARRANTY or representation, either express or implied,
   13722 with respect to this software, its quality, accuracy, merchantability, or
   13723 fitness for a particular purpose.  This software is provided "AS IS", and you,
   13724 its user, assume the entire risk as to its quality and accuracy.
   13725 
   13726 This software is copyright (C) 1991-1998, Thomas G. Lane.
   13727 All Rights Reserved except as specified below.
   13728 
   13729 Permission is hereby granted to use, copy, modify, and distribute this
   13730 software (or portions thereof) for any purpose, without fee, subject to these
   13731 conditions:
   13732 (1) If any part of the source code for this software is distributed, then this
   13733 README file must be included, with this copyright and no-warranty notice
   13734 unaltered; and any additions, deletions, or changes to the original files
   13735 must be clearly indicated in accompanying documentation.
   13736 (2) If only executable code is distributed, then the accompanying
   13737 documentation must state that "this software is based in part on the work of
   13738 the Independent JPEG Group".
   13739 (3) Permission for use of this software is granted only if the user accepts
   13740 full responsibility for any undesirable consequences; the authors accept
   13741 NO LIABILITY for damages of any kind.
   13742 
   13743 These conditions apply to any software derived from or based on the IJG code,
   13744 not just to the unmodified library.  If you use our work, you ought to
   13745 acknowledge us.
   13746 
   13747 Permission is NOT granted for the use of any IJG author's name or company name
   13748 in advertising or publicity relating to this software or products derived from
   13749 it.  This software may be referred to only as "the Independent JPEG Group's
   13750 software".
   13751 
   13752 We specifically permit and encourage the use of this software as the basis of
   13753 commercial products, provided that all warranty or liability claims are
   13754 assumed by the product vendor.
   13755 
   13756 
   13757 ansi2knr.c is included in this distribution by permission of L. Peter Deutsch,
   13758 sole proprietor of its copyright holder, Aladdin Enterprises of Menlo Park, CA.
   13759 ansi2knr.c is NOT covered by the above copyright and conditions, but instead
   13760 by the usual distribution terms of the Free Software Foundation; principally,
   13761 that you must include source code if you redistribute it.  (See the file
   13762 ansi2knr.c for full details.)  However, since ansi2knr.c is not needed as part
   13763 of any program generated from the IJG code, this does not limit you more than
   13764 the foregoing paragraphs do.
   13765 
   13766 The Unix configuration script "configure" was produced with GNU Autoconf.
   13767 It is copyright by the Free Software Foundation but is freely distributable.
   13768 The same holds for its supporting scripts (config.guess, config.sub,
   13769 ltconfig, ltmain.sh).  Another support script, install-sh, is copyright
   13770 by M.I.T. but is also freely distributable.
   13771 
   13772 It appears that the arithmetic coding option of the JPEG spec is covered by
   13773 patents owned by IBM, AT&amp;T, and Mitsubishi.  Hence arithmetic coding cannot
   13774 legally be used without obtaining one or more licenses.  For this reason,
   13775 support for arithmetic coding has been removed from the free JPEG software.
   13776 (Since arithmetic coding provides only a marginal gain over the unpatented
   13777 Huffman mode, it is unlikely that very many implementations will support it.)
   13778 So far as we are aware, there are no patent restrictions on the remaining
   13779 code.
   13780 
   13781 The IJG distribution formerly included code to read and write GIF files.
   13782 To avoid entanglement with the Unisys LZW patent, GIF reading support has
   13783 been removed altogether, and the GIF writer has been simplified to produce
   13784 "uncompressed GIFs".  This technique does not use the LZW algorithm; the
   13785 resulting GIF files are larger than usual, but are readable by all standard
   13786 GIF decoders.
   13787 
   13788 We are required to state that
   13789     "The Graphics Interchange Format(c) is the Copyright property of
   13790     CompuServe Incorporated.  GIF(sm) is a Service Mark property of
   13791     CompuServe Incorporated."
   13792 
   13793 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   13794 
   13795 Scanned Source License o3d-203170/third_party/libpng/LICENSE:
   13796 
   13797 
   13798 This copy of the libpng notices is provided for your convenience.  In case of
   13799 any discrepancy between this copy and the notices in the file png.h that is
   13800 included in the libpng distribution, the latter shall prevail.
   13801 
   13802 COPYRIGHT NOTICE, DISCLAIMER, and LICENSE:
   13803 
   13804 If you modify libpng you may insert additional notices immediately following
   13805 this sentence.
   13806 
   13807 This code is released under the libpng license.
   13808 
   13809 libpng versions 1.2.6, August 15, 2004, through 1.2.45, July 7, 2011, are
   13810 Copyright (c) 2004, 2006-2009 Glenn Randers-Pehrson, and are
   13811 distributed according to the same disclaimer and license as libpng-1.2.5
   13812 with the following individual added to the list of Contributing Authors
   13813 
   13814    Cosmin Truta
   13815 
   13816 libpng versions 1.0.7, July 1, 2000, through 1.2.5 - October 3, 2002, are
   13817 Copyright (c) 2000-2002 Glenn Randers-Pehrson, and are
   13818 distributed according to the same disclaimer and license as libpng-1.0.6
   13819 with the following individuals added to the list of Contributing Authors
   13820 
   13821    Simon-Pierre Cadieux
   13822    Eric S. Raymond
   13823    Gilles Vollant
   13824 
   13825 and with the following additions to the disclaimer:
   13826 
   13827    There is no warranty against interference with your enjoyment of the
   13828    library or against infringement.  There is no warranty that our
   13829    efforts or the library will fulfill any of your particular purposes
   13830    or needs.  This library is provided with all faults, and the entire
   13831    risk of satisfactory quality, performance, accuracy, and effort is with
   13832    the user.
   13833 
   13834 libpng versions 0.97, January 1998, through 1.0.6, March 20, 2000, are
   13835 Copyright (c) 1998, 1999 Glenn Randers-Pehrson, and are
   13836 distributed according to the same disclaimer and license as libpng-0.96,
   13837 with the following individuals added to the list of Contributing Authors:
   13838 
   13839    Tom Lane
   13840    Glenn Randers-Pehrson
   13841    Willem van Schaik
   13842 
   13843 libpng versions 0.89, June 1996, through 0.96, May 1997, are
   13844 Copyright (c) 1996, 1997 Andreas Dilger
   13845 Distributed according to the same disclaimer and license as libpng-0.88,
   13846 with the following individuals added to the list of Contributing Authors:
   13847 
   13848    John Bowler
   13849    Kevin Bracey
   13850    Sam Bushell
   13851    Magnus Holmgren
   13852    Greg Roelofs
   13853    Tom Tanner
   13854 
   13855 libpng versions 0.5, May 1995, through 0.88, January 1996, are
   13856 Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.
   13857 
   13858 For the purposes of this copyright and license, "Contributing Authors"
   13859 is defined as the following set of individuals:
   13860 
   13861    Andreas Dilger
   13862    Dave Martindale
   13863    Guy Eric Schalnat
   13864    Paul Schmidt
   13865    Tim Wegner
   13866 
   13867 The PNG Reference Library is supplied "AS IS".  The Contributing Authors
   13868 and Group 42, Inc. disclaim all warranties, expressed or implied,
   13869 including, without limitation, the warranties of merchantability and of
   13870 fitness for any purpose.  The Contributing Authors and Group 42, Inc.
   13871 assume no liability for direct, indirect, incidental, special, exemplary,
   13872 or consequential damages, which may result from the use of the PNG
   13873 Reference Library, even if advised of the possibility of such damage.
   13874 
   13875 Permission is hereby granted to use, copy, modify, and distribute this
   13876 source code, or portions hereof, for any purpose, without fee, subject
   13877 to the following restrictions:
   13878 
   13879 1. The origin of this source code must not be misrepresented.
   13880 
   13881 2. Altered versions must be plainly marked as such and must not
   13882    be misrepresented as being the original source.
   13883 
   13884 3. This Copyright notice may not be removed or altered from any
   13885    source or altered source distribution.
   13886 
   13887 The Contributing Authors and Group 42, Inc. specifically permit, without
   13888 fee, and encourage the use of this source code as a component to
   13889 supporting the PNG file format in commercial products.  If you use this
   13890 source code in a product, acknowledgment is not required but would be
   13891 appreciated.
   13892 
   13893 
   13894 A "png_get_copyright" function is available, for convenient use in "about"
   13895 boxes and the like:
   13896 
   13897    printf("%s",png_get_copyright(NULL));
   13898 
   13899 Also, the PNG logo (in PNG format, of course) is supplied in the
   13900 files "pngbar.png" and "pngbar.jpg (88x31) and "pngnow.png" (98x31).
   13901 
   13902 Libpng is OSI Certified Open Source Software.  OSI Certified Open Source is a
   13903 certification mark of the Open Source Initiative.
   13904 
   13905 Glenn Randers-Pehrson
   13906 glennrp at users.sourceforge.net
   13907 July 7, 2011
   13908 
   13909 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   13910 
   13911 Scanned Source License o3d-203170/third_party/makeself/COPYING:
   13912 
   13913 
   13914 		    GNU GENERAL PUBLIC LICENSE
   13915 		       Version 2, June 1991
   13916 
   13917  Copyright (C) 1989, 1991 Free Software Foundation, Inc.
   13918                        59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
   13919  Everyone is permitted to copy and distribute verbatim copies
   13920  of this license document, but changing it is not allowed.
   13921 
   13922 			    Preamble
   13923 
   13924   The licenses for most software are designed to take away your
   13925 freedom to share and change it.  By contrast, the GNU General Public
   13926 License is intended to guarantee your freedom to share and change free
   13927 software--to make sure the software is free for all its users.  This
   13928 General Public License applies to most of the Free Software
   13929 Foundation's software and to any other program whose authors commit to
   13930 using it.  (Some other Free Software Foundation software is covered by
   13931 the GNU Library General Public License instead.)  You can apply it to
   13932 your programs, too.
   13933 
   13934   When we speak of free software, we are referring to freedom, not
   13935 price.  Our General Public Licenses are designed to make sure that you
   13936 have the freedom to distribute copies of free software (and charge for
   13937 this service if you wish), that you receive source code or can get it
   13938 if you want it, that you can change the software or use pieces of it
   13939 in new free programs; and that you know you can do these things.
   13940 
   13941   To protect your rights, we need to make restrictions that forbid
   13942 anyone to deny you these rights or to ask you to surrender the rights.
   13943 These restrictions translate to certain responsibilities for you if you
   13944 distribute copies of the software, or if you modify it.
   13945 
   13946   For example, if you distribute copies of such a program, whether
   13947 gratis or for a fee, you must give the recipients all the rights that
   13948 you have.  You must make sure that they, too, receive or can get the
   13949 source code.  And you must show them these terms so they know their
   13950 rights.
   13951 
   13952   We protect your rights with two steps: (1) copyright the software, and
   13953 (2) offer you this license which gives you legal permission to copy,
   13954 distribute and/or modify the software.
   13955 
   13956   Also, for each author's protection and ours, we want to make certain
   13957 that everyone understands that there is no warranty for this free
   13958 software.  If the software is modified by someone else and passed on, we
   13959 want its recipients to know that what they have is not the original, so
   13960 that any problems introduced by others will not reflect on the original
   13961 authors' reputations.
   13962 
   13963   Finally, any free program is threatened constantly by software
   13964 patents.  We wish to avoid the danger that redistributors of a free
   13965 program will individually obtain patent licenses, in effect making the
   13966 program proprietary.  To prevent this, we have made it clear that any
   13967 patent must be licensed for everyone's free use or not licensed at all.
   13968 
   13969   The precise terms and conditions for copying, distribution and
   13970 modification follow.
   13971 
   13973 		    GNU GENERAL PUBLIC LICENSE
   13974    TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
   13975 
   13976   0. This License applies to any program or other work which contains
   13977 a notice placed by the copyright holder saying it may be distributed
   13978 under the terms of this General Public License.  The "Program", below,
   13979 refers to any such program or work, and a "work based on the Program"
   13980 means either the Program or any derivative work under copyright law:
   13981 that is to say, a work containing the Program or a portion of it,
   13982 either verbatim or with modifications and/or translated into another
   13983 language.  (Hereinafter, translation is included without limitation in
   13984 the term "modification".)  Each licensee is addressed as "you".
   13985 
   13986 Activities other than copying, distribution and modification are not
   13987 covered by this License; they are outside its scope.  The act of
   13988 running the Program is not restricted, and the output from the Program
   13989 is covered only if its contents constitute a work based on the
   13990 Program (independent of having been made by running the Program).
   13991 Whether that is true depends on what the Program does.
   13992 
   13993   1. You may copy and distribute verbatim copies of the Program's
   13994 source code as you receive it, in any medium, provided that you
   13995 conspicuously and appropriately publish on each copy an appropriate
   13996 copyright notice and disclaimer of warranty; keep intact all the
   13997 notices that refer to this License and to the absence of any warranty;
   13998 and give any other recipients of the Program a copy of this License
   13999 along with the Program.
   14000 
   14001 You may charge a fee for the physical act of transferring a copy, and
   14002 you may at your option offer warranty protection in exchange for a fee.
   14003 
   14004   2. You may modify your copy or copies of the Program or any portion
   14005 of it, thus forming a work based on the Program, and copy and
   14006 distribute such modifications or work under the terms of Section 1
   14007 above, provided that you also meet all of these conditions:
   14008 
   14009     a) You must cause the modified files to carry prominent notices
   14010     stating that you changed the files and the date of any change.
   14011 
   14012     b) You must cause any work that you distribute or publish, that in
   14013     whole or in part contains or is derived from the Program or any
   14014     part thereof, to be licensed as a whole at no charge to all third
   14015     parties under the terms of this License.
   14016 
   14017     c) If the modified program normally reads commands interactively
   14018     when run, you must cause it, when started running for such
   14019     interactive use in the most ordinary way, to print or display an
   14020     announcement including an appropriate copyright notice and a
   14021     notice that there is no warranty (or else, saying that you provide
   14022     a warranty) and that users may redistribute the program under
   14023     these conditions, and telling the user how to view a copy of this
   14024     License.  (Exception: if the Program itself is interactive but
   14025     does not normally print such an announcement, your work based on
   14026     the Program is not required to print an announcement.)
   14027 
   14029 These requirements apply to the modified work as a whole.  If
   14030 identifiable sections of that work are not derived from the Program,
   14031 and can be reasonably considered independent and separate works in
   14032 themselves, then this License, and its terms, do not apply to those
   14033 sections when you distribute them as separate works.  But when you
   14034 distribute the same sections as part of a whole which is a work based
   14035 on the Program, the distribution of the whole must be on the terms of
   14036 this License, whose permissions for other licensees extend to the
   14037 entire whole, and thus to each and every part regardless of who wrote it.
   14038 
   14039 Thus, it is not the intent of this section to claim rights or contest
   14040 your rights to work written entirely by you; rather, the intent is to
   14041 exercise the right to control the distribution of derivative or
   14042 collective works based on the Program.
   14043 
   14044 In addition, mere aggregation of another work not based on the Program
   14045 with the Program (or with a work based on the Program) on a volume of
   14046 a storage or distribution medium does not bring the other work under
   14047 the scope of this License.
   14048 
   14049   3. You may copy and distribute the Program (or a work based on it,
   14050 under Section 2) in object code or executable form under the terms of
   14051 Sections 1 and 2 above provided that you also do one of the following:
   14052 
   14053     a) Accompany it with the complete corresponding machine-readable
   14054     source code, which must be distributed under the terms of Sections
   14055     1 and 2 above on a medium customarily used for software interchange; or,
   14056 
   14057     b) Accompany it with a written offer, valid for at least three
   14058     years, to give any third party, for a charge no more than your
   14059     cost of physically performing source distribution, a complete
   14060     machine-readable copy of the corresponding source code, to be
   14061     distributed under the terms of Sections 1 and 2 above on a medium
   14062     customarily used for software interchange; or,
   14063 
   14064     c) Accompany it with the information you received as to the offer
   14065     to distribute corresponding source code.  (This alternative is
   14066     allowed only for noncommercial distribution and only if you
   14067     received the program in object code or executable form with such
   14068     an offer, in accord with Subsection b above.)
   14069 
   14070 The source code for a work means the preferred form of the work for
   14071 making modifications to it.  For an executable work, complete source
   14072 code means all the source code for all modules it contains, plus any
   14073 associated interface definition files, plus the scripts used to
   14074 control compilation and installation of the executable.  However, as a
   14075 special exception, the source code distributed need not include
   14076 anything that is normally distributed (in either source or binary
   14077 form) with the major components (compiler, kernel, and so on) of the
   14078 operating system on which the executable runs, unless that component
   14079 itself accompanies the executable.
   14080 
   14081 If distribution of executable or object code is made by offering
   14082 access to copy from a designated place, then offering equivalent
   14083 access to copy the source code from the same place counts as
   14084 distribution of the source code, even though third parties are not
   14085 compelled to copy the source along with the object code.
   14086 
   14088   4. You may not copy, modify, sublicense, or distribute the Program
   14089 except as expressly provided under this License.  Any attempt
   14090 otherwise to copy, modify, sublicense or distribute the Program is
   14091 void, and will automatically terminate your rights under this License.
   14092 However, parties who have received copies, or rights, from you under
   14093 this License will not have their licenses terminated so long as such
   14094 parties remain in full compliance.
   14095 
   14096   5. You are not required to accept this License, since you have not
   14097 signed it.  However, nothing else grants you permission to modify or
   14098 distribute the Program or its derivative works.  These actions are
   14099 prohibited by law if you do not accept this License.  Therefore, by
   14100 modifying or distributing the Program (or any work based on the
   14101 Program), you indicate your acceptance of this License to do so, and
   14102 all its terms and conditions for copying, distributing or modifying
   14103 the Program or works based on it.
   14104 
   14105   6. Each time you redistribute the Program (or any work based on the
   14106 Program), the recipient automatically receives a license from the
   14107 original licensor to copy, distribute or modify the Program subject to
   14108 these terms and conditions.  You may not impose any further
   14109 restrictions on the recipients' exercise of the rights granted herein.
   14110 You are not responsible for enforcing compliance by third parties to
   14111 this License.
   14112 
   14113   7. If, as a consequence of a court judgment or allegation of patent
   14114 infringement or for any other reason (not limited to patent issues),
   14115 conditions are imposed on you (whether by court order, agreement or
   14116 otherwise) that contradict the conditions of this License, they do not
   14117 excuse you from the conditions of this License.  If you cannot
   14118 distribute so as to satisfy simultaneously your obligations under this
   14119 License and any other pertinent obligations, then as a consequence you
   14120 may not distribute the Program at all.  For example, if a patent
   14121 license would not permit royalty-free redistribution of the Program by
   14122 all those who receive copies directly or indirectly through you, then
   14123 the only way you could satisfy both it and this License would be to
   14124 refrain entirely from distribution of the Program.
   14125 
   14126 If any portion of this section is held invalid or unenforceable under
   14127 any particular circumstance, the balance of the section is intended to
   14128 apply and the section as a whole is intended to apply in other
   14129 circumstances.
   14130 
   14131 It is not the purpose of this section to induce you to infringe any
   14132 patents or other property right claims or to contest validity of any
   14133 such claims; this section has the sole purpose of protecting the
   14134 integrity of the free software distribution system, which is
   14135 implemented by public license practices.  Many people have made
   14136 generous contributions to the wide range of software distributed
   14137 through that system in reliance on consistent application of that
   14138 system; it is up to the author/donor to decide if he or she is willing
   14139 to distribute software through any other system and a licensee cannot
   14140 impose that choice.
   14141 
   14142 This section is intended to make thoroughly clear what is believed to
   14143 be a consequence of the rest of this License.
   14144 
   14146   8. If the distribution and/or use of the Program is restricted in
   14147 certain countries either by patents or by copyrighted interfaces, the
   14148 original copyright holder who places the Program under this License
   14149 may add an explicit geographical distribution limitation excluding
   14150 those countries, so that distribution is permitted only in or among
   14151 countries not thus excluded.  In such case, this License incorporates
   14152 the limitation as if written in the body of this License.
   14153 
   14154   9. The Free Software Foundation may publish revised and/or new versions
   14155 of the General Public License from time to time.  Such new versions will
   14156 be similar in spirit to the present version, but may differ in detail to
   14157 address new problems or concerns.
   14158 
   14159 Each version is given a distinguishing version number.  If the Program
   14160 specifies a version number of this License which applies to it and "any
   14161 later version", you have the option of following the terms and conditions
   14162 either of that version or of any later version published by the Free
   14163 Software Foundation.  If the Program does not specify a version number of
   14164 this License, you may choose any version ever published by the Free Software
   14165 Foundation.
   14166 
   14167   10. If you wish to incorporate parts of the Program into other free
   14168 programs whose distribution conditions are different, write to the author
   14169 to ask for permission.  For software which is copyrighted by the Free
   14170 Software Foundation, write to the Free Software Foundation; we sometimes
   14171 make exceptions for this.  Our decision will be guided by the two goals
   14172 of preserving the free status of all derivatives of our free software and
   14173 of promoting the sharing and reuse of software generally.
   14174 
   14175 			    NO WARRANTY
   14176 
   14177   11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
   14178 FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.  EXCEPT WHEN
   14179 OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
   14180 PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
   14181 OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
   14182 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  THE ENTIRE RISK AS
   14183 TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU.  SHOULD THE
   14184 PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
   14185 REPAIR OR CORRECTION.
   14186 
   14187   12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
   14188 WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
   14189 REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
   14190 INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
   14191 OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
   14192 TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
   14193 YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
   14194 PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
   14195 POSSIBILITY OF SUCH DAMAGES.
   14196 
   14197 		     END OF TERMS AND CONDITIONS
   14198 
   14200 	    How to Apply These Terms to Your New Programs
   14201 
   14202   If you develop a new program, and you want it to be of the greatest
   14203 possible use to the public, the best way to achieve this is to make it
   14204 free software which everyone can redistribute and change under these terms.
   14205 
   14206   To do so, attach the following notices to the program.  It is safest
   14207 to attach them to the start of each source file to most effectively
   14208 convey the exclusion of warranty; and each file should have at least
   14209 the "copyright" line and a pointer to where the full notice is found.
   14210 
   14211     &lt;one line to give the program's name and a brief idea of what it does.&gt;
   14212     Copyright (C) 19yy  &lt;name of author&gt;
   14213 
   14214     This program is free software; you can redistribute it and/or modify
   14215     it under the terms of the GNU General Public License as published by
   14216     the Free Software Foundation; either version 2 of the License, or
   14217     (at your option) any later version.
   14218 
   14219     This program is distributed in the hope that it will be useful,
   14220     but WITHOUT ANY WARRANTY; without even the implied warranty of
   14221     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   14222     GNU General Public License for more details.
   14223 
   14224     You should have received a copy of the GNU General Public License
   14225     along with this program; if not, write to the Free Software
   14226     Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
   14227 
   14228 
   14229 Also add information on how to contact you by electronic and paper mail.
   14230 
   14231 If the program is interactive, make it output a short notice like this
   14232 when it starts in an interactive mode:
   14233 
   14234     Gnomovision version 69, Copyright (C) 19yy name of author
   14235     Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
   14236     This is free software, and you are welcome to redistribute it
   14237     under certain conditions; type `show c' for details.
   14238 
   14239 The hypothetical commands `show w' and `show c' should show the appropriate
   14240 parts of the General Public License.  Of course, the commands you use may
   14241 be called something other than `show w' and `show c'; they could even be
   14242 mouse-clicks or menu items--whatever suits your program.
   14243 
   14244 You should also get your employer (if you work as a programmer) or your
   14245 school, if any, to sign a "copyright disclaimer" for the program, if
   14246 necessary.  Here is a sample; alter the names:
   14247 
   14248   Yoyodyne, Inc., hereby disclaims all copyright interest in the program
   14249   `Gnomovision' (which makes passes at compilers) written by James Hacker.
   14250 
   14251   &lt;signature of Ty Coon&gt;, 1 April 1989
   14252   Ty Coon, President of Vice
   14253 
   14254 This General Public License does not permit incorporating your program into
   14255 proprietary programs.  If your program is a subroutine library, you may
   14256 consider it more useful to permit linking proprietary applications with the
   14257 library.  If this is what you want to do, use the GNU Library General
   14258 Public License instead of this License.
   14259 
   14260 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   14261 
   14262 Scanned Source License o3d-203170/third_party/makeself/LICENSE:
   14263 
   14264 
   14265 		    GNU GENERAL PUBLIC LICENSE
   14266 		       Version 2, June 1991
   14267 
   14268  Copyright (C) 1989, 1991 Free Software Foundation, Inc.
   14269                        59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
   14270  Everyone is permitted to copy and distribute verbatim copies
   14271  of this license document, but changing it is not allowed.
   14272 
   14273 			    Preamble
   14274 
   14275   The licenses for most software are designed to take away your
   14276 freedom to share and change it.  By contrast, the GNU General Public
   14277 License is intended to guarantee your freedom to share and change free
   14278 software--to make sure the software is free for all its users.  This
   14279 General Public License applies to most of the Free Software
   14280 Foundation's software and to any other program whose authors commit to
   14281 using it.  (Some other Free Software Foundation software is covered by
   14282 the GNU Library General Public License instead.)  You can apply it to
   14283 your programs, too.
   14284 
   14285   When we speak of free software, we are referring to freedom, not
   14286 price.  Our General Public Licenses are designed to make sure that you
   14287 have the freedom to distribute copies of free software (and charge for
   14288 this service if you wish), that you receive source code or can get it
   14289 if you want it, that you can change the software or use pieces of it
   14290 in new free programs; and that you know you can do these things.
   14291 
   14292   To protect your rights, we need to make restrictions that forbid
   14293 anyone to deny you these rights or to ask you to surrender the rights.
   14294 These restrictions translate to certain responsibilities for you if you
   14295 distribute copies of the software, or if you modify it.
   14296 
   14297   For example, if you distribute copies of such a program, whether
   14298 gratis or for a fee, you must give the recipients all the rights that
   14299 you have.  You must make sure that they, too, receive or can get the
   14300 source code.  And you must show them these terms so they know their
   14301 rights.
   14302 
   14303   We protect your rights with two steps: (1) copyright the software, and
   14304 (2) offer you this license which gives you legal permission to copy,
   14305 distribute and/or modify the software.
   14306 
   14307   Also, for each author's protection and ours, we want to make certain
   14308 that everyone understands that there is no warranty for this free
   14309 software.  If the software is modified by someone else and passed on, we
   14310 want its recipients to know that what they have is not the original, so
   14311 that any problems introduced by others will not reflect on the original
   14312 authors' reputations.
   14313 
   14314   Finally, any free program is threatened constantly by software
   14315 patents.  We wish to avoid the danger that redistributors of a free
   14316 program will individually obtain patent licenses, in effect making the
   14317 program proprietary.  To prevent this, we have made it clear that any
   14318 patent must be licensed for everyone's free use or not licensed at all.
   14319 
   14320   The precise terms and conditions for copying, distribution and
   14321 modification follow.
   14322 
   14324 		    GNU GENERAL PUBLIC LICENSE
   14325    TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
   14326 
   14327   0. This License applies to any program or other work which contains
   14328 a notice placed by the copyright holder saying it may be distributed
   14329 under the terms of this General Public License.  The "Program", below,
   14330 refers to any such program or work, and a "work based on the Program"
   14331 means either the Program or any derivative work under copyright law:
   14332 that is to say, a work containing the Program or a portion of it,
   14333 either verbatim or with modifications and/or translated into another
   14334 language.  (Hereinafter, translation is included without limitation in
   14335 the term "modification".)  Each licensee is addressed as "you".
   14336 
   14337 Activities other than copying, distribution and modification are not
   14338 covered by this License; they are outside its scope.  The act of
   14339 running the Program is not restricted, and the output from the Program
   14340 is covered only if its contents constitute a work based on the
   14341 Program (independent of having been made by running the Program).
   14342 Whether that is true depends on what the Program does.
   14343 
   14344   1. You may copy and distribute verbatim copies of the Program's
   14345 source code as you receive it, in any medium, provided that you
   14346 conspicuously and appropriately publish on each copy an appropriate
   14347 copyright notice and disclaimer of warranty; keep intact all the
   14348 notices that refer to this License and to the absence of any warranty;
   14349 and give any other recipients of the Program a copy of this License
   14350 along with the Program.
   14351 
   14352 You may charge a fee for the physical act of transferring a copy, and
   14353 you may at your option offer warranty protection in exchange for a fee.
   14354 
   14355   2. You may modify your copy or copies of the Program or any portion
   14356 of it, thus forming a work based on the Program, and copy and
   14357 distribute such modifications or work under the terms of Section 1
   14358 above, provided that you also meet all of these conditions:
   14359 
   14360     a) You must cause the modified files to carry prominent notices
   14361     stating that you changed the files and the date of any change.
   14362 
   14363     b) You must cause any work that you distribute or publish, that in
   14364     whole or in part contains or is derived from the Program or any
   14365     part thereof, to be licensed as a whole at no charge to all third
   14366     parties under the terms of this License.
   14367 
   14368     c) If the modified program normally reads commands interactively
   14369     when run, you must cause it, when started running for such
   14370     interactive use in the most ordinary way, to print or display an
   14371     announcement including an appropriate copyright notice and a
   14372     notice that there is no warranty (or else, saying that you provide
   14373     a warranty) and that users may redistribute the program under
   14374     these conditions, and telling the user how to view a copy of this
   14375     License.  (Exception: if the Program itself is interactive but
   14376     does not normally print such an announcement, your work based on
   14377     the Program is not required to print an announcement.)
   14378 
   14380 These requirements apply to the modified work as a whole.  If
   14381 identifiable sections of that work are not derived from the Program,
   14382 and can be reasonably considered independent and separate works in
   14383 themselves, then this License, and its terms, do not apply to those
   14384 sections when you distribute them as separate works.  But when you
   14385 distribute the same sections as part of a whole which is a work based
   14386 on the Program, the distribution of the whole must be on the terms of
   14387 this License, whose permissions for other licensees extend to the
   14388 entire whole, and thus to each and every part regardless of who wrote it.
   14389 
   14390 Thus, it is not the intent of this section to claim rights or contest
   14391 your rights to work written entirely by you; rather, the intent is to
   14392 exercise the right to control the distribution of derivative or
   14393 collective works based on the Program.
   14394 
   14395 In addition, mere aggregation of another work not based on the Program
   14396 with the Program (or with a work based on the Program) on a volume of
   14397 a storage or distribution medium does not bring the other work under
   14398 the scope of this License.
   14399 
   14400   3. You may copy and distribute the Program (or a work based on it,
   14401 under Section 2) in object code or executable form under the terms of
   14402 Sections 1 and 2 above provided that you also do one of the following:
   14403 
   14404     a) Accompany it with the complete corresponding machine-readable
   14405     source code, which must be distributed under the terms of Sections
   14406     1 and 2 above on a medium customarily used for software interchange; or,
   14407 
   14408     b) Accompany it with a written offer, valid for at least three
   14409     years, to give any third party, for a charge no more than your
   14410     cost of physically performing source distribution, a complete
   14411     machine-readable copy of the corresponding source code, to be
   14412     distributed under the terms of Sections 1 and 2 above on a medium
   14413     customarily used for software interchange; or,
   14414 
   14415     c) Accompany it with the information you received as to the offer
   14416     to distribute corresponding source code.  (This alternative is
   14417     allowed only for noncommercial distribution and only if you
   14418     received the program in object code or executable form with such
   14419     an offer, in accord with Subsection b above.)
   14420 
   14421 The source code for a work means the preferred form of the work for
   14422 making modifications to it.  For an executable work, complete source
   14423 code means all the source code for all modules it contains, plus any
   14424 associated interface definition files, plus the scripts used to
   14425 control compilation and installation of the executable.  However, as a
   14426 special exception, the source code distributed need not include
   14427 anything that is normally distributed (in either source or binary
   14428 form) with the major components (compiler, kernel, and so on) of the
   14429 operating system on which the executable runs, unless that component
   14430 itself accompanies the executable.
   14431 
   14432 If distribution of executable or object code is made by offering
   14433 access to copy from a designated place, then offering equivalent
   14434 access to copy the source code from the same place counts as
   14435 distribution of the source code, even though third parties are not
   14436 compelled to copy the source along with the object code.
   14437 
   14439   4. You may not copy, modify, sublicense, or distribute the Program
   14440 except as expressly provided under this License.  Any attempt
   14441 otherwise to copy, modify, sublicense or distribute the Program is
   14442 void, and will automatically terminate your rights under this License.
   14443 However, parties who have received copies, or rights, from you under
   14444 this License will not have their licenses terminated so long as such
   14445 parties remain in full compliance.
   14446 
   14447   5. You are not required to accept this License, since you have not
   14448 signed it.  However, nothing else grants you permission to modify or
   14449 distribute the Program or its derivative works.  These actions are
   14450 prohibited by law if you do not accept this License.  Therefore, by
   14451 modifying or distributing the Program (or any work based on the
   14452 Program), you indicate your acceptance of this License to do so, and
   14453 all its terms and conditions for copying, distributing or modifying
   14454 the Program or works based on it.
   14455 
   14456   6. Each time you redistribute the Program (or any work based on the
   14457 Program), the recipient automatically receives a license from the
   14458 original licensor to copy, distribute or modify the Program subject to
   14459 these terms and conditions.  You may not impose any further
   14460 restrictions on the recipients' exercise of the rights granted herein.
   14461 You are not responsible for enforcing compliance by third parties to
   14462 this License.
   14463 
   14464   7. If, as a consequence of a court judgment or allegation of patent
   14465 infringement or for any other reason (not limited to patent issues),
   14466 conditions are imposed on you (whether by court order, agreement or
   14467 otherwise) that contradict the conditions of this License, they do not
   14468 excuse you from the conditions of this License.  If you cannot
   14469 distribute so as to satisfy simultaneously your obligations under this
   14470 License and any other pertinent obligations, then as a consequence you
   14471 may not distribute the Program at all.  For example, if a patent
   14472 license would not permit royalty-free redistribution of the Program by
   14473 all those who receive copies directly or indirectly through you, then
   14474 the only way you could satisfy both it and this License would be to
   14475 refrain entirely from distribution of the Program.
   14476 
   14477 If any portion of this section is held invalid or unenforceable under
   14478 any particular circumstance, the balance of the section is intended to
   14479 apply and the section as a whole is intended to apply in other
   14480 circumstances.
   14481 
   14482 It is not the purpose of this section to induce you to infringe any
   14483 patents or other property right claims or to contest validity of any
   14484 such claims; this section has the sole purpose of protecting the
   14485 integrity of the free software distribution system, which is
   14486 implemented by public license practices.  Many people have made
   14487 generous contributions to the wide range of software distributed
   14488 through that system in reliance on consistent application of that
   14489 system; it is up to the author/donor to decide if he or she is willing
   14490 to distribute software through any other system and a licensee cannot
   14491 impose that choice.
   14492 
   14493 This section is intended to make thoroughly clear what is believed to
   14494 be a consequence of the rest of this License.
   14495 
   14497   8. If the distribution and/or use of the Program is restricted in
   14498 certain countries either by patents or by copyrighted interfaces, the
   14499 original copyright holder who places the Program under this License
   14500 may add an explicit geographical distribution limitation excluding
   14501 those countries, so that distribution is permitted only in or among
   14502 countries not thus excluded.  In such case, this License incorporates
   14503 the limitation as if written in the body of this License.
   14504 
   14505   9. The Free Software Foundation may publish revised and/or new versions
   14506 of the General Public License from time to time.  Such new versions will
   14507 be similar in spirit to the present version, but may differ in detail to
   14508 address new problems or concerns.
   14509 
   14510 Each version is given a distinguishing version number.  If the Program
   14511 specifies a version number of this License which applies to it and "any
   14512 later version", you have the option of following the terms and conditions
   14513 either of that version or of any later version published by the Free
   14514 Software Foundation.  If the Program does not specify a version number of
   14515 this License, you may choose any version ever published by the Free Software
   14516 Foundation.
   14517 
   14518   10. If you wish to incorporate parts of the Program into other free
   14519 programs whose distribution conditions are different, write to the author
   14520 to ask for permission.  For software which is copyrighted by the Free
   14521 Software Foundation, write to the Free Software Foundation; we sometimes
   14522 make exceptions for this.  Our decision will be guided by the two goals
   14523 of preserving the free status of all derivatives of our free software and
   14524 of promoting the sharing and reuse of software generally.
   14525 
   14526 			    NO WARRANTY
   14527 
   14528   11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
   14529 FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.  EXCEPT WHEN
   14530 OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
   14531 PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
   14532 OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
   14533 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  THE ENTIRE RISK AS
   14534 TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU.  SHOULD THE
   14535 PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
   14536 REPAIR OR CORRECTION.
   14537 
   14538   12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
   14539 WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
   14540 REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
   14541 INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
   14542 OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
   14543 TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
   14544 YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
   14545 PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
   14546 POSSIBILITY OF SUCH DAMAGES.
   14547 
   14548 		     END OF TERMS AND CONDITIONS
   14549 
   14551 	    How to Apply These Terms to Your New Programs
   14552 
   14553   If you develop a new program, and you want it to be of the greatest
   14554 possible use to the public, the best way to achieve this is to make it
   14555 free software which everyone can redistribute and change under these terms.
   14556 
   14557   To do so, attach the following notices to the program.  It is safest
   14558 to attach them to the start of each source file to most effectively
   14559 convey the exclusion of warranty; and each file should have at least
   14560 the "copyright" line and a pointer to where the full notice is found.
   14561 
   14562     &lt;one line to give the program's name and a brief idea of what it does.&gt;
   14563     Copyright (C) 19yy  &lt;name of author&gt;
   14564 
   14565     This program is free software; you can redistribute it and/or modify
   14566     it under the terms of the GNU General Public License as published by
   14567     the Free Software Foundation; either version 2 of the License, or
   14568     (at your option) any later version.
   14569 
   14570     This program is distributed in the hope that it will be useful,
   14571     but WITHOUT ANY WARRANTY; without even the implied warranty of
   14572     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   14573     GNU General Public License for more details.
   14574 
   14575     You should have received a copy of the GNU General Public License
   14576     along with this program; if not, write to the Free Software
   14577     Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
   14578 
   14579 
   14580 Also add information on how to contact you by electronic and paper mail.
   14581 
   14582 If the program is interactive, make it output a short notice like this
   14583 when it starts in an interactive mode:
   14584 
   14585     Gnomovision version 69, Copyright (C) 19yy name of author
   14586     Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
   14587     This is free software, and you are welcome to redistribute it
   14588     under certain conditions; type `show c' for details.
   14589 
   14590 The hypothetical commands `show w' and `show c' should show the appropriate
   14591 parts of the General Public License.  Of course, the commands you use may
   14592 be called something other than `show w' and `show c'; they could even be
   14593 mouse-clicks or menu items--whatever suits your program.
   14594 
   14595 You should also get your employer (if you work as a programmer) or your
   14596 school, if any, to sign a "copyright disclaimer" for the program, if
   14597 necessary.  Here is a sample; alter the names:
   14598 
   14599   Yoyodyne, Inc., hereby disclaims all copyright interest in the program
   14600   `Gnomovision' (which makes passes at compilers) written by James Hacker.
   14601 
   14602   &lt;signature of Ty Coon&gt;, 1 April 1989
   14603   Ty Coon, President of Vice
   14604 
   14605 This General Public License does not permit incorporating your program into
   14606 proprietary programs.  If your program is a subroutine library, you may
   14607 consider it more useful to permit linking proprietary applications with the
   14608 library.  If this is what you want to do, use the GNU Library General
   14609 Public License instead of this License.
   14610 
   14611 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   14612 
   14613 Scanned Source License o3d-203170/third_party/mesa/MesaLib/docs/COPYING:
   14614 
   14615 
   14616 Some parts of Mesa are copyrighted under the GNU LGPL.  See the
   14617 Mesa/docs/COPYRIGHT file for details.
   14618 
   14619 The following is the standard GNU copyright file.
   14620 ----------------------------------------------------------------------
   14621 
   14622 
   14623 		  GNU LIBRARY GENERAL PUBLIC LICENSE
   14624 		       Version 2, June 1991
   14625 
   14626  Copyright (C) 1991 Free Software Foundation, Inc.
   14627                     675 Mass Ave, Cambridge, MA 02139, USA
   14628  Everyone is permitted to copy and distribute verbatim copies
   14629  of this license document, but changing it is not allowed.
   14630 
   14631 [This is the first released version of the library GPL.  It is
   14632  numbered 2 because it goes with version 2 of the ordinary GPL.]
   14633 
   14634 			    Preamble
   14635 
   14636   The licenses for most software are designed to take away your
   14637 freedom to share and change it.  By contrast, the GNU General Public
   14638 Licenses are intended to guarantee your freedom to share and change
   14639 free software--to make sure the software is free for all its users.
   14640 
   14641   This license, the Library General Public License, applies to some
   14642 specially designated Free Software Foundation software, and to any
   14643 other libraries whose authors decide to use it.  You can use it for
   14644 your libraries, too.
   14645 
   14646   When we speak of free software, we are referring to freedom, not
   14647 price.  Our General Public Licenses are designed to make sure that you
   14648 have the freedom to distribute copies of free software (and charge for
   14649 this service if you wish), that you receive source code or can get it
   14650 if you want it, that you can change the software or use pieces of it
   14651 in new free programs; and that you know you can do these things.
   14652 
   14653   To protect your rights, we need to make restrictions that forbid
   14654 anyone to deny you these rights or to ask you to surrender the rights.
   14655 These restrictions translate to certain responsibilities for you if
   14656 you distribute copies of the library, or if you modify it.
   14657 
   14658   For example, if you distribute copies of the library, whether gratis
   14659 or for a fee, you must give the recipients all the rights that we gave
   14660 you.  You must make sure that they, too, receive or can get the source
   14661 code.  If you link a program with the library, you must provide
   14662 complete object files to the recipients so that they can relink them
   14663 with the library, after making changes to the library and recompiling
   14664 it.  And you must show them these terms so they know their rights.
   14665 
   14666   Our method of protecting your rights has two steps: (1) copyright
   14667 the library, and (2) offer you this license which gives you legal
   14668 permission to copy, distribute and/or modify the library.
   14669 
   14670   Also, for each distributor's protection, we want to make certain
   14671 that everyone understands that there is no warranty for this free
   14672 library.  If the library is modified by someone else and passed on, we
   14673 want its recipients to know that what they have is not the original
   14674 version, so that any problems introduced by others will not reflect on
   14675 the original authors' reputations.
   14676 
   14678   Finally, any free program is threatened constantly by software
   14679 patents.  We wish to avoid the danger that companies distributing free
   14680 software will individually obtain patent licenses, thus in effect
   14681 transforming the program into proprietary software.  To prevent this,
   14682 we have made it clear that any patent must be licensed for everyone's
   14683 free use or not licensed at all.
   14684 
   14685   Most GNU software, including some libraries, is covered by the ordinary
   14686 GNU General Public License, which was designed for utility programs.  This
   14687 license, the GNU Library General Public License, applies to certain
   14688 designated libraries.  This license is quite different from the ordinary
   14689 one; be sure to read it in full, and don't assume that anything in it is
   14690 the same as in the ordinary license.
   14691 
   14692   The reason we have a separate public license for some libraries is that
   14693 they blur the distinction we usually make between modifying or adding to a
   14694 program and simply using it.  Linking a program with a library, without
   14695 changing the library, is in some sense simply using the library, and is
   14696 analogous to running a utility program or application program.  However, in
   14697 a textual and legal sense, the linked executable is a combined work, a
   14698 derivative of the original library, and the ordinary General Public License
   14699 treats it as such.
   14700 
   14701   Because of this blurred distinction, using the ordinary General
   14702 Public License for libraries did not effectively promote software
   14703 sharing, because most developers did not use the libraries.  We
   14704 concluded that weaker conditions might promote sharing better.
   14705 
   14706   However, unrestricted linking of non-free programs would deprive the
   14707 users of those programs of all benefit from the free status of the
   14708 libraries themselves.  This Library General Public License is intended to
   14709 permit developers of non-free programs to use free libraries, while
   14710 preserving your freedom as a user of such programs to change the free
   14711 libraries that are incorporated in them.  (We have not seen how to achieve
   14712 this as regards changes in header files, but we have achieved it as regards
   14713 changes in the actual functions of the Library.)  The hope is that this
   14714 will lead to faster development of free libraries.
   14715 
   14716   The precise terms and conditions for copying, distribution and
   14717 modification follow.  Pay close attention to the difference between a
   14718 "work based on the library" and a "work that uses the library".  The
   14719 former contains code derived from the library, while the latter only
   14720 works together with the library.
   14721 
   14722   Note that it is possible for a library to be covered by the ordinary
   14723 General Public License rather than by this special one.
   14724 
   14726 		  GNU LIBRARY GENERAL PUBLIC LICENSE
   14727    TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
   14728 
   14729   0. This License Agreement applies to any software library which
   14730 contains a notice placed by the copyright holder or other authorized
   14731 party saying it may be distributed under the terms of this Library
   14732 General Public License (also called "this License").  Each licensee is
   14733 addressed as "you".
   14734 
   14735   A "library" means a collection of software functions and/or data
   14736 prepared so as to be conveniently linked with application programs
   14737 (which use some of those functions and data) to form executables.
   14738 
   14739   The "Library", below, refers to any such software library or work
   14740 which has been distributed under these terms.  A "work based on the
   14741 Library" means either the Library or any derivative work under
   14742 copyright law: that is to say, a work containing the Library or a
   14743 portion of it, either verbatim or with modifications and/or translated
   14744 straightforwardly into another language.  (Hereinafter, translation is
   14745 included without limitation in the term "modification".)
   14746 
   14747   "Source code" for a work means the preferred form of the work for
   14748 making modifications to it.  For a library, complete source code means
   14749 all the source code for all modules it contains, plus any associated
   14750 interface definition files, plus the scripts used to control compilation
   14751 and installation of the library.
   14752 
   14753   Activities other than copying, distribution and modification are not
   14754 covered by this License; they are outside its scope.  The act of
   14755 running a program using the Library is not restricted, and output from
   14756 such a program is covered only if its contents constitute a work based
   14757 on the Library (independent of the use of the Library in a tool for
   14758 writing it).  Whether that is true depends on what the Library does
   14759 and what the program that uses the Library does.
   14760   
   14761   1. You may copy and distribute verbatim copies of the Library's
   14762 complete source code as you receive it, in any medium, provided that
   14763 you conspicuously and appropriately publish on each copy an
   14764 appropriate copyright notice and disclaimer of warranty; keep intact
   14765 all the notices that refer to this License and to the absence of any
   14766 warranty; and distribute a copy of this License along with the
   14767 Library.
   14768 
   14769   You may charge a fee for the physical act of transferring a copy,
   14770 and you may at your option offer warranty protection in exchange for a
   14771 fee.
   14772 
   14774   2. You may modify your copy or copies of the Library or any portion
   14775 of it, thus forming a work based on the Library, and copy and
   14776 distribute such modifications or work under the terms of Section 1
   14777 above, provided that you also meet all of these conditions:
   14778 
   14779     a) The modified work must itself be a software library.
   14780 
   14781     b) You must cause the files modified to carry prominent notices
   14782     stating that you changed the files and the date of any change.
   14783 
   14784     c) You must cause the whole of the work to be licensed at no
   14785     charge to all third parties under the terms of this License.
   14786 
   14787     d) If a facility in the modified Library refers to a function or a
   14788     table of data to be supplied by an application program that uses
   14789     the facility, other than as an argument passed when the facility
   14790     is invoked, then you must make a good faith effort to ensure that,
   14791     in the event an application does not supply such function or
   14792     table, the facility still operates, and performs whatever part of
   14793     its purpose remains meaningful.
   14794 
   14795     (For example, a function in a library to compute square roots has
   14796     a purpose that is entirely well-defined independent of the
   14797     application.  Therefore, Subsection 2d requires that any
   14798     application-supplied function or table used by this function must
   14799     be optional: if the application does not supply it, the square
   14800     root function must still compute square roots.)
   14801 
   14802 These requirements apply to the modified work as a whole.  If
   14803 identifiable sections of that work are not derived from the Library,
   14804 and can be reasonably considered independent and separate works in
   14805 themselves, then this License, and its terms, do not apply to those
   14806 sections when you distribute them as separate works.  But when you
   14807 distribute the same sections as part of a whole which is a work based
   14808 on the Library, the distribution of the whole must be on the terms of
   14809 this License, whose permissions for other licensees extend to the
   14810 entire whole, and thus to each and every part regardless of who wrote
   14811 it.
   14812 
   14813 Thus, it is not the intent of this section to claim rights or contest
   14814 your rights to work written entirely by you; rather, the intent is to
   14815 exercise the right to control the distribution of derivative or
   14816 collective works based on the Library.
   14817 
   14818 In addition, mere aggregation of another work not based on the Library
   14819 with the Library (or with a work based on the Library) on a volume of
   14820 a storage or distribution medium does not bring the other work under
   14821 the scope of this License.
   14822 
   14823   3. You may opt to apply the terms of the ordinary GNU General Public
   14824 License instead of this License to a given copy of the Library.  To do
   14825 this, you must alter all the notices that refer to this License, so
   14826 that they refer to the ordinary GNU General Public License, version 2,
   14827 instead of to this License.  (If a newer version than version 2 of the
   14828 ordinary GNU General Public License has appeared, then you can specify
   14829 that version instead if you wish.)  Do not make any other change in
   14830 these notices.
   14831 
   14833   Once this change is made in a given copy, it is irreversible for
   14834 that copy, so the ordinary GNU General Public License applies to all
   14835 subsequent copies and derivative works made from that copy.
   14836 
   14837   This option is useful when you wish to copy part of the code of
   14838 the Library into a program that is not a library.
   14839 
   14840   4. You may copy and distribute the Library (or a portion or
   14841 derivative of it, under Section 2) in object code or executable form
   14842 under the terms of Sections 1 and 2 above provided that you accompany
   14843 it with the complete corresponding machine-readable source code, which
   14844 must be distributed under the terms of Sections 1 and 2 above on a
   14845 medium customarily used for software interchange.
   14846 
   14847   If distribution of object code is made by offering access to copy
   14848 from a designated place, then offering equivalent access to copy the
   14849 source code from the same place satisfies the requirement to
   14850 distribute the source code, even though third parties are not
   14851 compelled to copy the source along with the object code.
   14852 
   14853   5. A program that contains no derivative of any portion of the
   14854 Library, but is designed to work with the Library by being compiled or
   14855 linked with it, is called a "work that uses the Library".  Such a
   14856 work, in isolation, is not a derivative work of the Library, and
   14857 therefore falls outside the scope of this License.
   14858 
   14859   However, linking a "work that uses the Library" with the Library
   14860 creates an executable that is a derivative of the Library (because it
   14861 contains portions of the Library), rather than a "work that uses the
   14862 library".  The executable is therefore covered by this License.
   14863 Section 6 states terms for distribution of such executables.
   14864 
   14865   When a "work that uses the Library" uses material from a header file
   14866 that is part of the Library, the object code for the work may be a
   14867 derivative work of the Library even though the source code is not.
   14868 Whether this is true is especially significant if the work can be
   14869 linked without the Library, or if the work is itself a library.  The
   14870 threshold for this to be true is not precisely defined by law.
   14871 
   14872   If such an object file uses only numerical parameters, data
   14873 structure layouts and accessors, and small macros and small inline
   14874 functions (ten lines or less in length), then the use of the object
   14875 file is unrestricted, regardless of whether it is legally a derivative
   14876 work.  (Executables containing this object code plus portions of the
   14877 Library will still fall under Section 6.)
   14878 
   14879   Otherwise, if the work is a derivative of the Library, you may
   14880 distribute the object code for the work under the terms of Section 6.
   14881 Any executables containing that work also fall under Section 6,
   14882 whether or not they are linked directly with the Library itself.
   14883 
   14885   6. As an exception to the Sections above, you may also compile or
   14886 link a "work that uses the Library" with the Library to produce a
   14887 work containing portions of the Library, and distribute that work
   14888 under terms of your choice, provided that the terms permit
   14889 modification of the work for the customer's own use and reverse
   14890 engineering for debugging such modifications.
   14891 
   14892   You must give prominent notice with each copy of the work that the
   14893 Library is used in it and that the Library and its use are covered by
   14894 this License.  You must supply a copy of this License.  If the work
   14895 during execution displays copyright notices, you must include the
   14896 copyright notice for the Library among them, as well as a reference
   14897 directing the user to the copy of this License.  Also, you must do one
   14898 of these things:
   14899 
   14900     a) Accompany the work with the complete corresponding
   14901     machine-readable source code for the Library including whatever
   14902     changes were used in the work (which must be distributed under
   14903     Sections 1 and 2 above); and, if the work is an executable linked
   14904     with the Library, with the complete machine-readable "work that
   14905     uses the Library", as object code and/or source code, so that the
   14906     user can modify the Library and then relink to produce a modified
   14907     executable containing the modified Library.  (It is understood
   14908     that the user who changes the contents of definitions files in the
   14909     Library will not necessarily be able to recompile the application
   14910     to use the modified definitions.)
   14911 
   14912     b) Accompany the work with a written offer, valid for at
   14913     least three years, to give the same user the materials
   14914     specified in Subsection 6a, above, for a charge no more
   14915     than the cost of performing this distribution.
   14916 
   14917     c) If distribution of the work is made by offering access to copy
   14918     from a designated place, offer equivalent access to copy the above
   14919     specified materials from the same place.
   14920 
   14921     d) Verify that the user has already received a copy of these
   14922     materials or that you have already sent this user a copy.
   14923 
   14924   For an executable, the required form of the "work that uses the
   14925 Library" must include any data and utility programs needed for
   14926 reproducing the executable from it.  However, as a special exception,
   14927 the source code distributed need not include anything that is normally
   14928 distributed (in either source or binary form) with the major
   14929 components (compiler, kernel, and so on) of the operating system on
   14930 which the executable runs, unless that component itself accompanies
   14931 the executable.
   14932 
   14933   It may happen that this requirement contradicts the license
   14934 restrictions of other proprietary libraries that do not normally
   14935 accompany the operating system.  Such a contradiction means you cannot
   14936 use both them and the Library together in an executable that you
   14937 distribute.
   14938 
   14940   7. You may place library facilities that are a work based on the
   14941 Library side-by-side in a single library together with other library
   14942 facilities not covered by this License, and distribute such a combined
   14943 library, provided that the separate distribution of the work based on
   14944 the Library and of the other library facilities is otherwise
   14945 permitted, and provided that you do these two things:
   14946 
   14947     a) Accompany the combined library with a copy of the same work
   14948     based on the Library, uncombined with any other library
   14949     facilities.  This must be distributed under the terms of the
   14950     Sections above.
   14951 
   14952     b) Give prominent notice with the combined library of the fact
   14953     that part of it is a work based on the Library, and explaining
   14954     where to find the accompanying uncombined form of the same work.
   14955 
   14956   8. You may not copy, modify, sublicense, link with, or distribute
   14957 the Library except as expressly provided under this License.  Any
   14958 attempt otherwise to copy, modify, sublicense, link with, or
   14959 distribute the Library is void, and will automatically terminate your
   14960 rights under this License.  However, parties who have received copies,
   14961 or rights, from you under this License will not have their licenses
   14962 terminated so long as such parties remain in full compliance.
   14963 
   14964   9. You are not required to accept this License, since you have not
   14965 signed it.  However, nothing else grants you permission to modify or
   14966 distribute the Library or its derivative works.  These actions are
   14967 prohibited by law if you do not accept this License.  Therefore, by
   14968 modifying or distributing the Library (or any work based on the
   14969 Library), you indicate your acceptance of this License to do so, and
   14970 all its terms and conditions for copying, distributing or modifying
   14971 the Library or works based on it.
   14972 
   14973   10. Each time you redistribute the Library (or any work based on the
   14974 Library), the recipient automatically receives a license from the
   14975 original licensor to copy, distribute, link with or modify the Library
   14976 subject to these terms and conditions.  You may not impose any further
   14977 restrictions on the recipients' exercise of the rights granted herein.
   14978 You are not responsible for enforcing compliance by third parties to
   14979 this License.
   14980 
   14982   11. If, as a consequence of a court judgment or allegation of patent
   14983 infringement or for any other reason (not limited to patent issues),
   14984 conditions are imposed on you (whether by court order, agreement or
   14985 otherwise) that contradict the conditions of this License, they do not
   14986 excuse you from the conditions of this License.  If you cannot
   14987 distribute so as to satisfy simultaneously your obligations under this
   14988 License and any other pertinent obligations, then as a consequence you
   14989 may not distribute the Library at all.  For example, if a patent
   14990 license would not permit royalty-free redistribution of the Library by
   14991 all those who receive copies directly or indirectly through you, then
   14992 the only way you could satisfy both it and this License would be to
   14993 refrain entirely from distribution of the Library.
   14994 
   14995 If any portion of this section is held invalid or unenforceable under any
   14996 particular circumstance, the balance of the section is intended to apply,
   14997 and the section as a whole is intended to apply in other circumstances.
   14998 
   14999 It is not the purpose of this section to induce you to infringe any
   15000 patents or other property right claims or to contest validity of any
   15001 such claims; this section has the sole purpose of protecting the
   15002 integrity of the free software distribution system which is
   15003 implemented by public license practices.  Many people have made
   15004 generous contributions to the wide range of software distributed
   15005 through that system in reliance on consistent application of that
   15006 system; it is up to the author/donor to decide if he or she is willing
   15007 to distribute software through any other system and a licensee cannot
   15008 impose that choice.
   15009 
   15010 This section is intended to make thoroughly clear what is believed to
   15011 be a consequence of the rest of this License.
   15012 
   15013   12. If the distribution and/or use of the Library is restricted in
   15014 certain countries either by patents or by copyrighted interfaces, the
   15015 original copyright holder who places the Library under this License may add
   15016 an explicit geographical distribution limitation excluding those countries,
   15017 so that distribution is permitted only in or among countries not thus
   15018 excluded.  In such case, this License incorporates the limitation as if
   15019 written in the body of this License.
   15020 
   15021   13. The Free Software Foundation may publish revised and/or new
   15022 versions of the Library General Public License from time to time.
   15023 Such new versions will be similar in spirit to the present version,
   15024 but may differ in detail to address new problems or concerns.
   15025 
   15026 Each version is given a distinguishing version number.  If the Library
   15027 specifies a version number of this License which applies to it and
   15028 "any later version", you have the option of following the terms and
   15029 conditions either of that version or of any later version published by
   15030 the Free Software Foundation.  If the Library does not specify a
   15031 license version number, you may choose any version ever published by
   15032 the Free Software Foundation.
   15033 
   15035   14. If you wish to incorporate parts of the Library into other free
   15036 programs whose distribution conditions are incompatible with these,
   15037 write to the author to ask for permission.  For software which is
   15038 copyrighted by the Free Software Foundation, write to the Free
   15039 Software Foundation; we sometimes make exceptions for this.  Our
   15040 decision will be guided by the two goals of preserving the free status
   15041 of all derivatives of our free software and of promoting the sharing
   15042 and reuse of software generally.
   15043 
   15044 			    NO WARRANTY
   15045 
   15046   15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO
   15047 WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW.
   15048 EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR
   15049 OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY
   15050 KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE
   15051 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
   15052 PURPOSE.  THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE
   15053 LIBRARY IS WITH YOU.  SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME
   15054 THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
   15055 
   15056   16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN
   15057 WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY
   15058 AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU
   15059 FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR
   15060 CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE
   15061 LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING
   15062 RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A
   15063 FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF
   15064 SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
   15065 DAMAGES.
   15066 
   15067 		     END OF TERMS AND CONDITIONS
   15068 
   15070      Appendix: How to Apply These Terms to Your New Libraries
   15071 
   15072   If you develop a new library, and you want it to be of the greatest
   15073 possible use to the public, we recommend making it free software that
   15074 everyone can redistribute and change.  You can do so by permitting
   15075 redistribution under these terms (or, alternatively, under the terms of the
   15076 ordinary General Public License).
   15077 
   15078   To apply these terms, attach the following notices to the library.  It is
   15079 safest to attach them to the start of each source file to most effectively
   15080 convey the exclusion of warranty; and each file should have at least the
   15081 "copyright" line and a pointer to where the full notice is found.
   15082 
   15083     &lt;one line to give the library's name and a brief idea of what it does.&gt;
   15084     Copyright (C) &lt;year&gt;  &lt;name of author&gt;
   15085 
   15086     This library is free software; you can redistribute it and/or
   15087     modify it under the terms of the GNU Library General Public
   15088     License as published by the Free Software Foundation; either
   15089     version 2 of the License, or (at your option) any later version.
   15090 
   15091     This library is distributed in the hope that it will be useful,
   15092     but WITHOUT ANY WARRANTY; without even the implied warranty of
   15093     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
   15094     Library General Public License for more details.
   15095 
   15096     You should have received a copy of the GNU Library General Public
   15097     License along with this library; if not, write to the Free
   15098     Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
   15099 
   15100 Also add information on how to contact you by electronic and paper mail.
   15101 
   15102 You should also get your employer (if you work as a programmer) or your
   15103 school, if any, to sign a "copyright disclaimer" for the library, if
   15104 necessary.  Here is a sample; alter the names:
   15105 
   15106   Yoyodyne, Inc., hereby disclaims all copyright interest in the
   15107   library `Frob' (a library for tweaking knobs) written by James Random Hacker.
   15108 
   15109   &lt;signature of Ty Coon&gt;, 1 April 1990
   15110   Ty Coon, President of Vice
   15111 
   15112 That's all there is to it!
   15113 
   15114 
   15115 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   15116 
   15117 Scanned Source License o3d-203170/third_party/modp_b64/LICENSE:
   15118 
   15119  * MODP_B64 - High performance base64 encoder/decoder
   15120  * Version 1.3 -- 17-Mar-2006
   15121  * http://modp.com/release/base64
   15122  *
   15123  * Copyright (c) 2005, 2006  Nick Galbreath -- nickg [at] modp [dot] com
   15124  * All rights reserved.
   15125  *
   15126  * Redistribution and use in source and binary forms, with or without
   15127  * modification, are permitted provided that the following conditions are
   15128  * met:
   15129  *
   15130  *   Redistributions of source code must retain the above copyright
   15131  *   notice, this list of conditions and the following disclaimer.
   15132  *
   15133  *   Redistributions in binary form must reproduce the above copyright
   15134  *   notice, this list of conditions and the following disclaimer in the
   15135  *   documentation and/or other materials provided with the distribution.
   15136  *
   15137  *   Neither the name of the modp.com nor the names of its
   15138  *   contributors may be used to endorse or promote products derived from
   15139  *   this software without specific prior written permission.
   15140  *
   15141  * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
   15142  * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
   15143  * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
   15144  * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
   15145  * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
   15146  * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
   15147  * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
   15148  * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
   15149  * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
   15150  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
   15151  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
   15152 
   15153 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   15154 
   15155 Scanned Source License o3d-203170/third_party/skia/LICENSE:
   15156 
   15157 // Copyright (c) 2011 Google Inc. All rights reserved.
   15158 //
   15159 // Redistribution and use in source and binary forms, with or without
   15160 // modification, are permitted provided that the following conditions are
   15161 // met:
   15162 //
   15163 //    * Redistributions of source code must retain the above copyright
   15164 // notice, this list of conditions and the following disclaimer.
   15165 //    * Redistributions in binary form must reproduce the above
   15166 // copyright notice, this list of conditions and the following disclaimer
   15167 // in the documentation and/or other materials provided with the
   15168 // distribution.
   15169 //    * Neither the name of Google Inc. nor the names of its
   15170 // contributors may be used to endorse or promote products derived from
   15171 // this software without specific prior written permission.
   15172 //
   15173 // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
   15174 // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
   15175 // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
   15176 // A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
   15177 // OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
   15178 // SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
   15179 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
   15180 // DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
   15181 // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
   15182 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
   15183 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
   15184 
   15185 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   15186 
   15187 Scanned Source License o3d-203170/third_party/skia/third_party/glu/LICENSE.txt:
   15188 
   15189 SGI FREE SOFTWARE LICENSE B (Version 2.0, Sept. 18, 2008) 
   15190 
   15191 Copyright (C) [dates of first publication] Silicon Graphics, Inc. All
   15192 Rights Reserved.
   15193 
   15194 Permission is hereby granted, free of charge, to any person obtaining
   15195 a copy of this software and associated documentation files (the
   15196 "Software"), to deal in the Software without restriction, including
   15197 without limitation the rights to use, copy, modify, merge, publish,
   15198 distribute, sublicense, and/or sell copies of the Software, and to
   15199 permit persons to whom the Software is furnished to do so, subject to
   15200 the following conditions:
   15201 
   15202 The above copyright notice including the dates of first publication
   15203 and either this permission notice or a reference to HYPERLINK
   15204 "http://oss.sgi.com/projects/FreeB/"http://oss.sgi.com/projects/FreeB/
   15205 shall be included in all copies or substantial portions of the
   15206 Software.
   15207 
   15208 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
   15209 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
   15210 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
   15211 NONINFRINGEMENT. IN NO EVENT SHALL SILICON GRAPHICS, INC. BE LIABLE
   15212 FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
   15213 CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
   15214 WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
   15215 
   15216 Except as contained in this notice, the name of Silicon Graphics,
   15217 Inc. shall not be used in advertising or otherwise to promote the
   15218 sale, use or other dealings in this Software without prior written
   15219 authorization from Silicon Graphics, Inc.
   15220 
   15221 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   15222 
   15223 Scanned Source License o3d-203170/third_party/skia/third_party/harfbuzz/COPYING:
   15224 
   15225 HarfBuzz was previously licensed under different licenses.  This was
   15226 changed in January 2008.  If you need to relicense your old copies,
   15227 consult the announcement of the license change on the internet.
   15228 Other than that, each copy of HarfBuzz is licensed under the COPYING
   15229 file included with it.  The actual license follows:
   15230 
   15231 
   15232 Permission is hereby granted, without written agreement and without
   15233 license or royalty fees, to use, copy, modify, and distribute this
   15234 software and its documentation for any purpose, provided that the
   15235 above copyright notice and the following two paragraphs appear in
   15236 all copies of this software.
   15237 
   15238 IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
   15239 DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
   15240 ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
   15241 IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
   15242 DAMAGE.
   15243 
   15244 THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
   15245 BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
   15246 FITNESS FOR A PARTICULAR PURPOSE.  THE SOFTWARE PROVIDED HEREUNDER IS
   15247 ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
   15248 PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
   15249 
   15250 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   15251 
   15252 Scanned Source License o3d-203170/third_party/zip_utils/LICENSE:
   15253 
   15254 This is version 1999-Oct-05 of the Info-ZIP copyright and license.
   15255 The definitive version of this document should be available at
   15256 ftp://ftp.cdrom.com/pub/infozip/license.html indefinitely.
   15257 
   15258 Copyright (c) 1990-1999 Info-ZIP.  All rights reserved.
   15259 
   15260 For the purposes of this copyright and license, "Info-ZIP" is defined as
   15261 the following set of individuals:
   15262 
   15263    Mark Adler, John Bush, Karl Davis, Harald Denker, Jean-Michel Dubois,
   15264    Jean-loup Gailly, Hunter Goatley, Ian Gorman, Chris Herborth, Dirk Haase,
   15265    Greg Hartwig, Robert Heath, Jonathan Hudson, Paul Kienitz, David Kirschbaum,
   15266    Johnny Lee, Onno van der Linden, Igor Mandrichenko, Steve P. Miller,
   15267    Sergio Monesi, Keith Owens, George Petrov, Greg Roelofs, Kai Uwe Rommel,
   15268    Steve Salisbury, Dave Smith, Christian Spieler, Antoine Verheijen,
   15269    Paul von Behren, Rich Wales, Mike White
   15270 
   15271 This software is provided "as is," without warranty of any kind, express
   15272 or implied.  In no event shall Info-ZIP or its contributors be held liable
   15273 for any direct, indirect, incidental, special or consequential damages
   15274 arising out of the use of or inability to use this software.
   15275 
   15276 Permission is granted to anyone to use this software for any purpose,
   15277 including commercial applications, and to alter it and redistribute it
   15278 freely, subject to the following restrictions:
   15279 
   15280     1. Redistributions of source code must retain the above copyright notice,
   15281        definition, disclaimer, and this list of conditions.
   15282  
   15283     2. Redistributions in binary form must reproduce the above copyright
   15284        notice, definition, disclaimer, and this list of conditions in
   15285        documentation and/or other materials provided with the distribution.
   15286  
   15287     3. Altered versions--including, but not limited to, ports to new operating
   15288        systems, existing ports with new graphical interfaces, and dynamic,
   15289        shared, or static library versions--must be plainly marked as such
   15290        and must not be misrepresented as being the original source.  Such
   15291        altered versions also must not be misrepresented as being Info-ZIP
   15292        releases--including, but not limited to, labeling of the altered
   15293        versions with the names "Info-ZIP" (or any variation thereof, including,
   15294        but not limited to, different capitalizations), "Pocket UnZip," "WiZ"
   15295        or "MacZip" without the explicit permission of Info-ZIP.  Such altered
   15296        versions are further prohibited from misrepresentative use of the
   15297        Zip-Bugs or Info-ZIP e-mail addresses or of the Info-ZIP URL(s).
   15298 
   15299     4. Info-ZIP retains the right to use the names "Info-ZIP," "Zip," "UnZip,"
   15300        "WiZ," "Pocket UnZip," "Pocket Zip," and "MacZip" for its own source and
   15301        binary releases.
   15302 
   15303 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   15304 
   15305 Scanned Source License o3d-203170/third_party/zlib/LICENSE:
   15306 
   15307 /* zlib.h -- interface of the 'zlib' general purpose compression library
   15308   version 1.2.4, March 14th, 2010
   15309 
   15310   Copyright (C) 1995-2010 Jean-loup Gailly and Mark Adler
   15311 
   15312   This software is provided 'as-is', without any express or implied
   15313   warranty.  In no event will the authors be held liable for any damages
   15314   arising from the use of this software.
   15315 
   15316   Permission is granted to anyone to use this software for any purpose,
   15317   including commercial applications, and to alter it and redistribute it
   15318   freely, subject to the following restrictions:
   15319 
   15320   1. The origin of this software must not be misrepresented; you must not
   15321      claim that you wrote the original software. If you use this software
   15322      in a product, an acknowledgment in the product documentation would be
   15323      appreciated but is not required.
   15324   2. Altered source versions must be plainly marked as such, and must not be
   15325      misrepresented as being the original software.
   15326   3. This notice may not be removed or altered from any source distribution.
   15327 
   15328   Jean-loup Gailly
   15329   Mark Adler
   15330 
   15331 */
   15332 
   15333 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   15334 
   15335 Scanned Source License o3d-203170/tools/gyp/LICENSE:
   15336 
   15337 Copyright (c) 2009 Google Inc. All rights reserved.
   15338 
   15339 Redistribution and use in source and binary forms, with or without
   15340 modification, are permitted provided that the following conditions are
   15341 met:
   15342 
   15343    * Redistributions of source code must retain the above copyright
   15344 notice, this list of conditions and the following disclaimer.
   15345    * Redistributions in binary form must reproduce the above
   15346 copyright notice, this list of conditions and the following disclaimer
   15347 in the documentation and/or other materials provided with the
   15348 distribution.
   15349    * Neither the name of Google Inc. nor the names of its
   15350 contributors may be used to endorse or promote products derived from
   15351 this software without specific prior written permission.
   15352 
   15353 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
   15354 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
   15355 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
   15356 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
   15357 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
   15358 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
   15359 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
   15360 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
   15361 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
   15362 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
   15363 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
   15364 
   15365 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   15366 
   15367 Scanned Source License o3d-203170/v8/LICENSE:
   15368 
   15369 This license applies to all parts of V8 that are not externally
   15370 maintained libraries.  The externally maintained libraries used by V8
   15371 are:
   15372 
   15373   - PCRE test suite, located in
   15374     test/mjsunit/third_party/regexp-pcre.js.  This is based on the
   15375     test suite from PCRE-7.3, which is copyrighted by the University
   15376     of Cambridge and Google, Inc.  The copyright notice and license
   15377     are embedded in regexp-pcre.js.
   15378 
   15379   - Layout tests, located in test/mjsunit/third_party.  These are
   15380     based on layout tests from webkit.org which are copyrighted by
   15381     Apple Computer, Inc. and released under a 3-clause BSD license.
   15382 
   15383   - Strongtalk assembler, the basis of the files assembler-arm-inl.h,
   15384     assembler-arm.cc, assembler-arm.h, assembler-ia32-inl.h,
   15385     assembler-ia32.cc, assembler-ia32.h, assembler.cc and assembler.h.
   15386     This code is copyrighted by Sun Microsystems Inc. and released
   15387     under a 3-clause BSD license.
   15388 
   15389   - Valgrind client API header, located at third_party/valgrind/valgrind.h
   15390     This is release under the BSD license.
   15391 
   15392 These libraries have their own licenses; we recommend you read them,
   15393 as their terms may differ from the terms below.
   15394 
   15395 Copyright 2006-2011, the V8 project authors. All rights reserved.
   15396 Redistribution and use in source and binary forms, with or without
   15397 modification, are permitted provided that the following conditions are
   15398 met:
   15399 
   15400     * Redistributions of source code must retain the above copyright
   15401       notice, this list of conditions and the following disclaimer.
   15402     * Redistributions in binary form must reproduce the above
   15403       copyright notice, this list of conditions and the following
   15404       disclaimer in the documentation and/or other materials provided
   15405       with the distribution.
   15406     * Neither the name of Google Inc. nor the names of its
   15407       contributors may be used to endorse or promote products derived
   15408       from this software without specific prior written permission.
   15409 
   15410 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
   15411 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
   15412 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
   15413 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
   15414 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
   15415 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
   15416 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
   15417 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
   15418 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
   15419 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
   15420 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
   15421 
   15422 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   15423 </pre>
   15424 <ul>
   15425 
   15426 </ul>
   15427 </div>
   15428 </div>
   15429 
   15430 
   15431 <div class="product">
   15432 <span class="title">openssh-5.2_p1</span>
   15433 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   15434 <span class="homepage"><a href="http://www.openssh.org/">homepage</a></span>
   15435 <div class="licence">
   15436 <pre>Scanned Source License openssh-5.2p1/LICENCE:
   15437 
   15438 This file is part of the OpenSSH software.
   15439 
   15440 The licences which components of this software fall under are as
   15441 follows.  First, we will summarize and say that all components
   15442 are under a BSD licence, or a licence more free than that.
   15443 
   15444 OpenSSH contains no GPL code.
   15445 
   15446 1)
   15447      * Copyright (c) 1995 Tatu Ylonen &lt;ylo (a] cs.hut.fi&gt;, Espoo, Finland
   15448      *                    All rights reserved
   15449      *
   15450      * As far as I am concerned, the code I have written for this software
   15451      * can be used freely for any purpose.  Any derived versions of this
   15452      * software must be clearly marked as such, and if the derived work is
   15453      * incompatible with the protocol description in the RFC file, it must be
   15454      * called by a name other than "ssh" or "Secure Shell".
   15455 
   15456     [Tatu continues]
   15457      *  However, I am not implying to give any licenses to any patents or
   15458      * copyrights held by third parties, and the software includes parts that
   15459      * are not under my direct control.  As far as I know, all included
   15460      * source code is used in accordance with the relevant license agreements
   15461      * and can be used freely for any purpose (the GNU license being the most
   15462      * restrictive); see below for details.
   15463 
   15464     [However, none of that term is relevant at this point in time.  All of
   15465     these restrictively licenced software components which he talks about
   15466     have been removed from OpenSSH, i.e.,
   15467 
   15468      - RSA is no longer included, found in the OpenSSL library
   15469      - IDEA is no longer included, its use is deprecated
   15470      - DES is now external, in the OpenSSL library
   15471      - GMP is no longer used, and instead we call BN code from OpenSSL
   15472      - Zlib is now external, in a library
   15473      - The make-ssh-known-hosts script is no longer included
   15474      - TSS has been removed
   15475      - MD5 is now external, in the OpenSSL library
   15476      - RC4 support has been replaced with ARC4 support from OpenSSL
   15477      - Blowfish is now external, in the OpenSSL library
   15478 
   15479     [The licence continues]
   15480 
   15481     Note that any information and cryptographic algorithms used in this
   15482     software are publicly available on the Internet and at any major
   15483     bookstore, scientific library, and patent office worldwide.  More
   15484     information can be found e.g. at "http://www.cs.hut.fi/crypto".
   15485 
   15486     The legal status of this program is some combination of all these
   15487     permissions and restrictions.  Use only at your own responsibility.
   15488     You will be responsible for any legal consequences yourself; I am not
   15489     making any claims whether possessing or using this is legal or not in
   15490     your country, and I am not taking any responsibility on your behalf.
   15491 
   15492 
   15493 			    NO WARRANTY
   15494 
   15495     BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
   15496     FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.  EXCEPT WHEN
   15497     OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
   15498     PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
   15499     OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
   15500     MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  THE ENTIRE RISK AS
   15501     TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU.  SHOULD THE
   15502     PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
   15503     REPAIR OR CORRECTION.
   15504 
   15505     IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
   15506     WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
   15507     REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
   15508     INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
   15509     OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
   15510     TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
   15511     YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
   15512     PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
   15513     POSSIBILITY OF SUCH DAMAGES.
   15514 
   15515 2)
   15516     The 32-bit CRC compensation attack detector in deattack.c was
   15517     contributed by CORE SDI S.A. under a BSD-style license.
   15518 
   15519      * Cryptographic attack detector for ssh - source code
   15520      *
   15521      * Copyright (c) 1998 CORE SDI S.A., Buenos Aires, Argentina.
   15522      *
   15523      * All rights reserved. Redistribution and use in source and binary
   15524      * forms, with or without modification, are permitted provided that
   15525      * this copyright notice is retained.
   15526      *
   15527      * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED
   15528      * WARRANTIES ARE DISCLAIMED. IN NO EVENT SHALL CORE SDI S.A. BE
   15529      * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY OR
   15530      * CONSEQUENTIAL DAMAGES RESULTING FROM THE USE OR MISUSE OF THIS
   15531      * SOFTWARE.
   15532      *
   15533      * Ariel Futoransky &lt;futo (a] core-sdi.com&gt;
   15534      * &lt;http://www.core-sdi.com>;
   15535 
   15536 3)
   15537     ssh-keyscan was contributed by David Mazieres under a BSD-style
   15538     license.
   15539 
   15540      * Copyright 1995, 1996 by David Mazieres &lt;dm (a] lcs.mit.edu&gt;.
   15541      *
   15542      * Modification and redistribution in source and binary forms is
   15543      * permitted provided that due credit is given to the author and the
   15544      * OpenBSD project by leaving this copyright notice intact.
   15545 
   15546 4)
   15547     The Rijndael implementation by Vincent Rijmen, Antoon Bosselaers
   15548     and Paulo Barreto is in the public domain and distributed
   15549     with the following license:
   15550 
   15551      * @version 3.0 (December 2000)
   15552      *
   15553      * Optimised ANSI C code for the Rijndael cipher (now AES)
   15554      *
   15555      * @author Vincent Rijmen &lt;vincent.rijmen (a] esat.kuleuven.ac.be&gt;
   15556      * @author Antoon Bosselaers &lt;antoon.bosselaers (a] esat.kuleuven.ac.be&gt;
   15557      * @author Paulo Barreto &lt;paulo.barreto (a] terra.com.br&gt;
   15558      *
   15559      * This code is hereby placed in the public domain.
   15560      *
   15561      * THIS SOFTWARE IS PROVIDED BY THE AUTHORS ''AS IS'' AND ANY EXPRESS
   15562      * OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
   15563      * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
   15564      * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHORS OR CONTRIBUTORS BE
   15565      * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
   15566      * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
   15567      * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
   15568      * BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
   15569      * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
   15570      * OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
   15571      * EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
   15572 
   15573 5)
   15574     One component of the ssh source code is under a 3-clause BSD license,
   15575     held by the University of California, since we pulled these parts from
   15576     original Berkeley code.
   15577 
   15578      * Copyright (c) 1983, 1990, 1992, 1993, 1995
   15579      *      The Regents of the University of California.  All rights reserved.
   15580      *
   15581      * Redistribution and use in source and binary forms, with or without
   15582      * modification, are permitted provided that the following conditions
   15583      * are met:
   15584      * 1. Redistributions of source code must retain the above copyright
   15585      *    notice, this list of conditions and the following disclaimer.
   15586      * 2. Redistributions in binary form must reproduce the above copyright
   15587      *    notice, this list of conditions and the following disclaimer in the
   15588      *    documentation and/or other materials provided with the distribution.
   15589      * 3. Neither the name of the University nor the names of its contributors
   15590      *    may be used to endorse or promote products derived from this software
   15591      *    without specific prior written permission.
   15592      *
   15593      * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
   15594      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
   15595      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
   15596      * ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
   15597      * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
   15598      * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
   15599      * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
   15600      * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
   15601      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
   15602      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
   15603      * SUCH DAMAGE.
   15604 
   15605 6)
   15606     Remaining components of the software are provided under a standard
   15607     2-term BSD licence with the following names as copyright holders:
   15608 
   15609 	Markus Friedl
   15610 	Theo de Raadt
   15611 	Niels Provos
   15612 	Dug Song
   15613 	Aaron Campbell
   15614 	Damien Miller
   15615 	Kevin Steves
   15616 	Daniel Kouril
   15617 	Wesley Griffin
   15618 	Per Allansson
   15619 	Nils Nordman
   15620 	Simon Wilkinson
   15621 
   15622     Portable OpenSSH additionally includes code from the following copyright
   15623     holders, also under the 2-term BSD license:
   15624 
   15625 	Ben Lindstrom
   15626 	Tim Rice
   15627 	Andre Lucas
   15628 	Chris Adams
   15629 	Corinna Vinschen
   15630 	Cray Inc.
   15631 	Denis Parker
   15632 	Gert Doering
   15633 	Jakob Schlyter
   15634 	Jason Downs
   15635 	Juha Yrjl
   15636 	Michael Stone
   15637 	Networks Associates Technology, Inc.
   15638 	Solar Designer
   15639 	Todd C. Miller
   15640 	Wayne Schroeder
   15641 	William Jones
   15642 	Darren Tucker
   15643 	Sun Microsystems
   15644 	The SCO Group
   15645 	Daniel Walsh
   15646 
   15647      * Redistribution and use in source and binary forms, with or without
   15648      * modification, are permitted provided that the following conditions
   15649      * are met:
   15650      * 1. Redistributions of source code must retain the above copyright
   15651      *    notice, this list of conditions and the following disclaimer.
   15652      * 2. Redistributions in binary form must reproduce the above copyright
   15653      *    notice, this list of conditions and the following disclaimer in the
   15654      *    documentation and/or other materials provided with the distribution.
   15655      *
   15656      * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
   15657      * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
   15658      * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
   15659      * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
   15660      * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
   15661      * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
   15662      * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
   15663      * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
   15664      * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
   15665      * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
   15666 
   15667 8) Portable OpenSSH contains the following additional licenses:
   15668 
   15669     a) md5crypt.c, md5crypt.h
   15670 
   15671 	 * "THE BEER-WARE LICENSE" (Revision 42):
   15672 	 * &lt;phk (a] login.dknet.dk&gt; wrote this file.  As long as you retain this
   15673 	 * notice you can do whatever you want with this stuff. If we meet
   15674 	 * some day, and you think this stuff is worth it, you can buy me a
   15675 	 * beer in return.   Poul-Henning Kamp
   15676 
   15677     b) snprintf replacement
   15678 
   15679 	* Copyright Patrick Powell 1995
   15680 	* This code is based on code written by Patrick Powell
   15681 	* (papowell (a] astart.com) It may be used for any purpose as long as this
   15682 	* notice remains intact on all source code distributions
   15683 
   15684     c) Compatibility code (openbsd-compat)
   15685 
   15686        Apart from the previously mentioned licenses, various pieces of code
   15687        in the openbsd-compat/ subdirectory are licensed as follows:
   15688 
   15689        Some code is licensed under a 3-term BSD license, to the following
   15690        copyright holders:
   15691 
   15692 	Todd C. Miller
   15693 	Theo de Raadt
   15694 	Damien Miller
   15695 	Eric P. Allman
   15696 	The Regents of the University of California
   15697 	Constantin S. Svintsoff
   15698 
   15699 	* Redistribution and use in source and binary forms, with or without
   15700 	* modification, are permitted provided that the following conditions
   15701 	* are met:
   15702 	* 1. Redistributions of source code must retain the above copyright
   15703 	*    notice, this list of conditions and the following disclaimer.
   15704 	* 2. Redistributions in binary form must reproduce the above copyright
   15705 	*    notice, this list of conditions and the following disclaimer in the
   15706 	*    documentation and/or other materials provided with the distribution.
   15707 	* 3. Neither the name of the University nor the names of its contributors
   15708 	*    may be used to endorse or promote products derived from this software
   15709 	*    without specific prior written permission.
   15710 	*
   15711 	* THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
   15712 	* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
   15713 	* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
   15714 	* ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
   15715 	* FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
   15716 	* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
   15717 	* OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
   15718 	* HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
   15719 	* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
   15720 	* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
   15721 	* SUCH DAMAGE.
   15722 
   15723        Some code is licensed under an ISC-style license, to the following
   15724        copyright holders:
   15725 
   15726 	Internet Software Consortium.
   15727 	Todd C. Miller
   15728 	Reyk Floeter
   15729 	Chad Mynhier
   15730 
   15731 	* Permission to use, copy, modify, and distribute this software for any
   15732 	* purpose with or without fee is hereby granted, provided that the above
   15733 	* copyright notice and this permission notice appear in all copies.
   15734 	*
   15735 	* THE SOFTWARE IS PROVIDED "AS IS" AND TODD C. MILLER DISCLAIMS ALL
   15736 	* WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES
   15737 	* OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL TODD C. MILLER BE LIABLE
   15738 	* FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
   15739 	* WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
   15740 	* OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
   15741 	* CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
   15742 
   15743        Some code is licensed under a MIT-style license to the following
   15744        copyright holders:
   15745 
   15746 	Free Software Foundation, Inc.
   15747 
   15748 	* Permission is hereby granted, free of charge, to any person obtaining a  *
   15749 	* copy of this software and associated documentation files (the            *
   15750 	* "Software"), to deal in the Software without restriction, including      *
   15751 	* without limitation the rights to use, copy, modify, merge, publish,      *
   15752 	* distribute, distribute with modifications, sublicense, and/or sell       *
   15753 	* copies of the Software, and to permit persons to whom the Software is    *
   15754 	* furnished to do so, subject to the following conditions:                 *
   15755 	*                                                                          *
   15756 	* The above copyright notice and this permission notice shall be included  *
   15757 	* in all copies or substantial portions of the Software.                   *
   15758 	*                                                                          *
   15759 	* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS  *
   15760 	* OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF               *
   15761 	* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.   *
   15762 	* IN NO EVENT SHALL THE ABOVE COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,   *
   15763 	* DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR    *
   15764 	* OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR    *
   15765 	* THE USE OR OTHER DEALINGS IN THE SOFTWARE.                               *
   15766 	*                                                                          *
   15767 	* Except as contained in this notice, the name(s) of the above copyright   *
   15768 	* holders shall not be used in advertising or otherwise to promote the     *
   15769 	* sale, use or other dealings in this Software without prior written       *
   15770 	* authorization.                                                           *
   15771 	****************************************************************************/
   15772 
   15773 
   15774 ------
   15775 $OpenBSD: LICENCE,v 1.19 2004/08/30 09:18:08 markus Exp $
   15776 
   15777 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   15778 </pre>
   15779 <ul>
   15780 <li><a href='#as-is'>Gentoo Package Stock License as-is</a></li>
   15781 </ul>
   15782 </div>
   15783 </div>
   15784 
   15785 
   15786 <div class="product">
   15787 <span class="title">openssl-1.0.1e</span>
   15788 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   15789 <span class="homepage"><a href="http://www.openssl.org/">homepage</a></span>
   15790 <div class="licence">
   15791 <pre>Gentoo Package Stock License openssl:
   15792 
   15793 
   15794   LICENSE ISSUES
   15795   ==============
   15796 
   15797   The OpenSSL toolkit stays under a dual license, i.e. both the conditions of
   15798   the OpenSSL License and the original SSLeay license apply to the toolkit.
   15799   See below for the actual license texts. Actually both licenses are BSD-style
   15800   Open Source licenses. In case of any license issues related to OpenSSL
   15801   please contact openssl-core (a] openssl.org.
   15802 
   15803   OpenSSL License
   15804   ---------------
   15805 
   15806 /* ====================================================================
   15807  * Copyright (c) 1998-2004 The OpenSSL Project.  All rights reserved.
   15808  *
   15809  * Redistribution and use in source and binary forms, with or without
   15810  * modification, are permitted provided that the following conditions
   15811  * are met:
   15812  *
   15813  * 1. Redistributions of source code must retain the above copyright
   15814  *    notice, this list of conditions and the following disclaimer. 
   15815  *
   15816  * 2. Redistributions in binary form must reproduce the above copyright
   15817  *    notice, this list of conditions and the following disclaimer in
   15818  *    the documentation and/or other materials provided with the
   15819  *    distribution.
   15820  *
   15821  * 3. All advertising materials mentioning features or use of this
   15822  *    software must display the following acknowledgment:
   15823  *    "This product includes software developed by the OpenSSL Project
   15824  *    for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
   15825  *
   15826  * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
   15827  *    endorse or promote products derived from this software without
   15828  *    prior written permission. For written permission, please contact
   15829  *    openssl-core (a] openssl.org.
   15830  *
   15831  * 5. Products derived from this software may not be called "OpenSSL"
   15832  *    nor may "OpenSSL" appear in their names without prior written
   15833  *    permission of the OpenSSL Project.
   15834  *
   15835  * 6. Redistributions of any form whatsoever must retain the following
   15836  *    acknowledgment:
   15837  *    "This product includes software developed by the OpenSSL Project
   15838  *    for use in the OpenSSL Toolkit (http://www.openssl.org/)"
   15839  *
   15840  * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
   15841  * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
   15842  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
   15843  * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR
   15844  * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
   15845  * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
   15846  * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
   15847  * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
   15848  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
   15849  * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
   15850  * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
   15851  * OF THE POSSIBILITY OF SUCH DAMAGE.
   15852  * ====================================================================
   15853  *
   15854  * This product includes cryptographic software written by Eric Young
   15855  * (eay (a] cryptsoft.com).  This product includes software written by Tim
   15856  * Hudson (tjh (a] cryptsoft.com).
   15857  *
   15858  */
   15859 
   15860  Original SSLeay License
   15861  -----------------------
   15862 
   15863 /* Copyright (C) 1995-1998 Eric Young (eay (a] cryptsoft.com)
   15864  * All rights reserved.
   15865  *
   15866  * This package is an SSL implementation written
   15867  * by Eric Young (eay (a] cryptsoft.com).
   15868  * The implementation was written so as to conform with Netscapes SSL.
   15869  * 
   15870  * This library is free for commercial and non-commercial use as long as
   15871  * the following conditions are aheared to.  The following conditions
   15872  * apply to all code found in this distribution, be it the RC4, RSA,
   15873  * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
   15874  * included with this distribution is covered by the same copyright terms
   15875  * except that the holder is Tim Hudson (tjh (a] cryptsoft.com).
   15876  * 
   15877  * Copyright remains Eric Young's, and as such any Copyright notices in
   15878  * the code are not to be removed.
   15879  * If this package is used in a product, Eric Young should be given attribution
   15880  * as the author of the parts of the library used.
   15881  * This can be in the form of a textual message at program startup or
   15882  * in documentation (online or textual) provided with the package.
   15883  * 
   15884  * Redistribution and use in source and binary forms, with or without
   15885  * modification, are permitted provided that the following conditions
   15886  * are met:
   15887  * 1. Redistributions of source code must retain the copyright
   15888  *    notice, this list of conditions and the following disclaimer.
   15889  * 2. Redistributions in binary form must reproduce the above copyright
   15890  *    notice, this list of conditions and the following disclaimer in the
   15891  *    documentation and/or other materials provided with the distribution.
   15892  * 3. All advertising materials mentioning features or use of this software
   15893  *    must display the following acknowledgement:
   15894  *    "This product includes cryptographic software written by
   15895  *     Eric Young (eay (a] cryptsoft.com)"
   15896  *    The word 'cryptographic' can be left out if the rouines from the library
   15897  *    being used are not cryptographic related :-).
   15898  * 4. If you include any Windows specific code (or a derivative thereof) from 
   15899  *    the apps directory (application code) you must include an acknowledgement:
   15900  *    "This product includes software written by Tim Hudson (tjh (a] cryptsoft.com)"
   15901  * 
   15902  * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
   15903  * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
   15904  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
   15905  * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
   15906  * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
   15907  * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
   15908  * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
   15909  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
   15910  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
   15911  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
   15912  * SUCH DAMAGE.
   15913  * 
   15914  * The licence and distribution terms for any publically available version or
   15915  * derivative of this code cannot be changed.  i.e. this code cannot simply be
   15916  * copied and put under another distribution licence
   15917  * [including the GNU Public Licence.]
   15918  */
   15919 
   15920 
   15921 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   15922 </pre>
   15923 <ul>
   15924 
   15925 </ul>
   15926 </div>
   15927 </div>
   15928 
   15929 
   15930 <div class="product">
   15931 <span class="title">openvpn-2.3.2</span>
   15932 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   15933 <span class="homepage"><a href="http://openvpn.net/">homepage</a></span>
   15934 <div class="licence">
   15935 <pre></pre>
   15936 <ul>
   15937 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
   15938 </ul>
   15939 </div>
   15940 </div>
   15941 
   15942 
   15943 <div class="product">
   15944 <span class="title">pam-1.1.5</span>
   15945 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   15946 <span class="homepage"><a href="https://fedorahosted.org/linux-pam/">homepage</a></span>
   15947 <div class="licence">
   15948 <pre></pre>
   15949 <ul>
   15950 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
   15951 </ul>
   15952 </div>
   15953 </div>
   15954 
   15955 
   15956 <div class="product">
   15957 <span class="title">pam_pwdfile-0.99</span>
   15958 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   15959 <span class="homepage"><a href="http://cpbotha.net/pam_pwdfile.html">homepage</a></span>
   15960 <div class="licence">
   15961 <pre></pre>
   15962 <ul>
   15963 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
   15964 </ul>
   15965 </div>
   15966 </div>
   15967 
   15968 
   15969 <div class="product">
   15970 <span class="title">pambase-20101024</span>
   15971 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   15972 <span class="homepage"><a href="http://www.gentoo.org/proj/en/base/pam/">homepage</a></span>
   15973 <div class="licence">
   15974 <pre></pre>
   15975 <ul>
   15976 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
   15977 </ul>
   15978 </div>
   15979 </div>
   15980 
   15981 
   15982 <div class="product">
   15983 <span class="title">pango-1.32.5</span>
   15984 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   15985 <span class="homepage"><a href="http://www.pango.org/">homepage</a></span>
   15986 <div class="licence">
   15987 <pre></pre>
   15988 <ul>
   15989 <li><a href='#LGPL-2+'>Gentoo Package Stock License LGPL-2+</a></li>
   15990 <li><a href='#LGPL-2'>Gentoo Package Stock License LGPL-2</a></li>
   15991 <li><a href='#FTL'>Gentoo Package Stock License FTL</a></li>
   15992 </ul>
   15993 </div>
   15994 </div>
   15995 
   15996 
   15997 <div class="product">
   15998 <span class="title">parted-3.1</span>
   15999 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   16000 <span class="homepage"><a href="http://www.gnu.org/software/parted">homepage</a></span>
   16001 <div class="licence">
   16002 <pre></pre>
   16003 <ul>
   16004 <li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li>
   16005 </ul>
   16006 </div>
   16007 </div>
   16008 
   16009 
   16010 <div class="product">
   16011 <span class="title">patch-2.6.1</span>
   16012 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   16013 <span class="homepage"><a href="http://www.gnu.org/software/patch/patch.html">homepage</a></span>
   16014 <div class="licence">
   16015 <pre></pre>
   16016 <ul>
   16017 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
   16018 </ul>
   16019 </div>
   16020 </div>
   16021 
   16022 
   16023 <div class="product">
   16024 <span class="title">pax-utils-0.4</span>
   16025 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   16026 <span class="homepage"><a href="http://hardened.gentoo.org/pax-utils.xml">homepage</a></span>
   16027 <div class="licence">
   16028 <pre></pre>
   16029 <ul>
   16030 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
   16031 </ul>
   16032 </div>
   16033 </div>
   16034 
   16035 
   16036 <div class="product">
   16037 <span class="title">pciutils-3.1.10</span>
   16038 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   16039 <span class="homepage"><a href="http://mj.ucw.cz/sw/pciutils/">homepage</a></span>
   16040 <div class="licence">
   16041 <pre></pre>
   16042 <ul>
   16043 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
   16044 </ul>
   16045 </div>
   16046 </div>
   16047 
   16048 
   16049 <div class="product">
   16050 <span class="title">perf-3.4</span>
   16051 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   16052 <span class="homepage"><a href="http://perf.wiki.kernel.org/">homepage</a></span>
   16053 <div class="licence">
   16054 <pre></pre>
   16055 <ul>
   16056 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
   16057 </ul>
   16058 </div>
   16059 </div>
   16060 
   16061 
   16062 <div class="product">
   16063 <span class="title">pkcs11-helper-1.07</span>
   16064 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   16065 <span class="homepage"><a href="http://www.opensc-project.org/pkcs11-helper">homepage</a></span>
   16066 <div class="licence">
   16067 <pre></pre>
   16068 <ul>
   16069 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
   16070 </ul>
   16071 </div>
   16072 </div>
   16073 
   16074 
   16075 <div class="product">
   16076 <span class="title">ply-image-0.0.1</span>
   16077 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   16078 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span>
   16079 <div class="licence">
   16080 <pre></pre>
   16081 <ul>
   16082 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
   16083 </ul>
   16084 </div>
   16085 </div>
   16086 
   16087 
   16088 <div class="product">
   16089 <span class="title">popt-1.16</span>
   16090 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   16091 <span class="homepage"><a href="http://rpm5.org/">homepage</a></span>
   16092 <div class="licence">
   16093 <pre>Scanned Source License popt-1.16/COPYING:
   16094 
   16095 Copyright (c) 1998  Red Hat Software
   16096 
   16097 Permission is hereby granted, free of charge, to any person obtaining a copy
   16098 of this software and associated documentation files (the "Software"), to deal
   16099 in the Software without restriction, including without limitation the rights
   16100 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
   16101 copies of the Software, and to permit persons to whom the Software is
   16102 furnished to do so, subject to the following conditions:
   16103 
   16104 The above copyright notice and this permission notice shall be included in
   16105 all copies or substantial portions of the Software.
   16106 
   16107 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   16108 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   16109 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
   16110 X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
   16111 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
   16112 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
   16113 
   16114 Except as contained in this notice, the name of the X Consortium shall not be
   16115 used in advertising or otherwise to promote the sale, use or other dealings
   16116 in this Software without prior written authorization from the X Consortium.
   16117 
   16118 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   16119 </pre>
   16120 <ul>
   16121 
   16122 </ul>
   16123 </div>
   16124 </div>
   16125 
   16126 
   16127 <div class="product">
   16128 <span class="title">portage-2.1.11.50</span>
   16129 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   16130 <span class="homepage"><a href="http://www.gentoo.org/proj/en/portage/index.xml">homepage</a></span>
   16131 <div class="licence">
   16132 <pre></pre>
   16133 <ul>
   16134 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
   16135 </ul>
   16136 </div>
   16137 </div>
   16138 
   16139 
   16140 <div class="product">
   16141 <span class="title">ppp-2.4.5</span>
   16142 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   16143 <span class="homepage"><a href="http://www.samba.org/ppp">homepage</a></span>
   16144 <div class="licence">
   16145 <pre>Scanned Source License ppp-2.4.5/pppd/plugins/pppoatm/COPYING:
   16146 
   16147 The files ans.c, atm.h, atmres.h, atmsap.h, misc.c, text2atm.c  and
   16148 text2qos.c are taken from the linux-atm libraries.  These are 
   16149 Copyright 1995-2000 EPFL-LRC/ICA, and are licensed under the GNU Lesser
   16150 General Public License.
   16151 
   16152 The file pppoatm.c contains its own copyright notice, and is licensed
   16153 under the GPL.
   16154 
   16155 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   16156 
   16157 Scanned Source License ppp-2.4.5/pppd/plugins/radius/COPYRIGHT:
   16158 
   16159 See the respective source files to find out which copyrights apply.
   16160 
   16161 ------------------------------------------------------------------------------
   16162 Copyright (C) 2002 Roaring Penguin Software Inc.
   16163 
   16164 Permission to use, copy, modify, and distribute this software for any
   16165 purpose and without fee is hereby granted, provided that this
   16166 copyright and permission notice appear on all copies and supporting
   16167 documentation, the name of Roaring Penguin Software Inc. not be used
   16168 in advertising or publicity pertaining to distribution of the program
   16169 without specific prior permission, and notice be given in supporting
   16170 documentation that copying and distribution is by permission of
   16171 Roaring Penguin Software Inc..
   16172 
   16173 Roaring Penguin Software Inc. makes no representations about the
   16174 suitability of this software for any purpose.  It is provided "as is"
   16175 without express or implied warranty.
   16176 
   16177 ------------------------------------------------------------------------------
   16178 Copyright (C) 1995,1996,1997,1998 Lars Fenneberg &lt;lf (a] elemental.net&gt;
   16179 
   16180 Permission to use, copy, modify, and distribute this software for any
   16181 purpose and without fee is hereby granted, provided that this copyright and
   16182 permission notice appear on all copies and supporting documentation, the
   16183 name of Lars Fenneberg not be used in advertising or publicity pertaining to
   16184 distribution of the program without specific prior permission, and notice be
   16185 given in supporting documentation that copying and distribution is by
   16186 permission of Lars Fenneberg.
   16187 
   16188 Lars Fenneberg makes no representations about the suitability of this
   16189 software for any purpose.  It is provided "as is" without express or implied
   16190 warranty.
   16191 
   16192 ------------------------------------------------------------------------------
   16193 Copyright 1992 Livingston Enterprises, Inc.
   16194 Livingston Enterprises, Inc. 6920 Koll Center Parkway Pleasanton, CA  94566
   16195 
   16196 Permission to use, copy, modify, and distribute this software for any
   16197 purpose and without fee is hereby granted, provided that this copyright
   16198 and permission notice appear on all copies and supporting documentation,
   16199 the name of Livingston Enterprises, Inc. not be used in advertising or
   16200 publicity pertaining to distribution of the program without specific
   16201 prior permission, and notice be given in supporting documentation that
   16202 copying and distribution is by permission of Livingston Enterprises, Inc.
   16203 
   16204 Livingston Enterprises, Inc. makes no representations about the suitability
   16205 of this software for any purpose.  It is provided "as is" without express
   16206 or implied warranty.
   16207 ------------------------------------------------------------------------------
   16208 [C] The Regents of the University of Michigan and Merit Network, Inc. 1992,
   16209 1993, 1994, 1995 All Rights Reserved
   16210 
   16211 Permission to use, copy, modify, and distribute this software and its
   16212 documentation for any purpose and without fee is hereby granted, provided
   16213 that the above copyright notice and this permission notice appear in all
   16214 copies of the software and derivative works or modified versions thereof,
   16215 and that both the copyright notice and this permission and disclaimer
   16216 notice appear in supporting documentation.
   16217 
   16218 THIS SOFTWARE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER
   16219 EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION WARRANTIES OF
   16220 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  THE REGENTS OF THE
   16221 UNIVERSITY OF MICHIGAN AND MERIT NETWORK, INC. DO NOT WARRANT THAT THE
   16222 FUNCTIONS CONTAINED IN THE SOFTWARE WILL MEET LICENSEE'S REQUIREMENTS OR
   16223 THAT OPERATION WILL BE UNINTERRUPTED OR ERROR FREE.  The Regents of the
   16224 University of Michigan and Merit Network, Inc. shall not be liable for any
   16225 special, indirect, incidental or consequential damages with respect to any
   16226 claim by Licensee or any third party arising from use of the software.
   16227 ------------------------------------------------------------------------------
   16228 Copyright (C) 1991-2, RSA Data Security, Inc. Created 1991.
   16229 All rights reserved.
   16230 
   16231 License to copy and use this software is granted provided that it
   16232 is identified as the "RSA Data Security, Inc. MD5 Message-Digest
   16233 Algorithm" in all material mentioning or referencing this software
   16234 or this function.
   16235 
   16236 License is also granted to make and use derivative works provided
   16237 that such works are identified as "derived from the RSA Data
   16238 Security, Inc. MD5 Message-Digest Algorithm" in all material
   16239 mentioning or referencing the derived work.
   16240 
   16241 RSA Data Security, Inc. makes no representations concerning either
   16242 the merchantability of this software or the suitability of this
   16243 software for any particular purpose. It is provided "as is"
   16244 without express or implied warranty of any kind.
   16245 
   16246 These notices must be retained in any copies of any part of this
   16247 documentation and/or software.
   16248 ------------------------------------------------------------------------------
   16249 
   16250 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   16251 </pre>
   16252 <ul>
   16253 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
   16254 </ul>
   16255 </div>
   16256 </div>
   16257 
   16258 
   16259 <div class="product">
   16260 <span class="title">procps-3.3.4</span>
   16261 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   16262 <span class="homepage"><a href="http://procps.sourceforge.net/">homepage</a></span>
   16263 <div class="licence">
   16264 <pre></pre>
   16265 <ul>
   16266 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
   16267 </ul>
   16268 </div>
   16269 </div>
   16270 
   16271 
   16272 <div class="product">
   16273 <span class="title">protobuf-2.3.0</span>
   16274 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   16275 <span class="homepage"><a href="http://code.google.com/p/protobuf/">homepage</a></span>
   16276 <div class="licence">
   16277 <pre></pre>
   16278 <ul>
   16279 <li><a href='#Apache-2.0'>Gentoo Package Stock License Apache-2.0</a></li>
   16280 </ul>
   16281 </div>
   16282 </div>
   16283 
   16284 
   16285 <div class="product">
   16286 <span class="title">pv-1.3.4</span>
   16287 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   16288 <span class="homepage"><a href="http://www.ivarch.com/programs/pv.shtml">homepage</a></span>
   16289 <div class="licence">
   16290 <pre>Gentoo Package Stock License Artistic-2:
   16291 
   16292 		       The Artistic License 2.0
   16293 
   16294 	    Copyright (c) 2000-2006, The Perl Foundation.
   16295 
   16296      Everyone is permitted to copy and distribute verbatim copies
   16297       of this license document, but changing it is not allowed.
   16298 
   16299 Preamble
   16300 
   16301 This license establishes the terms under which a given free software
   16302 Package may be copied, modified, distributed, and/or redistributed.
   16303 The intent is that the Copyright Holder maintains some artistic
   16304 control over the development of that Package while still keeping the
   16305 Package available as open source and free software.
   16306 
   16307 You are always permitted to make arrangements wholly outside of this
   16308 license directly with the Copyright Holder of a given Package.  If the
   16309 terms of this license do not permit the full use that you propose to
   16310 make of the Package, you should contact the Copyright Holder and seek
   16311 a different licensing arrangement. 
   16312 
   16313 Definitions
   16314 
   16315     "Copyright Holder" means the individual(s) or organization(s)
   16316     named in the copyright notice for the entire Package.
   16317 
   16318     "Contributor" means any party that has contributed code or other
   16319     material to the Package, in accordance with the Copyright Holder's
   16320     procedures.
   16321 
   16322     "You" and "your" means any person who would like to copy,
   16323     distribute, or modify the Package.
   16324 
   16325     "Package" means the collection of files distributed by the
   16326     Copyright Holder, and derivatives of that collection and/or of
   16327     those files. A given Package may consist of either the Standard
   16328     Version, or a Modified Version.
   16329 
   16330     "Distribute" means providing a copy of the Package or making it
   16331     accessible to anyone else, or in the case of a company or
   16332     organization, to others outside of your company or organization.
   16333 
   16334     "Distributor Fee" means any fee that you charge for Distributing
   16335     this Package or providing support for this Package to another
   16336     party.  It does not mean licensing fees.
   16337 
   16338     "Standard Version" refers to the Package if it has not been
   16339     modified, or has been modified only in ways explicitly requested
   16340     by the Copyright Holder.
   16341 
   16342     "Modified Version" means the Package, if it has been changed, and
   16343     such changes were not explicitly requested by the Copyright
   16344     Holder. 
   16345 
   16346     "Original License" means this Artistic License as Distributed with
   16347     the Standard Version of the Package, in its current version or as
   16348     it may be modified by The Perl Foundation in the future.
   16349 
   16350     "Source" form means the source code, documentation source, and
   16351     configuration files for the Package.
   16352 
   16353     "Compiled" form means the compiled bytecode, object code, binary,
   16354     or any other form resulting from mechanical transformation or
   16355     translation of the Source form.
   16356 
   16357 
   16358 Permission for Use and Modification Without Distribution
   16359 
   16360 (1)  You are permitted to use the Standard Version and create and use
   16361 Modified Versions for any purpose without restriction, provided that
   16362 you do not Distribute the Modified Version.
   16363 
   16364 
   16365 Permissions for Redistribution of the Standard Version
   16366 
   16367 (2)  You may Distribute verbatim copies of the Source form of the
   16368 Standard Version of this Package in any medium without restriction,
   16369 either gratis or for a Distributor Fee, provided that you duplicate
   16370 all of the original copyright notices and associated disclaimers.  At
   16371 your discretion, such verbatim copies may or may not include a
   16372 Compiled form of the Package.
   16373 
   16374 (3)  You may apply any bug fixes, portability changes, and other
   16375 modifications made available from the Copyright Holder.  The resulting
   16376 Package will still be considered the Standard Version, and as such
   16377 will be subject to the Original License.
   16378 
   16379 
   16380 Distribution of Modified Versions of the Package as Source 
   16381 
   16382 (4)  You may Distribute your Modified Version as Source (either gratis
   16383 or for a Distributor Fee, and with or without a Compiled form of the
   16384 Modified Version) provided that you clearly document how it differs
   16385 from the Standard Version, including, but not limited to, documenting
   16386 any non-standard features, executables, or modules, and provided that
   16387 you do at least ONE of the following:
   16388 
   16389     (a)  make the Modified Version available to the Copyright Holder
   16390     of the Standard Version, under the Original License, so that the
   16391     Copyright Holder may include your modifications in the Standard
   16392     Version.
   16393 
   16394     (b)  ensure that installation of your Modified Version does not
   16395     prevent the user installing or running the Standard Version. In
   16396     addition, the Modified Version must bear a name that is different
   16397     from the name of the Standard Version.
   16398 
   16399     (c)  allow anyone who receives a copy of the Modified Version to
   16400     make the Source form of the Modified Version available to others
   16401     under
   16402 		
   16403 	(i)  the Original License or
   16404 
   16405 	(ii)  a license that permits the licensee to freely copy,
   16406 	modify and redistribute the Modified Version using the same
   16407 	licensing terms that apply to the copy that the licensee
   16408 	received, and requires that the Source form of the Modified
   16409 	Version, and of any works derived from it, be made freely
   16410 	available in that license fees are prohibited but Distributor
   16411 	Fees are allowed.
   16412 
   16413 
   16414 Distribution of Compiled Forms of the Standard Version 
   16415 or Modified Versions without the Source
   16416 
   16417 (5)  You may Distribute Compiled forms of the Standard Version without
   16418 the Source, provided that you include complete instructions on how to
   16419 get the Source of the Standard Version.  Such instructions must be
   16420 valid at the time of your distribution.  If these instructions, at any
   16421 time while you are carrying out such distribution, become invalid, you
   16422 must provide new instructions on demand or cease further distribution.
   16423 If you provide valid instructions or cease distribution within thirty
   16424 days after you become aware that the instructions are invalid, then
   16425 you do not forfeit any of your rights under this license.
   16426 
   16427 (6)  You may Distribute a Modified Version in Compiled form without
   16428 the Source, provided that you comply with Section 4 with respect to
   16429 the Source of the Modified Version.
   16430 
   16431 
   16432 Aggregating or Linking the Package 
   16433 
   16434 (7)  You may aggregate the Package (either the Standard Version or
   16435 Modified Version) with other packages and Distribute the resulting
   16436 aggregation provided that you do not charge a licensing fee for the
   16437 Package.  Distributor Fees are permitted, and licensing fees for other
   16438 components in the aggregation are permitted. The terms of this license
   16439 apply to the use and Distribution of the Standard or Modified Versions
   16440 as included in the aggregation.
   16441 
   16442 (8) You are permitted to link Modified and Standard Versions with
   16443 other works, to embed the Package in a larger work of your own, or to
   16444 build stand-alone binary or bytecode versions of applications that
   16445 include the Package, and Distribute the result without restriction,
   16446 provided the result does not expose a direct interface to the Package.
   16447 
   16448 
   16449 Items That are Not Considered Part of a Modified Version 
   16450 
   16451 (9) Works (including, but not limited to, modules and scripts) that
   16452 merely extend or make use of the Package, do not, by themselves, cause
   16453 the Package to be a Modified Version.  In addition, such works are not
   16454 considered parts of the Package itself, and are not subject to the
   16455 terms of this license.
   16456 
   16457 
   16458 General Provisions
   16459 
   16460 (10)  Any use, modification, and distribution of the Standard or
   16461 Modified Versions is governed by this Artistic License. By using,
   16462 modifying or distributing the Package, you accept this license. Do not
   16463 use, modify, or distribute the Package, if you do not accept this
   16464 license.
   16465 
   16466 (11)  If your Modified Version has been derived from a Modified
   16467 Version made by someone other than you, you are nevertheless required
   16468 to ensure that your Modified Version complies with the requirements of
   16469 this license.
   16470 
   16471 (12)  This license does not grant you the right to use any trademark,
   16472 service mark, tradename, or logo of the Copyright Holder.
   16473 
   16474 (13)  This license includes the non-exclusive, worldwide,
   16475 free-of-charge patent license to make, have made, use, offer to sell,
   16476 sell, import and otherwise transfer the Package with respect to any
   16477 patent claims licensable by the Copyright Holder that are necessarily
   16478 infringed by the Package. If you institute patent litigation
   16479 (including a cross-claim or counterclaim) against any party alleging
   16480 that the Package constitutes direct or contributory patent
   16481 infringement, then this Artistic License to you shall terminate on the
   16482 date that such litigation is filed.
   16483 
   16484 (14)  Disclaimer of Warranty:
   16485 THE PACKAGE IS PROVIDED BY THE COPYRIGHT HOLDER AND CONTRIBUTORS "AS
   16486 IS' AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES. THE IMPLIED
   16487 WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR
   16488 NON-INFRINGEMENT ARE DISCLAIMED TO THE EXTENT PERMITTED BY YOUR LOCAL
   16489 LAW. UNLESS REQUIRED BY LAW, NO COPYRIGHT HOLDER OR CONTRIBUTOR WILL
   16490 BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
   16491 DAMAGES ARISING IN ANY WAY OUT OF THE USE OF THE PACKAGE, EVEN IF
   16492 ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
   16493 
   16494 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   16495 </pre>
   16496 <ul>
   16497 
   16498 </ul>
   16499 </div>
   16500 </div>
   16501 
   16502 
   16503 <div class="product">
   16504 <span class="title">python-2.7.3</span>
   16505 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   16506 <span class="homepage"><a href="http://www.python.org/">homepage</a></span>
   16507 <div class="licence">
   16508 <pre>Scanned Source License Python-2.7.3/LICENSE:
   16509 
   16510 A. HISTORY OF THE SOFTWARE
   16511 ==========================
   16512 
   16513 Python was created in the early 1990s by Guido van Rossum at Stichting
   16514 Mathematisch Centrum (CWI, see http://www.cwi.nl) in the Netherlands
   16515 as a successor of a language called ABC.  Guido remains Python's
   16516 principal author, although it includes many contributions from others.
   16517 
   16518 In 1995, Guido continued his work on Python at the Corporation for
   16519 National Research Initiatives (CNRI, see http://www.cnri.reston.va.us)
   16520 in Reston, Virginia where he released several versions of the
   16521 software.
   16522 
   16523 In May 2000, Guido and the Python core development team moved to
   16524 BeOpen.com to form the BeOpen PythonLabs team.  In October of the same
   16525 year, the PythonLabs team moved to Digital Creations (now Zope
   16526 Corporation, see http://www.zope.com).  In 2001, the Python Software
   16527 Foundation (PSF, see http://www.python.org/psf/) was formed, a
   16528 non-profit organization created specifically to own Python-related
   16529 Intellectual Property.  Zope Corporation is a sponsoring member of
   16530 the PSF.
   16531 
   16532 All Python releases are Open Source (see http://www.opensource.org for
   16533 the Open Source Definition).  Historically, most, but not all, Python
   16534 releases have also been GPL-compatible; the table below summarizes
   16535 the various releases.
   16536 
   16537     Release         Derived     Year        Owner       GPL-
   16538                     from                                compatible? (1)
   16539 
   16540     0.9.0 thru 1.2              1991-1995   CWI         yes
   16541     1.3 thru 1.5.2  1.2         1995-1999   CNRI        yes
   16542     1.6             1.5.2       2000        CNRI        no
   16543     2.0             1.6         2000        BeOpen.com  no
   16544     1.6.1           1.6         2001        CNRI        yes (2)
   16545     2.1             2.0+1.6.1   2001        PSF         no
   16546     2.0.1           2.0+1.6.1   2001        PSF         yes
   16547     2.1.1           2.1+2.0.1   2001        PSF         yes
   16548     2.2             2.1.1       2001        PSF         yes
   16549     2.1.2           2.1.1       2002        PSF         yes
   16550     2.1.3           2.1.2       2002        PSF         yes
   16551     2.2.1           2.2         2002        PSF         yes
   16552     2.2.2           2.2.1       2002        PSF         yes
   16553     2.2.3           2.2.2       2003        PSF         yes
   16554     2.3             2.2.2       2002-2003   PSF         yes
   16555     2.3.1           2.3         2002-2003   PSF         yes
   16556     2.3.2           2.3.1       2002-2003   PSF         yes
   16557     2.3.3           2.3.2       2002-2003   PSF         yes
   16558     2.3.4           2.3.3       2004        PSF         yes
   16559     2.3.5           2.3.4       2005        PSF         yes
   16560     2.4             2.3         2004        PSF         yes
   16561     2.4.1           2.4         2005        PSF         yes
   16562     2.4.2           2.4.1       2005        PSF         yes
   16563     2.4.3           2.4.2       2006        PSF         yes
   16564     2.4.4           2.4.3       2006        PSF         yes
   16565     2.5             2.4         2006        PSF         yes
   16566     2.5.1           2.5         2007        PSF         yes
   16567     2.5.2           2.5.1       2008        PSF         yes
   16568     2.5.3           2.5.2       2008        PSF         yes
   16569     2.6             2.5         2008        PSF         yes
   16570     2.6.1           2.6         2008        PSF         yes
   16571     2.6.2           2.6.1       2009        PSF         yes
   16572     2.6.3           2.6.2       2009        PSF         yes
   16573     2.6.4           2.6.3       2009        PSF         yes
   16574     2.6.5           2.6.4       2010        PSF         yes
   16575     2.7             2.6         2010        PSF         yes
   16576 
   16577 Footnotes:
   16578 
   16579 (1) GPL-compatible doesn't mean that we're distributing Python under
   16580     the GPL.  All Python licenses, unlike the GPL, let you distribute
   16581     a modified version without making your changes open source.  The
   16582     GPL-compatible licenses make it possible to combine Python with
   16583     other software that is released under the GPL; the others don't.
   16584 
   16585 (2) According to Richard Stallman, 1.6.1 is not GPL-compatible,
   16586     because its license has a choice of law clause.  According to
   16587     CNRI, however, Stallman's lawyer has told CNRI's lawyer that 1.6.1
   16588     is "not incompatible" with the GPL.
   16589 
   16590 Thanks to the many outside volunteers who have worked under Guido's
   16591 direction to make these releases possible.
   16592 
   16593 
   16594 B. TERMS AND CONDITIONS FOR ACCESSING OR OTHERWISE USING PYTHON
   16595 ===============================================================
   16596 
   16597 PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2
   16598 --------------------------------------------
   16599 
   16600 1. This LICENSE AGREEMENT is between the Python Software Foundation
   16601 ("PSF"), and the Individual or Organization ("Licensee") accessing and
   16602 otherwise using this software ("Python") in source or binary form and
   16603 its associated documentation.
   16604 
   16605 2. Subject to the terms and conditions of this License Agreement, PSF hereby
   16606 grants Licensee a nonexclusive, royalty-free, world-wide license to reproduce,
   16607 analyze, test, perform and/or display publicly, prepare derivative works,
   16608 distribute, and otherwise use Python alone or in any derivative version,
   16609 provided, however, that PSF's License Agreement and PSF's notice of copyright,
   16610 i.e., "Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
   16611 2011, 2012 Python Software Foundation; All Rights Reserved" are retained in Python
   16612 alone or in any derivative version prepared by Licensee.
   16613 
   16614 3. In the event Licensee prepares a derivative work that is based on
   16615 or incorporates Python or any part thereof, and wants to make
   16616 the derivative work available to others as provided herein, then
   16617 Licensee hereby agrees to include in any such work a brief summary of
   16618 the changes made to Python.
   16619 
   16620 4. PSF is making Python available to Licensee on an "AS IS"
   16621 basis.  PSF MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
   16622 IMPLIED.  BY WAY OF EXAMPLE, BUT NOT LIMITATION, PSF MAKES NO AND
   16623 DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
   16624 FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON WILL NOT
   16625 INFRINGE ANY THIRD PARTY RIGHTS.
   16626 
   16627 5. PSF SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON
   16628 FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS
   16629 A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON,
   16630 OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
   16631 
   16632 6. This License Agreement will automatically terminate upon a material
   16633 breach of its terms and conditions.
   16634 
   16635 7. Nothing in this License Agreement shall be deemed to create any
   16636 relationship of agency, partnership, or joint venture between PSF and
   16637 Licensee.  This License Agreement does not grant permission to use PSF
   16638 trademarks or trade name in a trademark sense to endorse or promote
   16639 products or services of Licensee, or any third party.
   16640 
   16641 8. By copying, installing or otherwise using Python, Licensee
   16642 agrees to be bound by the terms and conditions of this License
   16643 Agreement.
   16644 
   16645 
   16646 BEOPEN.COM LICENSE AGREEMENT FOR PYTHON 2.0
   16647 -------------------------------------------
   16648 
   16649 BEOPEN PYTHON OPEN SOURCE LICENSE AGREEMENT VERSION 1
   16650 
   16651 1. This LICENSE AGREEMENT is between BeOpen.com ("BeOpen"), having an
   16652 office at 160 Saratoga Avenue, Santa Clara, CA 95051, and the
   16653 Individual or Organization ("Licensee") accessing and otherwise using
   16654 this software in source or binary form and its associated
   16655 documentation ("the Software").
   16656 
   16657 2. Subject to the terms and conditions of this BeOpen Python License
   16658 Agreement, BeOpen hereby grants Licensee a non-exclusive,
   16659 royalty-free, world-wide license to reproduce, analyze, test, perform
   16660 and/or display publicly, prepare derivative works, distribute, and
   16661 otherwise use the Software alone or in any derivative version,
   16662 provided, however, that the BeOpen Python License is retained in the
   16663 Software, alone or in any derivative version prepared by Licensee.
   16664 
   16665 3. BeOpen is making the Software available to Licensee on an "AS IS"
   16666 basis.  BEOPEN MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
   16667 IMPLIED.  BY WAY OF EXAMPLE, BUT NOT LIMITATION, BEOPEN MAKES NO AND
   16668 DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
   16669 FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF THE SOFTWARE WILL NOT
   16670 INFRINGE ANY THIRD PARTY RIGHTS.
   16671 
   16672 4. BEOPEN SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF THE
   16673 SOFTWARE FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS
   16674 AS A RESULT OF USING, MODIFYING OR DISTRIBUTING THE SOFTWARE, OR ANY
   16675 DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
   16676 
   16677 5. This License Agreement will automatically terminate upon a material
   16678 breach of its terms and conditions.
   16679 
   16680 6. This License Agreement shall be governed by and interpreted in all
   16681 respects by the law of the State of California, excluding conflict of
   16682 law provisions.  Nothing in this License Agreement shall be deemed to
   16683 create any relationship of agency, partnership, or joint venture
   16684 between BeOpen and Licensee.  This License Agreement does not grant
   16685 permission to use BeOpen trademarks or trade names in a trademark
   16686 sense to endorse or promote products or services of Licensee, or any
   16687 third party.  As an exception, the "BeOpen Python" logos available at
   16688 http://www.pythonlabs.com/logos.html may be used according to the
   16689 permissions granted on that web page.
   16690 
   16691 7. By copying, installing or otherwise using the software, Licensee
   16692 agrees to be bound by the terms and conditions of this License
   16693 Agreement.
   16694 
   16695 
   16696 CNRI LICENSE AGREEMENT FOR PYTHON 1.6.1
   16697 ---------------------------------------
   16698 
   16699 1. This LICENSE AGREEMENT is between the Corporation for National
   16700 Research Initiatives, having an office at 1895 Preston White Drive,
   16701 Reston, VA 20191 ("CNRI"), and the Individual or Organization
   16702 ("Licensee") accessing and otherwise using Python 1.6.1 software in
   16703 source or binary form and its associated documentation.
   16704 
   16705 2. Subject to the terms and conditions of this License Agreement, CNRI
   16706 hereby grants Licensee a nonexclusive, royalty-free, world-wide
   16707 license to reproduce, analyze, test, perform and/or display publicly,
   16708 prepare derivative works, distribute, and otherwise use Python 1.6.1
   16709 alone or in any derivative version, provided, however, that CNRI's
   16710 License Agreement and CNRI's notice of copyright, i.e., "Copyright (c)
   16711 1995-2001 Corporation for National Research Initiatives; All Rights
   16712 Reserved" are retained in Python 1.6.1 alone or in any derivative
   16713 version prepared by Licensee.  Alternately, in lieu of CNRI's License
   16714 Agreement, Licensee may substitute the following text (omitting the
   16715 quotes): "Python 1.6.1 is made available subject to the terms and
   16716 conditions in CNRI's License Agreement.  This Agreement together with
   16717 Python 1.6.1 may be located on the Internet using the following
   16718 unique, persistent identifier (known as a handle): 1895.22/1013.  This
   16719 Agreement may also be obtained from a proxy server on the Internet
   16720 using the following URL: http://hdl.handle.net/1895.22/1013".
   16721 
   16722 3. In the event Licensee prepares a derivative work that is based on
   16723 or incorporates Python 1.6.1 or any part thereof, and wants to make
   16724 the derivative work available to others as provided herein, then
   16725 Licensee hereby agrees to include in any such work a brief summary of
   16726 the changes made to Python 1.6.1.
   16727 
   16728 4. CNRI is making Python 1.6.1 available to Licensee on an "AS IS"
   16729 basis.  CNRI MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
   16730 IMPLIED.  BY WAY OF EXAMPLE, BUT NOT LIMITATION, CNRI MAKES NO AND
   16731 DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
   16732 FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON 1.6.1 WILL NOT
   16733 INFRINGE ANY THIRD PARTY RIGHTS.
   16734 
   16735 5. CNRI SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON
   16736 1.6.1 FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS
   16737 A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON 1.6.1,
   16738 OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
   16739 
   16740 6. This License Agreement will automatically terminate upon a material
   16741 breach of its terms and conditions.
   16742 
   16743 7. This License Agreement shall be governed by the federal
   16744 intellectual property law of the United States, including without
   16745 limitation the federal copyright law, and, to the extent such
   16746 U.S. federal law does not apply, by the law of the Commonwealth of
   16747 Virginia, excluding Virginia's conflict of law provisions.
   16748 Notwithstanding the foregoing, with regard to derivative works based
   16749 on Python 1.6.1 that incorporate non-separable material that was
   16750 previously distributed under the GNU General Public License (GPL), the
   16751 law of the Commonwealth of Virginia shall govern this License
   16752 Agreement only as to issues arising under or with respect to
   16753 Paragraphs 4, 5, and 7 of this License Agreement.  Nothing in this
   16754 License Agreement shall be deemed to create any relationship of
   16755 agency, partnership, or joint venture between CNRI and Licensee.  This
   16756 License Agreement does not grant permission to use CNRI trademarks or
   16757 trade name in a trademark sense to endorse or promote products or
   16758 services of Licensee, or any third party.
   16759 
   16760 8. By clicking on the "ACCEPT" button where indicated, or by copying,
   16761 installing or otherwise using Python 1.6.1, Licensee agrees to be
   16762 bound by the terms and conditions of this License Agreement.
   16763 
   16764         ACCEPT
   16765 
   16766 
   16767 CWI LICENSE AGREEMENT FOR PYTHON 0.9.0 THROUGH 1.2
   16768 --------------------------------------------------
   16769 
   16770 Copyright (c) 1991 - 1995, Stichting Mathematisch Centrum Amsterdam,
   16771 The Netherlands.  All rights reserved.
   16772 
   16773 Permission to use, copy, modify, and distribute this software and its
   16774 documentation for any purpose and without fee is hereby granted,
   16775 provided that the above copyright notice appear in all copies and that
   16776 both that copyright notice and this permission notice appear in
   16777 supporting documentation, and that the name of Stichting Mathematisch
   16778 Centrum or CWI not be used in advertising or publicity pertaining to
   16779 distribution of the software without specific, written prior
   16780 permission.
   16781 
   16782 STICHTING MATHEMATISCH CENTRUM DISCLAIMS ALL WARRANTIES WITH REGARD TO
   16783 THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
   16784 FITNESS, IN NO EVENT SHALL STICHTING MATHEMATISCH CENTRUM BE LIABLE
   16785 FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
   16786 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
   16787 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
   16788 OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
   16789 
   16790 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   16791 
   16792 Scanned Source License Python-2.7.3/Modules/_ctypes/darwin/LICENSE:
   16793 
   16794 Copyright (c) 2002 Jorge Acereda  &lt;jacereda (a] users.sourceforge.net&gt; &amp;
   16795                    Peter O'Gorman &lt;ogorman (a] users.sourceforge.net&gt;
   16796                    
   16797 Portions may be copyright others, see the AUTHORS file included with this
   16798 distribution.
   16799 
   16800 Maintained by Peter O'Gorman &lt;ogorman (a] users.sourceforge.net&gt;
   16801 
   16802 Bug Reports and other queries should go to &lt;ogorman (a] users.sourceforge.net&gt;
   16803 
   16804 
   16805 Permission is hereby granted, free of charge, to any person obtaining
   16806 a copy of this software and associated documentation files (the
   16807 "Software"), to deal in the Software without restriction, including
   16808 without limitation the rights to use, copy, modify, merge, publish,
   16809 distribute, sublicense, and/or sell copies of the Software, and to
   16810 permit persons to whom the Software is furnished to do so, subject to
   16811 the following conditions:
   16812 
   16813 The above copyright notice and this permission notice shall be
   16814 included in all copies or substantial portions of the Software.
   16815 
   16816 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
   16817 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
   16818 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
   16819 NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
   16820 LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
   16821 OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
   16822 WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
   16823 
   16824 
   16825 
   16826 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   16827 
   16828 Scanned Source License Python-2.7.3/Modules/_ctypes/libffi/LICENSE:
   16829 
   16830 libffi - Copyright (c) 1996-2009  Anthony Green, Red Hat, Inc and others.  
   16831 See source files for details.
   16832 
   16833 Permission is hereby granted, free of charge, to any person obtaining
   16834 a copy of this software and associated documentation files (the
   16835 ``Software''), to deal in the Software without restriction, including
   16836 without limitation the rights to use, copy, modify, merge, publish,
   16837 distribute, sublicense, and/or sell copies of the Software, and to
   16838 permit persons to whom the Software is furnished to do so, subject to
   16839 the following conditions:
   16840 
   16841 The above copyright notice and this permission notice shall be included
   16842 in all copies or substantial portions of the Software.
   16843 
   16844 THE SOFTWARE IS PROVIDED ``AS IS'', WITHOUT WARRANTY OF ANY KIND,
   16845 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
   16846 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
   16847 IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
   16848 CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
   16849 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
   16850 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
   16851 
   16852 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   16853 
   16854 Scanned Source License Python-2.7.3/Modules/_ctypes/libffi_msvc/LICENSE:
   16855 
   16856 libffi - Copyright (c) 1996-2003  Red Hat, Inc.
   16857 
   16858 Permission is hereby granted, free of charge, to any person obtaining
   16859 a copy of this software and associated documentation files (the
   16860 ``Software''), to deal in the Software without restriction, including
   16861 without limitation the rights to use, copy, modify, merge, publish,
   16862 distribute, sublicense, and/or sell copies of the Software, and to
   16863 permit persons to whom the Software is furnished to do so, subject to
   16864 the following conditions:
   16865 
   16866 The above copyright notice and this permission notice shall be included
   16867 in all copies or substantial portions of the Software.
   16868 
   16869 THE SOFTWARE IS PROVIDED ``AS IS'', WITHOUT WARRANTY OF ANY KIND, EXPRESS
   16870 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
   16871 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
   16872 IN NO EVENT SHALL CYGNUS SOLUTIONS BE LIABLE FOR ANY CLAIM, DAMAGES OR
   16873 OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
   16874 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
   16875 OTHER DEALINGS IN THE SOFTWARE.
   16876 
   16877 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   16878 
   16879 Scanned Source License Python-2.7.3/Modules/_ctypes/libffi_osx/LICENSE:
   16880 
   16881 libffi - Copyright (c) 1996-2003  Red Hat, Inc.
   16882 
   16883 Permission is hereby granted, free of charge, to any person obtaining
   16884 a copy of this software and associated documentation files (the
   16885 ``Software''), to deal in the Software without restriction, including
   16886 without limitation the rights to use, copy, modify, merge, publish,
   16887 distribute, sublicense, and/or sell copies of the Software, and to
   16888 permit persons to whom the Software is furnished to do so, subject to
   16889 the following conditions:
   16890 
   16891 The above copyright notice and this permission notice shall be included
   16892 in all copies or substantial portions of the Software.
   16893 
   16894 THE SOFTWARE IS PROVIDED ``AS IS'', WITHOUT WARRANTY OF ANY KIND, EXPRESS
   16895 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
   16896 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
   16897 IN NO EVENT SHALL CYGNUS SOLUTIONS BE LIABLE FOR ANY CLAIM, DAMAGES OR
   16898 OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
   16899 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
   16900 OTHER DEALINGS IN THE SOFTWARE.
   16901 
   16902 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   16903 
   16904 Scanned Source License Python-2.7.3/Modules/expat/COPYING:
   16905 
   16906 Copyright (c) 1998, 1999, 2000 Thai Open Source Software Center Ltd
   16907                                and Clark Cooper
   16908 
   16909 Permission is hereby granted, free of charge, to any person obtaining
   16910 a copy of this software and associated documentation files (the
   16911 "Software"), to deal in the Software without restriction, including
   16912 without limitation the rights to use, copy, modify, merge, publish,
   16913 distribute, sublicense, and/or sell copies of the Software, and to
   16914 permit persons to whom the Software is furnished to do so, subject to
   16915 the following conditions:
   16916 
   16917 The above copyright notice and this permission notice shall be included
   16918 in all copies or substantial portions of the Software.
   16919 
   16920 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
   16921 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
   16922 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
   16923 IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
   16924 CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
   16925 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
   16926 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
   16927 
   16928 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   16929 
   16930 Scanned Source License Python-2.7.3/Tools/pybench/LICENSE:
   16931 
   16932 pybench License
   16933 ---------------
   16934 
   16935 This copyright notice and license applies to all files in the pybench
   16936 directory of the pybench distribution.
   16937 
   16938 Copyright (c), 1997-2006, Marc-Andre Lemburg (mal (a] lemburg.com)
   16939 Copyright (c), 2000-2006, eGenix.com Software GmbH (info (a] egenix.com)
   16940 
   16941                    All Rights Reserved.
   16942 
   16943 Permission to use, copy, modify, and distribute this software and its
   16944 documentation for any purpose and without fee or royalty is hereby
   16945 granted, provided that the above copyright notice appear in all copies
   16946 and that both that copyright notice and this permission notice appear
   16947 in supporting documentation or portions thereof, including
   16948 modifications, that you make.
   16949 
   16950 THE AUTHOR MARC-ANDRE LEMBURG DISCLAIMS ALL WARRANTIES WITH REGARD TO
   16951 THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
   16952 FITNESS, IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL,
   16953 INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING
   16954 FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
   16955 NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
   16956 WITH THE USE OR PERFORMANCE OF THIS SOFTWARE !
   16957 
   16958 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   16959 </pre>
   16960 <ul>
   16961 <li><a href='#PSF-2'>Gentoo Package Stock License PSF-2</a></li>
   16962 </ul>
   16963 </div>
   16964 </div>
   16965 
   16966 
   16967 <div class="product">
   16968 <span class="title">python-updater-0.10</span>
   16969 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   16970 <span class="homepage"><a href="http://www.gentoo.org/proj/en/Python/">homepage</a></span>
   16971 <div class="licence">
   16972 <pre></pre>
   16973 <ul>
   16974 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
   16975 </ul>
   16976 </div>
   16977 </div>
   16978 
   16979 
   16980 <div class="product">
   16981 <span class="title">ragel-6.7</span>
   16982 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   16983 <span class="homepage"><a href="http://www.complang.org/ragel/">homepage</a></span>
   16984 <div class="licence">
   16985 <pre></pre>
   16986 <ul>
   16987 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
   16988 </ul>
   16989 </div>
   16990 </div>
   16991 
   16992 
   16993 <div class="product">
   16994 <span class="title">readline-6.2_p1</span>
   16995 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   16996 <span class="homepage"><a href="http://cnswww.cns.cwru.edu/php/chet/readline/rltop.html">homepage</a></span>
   16997 <div class="licence">
   16998 <pre></pre>
   16999 <ul>
   17000 <li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li>
   17001 </ul>
   17002 </div>
   17003 </div>
   17004 
   17005 
   17006 <div class="product">
   17007 <span class="title">realtek-rt2800-firmware-0.0.1</span>
   17008 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   17009 <span class="homepage"><a href="http://git.kernel.org/?p=linux/kernel/git/firmware/linux-firmware.git">homepage</a></span>
   17010 <div class="licence">
   17011 <pre>Custom License ralink-firmware:
   17012 
   17013 Copyright (c) 2007, Ralink Technology Corporation
   17014 All rights reserved.
   17015 
   17016 Redistribution.  Redistribution and use in binary form, without
   17017 modification, are permitted provided that the following conditions are
   17018 met:
   17019 
   17020 * Redistributions must reproduce the above copyright notice and the
   17021   following disclaimer in the documentation and/or other materials
   17022   provided with the distribution.
   17023 * Neither the name of Ralink Technology Corporation nor the names of its
   17024   suppliers may be used to endorse or promote products derived from this
   17025   software without specific prior written permission.
   17026 * No reverse engineering, decompilation, or disassembly of this software
   17027   is permitted.
   17028 
   17029 Limited patent license. Ralink Technology Corporation grants a world-wide,
   17030 royalty-free, non-exclusive license under patents it now or hereafter
   17031 owns or controls to make, have made, use, import, offer to sell and
   17032 sell ("Utilize") this software, but solely to the extent that any
   17033 such patent is necessary to Utilize the software alone, or in
   17034 combination with an operating system licensed under an approved Open
   17035 Source license as listed by the Open Source Initiative at
   17036 http://opensource.org/licenses.  The patent license shall not apply to
   17037 any other combinations which include this software.  No hardware per
   17038 se is licensed hereunder.
   17039 
   17040 DISCLAIMER.  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
   17041 CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING,
   17042 BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
   17043 FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
   17044 COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
   17045 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
   17046 BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
   17047 OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
   17048 ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
   17049 TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
   17050 USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
   17051 DAMAGE.
   17052 
   17053 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   17054 </pre>
   17055 <ul>
   17056 
   17057 </ul>
   17058 </div>
   17059 </div>
   17060 
   17061 
   17062 <div class="product">
   17063 <span class="title">rootdev-0.0.1</span>
   17064 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   17065 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span>
   17066 <div class="licence">
   17067 <pre>Scanned Source License rootdev-0.0.1/LICENSE:
   17068 
   17069 // Copyright (c) 2010 The Chromium OS Authors. All rights reserved.
   17070 //
   17071 // Redistribution and use in source and binary forms, with or without
   17072 // modification, are permitted provided that the following conditions are
   17073 // met:
   17074 //
   17075 //    * Redistributions of source code must retain the above copyright
   17076 // notice, this list of conditions and the following disclaimer.
   17077 //    * Redistributions in binary form must reproduce the above
   17078 // copyright notice, this list of conditions and the following disclaimer
   17079 // in the documentation and/or other materials provided with the
   17080 // distribution.
   17081 //    * Neither the name of Google Inc. nor the names of its
   17082 // contributors may be used to endorse or promote products derived from
   17083 // this software without specific prior written permission.
   17084 //
   17085 // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
   17086 // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
   17087 // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
   17088 // A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
   17089 // OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
   17090 // SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
   17091 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
   17092 // DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
   17093 // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
   17094 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
   17095 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
   17096 
   17097 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   17098 </pre>
   17099 <ul>
   17100 
   17101 </ul>
   17102 </div>
   17103 </div>
   17104 
   17105 
   17106 <div class="product">
   17107 <span class="title">rsync-3.0.8</span>
   17108 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   17109 <span class="homepage"><a href="http://rsync.samba.org/">homepage</a></span>
   17110 <div class="licence">
   17111 <pre></pre>
   17112 <ul>
   17113 <li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li>
   17114 </ul>
   17115 </div>
   17116 </div>
   17117 
   17118 
   17119 <div class="product">
   17120 <span class="title">rsyslog-5.8.11</span>
   17121 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   17122 <span class="homepage"><a href="http://www.rsyslog.com/">homepage</a></span>
   17123 <div class="licence">
   17124 <pre></pre>
   17125 <ul>
   17126 <li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li>
   17127 <li><a href='#Apache-2.0'>Gentoo Package Stock License Apache-2.0</a></li>
   17128 <li><a href='#LGPL-3'>Gentoo Package Stock License LGPL-3</a></li>
   17129 </ul>
   17130 </div>
   17131 </div>
   17132 
   17133 
   17134 <div class="product">
   17135 <span class="title">sandbox-2.6</span>
   17136 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   17137 <span class="homepage"><a href="http://www.gentoo.org/">homepage</a></span>
   17138 <div class="licence">
   17139 <pre></pre>
   17140 <ul>
   17141 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
   17142 </ul>
   17143 </div>
   17144 </div>
   17145 
   17146 
   17147 <div class="product">
   17148 <span class="title">sbc-1.0</span>
   17149 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   17150 <span class="homepage"><a href="http://git.kernel.org/?p=bluetooth/sbc.git">homepage</a></span>
   17151 <div class="licence">
   17152 <pre></pre>
   17153 <ul>
   17154 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li>
   17155 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
   17156 </ul>
   17157 </div>
   17158 </div>
   17159 
   17160 
   17161 <div class="product">
   17162 <span class="title">scons-2.0.1</span>
   17163 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   17164 <span class="homepage"><a href="http://www.scons.org/">homepage</a></span>
   17165 <div class="licence">
   17166 <pre>Scanned Source License scons-2.0.1/LICENSE.txt:
   17167 
   17168 Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 The SCons Foundation
   17169 
   17170 Permission is hereby granted, free of charge, to any person obtaining
   17171 a copy of this software and associated documentation files (the
   17172 "Software"), to deal in the Software without restriction, including
   17173 without limitation the rights to use, copy, modify, merge, publish,
   17174 distribute, sublicense, and/or sell copies of the Software, and to
   17175 permit persons to whom the Software is furnished to do so, subject to
   17176 the following conditions:
   17177 
   17178 The above copyright notice and this permission notice shall be included
   17179 in all copies or substantial portions of the Software.
   17180 
   17181 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
   17182 KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
   17183 WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
   17184 NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
   17185 LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
   17186 OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
   17187 WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
   17188 
   17189 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   17190 </pre>
   17191 <ul>
   17192 
   17193 </ul>
   17194 </div>
   17195 </div>
   17196 
   17197 
   17198 <div class="product">
   17199 <span class="title">sed-4.2.1</span>
   17200 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   17201 <span class="homepage"><a href="http://sed.sourceforge.net/">homepage</a></span>
   17202 <div class="licence">
   17203 <pre></pre>
   17204 <ul>
   17205 <li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li>
   17206 </ul>
   17207 </div>
   17208 </div>
   17209 
   17210 
   17211 <div class="product">
   17212 <span class="title">setuptools-0.6.14</span>
   17213 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   17214 <span class="homepage"><a href="http://pypi.python.org/pypi/distribute">homepage</a></span>
   17215 <div class="licence">
   17216 <pre></pre>
   17217 <ul>
   17218 <li><a href='#PSF-2'>Gentoo Package Stock License PSF-2</a></li>
   17219 </ul>
   17220 </div>
   17221 </div>
   17222 
   17223 
   17224 <div class="product">
   17225 <span class="title">sgml-common-0.6.3</span>
   17226 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   17227 <span class="homepage"><a href="http://www.iso.ch/cate/3524030.html">homepage</a></span>
   17228 <div class="licence">
   17229 <pre></pre>
   17230 <ul>
   17231 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
   17232 </ul>
   17233 </div>
   17234 </div>
   17235 
   17236 
   17237 <div class="product">
   17238 <span class="title">shadow-4.1.2.2</span>
   17239 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   17240 <span class="homepage"><a href="http://shadow.pld.org.pl/">homepage</a></span>
   17241 <div class="licence">
   17242 <pre>Scanned Source License shadow-4.1.2.2/COPYING:
   17243 
   17244 NOTE:
   17245   This license has been obsoleted by the change to the BSD-style copyright.
   17246   You may continue to use this license if you wish, but you are under no
   17247   obligation to do so.
   17248 
   17249 (*
   17250 This document is freely plagiarised from the 'Artistic Licence',
   17251 distributed as part of the Perl v4.0 kit by Larry Wall, which is
   17252 available from most major archive sites.  I stole it from CrackLib.
   17253 
   17254 	$Id: COPYING 1342 2007-11-10 23:46:11Z nekral-guest $
   17255 *)
   17256 
   17257 This documents purpose is to state the conditions under which this
   17258 Package (See definition below) viz: "Shadow", the Shadow Password Suite
   17259 which is held by Julianne Frances Haugh, may be copied, such that the
   17260 copyright holder maintains some semblance of artistic control over the
   17261 development of the package, while giving the users of the package the
   17262 right to use and distribute the Package in a more-or-less customary
   17263 fashion, plus the right to make reasonable modifications. 
   17264 
   17265 So there.
   17266 
   17267 ***************************************************************************
   17268 
   17269 Definitions:
   17270 
   17271 
   17272 A "Package" refers to the collection of files distributed by the
   17273 Copyright Holder, and derivatives of that collection of files created
   17274 through textual modification, or segments thereof. 
   17275 
   17276 "Standard Version" refers to such a Package if it has not been modified,
   17277 or has been modified in accordance with the wishes of the Copyright
   17278 Holder.
   17279 
   17280 "Copyright Holder" is whoever is named in the copyright or copyrights
   17281 for the package.
   17282 
   17283 "You" is you, if you're thinking about copying or distributing this
   17284 Package.
   17285 
   17286 "Reasonable copying fee" is whatever you can justify on the basis of
   17287 media cost, duplication charges, time of people involved, and so on.
   17288 (You will not be required to justify it to the Copyright Holder, but
   17289 only to the computing community at large as a market that must bear the
   17290 fee.)
   17291 
   17292 "Freely Available" means that no fee is charged for the item itself,
   17293 though there may be fees involved in handling the item.  It also means
   17294 that recipients of the item may redistribute it under the same
   17295 conditions they received it.
   17296 
   17297 
   17298 1.  You may make and give away verbatim copies of the source form of the
   17299 Standard Version of this Package without restriction, provided that you
   17300 duplicate all of the original copyright notices and associated
   17301 disclaimers.
   17302 
   17303 2.  You may apply bug fixes, portability fixes and other modifications
   17304 derived from the Public Domain or from the Copyright Holder.  A Package
   17305 modified in such a way shall still be considered the Standard Version.
   17306 
   17307 3.  You may otherwise modify your copy of this Package in any way,
   17308 provided that you insert a prominent notice in each changed file stating
   17309 how and when AND WHY you changed that file, and provided that you do at
   17310 least ONE of the following:
   17311 
   17312 a) place your modifications in the Public Domain or otherwise make them
   17313 Freely Available, such as by posting said modifications to Usenet or an
   17314 equivalent medium, or placing the modifications on a major archive site
   17315 such as uunet.uu.net, or by allowing the Copyright Holder to include
   17316 your modifications in the Standard Version of the Package.
   17317 
   17318 b) use the modified Package only within your corporation or organization.
   17319 
   17320 c) rename any non-standard executables so the names do not conflict with
   17321 standard executables, which must also be provided, and provide separate
   17322 documentation for each non-standard executable that clearly documents
   17323 how it differs from the Standard Version.
   17324 
   17325 d) make other distribution arrangements with the Copyright Holder.
   17326 
   17327 4.  You may distribute the programs of this Package in object code or
   17328 executable form, provided that you do at least ONE of the following:
   17329 
   17330 a) distribute a Standard Version of the executables and library files,
   17331 together with instructions (in the manual page or equivalent) on where
   17332 to get the Standard Version.
   17333 
   17334 b) accompany the distribution with the machine-readable source of the
   17335 Package with your modifications.
   17336 
   17337 c) accompany any non-standard executables with their corresponding
   17338 Standard Version executables, giving the non-standard executables
   17339 non-standard names, and clearly documenting the differences in manual
   17340 pages (or equivalent), together with instructions on where to get the
   17341 Standard Version.
   17342 
   17343 d) make other distribution arrangements with the Copyright Holder.
   17344 
   17345 5.  You may charge a reasonable copying fee for any distribution of this
   17346 Package.  You may charge any fee you choose for support of this Package. 
   17347 YOU MAY NOT CHARGE A FEE FOR THIS PACKAGE ITSELF.  However, you may
   17348 distribute this Package in aggregate with other (possibly commercial)
   17349 programs as part of a larger (possibly commercial) software distribution
   17350 provided that YOU DO NOT ADVERTISE this package as a product of your
   17351 own. 
   17352 
   17353 6.  The name of the Copyright Holder may not be used to endorse or
   17354 promote products derived from this software without specific prior
   17355 written permission.
   17356 
   17357 7.  THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED
   17358 WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
   17359 MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
   17360 
   17361 				The End
   17362 
   17363 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   17364 </pre>
   17365 <ul>
   17366 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
   17367 </ul>
   17368 </div>
   17369 </div>
   17370 
   17371 
   17372 <div class="product">
   17373 <span class="title">shared-mime-info-0.90</span>
   17374 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   17375 <span class="homepage"><a href="http://freedesktop.org/wiki/Software/shared-mime-info">homepage</a></span>
   17376 <div class="licence">
   17377 <pre></pre>
   17378 <ul>
   17379 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
   17380 </ul>
   17381 </div>
   17382 </div>
   17383 
   17384 
   17385 <div class="product">
   17386 <span class="title">sharutils-4.7</span>
   17387 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   17388 <span class="homepage"><a href="http://www.gnu.org/software/sharutils/">homepage</a></span>
   17389 <div class="licence">
   17390 <pre></pre>
   17391 <ul>
   17392 <li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li>
   17393 </ul>
   17394 </div>
   17395 </div>
   17396 
   17397 
   17398 <div class="product">
   17399 <span class="title">shflags-1.0.3</span>
   17400 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   17401 <span class="homepage"><a href="http://code.google.com/p/shflags/">homepage</a></span>
   17402 <div class="licence">
   17403 <pre></pre>
   17404 <ul>
   17405 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li>
   17406 </ul>
   17407 </div>
   17408 </div>
   17409 
   17410 
   17411 <div class="product">
   17412 <span class="title">sil-abyssinica-1.0</span>
   17413 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   17414 <span class="homepage"><a href="http://scripts.sil.org/AbyssinicaSIL">homepage</a></span>
   17415 <div class="licence">
   17416 <pre>Gentoo Package Stock License OFL:
   17417 
   17418 This Font Software is Copyright (c) 2003-2005, SIL International (http://scripts.sil.org/).
   17419 All Rights Reserved.
   17420 
   17421 "Gentium" is a Reserved Font Name for this Font Software.
   17422 "SIL" is a Reserved Font Name for this Font Software.
   17423 
   17424 This Font Software is licensed under the SIL Open Font License, Version 1.0.
   17425 No modification of the license is permitted, only verbatim copy is allowed.
   17426 This license is copied below, and is also available with a FAQ at:
   17427 http://scripts.sil.org/OFL
   17428 
   17429 
   17430 -----------------------------------------------------------
   17431 SIL OPEN FONT LICENSE Version 1.0 - 22 November 2005
   17432 -----------------------------------------------------------
   17433 
   17434 PREAMBLE
   17435 The goals of the Open Font License (OFL) are to stimulate worldwide
   17436 development of cooperative font projects, to support the font creation
   17437 efforts of academic and linguistic communities, and to provide an open
   17438 framework in which fonts may be shared and improved in partnership with
   17439 others.
   17440 
   17441 The OFL allows the licensed fonts to be used, studied, modified and
   17442 redistributed freely as long as they are not sold by themselves. The
   17443 fonts, including any derivative works, can be bundled, embedded, 
   17444 redistributed and sold with any software provided that the font
   17445 names of derivative works are changed. The fonts and derivatives,
   17446 however, cannot be released under any other type of license.
   17447 
   17448 DEFINITIONS
   17449 "Font Software" refers to any and all of the following:
   17450 	- font files
   17451 	- data files
   17452 	- source code
   17453 	- build scripts
   17454 	- documentation
   17455 
   17456 "Reserved Font Name" refers to the Font Software name as seen by
   17457 users and any other names as specified after the copyright statement.
   17458 
   17459 "Standard Version" refers to the collection of Font Software
   17460 components as distributed by the Copyright Holder.
   17461 
   17462 "Modified Version" refers to any derivative font software made by
   17463 adding to, deleting, or substituting -- in part or in whole --
   17464 any of the components of the Standard Version, by changing formats
   17465 or by porting the Font Software to a new environment.
   17466 
   17467 "Author" refers to any designer, engineer, programmer, technical
   17468 writer or other person who contributed to the Font Software.
   17469 
   17470 PERMISSION &amp; CONDITIONS
   17471 Permission is hereby granted, free of charge, to any person obtaining
   17472 a copy of the Font Software, to use, study, copy, merge, embed, modify,
   17473 redistribute, and sell modified and unmodified copies of the Font
   17474 Software, subject to the following conditions:
   17475 
   17476 1) Neither the Font Software nor any of its individual components,
   17477 in Standard or Modified Versions, may be sold by itself.
   17478 
   17479 2) Standard or Modified Versions of the Font Software may be bundled,
   17480 redistributed and sold with any software, provided that each copy
   17481 contains the above copyright notice and this license. These can be
   17482 included either as stand-alone text files, human-readable headers or
   17483 in the appropriate machine-readable metadata fields within text or
   17484 binary files as long as those fields can be easily viewed by the user.
   17485 
   17486 3) No Modified Version of the Font Software may use the Reserved Font
   17487 Name(s), in part or in whole, unless explicit written permission is
   17488 granted by the Copyright Holder. This restriction applies to all 
   17489 references stored in the Font Software, such as the font menu name and
   17490 other font description fields, which are used to differentiate the
   17491 font from others.
   17492 
   17493 4) The name(s) of the Copyright Holder or the Author(s) of the Font
   17494 Software shall not be used to promote, endorse or advertise any
   17495 Modified Version, except to acknowledge the contribution(s) of the
   17496 Copyright Holder and the Author(s) or with their explicit written
   17497 permission.
   17498 
   17499 5) The Font Software, modified or unmodified, in part or in whole,
   17500 must be distributed using this license, and may not be distributed
   17501 under any other license.
   17502 
   17503 TERMINATION
   17504 This license becomes null and void if any of the above conditions are
   17505 not met.
   17506 
   17507 DISCLAIMER
   17508 THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
   17509 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
   17510 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
   17511 OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
   17512 COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
   17513 INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
   17514 DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
   17515 FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
   17516 OTHER DEALINGS IN THE FONT SOFTWARE.
   17517 
   17518 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   17519 </pre>
   17520 <ul>
   17521 
   17522 </ul>
   17523 </div>
   17524 </div>
   17525 
   17526 
   17527 <div class="product">
   17528 <span class="title">smartmontools-5.42</span>
   17529 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   17530 <span class="homepage"><a href="http://smartmontools.sourceforge.net/">homepage</a></span>
   17531 <div class="licence">
   17532 <pre></pre>
   17533 <ul>
   17534 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
   17535 </ul>
   17536 </div>
   17537 </div>
   17538 
   17539 
   17540 <div class="product">
   17541 <span class="title">speex-1.2_rc1</span>
   17542 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   17543 <span class="homepage"><a href="http://www.speex.org">homepage</a></span>
   17544 <div class="licence">
   17545 <pre>Scanned Source License speex-1.2rc1/COPYING:
   17546 
   17547 Copyright 2002-2008 	Xiph.org Foundation
   17548 Copyright 2002-2008 	Jean-Marc Valin
   17549 Copyright 2005-2007	Analog Devices Inc.
   17550 Copyright 2005-2008	Commonwealth Scientific and Industrial Research 
   17551                         Organisation (CSIRO)
   17552 Copyright 1993, 2002, 2006 David Rowe
   17553 Copyright 2003 		EpicGames
   17554 Copyright 1992-1994	Jutta Degener, Carsten Bormann
   17555 
   17556 Redistribution and use in source and binary forms, with or without
   17557 modification, are permitted provided that the following conditions
   17558 are met:
   17559 
   17560 - Redistributions of source code must retain the above copyright
   17561 notice, this list of conditions and the following disclaimer.
   17562 
   17563 - Redistributions in binary form must reproduce the above copyright
   17564 notice, this list of conditions and the following disclaimer in the
   17565 documentation and/or other materials provided with the distribution.
   17566 
   17567 - Neither the name of the Xiph.org Foundation nor the names of its
   17568 contributors may be used to endorse or promote products derived from
   17569 this software without specific prior written permission.
   17570 
   17571 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
   17572 ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
   17573 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
   17574 A PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR
   17575 CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
   17576 EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
   17577 PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
   17578 PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
   17579 LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
   17580 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
   17581 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
   17582 
   17583 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   17584 </pre>
   17585 <ul>
   17586 
   17587 </ul>
   17588 </div>
   17589 </div>
   17590 
   17591 
   17592 <div class="product">
   17593 <span class="title">sqlite-3.6.22</span>
   17594 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   17595 <span class="homepage"><a href="http://www.sqlite.org/">homepage</a></span>
   17596 <div class="licence">
   17597 <pre></pre>
   17598 <ul>
   17599 <li><a href='#as-is'>Gentoo Package Stock License as-is</a></li>
   17600 </ul>
   17601 </div>
   17602 </div>
   17603 
   17604 
   17605 <div class="product">
   17606 <span class="title">strongswan-5.0.2</span>
   17607 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   17608 <span class="homepage"><a href="http://www.strongswan.org/">homepage</a></span>
   17609 <div class="licence">
   17610 <pre>Gentoo Package Stock License DES:
   17611 
   17612 Copyright (C) 1995-1997 Eric Young (eay (a] cryptsoft.com)
   17613 All rights reserved.
   17614 
   17615 This package is an DES implementation written by Eric Young (eay (a] cryptsoft.com).
   17616 The implementation was written so as to conform with MIT's libdes.
   17617 
   17618 This library is free for commercial and non-commercial use as long as
   17619 the following conditions are aheared to.  The following conditions
   17620 apply to all code found in this distribution.
   17621 
   17622 Copyright remains Eric Young's, and as such any Copyright notices in
   17623 the code are not to be removed.
   17624 If this package is used in a product, Eric Young should be given attribution
   17625 as the author of that the SSL library.  This can be in the form of a textual
   17626 message at program startup or in documentation (online or textual) provided
   17627 with the package.
   17628 
   17629 Redistribution and use in source and binary forms, with or without
   17630 modification, are permitted provided that the following conditions
   17631 are met:
   17632 1. Redistributions of source code must retain the copyright
   17633    notice, this list of conditions and the following disclaimer.
   17634 2. Redistributions in binary form must reproduce the above copyright
   17635    notice, this list of conditions and the following disclaimer in the
   17636    documentation and/or other materials provided with the distribution.
   17637 3. All advertising materials mentioning features or use of this software
   17638    must display the following acknowledgement:
   17639    This product includes software developed by Eric Young (eay (a] cryptsoft.com)
   17640 
   17641 THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
   17642 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
   17643 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
   17644 ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
   17645 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
   17646 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
   17647 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
   17648 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
   17649 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
   17650 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
   17651 SUCH DAMAGE.
   17652 
   17653 The license and distribution terms for any publically available version or
   17654 derivative of this code cannot be changed.  i.e. this code cannot simply be
   17655 copied and put under another distrubution license
   17656 [including the GNU Public License.]
   17657 
   17658 The reason behind this being stated in this direct manner is past
   17659 experience in code simply being copied and the attribution removed
   17660 from it and then being distributed as part of other packages. This
   17661 implementation was a non-trivial and unpaid effort.
   17662 
   17663 
   17664 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   17665 
   17666 Gentoo Package Stock License RSA:
   17667 
   17668 Copyright (C) &lt;years&gt;, RSA Data Security, Inc. Created &lt;year&gt;. All
   17669 rights reserved.
   17670 
   17671 License to copy and use this software is granted provided that it
   17672 is identified as the "RSA Data Security, Inc. MD&lt;id&gt; Message-Digest
   17673 Algorithm" in all material mentioning or referencing this software
   17674 or this function.
   17675 
   17676 License is also granted to make and use derivative works provided
   17677 that such works are identified as "derived from the RSA Data
   17678 Security, Inc. MD&lt;id&gt; Message-Digest Algorithm" in all material
   17679 mentioning or referencing the derived work.
   17680 
   17681 RSA Data Security, Inc. makes no representations concerning either
   17682 the merchantability of this software or the suitability of this
   17683 software for any particular purpose. It is provided "as is"
   17684 without express or implied warranty of any kind.
   17685 
   17686 These notices must be retained in any copies of any part of this
   17687 documentation and/or software.
   17688 
   17689 ----------------------------------------------------------------------
   17690 http://www.ietf.org/ietf-ftp/IPR/RSA-MD-all
   17691 
   17692 The following was recevied Fenbruary 23,2000
   17693 From: "Linn, John" &lt;jlinn (a] rsasecurity.com&gt;
   17694 
   17695 February 19, 2000
   17696 
   17697         The purpose of this memo is to clarify the status of intellectual
   17698 property rights asserted by RSA Security Inc. ("RSA") in the MD2, MD4 and
   17699 MD5 message-digest algorithms, which are documented in RFC-1319, RFC-1320,
   17700 and RFC-1321 respectively.
   17701 
   17702         Implementations of these message-digest algorithms, including
   17703 implementations derived from the reference C code in RFC-1319, RFC-1320, and
   17704 RFC-1321, may be made, used, and sold without license from RSA for any
   17705 purpose.
   17706 
   17707         No rights other than the ones explicitly set forth above are
   17708 granted.  Further, although RSA grants rights to implement certain
   17709 algorithms as defined by identified RFCs, including implementations derived
   17710 from the reference C code in those RFCs, no right to use, copy, sell, or
   17711 distribute any other implementations of the MD2, MD4, or MD5 message-digest
   17712 algorithms created, implemented, or distributed by RSA is hereby granted by
   17713 implication, estoppel, or otherwise.  Parties interested in licensing
   17714 security components and toolkits written by RSA should contact the company
   17715 to discuss receiving a license.  All other questions should be directed to
   17716 Margaret K. Seif, General Counsel, RSA Security Inc., 36 Crosby Drive,
   17717 Bedford, Massachusetts 01730.
   17718 
   17719         Implementations of the MD2, MD4, or MD5 algorithms may be subject to
   17720 United States laws and regulations controlling the export of technical data,
   17721 computer software, laboratory prototypes and other commodities (including
   17722 the Arms Export Control Act, as amended, and the Export Administration Act
   17723 of 1970).  The transfer of certain technical data and commodities may
   17724 require a license from the cognizant agency of the United States Government.
   17725 RSA neither represents that a license shall not be required for a particular
   17726 implementation nor that, if required, one shall be issued.
   17727 
   17728 
   17729         DISCLAIMER: RSA MAKES NO REPRESENTATIONS AND EXTENDS NO WARRANTIES
   17730 OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO
   17731 WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, VALIDITY OF
   17732 INTELLECTUAL PROPERTY RIGHTS, ISSUED OR PENDING, OR THE ABSENCE OF LATENT OR
   17733 OTHER DEFECTS, WHETHER OR NOT DISCOVERABLE, IN CONNECTION WITH THE MD2, MD4,
   17734 OR MD5 ALGORITHMS.  NOTHING IN THIS GRANT OF RIGHTS SHALL BE CONSTRUED AS A
   17735 REPRESENTATION OR WARRANTY GIVEN BY RSA THAT THE IMPLEMENTATION OF THE
   17736 ALGORITHM WILL NOT INFRINGE THE INTELLECTUAL PROPERTY RIGHTS OF ANY THIRD
   17737 PARTY.  IN NO EVENT SHALL RSA, ITS TRUSTEES, DIRECTORS, OFFICERS, EMPLOYEES,
   17738 PARENTS AND AFFILIATES BE LIABLE FOR INCIDENTAL OR CONSEQUENTIAL DAMAGES OF
   17739 ANY KIND RESULTING FROM IMPLEMENTATION OF THIS ALGORITHM, INCLUDING ECONOMIC
   17740 DAMAGE OR INJURY TO PROPERTY AND LOST PROFITS, REGARDLESS OF WHETHER RSA
   17741 SHALL BE ADVISED, SHALL HAVE OTHER REASON TO KNOW, OR IN FACT SHALL KNOW OF
   17742 THE POSSIBILITY OF SUCH INJURY OR DAMAGE.
   17743 
   17744 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   17745 </pre>
   17746 <ul>
   17747 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
   17748 </ul>
   17749 </div>
   17750 </div>
   17751 
   17752 
   17753 <div class="product">
   17754 <span class="title">sudo-1.8.6_p7</span>
   17755 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   17756 <span class="homepage"><a href="http://www.sudo.ws/">homepage</a></span>
   17757 <div class="licence">
   17758 <pre>Scanned Source License sudo-1.8.6p7/doc/LICENSE:
   17759 
   17760 Sudo is distributed under the following license:
   17761 
   17762    Copyright (c) 1994-1996, 1998-2012
   17763         Todd C. Miller &lt;Todd.Miller (a] courtesan.com&gt;
   17764 
   17765    Permission to use, copy, modify, and distribute this software for any
   17766    purpose with or without fee is hereby granted, provided that the above
   17767    copyright notice and this permission notice appear in all copies.
   17768 
   17769    THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
   17770    WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
   17771    MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
   17772    ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
   17773    WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
   17774    ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
   17775    OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
   17776 
   17777    Sponsored in part by the Defense Advanced Research Projects
   17778    Agency (DARPA) and Air Force Research Laboratory, Air Force
   17779    Materiel Command, USAF, under agreement number F39502-99-1-0512.
   17780 
   17781 The file redblack.c bears the following license:
   17782 
   17783    Copyright (c) 2001 Emin Martinian
   17784   
   17785    Redistribution and use in source and binary forms, with or without
   17786    modification, are permitted provided that neither the name of Emin
   17787    Martinian nor the names of any contributors are be used to endorse or
   17788    promote products derived from this software without specific prior
   17789    written permission.
   17790   
   17791    THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
   17792    "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
   17793    LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
   17794    A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
   17795    OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
   17796    SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
   17797    LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
   17798    DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
   17799    THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
   17800    (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
   17801    OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
   17802 
   17803 The files getcwd.c, glob.c, glob.h and snprintf.c bear the following license:
   17804 
   17805    Copyright (c) 1989, 1990, 1991, 1993
   17806         The Regents of the University of California.  All rights reserved.
   17807 
   17808    Redistribution and use in source and binary forms, with or without
   17809    modification, are permitted provided that the following conditions
   17810    are met:
   17811    1. Redistributions of source code must retain the above copyright
   17812       notice, this list of conditions and the following disclaimer.
   17813    2. Redistributions in binary form must reproduce the above copyright
   17814       notice, this list of conditions and the following disclaimer in the
   17815       documentation and/or other materials provided with the distribution.
   17816    3. Neither the name of the University nor the names of its contributors
   17817       may be used to endorse or promote products derived from this software
   17818       without specific prior written permission.
   17819 
   17820    THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
   17821    ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
   17822    IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
   17823    ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
   17824    FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
   17825    DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
   17826    OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
   17827    HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
   17828    LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
   17829    OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
   17830    SUCH DAMAGE.
   17831 
   17832 The file fnmatch.c bears the following license:
   17833 
   17834    Copyright (c) 2011, VMware, Inc.
   17835    All rights reserved.
   17836    
   17837    Redistribution and use in source and binary forms, with or without
   17838    modification, are permitted provided that the following conditions are met:
   17839        * Redistributions of source code must retain the above copyright
   17840          notice, this list of conditions and the following disclaimer.
   17841        * Redistributions in binary form must reproduce the above copyright
   17842          notice, this list of conditions and the following disclaimer in the
   17843          documentation and/or other materials provided with the distribution.
   17844        * Neither the name of the VMware, Inc. nor the names of its contributors
   17845          may be used to endorse or promote products derived from this software
   17846          without specific prior written permission.
   17847    
   17848    THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
   17849    AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
   17850    IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
   17851    ARE DISCLAIMED. IN NO EVENT SHALL VMWARE, INC. OR CONTRIBUTORS BE LIABLE FOR
   17852    ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
   17853    (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
   17854    LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
   17855    ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
   17856    (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
   17857    THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
   17858 
   17859 The embedded copy of zlib bears the following license:
   17860 
   17861   Copyright (C) 1995-2012 Jean-loup Gailly and Mark Adler
   17862 
   17863   This software is provided 'as-is', without any express or implied
   17864   warranty.  In no event will the authors be held liable for any damages
   17865   arising from the use of this software.
   17866 
   17867   Permission is granted to anyone to use this software for any purpose,
   17868   including commercial applications, and to alter it and redistribute it
   17869   freely, subject to the following restrictions:
   17870 
   17871   1. The origin of this software must not be misrepresented; you must not
   17872      claim that you wrote the original software. If you use this software
   17873      in a product, an acknowledgment in the product documentation would be
   17874      appreciated but is not required.
   17875   2. Altered source versions must be plainly marked as such, and must not be
   17876      misrepresented as being the original software.
   17877   3. This notice may not be removed or altered from any source distribution.
   17878 
   17879   Jean-loup Gailly        Mark Adler
   17880   jloup (a] gzip.org          madler (a] alumni.caltech.edu
   17881 
   17882 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   17883 </pre>
   17884 <ul>
   17885 <li><a href='#ISC'>Gentoo Package Stock License ISC</a></li>
   17886 </ul>
   17887 </div>
   17888 </div>
   17889 
   17890 
   17891 <div class="product">
   17892 <span class="title">swig-2.0.4</span>
   17893 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   17894 <span class="homepage"><a href="http://www.swig.org/">homepage</a></span>
   17895 <div class="licence">
   17896 <pre>Scanned Source License swig-2.0.4/CCache/COPYING:
   17897 
   17898 		    GNU GENERAL PUBLIC LICENSE
   17899 		       Version 2, June 1991
   17900 
   17901  Copyright (C) 1989, 1991 Free Software Foundation, Inc.
   17902                           675 Mass Ave, Cambridge, MA 02139, USA
   17903  Everyone is permitted to copy and distribute verbatim copies
   17904  of this license document, but changing it is not allowed.
   17905 
   17906 			    Preamble
   17907 
   17908   The licenses for most software are designed to take away your
   17909 freedom to share and change it.  By contrast, the GNU General Public
   17910 License is intended to guarantee your freedom to share and change free
   17911 software--to make sure the software is free for all its users.  This
   17912 General Public License applies to most of the Free Software
   17913 Foundation's software and to any other program whose authors commit to
   17914 using it.  (Some other Free Software Foundation software is covered by
   17915 the GNU Library General Public License instead.)  You can apply it to
   17916 your programs, too.
   17917 
   17918   When we speak of free software, we are referring to freedom, not
   17919 price.  Our General Public Licenses are designed to make sure that you
   17920 have the freedom to distribute copies of free software (and charge for
   17921 this service if you wish), that you receive source code or can get it
   17922 if you want it, that you can change the software or use pieces of it
   17923 in new free programs; and that you know you can do these things.
   17924 
   17925   To protect your rights, we need to make restrictions that forbid
   17926 anyone to deny you these rights or to ask you to surrender the rights.
   17927 These restrictions translate to certain responsibilities for you if you
   17928 distribute copies of the software, or if you modify it.
   17929 
   17930   For example, if you distribute copies of such a program, whether
   17931 gratis or for a fee, you must give the recipients all the rights that
   17932 you have.  You must make sure that they, too, receive or can get the
   17933 source code.  And you must show them these terms so they know their
   17934 rights.
   17935 
   17936   We protect your rights with two steps: (1) copyright the software, and
   17937 (2) offer you this license which gives you legal permission to copy,
   17938 distribute and/or modify the software.
   17939 
   17940   Also, for each author's protection and ours, we want to make certain
   17941 that everyone understands that there is no warranty for this free
   17942 software.  If the software is modified by someone else and passed on, we
   17943 want its recipients to know that what they have is not the original, so
   17944 that any problems introduced by others will not reflect on the original
   17945 authors' reputations.
   17946 
   17947   Finally, any free program is threatened constantly by software
   17948 patents.  We wish to avoid the danger that redistributors of a free
   17949 program will individually obtain patent licenses, in effect making the
   17950 program proprietary.  To prevent this, we have made it clear that any
   17951 patent must be licensed for everyone's free use or not licensed at all.
   17952 
   17953   The precise terms and conditions for copying, distribution and
   17954 modification follow.
   17955 
   17957 		    GNU GENERAL PUBLIC LICENSE
   17958    TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
   17959 
   17960   0. This License applies to any program or other work which contains
   17961 a notice placed by the copyright holder saying it may be distributed
   17962 under the terms of this General Public License.  The "Program", below,
   17963 refers to any such program or work, and a "work based on the Program"
   17964 means either the Program or any derivative work under copyright law:
   17965 that is to say, a work containing the Program or a portion of it,
   17966 either verbatim or with modifications and/or translated into another
   17967 language.  (Hereinafter, translation is included without limitation in
   17968 the term "modification".)  Each licensee is addressed as "you".
   17969 
   17970 Activities other than copying, distribution and modification are not
   17971 covered by this License; they are outside its scope.  The act of
   17972 running the Program is not restricted, and the output from the Program
   17973 is covered only if its contents constitute a work based on the
   17974 Program (independent of having been made by running the Program).
   17975 Whether that is true depends on what the Program does.
   17976 
   17977   1. You may copy and distribute verbatim copies of the Program's
   17978 source code as you receive it, in any medium, provided that you
   17979 conspicuously and appropriately publish on each copy an appropriate
   17980 copyright notice and disclaimer of warranty; keep intact all the
   17981 notices that refer to this License and to the absence of any warranty;
   17982 and give any other recipients of the Program a copy of this License
   17983 along with the Program.
   17984 
   17985 You may charge a fee for the physical act of transferring a copy, and
   17986 you may at your option offer warranty protection in exchange for a fee.
   17987 
   17988   2. You may modify your copy or copies of the Program or any portion
   17989 of it, thus forming a work based on the Program, and copy and
   17990 distribute such modifications or work under the terms of Section 1
   17991 above, provided that you also meet all of these conditions:
   17992 
   17993     a) You must cause the modified files to carry prominent notices
   17994     stating that you changed the files and the date of any change.
   17995 
   17996     b) You must cause any work that you distribute or publish, that in
   17997     whole or in part contains or is derived from the Program or any
   17998     part thereof, to be licensed as a whole at no charge to all third
   17999     parties under the terms of this License.
   18000 
   18001     c) If the modified program normally reads commands interactively
   18002     when run, you must cause it, when started running for such
   18003     interactive use in the most ordinary way, to print or display an
   18004     announcement including an appropriate copyright notice and a
   18005     notice that there is no warranty (or else, saying that you provide
   18006     a warranty) and that users may redistribute the program under
   18007     these conditions, and telling the user how to view a copy of this
   18008     License.  (Exception: if the Program itself is interactive but
   18009     does not normally print such an announcement, your work based on
   18010     the Program is not required to print an announcement.)
   18011 
   18013 These requirements apply to the modified work as a whole.  If
   18014 identifiable sections of that work are not derived from the Program,
   18015 and can be reasonably considered independent and separate works in
   18016 themselves, then this License, and its terms, do not apply to those
   18017 sections when you distribute them as separate works.  But when you
   18018 distribute the same sections as part of a whole which is a work based
   18019 on the Program, the distribution of the whole must be on the terms of
   18020 this License, whose permissions for other licensees extend to the
   18021 entire whole, and thus to each and every part regardless of who wrote it.
   18022 
   18023 Thus, it is not the intent of this section to claim rights or contest
   18024 your rights to work written entirely by you; rather, the intent is to
   18025 exercise the right to control the distribution of derivative or
   18026 collective works based on the Program.
   18027 
   18028 In addition, mere aggregation of another work not based on the Program
   18029 with the Program (or with a work based on the Program) on a volume of
   18030 a storage or distribution medium does not bring the other work under
   18031 the scope of this License.
   18032 
   18033   3. You may copy and distribute the Program (or a work based on it,
   18034 under Section 2) in object code or executable form under the terms of
   18035 Sections 1 and 2 above provided that you also do one of the following:
   18036 
   18037     a) Accompany it with the complete corresponding machine-readable
   18038     source code, which must be distributed under the terms of Sections
   18039     1 and 2 above on a medium customarily used for software interchange; or,
   18040 
   18041     b) Accompany it with a written offer, valid for at least three
   18042     years, to give any third party, for a charge no more than your
   18043     cost of physically performing source distribution, a complete
   18044     machine-readable copy of the corresponding source code, to be
   18045     distributed under the terms of Sections 1 and 2 above on a medium
   18046     customarily used for software interchange; or,
   18047 
   18048     c) Accompany it with the information you received as to the offer
   18049     to distribute corresponding source code.  (This alternative is
   18050     allowed only for noncommercial distribution and only if you
   18051     received the program in object code or executable form with such
   18052     an offer, in accord with Subsection b above.)
   18053 
   18054 The source code for a work means the preferred form of the work for
   18055 making modifications to it.  For an executable work, complete source
   18056 code means all the source code for all modules it contains, plus any
   18057 associated interface definition files, plus the scripts used to
   18058 control compilation and installation of the executable.  However, as a
   18059 special exception, the source code distributed need not include
   18060 anything that is normally distributed (in either source or binary
   18061 form) with the major components (compiler, kernel, and so on) of the
   18062 operating system on which the executable runs, unless that component
   18063 itself accompanies the executable.
   18064 
   18065 If distribution of executable or object code is made by offering
   18066 access to copy from a designated place, then offering equivalent
   18067 access to copy the source code from the same place counts as
   18068 distribution of the source code, even though third parties are not
   18069 compelled to copy the source along with the object code.
   18070 
   18072   4. You may not copy, modify, sublicense, or distribute the Program
   18073 except as expressly provided under this License.  Any attempt
   18074 otherwise to copy, modify, sublicense or distribute the Program is
   18075 void, and will automatically terminate your rights under this License.
   18076 However, parties who have received copies, or rights, from you under
   18077 this License will not have their licenses terminated so long as such
   18078 parties remain in full compliance.
   18079 
   18080   5. You are not required to accept this License, since you have not
   18081 signed it.  However, nothing else grants you permission to modify or
   18082 distribute the Program or its derivative works.  These actions are
   18083 prohibited by law if you do not accept this License.  Therefore, by
   18084 modifying or distributing the Program (or any work based on the
   18085 Program), you indicate your acceptance of this License to do so, and
   18086 all its terms and conditions for copying, distributing or modifying
   18087 the Program or works based on it.
   18088 
   18089   6. Each time you redistribute the Program (or any work based on the
   18090 Program), the recipient automatically receives a license from the
   18091 original licensor to copy, distribute or modify the Program subject to
   18092 these terms and conditions.  You may not impose any further
   18093 restrictions on the recipients' exercise of the rights granted herein.
   18094 You are not responsible for enforcing compliance by third parties to
   18095 this License.
   18096 
   18097   7. If, as a consequence of a court judgment or allegation of patent
   18098 infringement or for any other reason (not limited to patent issues),
   18099 conditions are imposed on you (whether by court order, agreement or
   18100 otherwise) that contradict the conditions of this License, they do not
   18101 excuse you from the conditions of this License.  If you cannot
   18102 distribute so as to satisfy simultaneously your obligations under this
   18103 License and any other pertinent obligations, then as a consequence you
   18104 may not distribute the Program at all.  For example, if a patent
   18105 license would not permit royalty-free redistribution of the Program by
   18106 all those who receive copies directly or indirectly through you, then
   18107 the only way you could satisfy both it and this License would be to
   18108 refrain entirely from distribution of the Program.
   18109 
   18110 If any portion of this section is held invalid or unenforceable under
   18111 any particular circumstance, the balance of the section is intended to
   18112 apply and the section as a whole is intended to apply in other
   18113 circumstances.
   18114 
   18115 It is not the purpose of this section to induce you to infringe any
   18116 patents or other property right claims or to contest validity of any
   18117 such claims; this section has the sole purpose of protecting the
   18118 integrity of the free software distribution system, which is
   18119 implemented by public license practices.  Many people have made
   18120 generous contributions to the wide range of software distributed
   18121 through that system in reliance on consistent application of that
   18122 system; it is up to the author/donor to decide if he or she is willing
   18123 to distribute software through any other system and a licensee cannot
   18124 impose that choice.
   18125 
   18126 This section is intended to make thoroughly clear what is believed to
   18127 be a consequence of the rest of this License.
   18128 
   18130   8. If the distribution and/or use of the Program is restricted in
   18131 certain countries either by patents or by copyrighted interfaces, the
   18132 original copyright holder who places the Program under this License
   18133 may add an explicit geographical distribution limitation excluding
   18134 those countries, so that distribution is permitted only in or among
   18135 countries not thus excluded.  In such case, this License incorporates
   18136 the limitation as if written in the body of this License.
   18137 
   18138   9. The Free Software Foundation may publish revised and/or new versions
   18139 of the General Public License from time to time.  Such new versions will
   18140 be similar in spirit to the present version, but may differ in detail to
   18141 address new problems or concerns.
   18142 
   18143 Each version is given a distinguishing version number.  If the Program
   18144 specifies a version number of this License which applies to it and "any
   18145 later version", you have the option of following the terms and conditions
   18146 either of that version or of any later version published by the Free
   18147 Software Foundation.  If the Program does not specify a version number of
   18148 this License, you may choose any version ever published by the Free Software
   18149 Foundation.
   18150 
   18151   10. If you wish to incorporate parts of the Program into other free
   18152 programs whose distribution conditions are different, write to the author
   18153 to ask for permission.  For software which is copyrighted by the Free
   18154 Software Foundation, write to the Free Software Foundation; we sometimes
   18155 make exceptions for this.  Our decision will be guided by the two goals
   18156 of preserving the free status of all derivatives of our free software and
   18157 of promoting the sharing and reuse of software generally.
   18158 
   18159 			    NO WARRANTY
   18160 
   18161   11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
   18162 FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.  EXCEPT WHEN
   18163 OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
   18164 PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
   18165 OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
   18166 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  THE ENTIRE RISK AS
   18167 TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU.  SHOULD THE
   18168 PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
   18169 REPAIR OR CORRECTION.
   18170 
   18171   12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
   18172 WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
   18173 REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
   18174 INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
   18175 OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
   18176 TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
   18177 YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
   18178 PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
   18179 POSSIBILITY OF SUCH DAMAGES.
   18180 
   18181 		     END OF TERMS AND CONDITIONS
   18182 
   18184 	Appendix: How to Apply These Terms to Your New Programs
   18185 
   18186   If you develop a new program, and you want it to be of the greatest
   18187 possible use to the public, the best way to achieve this is to make it
   18188 free software which everyone can redistribute and change under these terms.
   18189 
   18190   To do so, attach the following notices to the program.  It is safest
   18191 to attach them to the start of each source file to most effectively
   18192 convey the exclusion of warranty; and each file should have at least
   18193 the "copyright" line and a pointer to where the full notice is found.
   18194 
   18195     &lt;one line to give the program's name and a brief idea of what it does.&gt;
   18196     Copyright (C) 19yy  &lt;name of author&gt;
   18197 
   18198     This program is free software; you can redistribute it and/or modify
   18199     it under the terms of the GNU General Public License as published by
   18200     the Free Software Foundation; either version 2 of the License, or
   18201     (at your option) any later version.
   18202 
   18203     This program is distributed in the hope that it will be useful,
   18204     but WITHOUT ANY WARRANTY; without even the implied warranty of
   18205     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   18206     GNU General Public License for more details.
   18207 
   18208     You should have received a copy of the GNU General Public License
   18209     along with this program; if not, write to the Free Software
   18210     Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
   18211 
   18212 Also add information on how to contact you by electronic and paper mail.
   18213 
   18214 If the program is interactive, make it output a short notice like this
   18215 when it starts in an interactive mode:
   18216 
   18217     Gnomovision version 69, Copyright (C) 19yy name of author
   18218     Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
   18219     This is free software, and you are welcome to redistribute it
   18220     under certain conditions; type `show c' for details.
   18221 
   18222 The hypothetical commands `show w' and `show c' should show the appropriate
   18223 parts of the General Public License.  Of course, the commands you use may
   18224 be called something other than `show w' and `show c'; they could even be
   18225 mouse-clicks or menu items--whatever suits your program.
   18226 
   18227 You should also get your employer (if you work as a programmer) or your
   18228 school, if any, to sign a "copyright disclaimer" for the program, if
   18229 necessary.  Here is a sample; alter the names:
   18230 
   18231   Yoyodyne, Inc., hereby disclaims all copyright interest in the program
   18232   `Gnomovision' (which makes passes at compilers) written by James Hacker.
   18233 
   18234   &lt;signature of Ty Coon&gt;, 1 April 1989
   18235   Ty Coon, President of Vice
   18236 
   18237 This General Public License does not permit incorporating your program into
   18238 proprietary programs.  If your program is a subroutine library, you may
   18239 consider it more useful to permit linking proprietary applications with the
   18240 library.  If this is what you want to do, use the GNU Library General
   18241 Public License instead of this License.
   18242 
   18243 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   18244 
   18245 Scanned Source License swig-2.0.4/CCache/debian/copyright:
   18246 
   18247 This package was debianized by Paul Russell &lt;prussell (a] debian.org&gt; on
   18248 Sun, 31 Mar 2002 14:08:57 +0200.
   18249 
   18250 It was downloaded from http://ccache.samba.org/ftp/ccache/
   18251 
   18252 The ccache-zlib patch was downloaded from http://www.gustaebel.de/lars/ccache/
   18253 
   18254 Upstream Author: Andrew Tridgell &lt;tridge (a] samba.org&gt;
   18255 
   18256 Copyright: 2002-2005 Andrew Tridgell &lt;tridge (a] samba.org&gt;
   18257 
   18258    This program is free software; you can redistribute it and/or modify
   18259    it under the terms of the GNU General Public License as published by
   18260    the Free Software Foundation; either version 2 of the License, or
   18261    (at your option) any later version.
   18262 
   18263    This program is distributed in the hope that it will be useful,
   18264    but WITHOUT ANY WARRANTY; without even the implied warranty of
   18265    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   18266    GNU General Public License for more details.
   18267 
   18268    You should have received a copy of the GNU General Public License
   18269    along with this program; if not, write to the Free Software
   18270    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
   18271    02110-1301, USA
   18272 
   18273 You are free to distribute this software under the terms of the GNU General
   18274 Public License. On Debian systems, the complete text of the GNU General
   18275 Public License can be found in /usr/share/common-licenses/GPL file.
   18276 
   18277 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   18278 
   18279 Scanned Source License swig-2.0.4/COPYRIGHT:
   18280 
   18281 SWIG Copyright and Authors
   18282 --------------------------
   18283 
   18284 Copyright (c) 1995-2011 The SWIG Developers
   18285 Copyright (c) 2005-2006 Arizona Board of Regents (University of Arizona).
   18286 Copyright (c) 1998-2005 University of Chicago.
   18287 Copyright (c) 1995-1998 The University of Utah and the Regents of the University of California
   18288 
   18289 Portions also copyrighted by:
   18290  Network Applied Communication Laboratory, Inc
   18291  Information-technology Promotion Agency, Japan
   18292 
   18293 Active SWIG Developers:
   18294  William Fulton (wsf (a] fultondesigns.co.uk)               (SWIG core, Java, C#, Windows, Cygwin)
   18295  Olly Betts (olly (a] survex.com)                           (PHP)
   18296  Joseph Wang (joequant (a] gmail.com)                       (R)
   18297  Xavier Delacour (xavier.delacour (a] gmail.com)            (Octave)
   18298  David Nadlinger (code (a] klickverbot.at)                  (D)
   18299 
   18300 Past SWIG developers and major contributors include:
   18301  Dave Beazley (dave-swig (a] dabeaz.com)                    (SWIG core, Python, Tcl, Perl)
   18302  Henning Thielemann (swig (a] henning-thielemann.de)        (Modula3)
   18303  Matthias Kppe (mkoeppe (a] mail.math.uni-magdeburg.de)    (Guile, MzScheme)
   18304  Luigi Ballabio (luigi.ballabio (a] fastwebnet.it)          (STL wrapping)
   18305  Mikel Bancroft (mikel (a] franz.com)                       (Allegro CL)
   18306  Surendra Singhi (efuzzyone (a] netscape.net)               (CLISP, CFFI)
   18307  Marcelo Matus (mmatus (a] acms.arizona.edu)                (SWIG core, Python, UTL[python,perl,tcl,ruby])
   18308  Art Yerkes (ayerkes (a] speakeasy.net)                     (Ocaml)
   18309  Lyle Johnson (lyle (a] users.sourceforge.net)              (Ruby)
   18310  Charlie Savage (cfis (a] interserv.com)                    (Ruby)
   18311  Thien-Thi Nguyen (ttn (a] glug.org)                        (build/test/misc)
   18312  Richard Palmer (richard (a] magicality.org)                (PHP)
   18313  Sam Liddicott - Ananova Ltd (saml (a] liddicott.com)       (PHP)
   18314  Tim Hockin - Sun Microsystems (thockin (a] sun.com)        (PHP)
   18315  Kevin Ruland                                           (PHP)
   18316  Shibukawa Yoshiki                                      (Japanese Translation)
   18317  Jason Stewart (jason (a] openinformatics.com)              (Perl5)
   18318  Loic Dachary                                           (Perl5)
   18319  David Fletcher                                         (Perl5)
   18320  Gary Holt                                              (Perl5)
   18321  Masaki Fukushima                                       (Ruby)
   18322  Scott Michel (scottm (a] cs.ucla.edu)                      (Java directors)
   18323  Tiger Feng (songyanf (a] cs.uchicago.edu)                  (SWIG core)
   18324  Mark Rose (mrose (a] stm.lbl.gov)                          (Directors)
   18325  Jonah Beckford (beckford (a] usermail.com)                 (CHICKEN)
   18326  Ahmon Dancy (dancy (a] franz.com)                          (Allegro CL)
   18327  Dirk Gerrits                                           (Allegro CL)
   18328  Neil Cawse                                             (C#)
   18329  Harco de Hilster                                       (Java)
   18330  Alexey Dyachenko (dyachenko (a] fromru.com)                (Tcl)
   18331  Bob Techentin                                          (Tcl)
   18332  Martin Froehlich &lt;MartinFroehlich (a] ACM.org&gt;             (Guile)
   18333  Marcio Luis Teixeira &lt;marciot (a] holly.colostate.edu&gt;     (Guile)
   18334  Duncan Temple Lang                                     (R)
   18335  Miklos Vajna &lt;vmiklos (a] frugalware.org&gt;                  (PHP directors)
   18336  Mark Gossage (mark (a] gossage.cjb.net)                    (Lua)
   18337  Gonzalo Garramuno (ggarra (a] advancedsl.com.ar)           (Ruby, Ruby's UTL)
   18338  John Lenz                                              (Guile, MzScheme updates, Chicken module, runtime system)
   18339  Ian Lance Taylor                                       (Go)
   18340  Vadim Zeitlin                                          (PCRE)
   18341  Stefan Zager (szager (a] gmail.com)			(Python)
   18342 
   18343 Past contributors include:
   18344  James Michael DuPont, Clark McGrew, Dustin Mitchell, Ian Cooke, Catalin Dumitrescu, Baran
   18345  Kovuk, Oleg Tolmatcev, Tal Shalif, Lluis Padro, Chris Seatory, Igor Bely, Robin Dunn,
   18346  Edward Zimmermann, David Ascher, Dominique Dumont, Pier Giorgio Esposito, Hasan Baran Kovuk,
   18347  Klaus Wiedernders
   18348  (See CHANGES and CHANGES.current and the bug tracker for a more complete list).
   18349 
   18350 Past students:
   18351  Songyan Feng (Chicago).
   18352  Xinghua Shi (Chicago).
   18353  Jing Cao (Chicago).
   18354  Aquinas Hobor (Chicago).
   18355 
   18356 Historically, the following people contributed to early versions of SWIG.
   18357 Peter Lomdahl, Brad Holian, Shujia Zhou, Niels Jensen, and Tim Germann
   18358 at Los Alamos National Laboratory were the first users. Patrick
   18359 Tullmann at the University of Utah suggested the idea of automatic
   18360 documentation generation. John Schmidt and Kurtis Bleeker at the
   18361 University of Utah tested out the early versions.  Chris Johnson
   18362 supported SWIG's developed at the University of Utah. John Buckman,
   18363 Larry Virden, and Tom Schwaller provided valuable input on the first
   18364 releases and improving the portability of SWIG. David Fletcher and
   18365 Gary Holt have provided a great deal of input on improving SWIG's
   18366 Perl5 implementation. Kevin Butler contributed the first Windows NT
   18367 port.
   18368 
   18369 Early bug reports and patches:
   18370 Adam Hupp, Arthur Smyles, Brad Clements, Brett Williams, Buck Hodges,
   18371 Burkhard Kloss, Chia-Liang Kao, Craig Files, Dennis Marsa, Dieter Baron,
   18372 Drake Diedrich, Fleur Diana Dragan, Gary Pennington, Geoffrey Hort, Gerald Williams,
   18373 Greg Anderson, Greg Kochanski, Greg Troxel, Henry Rowley, Irina Kotlova,
   18374 Israel Taller, James Bailey, Jim Fulton, Joel Reed, Jon Travis,
   18375 Junio Hamano, Justin Heyes-Jones, Karl Forner, Keith Davidson,
   18376 Krzysztof Kozminski, Larry Virden, Luke J Crook, Magnus Ljung, Marc Zonzon,
   18377 Mark Howson, Micahel Scharf, Michel Sanner, Mike Romberg, Mike Simons,
   18378 Mike Weiblen, Paul Brannan, Ram Bhamidipaty, Reinhard Fobbe, Rich Wales,
   18379 Richard Salz, Roy Lecates, Rudy Albachten, Scott Drummonds
   18380 Scott Michel, Shaun Lowry, Steve Galser, Tarn Weisner Burton,
   18381 Thomas Weidner, Tony Seward, Uwe Steinmann, Vadim Chugunov, Wyss Clemens,
   18382 Zhong Ren.
   18383 
   18384 
   18385 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   18386 
   18387 Scanned Source License swig-2.0.4/LICENSE:
   18388 
   18389 SWIG is free software: you can redistribute it and/or modify it
   18390 under the terms of the GNU General Public License as published by
   18391 the Free Software Foundation, either version 3 of the License, or
   18392 (at your option) any later version. See the LICENSE-GPL file for
   18393 the full terms of the GNU General Public license version 3.
   18394 
   18395 Portions of SWIG are also licensed under the terms of the licenses
   18396 in the file LICENSE-UNIVERSITIES. You must observe the terms of
   18397 these licenses, as well as the terms of the GNU General Public License,
   18398 when you distribute SWIG.
   18399 
   18400 The SWIG library and examples, under the Lib and Examples top level 
   18401 directories, are distributed under the following terms:
   18402 
   18403   You may copy, modify, distribute, and make derivative works based on
   18404   this software, in source code or object code form, without
   18405   restriction. If you distribute the software to others, you may do
   18406   so according to the terms of your choice. This software is offered as
   18407   is, without warranty of any kind.
   18408 
   18409 See the COPYRIGHT file for a list of contributors to SWIG and their
   18410 copyright notices.
   18411 
   18412 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   18413 </pre>
   18414 <ul>
   18415 <li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li>
   18416 <li><a href='#as-is'>Gentoo Package Stock License as-is</a></li>
   18417 </ul>
   18418 </div>
   18419 </div>
   18420 
   18421 
   18422 <div class="product">
   18423 <span class="title">syslinux-3.83</span>
   18424 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   18425 <span class="homepage"><a href="http://syslinux.zytor.com/">homepage</a></span>
   18426 <div class="licence">
   18427 <pre></pre>
   18428 <ul>
   18429 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
   18430 </ul>
   18431 </div>
   18432 </div>
   18433 
   18434 
   18435 <div class="product">
   18436 <span class="title">tar-1.26</span>
   18437 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   18438 <span class="homepage"><a href="http://www.gnu.org/software/tar/">homepage</a></span>
   18439 <div class="licence">
   18440 <pre></pre>
   18441 <ul>
   18442 <li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li>
   18443 </ul>
   18444 </div>
   18445 </div>
   18446 
   18447 
   18448 <div class="product">
   18449 <span class="title">tibt-jomolhari-0.0.3c</span>
   18450 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   18451 <span class="homepage"><a href="https://sites.google.com/site/chrisfynn2/home/fonts/jomolhari">homepage</a></span>
   18452 <div class="licence">
   18453 <pre></pre>
   18454 <ul>
   18455 <li><a href='#OFL-1.1'>Gentoo Package Stock License OFL-1.1</a></li>
   18456 </ul>
   18457 </div>
   18458 </div>
   18459 
   18460 
   18461 <div class="product">
   18462 <span class="title">timezone-data-2013g</span>
   18463 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   18464 <span class="homepage"><a href="http://www.iana.org/time-zones">homepage</a></span>
   18465 <div class="licence">
   18466 <pre>Copyright Attribution License chromiumos-overlay/licenses/copyright-attribution/sys-libs/timezone-data:
   18467 
   18468 Copyright (c) 1985, 1987, 1988 The Regents of the University of California.
   18469 All rights reserved.
   18470 
   18471 Redistribution and use in source and binary forms are permitted
   18472 provided that the above copyright notice and this paragraph are
   18473 duplicated in all such forms and that any documentation,
   18474 advertising materials, and other materials related to such
   18475 distribution and use acknowledge that the software was developed
   18476 by the University of California, Berkeley.  The name of the
   18477 University may not be used to endorse or promote products derived
   18478 from this software without specific prior written permission.
   18479 THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
   18480 IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
   18481 WARRANTIES OF MERCHANT[A]BILITY AND FITNESS FOR A PARTICULAR PURPOSE.
   18482 
   18483 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   18484 </pre>
   18485 <ul>
   18486 <li><a href='#public-domain'>Gentoo Package Stock License public-domain</a></li>
   18487 </ul>
   18488 </div>
   18489 </div>
   18490 
   18491 
   18492 <div class="product">
   18493 <span class="title">tlsdate-0.0.5</span>
   18494 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   18495 <span class="homepage"><a href="https://github.com/ioerror/tlsdate">homepage</a></span>
   18496 <div class="licence">
   18497 <pre>Scanned Source License tlsdate-0.0.5/LICENSE:
   18498 
   18499                     This file contains the license for tlsdate,
   18500         a free software project to set your system clock securely.
   18501 
   18502         It also lists the licenses for other components used by tlsdate.
   18503 
   18504       For more information about tlsdate, see https://github.com/ioerror/tlsdate
   18505 
   18506              If you got this file as a part of a larger bundle,
   18507         there may be other license terms that you should be aware of.
   18508 
   18509 ===============================================================================
   18510 tlsdate is distributed under this license:
   18511 
   18512 Copyright (c) 2011-2012, Jacob Appelbaum &lt;jacob (a] appelbaum.net&gt;
   18513 Copyright (c) 2011-2012, The Tor Project, Inc.
   18514 
   18515 Redistribution and use in source and binary forms, with or without
   18516 modification, are permitted provided that the following conditions are
   18517 met:
   18518 
   18519     * Redistributions of source code must retain the above copyright
   18520 notice, this list of conditions and the following disclaimer.
   18521 
   18522     * Redistributions in binary form must reproduce the above
   18523 copyright notice, this list of conditions and the following disclaimer
   18524 in the documentation and/or other materials provided with the
   18525 distribution.
   18526 
   18527     * Neither the names of the copyright owners nor the names of its
   18528 contributors may be used to endorse or promote products derived from
   18529 this software without specific prior written permission.
   18530 
   18531 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
   18532 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
   18533 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
   18534 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
   18535 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
   18536 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
   18537 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
   18538 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
   18539 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
   18540 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
   18541 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
   18542 ===============================================================================
   18543 If you got tlsdate as a static binary with OpenSSL included, then you should
   18544 know:
   18545 
   18546  "This product includes software developed by the OpenSSL Project for use in
   18547   the OpenSSL Toolkit (http://www.openssl.org/)"
   18548 
   18549 ===============================================================================
   18550 
   18551 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   18552 </pre>
   18553 <ul>
   18554 
   18555 </ul>
   18556 </div>
   18557 </div>
   18558 
   18559 
   18560 <div class="product">
   18561 <span class="title">trousers-0.3.3</span>
   18562 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   18563 <span class="homepage"><a href="http://trousers.sf.net">homepage</a></span>
   18564 <div class="licence">
   18565 <pre>Gentoo Package Stock License CPL-1.0:
   18566 
   18567 Common Public License Version 1.0
   18568 
   18569 THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS COMMON PUBLIC LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT.
   18570 
   18571 1. DEFINITIONS
   18572 
   18573 "Contribution" means:
   18574 
   18575 a) in the case of the initial Contributor, the initial code and documentation distributed under this Agreement, and
   18576 
   18577 b) in the case of each subsequent Contributor:
   18578 
   18579 i) changes to the Program, and
   18580 
   18581 ii) additions to the Program;
   18582 
   18583 where such changes and/or additions to the Program originate from and are distributed by that particular Contributor. A Contribution 'originates' from a Contributor if it was added to the Program by such Contributor itself or anyone acting on such Contributor's behalf. Contributions do not include additions to the Program which: (i) are separate modules of software distributed in conjunction with the Program under their own license agreement, and (ii) are not derivative works of the Program.
   18584 
   18585 "Contributor" means any person or entity that distributes the Program.
   18586 
   18587 "Licensed Patents " mean patent claims licensable by a Contributor which are necessarily infringed by the use or sale of its Contribution alone or when combined with the Program.
   18588 
   18589 "Program" means the Contributions distributed in accordance with this Agreement.
   18590 
   18591 "Recipient" means anyone who receives the Program under this Agreement, including all Contributors.
   18592 
   18593 2. GRANT OF RIGHTS
   18594 
   18595 a) Subject to the terms of this Agreement, each Contributor hereby grants Recipient a non-exclusive, worldwide, royalty-free copyright license to reproduce, prepare derivative works of, publicly display, publicly perform, distribute and sublicense the Contribution of such Contributor, if any, and such derivative works, in source code and object code form.
   18596 
   18597 b) Subject to the terms of this Agreement, each Contributor hereby grants Recipient a non-exclusive, worldwide, royalty-free patent license under Licensed Patents to make, use, sell, offer to sell, import and otherwise transfer the Contribution of such Contributor, if any, in source code and object code form. This patent license shall apply to the combination of the Contribution and the Program if, at the time the Contribution is added by the Contributor, such addition of the Contribution causes such combination to be covered by the Licensed Patents. The patent license shall not apply to any other combinations which include the Contribution. No hardware per se is licensed hereunder.
   18598 
   18599 c) Recipient understands that although each Contributor grants the licenses to its Contributions set forth herein, no assurances are provided by any Contributor that the Program does not infringe the patent or other intellectual property rights of any other entity. Each Contributor disclaims any liability to Recipient for claims brought by any other entity based on infringement of intellectual property rights or otherwise. As a condition to exercising the rights and licenses granted hereunder, each Recipient hereby assumes sole responsibility to secure any other intellectual property rights needed, if any. For example, if a third party patent license is required to allow Recipient to distribute the Program, it is Recipient's responsibility to acquire that license before distributing the Program.
   18600 
   18601 d) Each Contributor represents that to its knowledge it has sufficient copyright rights in its Contribution, if any, to grant the copyright license set forth in this Agreement.
   18602 
   18603 3. REQUIREMENTS
   18604 
   18605 A Contributor may choose to distribute the Program in object code form under its own license agreement, provided that:
   18606 
   18607 a) it complies with the terms and conditions of this Agreement; and
   18608 
   18609 b) its license agreement:
   18610 
   18611 i) effectively disclaims on behalf of all Contributors all warranties and conditions, express and implied, including warranties or conditions of title and non-infringement, and implied warranties or conditions of merchantability and fitness for a particular purpose;
   18612 
   18613 ii) effectively excludes on behalf of all Contributors all liability for damages, including direct, indirect, special, incidental and consequential damages, such as lost profits;
   18614 
   18615 iii) states that any provisions which differ from this Agreement are offered by that Contributor alone and not by any other party; and
   18616 
   18617 iv) states that source code for the Program is available from such Contributor, and informs licensees how to obtain it in a reasonable manner on or through a medium customarily used for software exchange.
   18618 
   18619 When the Program is made available in source code form:
   18620 
   18621 a) it must be made available under this Agreement; and
   18622 
   18623 b) a copy of this Agreement must be included with each copy of the Program.
   18624 
   18625 Contributors may not remove or alter any copyright notices contained within the Program.
   18626 
   18627 Each Contributor must identify itself as the originator of its Contribution, if any, in a manner that reasonably allows subsequent Recipients to identify the originator of the Contribution.
   18628 
   18629 4. COMMERCIAL DISTRIBUTION
   18630 
   18631 Commercial distributors of software may accept certain responsibilities with respect to end users, business partners and the like. While this license is intended to facilitate the commercial use of the Program, the Contributor who includes the Program in a commercial product offering should do so in a manner which does not create potential liability for other Contributors. Therefore, if a Contributor includes the Program in a commercial product offering, such Contributor ("Commercial Contributor") hereby agrees to defend and indemnify every other Contributor ("Indemnified Contributor") against any losses, damages and costs (collectively "Losses") arising from claims, lawsuits and other legal actions brought by a third party against the Indemnified Contributor to the extent caused by the acts or omissions of such Commercial Contributor in connection with its distribution of the Program in a commercial product offering. The obligations in this section do not apply to any claims or Losses relating to any actual or alleged intellectual property infringement. In order to qualify, an Indemnified Contributor must: a) promptly notify the Commercial Contributor in writing of such claim, and b) allow the Commercial Contributor to control, and cooperate with the Commercial Contributor in, the defense and any related settlement negotiations. The Indemnified Contributor may participate in any such claim at its own expense.
   18632 
   18633 For example, a Contributor might include the Program in a commercial product offering, Product X. That Contributor is then a Commercial Contributor. If that Commercial Contributor then makes performance claims, or offers warranties related to Product X, those performance claims and warranties are such Commercial Contributor's responsibility alone. Under this section, the Commercial Contributor would have to defend claims against the other Contributors related to those performance claims and warranties, and if a court requires any other Contributor to pay any damages as a result, the Commercial Contributor must pay those damages.
   18634 
   18635 5. NO WARRANTY
   18636 
   18637 EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is solely responsible for determining the appropriateness of using and distributing the Program and assumes all risks associated with its exercise of rights under this Agreement, including but not limited to the risks and costs of program errors, compliance with applicable laws, damage to or loss of data, programs or equipment, and unavailability or interruption of operations.
   18638 
   18639 6. DISCLAIMER OF LIABILITY
   18640 
   18641 EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OR DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
   18642 
   18643 7. GENERAL
   18644 
   18645 If any provision of this Agreement is invalid or unenforceable under applicable law, it shall not affect the validity or enforceability of the remainder of the terms of this Agreement, and without further action by the parties hereto, such provision shall be reformed to the minimum extent necessary to make such provision valid and enforceable.
   18646 
   18647 If Recipient institutes patent litigation against a Contributor with respect to a patent applicable to software (including a cross-claim or counterclaim in a lawsuit), then any patent licenses granted by that Contributor to such Recipient under this Agreement shall terminate as of the date such litigation is filed. In addition, if Recipient institutes patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Program itself (excluding combinations of the Program with other software or hardware) infringes such Recipient's patent(s), then such Recipient's rights granted under Section 2(b) shall terminate as of the date such litigation is filed.
   18648 
   18649 All Recipient's rights under this Agreement shall terminate if it fails to comply with any of the material terms or conditions of this Agreement and does not cure such failure in a reasonable period of time after becoming aware of such noncompliance. If all Recipient's rights under this Agreement terminate, Recipient agrees to cease use and distribution of the Program as soon as reasonably practicable. However, Recipient's obligations under this Agreement and any licenses granted by Recipient relating to the Program shall continue and survive.
   18650 
   18651 Everyone is permitted to copy and distribute copies of this Agreement, but in order to avoid inconsistency the Agreement is copyrighted and may only be modified in the following manner. The Agreement Steward reserves the right to publish new versions (including revisions) of this Agreement from time to time. No one other than the Agreement Steward has the right to modify this Agreement. IBM is the initial Agreement Steward. IBM may assign the responsibility to serve as the Agreement Steward to a suitable separate entity. Each new version of the Agreement will be given a distinguishing version number. The Program (including Contributions) may always be distributed subject to the version of the Agreement under which it was received. In addition, after a new version of the Agreement is published, Contributor may elect to distribute the Program (including its Contributions) under the new version. Except as expressly stated in Sections 2(a) and 2(b) above, Recipient receives no rights or licenses to the intellectual property of any Contributor under this Agreement, whether expressly, by implication, estoppel or otherwise. All rights in the Program not expressly granted under this Agreement are reserved.
   18652 
   18653 This Agreement is governed by the laws of the State of New York and the intellectual property laws of the United States of America. No party to this Agreement will bring a legal action under this Agreement more than one year after the cause of action arose. Each party waives its rights to a jury trial in any resulting litigation.
   18654 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   18655 </pre>
   18656 <ul>
   18657 
   18658 </ul>
   18659 </div>
   18660 </div>
   18661 
   18662 
   18663 <div class="product">
   18664 <span class="title">u-boot-2013.06</span>
   18665 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   18666 <span class="homepage"><a href="http://www.denx.de/wiki/U-Boot">homepage</a></span>
   18667 <div class="licence">
   18668 <pre></pre>
   18669 <ul>
   18670 <li><a href='#GPL-2+'>Gentoo Package Stock License GPL-2+</a></li>
   18671 </ul>
   18672 </div>
   18673 </div>
   18674 
   18675 
   18676 <div class="product">
   18677 <span class="title">udev-171</span>
   18678 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   18679 <span class="homepage"><a href="http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev.html">homepage</a></span>
   18680 <div class="licence">
   18681 <pre></pre>
   18682 <ul>
   18683 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
   18684 </ul>
   18685 </div>
   18686 </div>
   18687 
   18688 
   18689 <div class="product">
   18690 <span class="title">unrar-4.2.4</span>
   18691 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   18692 <span class="homepage"><a href="http://www.rarlab.com/rar_add.htm">homepage</a></span>
   18693 <div class="licence">
   18694 <pre>Gentoo Package Stock License unRAR:
   18695 
   18696  ******    *****   ******   UnRAR - free utility for RAR archives
   18697  **   **  **   **  **   **  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   18698  ******   *******  ******    License for use and distribution of
   18699  **   **  **   **  **   **   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   18700  **   **  **   **  **   **         FREE portable version
   18701                                    ~~~~~~~~~~~~~~~~~~~~~
   18702 
   18703       The source code of UnRAR utility is freeware. This means:
   18704 
   18705    1. All copyrights to RAR and the utility UnRAR are exclusively
   18706       owned by the author - Alexander Roshal.
   18707 
   18708    2. UnRAR source code may be used in any software to handle
   18709       RAR archives without limitations free of charge, but cannot be
   18710       used to develop RAR (WinRAR) compatible archiver and to
   18711       re-create RAR compression algorithm, which is proprietary.
   18712       Distribution of modified UnRAR source code in separate form
   18713       or as a part of other software is permitted, provided that
   18714       full text of this paragraph, starting from "UnRAR source code"
   18715       words, is included in license, or in documentation if license
   18716       is not available, and in source code comments of resulting package.
   18717 
   18718    3. The UnRAR utility may be freely distributed. It is allowed
   18719       to distribute UnRAR inside of other software packages.
   18720 
   18721    4. THE RAR ARCHIVER AND THE UnRAR UTILITY ARE DISTRIBUTED "AS IS".
   18722       NO WARRANTY OF ANY KIND IS EXPRESSED OR IMPLIED.  YOU USE AT 
   18723       YOUR OWN RISK. THE AUTHOR WILL NOT BE LIABLE FOR DATA LOSS, 
   18724       DAMAGES, LOSS OF PROFITS OR ANY OTHER KIND OF LOSS WHILE USING
   18725       OR MISUSING THIS SOFTWARE.
   18726 
   18727    5. Installing and using the UnRAR utility signifies acceptance of
   18728       these terms and conditions of the license.
   18729 
   18730    6. If you don't agree with terms of the license you must remove
   18731       UnRAR files from your storage devices and cease to use the
   18732       utility.
   18733 
   18734       Thank you for your interest in RAR and UnRAR.
   18735 
   18736 
   18737                                             Alexander L. Roshal
   18738 
   18739 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   18740 </pre>
   18741 <ul>
   18742 
   18743 </ul>
   18744 </div>
   18745 </div>
   18746 
   18747 
   18748 <div class="product">
   18749 <span class="title">upstart-1.2</span>
   18750 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   18751 <span class="homepage"><a href="http://upstart.ubuntu.com/">homepage</a></span>
   18752 <div class="licence">
   18753 <pre></pre>
   18754 <ul>
   18755 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
   18756 </ul>
   18757 </div>
   18758 </div>
   18759 
   18760 
   18761 <div class="product">
   18762 <span class="title">ureadahead-0.100.0</span>
   18763 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   18764 <span class="homepage"><a href="https://launchpad.net/ureadahead">homepage</a></span>
   18765 <div class="licence">
   18766 <pre></pre>
   18767 <ul>
   18768 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
   18769 </ul>
   18770 </div>
   18771 </div>
   18772 
   18773 
   18774 <div class="product">
   18775 <span class="title">usbutils-006</span>
   18776 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   18777 <span class="homepage"><a href="http://linux-usb.sourceforge.net/">homepage</a></span>
   18778 <div class="licence">
   18779 <pre></pre>
   18780 <ul>
   18781 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
   18782 </ul>
   18783 </div>
   18784 </div>
   18785 
   18786 
   18787 <div class="product">
   18788 <span class="title">util-linux-2.21.2</span>
   18789 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   18790 <span class="homepage"><a href="http://www.kernel.org/pub/linux/utils/util-linux/">homepage</a></span>
   18791 <div class="licence">
   18792 <pre>Scanned Source License util-linux-2.21.2/COPYING:
   18793 
   18794 		    GNU GENERAL PUBLIC LICENSE
   18795 		       Version 2, June 1991
   18796 
   18797  Copyright (C) 1989, 1991 Free Software Foundation, Inc.
   18798      51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
   18799  Everyone is permitted to copy and distribute verbatim copies
   18800  of this license document, but changing it is not allowed.
   18801 
   18802 			    Preamble
   18803 
   18804   The licenses for most software are designed to take away your
   18805 freedom to share and change it.  By contrast, the GNU General Public
   18806 License is intended to guarantee your freedom to share and change free
   18807 software--to make sure the software is free for all its users.  This
   18808 General Public License applies to most of the Free Software
   18809 Foundation's software and to any other program whose authors commit to
   18810 using it.  (Some other Free Software Foundation software is covered by
   18811 the GNU Library General Public License instead.)  You can apply it to
   18812 your programs, too.
   18813 
   18814   When we speak of free software, we are referring to freedom, not
   18815 price.  Our General Public Licenses are designed to make sure that you
   18816 have the freedom to distribute copies of free software (and charge for
   18817 this service if you wish), that you receive source code or can get it
   18818 if you want it, that you can change the software or use pieces of it
   18819 in new free programs; and that you know you can do these things.
   18820 
   18821   To protect your rights, we need to make restrictions that forbid
   18822 anyone to deny you these rights or to ask you to surrender the rights.
   18823 These restrictions translate to certain responsibilities for you if you
   18824 distribute copies of the software, or if you modify it.
   18825 
   18826   For example, if you distribute copies of such a program, whether
   18827 gratis or for a fee, you must give the recipients all the rights that
   18828 you have.  You must make sure that they, too, receive or can get the
   18829 source code.  And you must show them these terms so they know their
   18830 rights.
   18831 
   18832   We protect your rights with two steps: (1) copyright the software, and
   18833 (2) offer you this license which gives you legal permission to copy,
   18834 distribute and/or modify the software.
   18835 
   18836   Also, for each author's protection and ours, we want to make certain
   18837 that everyone understands that there is no warranty for this free
   18838 software.  If the software is modified by someone else and passed on, we
   18839 want its recipients to know that what they have is not the original, so
   18840 that any problems introduced by others will not reflect on the original
   18841 authors' reputations.
   18842 
   18843   Finally, any free program is threatened constantly by software
   18844 patents.  We wish to avoid the danger that redistributors of a free
   18845 program will individually obtain patent licenses, in effect making the
   18846 program proprietary.  To prevent this, we have made it clear that any
   18847 patent must be licensed for everyone's free use or not licensed at all.
   18848 
   18849   The precise terms and conditions for copying, distribution and
   18850 modification follow.
   18851 
   18853 		    GNU GENERAL PUBLIC LICENSE
   18854    TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
   18855 
   18856   0. This License applies to any program or other work which contains
   18857 a notice placed by the copyright holder saying it may be distributed
   18858 under the terms of this General Public License.  The "Program", below,
   18859 refers to any such program or work, and a "work based on the Program"
   18860 means either the Program or any derivative work under copyright law:
   18861 that is to say, a work containing the Program or a portion of it,
   18862 either verbatim or with modifications and/or translated into another
   18863 language.  (Hereinafter, translation is included without limitation in
   18864 the term "modification".)  Each licensee is addressed as "you".
   18865 
   18866 Activities other than copying, distribution and modification are not
   18867 covered by this License; they are outside its scope.  The act of
   18868 running the Program is not restricted, and the output from the Program
   18869 is covered only if its contents constitute a work based on the
   18870 Program (independent of having been made by running the Program).
   18871 Whether that is true depends on what the Program does.
   18872 
   18873   1. You may copy and distribute verbatim copies of the Program's
   18874 source code as you receive it, in any medium, provided that you
   18875 conspicuously and appropriately publish on each copy an appropriate
   18876 copyright notice and disclaimer of warranty; keep intact all the
   18877 notices that refer to this License and to the absence of any warranty;
   18878 and give any other recipients of the Program a copy of this License
   18879 along with the Program.
   18880 
   18881 You may charge a fee for the physical act of transferring a copy, and
   18882 you may at your option offer warranty protection in exchange for a fee.
   18883 
   18884   2. You may modify your copy or copies of the Program or any portion
   18885 of it, thus forming a work based on the Program, and copy and
   18886 distribute such modifications or work under the terms of Section 1
   18887 above, provided that you also meet all of these conditions:
   18888 
   18889     a) You must cause the modified files to carry prominent notices
   18890     stating that you changed the files and the date of any change.
   18891 
   18892     b) You must cause any work that you distribute or publish, that in
   18893     whole or in part contains or is derived from the Program or any
   18894     part thereof, to be licensed as a whole at no charge to all third
   18895     parties under the terms of this License.
   18896 
   18897     c) If the modified program normally reads commands interactively
   18898     when run, you must cause it, when started running for such
   18899     interactive use in the most ordinary way, to print or display an
   18900     announcement including an appropriate copyright notice and a
   18901     notice that there is no warranty (or else, saying that you provide
   18902     a warranty) and that users may redistribute the program under
   18903     these conditions, and telling the user how to view a copy of this
   18904     License.  (Exception: if the Program itself is interactive but
   18905     does not normally print such an announcement, your work based on
   18906     the Program is not required to print an announcement.)
   18907 
   18909 These requirements apply to the modified work as a whole.  If
   18910 identifiable sections of that work are not derived from the Program,
   18911 and can be reasonably considered independent and separate works in
   18912 themselves, then this License, and its terms, do not apply to those
   18913 sections when you distribute them as separate works.  But when you
   18914 distribute the same sections as part of a whole which is a work based
   18915 on the Program, the distribution of the whole must be on the terms of
   18916 this License, whose permissions for other licensees extend to the
   18917 entire whole, and thus to each and every part regardless of who wrote it.
   18918 
   18919 Thus, it is not the intent of this section to claim rights or contest
   18920 your rights to work written entirely by you; rather, the intent is to
   18921 exercise the right to control the distribution of derivative or
   18922 collective works based on the Program.
   18923 
   18924 In addition, mere aggregation of another work not based on the Program
   18925 with the Program (or with a work based on the Program) on a volume of
   18926 a storage or distribution medium does not bring the other work under
   18927 the scope of this License.
   18928 
   18929   3. You may copy and distribute the Program (or a work based on it,
   18930 under Section 2) in object code or executable form under the terms of
   18931 Sections 1 and 2 above provided that you also do one of the following:
   18932 
   18933     a) Accompany it with the complete corresponding machine-readable
   18934     source code, which must be distributed under the terms of Sections
   18935     1 and 2 above on a medium customarily used for software interchange; or,
   18936 
   18937     b) Accompany it with a written offer, valid for at least three
   18938     years, to give any third party, for a charge no more than your
   18939     cost of physically performing source distribution, a complete
   18940     machine-readable copy of the corresponding source code, to be
   18941     distributed under the terms of Sections 1 and 2 above on a medium
   18942     customarily used for software interchange; or,
   18943 
   18944     c) Accompany it with the information you received as to the offer
   18945     to distribute corresponding source code.  (This alternative is
   18946     allowed only for noncommercial distribution and only if you
   18947     received the program in object code or executable form with such
   18948     an offer, in accord with Subsection b above.)
   18949 
   18950 The source code for a work means the preferred form of the work for
   18951 making modifications to it.  For an executable work, complete source
   18952 code means all the source code for all modules it contains, plus any
   18953 associated interface definition files, plus the scripts used to
   18954 control compilation and installation of the executable.  However, as a
   18955 special exception, the source code distributed need not include
   18956 anything that is normally distributed (in either source or binary
   18957 form) with the major components (compiler, kernel, and so on) of the
   18958 operating system on which the executable runs, unless that component
   18959 itself accompanies the executable.
   18960 
   18961 If distribution of executable or object code is made by offering
   18962 access to copy from a designated place, then offering equivalent
   18963 access to copy the source code from the same place counts as
   18964 distribution of the source code, even though third parties are not
   18965 compelled to copy the source along with the object code.
   18966 
   18968   4. You may not copy, modify, sublicense, or distribute the Program
   18969 except as expressly provided under this License.  Any attempt
   18970 otherwise to copy, modify, sublicense or distribute the Program is
   18971 void, and will automatically terminate your rights under this License.
   18972 However, parties who have received copies, or rights, from you under
   18973 this License will not have their licenses terminated so long as such
   18974 parties remain in full compliance.
   18975 
   18976   5. You are not required to accept this License, since you have not
   18977 signed it.  However, nothing else grants you permission to modify or
   18978 distribute the Program or its derivative works.  These actions are
   18979 prohibited by law if you do not accept this License.  Therefore, by
   18980 modifying or distributing the Program (or any work based on the
   18981 Program), you indicate your acceptance of this License to do so, and
   18982 all its terms and conditions for copying, distributing or modifying
   18983 the Program or works based on it.
   18984 
   18985   6. Each time you redistribute the Program (or any work based on the
   18986 Program), the recipient automatically receives a license from the
   18987 original licensor to copy, distribute or modify the Program subject to
   18988 these terms and conditions.  You may not impose any further
   18989 restrictions on the recipients' exercise of the rights granted herein.
   18990 You are not responsible for enforcing compliance by third parties to
   18991 this License.
   18992 
   18993   7. If, as a consequence of a court judgment or allegation of patent
   18994 infringement or for any other reason (not limited to patent issues),
   18995 conditions are imposed on you (whether by court order, agreement or
   18996 otherwise) that contradict the conditions of this License, they do not
   18997 excuse you from the conditions of this License.  If you cannot
   18998 distribute so as to satisfy simultaneously your obligations under this
   18999 License and any other pertinent obligations, then as a consequence you
   19000 may not distribute the Program at all.  For example, if a patent
   19001 license would not permit royalty-free redistribution of the Program by
   19002 all those who receive copies directly or indirectly through you, then
   19003 the only way you could satisfy both it and this License would be to
   19004 refrain entirely from distribution of the Program.
   19005 
   19006 If any portion of this section is held invalid or unenforceable under
   19007 any particular circumstance, the balance of the section is intended to
   19008 apply and the section as a whole is intended to apply in other
   19009 circumstances.
   19010 
   19011 It is not the purpose of this section to induce you to infringe any
   19012 patents or other property right claims or to contest validity of any
   19013 such claims; this section has the sole purpose of protecting the
   19014 integrity of the free software distribution system, which is
   19015 implemented by public license practices.  Many people have made
   19016 generous contributions to the wide range of software distributed
   19017 through that system in reliance on consistent application of that
   19018 system; it is up to the author/donor to decide if he or she is willing
   19019 to distribute software through any other system and a licensee cannot
   19020 impose that choice.
   19021 
   19022 This section is intended to make thoroughly clear what is believed to
   19023 be a consequence of the rest of this License.
   19024 
   19026   8. If the distribution and/or use of the Program is restricted in
   19027 certain countries either by patents or by copyrighted interfaces, the
   19028 original copyright holder who places the Program under this License
   19029 may add an explicit geographical distribution limitation excluding
   19030 those countries, so that distribution is permitted only in or among
   19031 countries not thus excluded.  In such case, this License incorporates
   19032 the limitation as if written in the body of this License.
   19033 
   19034   9. The Free Software Foundation may publish revised and/or new versions
   19035 of the General Public License from time to time.  Such new versions will
   19036 be similar in spirit to the present version, but may differ in detail to
   19037 address new problems or concerns.
   19038 
   19039 Each version is given a distinguishing version number.  If the Program
   19040 specifies a version number of this License which applies to it and "any
   19041 later version", you have the option of following the terms and conditions
   19042 either of that version or of any later version published by the Free
   19043 Software Foundation.  If the Program does not specify a version number of
   19044 this License, you may choose any version ever published by the Free Software
   19045 Foundation.
   19046 
   19047   10. If you wish to incorporate parts of the Program into other free
   19048 programs whose distribution conditions are different, write to the author
   19049 to ask for permission.  For software which is copyrighted by the Free
   19050 Software Foundation, write to the Free Software Foundation; we sometimes
   19051 make exceptions for this.  Our decision will be guided by the two goals
   19052 of preserving the free status of all derivatives of our free software and
   19053 of promoting the sharing and reuse of software generally.
   19054 
   19055 			    NO WARRANTY
   19056 
   19057   11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
   19058 FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.  EXCEPT WHEN
   19059 OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
   19060 PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
   19061 OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
   19062 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  THE ENTIRE RISK AS
   19063 TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU.  SHOULD THE
   19064 PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
   19065 REPAIR OR CORRECTION.
   19066 
   19067   12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
   19068 WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
   19069 REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
   19070 INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
   19071 OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
   19072 TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
   19073 YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
   19074 PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
   19075 POSSIBILITY OF SUCH DAMAGES.
   19076 
   19077 		     END OF TERMS AND CONDITIONS
   19078 
   19080 	    How to Apply These Terms to Your New Programs
   19081 
   19082   If you develop a new program, and you want it to be of the greatest
   19083 possible use to the public, the best way to achieve this is to make it
   19084 free software which everyone can redistribute and change under these terms.
   19085 
   19086   To do so, attach the following notices to the program.  It is safest
   19087 to attach them to the start of each source file to most effectively
   19088 convey the exclusion of warranty; and each file should have at least
   19089 the "copyright" line and a pointer to where the full notice is found.
   19090 
   19091     &lt;one line to give the program's name and a brief idea of what it does.&gt;
   19092     Copyright (C) &lt;year&gt;  &lt;name of author&gt;
   19093 
   19094     This program is free software; you can redistribute it and/or modify
   19095     it under the terms of the GNU General Public License as published by
   19096     the Free Software Foundation; either version 2 of the License, or
   19097     (at your option) any later version.
   19098 
   19099     This program is distributed in the hope that it will be useful,
   19100     but WITHOUT ANY WARRANTY; without even the implied warranty of
   19101     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   19102     GNU General Public License for more details.
   19103 
   19104     You should have received a copy of the GNU General Public License
   19105     along with this program; if not, write to the Free Software
   19106     Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
   19107 
   19108 
   19109 Also add information on how to contact you by electronic and paper mail.
   19110 
   19111 If the program is interactive, make it output a short notice like this
   19112 when it starts in an interactive mode:
   19113 
   19114     Gnomovision version 69, Copyright (C) year  name of author
   19115     Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
   19116     This is free software, and you are welcome to redistribute it
   19117     under certain conditions; type `show c' for details.
   19118 
   19119 The hypothetical commands `show w' and `show c' should show the appropriate
   19120 parts of the General Public License.  Of course, the commands you use may
   19121 be called something other than `show w' and `show c'; they could even be
   19122 mouse-clicks or menu items--whatever suits your program.
   19123 
   19124 You should also get your employer (if you work as a programmer) or your
   19125 school, if any, to sign a "copyright disclaimer" for the program, if
   19126 necessary.  Here is a sample; alter the names:
   19127 
   19128   Yoyodyne, Inc., hereby disclaims all copyright interest in the program
   19129   `Gnomovision' (which makes passes at compilers) written by James Hacker.
   19130 
   19131   &lt;signature of Ty Coon&gt;, 1 April 1989
   19132   Ty Coon, President of Vice
   19133 
   19134 This General Public License does not permit incorporating your program into
   19135 proprietary programs.  If your program is a subroutine library, you may
   19136 consider it more useful to permit linking proprietary applications with the
   19137 library.  If this is what you want to do, use the GNU Library General
   19138 Public License instead of this License.
   19139 
   19140 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   19141 
   19142 Scanned Source License util-linux-2.21.2/getopt/COPYING:
   19143 
   19144 The getopt is explicitly licensed under GNU General Public License,
   19145 version 2 terms.
   19146 
   19147 The complete text of the license is available at the
   19148 Documentation/licenses/COPYING.GPLv2 file.
   19149 
   19150 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   19151 
   19152 Scanned Source License util-linux-2.21.2/libblkid/COPYING:
   19153 
   19154 This library is free software; you can redistribute it and/or
   19155 modify it under the terms of the GNU Lesser General Public
   19156 License as published by the Free Software Foundation; either
   19157 version 2.1 of the License, or (at your option) any later
   19158 version.
   19159 
   19160 The complete text of the license is available at the
   19161 Documentation/licenses/COPYING.LGPLv2.1 file.
   19162 
   19163 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   19164 
   19165 Scanned Source License util-linux-2.21.2/libmount/COPYING:
   19166 
   19167 This library is free software; you can redistribute it and/or
   19168 modify it under the terms of the GNU Lesser General Public
   19169 License as published by the Free Software Foundation; either
   19170 version 2.1 of the License, or (at your option) any later
   19171 version.
   19172 
   19173 The complete text of the license is available at the
   19174 Documentation/licenses/COPYING.LGPLv2.1 file.
   19175 
   19176 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   19177 
   19178 Scanned Source License util-linux-2.21.2/libuuid/COPYING:
   19179 
   19180 This library is free software; you can redistribute it and/or
   19181 modify it under the terms of the Modified BSD License.
   19182 
   19183 The complete text of the license is available at the
   19184 Documentation/licenses/COPYING.BSD-3 file.
   19185 
   19186 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   19187 </pre>
   19188 <ul>
   19189 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li>
   19190 <li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li>
   19191 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
   19192 <li><a href='#public-domain'>Gentoo Package Stock License public-domain</a></li>
   19193 </ul>
   19194 </div>
   19195 </div>
   19196 
   19197 
   19198 <div class="product">
   19199 <span class="title">vim-7.3.409</span>
   19200 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   19201 <span class="homepage"><a href="http://www.vim.org/">homepage</a></span>
   19202 <div class="licence">
   19203 <pre>Gentoo Package Stock License vim:
   19204 
   19205 License details for VIM Editor:
   19206 
   19207 *uganda.txt*    For Vim version 7.2.  Last change: 2008 Jun 21
   19208 
   19209 
   19210 		  VIM REFERENCE MANUAL    by Bram Moolenaar
   19211 
   19212 
   19213 			*uganda* *Uganda* *copying* *copyright* *license*
   19214 SUMMARY
   19215 								*iccf* *ICCF*
   19216 Vim is Charityware.  You can use and copy it as much as you like, but you are
   19217 encouraged to make a donation for needy children in Uganda.  Please see |kcc|
   19218 below or visit the ICCF web site, available at these URLs:
   19219 
   19220 	http://iccf-holland.org/
   19221 	http://www.vim.org/iccf/
   19222 	http://www.iccf.nl/
   19223 
   19224 You can also sponsor the development of Vim.  Vim sponsors can vote for
   19225 features.  See |sponsor|.  The money goes to Uganda anyway.
   19226 
   19227 The Open Publication License applies to the Vim documentation, see
   19228 |manual-copyright|.
   19229 
   19230 === begin of license ===
   19231 
   19232 VIM LICENSE
   19233 
   19234 I)  There are no restrictions on distributing unmodified copies of Vim except
   19235     that they must include this license text.  You can also distribute
   19236     unmodified parts of Vim, likewise unrestricted except that they must
   19237     include this license text.  You are also allowed to include executables
   19238     that you made from the unmodified Vim sources, plus your own usage
   19239     examples and Vim scripts.
   19240 
   19241 II) It is allowed to distribute a modified (or extended) version of Vim,
   19242     including executables and/or source code, when the following four
   19243     conditions are met:
   19244     1) This license text must be included unmodified.
   19245     2) The modified Vim must be distributed in one of the following five ways:
   19246        a) If you make changes to Vim yourself, you must clearly describe in
   19247 	  the distribution how to contact you.  When the maintainer asks you
   19248 	  (in any way) for a copy of the modified Vim you distributed, you
   19249 	  must make your changes, including source code, available to the
   19250 	  maintainer without fee.  The maintainer reserves the right to
   19251 	  include your changes in the official version of Vim.  What the
   19252 	  maintainer will do with your changes and under what license they
   19253 	  will be distributed is negotiable.  If there has been no negotiation
   19254 	  then this license, or a later version, also applies to your changes.
   19255 	  The current maintainer is Bram Moolenaar &lt;Bram (a] vim.org&gt;.  If this
   19256 	  changes it will be announced in appropriate places (most likely
   19257 	  vim.sf.net, www.vim.org and/or comp.editors).  When it is completely
   19258 	  impossible to contact the maintainer, the obligation to send him
   19259 	  your changes ceases.  Once the maintainer has confirmed that he has
   19260 	  received your changes they will not have to be sent again.
   19261        b) If you have received a modified Vim that was distributed as
   19262 	  mentioned under a) you are allowed to further distribute it
   19263 	  unmodified, as mentioned at I).  If you make additional changes the
   19264 	  text under a) applies to those changes.
   19265        c) Provide all the changes, including source code, with every copy of
   19266 	  the modified Vim you distribute.  This may be done in the form of a
   19267 	  context diff.  You can choose what license to use for new code you
   19268 	  add.  The changes and their license must not restrict others from
   19269 	  making their own changes to the official version of Vim.
   19270        d) When you have a modified Vim which includes changes as mentioned
   19271 	  under c), you can distribute it without the source code for the
   19272 	  changes if the following three conditions are met:
   19273 	  - The license that applies to the changes permits you to distribute
   19274 	    the changes to the Vim maintainer without fee or restriction, and
   19275 	    permits the Vim maintainer to include the changes in the official
   19276 	    version of Vim without fee or restriction.
   19277 	  - You keep the changes for at least three years after last
   19278 	    distributing the corresponding modified Vim.  When the maintainer
   19279 	    or someone who you distributed the modified Vim to asks you (in
   19280 	    any way) for the changes within this period, you must make them
   19281 	    available to him.
   19282 	  - You clearly describe in the distribution how to contact you.  This
   19283 	    contact information must remain valid for at least three years
   19284 	    after last distributing the corresponding modified Vim, or as long
   19285 	    as possible.
   19286        e) When the GNU General Public License (GPL) applies to the changes,
   19287 	  you can distribute the modified Vim under the GNU GPL version 2 or
   19288 	  any later version.
   19289     3) A message must be added, at least in the output of the ":version"
   19290        command and in the intro screen, such that the user of the modified Vim
   19291        is able to see that it was modified.  When distributing as mentioned
   19292        under 2)e) adding the message is only required for as far as this does
   19293        not conflict with the license used for the changes.
   19294     4) The contact information as required under 2)a) and 2)d) must not be
   19295        removed or changed, except that the person himself can make
   19296        corrections.
   19297 
   19298 III) If you distribute a modified version of Vim, you are encouraged to use
   19299      the Vim license for your changes and make them available to the
   19300      maintainer, including the source code.  The preferred way to do this is
   19301      by e-mail or by uploading the files to a server and e-mailing the URL.
   19302      If the number of changes is small (e.g., a modified Makefile) e-mailing a
   19303      context diff will do.  The e-mail address to be used is
   19304      &lt;maintainer (a] vim.org&gt;
   19305 
   19306 IV)  It is not allowed to remove this license from the distribution of the Vim
   19307      sources, parts of it or from a modified version.  You may use this
   19308      license for previous Vim releases instead of the license that they came
   19309      with, at your option.
   19310 
   19311 === end of license ===
   19312 
   19313 Note:
   19314 
   19315 - If you are happy with Vim, please express that by reading the rest of this
   19316   file and consider helping needy children in Uganda.
   19317 
   19318 - If you want to support further Vim development consider becoming a
   19319   |sponsor|.  The money goes to Uganda anyway.
   19320 
   19321 - According to Richard Stallman the Vim license is GNU GPL compatible.
   19322   A few minor changes have been made since he checked it, but that should not
   19323   make a difference.
   19324 
   19325 - If you link Vim with a library that goes under the GNU GPL, this limits
   19326   further distribution to the GNU GPL.  Also when you didn't actually change
   19327   anything in Vim.
   19328 
   19329 - Once a change is included that goes under the GNU GPL, this forces all
   19330   further changes to also be made under the GNU GPL or a compatible license.
   19331 
   19332 - If you distribute a modified version of Vim, you can include your name and
   19333   contact information with the "--with-modified-by" configure argument or the
   19334   MODIFIED_BY define.
   19335 
   19336 ==============================================================================
   19337 Kibaale Children's Centre		*kcc* *Kibaale*  *charity*
   19338 
   19339 Kibaale Children's Centre (KCC) is located in Kibaale, a small town in the
   19340 south of Uganda, near Tanzania, in East Africa.  The area is known as Rakai
   19341 District.  The population is mostly farmers.  Although people are poor, there
   19342 is enough food.  But this district is suffering from AIDS more than any other
   19343 part of the world.  Some say that it started there.  Estimations are that 10
   19344 to 30% of the Ugandans are infected with HIV.  Because parents die, there are
   19345 many orphans.  In this district about 60,000 children have lost one or both
   19346 parents, out of a population of 350,000.  And this is still continuing.
   19347 
   19348 The children need a lot of help.  The KCC is working hard to provide the needy
   19349 with food, medical care and education.  Food and medical care to keep them
   19350 healthy now, and education so that they can take care of themselves in the
   19351 future.  KCC works on a Christian base, but help is given to children of any
   19352 religion.
   19353 
   19354 The key to solving the problems in this area is education.  This has been
   19355 neglected in the past years with president Idi Amin and the following civil
   19356 wars.  Now that the government is stable again, the children and parents have
   19357 to learn how to take care of themselves and how to avoid infections.  There is
   19358 also help for people who are ill and hungry, but the primary goal is to
   19359 prevent people from getting ill and to teach them how to grow healthy food.
   19360 
   19361 Most of the orphans are living in an extended family.  An uncle or older
   19362 sister is taking care of them.  Because these families are big and the income
   19363 (if any) is low, a child is lucky if it gets healthy food.  Clothes, medical
   19364 care and schooling is beyond its reach.  To help these needy children, a
   19365 sponsorship program was put into place.  A child can be financially adopted.
   19366 For a few dollars a month KCC sees to it that the child gets indispensable
   19367 items, is healthy, goes to school and KCC takes care of anything else that
   19368 needs to be done for the child and the family that supports it.
   19369 
   19370 Besides helping the child directly, the environment where the child grows up
   19371 needs to be improved.  KCC helps schools to improve their teaching methods.
   19372 There is a demonstration school at the centre and teacher trainings are given.
   19373 Health workers are being trained, hygiene education is carried out and
   19374 households are stimulated to build a proper latrine.  I helped setting up a
   19375 production site for cement slabs.  These are used to build a good latrine.
   19376 They are sold below cost price.
   19377 
   19378 There is a small clinic at the project, which provides children and their
   19379 family with medical help.  When needed, transport to a hospital is offered.
   19380 Immunization programs are carried out and help is provided when an epidemic is
   19381 breaking out (measles and cholera have been a problem).
   19382 							*donate*
   19383 Summer 1994 to summer 1995 I spent a whole year at the centre, working as a
   19384 volunteer.  I have helped to expand the centre and worked in the area of water
   19385 and sanitation.  I learned that the help that the KCC provides really helps.
   19386 When I came back to Holland, I wanted to continue supporting KCC.  To do this
   19387 I'm raising funds and organizing the sponsorship program.  Please consider one
   19388 of these possibilities:
   19389 
   19390 1.  Sponsor a child in primary school: 17 euro a month (or more).
   19391 2.  Sponsor a child in secondary school: 25 euro a month (or more).
   19392 3.  Sponsor the clinic: Any amount a month or quarter
   19393 4.  A one-time donation
   19394 
   19395 Compared with other organizations that do child sponsorship the amounts are
   19396 very low.  This is because the money goes directly to the centre.  Less than
   19397 5% is used for administration.  This is possible because this is a small
   19398 organization that works with volunteers.  If you would like to sponsor a
   19399 child, you should have the intention to do this for at least one year.
   19400 
   19401 How do you know that the money will be spent right?  First of all you have my
   19402 personal guarantee as the author of Vim.  I trust the people that are working
   19403 at the centre, I know them personally.  Further more, the centre is
   19404 co-sponsored and inspected by World Vision, Save the Children Fund and
   19405 International Child Care Fund.  The centre is visited about once a year to
   19406 check the progress (at our own cost).  I have visited the centre myself in
   19407 1996, 1998, 2000, 2001 and 2003.  The visit reports are on the ICCF web site.
   19408 
   19409 If you have any further questions, send me e-mail: &lt;Bram (a] vim.org&gt;.
   19410 
   19411 The address of the centre is:
   19412 			Kibaale Children's Centre
   19413 			p.o. box 1658
   19414 			Masaka, Uganda, East Africa
   19415 
   19416 Sending money:						*iccf-donations*
   19417 
   19418 Check the ICCF web site for the latest information!  See |iccf| for the URL.
   19419 
   19420 
   19421 USA:		The methods mentioned below can be used.
   19422 		Sending a check to the Nehemiah Group Outreach Society (NGOS)
   19423 		is no longer possible, unfortunately. We are looking for
   19424 		another way to get you an IRS tax receipt. 
   19425 		For sponsoring a child contact KCF in Canada (see below). US
   19426 		checks can be sent to them to lower banking costs.
   19427 
   19428 Canada:		Contact Kibaale Children's Fund (KCF) in Surrey, Canada.  They
   19429 		take care of the Canadian sponsors for the children in
   19430 		Kibaale.  KCF forwards 100% of the money to the project in
   19431 		Uganda.  You can send them a one time donation directly.
   19432 		Please send me a note so that I know what has been donated
   19433 		because of Vim.  Ask KCF for information about sponsorship.
   19434 			Kibaale Children's Fund c/o Pacific Academy
   19435 			10238-168 Street
   19436 			Surrey, B.C. V4N 1Z4
   19437 			Canada
   19438 			Phone: 604-581-5353
   19439 		If you make a donation to Kibaale Children's Fund (KCF) you
   19440 		will receive a tax receipt which can be submitted with your
   19441 		tax return.
   19442 
   19443 Holland:	Transfer to the account of "Stichting ICCF Holland" in Venlo.
   19444 		This will allow for tax deduction if you live in Holland.
   19445 			Postbank, nr. 4548774
   19446 
   19447 Germany:	It is possible to make donations that allow for a tax return.
   19448 		Check the ICCF web site for the latest information:
   19449 			http://iccf-holland.org/germany.html
   19450 
   19451 World:		Use a postal money order.  That should be possible from any
   19452 		country, mostly from the post office.  Use this name (which is
   19453 		in my passport): "Abraham Moolenaar".  Use Euro for the
   19454 		currency if possible.
   19455 
   19456 Europe:		Use a bank transfer if possible.  Your bank should have a form
   19457 		that you can use for this.  See "Others" below for the swift
   19458 		code and IBAN number.
   19459 		Any other method should work.  Ask for information about
   19460 		sponsorship.
   19461 
   19462 Credit Card:	You can use PayPal to send money with a Credit card.  This is
   19463 		the most widely used Internet based payment system.  It's
   19464 		really simple to use.  Use this link to find more info:
   19465 		    https://www.paypal.com/en_US/mrb/pal=XAC62PML3GF8Q
   19466 		The e-mail address for sending the money to is:
   19467 		    Bram (a] iccf-holland.org
   19468 		For amounts above 400 Euro ($500) sending a check is
   19469 		preferred.
   19470 
   19471 Others:		Transfer to one of these accounts if possible:
   19472 		    Postbank, account 4548774
   19473 				Swift code: INGB NL 2A
   19474 				IBAN: NL47 PSTB 0004 5487 74
   19475 			under the name "stichting ICCF Holland", Venlo
   19476 		    If that doesn't work:
   19477 		    Rabobank Venlo, account 3765.05.117
   19478 				Swift code: RABO NL 2U
   19479 			under the name "Bram Moolenaar", Venlo
   19480 		Otherwise, send a check in euro or US dollars to the address
   19481 		below.  Minimal amount: $70 (my bank does not accept smaller
   19482 		amounts for foreign check, sorry)
   19483 
   19484 Address to send checks to:
   19485 			stichting ICCF Holland
   19486 			Bram Moolenaar
   19487 			Finsterruetihof 1
   19488 			8134 Adliswil
   19489 			Switzerland
   19490 
   19491 This address is expected to be valid for a long time.
   19492 
   19493  vim:tw=78:ts=8:ft=help:norl:
   19494 
   19495 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   19496 </pre>
   19497 <ul>
   19498 
   19499 </ul>
   19500 </div>
   19501 </div>
   19502 
   19503 
   19504 <div class="product">
   19505 <span class="title">wget-1.12</span>
   19506 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   19507 <span class="homepage"><a href="http://www.gnu.org/software/wget/">homepage</a></span>
   19508 <div class="licence">
   19509 <pre></pre>
   19510 <ul>
   19511 <li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li>
   19512 </ul>
   19513 </div>
   19514 </div>
   19515 
   19516 
   19517 <div class="product">
   19518 <span class="title">which-2.20</span>
   19519 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   19520 <span class="homepage"><a href="http://www.xs4all.nl/~carlo17/which/">homepage</a></span>
   19521 <div class="licence">
   19522 <pre></pre>
   19523 <ul>
   19524 <li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li>
   19525 </ul>
   19526 </div>
   19527 </div>
   19528 
   19529 
   19530 <div class="product">
   19531 <span class="title">wireless-regdb-20101124</span>
   19532 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   19533 <span class="homepage"><a href="http://wireless.kernel.org/en/developers/Regulatory">homepage</a></span>
   19534 <div class="licence">
   19535 <pre>Scanned Source License wireless-regdb-2010.11.24/LICENSE:
   19536 
   19537 Copyright (c) 2008, Luis R. Rodriguez &lt;mcgrof (a] gmail.com&gt;
   19538 Copyright (c) 2008, Johannes Berg &lt;johannes (a] sipsolutions.net&gt;
   19539 Copyright (c) 2008, Michael Green &lt;Michael.Green (a] Atheros.com&gt;
   19540 
   19541 Permission to use, copy, modify, and/or distribute this software for any
   19542 purpose with or without fee is hereby granted, provided that the above
   19543 copyright notice and this permission notice appear in all copies.
   19544 
   19545 THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
   19546 WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
   19547 MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
   19548 ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
   19549 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
   19550 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
   19551 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
   19552 
   19553 
   19554 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   19555 
   19556 Scanned Source License wireless-regdb-2010.11.24/debian-example/copyright:
   19557 
   19558 This package was debianized by Luis Rodriguez &lt;mcgrof (a] gmail.com&gt; on
   19559 Thu, 22 Jan 2009 16:00:00 +0100.
   19560 
   19561 The wireless-regdb packages was downloaded from &lt;http://wireless.kernel.org/download/wireless-regdb/>;
   19562 
   19563 Copyright (c) 2008, Luis R. Rodriguez &lt;mcgrof (a] gmail.com&gt;
   19564 Copyright (c) 2008, Johannes Berg &lt;johannes (a] sipsolutions.net&gt;
   19565 Copyright (c) 2008, Michael Green &lt;Michael.Green (a] Atheros.com&gt;
   19566 
   19567 Permission to use, copy, modify, and/or distribute this software for any
   19568 purpose with or without fee is hereby granted, provided that the above
   19569 copyright notice and this permission notice appear in all copies.
   19570 
   19571 THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
   19572 WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
   19573 MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
   19574 ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
   19575 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
   19576 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
   19577 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
   19578 
   19579 
   19580 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   19581 </pre>
   19582 <ul>
   19583 <li><a href='#as-is'>Gentoo Package Stock License as-is</a></li>
   19584 </ul>
   19585 </div>
   19586 </div>
   19587 
   19588 
   19589 <div class="product">
   19590 <span class="title">wpa_supplicant-0.7.2</span>
   19591 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   19592 <span class="homepage"><a href="http://hostap.epitest.fi/wpa_supplicant/">homepage</a></span>
   19593 <div class="licence">
   19594 <pre></pre>
   19595 <ul>
   19596 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
   19597 </ul>
   19598 </div>
   19599 </div>
   19600 
   19601 
   19602 <div class="product">
   19603 <span class="title">X.Org-1.9.3</span>
   19604 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   19605 <span class="homepage"><a href="http://www.x.org/">homepage</a></span>
   19606 <div class="licence">
   19607 <pre>Custom License X:
   19608 
   19609 The following is the 'standard copyright' agreed upon by most contributors,
   19610 and is currently the canonical license preferred by the X.Org Foundation.
   19611 This is a slight variant of the common MIT license form published by the
   19612 Open Source Initiative at http://www.opensource.org/licenses/mit-license.php
   19613 
   19614 Copyright holders of new code should use this license statement where
   19615 possible, and insert their name to this list.  Please sort by surname
   19616 for people, and by the full name for other entities (e.g.  Juliusz
   19617 Chroboczek sorts before Intel Corporation sorts before Daniel Stone).
   19618 
   19619 Copyright  2000-2001 Juliusz Chroboczek
   19620 Copyright  1998 Egbert Eich
   19621 Copyright  2006-2007 Intel Corporation
   19622 Copyright  2006 Nokia Corporation
   19623 Copyright  2006-2008 Peter Hutterer
   19624 Copyright  2006 Adam Jackson
   19625 Copyright  2009 NVIDIA Corporation
   19626 Copyright  1999 Keith Packard
   19627 Copyright  2007-2009 Red Hat, Inc.
   19628 Copyright  2005-2008 Daniel Stone
   19629 Copyright  2006-2009 Simon Thum
   19630 Copyright  1987, 2003-2006, 2008-2009 Sun Microsystems, Inc.
   19631 Copyright  2006 Luc Verhaegen
   19632 
   19633 Permission is hereby granted, free of charge, to any person obtaining a
   19634 copy of this software and associated documentation files (the "Software"),
   19635 to deal in the Software without restriction, including without limitation
   19636 the rights to use, copy, modify, merge, publish, distribute, sublicense,
   19637 and/or sell copies of the Software, and to permit persons to whom the
   19638 Software is furnished to do so, subject to the following conditions:
   19639 
   19640 The above copyright notice and this permission notice (including the next
   19641 paragraph) shall be included in all copies or substantial portions of the
   19642 Software.
   19643 
   19644 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   19645 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   19646 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
   19647 THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
   19648 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
   19649 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
   19650 DEALINGS IN THE SOFTWARE.
   19651 
   19652 
   19653 
   19654 
   19655 The following licenses are 'legacy': usually MIT/X11 licenses with the name
   19656 of the copyright holder(s) in the license statement, but also some BSD-like
   19657 licenses.
   19658 
   19659 
   19660 Copyright (C) 1994-2003 The XFree86 Project, Inc.  All Rights Reserved.
   19661 Copyright (C) Colin Harrison 2005-2008
   19662 
   19663 Permission is hereby granted, free of charge, to any person obtaining a copy of
   19664 this software and associated documentation files (the "Software"), to deal in
   19665 the Software without restriction, including without limitation the rights to
   19666 use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
   19667 of the Software, and to permit persons to whom the Software is furnished to do
   19668 so, subject to the following conditions:
   19669 
   19670 The above copyright notice and this permission notice shall be included in all
   19671 copies or substantial portions of the Software.
   19672 
   19673 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   19674 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FIT-
   19675 NESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
   19676 XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
   19677 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
   19678 WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
   19679 
   19680 Except as contained in this notice, the name of the XFree86 Project shall not
   19681 be used in advertising or otherwise to promote the sale, use or other dealings
   19682 in this Software without prior written authorization from the XFree86 Project.
   19683 
   19684 
   19685 Copyright 1997 by The XFree86 Project, Inc.
   19686 
   19687 Permission to use, copy, modify, distribute, and sell this software and its
   19688 documentation for any purpose is hereby granted without fee, provided that
   19689 the above copyright notice appear in all copies and that both that
   19690 copyright notice and this permission notice appear in supporting
   19691 documentation, and that the name of the XFree86 Project, Inc.
   19692 not be used in advertising or publicity pertaining to distribution of
   19693 the software without specific, written prior permission.  The Xfree86
   19694 Project, Inc. makes no representations about the suitability of this
   19695 software for any purpose.  It is provided "as is" without express or
   19696 implied warranty.
   19697 
   19698 THE XFREE86 PROJECT, INC. DISCLAIMS ALL WARRANTIES WITH REGARD
   19699 TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
   19700 FITNESS, IN NO EVENT SHALL OREST ZBOROWSKI OR DAVID WEXELBLAT BE LIABLE
   19701 FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
   19702 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
   19703 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
   19704 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
   19705 
   19706 
   19707 Copyright 1985-1998, 2001  The Open Group
   19708 Copyright 2002 Red Hat Inc., Durham, North Carolina.
   19709 
   19710 Permission to use, copy, modify, distribute, and sell this software and its
   19711 documentation for any purpose is hereby granted without fee, provided that
   19712 the above copyright notice appear in all copies and that both that
   19713 copyright notice and this permission notice appear in supporting
   19714 documentation.
   19715 
   19716 The above copyright notice and this permission notice shall be included in
   19717 all copies or substantial portions of the Software.
   19718 
   19719 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   19720 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   19721 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
   19722 OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
   19723 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
   19724 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
   19725 
   19726 Except as contained in this notice, the name of The Open Group shall not be
   19727 used in advertising or otherwise to promote the sale, use or other dealings
   19728 in this Software without prior written authorization from The Open Group.
   19729 
   19730 
   19731 Copyright (c) 1987, 1989-1990, 1992-1995  X Consortium
   19732 
   19733 Permission is hereby granted, free of charge, to any person obtaining a copy
   19734 of this software and associated documentation files (the "Software"), to deal
   19735 in the Software without restriction, including without limitation the rights
   19736 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
   19737 copies of the Software, and to permit persons to whom the Software is
   19738 furnished to do so, subject to the following conditions:
   19739 
   19740 The above copyright notice and this permission notice shall be included in
   19741 all copies or substantial portions of the Software.
   19742 
   19743 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   19744 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   19745 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
   19746 X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
   19747 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
   19748 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
   19749 
   19750 Except as contained in this notice, the name of the X Consortium shall not be
   19751 used in advertising or otherwise to promote the sale, use or other dealings
   19752 in this Software without prior written authorization from the X Consortium.
   19753 
   19754 
   19755 Copyright  1999-2000 SuSE, Inc.
   19756 Copyright  2007 Red Hat, Inc.
   19757 
   19758 Permission to use, copy, modify, distribute, and sell this software and its
   19759 documentation for any purpose is hereby granted without fee, provided that
   19760 the above copyright notice appear in all copies and that both that
   19761 copyright notice and this permission notice appear in supporting
   19762 documentation, and that the name of SuSE not be used in advertising or
   19763 publicity pertaining to distribution of the software without specific,
   19764 written prior permission.  SuSE makes no representations about the
   19765 suitability of this software for any purpose.  It is provided "as is"
   19766 without express or implied warranty.
   19767 
   19768 SuSE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL
   19769 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL SuSE
   19770 BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
   19771 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
   19772 OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
   19773 CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
   19774 
   19775 
   19776 Copyright 1987-1991, 1993 by Digital Equipment Corporation, Maynard, Massachusetts.
   19777 Copyright 1991 Massachusetts Institute of Technology, Cambridge, Massachusetts.
   19778 Copyright 1991, 1993 Olivetti Research Limited, Cambridge, England.
   19779 
   19780                         All Rights Reserved
   19781 
   19782 Permission to use, copy, modify, and distribute this software and its
   19783 documentation for any purpose and without fee is hereby granted,
   19784 provided that the above copyright notice appear in all copies and that
   19785 both that copyright notice and this permission notice appear in
   19786 supporting documentation, and that the name of Digital not be
   19787 used in advertising or publicity pertaining to distribution of the
   19788 software without specific, written prior permission.
   19789 
   19790 DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
   19791 ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL
   19792 DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR
   19793 ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
   19794 WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
   19795 ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
   19796 SOFTWARE.
   19797 
   19798 
   19799 Copyright 1987 by Digital Equipment Corporation, Maynard, Massachusetts,
   19800 Copyright 1994 Quarterdeck Office Systems.
   19801 
   19802                         All Rights Reserved
   19803 
   19804 Permission to use, copy, modify, and distribute this software and its
   19805 documentation for any purpose and without fee is hereby granted,
   19806 provided that the above copyright notice appear in all copies and that
   19807 both that copyright notice and this permission notice appear in
   19808 supporting documentation, and that the names of Digital and
   19809 Quarterdeck not be used in advertising or publicity pertaining to
   19810 distribution of the software without specific, written prior
   19811 permission.
   19812 
   19813 DIGITAL AND QUARTERDECK DISCLAIM ALL WARRANTIES WITH REGARD TO THIS
   19814 SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
   19815 FITNESS, IN NO EVENT SHALL DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT
   19816 OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
   19817 OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
   19818 OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE
   19819 OR PERFORMANCE OF THIS SOFTWARE.
   19820 
   19821 
   19822 Copyright 1997 Digital Equipment Corporation.
   19823 All rights reserved.
   19824 
   19825 This software is furnished under license and may be used and copied only in
   19826 accordance with the following terms and conditions.  Subject to these
   19827 conditions, you may download, copy, install, use, modify and distribute
   19828 this software in source and/or binary form. No title or ownership is
   19829 transferred hereby.
   19830 
   19831 1) Any source code used, modified or distributed must reproduce and retain
   19832    this copyright notice and list of conditions as they appear in the
   19833    source file.
   19834 
   19835 2) No right is granted to use any trade name, trademark, or logo of Digital
   19836    Equipment Corporation. Neither the "Digital Equipment Corporation"
   19837    name nor any trademark or logo of Digital Equipment Corporation may be
   19838    used to endorse or promote products derived from this software without
   19839    the prior written permission of Digital Equipment Corporation.
   19840 
   19841 3) This software is provided "AS-IS" and any express or implied warranties,
   19842    including but not limited to, any implied warranties of merchantability,
   19843    fitness for a particular purpose, or non-infringement are disclaimed.
   19844    In no event shall DIGITAL be liable for any damages whatsoever, and in
   19845    particular, DIGITAL shall not be liable for special, indirect,
   19846    consequential, or incidental damages or damages for lost profits, loss
   19847    of revenue or loss of use, whether such damages arise in contract,
   19848    negligence, tort, under statute, in equity, at law or otherwise, even
   19849    if advised of the possibility of such damage.
   19850 
   19851 
   19852 Copyright (c) 1991, 1996-1997 Digital Equipment Corporation, Maynard, Massachusetts.
   19853 
   19854 Permission is hereby granted, free of charge, to any person obtaining a copy
   19855 of this software and associated documentation files (the "Software"), to deal
   19856 in the Software without restriction, including without limitation the rights
   19857 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
   19858 copies of the Software.
   19859 
   19860 The above copyright notice and this permission notice shall be included in
   19861 all copies or substantial portions of the Software.
   19862 
   19863 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   19864 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   19865 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
   19866 DIGITAL EQUIPMENT CORPORATION BE LIABLE FOR ANY CLAIM, DAMAGES, INCLUDING,
   19867 BUT NOT LIMITED TO CONSEQUENTIAL OR INCIDENTAL DAMAGES, OR OTHER LIABILITY,
   19868 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
   19869 IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
   19870 
   19871 Except as contained in this notice, the name of Digital Equipment Corporation
   19872 shall not be used in advertising or otherwise to promote the sale, use or other
   19873 dealings in this Software without prior written authorization from Digital
   19874 Equipment Corporation.
   19875 
   19876 
   19877 SGI FREE SOFTWARE LICENSE B (Version 2.0, Sept. 18, 2008)
   19878 Copyright (C) 1991-2000 Silicon Graphics, Inc. All Rights Reserved.
   19879 
   19880 Permission is hereby granted, free of charge, to any person obtaining a
   19881 copy of this software and associated documentation files (the "Software"),
   19882 to deal in the Software without restriction, including without limitation
   19883 the rights to use, copy, modify, merge, publish, distribute, sublicense,
   19884 and/or sell copies of the Software, and to permit persons to whom the
   19885 Software is furnished to do so, subject to the following conditions:
   19886 
   19887 The above copyright notice including the dates of first publication and
   19888 either this permission notice or a reference to
   19889 http://oss.sgi.com/projects/FreeB/
   19890 shall be included in all copies or substantial portions of the Software.
   19891 
   19892 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
   19893 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   19894 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
   19895 SILICON GRAPHICS, INC. BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
   19896 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
   19897 OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
   19898 SOFTWARE.
   19899 
   19900 
   19901 Copyright (c) 1994, 1995  Hewlett-Packard Company
   19902 
   19903 Permission is hereby granted, free of charge, to any person obtaining
   19904 a copy of this software and associated documentation files (the
   19905 "Software"), to deal in the Software without restriction, including
   19906 without limitation the rights to use, copy, modify, merge, publish,
   19907 distribute, sublicense, and/or sell copies of the Software, and to
   19908 permit persons to whom the Software is furnished to do so, subject to
   19909 the following conditions:
   19910 
   19911 The above copyright notice and this permission notice shall be included
   19912 in all copies or substantial portions of the Software.
   19913 
   19914 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
   19915 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
   19916 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
   19917 IN NO EVENT SHALL HEWLETT-PACKARD COMPANY BE LIABLE FOR ANY CLAIM,
   19918 DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
   19919 OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR
   19920 THE USE OR OTHER DEALINGS IN THE SOFTWARE.
   19921 
   19922 Except as contained in this notice, the name of the Hewlett-Packard
   19923 Company shall not be used in advertising or otherwise to promote the
   19924 sale, use or other dealings in this Software without prior written
   19925 authorization from the Hewlett-Packard Company.
   19926 
   19927 
   19928 Copyright 1989 by Hewlett-Packard Company, Palo Alto, California.
   19929 All Rights Reserved
   19930 
   19931 Permission to use, copy, modify, and distribute this software and its
   19932 documentation for any purpose and without fee is hereby granted,
   19933 provided that the above copyright notice appear in all copies and that
   19934 both that copyright notice and this permission notice appear in
   19935 supporting documentation, and that the name of Hewlett-Packard not be
   19936 used in advertising or publicity pertaining to distribution of the
   19937 software without specific, written prior permission.
   19938 
   19939 HEWLETT-PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
   19940 ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL
   19941 HEWLETT-PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR
   19942 ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
   19943 WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
   19944 ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
   19945 SOFTWARE.
   19946 
   19947 
   19948 Copyright 2001-2004 Red Hat Inc., Durham, North Carolina.
   19949 Copyright (c) 2003 by the XFree86 Project, Inc.
   19950 Copyright 2004-2005 Red Hat Inc., Raleigh, North Carolina.
   19951 All Rights Reserved.
   19952 
   19953 Permission is hereby granted, free of charge, to any person obtaining
   19954 a copy of this software and associated documentation files (the
   19955 "Software"), to deal in the Software without restriction, including
   19956 without limitation on the rights to use, copy, modify, merge,
   19957 publish, distribute, sublicense, and/or sell copies of the Software,
   19958 and to permit persons to whom the Software is furnished to do so,
   19959 subject to the following conditions:
   19960 
   19961 The above copyright notice and this permission notice (including the
   19962 next paragraph) shall be included in all copies or substantial
   19963 portions of the Software.
   19964 
   19965 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
   19966 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
   19967 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
   19968 NON-INFRINGEMENT.  IN NO EVENT SHALL RED HAT AND/OR THEIR SUPPLIERS
   19969 BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
   19970 ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
   19971 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
   19972 SOFTWARE.
   19973 
   19974 
   19975 Copyright  2008 Red Hat, Inc.
   19976 Partly based on code Copyright  2000 SuSE, Inc.
   19977 
   19978 Permission to use, copy, modify, distribute, and sell this software
   19979 and its documentation for any purpose is hereby granted without
   19980 fee, provided that the above copyright notice appear in all copies
   19981 and that both that copyright notice and this permission notice
   19982 appear in supporting documentation, and that the name of Red Hat
   19983 not be used in advertising or publicity pertaining to distribution
   19984 of the software without specific, written prior permission.  Red
   19985 Hat makes no representations about the suitability of this software
   19986 for any purpose.  It is provided "as is" without express or implied
   19987 warranty.
   19988 
   19989 Red Hat DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
   19990 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN
   19991 NO EVENT SHALL Red Hat BE LIABLE FOR ANY SPECIAL, INDIRECT OR
   19992 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
   19993 OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
   19994 NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
   19995 CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
   19996 
   19997 Permission to use, copy, modify, distribute, and sell this software and its
   19998 documentation for any purpose is hereby granted without fee, provided that
   19999 the above copyright notice appear in all copies and that both that
   20000 copyright notice and this permission notice appear in supporting
   20001 documentation, and that the name of SuSE not be used in advertising or
   20002 publicity pertaining to distribution of the software without specific,
   20003 written prior permission.  SuSE makes no representations about the
   20004 suitability of this software for any purpose.  It is provided "as is"
   20005 without express or implied warranty.
   20006 
   20007 SuSE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL
   20008 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL SuSE
   20009 BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
   20010 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
   20011 OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
   20012 CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
   20013 
   20014 
   20015 Copyright  2006  Red Hat, Inc.
   20016 (C) Copyright 1998-1999 Precision Insight, Inc., Cedar Park, Texas.
   20017 All Rights Reserved.
   20018 
   20019 Permission is hereby granted, free of charge, to any person obtaining a
   20020 copy of this software and associated documentation files (the "Software"),
   20021 to deal in the Software without restriction, including without limitation
   20022 the rights to use, copy, modify, merge, publish, distribute, sub license,
   20023 and/or sell copies of the Software, and to permit persons to whom the
   20024 Software is furnished to do so, subject to the following conditions:
   20025 
   20026 The above copyright notice and this permission notice (including the next
   20027 paragraph) shall be included in all copies or substantial portions of the
   20028 Software.
   20029 
   20030 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   20031 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   20032 FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.  IN NO EVENT SHALL
   20033 RED HAT, INC, OR PRECISION INSIGHT AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY
   20034 CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT
   20035 OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR
   20036 THE USE OR OTHER DEALINGS IN THE SOFTWARE.
   20037 
   20038 
   20039 Copyright (c) 1995  X Consortium
   20040 Copyright 2004 Red Hat Inc., Durham, North Carolina.
   20041 All Rights Reserved.
   20042 
   20043 Permission is hereby granted, free of charge, to any person obtaining
   20044 a copy of this software and associated documentation files (the
   20045 "Software"), to deal in the Software without restriction, including
   20046 without limitation on the rights to use, copy, modify, merge,
   20047 publish, distribute, sublicense, and/or sell copies of the Software,
   20048 and to permit persons to whom the Software is furnished to do so,
   20049 subject to the following conditions:
   20050 
   20051 The above copyright notice and this permission notice shall be
   20052 included in all copies or substantial portions of the Software.
   20053 
   20054 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
   20055 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
   20056 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
   20057 NON-INFRINGEMENT.  IN NO EVENT SHALL RED HAT, THE X CONSORTIUM,
   20058 AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
   20059 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
   20060 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
   20061 OTHER DEALINGS IN THE SOFTWARE.
   20062 
   20063 Except as contained in this notice, the name of the X Consortium
   20064 shall not be used in advertising or otherwise to promote the sale,
   20065 use or other dealings in this Software without prior written
   20066 authorization from the X Consortium.
   20067 
   20068 
   20069 Copyright 1998-2000 Precision Insight, Inc., Cedar Park, Texas.
   20070 Copyright 2000 VA Linux Systems, Inc.
   20071 Copyright (c) 2002, 2008, 2009 Apple Computer, Inc.
   20072 Copyright (c) 2003-2004 Torrey T. Lyons.
   20073 All Rights Reserved.
   20074 
   20075 Permission is hereby granted, free of charge, to any person obtaining a
   20076 copy of this software and associated documentation files (the
   20077 "Software"), to deal in the Software without restriction, including
   20078 without limitation the rights to use, copy, modify, merge, publish,
   20079 distribute, sub license, and/or sell copies of the Software, and to
   20080 permit persons to whom the Software is furnished to do so, subject to
   20081 the following conditions:
   20082 
   20083 The above copyright notice and this permission notice (including the
   20084 next paragraph) shall be included in all copies or substantial portions
   20085 of the Software.
   20086 
   20087 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
   20088 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
   20089 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.
   20090 IN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR
   20091 ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
   20092 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
   20093 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
   20094 
   20095 
   20096 (C) Copyright IBM Corporation 2003
   20097 All Rights Reserved.
   20098 
   20099 Permission is hereby granted, free of charge, to any person obtaining a
   20100 copy of this software and associated documentation files (the "Software"),
   20101 to deal in the Software without restriction, including without limitation
   20102 on the rights to use, copy, modify, merge, publish, distribute, sub
   20103 license, and/or sell copies of the Software, and to permit persons to whom
   20104 the Software is furnished to do so, subject to the following conditions:
   20105 
   20106 The above copyright notice and this permission notice (including the next
   20107 paragraph) shall be included in all copies or substantial portions of the
   20108 Software.
   20109 
   20110 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   20111 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   20112 FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.  IN NO EVENT SHALL
   20113 VA LINUX SYSTEM, IBM AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM,
   20114 DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
   20115 OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
   20116 USE OR OTHER DEALINGS IN THE SOFTWARE.
   20117 
   20118 
   20119 (C) Copyright IBM Corporation 2004-2005
   20120 All Rights Reserved.
   20121 
   20122 Permission is hereby granted, free of charge, to any person obtaining a
   20123 copy of this software and associated documentation files (the "Software"),
   20124 to deal in the Software without restriction, including without limitation
   20125 the rights to use, copy, modify, merge, publish, distribute, sub license,
   20126 and/or sell copies of the Software, and to permit persons to whom the
   20127 Software is furnished to do so, subject to the following conditions:
   20128 
   20129 The above copyright notice and this permission notice (including the next
   20130 paragraph) shall be included in all copies or substantial portions of the
   20131 Software.
   20132 
   20133 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   20134 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   20135 FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.  IN NO EVENT SHALL
   20136 IBM,
   20137 AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
   20138 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
   20139 OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
   20140 SOFTWARE.
   20141 
   20142 
   20143 Copyright (c) 1997  Metro Link Incorporated
   20144 
   20145 Permission is hereby granted, free of charge, to any person obtaining a
   20146 copy of this software and associated documentation files (the "Software"),
   20147 to deal in the Software without restriction, including without limitation
   20148 the rights to use, copy, modify, merge, publish, distribute, sublicense,
   20149 and/or sell copies of the Software, and to permit persons to whom the
   20150 Software is furnished to do so, subject to the following conditions:
   20151 
   20152 The above copyright notice and this permission notice shall be included in
   20153 all copies or substantial portions of the Software.
   20154 
   20155 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   20156 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   20157 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
   20158 THE X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
   20159 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
   20160 OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
   20161 SOFTWARE.
   20162 
   20163 Except as contained in this notice, the name of the Metro Link shall not be
   20164 used in advertising or otherwise to promote the sale, use or other dealings
   20165 in this Software without prior written authorization from Metro Link.
   20166 
   20167 
   20168 Copyright 1995-1998 by Metro Link, Inc.
   20169 Copyright (c) 1997 Matthieu Herrb
   20170 
   20171 Permission to use, copy, modify, distribute, and sell this software and its
   20172 documentation for any purpose is hereby granted without fee, provided that
   20173 the above copyright notice appear in all copies and that both that
   20174 copyright notice and this permission notice appear in supporting
   20175 documentation, and that the name of Metro Link, Inc. not be used in
   20176 advertising or publicity pertaining to distribution of the software without
   20177 specific, written prior permission.  Metro Link, Inc. makes no
   20178 representations about the suitability of this software for any purpose.
   20179  It is provided "as is" without express or implied warranty.
   20180 
   20181 METRO LINK, INC. DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
   20182 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
   20183 EVENT SHALL METRO LINK, INC. BE LIABLE FOR ANY SPECIAL, INDIRECT OR
   20184 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
   20185 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
   20186 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
   20187 PERFORMANCE OF THIS SOFTWARE.
   20188 
   20189 
   20190 Copyright 1998 by Metro Link Incorporated
   20191 
   20192 Permission to use, copy, modify, distribute, and sell this software
   20193 and its documentation for any purpose is hereby granted without fee,
   20194 provided that the above copyright notice appear in all copies and that
   20195 both that copyright notice and this permission notice appear in
   20196 supporting documentation, and that the name of Metro Link
   20197 Incorporated not be used in advertising or publicity pertaining to
   20198 distribution of the software without specific, written prior
   20199 permission.  Metro Link Incorporated makes no representations
   20200 about the suitability of this software for any purpose.  It is
   20201 provided "as is" without express or implied warranty.
   20202 
   20203 METRO LINK INCORPORATED DISCLAIMS ALL WARRANTIES WITH REGARD
   20204 TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
   20205 AND FITNESS, IN NO EVENT SHALL METRO LINK INCORPORATED BE
   20206 LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY
   20207 DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
   20208 WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
   20209 ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
   20210 SOFTWARE.
   20211 
   20212 
   20213 Copyright (c) 2000 by Conectiva S.A. (http://www.conectiva.com)
   20214 
   20215 Permission is hereby granted, free of charge, to any person obtaining a
   20216 copy of this software and associated documentation files (the "Software"),
   20217 to deal in the Software without restriction, including without limitation
   20218 the rights to use, copy, modify, merge, publish, distribute, sublicense,
   20219 and/or sell copies of the Software, and to permit persons to whom the
   20220 Software is furnished to do so, subject to the following conditions:
   20221 
   20222 The above copyright notice and this permission notice shall be included in
   20223 all copies or substantial portions of the Software.
   20224 
   20225 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   20226 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   20227 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
   20228 CONECTIVA LINUX BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
   20229 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
   20230 OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
   20231 SOFTWARE.
   20232 
   20233 Except as contained in this notice, the name of Conectiva Linux shall
   20234 not be used in advertising or otherwise to promote the sale, use or other
   20235 dealings in this Software without prior written authorization from
   20236 Conectiva Linux.
   20237 
   20238 
   20239 Copyright (c) 2001, Andy Ritger  aritger (a] nvidia.com
   20240 All rights reserved.
   20241 
   20242 Redistribution and use in source and binary forms, with or without
   20243 modification, are permitted provided that the following conditions
   20244 are met:
   20245 
   20246 o Redistributions of source code must retain the above copyright
   20247   notice, this list of conditions and the following disclaimer.
   20248 o Redistributions in binary form must reproduce the above copyright
   20249   notice, this list of conditions and the following disclaimer
   20250   in the documentation and/or other materials provided with the
   20251   distribution.
   20252 o Neither the name of NVIDIA nor the names of its contributors
   20253   may be used to endorse or promote products derived from this
   20254   software without specific prior written permission.
   20255 
   20256 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
   20257 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT
   20258 NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
   20259 FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL
   20260 THE REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
   20261 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
   20262 BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
   20263 LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
   20264 CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
   20265 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
   20266 ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
   20267 POSSIBILITY OF SUCH DAMAGE.
   20268 
   20269 
   20270 Copyright 1992 Vrije Universiteit, The Netherlands
   20271 
   20272 Permission to use, copy, modify, and distribute this software and its
   20273 documentation for any purpose and without fee is hereby granted, provided
   20274 that the above copyright notice appear in all copies and that both that
   20275 copyright notice and this permission notice appear in supporting
   20276 documentation, and that the name of the Vrije Universiteit not be used in
   20277 advertising or publicity pertaining to distribution of the software without
   20278 specific, written prior permission.  The Vrije Universiteit makes no
   20279 representations about the suitability of this software for any purpose.
   20280 It is provided "as is" without express or implied warranty.
   20281 
   20282 The Vrije Universiteit DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
   20283 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
   20284 EVENT SHALL The Vrije Universiteit BE LIABLE FOR ANY SPECIAL, INDIRECT OR
   20285 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
   20286 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
   20287 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
   20288 PERFORMANCE OF THIS SOFTWARE.
   20289 
   20290 
   20291 Copyright 1998 by Concurrent Computer Corporation
   20292 
   20293 Permission to use, copy, modify, distribute, and sell this software
   20294 and its documentation for any purpose is hereby granted without fee,
   20295 provided that the above copyright notice appear in all copies and that
   20296 both that copyright notice and this permission notice appear in
   20297 supporting documentation, and that the name of Concurrent Computer
   20298 Corporation not be used in advertising or publicity pertaining to
   20299 distribution of the software without specific, written prior
   20300 permission.  Concurrent Computer Corporation makes no representations
   20301 about the suitability of this software for any purpose.  It is
   20302 provided "as is" without express or implied warranty.
   20303 
   20304 CONCURRENT COMPUTER CORPORATION DISCLAIMS ALL WARRANTIES WITH REGARD
   20305 TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
   20306 AND FITNESS, IN NO EVENT SHALL CONCURRENT COMPUTER CORPORATION BE
   20307 LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY
   20308 DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
   20309 WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
   20310 ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
   20311 SOFTWARE.
   20312 
   20313 
   20314 Copyright  2004 Nokia
   20315 
   20316 Permission to use, copy, modify, distribute, and sell this software and its
   20317 documentation for any purpose is hereby granted without fee, provided that
   20318 the above copyright notice appear in all copies and that both that
   20319 copyright notice and this permission notice appear in supporting
   20320 documentation, and that the name of Nokia not be used in
   20321 advertising or publicity pertaining to distribution of the software without
   20322 specific, written prior permission. Nokia makes no
   20323 representations about the suitability of this software for any purpose.  It
   20324 is provided "as is" without express or implied warranty.
   20325 
   20326 NOKIA DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
   20327 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
   20328 EVENT SHALL NOKIA BE LIABLE FOR ANY SPECIAL, INDIRECT OR
   20329 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
   20330 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
   20331 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
   20332 PERFORMANCE OF THIS SOFTWARE.
   20333 
   20334 
   20335 (c)Copyright 1988,1991 Adobe Systems Incorporated.
   20336 All rights reserved.
   20337 
   20338 Permission to use, copy, modify, distribute, and sublicense this software and its
   20339 documentation for any purpose and without fee is hereby granted, provided that
   20340 the above copyright notices appear in all copies and that both those copyright
   20341 notices and this permission notice appear in supporting documentation and that
   20342 the name of Adobe Systems Incorporated not be used in advertising or publicity
   20343 pertaining to distribution of the software without specific, written prior
   20344 permission.  No trademark license to use the Adobe trademarks is hereby
   20345 granted.  If the Adobe trademark "Display PostScript"(tm) is used to describe
   20346 this software, its functionality or for any other purpose, such use shall be
   20347 limited to a statement that this software works in conjunction with the Display
   20348 PostScript system.  Proper trademark attribution to reflect Adobe's ownership
   20349 of the trademark shall be given whenever any such reference to the Display
   20350 PostScript system is made.
   20351 
   20352 ADOBE MAKES NO REPRESENTATIONS ABOUT THE SUITABILITY OF THE SOFTWARE FOR ANY
   20353 PURPOSE.  IT IS PROVIDED "AS IS" WITHOUT EXPRESS OR IMPLIED WARRANTY.  ADOBE
   20354 DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED
   20355 WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-
   20356 INFRINGEMENT OF THIRD PARTY RIGHTS.  IN NO EVENT SHALL ADOBE BE LIABLE TO YOU
   20357 OR ANY OTHER PARTY FOR ANY SPECIAL, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY
   20358 DAMAGES WHATSOEVER WHETHER IN AN ACTION OF CONTRACT,NEGLIGENCE, STRICT
   20359 LIABILITY OR ANY OTHER ACTION ARISING OUT OF OR IN CONNECTION WITH THE USE OR
   20360 PERFORMANCE OF THIS SOFTWARE.  ADOBE WILL NOT PROVIDE ANY TRAINING OR OTHER
   20361 SUPPORT FOR THE SOFTWARE.
   20362 
   20363 Adobe, PostScript, and Display PostScript are trademarks of Adobe Systems
   20364 Incorporated which may be registered in certain jurisdictions.
   20365 
   20366 
   20367 Copyright 1989 Network Computing Devices, Inc., Mountain View, California.
   20368 
   20369 Permission to use, copy, modify, and distribute this software and its
   20370 documentation for any purpose and without fee is hereby granted, provided
   20371 that the above copyright notice appear in all copies and that both that
   20372 copyright notice and this permission notice appear in supporting
   20373 documentation, and that the name of N.C.D. not be used in advertising or
   20374 publicity pertaining to distribution of the software without specific,
   20375 written prior permission.  N.C.D. makes no representations about the
   20376 suitability of this software for any purpose.  It is provided "as is"
   20377 without express or implied warranty.
   20378 
   20379 
   20380 Copyright (c) 1987 by the Regents of the University of California
   20381 
   20382 Permission to use, copy, modify, and distribute this
   20383 software and its documentation for any purpose and without
   20384 fee is hereby granted, provided that the above copyright
   20385 notice appear in all copies.  The University of California
   20386 makes no representations about the suitability of this
   20387 software for any purpose.  It is provided "as is" without
   20388 express or implied warranty.
   20389 
   20390 
   20391 Copyright 1992, 1993 Data General Corporation;
   20392 Copyright 1992, 1993 OMRON Corporation
   20393 
   20394 Permission to use, copy, modify, distribute, and sell this software and its
   20395 documentation for any purpose is hereby granted without fee, provided that the
   20396 above copyright notice appear in all copies and that both that copyright
   20397 notice and this permission notice appear in supporting documentation, and that
   20398 neither the name OMRON or DATA GENERAL be used in advertising or publicity
   20399 pertaining to distribution of the software without specific, written prior
   20400 permission of the party whose name is to be used.  Neither OMRON or
   20401 DATA GENERAL make any representation about the suitability of this software
   20402 for any purpose.  It is provided "as is" without express or implied warranty.
   20403 
   20404 OMRON AND DATA GENERAL EACH DISCLAIM ALL WARRANTIES WITH REGARD TO THIS
   20405 SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS,
   20406 IN NO EVENT SHALL OMRON OR DATA GENERAL BE LIABLE FOR ANY SPECIAL, INDIRECT
   20407 OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
   20408 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
   20409 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
   20410 OF THIS SOFTWARE.
   20411 
   20412 
   20413 Copyright  1998-2004, 2006 Keith Packard
   20414 Copyright  2000-2002 Keith Packard, member of The XFree86 Project, Inc.
   20415 Copyright (c) 2002 Apple Computer, Inc.
   20416 Copyright (c) 2003 Torrey T. Lyons.
   20417 All Rights Reserved.
   20418 
   20419 Permission to use, copy, modify, distribute, and sell this software and its
   20420 documentation for any purpose is hereby granted without fee, provided that
   20421 the above copyright notice appear in all copies and that both that
   20422 copyright notice and this permission notice appear in supporting
   20423 documentation, and that the name of Keith Packard not be used in
   20424 advertising or publicity pertaining to distribution of the software without
   20425 specific, written prior permission.  Keith Packard makes no
   20426 representations about the suitability of this software for any purpose.  It
   20427 is provided "as is" without express or implied warranty.
   20428 
   20429 KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
   20430 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
   20431 EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR
   20432 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
   20433 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
   20434 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
   20435 PERFORMANCE OF THIS SOFTWARE.
   20436 
   20437 
   20438 Copyright  1999 Keith Packard
   20439 Copyright  2000 Compaq Computer Corporation
   20440 Copyright  2002 MontaVista Software Inc.
   20441 Copyright  2005 OpenedHand Ltd.
   20442 Copyright  2006 Nokia Corporation
   20443 
   20444 Permission to use, copy, modify, distribute, and sell this software and its
   20445 documentation for any purpose is hereby granted without fee, provided that
   20446 the above copyright notice appear in all copies and that both that
   20447 copyright notice and this permission notice appear in supporting
   20448 documentation, and that the name of the authors and/or copyright holders
   20449 not be used in advertising or publicity pertaining to distribution of the
   20450 software without specific, written prior permission.  The authors and/or
   20451 copyright holders make no representations about the suitability of this
   20452 software for any purpose.  It is provided "as is" without express or
   20453 implied warranty.
   20454 
   20455 THE AUTHORS AND/OR COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD
   20456 TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
   20457 AND FITNESS, IN NO EVENT SHALL THE AUTHORS AND/OR COPYRIGHT HOLDERS BE
   20458 LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
   20459 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
   20460 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
   20461 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
   20462 
   20463 
   20464 Copyright 1993 by Davor Matic
   20465 
   20466 Permission to use, copy, modify, distribute, and sell this software
   20467 and its documentation for any purpose is hereby granted without fee,
   20468 provided that the above copyright notice appear in all copies and that
   20469 both that copyright notice and this permission notice appear in
   20470 supporting documentation.  Davor Matic makes no representations about
   20471 the suitability of this software for any purpose.  It is provided "as
   20472 is" without express or implied warranty.
   20473 
   20474 
   20475 Copyright (C) 2001-2004 Harold L Hunt II All Rights Reserved.
   20476 Copyright (C) Colin Harrison 2005-2008
   20477 
   20478 Permission is hereby granted, free of charge, to any person obtaining
   20479 a copy of this software and associated documentation files (the
   20480 "Software"), to deal in the Software without restriction, including
   20481 without limitation the rights to use, copy, modify, merge, publish,
   20482 distribute, sublicense, and/or sell copies of the Software, and to
   20483 permit persons to whom the Software is furnished to do so, subject to
   20484 the following conditions:
   20485 
   20486 The above copyright notice and this permission notice shall be
   20487 included in all copies or substantial portions of the Software.
   20488 
   20489 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
   20490 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
   20491 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
   20492 NONINFRINGEMENT. IN NO EVENT SHALL HAROLD L HUNT II BE LIABLE FOR
   20493 ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
   20494 CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
   20495 WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
   20496 
   20497 Except as contained in this notice, the name of Harold L Hunt II
   20498 shall not be used in advertising or otherwise to promote the sale, use
   20499 or other dealings in this Software without prior written authorization
   20500 from Harold L Hunt II.
   20501 
   20502 
   20503 Copyright 1990,91 by Thomas Roell, Dinkelscherben, Germany.
   20504 
   20505 Permission to use, copy, modify, distribute, and sell this software and its
   20506 documentation for any purpose is hereby granted without fee, provided that
   20507 the above copyright notice appear in all copies and that both that
   20508 copyright notice and this permission notice appear in supporting
   20509 documentation, and that the name of Thomas Roell not be used in
   20510 advertising or publicity pertaining to distribution of the software without
   20511 specific, written prior permission.  Thomas Roell makes no representations
   20512 about the suitability of this software for any purpose.  It is provided
   20513 "as is" without express or implied warranty.
   20514 
   20515 THOMAS ROELL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
   20516 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
   20517 EVENT SHALL THOMAS ROELL BE LIABLE FOR ANY SPECIAL, INDIRECT OR
   20518 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
   20519 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
   20520 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
   20521 PERFORMANCE OF THIS SOFTWARE.
   20522 
   20523 
   20524 Copyright 1990,91 by Thomas Roell, Dinkelscherben, Germany
   20525 Copyright 1993 by David Wexelblat &lt;dwex (a] goblin.org&gt;
   20526 
   20527 Permission to use, copy, modify, distribute, and sell this software and its
   20528 documentation for any purpose is hereby granted without fee, provided that
   20529 the above copyright notice appear in all copies and that both that
   20530 copyright notice and this permission notice appear in supporting
   20531 documentation, and that the names of Thomas Roell and David Wexelblat
   20532 not be used in advertising or publicity pertaining to distribution of
   20533 the software without specific, written prior permission.  Thomas Roell and
   20534 David Wexelblat makes no representations about the suitability of this
   20535 software for any purpose.  It is provided "as is" without express or
   20536 implied warranty.
   20537 
   20538 THOMAS ROELL AND DAVID WEXELBLAT DISCLAIMS ALL WARRANTIES WITH REGARD TO
   20539 THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
   20540 FITNESS, IN NO EVENT SHALL THOMAS ROELL OR DAVID WEXELBLAT BE LIABLE FOR
   20541 ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER
   20542 RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF
   20543 CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
   20544 CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
   20545 
   20546 
   20547 Copyright 1990,91,92,93 by Thomas Roell, Germany.
   20548 Copyright 1991,92,93    by SGCS (Snitily Graphics Consulting Services), USA.
   20549 
   20550 Permission to use, copy, modify, distribute, and sell this software
   20551 and its documentation for any purpose is hereby granted without fee,
   20552 provided that the above copyright notice appear in all copies and
   20553 that both that copyright notice and this  permission notice appear
   20554 in supporting documentation, and that the name of Thomas Roell nor
   20555 SGCS be used in advertising or publicity pertaining to distribution
   20556 of the software without specific, written prior permission.
   20557 Thomas Roell nor SGCS makes no representations about the suitability
   20558 of this software for any purpose. It is provided "as is" without
   20559 express or implied warranty.
   20560 
   20561 THOMAS ROELL AND SGCS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS
   20562 SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
   20563 FITNESS, IN NO EVENT SHALL THOMAS ROELL OR SGCS BE LIABLE FOR ANY
   20564 SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER
   20565 RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF
   20566 CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
   20567 CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
   20568 
   20569 
   20570 Copyright 1998 by Alan Hourihane, Wigan, England.
   20571 Copyright 2000-2002 by Alan Hourihane, Flint Mountain, North Wales.
   20572 
   20573 Permission to use, copy, modify, distribute, and sell this software and its
   20574 documentation for any purpose is hereby granted without fee, provided that
   20575 the above copyright notice appear in all copies and that both that
   20576 copyright notice and this permission notice appear in supporting
   20577 documentation, and that the name of Alan Hourihane not be used in
   20578 advertising or publicity pertaining to distribution of the software without
   20579 specific, written prior permission.  Alan Hourihane makes no representations
   20580 about the suitability of this software for any purpose.  It is provided
   20581 "as is" without express or implied warranty.
   20582 
   20583 ALAN HOURIHANE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
   20584 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
   20585 EVENT SHALL ALAN HOURIHANE BE LIABLE FOR ANY SPECIAL, INDIRECT OR
   20586 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
   20587 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
   20588 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
   20589 PERFORMANCE OF THIS SOFTWARE.
   20590 
   20591 
   20592 Copyright 1995  Kaleb S. KEITHLEY
   20593 
   20594 Permission is hereby granted, free of charge, to any person obtaining
   20595 a copy of this software and associated documentation files (the
   20596 "Software"), to deal in the Software without restriction, including
   20597 without limitation the rights to use, copy, modify, merge, publish,
   20598 distribute, sublicense, and/or sell copies of the Software, and to
   20599 permit persons to whom the Software is furnished to do so, subject to
   20600 the following conditions:
   20601 
   20602 The above copyright notice and this permission notice shall be
   20603 included in all copies or substantial portions of the Software.
   20604 
   20605 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
   20606 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
   20607 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
   20608 IN NO EVENT SHALL Kaleb S. KEITHLEY BE LIABLE FOR ANY CLAIM, DAMAGES
   20609 OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
   20610 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
   20611 OTHER DEALINGS IN THE SOFTWARE.
   20612 
   20613 Except as contained in this notice, the name of Kaleb S. KEITHLEY
   20614 shall not be used in advertising or otherwise to promote the sale, use
   20615 or other dealings in this Software without prior written authorization
   20616 from Kaleb S. KEITHLEY
   20617 
   20618 
   20619 Copyright (c) 1997 Matthieu Herrb
   20620 
   20621 Permission to use, copy, modify, distribute, and sell this software and its
   20622 documentation for any purpose is hereby granted without fee, provided that
   20623 the above copyright notice appear in all copies and that both that
   20624 copyright notice and this permission notice appear in supporting
   20625 documentation, and that the name of Matthieu Herrb not be used in
   20626 advertising or publicity pertaining to distribution of the software without
   20627 specific, written prior permission.  Matthieu Herrb makes no
   20628 representations about the suitability of this software for any purpose.
   20629  It is provided "as is" without express or implied warranty.
   20630 
   20631 MATTHIEU HERRB DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
   20632 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
   20633 EVENT SHALL MATTHIEU HERRB BE LIABLE FOR ANY SPECIAL, INDIRECT OR
   20634 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
   20635 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
   20636 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
   20637 PERFORMANCE OF THIS SOFTWARE.
   20638 
   20639 
   20640 Copyright 2004, Egbert Eich
   20641 
   20642 Permission is hereby granted, free of charge, to any person obtaining a copy
   20643 of this software and associated documentation files (the "Software"), to
   20644 deal in the Software without restriction, including without limitation the
   20645 rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
   20646 sell copies of the Software, and to permit persons to whom the Software is
   20647 furnished to do so, subject to the following conditions:
   20648 
   20649 The above copyright notice and this permission notice shall be included in
   20650 all copies or substantial portions of the Software.
   20651 
   20652 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   20653 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   20654 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
   20655 EGBERT EICH BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
   20656 IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CON-
   20657 NECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
   20658 
   20659 Except as contained in this notice, the name of Egbert Eich shall not
   20660 be used in advertising or otherwise to promote the sale, use or other deal-
   20661 ings in this Software without prior written authorization from Egbert Eich.
   20662 
   20663 
   20664 Copyright 1993 by David Wexelblat &lt;dwex (a] goblin.org&gt;
   20665 Copyright 2005 by Kean Johnston &lt;jkj (a] sco.com&gt;
   20666 Copyright 1993 by David McCullough &lt;davidm (a] stallion.oz.au&gt;
   20667 
   20668 Permission to use, copy, modify, distribute, and sell this software and its
   20669 documentation for any purpose is hereby granted without fee, provided that
   20670 the above copyright notice appear in all copies and that both that
   20671 copyright notice and this permission notice appear in supporting
   20672 documentation, and that the name of David Wexelblat not be used in
   20673 advertising or publicity pertaining to distribution of the software without
   20674 specific, written prior permission.  David Wexelblat makes no representations
   20675 about the suitability of this software for any purpose.  It is provided
   20676 "as is" without express or implied warranty.
   20677 
   20678 DAVID WEXELBLAT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
   20679 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
   20680 EVENT SHALL DAVID WEXELBLAT BE LIABLE FOR ANY SPECIAL, INDIRECT OR
   20681 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
   20682 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
   20683 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
   20684 PERFORMANCE OF THIS SOFTWARE.
   20685 
   20686 
   20687 Copyright 1992 by Orest Zborowski &lt;obz (a] Kodak.com&gt;
   20688 Copyright 1993 by David Wexelblat &lt;dwex (a] goblin.org&gt;
   20689 
   20690 Permission to use, copy, modify, distribute, and sell this software and its
   20691 documentation for any purpose is hereby granted without fee, provided that
   20692 the above copyright notice appear in all copies and that both that
   20693 copyright notice and this permission notice appear in supporting
   20694 documentation, and that the names of Orest Zborowski and David Wexelblat
   20695 not be used in advertising or publicity pertaining to distribution of
   20696 the software without specific, written prior permission.  Orest Zborowski
   20697 and David Wexelblat make no representations about the suitability of this
   20698 software for any purpose.  It is provided "as is" without express or
   20699 implied warranty.
   20700 
   20701 OREST ZBOROWSKI AND DAVID WEXELBLAT DISCLAIMS ALL WARRANTIES WITH REGARD
   20702 TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
   20703 FITNESS, IN NO EVENT SHALL OREST ZBOROWSKI OR DAVID WEXELBLAT BE LIABLE
   20704 FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
   20705 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
   20706 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
   20707 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
   20708 
   20709 
   20710 Copyright 1992 by Orest Zborowski &lt;obz (a] Kodak.com&gt;
   20711 Copyright 1993 by David Dawes &lt;dawes (a] xfree86.org&gt;
   20712 
   20713 Permission to use, copy, modify, distribute, and sell this software and its
   20714 documentation for any purpose is hereby granted without fee, provided that
   20715 the above copyright notice appear in all copies and that both that
   20716 copyright notice and this permission notice appear in supporting
   20717 documentation, and that the names of Orest Zborowski and David Dawes
   20718 not be used in advertising or publicity pertaining to distribution of
   20719 the software without specific, written prior permission.  Orest Zborowski
   20720 and David Dawes make no representations about the suitability of this
   20721 software for any purpose.  It is provided "as is" without express or
   20722 implied warranty.
   20723 
   20724 OREST ZBOROWSKI AND DAVID DAWES DISCLAIMS ALL WARRANTIES WITH REGARD
   20725 TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
   20726 FITNESS, IN NO EVENT SHALL OREST ZBOROWSKI OR DAVID DAWES BE LIABLE
   20727 FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
   20728 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
   20729 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
   20730 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
   20731 
   20732 
   20733 Copyright 1995-1999 by Frederic Lepied, France. &lt;fred (a] sugix.frmug.fr.net&gt;
   20734 
   20735 Permission to use, copy, modify, distribute, and sell this software and its
   20736 documentation for any purpose is  hereby granted without fee, provided that
   20737 the  above copyright   notice appear  in   all  copies and  that both  that
   20738 copyright  notice   and   this  permission   notice  appear  in  supporting
   20739 documentation, and that   the  name of  Frederic   Lepied not  be  used  in
   20740 advertising or publicity pertaining to distribution of the software without
   20741 specific,  written      prior  permission.     Frederic  Lepied   makes  no
   20742 representations about the suitability of this software for any purpose.  It
   20743 is provided "as is" without express or implied warranty.
   20744 
   20745 FREDERIC  LEPIED DISCLAIMS ALL   WARRANTIES WITH REGARD  TO  THIS SOFTWARE,
   20746 INCLUDING ALL IMPLIED   WARRANTIES OF MERCHANTABILITY  AND   FITNESS, IN NO
   20747 EVENT  SHALL FREDERIC  LEPIED BE   LIABLE   FOR ANY  SPECIAL, INDIRECT   OR
   20748 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
   20749 DATA  OR PROFITS, WHETHER  IN  AN ACTION OF  CONTRACT,  NEGLIGENCE OR OTHER
   20750 TORTIOUS  ACTION, ARISING    OUT OF OR   IN  CONNECTION  WITH THE USE    OR
   20751 PERFORMANCE OF THIS SOFTWARE.
   20752 
   20753 
   20754 Copyright 1992 by Rich Murphey &lt;Rich (a] Rice.edu&gt;
   20755 Copyright 1993 by David Wexelblat &lt;dwex (a] goblin.org&gt;
   20756 
   20757 Permission to use, copy, modify, distribute, and sell this software and its
   20758 documentation for any purpose is hereby granted without fee, provided that
   20759 the above copyright notice appear in all copies and that both that
   20760 copyright notice and this permission notice appear in supporting
   20761 documentation, and that the names of Rich Murphey and David Wexelblat
   20762 not be used in advertising or publicity pertaining to distribution of
   20763 the software without specific, written prior permission.  Rich Murphey and
   20764 David Wexelblat make no representations about the suitability of this
   20765 software for any purpose.  It is provided "as is" without express or
   20766 implied warranty.
   20767 
   20768 RICH MURPHEY AND DAVID WEXELBLAT DISCLAIM ALL WARRANTIES WITH REGARD TO
   20769 THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
   20770 FITNESS, IN NO EVENT SHALL RICH MURPHEY OR DAVID WEXELBLAT BE LIABLE FOR
   20771 ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER
   20772 RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF
   20773 CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
   20774 CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
   20775 
   20776 
   20777 Copyright 1992 by Rich Murphey &lt;Rich (a] Rice.edu&gt;
   20778 Copyright 1993 by David Dawes &lt;dawes (a] xfree86.org&gt;
   20779 
   20780 Permission to use, copy, modify, distribute, and sell this software and its
   20781 documentation for any purpose is hereby granted without fee, provided that
   20782 the above copyright notice appear in all copies and that both that
   20783 copyright notice and this permission notice appear in supporting
   20784 documentation, and that the names of Rich Murphey and David Dawes
   20785 not be used in advertising or publicity pertaining to distribution of
   20786 the software without specific, written prior permission.  Rich Murphey and
   20787 David Dawes make no representations about the suitability of this
   20788 software for any purpose.  It is provided "as is" without express or
   20789 implied warranty.
   20790 
   20791 RICH MURPHEY AND DAVID DAWES DISCLAIM ALL WARRANTIES WITH REGARD TO
   20792 THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
   20793 FITNESS, IN NO EVENT SHALL RICH MURPHEY OR DAVID DAWES BE LIABLE FOR
   20794 ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER
   20795 RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF
   20796 CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
   20797 CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
   20798 
   20799 
   20800 Copyright  2003-2004 Anders Carlsson
   20801 
   20802 Permission to use, copy, modify, distribute, and sell this software and its
   20803 documentation for any purpose is hereby granted without fee, provided that
   20804 the above copyright notice appear in all copies and that both that
   20805 copyright notice and this permission notice appear in supporting
   20806 documentation, and that the name of Anders Carlsson not be used in
   20807 advertising or publicity pertaining to distribution of the software without
   20808 specific, written prior permission.  Anders Carlsson makes no
   20809 representations about the suitability of this software for any purpose.  It
   20810 is provided "as is" without express or implied warranty.
   20811 
   20812 ANDERS CARLSSON DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
   20813 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
   20814 EVENT SHALL ANDERS CARLSSON BE LIABLE FOR ANY SPECIAL, INDIRECT OR
   20815 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
   20816 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
   20817 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
   20818 PERFORMANCE OF THIS SOFTWARE.
   20819 
   20820 
   20821 Copyright (C) 2003 Anders Carlsson
   20822 Copyright  2003-2004 Eric Anholt
   20823 Copyright  2004 Keith Packard
   20824 
   20825 Permission to use, copy, modify, distribute, and sell this software and its
   20826 documentation for any purpose is hereby granted without fee, provided that
   20827 the above copyright notice appear in all copies and that both that
   20828 copyright notice and this permission notice appear in supporting
   20829 documentation, and that the name of Eric Anholt not be used in
   20830 advertising or publicity pertaining to distribution of the software without
   20831 specific, written prior permission.  Eric Anholt makes no
   20832 representations about the suitability of this software for any purpose.  It
   20833 is provided "as is" without express or implied warranty.
   20834 
   20835 ERIC ANHOLT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
   20836 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
   20837 EVENT SHALL ERIC ANHOLT BE LIABLE FOR ANY SPECIAL, INDIRECT OR
   20838 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
   20839 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
   20840 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
   20841 PERFORMANCE OF THIS SOFTWARE.
   20842 
   20843 
   20844 Copyright  2004 PillowElephantBadgerBankPond
   20845 
   20846 Permission to use, copy, modify, distribute, and sell this software and its
   20847 documentation for any purpose is hereby granted without fee, provided that
   20848 the above copyright notice appear in all copies and that both that
   20849 copyright notice and this permission notice appear in supporting
   20850 documentation, and that the name of PillowElephantBadgerBankPond not be used in
   20851 advertising or publicity pertaining to distribution of the software without
   20852 specific, written prior permission.  PillowElephantBadgerBankPond makes no
   20853 representations about the suitability of this software for any purpose.  It
   20854 is provided "as is" without express or implied warranty.
   20855 
   20856 PillowElephantBadgerBankPond DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
   20857 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
   20858 EVENT SHALL PillowElephantBadgerBankPond BE LIABLE FOR ANY SPECIAL, INDIRECT OR
   20859 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
   20860 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
   20861 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
   20862 PERFORMANCE OF THIS SOFTWARE.
   20863 
   20864 
   20865 Copyright (c) 1998 Todd C. Miller &lt;Todd.Miller (a] courtesan.com&gt;
   20866 
   20867 Permission to use, copy, modify, and distribute this software for any
   20868 purpose with or without fee is hereby granted, provided that the above
   20869 copyright notice and this permission notice appear in all copies.
   20870 
   20871 THE SOFTWARE IS PROVIDED "AS IS" AND TODD C. MILLER DISCLAIMS ALL
   20872 WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES
   20873 OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL TODD C. MILLER BE LIABLE
   20874 FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
   20875 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
   20876 OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
   20877 CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
   20878 
   20879 
   20880 Copyright  2003-2004 Philip Blundell
   20881 
   20882 Permission to use, copy, modify, distribute, and sell this software and its
   20883 documentation for any purpose is hereby granted without fee, provided that
   20884 the above copyright notice appear in all copies and that both that
   20885 copyright notice and this permission notice appear in supporting
   20886 documentation, and that the name of Philip Blundell not be used in
   20887 advertising or publicity pertaining to distribution of the software without
   20888 specific, written prior permission.  Philip Blundell makes no
   20889 representations about the suitability of this software for any purpose.  It
   20890 is provided "as is" without express or implied warranty.
   20891 
   20892 PHILIP BLUNDELL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
   20893 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
   20894 EVENT SHALL PHILIP BLUNDELL BE LIABLE FOR ANY SPECIAL, INDIRECT OR
   20895 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
   20896 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
   20897 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
   20898 PERFORMANCE OF THIS SOFTWARE.
   20899 
   20900 
   20901 
   20902 Copyright (c) 1994-2003 by The XFree86 Project, Inc.
   20903 Copyright 1997 by Metro Link, Inc.
   20904 Copyright 2003 by David H. Dawes.
   20905 Copyright 2003 by X-Oz Technologies.
   20906 Copyright (c) 2004, X.Org Foundation
   20907 
   20908 Permission is hereby granted, free of charge, to any person obtaining a
   20909 copy of this software and associated documentation files (the "Software"),
   20910 to deal in the Software without restriction, including without limitation
   20911 the rights to use, copy, modify, merge, publish, distribute, sublicense,
   20912 and/or sell copies of the Software, and to permit persons to whom the
   20913 Software is furnished to do so, subject to the following conditions:
   20914 
   20915 The above copyright notice and this permission notice shall be included in
   20916 all copies or substantial portions of the Software.
   20917 
   20918 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   20919 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   20920 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
   20921 THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR
   20922 OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
   20923 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
   20924 OTHER DEALINGS IN THE SOFTWARE.
   20925 
   20926 Except as contained in this notice, the name of the copyright holder(s)
   20927 and author(s) shall not be used in advertising or otherwise to promote
   20928 the sale, use or other dealings in this Software without prior written
   20929 authorization from the copyright holder(s) and author(s).
   20930 
   20931 
   20932 Copyright 1990,91 by Thomas Roell, Dinkelscherben, Germany
   20933 Copyright 1993 by David Wexelblat &lt;dwex (a] goblin.org&gt;
   20934 Copyright 1999 by David Holland &lt;davidh (a] iquest.net&gt;
   20935 Copyright  2000 Compaq Computer Corporation
   20936 Copyright  2002 Hewlett-Packard Company
   20937 Copyright  2004, 2005 Red Hat, Inc.
   20938 Copyright  2004 Nicholas Miell
   20939 Copyright  2005 Trolltech AS
   20940 Copyright  2006 Intel Corporation
   20941 Copyright  2006-2007 Keith Packard
   20942 Copyright  2008 Red Hat, Inc
   20943 Copyright  2008 George Sapountzis &lt;gsap7 (a] yahoo.gr&gt;
   20944 
   20945 Permission to use, copy, modify, distribute, and sell this software and its
   20946 documentation for any purpose is hereby granted without fee, provided that
   20947 the above copyright notice appear in all copies and that both that copyright
   20948 notice and this permission notice appear in supporting documentation, and
   20949 that the name of the copyright holders not be used in advertising or
   20950 publicity pertaining to distribution of the software without specific,
   20951 written prior permission.  The copyright holders make no representations
   20952 about the suitability of this software for any purpose.  It is provided "as
   20953 is" without express or implied warranty.
   20954 
   20955 THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS
   20956 SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
   20957 FITNESS, IN NO EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY
   20958 SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
   20959 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
   20960 AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
   20961 OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
   20962 SOFTWARE.
   20963 
   20964 
   20965 Copyright  2000 Keith Packard, member of The XFree86 Project, Inc.
   20966             2005 Lars Knoll &amp; Zack Rusin, Trolltech
   20967 
   20968 Permission to use, copy, modify, distribute, and sell this software and its
   20969 documentation for any purpose is hereby granted without fee, provided that
   20970 the above copyright notice appear in all copies and that both that
   20971 copyright notice and this permission notice appear in supporting
   20972 documentation, and that the name of Keith Packard not be used in
   20973 advertising or publicity pertaining to distribution of the software without
   20974 specific, written prior permission.  Keith Packard makes no
   20975 representations about the suitability of this software for any purpose.  It
   20976 is provided "as is" without express or implied warranty.
   20977 
   20978 THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS
   20979 SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
   20980 FITNESS, IN NO EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY
   20981 SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
   20982 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
   20983 AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
   20984 OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
   20985 SOFTWARE.
   20986 
   20987 
   20988 Copyright 1987, 1998  The Open Group
   20989 Copyright  1998-1999, 2001 The XFree86 Project, Inc.
   20990 Copyright  2000 VA Linux Systems, Inc.
   20991 Copyright (c) 2000, 2001 Nokia Home Communications
   20992 Copyright  2007, 2008 Red Hat, Inc.
   20993 All rights reserved.
   20994 
   20995 Permission is hereby granted, free of charge, to any person obtaining a
   20996 copy of this software and associated documentation files (the
   20997 "Software"), to deal in the Software without restriction, including
   20998 without limitation the rights to use, copy, modify, merge, publish,
   20999 distribute, and/or sell copies of the Software, and to permit persons
   21000 to whom the Software is furnished to do so, provided that the above
   21001 copyright notice(s) and this permission notice appear in all copies of
   21002 the Software and that both the above copyright notice(s) and this
   21003 permission notice appear in supporting documentation.
   21004 
   21005 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
   21006 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
   21007 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
   21008 OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
   21009 HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL
   21010 INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING
   21011 FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
   21012 NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
   21013 WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
   21014 
   21015 Except as contained in this notice, the name of a copyright holder
   21016 shall not be used in advertising or otherwise to promote the sale, use
   21017 or other dealings in this Software without prior written authorization
   21018 of the copyright holder.
   21019 
   21020 
   21021 Copyright 1996 by Thomas E. Dickey &lt;dickey (a] clark.net&gt;
   21022 
   21023                         All Rights Reserved
   21024 
   21025 Permission to use, copy, modify, and distribute this software and its
   21026 documentation for any purpose and without fee is hereby granted,
   21027 provided that the above copyright notice appear in all copies and that
   21028 both that copyright notice and this permission notice appear in
   21029 supporting documentation, and that the name of the above listed
   21030 copyright holder(s) not be used in advertising or publicity pertaining
   21031 to distribution of the software without specific, written prior
   21032 permission.
   21033 
   21034 THE ABOVE LISTED COPYRIGHT HOLDER(S) DISCLAIM ALL WARRANTIES WITH REGARD
   21035 TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
   21036 AND FITNESS, IN NO EVENT SHALL THE ABOVE LISTED COPYRIGHT HOLDER(S) BE
   21037 LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
   21038 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
   21039 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
   21040 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
   21041 
   21042 
   21043 Copyright 1998-1999 Precision Insight, Inc., Cedar Park, Texas.
   21044 Copyright (c) 2001 Andreas Monitzer.
   21045 Copyright (c) 2001-2004 Greg Parker.
   21046 Copyright (c) 2001-2004 Torrey T. Lyons
   21047 Copyright (c) 2002-2003 Apple Computer, Inc.
   21048 Copyright (c) 2004-2005 Alexander Gottwald
   21049 Copyright (c) 2002-2009 Apple Inc.
   21050 Copyright (c) 2007 Jeremy Huddleston
   21051 All Rights Reserved.
   21052 
   21053 Permission is hereby granted, free of charge, to any person obtaining a
   21054 copy of this software and associated documentation files (the "Software"),
   21055 to deal in the Software without restriction, including without limitation
   21056 the rights to use, copy, modify, merge, publish, distribute, sublicense,
   21057 and/or sell copies of the Software, and to permit persons to whom the
   21058 Software is furnished to do so, subject to the following conditions:
   21059 
   21060 The above copyright notice and this permission notice shall be included in
   21061 all copies or substantial portions of the Software.
   21062 
   21063 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   21064 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   21065 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
   21066 THE ABOVE LISTED COPYRIGHT HOLDER(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR
   21067 OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
   21068 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
   21069 DEALINGS IN THE SOFTWARE.
   21070 
   21071 Except as contained in this notice, the name(s) of the above copyright
   21072 holders shall not be used in advertising or otherwise to promote the sale,
   21073 use or other dealings in this Software without prior written authorization.
   21074 
   21075 
   21076 Copyright (C) 1999,2000 by Eric Sunshine &lt;sunshine (a] sunshineco.com&gt;
   21077 Copyright (C) 2001-2005 by Thomas Winischhofer, Vienna, Austria.
   21078 
   21079 All rights reserved.
   21080 
   21081 Redistribution and use in source and binary forms, with or without
   21082 modification, are permitted provided that the following conditions are met:
   21083 
   21084   1. Redistributions of source code must retain the above copyright
   21085      notice, this list of conditions and the following disclaimer.
   21086   2. Redistributions in binary form must reproduce the above copyright
   21087      notice, this list of conditions and the following disclaimer in the
   21088      documentation and/or other materials provided with the distribution.
   21089   3. The name of the author may not be used to endorse or promote products
   21090      derived from this software without specific prior written permission.
   21091 
   21092 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
   21093 IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
   21094 OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.  IN
   21095 NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
   21096 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
   21097 TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
   21098 PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
   21099 LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
   21100 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
   21101 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
   21102 
   21103 
   21104 Copyright (C) 2005 Bogdan D. bogdand (a] users.sourceforge.net
   21105 
   21106 Permission is hereby granted, free of charge, to any person obtaining a copy of
   21107 this software and associated documentation files (the "Software"), to deal in
   21108 the Software without restriction, including without limitation the rights to
   21109 use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
   21110 of the Software, and to permit persons to whom the Software is furnished to do
   21111 so, subject to the following conditions:
   21112 
   21113 The above copyright notice and this permission notice shall be included in all
   21114 copies or substantial portions of the Software.
   21115 
   21116 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   21117 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   21118 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
   21119 AUTHOR BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
   21120 ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
   21121 WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
   21122 
   21123 Except as contained in this notice, the name of the author shall not be used in
   21124 advertising or otherwise to promote the sale, use or other dealings in this
   21125 Software without prior written authorization from the author.
   21126 
   21127 
   21128 Copyright  2002 David Dawes
   21129 
   21130 Permission is hereby granted, free of charge, to any person obtaining a
   21131 copy of this software and associated documentation files (the "Software"),
   21132 to deal in the Software without restriction, including without limitation
   21133 the rights to use, copy, modify, merge, publish, distribute, sublicense,
   21134 and/or sell copies of the Software, and to permit persons to whom the
   21135 Software is furnished to do so, subject to the following conditions:
   21136 
   21137 The above copyright notice and this permission notice shall be included in
   21138 all copies or substantial portions of the Software.
   21139 
   21140 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   21141 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   21142 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
   21143 THE AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
   21144 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
   21145 OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
   21146 SOFTWARE.
   21147 
   21148 Except as contained in this notice, the name of the author(s) shall
   21149 not be used in advertising or otherwise to promote the sale, use or other
   21150 dealings in this Software without prior written authorization from
   21151 the author(s).
   21152 
   21153 
   21154 Copyright (C) 1996-1999 SciTech Software, Inc.
   21155 Copyright (C) David Mosberger-Tang
   21156 Copyright (C) 1999 Egbert Eich
   21157 Copyright (C) 2008 Bart Trojanowski, Symbio Technologies, LLC
   21158 
   21159 Permission to use, copy, modify, distribute, and sell this software and
   21160 its documentation for any purpose is hereby granted without fee,
   21161 provided that the above copyright notice appear in all copies and that
   21162 both that copyright notice and this permission notice appear in
   21163 supporting documentation, and that the name of the authors not be used
   21164 in advertising or publicity pertaining to distribution of the software
   21165 without specific, written prior permission.  The authors makes no
   21166 representations about the suitability of this software for any purpose.
   21167 It is provided "as is" without express or implied warranty.
   21168 
   21169 THE AUTHORS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
   21170 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
   21171 EVENT SHALL THE AUTHORS BE LIABLE FOR ANY SPECIAL, INDIRECT OR
   21172 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF
   21173 USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
   21174 OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
   21175 PERFORMANCE OF THIS SOFTWARE.
   21176 
   21177 
   21178 Copyright 2005-2006 Luc Verhaegen.
   21179 
   21180 Permission is hereby granted, free of charge, to any person obtaining a
   21181 copy of this software and associated documentation files (the "Software"),
   21182 to deal in the Software without restriction, including without limitation
   21183 the rights to use, copy, modify, merge, publish, distribute, sublicense,
   21184 and/or sell copies of the Software, and to permit persons to whom the
   21185 Software is furnished to do so, subject to the following conditions:
   21186 
   21187 The above copyright notice and this permission notice shall be included in
   21188 all copies or substantial portions of the Software.
   21189 
   21190 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   21191 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   21192 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
   21193 THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR
   21194 OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
   21195 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
   21196 OTHER DEALINGS IN THE SOFTWARE.
   21197 
   21198 
   21199 Copyright 1995 by Robin Cutshaw &lt;robin (a] XFree86.Org&gt;
   21200 Copyright 2000 by Egbert Eich
   21201 Copyright 2002 by David Dawes
   21202 
   21203 Permission to use, copy, modify, distribute, and sell this software and its
   21204 documentation for any purpose is hereby granted without fee, provided that
   21205 the above copyright notice appear in all copies and that both that
   21206 copyright notice and this permission notice appear in supporting
   21207 documentation, and that the names of the above listed copyright holder(s)
   21208 not be used in advertising or publicity pertaining to distribution of
   21209 the software without specific, written prior permission.  The above listed
   21210 copyright holder(s) make(s) no representations about the suitability of this
   21211 software for any purpose.  It is provided "as is" without express or
   21212 implied warranty.
   21213 
   21214 THE ABOVE LISTED COPYRIGHT HOLDER(S) DISCLAIM(S) ALL WARRANTIES WITH REGARD
   21215 TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
   21216 AND FITNESS, IN NO EVENT SHALL THE ABOVE LISTED COPYRIGHT HOLDER(S) BE
   21217 LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY
   21218 DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER
   21219 IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
   21220 OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
   21221 
   21222 
   21223 Copyright 1997-2004 by Marc Aurele La France (TSI @ UQV), tsi (a] xfree86.org
   21224 
   21225 Permission to use, copy, modify, distribute, and sell this software and its
   21226 documentation for any purpose is hereby granted without fee, provided that
   21227 the above copyright notice appear in all copies and that both that copyright
   21228 notice and this permission notice appear in supporting documentation, and
   21229 that the name of Marc Aurele La France not be used in advertising or
   21230 publicity pertaining to distribution of the software without specific,
   21231 written prior permission.  Marc Aurele La France makes no representations
   21232 about the suitability of this software for any purpose.  It is provided
   21233 "as-is" without express or implied warranty.
   21234 
   21235 MARC AURELE LA FRANCE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
   21236 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS.  IN NO
   21237 EVENT SHALL MARC AURELE LA FRANCE BE LIABLE FOR ANY SPECIAL, INDIRECT OR
   21238 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
   21239 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
   21240 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
   21241 OF THIS SOFTWARE.
   21242 
   21243 
   21244 Copyright 1990, 1991 by Thomas Roell, Dinkelscherben, Germany
   21245 Copyright 1992 by David Dawes &lt;dawes (a] XFree86.org&gt;
   21246 Copyright 1992 by Jim Tsillas &lt;jtsilla (a] damon.ccs.northeastern.edu&gt;
   21247 Copyright 1992 by Rich Murphey &lt;Rich (a] Rice.edu&gt;
   21248 Copyright 1992 by Robert Baron &lt;Robert.Baron (a] ernst.mach.cs.cmu.edu&gt;
   21249 Copyright 1992 by Orest Zborowski &lt;obz (a] eskimo.com&gt;
   21250 Copyright 1993 by Vrije Universiteit, The Netherlands
   21251 Copyright 1993 by David Wexelblat &lt;dwex (a] XFree86.org&gt;
   21252 Copyright 1994, 1996 by Holger Veit &lt;Holger.Veit (a] gmd.de&gt;
   21253 Copyright 1997 by Takis Psarogiannakopoulos &lt;takis (a] dpmms.cam.ac.uk&gt;
   21254 Copyright 1994-2003 by The XFree86 Project, Inc
   21255 
   21256 Permission to use, copy, modify, distribute, and sell this software and its
   21257 documentation for any purpose is hereby granted without fee, provided that
   21258 the above copyright notice appear in all copies and that both that
   21259 copyright notice and this permission notice appear in supporting
   21260 documentation, and that the names of the above listed copyright holders
   21261 not be used in advertising or publicity pertaining to distribution of
   21262 the software without specific, written prior permission.  The above listed
   21263 copyright holders make no representations about the suitability of this
   21264 software for any purpose.  It is provided "as is" without express or
   21265 implied warranty.
   21266 
   21267 THE ABOVE LISTED COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD
   21268 TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
   21269 AND FITNESS, IN NO EVENT SHALL THE ABOVE LISTED COPYRIGHT HOLDERS BE
   21270 LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY
   21271 DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER
   21272 IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
   21273 OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
   21274 
   21275 
   21276 Copyright 2001-2005 by J. Kean Johnston &lt;jkj (a] sco.com&gt;
   21277 
   21278 Permission to use, copy, modify, distribute, and sell this software and its
   21279 documentation for any purpose is hereby granted without fee, provided that
   21280 the above copyright notice appear in all copies and that both that
   21281 copyright notice and this permission notice appear in supporting
   21282 documentation, and that the name J. Kean Johnston not be used in
   21283 advertising or publicity pertaining to distribution of the software without
   21284 specific, written prior permission.  J. Kean Johnston makes no
   21285 representations about the suitability of this software for any purpose.
   21286 It is provided "as is" without express or implied warranty.
   21287 
   21288 J. KEAN JOHNSTON DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
   21289 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
   21290 EVENT SHALL J. KEAN JOHNSTON BE LIABLE FOR ANY SPECIAL, INDIRECT OR
   21291 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF
   21292 USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
   21293 OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
   21294 PERFORMANCE OF THIS SOFTWARE.
   21295 
   21296 
   21297 Copyright (C) 2000 Jakub Jelinek (jakub (a] redhat.com)
   21298 
   21299 Permission is hereby granted, free of charge, to any person obtaining a copy
   21300 of this software and associated documentation files (the "Software"), to deal
   21301 in the Software without restriction, including without limitation the rights
   21302 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
   21303 copies of the Software, and to permit persons to whom the Software is
   21304 furnished to do so, subject to the following conditions:
   21305 
   21306 The above copyright notice and this permission notice shall be included in
   21307 all copies or substantial portions of the Software.
   21308 
   21309 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   21310 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   21311 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
   21312 JAKUB JELINEK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
   21313 IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
   21314 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
   21315 
   21316 
   21317 Copyright 1997,1998 by UCHIYAMA Yasushi
   21318 
   21319 Permission to use, copy, modify, distribute, and sell this software and its
   21320 documentation for any purpose is hereby granted without fee, provided that
   21321 the above copyright notice appear in all copies and that both that
   21322 copyright notice and this permission notice appear in supporting
   21323 documentation, and that the name of UCHIYAMA Yasushi not be used in
   21324 advertising or publicity pertaining to distribution of the software without
   21325 specific, written prior permission.  UCHIYAMA Yasushi makes no representations
   21326 about the suitability of this software for any purpose.  It is provided
   21327 "as is" without express or implied warranty.
   21328 
   21329 UCHIYAMA YASUSHI DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
   21330 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
   21331 EVENT SHALL UCHIYAMA YASUSHI BE LIABLE FOR ANY SPECIAL, INDIRECT OR
   21332 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
   21333 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
   21334 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
   21335 PERFORMANCE OF THIS SOFTWARE.
   21336 
   21337 
   21338 Copyright (C) 2000 Keith Packard
   21339               2004 Eric Anholt
   21340               2005 Zack Rusin
   21341 
   21342 Permission to use, copy, modify, distribute, and sell this software and its
   21343 documentation for any purpose is hereby granted without fee, provided that
   21344 the above copyright notice appear in all copies and that both that
   21345 copyright notice and this permission notice appear in supporting
   21346 documentation, and that the name of copyright holders not be used in
   21347 advertising or publicity pertaining to distribution of the software without
   21348 specific, written prior permission. Copyright holders make no
   21349 representations about the suitability of this software for any purpose.  It
   21350 is provided "as is" without express or implied warranty.
   21351 
   21352 THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS
   21353 SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
   21354 FITNESS, IN NO EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY
   21355 SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
   21356 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
   21357 AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
   21358 OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
   21359 SOFTWARE.
   21360 
   21361 
   21362 (C) Copyright IBM Corporation 2002-2007
   21363 All Rights Reserved.
   21364 
   21365 Permission is hereby granted, free of charge, to any person obtaining a
   21366 copy of this software and associated documentation files (the "Software"),
   21367 to deal in the Software without restriction, including without limitation
   21368 on the rights to use, copy, modify, merge, publish, distribute, sub
   21369 license, and/or sell copies of the Software, and to permit persons to whom
   21370 the Software is furnished to do so, subject to the following conditions:
   21371 
   21372 The above copyright notice and this permission notice (including the next
   21373 paragraph) shall be included in all copies or substantial portions of the
   21374 Software.
   21375 
   21376 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   21377 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   21378 FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.  IN NO EVENT SHALL
   21379 THE COPYRIGHT HOLDERS AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM,
   21380 DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
   21381 OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
   21382 USE OR OTHER DEALINGS IN THE SOFTWARE.
   21383 
   21384 
   21385 Permission to use, copy, modify, distribute, and sell this software and its
   21386 documentation for any purpose is hereby granted without fee, provided that
   21387 this permission notice appear in supporting documentation.  This permission
   21388 notice shall be included in all copies or substantial portions of the
   21389 Software.
   21390 
   21391 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   21392 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   21393 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
   21394 AUTHOR BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
   21395 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
   21396 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
   21397 
   21398 
   21399 Copyright  2007 OpenedHand Ltd
   21400 
   21401 Permission to use, copy, modify, distribute, and sell this software and its
   21402 documentation for any purpose is hereby granted without fee, provided that
   21403 the above copyright notice appear in all copies and that both that
   21404 copyright notice and this permission notice appear in supporting
   21405 documentation, and that the name of OpenedHand Ltd not be used in
   21406 advertising or publicity pertaining to distribution of the software without
   21407 specific, written prior permission. OpenedHand Ltd makes no
   21408 representations about the suitability of this software for any purpose.  It
   21409 is provided "as is" without express or implied warranty.
   21410 
   21411 OpenedHand Ltd DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
   21412 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
   21413 EVENT SHALL OpenedHand Ltd BE LIABLE FOR ANY SPECIAL, INDIRECT OR
   21414 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
   21415 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
   21416 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
   21417 PERFORMANCE OF THIS SOFTWARE.
   21418 
   21419 
   21420 Copyright (c) 1989, 1990, 1993, 1994
   21421      The Regents of the University of California.  All rights reserved.
   21422 
   21423 This code is derived from software contributed to Berkeley by
   21424 Chris Torek.
   21425 
   21426 This code is derived from software contributed to Berkeley by
   21427 Michael Rendell of Memorial University of Newfoundland.
   21428 
   21429 Redistribution and use in source and binary forms, with or without
   21430 modification, are permitted provided that the following conditions
   21431 are met:
   21432  1. Redistributions of source code must retain the above copyright
   21433     notice, this list of conditions and the following disclaimer.
   21434  2. Redistributions in binary form must reproduce the above copyright
   21435     notice, this list of conditions and the following disclaimer in the
   21436     documentation and/or other materials provided with the distribution.
   21437  4. Neither the name of the University nor the names of its contributors
   21438     may be used to endorse or promote products derived from this software
   21439     without specific prior written permission.
   21440 
   21441 THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
   21442 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
   21443 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
   21444 ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
   21445 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
   21446 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
   21447 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
   21448 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
   21449 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
   21450 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
   21451 SUCH DAMAGE.
   21452 
   21453 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   21454 </pre>
   21455 <ul>
   21456 
   21457 </ul>
   21458 </div>
   21459 </div>
   21460 
   21461 
   21462 <div class="product">
   21463 <span class="title">xcb-proto-1.7.1</span>
   21464 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   21465 <span class="homepage"><a href="http://xcb.freedesktop.org/">homepage</a></span>
   21466 <div class="licence">
   21467 <pre>Scanned Source License xcb-proto-1.7.1/COPYING:
   21468 
   21469 Copyright (C) 2001-2006 Bart Massey, Jamey Sharp, and Josh Triplett.
   21470 All Rights Reserved.
   21471 
   21472 Permission is hereby granted, free of charge, to any person
   21473 obtaining a copy of this software and associated
   21474 documentation files (the "Software"), to deal in the
   21475 Software without restriction, including without limitation
   21476 the rights to use, copy, modify, merge, publish, distribute,
   21477 sublicense, and/or sell copies of the Software, and to
   21478 permit persons to whom the Software is furnished to do so,
   21479 subject to the following conditions:
   21480 
   21481 The above copyright notice and this permission notice shall
   21482 be included in all copies or substantial portions of the
   21483 Software.
   21484 
   21485 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
   21486 KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
   21487 WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
   21488 PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS
   21489 BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
   21490 IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
   21491 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
   21492 OTHER DEALINGS IN THE SOFTWARE.
   21493 
   21494 Except as contained in this notice, the names of the authors
   21495 or their institutions shall not be used in advertising or
   21496 otherwise to promote the sale, use or other dealings in this
   21497 Software without prior written authorization from the
   21498 authors.
   21499 
   21500 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   21501 </pre>
   21502 <ul>
   21503 
   21504 </ul>
   21505 </div>
   21506 </div>
   21507 
   21508 
   21509 <div class="product">
   21510 <span class="title">xkeyboard-config-2.4.1</span>
   21511 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   21512 <span class="homepage"><a href="http://www.freedesktop.org/wiki/Software/XKeyboardConfig">homepage</a></span>
   21513 <div class="licence">
   21514 <pre>Scanned Source License xkeyboard-config-2.4.1/COPYING:
   21515 
   21516 Copyright 1996 by Joseph Moss
   21517 Copyright (C) 2002-2007 Free Software Foundation, Inc.
   21518 Copyright (C) Dmitry Golubev &lt;lastguru (a] mail.ru&gt;, 2003-2004
   21519 Copyright (C) 2004, Gregory Mokhin &lt;mokhin (a] bog.msu.ru&gt;
   21520 Copyright (C) 2006 Erdal Ronah
   21521 
   21522 Permission to use, copy, modify, distribute, and sell this software and its
   21523 documentation for any purpose is hereby granted without fee, provided that
   21524 the above copyright notice appear in all copies and that both that
   21525 copyright notice and this permission notice appear in supporting
   21526 documentation, and that the name of the copyright holder(s) not be used in
   21527 advertising or publicity pertaining to distribution of the software without
   21528 specific, written prior permission.  The copyright holder(s) makes no
   21529 representations about the suitability of this software for any purpose.  It
   21530 is provided "as is" without express or implied warranty.
   21531 
   21532 THE COPYRIGHT HOLDER(S) DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
   21533 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
   21534 EVENT SHALL THE COPYRIGHT HOLDER(S) BE LIABLE FOR ANY SPECIAL, INDIRECT OR
   21535 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
   21536 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
   21537 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
   21538 PERFORMANCE OF THIS SOFTWARE.
   21539 
   21540 
   21541 Copyright (c) 1996  Digital Equipment Corporation
   21542 
   21543 Permission is hereby granted, free of charge, to any person obtaining
   21544 a copy of this software and associated documentation files (the
   21545 "Software"), to deal in the Software without restriction, including
   21546 without limitation the rights to use, copy, modify, merge, publish,
   21547 distribute, sublicense, and sell copies of the Software, and to
   21548 permit persons to whom the Software is furnished to do so, subject to
   21549 the following conditions:
   21550 
   21551 The above copyright notice and this permission notice shall be included
   21552 in all copies or substantial portions of the Software.
   21553 
   21554 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
   21555 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
   21556 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
   21557 IN NO EVENT SHALL DIGITAL EQUIPMENT CORPORATION BE LIABLE FOR ANY CLAIM,
   21558 DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
   21559 OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR
   21560 THE USE OR OTHER DEALINGS IN THE SOFTWARE.
   21561 
   21562 Except as contained in this notice, the name of the Digital Equipment 
   21563 Corporation shall not be used in advertising or otherwise to promote
   21564 the sale, use or other dealings in this Software without prior written
   21565 authorization from Digital Equipment Corporation.
   21566 
   21567 
   21568 Copyright 1996, 1998  The Open Group
   21569 
   21570 Permission to use, copy, modify, distribute, and sell this software and its
   21571 documentation for any purpose is hereby granted without fee, provided that
   21572 the above copyright notice appear in all copies and that both that
   21573 copyright notice and this permission notice appear in supporting
   21574 documentation.
   21575 
   21576 The above copyright notice and this permission notice shall be
   21577 included in all copies or substantial portions of the Software.
   21578 
   21579 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
   21580 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
   21581 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
   21582 IN NO EVENT SHALL THE OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR
   21583 OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
   21584 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
   21585 OTHER DEALINGS IN THE SOFTWARE.
   21586 
   21587 Except as contained in this notice, the name of The Open Group shall
   21588 not be used in advertising or otherwise to promote the sale, use or
   21589 other dealings in this Software without prior written authorization
   21590 from The Open Group.
   21591 
   21592 
   21593 Copyright 2004-2005 Sun Microsystems, Inc.  All rights reserved.
   21594 
   21595 Permission is hereby granted, free of charge, to any person obtaining a
   21596 copy of this software and associated documentation files (the "Software"),
   21597 to deal in the Software without restriction, including without limitation
   21598 the rights to use, copy, modify, merge, publish, distribute, sublicense,
   21599 and/or sell copies of the Software, and to permit persons to whom the
   21600 Software is furnished to do so, subject to the following conditions:
   21601 
   21602 The above copyright notice and this permission notice (including the next
   21603 paragraph) shall be included in all copies or substantial portions of the
   21604 Software.
   21605 
   21606 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   21607 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   21608 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
   21609 THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
   21610 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
   21611 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
   21612 DEALINGS IN THE SOFTWARE.
   21613 
   21614 
   21615 Copyright (c) 1996 by Silicon Graphics Computer Systems, Inc.
   21616 
   21617 Permission to use, copy, modify, and distribute this
   21618 software and its documentation for any purpose and without
   21619 fee is hereby granted, provided that the above copyright
   21620 notice appear in all copies and that both that copyright
   21621 notice and this permission notice appear in supporting
   21622 documentation, and that the name of Silicon Graphics not be 
   21623 used in advertising or publicity pertaining to distribution 
   21624 of the software without specific prior written permission.
   21625 Silicon Graphics makes no representation about the suitability 
   21626 of this software for any purpose. It is provided "as is"
   21627 without any express or implied warranty.
   21628 
   21629 SILICON GRAPHICS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS 
   21630 SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY 
   21631 AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON
   21632 GRAPHICS BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL 
   21633 DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 
   21634 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE 
   21635 OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION  WITH
   21636 THE USE OR PERFORMANCE OF THIS SOFTWARE.
   21637 
   21638 
   21639 Copyright (c) 1996  X Consortium
   21640 
   21641 Permission is hereby granted, free of charge, to any person obtaining
   21642 a copy of this software and associated documentation files (the
   21643 "Software"), to deal in the Software without restriction, including
   21644 without limitation the rights to use, copy, modify, merge, publish,
   21645 distribute, sublicense, and/or sell copies of the Software, and to
   21646 permit persons to whom the Software is furnished to do so, subject to
   21647 the following conditions:
   21648 
   21649 The above copyright notice and this permission notice shall be
   21650 included in all copies or substantial portions of the Software.
   21651 
   21652 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
   21653 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
   21654 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
   21655 IN NO EVENT SHALL THE X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR
   21656 OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
   21657 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
   21658 OTHER DEALINGS IN THE SOFTWARE.
   21659 
   21660 Except as contained in this notice, the name of the X Consortium shall
   21661 not be used in advertising or otherwise to promote the sale, use or
   21662 other dealings in this Software without prior written authorization
   21663 from the X Consortium.
   21664 
   21665 
   21666 Copyright (C) 2004, 2006 var Arnfjr Bjarmason &lt;avarab (a] gmail.com&gt;
   21667 
   21668 Permission to use, copy, modify, distribute, and sell this software and its
   21669 documentation for any purpose is hereby granted without fee, provided that
   21670 the above copyright notice appear in all copies and that both that
   21671 copyright notice and this permission notice appear in supporting
   21672 documentation.
   21673 
   21674 The above copyright notice and this permission notice shall be
   21675 included in all copies or substantial portions of the Software.
   21676 
   21677 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
   21678 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
   21679 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
   21680 IN NO EVENT SHALL THE OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR
   21681 OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
   21682 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
   21683 OTHER DEALINGS IN THE SOFTWARE.
   21684 
   21685 Except as contained in this notice, the name of a copyright holder shall
   21686 not be used in advertising or otherwise to promote the sale, use or
   21687 other dealings in this Software without prior written authorization of
   21688 the copyright holder.
   21689 
   21690 
   21691 Copyright (C) 1999, 2000 by Anton Zinoviev &lt;anton (a] lml.bas.bg&gt;
   21692 
   21693 This software may be used, modified, copied, distributed, and sold,
   21694 in both source and binary form provided that the above copyright
   21695 and these terms are retained. Under no circumstances is the author
   21696 responsible for the proper functioning of this software, nor does
   21697 the author assume any responsibility for damages incurred with its
   21698 use.
   21699 
   21700 Permission is granted to anyone to use, distribute and modify
   21701 this file in any way, provided that the above copyright notice
   21702 is left intact and the author of the modification summarizes
   21703 the changes in this header.
   21704 
   21705 This file is distributed without any expressed or implied warranty.
   21706 
   21707 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   21708 </pre>
   21709 <ul>
   21710 
   21711 </ul>
   21712 </div>
   21713 </div>
   21714 
   21715 
   21716 <div class="product">
   21717 <span class="title">xl2tpd-1.3.0</span>
   21718 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   21719 <span class="homepage"><a href="http://www.xelerance.com/services/software/xl2tpd/">homepage</a></span>
   21720 <div class="licence">
   21721 <pre></pre>
   21722 <ul>
   21723 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
   21724 </ul>
   21725 </div>
   21726 </div>
   21727 
   21728 
   21729 <div class="product">
   21730 <span class="title">xz-utils-4.999.9_beta</span>
   21731 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   21732 <span class="homepage"><a href="http://tukaani.org/xz/">homepage</a></span>
   21733 <div class="licence">
   21734 <pre></pre>
   21735 <ul>
   21736 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li>
   21737 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
   21738 <li><a href='#public-domain'>Gentoo Package Stock License public-domain</a></li>
   21739 <li><a href='#GPL-2+'>Gentoo Package Stock License GPL-2+</a></li>
   21740 </ul>
   21741 </div>
   21742 </div>
   21743 
   21744 
   21745 <div class="product">
   21746 <span class="title">zlib-1.2.7</span>
   21747 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   21748 <span class="homepage"><a href="http://www.zlib.net/">homepage</a></span>
   21749 <div class="licence">
   21750 <pre>Gentoo Package Stock License ZLIB:
   21751 
   21752 Copyright (C) &lt;year&gt; &lt;copyright holders&gt;
   21753 
   21754 This software is provided 'as-is', without any express or implied
   21755 warranty.  In no event will the author(s) be held liable for any damages
   21756 arising from the use of this software.
   21757 
   21758 Permission is granted to anyone to use this software for any purpose,
   21759 including commercial applications, and to alter it and redistribute it
   21760 freely, subject to the following restrictions:
   21761 
   21762 1. The origin of this software must not be misrepresented; you must not
   21763    claim that you wrote the original software. If you use this software
   21764    in a product, an acknowledgment in the product documentation would be
   21765    appreciated but is not required.
   21766 2. Altered source versions must be plainly marked as such, and must not be
   21767    misrepresented as being the original software.
   21768 3. This notice may not be removed or altered from any source distribution.
   21769 
   21770 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   21771 </pre>
   21772 <ul>
   21773 
   21774 </ul>
   21775 </div>
   21776 </div>
   21777 
   21778 
   21779 </div>
   21780 
   21781 <h2>List of Shared Licenses used in Google Chrome OS:</h2>
   21782 <div class="product">
   21783 <a name="AFL-2.1" class="title">Gentoo Package Stock License AFL-2.1</a>
   21784 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   21785 <div class="licence">
   21786 <pre>
   21787 The Academic Free License
   21788 v. 2.1
   21789 
   21790 This Academic Free License (the "License") applies to any original work of authorship (the "Original Work") whose owner (the "Licensor") has placed the following notice immediately following the copyright notice for the Original Work:
   21791 
   21792 Licensed under the Academic Free License version 2.1
   21793 
   21794 1) Grant of Copyright License. Licensor hereby grants You a world-wide, royalty-free, non-exclusive, perpetual, sublicenseable license to do the following:
   21795 
   21796 a) to reproduce the Original Work in copies;
   21797 
   21798 b) to prepare derivative works ("Derivative Works") based upon the Original Work;
   21799 
   21800 c) to distribute copies of the Original Work and Derivative Works to the public;
   21801 
   21802 d) to perform the Original Work publicly; and
   21803 
   21804 e) to display the Original Work publicly.
   21805 
   21806 2) Grant of Patent License. Licensor hereby grants You a world-wide, royalty-free, non-exclusive, perpetual, sublicenseable license, under patent claims owned or controlled by the Licensor that are embodied in the Original Work as furnished by the Licensor, to make, use, sell and offer for sale the Original Work and Derivative Works.
   21807 
   21808 3) Grant of Source Code License. The term "Source Code" means the preferred form of the Original Work for making modifications to it and all available documentation describing how to modify the Original Work. Licensor hereby agrees to provide a machine-readable copy of the Source Code of the Original Work along with each copy of the Original Work that Licensor distributes. Licensor reserves the right to satisfy this obligation by placing a machine-readable copy of the Source Code in an information repository reasonably calculated to permit inexpensive and convenient access by You for as long as Licensor continues to distribute the Original Work, and by publishing the address of that information repository in a notice immediately following the copyright notice that applies to the Original Work.
   21809 
   21810 4) Exclusions From License Grant. Neither the names of Licensor, nor the names of any contributors to the Original Work, nor any of their trademarks or service marks, may be used to endorse or promote products derived from this Original Work without express prior written permission of the Licensor. Nothing in this License shall be deemed to grant any rights to trademarks, copyrights, patents, trade secrets or any other intellectual property of Licensor except as expressly stated herein. No patent license is granted to make, use, sell or offer to sell embodiments of any patent claims other than the licensed claims defined in Section 2. No right is granted to the trademarks of Licensor even if such marks are included in the Original Work. Nothing in this License shall be interpreted to prohibit Licensor from licensing under different terms from this License any Original Work that Licensor otherwise would have a right to license.
   21811 
   21812 5) This section intentionally omitted.
   21813 
   21814 6) Attribution Rights. You must retain, in the Source Code of any Derivative Works that You create, all copyright, patent or trademark notices from the Source Code of the Original Work, as well as any notices of licensing and any descriptive text identified therein as an "Attribution Notice." You must cause the Source Code for any Derivative Works that You create to carry a prominent Attribution Notice reasonably calculated to inform recipients that You have modified the Original Work.
   21815 
   21816 7) Warranty of Provenance and Disclaimer of Warranty. Licensor warrants that the copyright in and to the Original Work and the patent rights granted herein by Licensor are owned by the Licensor or are sublicensed to You under the terms of this License with the permission of the contributor(s) of those copyrights and patent rights. Except as expressly stated in the immediately proceeding sentence, the Original Work is provided under this License on an "AS IS" BASIS and WITHOUT WARRANTY, either express or implied, including, without limitation, the warranties of NON-INFRINGEMENT, MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY OF THE ORIGINAL WORK IS WITH YOU. This DISCLAIMER OF WARRANTY constitutes an essential part of this License. No license to Original Work is granted hereunder except under this disclaimer.
   21817 
   21818 8) Limitation of Liability. Under no circumstances and under no legal theory, whether in tort (including negligence), contract, or otherwise, shall the Licensor be liable to any person for any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or the use of the Original Work including, without limitation, damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses. This limitation of liability shall not apply to liability for death or personal injury resulting from Licensor's negligence to the extent applicable law prohibits such limitation. Some jurisdictions do not allow the exclusion or limitation of incidental or consequential damages, so this exclusion and limitation may not apply to You.
   21819 
   21820 9) Acceptance and Termination. If You distribute copies of the Original Work or a Derivative Work, You must make a reasonable effort under the circumstances to obtain the express assent of recipients to the terms of this License. Nothing else but this License (or another written agreement between Licensor and You) grants You permission to create Derivative Works based upon the Original Work or to exercise any of the rights granted in Section 1 herein, and any attempt to do so except under the terms of this License (or another written agreement between Licensor and You) is expressly prohibited by U.S. copyright law, the equivalent laws of other countries, and by international treaty. Therefore, by exercising any of the rights granted to You in Section 1 herein, You indicate Your acceptance of this License and all of its terms and conditions.
   21821 
   21822 10) Termination for Patent Action. This License shall terminate automatically and You may no longer exercise any of the rights granted to You by this License as of the date You commence an action, including a cross-claim or counterclaim, against Licensor or any licensee alleging that the Original Work infringes a patent. This termination provision shall not apply for an action alleging patent infringement by combinations of the Original Work with other software or hardware.
   21823 
   21824 11) Jurisdiction, Venue and Governing Law. Any action or suit relating to this License may be brought only in the courts of a jurisdiction wherein the Licensor resides or in which Licensor conducts its primary business, and under the laws of that jurisdiction excluding its conflict-of-law provisions. The application of the United Nations Convention on Contracts for the International Sale of Goods is expressly excluded. Any use of the Original Work outside the scope of this License or after its termination shall be subject to the requirements and penalties of the U.S. Copyright Act, 17 U.S.C.  101 et seq., the equivalent laws of other countries, and international treaty. This section shall survive the termination of this License.
   21825 
   21826 12) Attorneys Fees. In any action to enforce the terms of this License or seeking damages relating thereto, the prevailing party shall be entitled to recover its costs and expenses, including, without limitation, reasonable attorneys' fees and costs incurred in connection with such action, including any appeal of such action. This section shall survive the termination of this License.
   21827 
   21828 13) Miscellaneous. This License represents the complete agreement concerning the subject matter hereof. If any provision of this License is held to be unenforceable, such provision shall be reformed only to the extent necessary to make it enforceable.
   21829 
   21830 14) Definition of "You" in This License. "You" throughout this License, whether in upper or lower case, means an individual or a legal entity exercising rights under, and complying with all of the terms of, this License. For legal entities, "You" includes any entity that controls, is controlled by, or is under common control with you. For purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity.
   21831 
   21832 15) Right to Use. You may use the Original Work in all ways not otherwise restricted or conditioned by this License or by law, and Licensor promises not to interfere with or be responsible for such uses by You.
   21833 
   21834 This license is Copyright (C) 2003-2004 Lawrence E. Rosen. All rights reserved. Permission is hereby granted to copy and distribute this license without modification. This license may not be modified without the express written permission of its copyright owner.
   21835 
   21836  
   21837 
   21838 
   21839 </pre>
   21840 <div class="license-packages">
   21841 Used by these packages: dev-libs/dbus-glib-0.100.2 sys-apps/dbus-1.6.8-r4
   21842 </div>
   21843 </div>
   21844 </div>
   21845 
   21846 <div class="product">
   21847 <a name="Apache-2.0" class="title">Gentoo Package Stock License Apache-2.0</a>
   21848 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   21849 <div class="licence">
   21850 <pre>
   21851                                  Apache License
   21852                            Version 2.0, January 2004
   21853                         http://www.apache.org/licenses/
   21854 
   21855    TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
   21856 
   21857    1. Definitions.
   21858 
   21859       "License" shall mean the terms and conditions for use, reproduction,
   21860       and distribution as defined by Sections 1 through 9 of this document.
   21861 
   21862       "Licensor" shall mean the copyright owner or entity authorized by
   21863       the copyright owner that is granting the License.
   21864 
   21865       "Legal Entity" shall mean the union of the acting entity and all
   21866       other entities that control, are controlled by, or are under common
   21867       control with that entity. For the purposes of this definition,
   21868       "control" means (i) the power, direct or indirect, to cause the
   21869       direction or management of such entity, whether by contract or
   21870       otherwise, or (ii) ownership of fifty percent (50%) or more of the
   21871       outstanding shares, or (iii) beneficial ownership of such entity.
   21872 
   21873       "You" (or "Your") shall mean an individual or Legal Entity
   21874       exercising permissions granted by this License.
   21875 
   21876       "Source" form shall mean the preferred form for making modifications,
   21877       including but not limited to software source code, documentation
   21878       source, and configuration files.
   21879 
   21880       "Object" form shall mean any form resulting from mechanical
   21881       transformation or translation of a Source form, including but
   21882       not limited to compiled object code, generated documentation,
   21883       and conversions to other media types.
   21884 
   21885       "Work" shall mean the work of authorship, whether in Source or
   21886       Object form, made available under the License, as indicated by a
   21887       copyright notice that is included in or attached to the work
   21888       (an example is provided in the Appendix below).
   21889 
   21890       "Derivative Works" shall mean any work, whether in Source or Object
   21891       form, that is based on (or derived from) the Work and for which the
   21892       editorial revisions, annotations, elaborations, or other modifications
   21893       represent, as a whole, an original work of authorship. For the purposes
   21894       of this License, Derivative Works shall not include works that remain
   21895       separable from, or merely link (or bind by name) to the interfaces of,
   21896       the Work and Derivative Works thereof.
   21897 
   21898       "Contribution" shall mean any work of authorship, including
   21899       the original version of the Work and any modifications or additions
   21900       to that Work or Derivative Works thereof, that is intentionally
   21901       submitted to Licensor for inclusion in the Work by the copyright owner
   21902       or by an individual or Legal Entity authorized to submit on behalf of
   21903       the copyright owner. For the purposes of this definition, "submitted"
   21904       means any form of electronic, verbal, or written communication sent
   21905       to the Licensor or its representatives, including but not limited to
   21906       communication on electronic mailing lists, source code control systems,
   21907       and issue tracking systems that are managed by, or on behalf of, the
   21908       Licensor for the purpose of discussing and improving the Work, but
   21909       excluding communication that is conspicuously marked or otherwise
   21910       designated in writing by the copyright owner as "Not a Contribution."
   21911 
   21912       "Contributor" shall mean Licensor and any individual or Legal Entity
   21913       on behalf of whom a Contribution has been received by Licensor and
   21914       subsequently incorporated within the Work.
   21915 
   21916    2. Grant of Copyright License. Subject to the terms and conditions of
   21917       this License, each Contributor hereby grants to You a perpetual,
   21918       worldwide, non-exclusive, no-charge, royalty-free, irrevocable
   21919       copyright license to reproduce, prepare Derivative Works of,
   21920       publicly display, publicly perform, sublicense, and distribute the
   21921       Work and such Derivative Works in Source or Object form.
   21922 
   21923    3. Grant of Patent License. Subject to the terms and conditions of
   21924       this License, each Contributor hereby grants to You a perpetual,
   21925       worldwide, non-exclusive, no-charge, royalty-free, irrevocable
   21926       (except as stated in this section) patent license to make, have made,
   21927       use, offer to sell, sell, import, and otherwise transfer the Work,
   21928       where such license applies only to those patent claims licensable
   21929       by such Contributor that are necessarily infringed by their
   21930       Contribution(s) alone or by combination of their Contribution(s)
   21931       with the Work to which such Contribution(s) was submitted. If You
   21932       institute patent litigation against any entity (including a
   21933       cross-claim or counterclaim in a lawsuit) alleging that the Work
   21934       or a Contribution incorporated within the Work constitutes direct
   21935       or contributory patent infringement, then any patent licenses
   21936       granted to You under this License for that Work shall terminate
   21937       as of the date such litigation is filed.
   21938 
   21939    4. Redistribution. You may reproduce and distribute copies of the
   21940       Work or Derivative Works thereof in any medium, with or without
   21941       modifications, and in Source or Object form, provided that You
   21942       meet the following conditions:
   21943 
   21944       (a) You must give any other recipients of the Work or
   21945           Derivative Works a copy of this License; and
   21946 
   21947       (b) You must cause any modified files to carry prominent notices
   21948           stating that You changed the files; and
   21949 
   21950       (c) You must retain, in the Source form of any Derivative Works
   21951           that You distribute, all copyright, patent, trademark, and
   21952           attribution notices from the Source form of the Work,
   21953           excluding those notices that do not pertain to any part of
   21954           the Derivative Works; and
   21955 
   21956       (d) If the Work includes a "NOTICE" text file as part of its
   21957           distribution, then any Derivative Works that You distribute must
   21958           include a readable copy of the attribution notices contained
   21959           within such NOTICE file, excluding those notices that do not
   21960           pertain to any part of the Derivative Works, in at least one
   21961           of the following places: within a NOTICE text file distributed
   21962           as part of the Derivative Works; within the Source form or
   21963           documentation, if provided along with the Derivative Works; or,
   21964           within a display generated by the Derivative Works, if and
   21965           wherever such third-party notices normally appear. The contents
   21966           of the NOTICE file are for informational purposes only and
   21967           do not modify the License. You may add Your own attribution
   21968           notices within Derivative Works that You distribute, alongside
   21969           or as an addendum to the NOTICE text from the Work, provided
   21970           that such additional attribution notices cannot be construed
   21971           as modifying the License.
   21972 
   21973       You may add Your own copyright statement to Your modifications and
   21974       may provide additional or different license terms and conditions
   21975       for use, reproduction, or distribution of Your modifications, or
   21976       for any such Derivative Works as a whole, provided Your use,
   21977       reproduction, and distribution of the Work otherwise complies with
   21978       the conditions stated in this License.
   21979 
   21980    5. Submission of Contributions. Unless You explicitly state otherwise,
   21981       any Contribution intentionally submitted for inclusion in the Work
   21982       by You to the Licensor shall be under the terms and conditions of
   21983       this License, without any additional terms or conditions.
   21984       Notwithstanding the above, nothing herein shall supersede or modify
   21985       the terms of any separate license agreement you may have executed
   21986       with Licensor regarding such Contributions.
   21987 
   21988    6. Trademarks. This License does not grant permission to use the trade
   21989       names, trademarks, service marks, or product names of the Licensor,
   21990       except as required for reasonable and customary use in describing the
   21991       origin of the Work and reproducing the content of the NOTICE file.
   21992 
   21993    7. Disclaimer of Warranty. Unless required by applicable law or
   21994       agreed to in writing, Licensor provides the Work (and each
   21995       Contributor provides its Contributions) on an "AS IS" BASIS,
   21996       WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
   21997       implied, including, without limitation, any warranties or conditions
   21998       of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
   21999       PARTICULAR PURPOSE. You are solely responsible for determining the
   22000       appropriateness of using or redistributing the Work and assume any
   22001       risks associated with Your exercise of permissions under this License.
   22002 
   22003    8. Limitation of Liability. In no event and under no legal theory,
   22004       whether in tort (including negligence), contract, or otherwise,
   22005       unless required by applicable law (such as deliberate and grossly
   22006       negligent acts) or agreed to in writing, shall any Contributor be
   22007       liable to You for damages, including any direct, indirect, special,
   22008       incidental, or consequential damages of any character arising as a
   22009       result of this License or out of the use or inability to use the
   22010       Work (including but not limited to damages for loss of goodwill,
   22011       work stoppage, computer failure or malfunction, or any and all
   22012       other commercial damages or losses), even if such Contributor
   22013       has been advised of the possibility of such damages.
   22014 
   22015    9. Accepting Warranty or Additional Liability. While redistributing
   22016       the Work or Derivative Works thereof, You may choose to offer,
   22017       and charge a fee for, acceptance of support, warranty, indemnity,
   22018       or other liability obligations and/or rights consistent with this
   22019       License. However, in accepting such obligations, You may act only
   22020       on Your own behalf and on Your sole responsibility, not on behalf
   22021       of any other Contributor, and only if You agree to indemnify,
   22022       defend, and hold each Contributor harmless for any liability
   22023       incurred by, or claims asserted against, such Contributor by reason
   22024       of your accepting any such warranty or additional liability.
   22025 
   22026    END OF TERMS AND CONDITIONS
   22027 
   22028    APPENDIX: How to apply the Apache License to your work.
   22029 
   22030       To apply the Apache License to your work, attach the following
   22031       boilerplate notice, with the fields enclosed by brackets "[]"
   22032       replaced with your own identifying information. (Don't include
   22033       the brackets!)  The text should be enclosed in the appropriate
   22034       comment syntax for the file format. We also recommend that a
   22035       file or class name and description of purpose be included on the
   22036       same "printed page" as the copyright notice for easier
   22037       identification within third-party archives.
   22038 
   22039    Copyright [yyyy] [name of copyright owner]
   22040 
   22041    Licensed under the Apache License, Version 2.0 (the "License");
   22042    you may not use this file except in compliance with the License.
   22043    You may obtain a copy of the License at
   22044 
   22045        http://www.apache.org/licenses/LICENSE-2.0
   22046 
   22047    Unless required by applicable law or agreed to in writing, software
   22048    distributed under the License is distributed on an "AS IS" BASIS,
   22049    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   22050    See the License for the specific language governing permissions and
   22051    limitations under the License.
   22052 
   22053 </pre>
   22054 <div class="license-packages">
   22055 Used by these packages: media-fonts/croscorefonts-1.23.0 app-i18n/chromeos-hangul-1.1.0.0-r5 media-fonts/notofonts-20130514 app-admin/rsyslog-5.8.11 media-fonts/droidfonts-cros-20121206 app-i18n/chromeos-keyboards-1.1.4.0-r5 dev-libs/protobuf-2.3.0-r4 app-i18n/chinese-input-1.1.0.0-r2 media-fonts/crosextrafonts-20130214
   22056 </div>
   22057 </div>
   22058 </div>
   22059 
   22060 <div class="product">
   22061 <a name="as-is" class="title">Gentoo Package Stock License as-is</a>
   22062 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   22063 <div class="licence">
   22064 <pre>
   22065 Note: This license label is deprecated, so don't use it for new packages.
   22066 Unfortunately, "as-is" has been (ab)used also for non-free software and
   22067 you cannot rely on it. Please check the upstream license instead.
   22068 
   22069 "as-is" in its originally intended sense is now covered by the OSI-approved
   22070 "HPND" (Historical Permission Notice and Disclaimer).
   22071 
   22072 ---------------------------------------------------------------------------
   22073 
   22074 This is a generic place holder for a class of licenses that boil down to do
   22075 no guarantees and all you get is what you have. The language is usually
   22076 similar to:
   22077 
   22078   Permission to use, copy, modify, and distribute this software and its
   22079   documentation for any purpose and without fee is hereby granted, provided
   22080   that the above copyright notice appears in all copies and that both the
   22081   copyright notice and this permission notice appear in supporting
   22082   documentation, and that the same name not be used in advertising or
   22083   publicity pertaining to distribution of the software without specific,
   22084   written prior permission. We make no representations about the
   22085   suitability of this software for any purpose. It is provided "as is"
   22086   without express or implied warranty.
   22087 
   22088 
   22089 You will need to check the license that came with the software for the exact
   22090 specifics. Generally you are free to do most anything you want with "as is"
   22091 software but you should not take this license as legal advice.
   22092 
   22093 Note: Most all license have an "as is" clause. For our purposes this does
   22094 not make all software in this category. This category is for software with
   22095 very little restrictions.
   22096 
   22097 The information in this license about licenses is presented "as is". :-P
   22098 
   22099 </pre>
   22100 <div class="license-packages">
   22101 Used by these packages: dev-lang/swig-2.0.4-r1 media-libs/libpng-1.2.49-r1 net-misc/openssh-5.2_p1-r10 dev-db/sqlite-3.6.22-r3 net-wireless/crda-1.1.1-r1 app-text/docbook-xml-dtd-4.1.2-r6 net-wireless/iw-3.6-r1 net-wireless/wireless-regdb-20101124-r2
   22102 </div>
   22103 </div>
   22104 </div>
   22105 
   22106 <div class="product">
   22107 <a name="Atheros" class="title">Custom License Atheros</a>
   22108 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   22109 <div class="licence">
   22110 <pre>
   22111 Copyright (c) 2010, Atheros Communications, Inc.
   22112 
   22113 All rights reserved.
   22114 
   22115 Redistribution. Redistribution and use in binary form, without modification, are permitted provided that the following conditions are
   22116 
   22117 met:
   22118 
   22119 * Redistributions must reproduce the above copyright notice and the following disclaimer in the documentation and/or other materials provided with the distribution. 
   22120 
   22121 * Neither the name of Atheros Communications, Inc. nor the names of its suppliers may be used to endorse or promote products derived from this software without specific prior written permission. 
   22122 
   22123 * No reverse engineering, decompilation, or disassembly of this software is permitted.
   22124 
   22125 Limited patent license. Atheros Communications, Inc. grants a world-wide, royalty-free, non-exclusive license under patents it now or hereafter owns or controls to make, have made, use, import, offer to sell and sell ("Utilize") this software, but solely to the extent that any such patent is necessary to Utilize the software alone, or in combination with an operating system licensed under an approved Open Source license as listed by the Open Source Initiative at http://opensource.org/licenses. The patent license shall not apply to any other combinations which include this software. No hardware per se is licensed hereunder.
   22126 
   22127 DISCLAIMER. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
   22128 
   22129 
   22130 
   22131 </pre>
   22132 <div class="license-packages">
   22133 Used by these packages: net-wireless/ath3k-0.0.1-r121 net-wireless/ath6k-34-r22
   22134 </div>
   22135 </div>
   22136 </div>
   22137 
   22138 <div class="product">
   22139 <a name="BSD-Google" class="title">Custom License BSD-Google</a>
   22140 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   22141 <div class="licence">
   22142 <pre>
   22143 Copyright 2010, Google Inc.
   22144 All rights reserved.
   22145 
   22146 Redistribution and use in source and binary forms, with or without
   22147 modification, are permitted provided that the following conditions are
   22148 met:
   22149 
   22150     * Redistributions of source code must retain the above copyright
   22151 notice, this list of conditions and the following disclaimer.
   22152     * Redistributions in binary form must reproduce the above
   22153 copyright notice, this list of conditions and the following disclaimer
   22154 in the documentation and/or other materials provided with the
   22155 distribution.
   22156     * Neither the name of Google Inc. nor the names of its
   22157 contributors may be used to endorse or promote products derived from
   22158 this software without specific prior written permission.
   22159 
   22160 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
   22161 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
   22162 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
   22163 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
   22164 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
   22165 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
   22166 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
   22167 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
   22168 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
   22169 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
   22170 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
   22171 
   22172 </pre>
   22173 <div class="license-packages">
   22174 Used by these packages: app-i18n/nacl-mozc-1.10.1389.104-r14 app-i18n/input-tools-3.0.0.0-r2
   22175 </div>
   22176 </div>
   22177 </div>
   22178 
   22179 <div class="product">
   22180 <a name="FTL" class="title">Gentoo Package Stock License FTL</a>
   22181 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   22182 <div class="licence">
   22183 <pre>
   22184                     The FreeType Project LICENSE
   22185                     ----------------------------
   22186 
   22187                        Copyright 1996-1999 by
   22188           David Turner, Robert Wilhelm, and Werner Lemberg
   22189 
   22190 
   22191 
   22192 Introduction
   22193 ============
   22194 
   22195   The FreeType  Project is distributed in  several archive packages;
   22196   some of them may contain, in addition to the FreeType font engine,
   22197   various tools and  contributions which rely on, or  relate to, the
   22198   FreeType Project.
   22199 
   22200   This  license applies  to all  files found  in such  packages, and
   22201   which do not  fall under their own explicit  license.  The license
   22202   affects  thus  the  FreeType   font  engine,  the  test  programs,
   22203   documentation and makefiles, at the very least.
   22204 
   22205   This  license   was  inspired  by  the  BSD,   Artistic,  and  IJG
   22206   (Independent JPEG  Group) licenses, which  all encourage inclusion
   22207   and  use of  free  software in  commercial  and freeware  products
   22208   alike.  As a consequence, its main points are that:
   22209 
   22210     o We don't promise that this software works.  However, we are be
   22211       interested in any kind of bug reports. (`as is' distribution)
   22212 
   22213     o You can  use this software for whatever you  want, in parts or
   22214       full form, without having to pay us. (`royalty-free' usage)
   22215 
   22216     o You may not pretend that  you wrote this software.  If you use
   22217       it, or  only parts of it,  in a program,  you must acknowledge
   22218       somewhere in your documentation  that you've used the FreeType
   22219       code. (`credits')
   22220 
   22221   We  specifically  permit  and  encourage  the  inclusion  of  this
   22222   software,  with  or without modifications, in commercial products,
   22223   provided that all warranty or  liability claims are assumed by the
   22224   product vendor.
   22225 
   22226 
   22227 Legal Terms
   22228 ===========
   22229 
   22230 0. Definitions
   22231 --------------
   22232 
   22233   Throughout this license,  the terms `package', `FreeType Project',
   22234   and  `FreeType  archive' refer  to  the  set  of files  originally
   22235   distributed  by the  authors  (David Turner,  Robert Wilhelm,  and
   22236   Werner Lemberg) as the `FreeType project', be they named as alpha,
   22237   beta or final release.
   22238 
   22239   `You' refers to  the licensee, or person using  the project, where
   22240   `using' is a generic term including compiling the project's source
   22241   code as  well as linking it  to form a  `program' or `executable'.
   22242   This  program is  referred to  as  `a program  using the  FreeType
   22243   engine'.
   22244 
   22245   This  license applies  to all  files distributed  in  the original
   22246   FreeType  archive,   including  all  source   code,  binaries  and
   22247   documentation,  unless  otherwise  stated   in  the  file  in  its
   22248   original, unmodified form as  distributed in the original archive.
   22249   If you are  unsure whether or not a particular  file is covered by
   22250   this license, you must contact us to verify this.
   22251 
   22252   The FreeType  project is copyright (C) 1996-1999  by David Turner,
   22253   Robert Wilhelm, and Werner Lemberg.  All rights reserved except as
   22254   specified below.
   22255 
   22256 1. No Warranty
   22257 --------------
   22258 
   22259   THE FREETYPE ARCHIVE  IS PROVIDED `AS IS' WITHOUT  WARRANTY OF ANY
   22260   KIND, EITHER EXPRESSED OR  IMPLIED, INCLUDING, BUT NOT LIMITED TO,
   22261   WARRANTIES  OF  MERCHANTABILITY   AND  FITNESS  FOR  A  PARTICULAR
   22262   PURPOSE.  IN NO EVENT WILL ANY OF THE AUTHORS OR COPYRIGHT HOLDERS
   22263   BE LIABLE  FOR ANY DAMAGES CAUSED  BY THE USE OR  THE INABILITY TO
   22264   USE, OF THE FREETYPE PROJECT.
   22265 
   22266   As  you have  not signed  this license,  you are  not  required to
   22267   accept  it.   However,  as  the FreeType  project  is  copyrighted
   22268   material, only  this license, or  another one contracted  with the
   22269   authors, grants you  the right to use, distribute,  and modify it.
   22270   Therefore,  by  using,  distributing,  or modifying  the  FreeType
   22271   project, you indicate that you understand and accept all the terms
   22272   of this license.
   22273 
   22274 2. Redistribution
   22275 -----------------
   22276 
   22277   Redistribution and use in source and binary forms, with or without
   22278   modification, are permitted provided that the following conditions
   22279   are met:
   22280 
   22281     o Redistribution  of source code  must retain this  license file
   22282       (`licence.txt') unaltered; any additions, deletions or changes
   22283       to   the  original   files  must   be  clearly   indicated  in
   22284       accompanying  documentation.   The  copyright notices  of  the
   22285       unaltered, original  files must be preserved in  all copies of
   22286       source files.
   22287 
   22288     o Redistribution in binary form must provide a  disclaimer  that
   22289       states  that  the software is based in part of the work of the
   22290       FreeType Team,  in  the  distribution  documentation.  We also
   22291       encourage you to put an URL to the FreeType web page  in  your
   22292       documentation, though this isn't mandatory.
   22293 
   22294   These conditions  apply to any  software derived from or  based on
   22295   the FreeType code, not just  the unmodified files.  If you use our
   22296   work, you  must acknowledge us.  However,  no fee need  be paid to
   22297   us.
   22298 
   22299 3. Advertising
   22300 --------------
   22301 
   22302   The names of  FreeType's authors and contributors may  not be used
   22303   to endorse or promote  products derived from this software without
   22304   specific prior written permission.
   22305   
   22306   We suggest,  but do not require, that  you use one or  more of the
   22307   following phrases to refer  to this software in your documentation
   22308   or advertising  materials: `FreeType Project',  `FreeType Engine',
   22309   `FreeType library', or `FreeType Distribution'.
   22310 
   22311 4. Contacts
   22312 -----------
   22313 
   22314   There are two mailing lists related to FreeType:
   22315 
   22316     o freetype (a] freetype.org
   22317 
   22318       Discusses general use and applications of FreeType, as well as
   22319       future and  wanted additions to the  library and distribution.
   22320       If  you are looking  for support,  start in  this list  if you
   22321       haven't found anything to help you in the documentation.
   22322 
   22323     o devel (a] freetype.org
   22324 
   22325       Discusses bugs,  as well  as engine internals,  design issues,
   22326       specific licenses, porting, etc.
   22327 
   22328     o http://www.freetype.org
   22329 
   22330       Holds the current  FreeType web page, which will  allow you to
   22331       download  our  latest  development  version  and  read  online
   22332       documentation.
   22333 
   22334   You can also contact us individually at:
   22335 
   22336     David Turner      <david.turner (a] freetype.org>
   22337     Robert Wilhelm    <robert.wilhelm (a] freetype.org>
   22338     Werner Lemberg    <werner.lemberg (a] freetype.org>
   22339 
   22340 
   22341 --- end of license.txt ---
   22342 
   22343 </pre>
   22344 <div class="license-packages">
   22345 Used by these packages: media-libs/freetype-2.4.12 x11-libs/pango-1.32.5-r1
   22346 </div>
   22347 </div>
   22348 </div>
   22349 
   22350 <div class="product">
   22351 <a name="GPL-2" class="title">Gentoo Package Stock License GPL-2</a>
   22352 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   22353 <div class="licence">
   22354 <pre>
   22355 		    GNU GENERAL PUBLIC LICENSE
   22356 		       Version 2, June 1991
   22357 
   22358  Copyright (C) 1989, 1991 Free Software Foundation, Inc.
   22359                        51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
   22360  Everyone is permitted to copy and distribute verbatim copies
   22361  of this license document, but changing it is not allowed.
   22362 
   22363 			    Preamble
   22364 
   22365   The licenses for most software are designed to take away your
   22366 freedom to share and change it.  By contrast, the GNU General Public
   22367 License is intended to guarantee your freedom to share and change free
   22368 software--to make sure the software is free for all its users.  This
   22369 General Public License applies to most of the Free Software
   22370 Foundation's software and to any other program whose authors commit to
   22371 using it.  (Some other Free Software Foundation software is covered by
   22372 the GNU Library General Public License instead.)  You can apply it to
   22373 your programs, too.
   22374 
   22375   When we speak of free software, we are referring to freedom, not
   22376 price.  Our General Public Licenses are designed to make sure that you
   22377 have the freedom to distribute copies of free software (and charge for
   22378 this service if you wish), that you receive source code or can get it
   22379 if you want it, that you can change the software or use pieces of it
   22380 in new free programs; and that you know you can do these things.
   22381 
   22382   To protect your rights, we need to make restrictions that forbid
   22383 anyone to deny you these rights or to ask you to surrender the rights.
   22384 These restrictions translate to certain responsibilities for you if you
   22385 distribute copies of the software, or if you modify it.
   22386 
   22387   For example, if you distribute copies of such a program, whether
   22388 gratis or for a fee, you must give the recipients all the rights that
   22389 you have.  You must make sure that they, too, receive or can get the
   22390 source code.  And you must show them these terms so they know their
   22391 rights.
   22392 
   22393   We protect your rights with two steps: (1) copyright the software, and
   22394 (2) offer you this license which gives you legal permission to copy,
   22395 distribute and/or modify the software.
   22396 
   22397   Also, for each author's protection and ours, we want to make certain
   22398 that everyone understands that there is no warranty for this free
   22399 software.  If the software is modified by someone else and passed on, we
   22400 want its recipients to know that what they have is not the original, so
   22401 that any problems introduced by others will not reflect on the original
   22402 authors' reputations.
   22403 
   22404   Finally, any free program is threatened constantly by software
   22405 patents.  We wish to avoid the danger that redistributors of a free
   22406 program will individually obtain patent licenses, in effect making the
   22407 program proprietary.  To prevent this, we have made it clear that any
   22408 patent must be licensed for everyone's free use or not licensed at all.
   22409 
   22410   The precise terms and conditions for copying, distribution and
   22411 modification follow.
   22412 
   22414 		    GNU GENERAL PUBLIC LICENSE
   22415    TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
   22416 
   22417   0. This License applies to any program or other work which contains
   22418 a notice placed by the copyright holder saying it may be distributed
   22419 under the terms of this General Public License.  The "Program", below,
   22420 refers to any such program or work, and a "work based on the Program"
   22421 means either the Program or any derivative work under copyright law:
   22422 that is to say, a work containing the Program or a portion of it,
   22423 either verbatim or with modifications and/or translated into another
   22424 language.  (Hereinafter, translation is included without limitation in
   22425 the term "modification".)  Each licensee is addressed as "you".
   22426 
   22427 Activities other than copying, distribution and modification are not
   22428 covered by this License; they are outside its scope.  The act of
   22429 running the Program is not restricted, and the output from the Program
   22430 is covered only if its contents constitute a work based on the
   22431 Program (independent of having been made by running the Program).
   22432 Whether that is true depends on what the Program does.
   22433 
   22434   1. You may copy and distribute verbatim copies of the Program's
   22435 source code as you receive it, in any medium, provided that you
   22436 conspicuously and appropriately publish on each copy an appropriate
   22437 copyright notice and disclaimer of warranty; keep intact all the
   22438 notices that refer to this License and to the absence of any warranty;
   22439 and give any other recipients of the Program a copy of this License
   22440 along with the Program.
   22441 
   22442 You may charge a fee for the physical act of transferring a copy, and
   22443 you may at your option offer warranty protection in exchange for a fee.
   22444 
   22445   2. You may modify your copy or copies of the Program or any portion
   22446 of it, thus forming a work based on the Program, and copy and
   22447 distribute such modifications or work under the terms of Section 1
   22448 above, provided that you also meet all of these conditions:
   22449 
   22450     a) You must cause the modified files to carry prominent notices
   22451     stating that you changed the files and the date of any change.
   22452 
   22453     b) You must cause any work that you distribute or publish, that in
   22454     whole or in part contains or is derived from the Program or any
   22455     part thereof, to be licensed as a whole at no charge to all third
   22456     parties under the terms of this License.
   22457 
   22458     c) If the modified program normally reads commands interactively
   22459     when run, you must cause it, when started running for such
   22460     interactive use in the most ordinary way, to print or display an
   22461     announcement including an appropriate copyright notice and a
   22462     notice that there is no warranty (or else, saying that you provide
   22463     a warranty) and that users may redistribute the program under
   22464     these conditions, and telling the user how to view a copy of this
   22465     License.  (Exception: if the Program itself is interactive but
   22466     does not normally print such an announcement, your work based on
   22467     the Program is not required to print an announcement.)
   22468 
   22470 These requirements apply to the modified work as a whole.  If
   22471 identifiable sections of that work are not derived from the Program,
   22472 and can be reasonably considered independent and separate works in
   22473 themselves, then this License, and its terms, do not apply to those
   22474 sections when you distribute them as separate works.  But when you
   22475 distribute the same sections as part of a whole which is a work based
   22476 on the Program, the distribution of the whole must be on the terms of
   22477 this License, whose permissions for other licensees extend to the
   22478 entire whole, and thus to each and every part regardless of who wrote it.
   22479 
   22480 Thus, it is not the intent of this section to claim rights or contest
   22481 your rights to work written entirely by you; rather, the intent is to
   22482 exercise the right to control the distribution of derivative or
   22483 collective works based on the Program.
   22484 
   22485 In addition, mere aggregation of another work not based on the Program
   22486 with the Program (or with a work based on the Program) on a volume of
   22487 a storage or distribution medium does not bring the other work under
   22488 the scope of this License.
   22489 
   22490   3. You may copy and distribute the Program (or a work based on it,
   22491 under Section 2) in object code or executable form under the terms of
   22492 Sections 1 and 2 above provided that you also do one of the following:
   22493 
   22494     a) Accompany it with the complete corresponding machine-readable
   22495     source code, which must be distributed under the terms of Sections
   22496     1 and 2 above on a medium customarily used for software interchange; or,
   22497 
   22498     b) Accompany it with a written offer, valid for at least three
   22499     years, to give any third party, for a charge no more than your
   22500     cost of physically performing source distribution, a complete
   22501     machine-readable copy of the corresponding source code, to be
   22502     distributed under the terms of Sections 1 and 2 above on a medium
   22503     customarily used for software interchange; or,
   22504 
   22505     c) Accompany it with the information you received as to the offer
   22506     to distribute corresponding source code.  (This alternative is
   22507     allowed only for noncommercial distribution and only if you
   22508     received the program in object code or executable form with such
   22509     an offer, in accord with Subsection b above.)
   22510 
   22511 The source code for a work means the preferred form of the work for
   22512 making modifications to it.  For an executable work, complete source
   22513 code means all the source code for all modules it contains, plus any
   22514 associated interface definition files, plus the scripts used to
   22515 control compilation and installation of the executable.  However, as a
   22516 special exception, the source code distributed need not include
   22517 anything that is normally distributed (in either source or binary
   22518 form) with the major components (compiler, kernel, and so on) of the
   22519 operating system on which the executable runs, unless that component
   22520 itself accompanies the executable.
   22521 
   22522 If distribution of executable or object code is made by offering
   22523 access to copy from a designated place, then offering equivalent
   22524 access to copy the source code from the same place counts as
   22525 distribution of the source code, even though third parties are not
   22526 compelled to copy the source along with the object code.
   22527 
   22529   4. You may not copy, modify, sublicense, or distribute the Program
   22530 except as expressly provided under this License.  Any attempt
   22531 otherwise to copy, modify, sublicense or distribute the Program is
   22532 void, and will automatically terminate your rights under this License.
   22533 However, parties who have received copies, or rights, from you under
   22534 this License will not have their licenses terminated so long as such
   22535 parties remain in full compliance.
   22536 
   22537   5. You are not required to accept this License, since you have not
   22538 signed it.  However, nothing else grants you permission to modify or
   22539 distribute the Program or its derivative works.  These actions are
   22540 prohibited by law if you do not accept this License.  Therefore, by
   22541 modifying or distributing the Program (or any work based on the
   22542 Program), you indicate your acceptance of this License to do so, and
   22543 all its terms and conditions for copying, distributing or modifying
   22544 the Program or works based on it.
   22545 
   22546   6. Each time you redistribute the Program (or any work based on the
   22547 Program), the recipient automatically receives a license from the
   22548 original licensor to copy, distribute or modify the Program subject to
   22549 these terms and conditions.  You may not impose any further
   22550 restrictions on the recipients' exercise of the rights granted herein.
   22551 You are not responsible for enforcing compliance by third parties to
   22552 this License.
   22553 
   22554   7. If, as a consequence of a court judgment or allegation of patent
   22555 infringement or for any other reason (not limited to patent issues),
   22556 conditions are imposed on you (whether by court order, agreement or
   22557 otherwise) that contradict the conditions of this License, they do not
   22558 excuse you from the conditions of this License.  If you cannot
   22559 distribute so as to satisfy simultaneously your obligations under this
   22560 License and any other pertinent obligations, then as a consequence you
   22561 may not distribute the Program at all.  For example, if a patent
   22562 license would not permit royalty-free redistribution of the Program by
   22563 all those who receive copies directly or indirectly through you, then
   22564 the only way you could satisfy both it and this License would be to
   22565 refrain entirely from distribution of the Program.
   22566 
   22567 If any portion of this section is held invalid or unenforceable under
   22568 any particular circumstance, the balance of the section is intended to
   22569 apply and the section as a whole is intended to apply in other
   22570 circumstances.
   22571 
   22572 It is not the purpose of this section to induce you to infringe any
   22573 patents or other property right claims or to contest validity of any
   22574 such claims; this section has the sole purpose of protecting the
   22575 integrity of the free software distribution system, which is
   22576 implemented by public license practices.  Many people have made
   22577 generous contributions to the wide range of software distributed
   22578 through that system in reliance on consistent application of that
   22579 system; it is up to the author/donor to decide if he or she is willing
   22580 to distribute software through any other system and a licensee cannot
   22581 impose that choice.
   22582 
   22583 This section is intended to make thoroughly clear what is believed to
   22584 be a consequence of the rest of this License.
   22585 
   22587   8. If the distribution and/or use of the Program is restricted in
   22588 certain countries either by patents or by copyrighted interfaces, the
   22589 original copyright holder who places the Program under this License
   22590 may add an explicit geographical distribution limitation excluding
   22591 those countries, so that distribution is permitted only in or among
   22592 countries not thus excluded.  In such case, this License incorporates
   22593 the limitation as if written in the body of this License.
   22594 
   22595   9. The Free Software Foundation may publish revised and/or new versions
   22596 of the General Public License from time to time.  Such new versions will
   22597 be similar in spirit to the present version, but may differ in detail to
   22598 address new problems or concerns.
   22599 
   22600 Each version is given a distinguishing version number.  If the Program
   22601 specifies a version number of this License which applies to it and "any
   22602 later version", you have the option of following the terms and conditions
   22603 either of that version or of any later version published by the Free
   22604 Software Foundation.  If the Program does not specify a version number of
   22605 this License, you may choose any version ever published by the Free Software
   22606 Foundation.
   22607 
   22608   10. If you wish to incorporate parts of the Program into other free
   22609 programs whose distribution conditions are different, write to the author
   22610 to ask for permission.  For software which is copyrighted by the Free
   22611 Software Foundation, write to the Free Software Foundation; we sometimes
   22612 make exceptions for this.  Our decision will be guided by the two goals
   22613 of preserving the free status of all derivatives of our free software and
   22614 of promoting the sharing and reuse of software generally.
   22615 
   22616 			    NO WARRANTY
   22617 
   22618   11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
   22619 FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.  EXCEPT WHEN
   22620 OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
   22621 PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
   22622 OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
   22623 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  THE ENTIRE RISK AS
   22624 TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU.  SHOULD THE
   22625 PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
   22626 REPAIR OR CORRECTION.
   22627 
   22628   12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
   22629 WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
   22630 REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
   22631 INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
   22632 OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
   22633 TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
   22634 YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
   22635 PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
   22636 POSSIBILITY OF SUCH DAMAGES.
   22637 
   22638 		     END OF TERMS AND CONDITIONS
   22639 
   22641 	    How to Apply These Terms to Your New Programs
   22642 
   22643   If you develop a new program, and you want it to be of the greatest
   22644 possible use to the public, the best way to achieve this is to make it
   22645 free software which everyone can redistribute and change under these terms.
   22646 
   22647   To do so, attach the following notices to the program.  It is safest
   22648 to attach them to the start of each source file to most effectively
   22649 convey the exclusion of warranty; and each file should have at least
   22650 the "copyright" line and a pointer to where the full notice is found.
   22651 
   22652     <one line to give the program's name and a brief idea of what it does.>
   22653     Copyright (C)   
   22654 
   22655     This program is free software; you can redistribute it and/or modify
   22656     it under the terms of the GNU General Public License as published by
   22657     the Free Software Foundation; either version 2 of the License, or
   22658     (at your option) any later version.
   22659 
   22660     This program is distributed in the hope that it will be useful,
   22661     but WITHOUT ANY WARRANTY; without even the implied warranty of
   22662     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   22663     GNU General Public License for more details.
   22664 
   22665     You should have received a copy of the GNU General Public License
   22666     along with this program; if not, write to the Free Software
   22667     Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
   22668 
   22669 
   22670 Also add information on how to contact you by electronic and paper mail.
   22671 
   22672 If the program is interactive, make it output a short notice like this
   22673 when it starts in an interactive mode:
   22674 
   22675     Gnomovision version 69, Copyright (C) year name of author
   22676     Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
   22677     This is free software, and you are welcome to redistribute it
   22678     under certain conditions; type `show c' for details.
   22679 
   22680 The hypothetical commands `show w' and `show c' should show the appropriate
   22681 parts of the General Public License.  Of course, the commands you use may
   22682 be called something other than `show w' and `show c'; they could even be
   22683 mouse-clicks or menu items--whatever suits your program.
   22684 
   22685 You should also get your employer (if you work as a programmer) or your
   22686 school, if any, to sign a "copyright disclaimer" for the program, if
   22687 necessary.  Here is a sample; alter the names:
   22688 
   22689   Yoyodyne, Inc., hereby disclaims all copyright interest in the program
   22690   `Gnomovision' (which makes passes at compilers) written by James Hacker.
   22691 
   22692   <signature of Ty Coon>, 1 April 1989
   22693   Ty Coon, President of Vice
   22694 
   22695 This General Public License does not permit incorporating your program into
   22696 proprietary programs.  If your program is a subroutine library, you may
   22697 consider it more useful to permit linking proprietary applications with the
   22698 library.  If this is what you want to do, use the GNU Library General
   22699 Public License instead of this License.
   22700 
   22701 </pre>
   22702 <div class="license-packages">
   22703 Used by these packages: sys-apps/dmidecode-2.11-r1 app-text/sgml-common-0.6.3-r5 sys-apps/mawk-1.3.4_p20100625 net-libs/libnetfilter_queue-1.0.1 dev-util/gtk-doc-am-1.18 app-laptop/laptop-mode-tools-1.59-r18 app-admin/eselect-python-20100321 sys-apps/findutils-4.4.2-r1 sys-devel/binutils-config-3-r3 sys-libs/libcap-2.17 sys-apps/shadow-4.1.2.2-r4 net-wireless/wpa_supplicant-0.7.2-r134 sys-fs/e2fsprogs-1.42 sys-kernel/linux-headers-3.4-r6 media-plugins/alsa-plugins-1.0.25-r1 sys-apps/module-init-tools-3.16-r4 sys-apps/iotools-1.4 sys-apps/usbutils-006 sys-libs/pam-1.1.5 net-wireless/bluez-5.4-r9 sys-fs/udev-171-r5 sys-apps/keyutils-1.1 sys-fs/ecryptfs-utils-101 app-admin/python-updater-0.10 dev-libs/nss-3.15.1-r3 sys-apps/hwids-20120922 net-dialup/ppp-2.4.5-r3 app-misc/pax-utils-0.4 sys-libs/libnih-1.0.3 sys-apps/ureadahead-0.100.0-r2 sys-apps/baselayout-2.0.1-r230 x11-misc/shared-mime-info-0.90 sys-apps/kbd-1.15.3 sys-auth/pambase-20101024-r2 net-misc/strongswan-5.0.2-r7 net-dialup/xl2tpd-1.3.0-r1 sys-apps/hdparm-9.39 sys-fs/fuse-2.8.6-r3 media-sound/alsa-utils-1.0.25-r3 sys-fs/avfs-1.0.1 sys-apps/net-tools-1.60_p20110409135728 sys-apps/dtc-1.3.0-r24 sys-fs/ntfs3g-2012.1.15-r2 dev-libs/dbus-glib-0.100.2 sys-apps/ethtool-6 app-misc/mime-types-8 sys-devel/autoconf-2.13 sys-apps/upstart-1.2-r7 dev-libs/libgpg-error-1.10-r1 sys-apps/chvt-0.0.1-r1 sys-apps/flashrom-0.9.4-r303 sys-fs/lvm2-2.02.88 dev-util/ragel-6.7-r2 net-firewall/iptables-1.4.8-r2 sys-apps/dbus-1.6.8-r4 dev-libs/lzo-2.06 sys-apps/sandbox-2.6-r1 dev-util/intltool-0.41.0 sys-devel/libtool-2.4-r1 sys-apps/smartmontools-5.42 sys-libs/e2fsprogs-libs-1.42 dev-libs/nspr-4.10 net-misc/openvpn-2.3.2-r1 dev-util/perf-3.4-r2478 sys-kernel/Linux-2.6 sys-apps/util-linux-2.21.2-r1 sys-apps/pciutils-3.1.10 media-sound/alsa-headers-1.0.25 media-libs/freetype-2.4.12 sys-devel/autoconf-wrapper-10-r1 sys-devel/automake-1.11.1 dev-libs/pkcs11-helper-1.07 net-libs/libnfnetlink-1.0.1 media-gfx/ply-image-0.0.1-r43 sys-boot/coreboot-2013.04 media-sound/adhd-0.0.1-r655 sys-devel/automake-wrapper-5 app-admin/eselect-opengl-1.2.4 sys-devel/patch-2.6.1 sys-apps/diffutils-3.2 app-accessibility/brltty-4.5-r6 media-libs/sbc-1.0 sys-block/eject-2.1.5-r2 sys-auth/pam_pwdfile-0.99-r1 sys-apps/portage-2.1.11.50-r3 sys-process/procps-3.3.4 dev-libs/libatomic_ops-7.2d sys-boot/syslinux-3.83-r5 sys-apps/memtester-4.2.2 app-arch/xz-utils-4.999.9_beta-r1
   22704 </div>
   22705 </div>
   22706 </div>
   22707 
   22708 <div class="product">
   22709 <a name="GPL-2+" class="title">Gentoo Package Stock License GPL-2+</a>
   22710 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   22711 <div class="licence">
   22712 <pre>
   22713 GNU General Public License, version 2 or any later version.
   22714 See GPL-2 or GPL-3 for the full text of these licenses.
   22715 
   22716 </pre>
   22717 <div class="license-packages">
   22718 Used by these packages: sys-boot/u-boot-2013.06 dev-libs/libatomic_ops-7.2d app-arch/xz-utils-4.999.9_beta-r1
   22719 </div>
   22720 </div>
   22721 </div>
   22722 
   22723 <div class="product">
   22724 <a name="GPL-3" class="title">Gentoo Package Stock License GPL-3</a>
   22725 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   22726 <div class="licence">
   22727 <pre>
   22728                     GNU GENERAL PUBLIC LICENSE
   22729                        Version 3, 29 June 2007
   22730 
   22731  Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
   22732  Everyone is permitted to copy and distribute verbatim copies
   22733  of this license document, but changing it is not allowed.
   22734 
   22735                             Preamble
   22736 
   22737   The GNU General Public License is a free, copyleft license for
   22738 software and other kinds of works.
   22739 
   22740   The licenses for most software and other practical works are designed
   22741 to take away your freedom to share and change the works.  By contrast,
   22742 the GNU General Public License is intended to guarantee your freedom to
   22743 share and change all versions of a program--to make sure it remains free
   22744 software for all its users.  We, the Free Software Foundation, use the
   22745 GNU General Public License for most of our software; it applies also to
   22746 any other work released this way by its authors.  You can apply it to
   22747 your programs, too.
   22748 
   22749   When we speak of free software, we are referring to freedom, not
   22750 price.  Our General Public Licenses are designed to make sure that you
   22751 have the freedom to distribute copies of free software (and charge for
   22752 them if you wish), that you receive source code or can get it if you
   22753 want it, that you can change the software or use pieces of it in new
   22754 free programs, and that you know you can do these things.
   22755 
   22756   To protect your rights, we need to prevent others from denying you
   22757 these rights or asking you to surrender the rights.  Therefore, you have
   22758 certain responsibilities if you distribute copies of the software, or if
   22759 you modify it: responsibilities to respect the freedom of others.
   22760 
   22761   For example, if you distribute copies of such a program, whether
   22762 gratis or for a fee, you must pass on to the recipients the same
   22763 freedoms that you received.  You must make sure that they, too, receive
   22764 or can get the source code.  And you must show them these terms so they
   22765 know their rights.
   22766 
   22767   Developers that use the GNU GPL protect your rights with two steps:
   22768 (1) assert copyright on the software, and (2) offer you this License
   22769 giving you legal permission to copy, distribute and/or modify it.
   22770 
   22771   For the developers' and authors' protection, the GPL clearly explains
   22772 that there is no warranty for this free software.  For both users' and
   22773 authors' sake, the GPL requires that modified versions be marked as
   22774 changed, so that their problems will not be attributed erroneously to
   22775 authors of previous versions.
   22776 
   22777   Some devices are designed to deny users access to install or run
   22778 modified versions of the software inside them, although the manufacturer
   22779 can do so.  This is fundamentally incompatible with the aim of
   22780 protecting users' freedom to change the software.  The systematic
   22781 pattern of such abuse occurs in the area of products for individuals to
   22782 use, which is precisely where it is most unacceptable.  Therefore, we
   22783 have designed this version of the GPL to prohibit the practice for those
   22784 products.  If such problems arise substantially in other domains, we
   22785 stand ready to extend this provision to those domains in future versions
   22786 of the GPL, as needed to protect the freedom of users.
   22787 
   22788   Finally, every program is threatened constantly by software patents.
   22789 States should not allow patents to restrict development and use of
   22790 software on general-purpose computers, but in those that do, we wish to
   22791 avoid the special danger that patents applied to a free program could
   22792 make it effectively proprietary.  To prevent this, the GPL assures that
   22793 patents cannot be used to render the program non-free.
   22794 
   22795   The precise terms and conditions for copying, distribution and
   22796 modification follow.
   22797 
   22798                        TERMS AND CONDITIONS
   22799 
   22800   0. Definitions.
   22801 
   22802   "This License" refers to version 3 of the GNU General Public License.
   22803 
   22804   "Copyright" also means copyright-like laws that apply to other kinds of
   22805 works, such as semiconductor masks.
   22806 
   22807   "The Program" refers to any copyrightable work licensed under this
   22808 License.  Each licensee is addressed as "you".  "Licensees" and
   22809 "recipients" may be individuals or organizations.
   22810 
   22811   To "modify" a work means to copy from or adapt all or part of the work
   22812 in a fashion requiring copyright permission, other than the making of an
   22813 exact copy.  The resulting work is called a "modified version" of the
   22814 earlier work or a work "based on" the earlier work.
   22815 
   22816   A "covered work" means either the unmodified Program or a work based
   22817 on the Program.
   22818 
   22819   To "propagate" a work means to do anything with it that, without
   22820 permission, would make you directly or secondarily liable for
   22821 infringement under applicable copyright law, except executing it on a
   22822 computer or modifying a private copy.  Propagation includes copying,
   22823 distribution (with or without modification), making available to the
   22824 public, and in some countries other activities as well.
   22825 
   22826   To "convey" a work means any kind of propagation that enables other
   22827 parties to make or receive copies.  Mere interaction with a user through
   22828 a computer network, with no transfer of a copy, is not conveying.
   22829 
   22830   An interactive user interface displays "Appropriate Legal Notices"
   22831 to the extent that it includes a convenient and prominently visible
   22832 feature that (1) displays an appropriate copyright notice, and (2)
   22833 tells the user that there is no warranty for the work (except to the
   22834 extent that warranties are provided), that licensees may convey the
   22835 work under this License, and how to view a copy of this License.  If
   22836 the interface presents a list of user commands or options, such as a
   22837 menu, a prominent item in the list meets this criterion.
   22838 
   22839   1. Source Code.
   22840 
   22841   The "source code" for a work means the preferred form of the work
   22842 for making modifications to it.  "Object code" means any non-source
   22843 form of a work.
   22844 
   22845   A "Standard Interface" means an interface that either is an official
   22846 standard defined by a recognized standards body, or, in the case of
   22847 interfaces specified for a particular programming language, one that
   22848 is widely used among developers working in that language.
   22849 
   22850   The "System Libraries" of an executable work include anything, other
   22851 than the work as a whole, that (a) is included in the normal form of
   22852 packaging a Major Component, but which is not part of that Major
   22853 Component, and (b) serves only to enable use of the work with that
   22854 Major Component, or to implement a Standard Interface for which an
   22855 implementation is available to the public in source code form.  A
   22856 "Major Component", in this context, means a major essential component
   22857 (kernel, window system, and so on) of the specific operating system
   22858 (if any) on which the executable work runs, or a compiler used to
   22859 produce the work, or an object code interpreter used to run it.
   22860 
   22861   The "Corresponding Source" for a work in object code form means all
   22862 the source code needed to generate, install, and (for an executable
   22863 work) run the object code and to modify the work, including scripts to
   22864 control those activities.  However, it does not include the work's
   22865 System Libraries, or general-purpose tools or generally available free
   22866 programs which are used unmodified in performing those activities but
   22867 which are not part of the work.  For example, Corresponding Source
   22868 includes interface definition files associated with source files for
   22869 the work, and the source code for shared libraries and dynamically
   22870 linked subprograms that the work is specifically designed to require,
   22871 such as by intimate data communication or control flow between those
   22872 subprograms and other parts of the work.
   22873 
   22874   The Corresponding Source need not include anything that users
   22875 can regenerate automatically from other parts of the Corresponding
   22876 Source.
   22877 
   22878   The Corresponding Source for a work in source code form is that
   22879 same work.
   22880 
   22881   2. Basic Permissions.
   22882 
   22883   All rights granted under this License are granted for the term of
   22884 copyright on the Program, and are irrevocable provided the stated
   22885 conditions are met.  This License explicitly affirms your unlimited
   22886 permission to run the unmodified Program.  The output from running a
   22887 covered work is covered by this License only if the output, given its
   22888 content, constitutes a covered work.  This License acknowledges your
   22889 rights of fair use or other equivalent, as provided by copyright law.
   22890 
   22891   You may make, run and propagate covered works that you do not
   22892 convey, without conditions so long as your license otherwise remains
   22893 in force.  You may convey covered works to others for the sole purpose
   22894 of having them make modifications exclusively for you, or provide you
   22895 with facilities for running those works, provided that you comply with
   22896 the terms of this License in conveying all material for which you do
   22897 not control copyright.  Those thus making or running the covered works
   22898 for you must do so exclusively on your behalf, under your direction
   22899 and control, on terms that prohibit them from making any copies of
   22900 your copyrighted material outside their relationship with you.
   22901 
   22902   Conveying under any other circumstances is permitted solely under
   22903 the conditions stated below.  Sublicensing is not allowed; section 10
   22904 makes it unnecessary.
   22905 
   22906   3. Protecting Users' Legal Rights From Anti-Circumvention Law.
   22907 
   22908   No covered work shall be deemed part of an effective technological
   22909 measure under any applicable law fulfilling obligations under article
   22910 11 of the WIPO copyright treaty adopted on 20 December 1996, or
   22911 similar laws prohibiting or restricting circumvention of such
   22912 measures.
   22913 
   22914   When you convey a covered work, you waive any legal power to forbid
   22915 circumvention of technological measures to the extent such circumvention
   22916 is effected by exercising rights under this License with respect to
   22917 the covered work, and you disclaim any intention to limit operation or
   22918 modification of the work as a means of enforcing, against the work's
   22919 users, your or third parties' legal rights to forbid circumvention of
   22920 technological measures.
   22921 
   22922   4. Conveying Verbatim Copies.
   22923 
   22924   You may convey verbatim copies of the Program's source code as you
   22925 receive it, in any medium, provided that you conspicuously and
   22926 appropriately publish on each copy an appropriate copyright notice;
   22927 keep intact all notices stating that this License and any
   22928 non-permissive terms added in accord with section 7 apply to the code;
   22929 keep intact all notices of the absence of any warranty; and give all
   22930 recipients a copy of this License along with the Program.
   22931 
   22932   You may charge any price or no price for each copy that you convey,
   22933 and you may offer support or warranty protection for a fee.
   22934 
   22935   5. Conveying Modified Source Versions.
   22936 
   22937   You may convey a work based on the Program, or the modifications to
   22938 produce it from the Program, in the form of source code under the
   22939 terms of section 4, provided that you also meet all of these conditions:
   22940 
   22941     a) The work must carry prominent notices stating that you modified
   22942     it, and giving a relevant date.
   22943 
   22944     b) The work must carry prominent notices stating that it is
   22945     released under this License and any conditions added under section
   22946     7.  This requirement modifies the requirement in section 4 to
   22947     "keep intact all notices".
   22948 
   22949     c) You must license the entire work, as a whole, under this
   22950     License to anyone who comes into possession of a copy.  This
   22951     License will therefore apply, along with any applicable section 7
   22952     additional terms, to the whole of the work, and all its parts,
   22953     regardless of how they are packaged.  This License gives no
   22954     permission to license the work in any other way, but it does not
   22955     invalidate such permission if you have separately received it.
   22956 
   22957     d) If the work has interactive user interfaces, each must display
   22958     Appropriate Legal Notices; however, if the Program has interactive
   22959     interfaces that do not display Appropriate Legal Notices, your
   22960     work need not make them do so.
   22961 
   22962   A compilation of a covered work with other separate and independent
   22963 works, which are not by their nature extensions of the covered work,
   22964 and which are not combined with it such as to form a larger program,
   22965 in or on a volume of a storage or distribution medium, is called an
   22966 "aggregate" if the compilation and its resulting copyright are not
   22967 used to limit the access or legal rights of the compilation's users
   22968 beyond what the individual works permit.  Inclusion of a covered work
   22969 in an aggregate does not cause this License to apply to the other
   22970 parts of the aggregate.
   22971 
   22972   6. Conveying Non-Source Forms.
   22973 
   22974   You may convey a covered work in object code form under the terms
   22975 of sections 4 and 5, provided that you also convey the
   22976 machine-readable Corresponding Source under the terms of this License,
   22977 in one of these ways:
   22978 
   22979     a) Convey the object code in, or embodied in, a physical product
   22980     (including a physical distribution medium), accompanied by the
   22981     Corresponding Source fixed on a durable physical medium
   22982     customarily used for software interchange.
   22983 
   22984     b) Convey the object code in, or embodied in, a physical product
   22985     (including a physical distribution medium), accompanied by a
   22986     written offer, valid for at least three years and valid for as
   22987     long as you offer spare parts or customer support for that product
   22988     model, to give anyone who possesses the object code either (1) a
   22989     copy of the Corresponding Source for all the software in the
   22990     product that is covered by this License, on a durable physical
   22991     medium customarily used for software interchange, for a price no
   22992     more than your reasonable cost of physically performing this
   22993     conveying of source, or (2) access to copy the
   22994     Corresponding Source from a network server at no charge.
   22995 
   22996     c) Convey individual copies of the object code with a copy of the
   22997     written offer to provide the Corresponding Source.  This
   22998     alternative is allowed only occasionally and noncommercially, and
   22999     only if you received the object code with such an offer, in accord
   23000     with subsection 6b.
   23001 
   23002     d) Convey the object code by offering access from a designated
   23003     place (gratis or for a charge), and offer equivalent access to the
   23004     Corresponding Source in the same way through the same place at no
   23005     further charge.  You need not require recipients to copy the
   23006     Corresponding Source along with the object code.  If the place to
   23007     copy the object code is a network server, the Corresponding Source
   23008     may be on a different server (operated by you or a third party)
   23009     that supports equivalent copying facilities, provided you maintain
   23010     clear directions next to the object code saying where to find the
   23011     Corresponding Source.  Regardless of what server hosts the
   23012     Corresponding Source, you remain obligated to ensure that it is
   23013     available for as long as needed to satisfy these requirements.
   23014 
   23015     e) Convey the object code using peer-to-peer transmission, provided
   23016     you inform other peers where the object code and Corresponding
   23017     Source of the work are being offered to the general public at no
   23018     charge under subsection 6d.
   23019 
   23020   A separable portion of the object code, whose source code is excluded
   23021 from the Corresponding Source as a System Library, need not be
   23022 included in conveying the object code work.
   23023 
   23024   A "User Product" is either (1) a "consumer product", which means any
   23025 tangible personal property which is normally used for personal, family,
   23026 or household purposes, or (2) anything designed or sold for incorporation
   23027 into a dwelling.  In determining whether a product is a consumer product,
   23028 doubtful cases shall be resolved in favor of coverage.  For a particular
   23029 product received by a particular user, "normally used" refers to a
   23030 typical or common use of that class of product, regardless of the status
   23031 of the particular user or of the way in which the particular user
   23032 actually uses, or expects or is expected to use, the product.  A product
   23033 is a consumer product regardless of whether the product has substantial
   23034 commercial, industrial or non-consumer uses, unless such uses represent
   23035 the only significant mode of use of the product.
   23036 
   23037   "Installation Information" for a User Product means any methods,
   23038 procedures, authorization keys, or other information required to install
   23039 and execute modified versions of a covered work in that User Product from
   23040 a modified version of its Corresponding Source.  The information must
   23041 suffice to ensure that the continued functioning of the modified object
   23042 code is in no case prevented or interfered with solely because
   23043 modification has been made.
   23044 
   23045   If you convey an object code work under this section in, or with, or
   23046 specifically for use in, a User Product, and the conveying occurs as
   23047 part of a transaction in which the right of possession and use of the
   23048 User Product is transferred to the recipient in perpetuity or for a
   23049 fixed term (regardless of how the transaction is characterized), the
   23050 Corresponding Source conveyed under this section must be accompanied
   23051 by the Installation Information.  But this requirement does not apply
   23052 if neither you nor any third party retains the ability to install
   23053 modified object code on the User Product (for example, the work has
   23054 been installed in ROM).
   23055 
   23056   The requirement to provide Installation Information does not include a
   23057 requirement to continue to provide support service, warranty, or updates
   23058 for a work that has been modified or installed by the recipient, or for
   23059 the User Product in which it has been modified or installed.  Access to a
   23060 network may be denied when the modification itself materially and
   23061 adversely affects the operation of the network or violates the rules and
   23062 protocols for communication across the network.
   23063 
   23064   Corresponding Source conveyed, and Installation Information provided,
   23065 in accord with this section must be in a format that is publicly
   23066 documented (and with an implementation available to the public in
   23067 source code form), and must require no special password or key for
   23068 unpacking, reading or copying.
   23069 
   23070   7. Additional Terms.
   23071 
   23072   "Additional permissions" are terms that supplement the terms of this
   23073 License by making exceptions from one or more of its conditions.
   23074 Additional permissions that are applicable to the entire Program shall
   23075 be treated as though they were included in this License, to the extent
   23076 that they are valid under applicable law.  If additional permissions
   23077 apply only to part of the Program, that part may be used separately
   23078 under those permissions, but the entire Program remains governed by
   23079 this License without regard to the additional permissions.
   23080 
   23081   When you convey a copy of a covered work, you may at your option
   23082 remove any additional permissions from that copy, or from any part of
   23083 it.  (Additional permissions may be written to require their own
   23084 removal in certain cases when you modify the work.)  You may place
   23085 additional permissions on material, added by you to a covered work,
   23086 for which you have or can give appropriate copyright permission.
   23087 
   23088   Notwithstanding any other provision of this License, for material you
   23089 add to a covered work, you may (if authorized by the copyright holders of
   23090 that material) supplement the terms of this License with terms:
   23091 
   23092     a) Disclaiming warranty or limiting liability differently from the
   23093     terms of sections 15 and 16 of this License; or
   23094 
   23095     b) Requiring preservation of specified reasonable legal notices or
   23096     author attributions in that material or in the Appropriate Legal
   23097     Notices displayed by works containing it; or
   23098 
   23099     c) Prohibiting misrepresentation of the origin of that material, or
   23100     requiring that modified versions of such material be marked in
   23101     reasonable ways as different from the original version; or
   23102 
   23103     d) Limiting the use for publicity purposes of names of licensors or
   23104     authors of the material; or
   23105 
   23106     e) Declining to grant rights under trademark law for use of some
   23107     trade names, trademarks, or service marks; or
   23108 
   23109     f) Requiring indemnification of licensors and authors of that
   23110     material by anyone who conveys the material (or modified versions of
   23111     it) with contractual assumptions of liability to the recipient, for
   23112     any liability that these contractual assumptions directly impose on
   23113     those licensors and authors.
   23114 
   23115   All other non-permissive additional terms are considered "further
   23116 restrictions" within the meaning of section 10.  If the Program as you
   23117 received it, or any part of it, contains a notice stating that it is
   23118 governed by this License along with a term that is a further
   23119 restriction, you may remove that term.  If a license document contains
   23120 a further restriction but permits relicensing or conveying under this
   23121 License, you may add to a covered work material governed by the terms
   23122 of that license document, provided that the further restriction does
   23123 not survive such relicensing or conveying.
   23124 
   23125   If you add terms to a covered work in accord with this section, you
   23126 must place, in the relevant source files, a statement of the
   23127 additional terms that apply to those files, or a notice indicating
   23128 where to find the applicable terms.
   23129 
   23130   Additional terms, permissive or non-permissive, may be stated in the
   23131 form of a separately written license, or stated as exceptions;
   23132 the above requirements apply either way.
   23133 
   23134   8. Termination.
   23135 
   23136   You may not propagate or modify a covered work except as expressly
   23137 provided under this License.  Any attempt otherwise to propagate or
   23138 modify it is void, and will automatically terminate your rights under
   23139 this License (including any patent licenses granted under the third
   23140 paragraph of section 11).
   23141 
   23142   However, if you cease all violation of this License, then your
   23143 license from a particular copyright holder is reinstated (a)
   23144 provisionally, unless and until the copyright holder explicitly and
   23145 finally terminates your license, and (b) permanently, if the copyright
   23146 holder fails to notify you of the violation by some reasonable means
   23147 prior to 60 days after the cessation.
   23148 
   23149   Moreover, your license from a particular copyright holder is
   23150 reinstated permanently if the copyright holder notifies you of the
   23151 violation by some reasonable means, this is the first time you have
   23152 received notice of violation of this License (for any work) from that
   23153 copyright holder, and you cure the violation prior to 30 days after
   23154 your receipt of the notice.
   23155 
   23156   Termination of your rights under this section does not terminate the
   23157 licenses of parties who have received copies or rights from you under
   23158 this License.  If your rights have been terminated and not permanently
   23159 reinstated, you do not qualify to receive new licenses for the same
   23160 material under section 10.
   23161 
   23162   9. Acceptance Not Required for Having Copies.
   23163 
   23164   You are not required to accept this License in order to receive or
   23165 run a copy of the Program.  Ancillary propagation of a covered work
   23166 occurring solely as a consequence of using peer-to-peer transmission
   23167 to receive a copy likewise does not require acceptance.  However,
   23168 nothing other than this License grants you permission to propagate or
   23169 modify any covered work.  These actions infringe copyright if you do
   23170 not accept this License.  Therefore, by modifying or propagating a
   23171 covered work, you indicate your acceptance of this License to do so.
   23172 
   23173   10. Automatic Licensing of Downstream Recipients.
   23174 
   23175   Each time you convey a covered work, the recipient automatically
   23176 receives a license from the original licensors, to run, modify and
   23177 propagate that work, subject to this License.  You are not responsible
   23178 for enforcing compliance by third parties with this License.
   23179 
   23180   An "entity transaction" is a transaction transferring control of an
   23181 organization, or substantially all assets of one, or subdividing an
   23182 organization, or merging organizations.  If propagation of a covered
   23183 work results from an entity transaction, each party to that
   23184 transaction who receives a copy of the work also receives whatever
   23185 licenses to the work the party's predecessor in interest had or could
   23186 give under the previous paragraph, plus a right to possession of the
   23187 Corresponding Source of the work from the predecessor in interest, if
   23188 the predecessor has it or can get it with reasonable efforts.
   23189 
   23190   You may not impose any further restrictions on the exercise of the
   23191 rights granted or affirmed under this License.  For example, you may
   23192 not impose a license fee, royalty, or other charge for exercise of
   23193 rights granted under this License, and you may not initiate litigation
   23194 (including a cross-claim or counterclaim in a lawsuit) alleging that
   23195 any patent claim is infringed by making, using, selling, offering for
   23196 sale, or importing the Program or any portion of it.
   23197 
   23198   11. Patents.
   23199 
   23200   A "contributor" is a copyright holder who authorizes use under this
   23201 License of the Program or a work on which the Program is based.  The
   23202 work thus licensed is called the contributor's "contributor version".
   23203 
   23204   A contributor's "essential patent claims" are all patent claims
   23205 owned or controlled by the contributor, whether already acquired or
   23206 hereafter acquired, that would be infringed by some manner, permitted
   23207 by this License, of making, using, or selling its contributor version,
   23208 but do not include claims that would be infringed only as a
   23209 consequence of further modification of the contributor version.  For
   23210 purposes of this definition, "control" includes the right to grant
   23211 patent sublicenses in a manner consistent with the requirements of
   23212 this License.
   23213 
   23214   Each contributor grants you a non-exclusive, worldwide, royalty-free
   23215 patent license under the contributor's essential patent claims, to
   23216 make, use, sell, offer for sale, import and otherwise run, modify and
   23217 propagate the contents of its contributor version.
   23218 
   23219   In the following three paragraphs, a "patent license" is any express
   23220 agreement or commitment, however denominated, not to enforce a patent
   23221 (such as an express permission to practice a patent or covenant not to
   23222 sue for patent infringement).  To "grant" such a patent license to a
   23223 party means to make such an agreement or commitment not to enforce a
   23224 patent against the party.
   23225 
   23226   If you convey a covered work, knowingly relying on a patent license,
   23227 and the Corresponding Source of the work is not available for anyone
   23228 to copy, free of charge and under the terms of this License, through a
   23229 publicly available network server or other readily accessible means,
   23230 then you must either (1) cause the Corresponding Source to be so
   23231 available, or (2) arrange to deprive yourself of the benefit of the
   23232 patent license for this particular work, or (3) arrange, in a manner
   23233 consistent with the requirements of this License, to extend the patent
   23234 license to downstream recipients.  "Knowingly relying" means you have
   23235 actual knowledge that, but for the patent license, your conveying the
   23236 covered work in a country, or your recipient's use of the covered work
   23237 in a country, would infringe one or more identifiable patents in that
   23238 country that you have reason to believe are valid.
   23239 
   23240   If, pursuant to or in connection with a single transaction or
   23241 arrangement, you convey, or propagate by procuring conveyance of, a
   23242 covered work, and grant a patent license to some of the parties
   23243 receiving the covered work authorizing them to use, propagate, modify
   23244 or convey a specific copy of the covered work, then the patent license
   23245 you grant is automatically extended to all recipients of the covered
   23246 work and works based on it.
   23247 
   23248   A patent license is "discriminatory" if it does not include within
   23249 the scope of its coverage, prohibits the exercise of, or is
   23250 conditioned on the non-exercise of one or more of the rights that are
   23251 specifically granted under this License.  You may not convey a covered
   23252 work if you are a party to an arrangement with a third party that is
   23253 in the business of distributing software, under which you make payment
   23254 to the third party based on the extent of your activity of conveying
   23255 the work, and under which the third party grants, to any of the
   23256 parties who would receive the covered work from you, a discriminatory
   23257 patent license (a) in connection with copies of the covered work
   23258 conveyed by you (or copies made from those copies), or (b) primarily
   23259 for and in connection with specific products or compilations that
   23260 contain the covered work, unless you entered into that arrangement,
   23261 or that patent license was granted, prior to 28 March 2007.
   23262 
   23263   Nothing in this License shall be construed as excluding or limiting
   23264 any implied license or other defenses to infringement that may
   23265 otherwise be available to you under applicable patent law.
   23266 
   23267   12. No Surrender of Others' Freedom.
   23268 
   23269   If conditions are imposed on you (whether by court order, agreement or
   23270 otherwise) that contradict the conditions of this License, they do not
   23271 excuse you from the conditions of this License.  If you cannot convey a
   23272 covered work so as to satisfy simultaneously your obligations under this
   23273 License and any other pertinent obligations, then as a consequence you may
   23274 not convey it at all.  For example, if you agree to terms that obligate you
   23275 to collect a royalty for further conveying from those to whom you convey
   23276 the Program, the only way you could satisfy both those terms and this
   23277 License would be to refrain entirely from conveying the Program.
   23278 
   23279   13. Use with the GNU Affero General Public License.
   23280 
   23281   Notwithstanding any other provision of this License, you have
   23282 permission to link or combine any covered work with a work licensed
   23283 under version 3 of the GNU Affero General Public License into a single
   23284 combined work, and to convey the resulting work.  The terms of this
   23285 License will continue to apply to the part which is the covered work,
   23286 but the special requirements of the GNU Affero General Public License,
   23287 section 13, concerning interaction through a network will apply to the
   23288 combination as such.
   23289 
   23290   14. Revised Versions of this License.
   23291 
   23292   The Free Software Foundation may publish revised and/or new versions of
   23293 the GNU General Public License from time to time.  Such new versions will
   23294 be similar in spirit to the present version, but may differ in detail to
   23295 address new problems or concerns.
   23296 
   23297   Each version is given a distinguishing version number.  If the
   23298 Program specifies that a certain numbered version of the GNU General
   23299 Public License "or any later version" applies to it, you have the
   23300 option of following the terms and conditions either of that numbered
   23301 version or of any later version published by the Free Software
   23302 Foundation.  If the Program does not specify a version number of the
   23303 GNU General Public License, you may choose any version ever published
   23304 by the Free Software Foundation.
   23305 
   23306   If the Program specifies that a proxy can decide which future
   23307 versions of the GNU General Public License can be used, that proxy's
   23308 public statement of acceptance of a version permanently authorizes you
   23309 to choose that version for the Program.
   23310 
   23311   Later license versions may give you additional or different
   23312 permissions.  However, no additional obligations are imposed on any
   23313 author or copyright holder as a result of your choosing to follow a
   23314 later version.
   23315 
   23316   15. Disclaimer of Warranty.
   23317 
   23318   THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
   23319 APPLICABLE LAW.  EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
   23320 HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
   23321 OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
   23322 THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
   23323 PURPOSE.  THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
   23324 IS WITH YOU.  SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
   23325 ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
   23326 
   23327   16. Limitation of Liability.
   23328 
   23329   IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
   23330 WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
   23331 THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
   23332 GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
   23333 USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
   23334 DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
   23335 PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
   23336 EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
   23337 SUCH DAMAGES.
   23338 
   23339   17. Interpretation of Sections 15 and 16.
   23340 
   23341   If the disclaimer of warranty and limitation of liability provided
   23342 above cannot be given local legal effect according to their terms,
   23343 reviewing courts shall apply local law that most closely approximates
   23344 an absolute waiver of all civil liability in connection with the
   23345 Program, unless a warranty or assumption of liability accompanies a
   23346 copy of the Program in return for a fee.
   23347 
   23348                      END OF TERMS AND CONDITIONS
   23349 
   23350             How to Apply These Terms to Your New Programs
   23351 
   23352   If you develop a new program, and you want it to be of the greatest
   23353 possible use to the public, the best way to achieve this is to make it
   23354 free software which everyone can redistribute and change under these terms.
   23355 
   23356   To do so, attach the following notices to the program.  It is safest
   23357 to attach them to the start of each source file to most effectively
   23358 state the exclusion of warranty; and each file should have at least
   23359 the "copyright" line and a pointer to where the full notice is found.
   23360 
   23361     <one line to give the program's name and a brief idea of what it does.>
   23362     Copyright (C)   
   23363 
   23364     This program is free software: you can redistribute it and/or modify
   23365     it under the terms of the GNU General Public License as published by
   23366     the Free Software Foundation, either version 3 of the License, or
   23367     (at your option) any later version.
   23368 
   23369     This program is distributed in the hope that it will be useful,
   23370     but WITHOUT ANY WARRANTY; without even the implied warranty of
   23371     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   23372     GNU General Public License for more details.
   23373 
   23374     You should have received a copy of the GNU General Public License
   23375     along with this program.  If not, see <http://www.gnu.org/licenses/>.
   23376 
   23377 Also add information on how to contact you by electronic and paper mail.
   23378 
   23379   If the program does terminal interaction, make it output a short
   23380 notice like this when it starts in an interactive mode:
   23381 
   23382       Copyright (C)   
   23383     This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
   23384     This is free software, and you are welcome to redistribute it
   23385     under certain conditions; type `show c' for details.
   23386 
   23387 The hypothetical commands `show w' and `show c' should show the appropriate
   23388 parts of the General Public License.  Of course, your program's commands
   23389 might be different; for a GUI interface, you would use an "about box".
   23390 
   23391   You should also get your employer (if you work as a programmer) or school,
   23392 if any, to sign a "copyright disclaimer" for the program, if necessary.
   23393 For more information on this, and how to apply and follow the GNU GPL, see
   23394 <http://www.gnu.org/licenses/>.
   23395 
   23396   The GNU General Public License does not permit incorporating your program
   23397 into proprietary programs.  If your program is a subroutine library, you
   23398 may consider it more useful to permit linking proprietary applications with
   23399 the library.  If this is what you want to do, use the GNU Lesser General
   23400 Public License instead of this License.  But first, please read
   23401 <http://www.gnu.org/philosophy/why-not-lgpl.html>.
   23402 
   23403 </pre>
   23404 <div class="license-packages">
   23405 Used by these packages: dev-lang/swig-2.0.4-r1 sys-devel/binutils-2.22-r18 sys-libs/gdbm-1.9.1-r2 sys-libs/gcc-libs-4.7.2-r4 app-arch/gzip-1.5 sys-fs/dosfstools-3.0.9 sys-block/parted-3.1-r1 sys-apps/sed-4.2.1-r1 sys-devel/autoconf-2.68 sys-fs/exfat-utils-1.0.1-r1 app-admin/rsyslog-5.8.11 sys-apps/grep-2.14 app-arch/tar-1.26-r1 app-arch/sharutils-4.7 sys-fs/mtools-4.0.15 net-misc/rsync-3.0.8 sys-apps/util-linux-2.21.2-r1 app-shells/bash-4.2_p20 sys-devel/make-3.82-r1 sys-fs/fuse-exfat-1.0.1-r1 sys-libs/readline-6.2_p1 net-misc/wget-1.12-r2 sys-apps/coreutils-8.20-r1 sys-apps/which-2.20
   23406 </div>
   23407 </div>
   23408 </div>
   23409 
   23410 <div class="product">
   23411 <a name="ISC" class="title">Gentoo Package Stock License ISC</a>
   23412 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   23413 <div class="licence">
   23414 <pre>
   23415 Copyright (c) 4-digit year, Company or Person's Name
   23416 
   23417 Permission to use, copy, modify, and/or distribute this software for any
   23418 purpose with or without fee is hereby granted, provided that the above
   23419 copyright notice and this permission notice appear in all copies.
   23420 
   23421 THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
   23422 WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
   23423 MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
   23424 ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
   23425 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
   23426 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
   23427 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
   23428 
   23429 </pre>
   23430 <div class="license-packages">
   23431 Used by these packages: media-libs/harfbuzz-0.9.18-r2 app-admin/sudo-1.8.6_p7
   23432 </div>
   23433 </div>
   23434 </div>
   23435 
   23436 <div class="product">
   23437 <a name="LGPL-2" class="title">Gentoo Package Stock License LGPL-2</a>
   23438 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   23439 <div class="licence">
   23440 <pre>
   23441 		  GNU LIBRARY GENERAL PUBLIC LICENSE
   23442 		       Version 2, June 1991
   23443 
   23444  Copyright (C) 1991 Free Software Foundation, Inc.
   23445  59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
   23446  Everyone is permitted to copy and distribute verbatim copies
   23447  of this license document, but changing it is not allowed.
   23448 
   23449 [This is the first released version of the library GPL.  It is
   23450  numbered 2 because it goes with version 2 of the ordinary GPL.]
   23451 
   23452 			    Preamble
   23453 
   23454   The licenses for most software are designed to take away your
   23455 freedom to share and change it.  By contrast, the GNU General Public
   23456 Licenses are intended to guarantee your freedom to share and change
   23457 free software--to make sure the software is free for all its users.
   23458 
   23459   This license, the Library General Public License, applies to some
   23460 specially designated Free Software Foundation software, and to any
   23461 other libraries whose authors decide to use it.  You can use it for
   23462 your libraries, too.
   23463 
   23464   When we speak of free software, we are referring to freedom, not
   23465 price.  Our General Public Licenses are designed to make sure that you
   23466 have the freedom to distribute copies of free software (and charge for
   23467 this service if you wish), that you receive source code or can get it
   23468 if you want it, that you can change the software or use pieces of it
   23469 in new free programs; and that you know you can do these things.
   23470 
   23471   To protect your rights, we need to make restrictions that forbid
   23472 anyone to deny you these rights or to ask you to surrender the rights.
   23473 These restrictions translate to certain responsibilities for you if
   23474 you distribute copies of the library, or if you modify it.
   23475 
   23476   For example, if you distribute copies of the library, whether gratis
   23477 or for a fee, you must give the recipients all the rights that we gave
   23478 you.  You must make sure that they, too, receive or can get the source
   23479 code.  If you link a program with the library, you must provide
   23480 complete object files to the recipients so that they can relink them
   23481 with the library, after making changes to the library and recompiling
   23482 it.  And you must show them these terms so they know their rights.
   23483 
   23484   Our method of protecting your rights has two steps: (1) copyright
   23485 the library, and (2) offer you this license which gives you legal
   23486 permission to copy, distribute and/or modify the library.
   23487 
   23488   Also, for each distributor's protection, we want to make certain
   23489 that everyone understands that there is no warranty for this free
   23490 library.  If the library is modified by someone else and passed on, we
   23491 want its recipients to know that what they have is not the original
   23492 version, so that any problems introduced by others will not reflect on
   23493 the original authors' reputations.
   23494 
   23496   Finally, any free program is threatened constantly by software
   23497 patents.  We wish to avoid the danger that companies distributing free
   23498 software will individually obtain patent licenses, thus in effect
   23499 transforming the program into proprietary software.  To prevent this,
   23500 we have made it clear that any patent must be licensed for everyone's
   23501 free use or not licensed at all.
   23502 
   23503   Most GNU software, including some libraries, is covered by the ordinary
   23504 GNU General Public License, which was designed for utility programs.  This
   23505 license, the GNU Library General Public License, applies to certain
   23506 designated libraries.  This license is quite different from the ordinary
   23507 one; be sure to read it in full, and don't assume that anything in it is
   23508 the same as in the ordinary license.
   23509 
   23510   The reason we have a separate public license for some libraries is that
   23511 they blur the distinction we usually make between modifying or adding to a
   23512 program and simply using it.  Linking a program with a library, without
   23513 changing the library, is in some sense simply using the library, and is
   23514 analogous to running a utility program or application program.  However, in
   23515 a textual and legal sense, the linked executable is a combined work, a
   23516 derivative of the original library, and the ordinary General Public License
   23517 treats it as such.
   23518 
   23519   Because of this blurred distinction, using the ordinary General
   23520 Public License for libraries did not effectively promote software
   23521 sharing, because most developers did not use the libraries.  We
   23522 concluded that weaker conditions might promote sharing better.
   23523 
   23524   However, unrestricted linking of non-free programs would deprive the
   23525 users of those programs of all benefit from the free status of the
   23526 libraries themselves.  This Library General Public License is intended to
   23527 permit developers of non-free programs to use free libraries, while
   23528 preserving your freedom as a user of such programs to change the free
   23529 libraries that are incorporated in them.  (We have not seen how to achieve
   23530 this as regards changes in header files, but we have achieved it as regards
   23531 changes in the actual functions of the Library.)  The hope is that this
   23532 will lead to faster development of free libraries.
   23533 
   23534   The precise terms and conditions for copying, distribution and
   23535 modification follow.  Pay close attention to the difference between a
   23536 "work based on the library" and a "work that uses the library".  The
   23537 former contains code derived from the library, while the latter only
   23538 works together with the library.
   23539 
   23540   Note that it is possible for a library to be covered by the ordinary
   23541 General Public License rather than by this special one.
   23542 
   23544 		  GNU LIBRARY GENERAL PUBLIC LICENSE
   23545    TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
   23546 
   23547   0. This License Agreement applies to any software library which
   23548 contains a notice placed by the copyright holder or other authorized
   23549 party saying it may be distributed under the terms of this Library
   23550 General Public License (also called "this License").  Each licensee is
   23551 addressed as "you".
   23552 
   23553   A "library" means a collection of software functions and/or data
   23554 prepared so as to be conveniently linked with application programs
   23555 (which use some of those functions and data) to form executables.
   23556 
   23557   The "Library", below, refers to any such software library or work
   23558 which has been distributed under these terms.  A "work based on the
   23559 Library" means either the Library or any derivative work under
   23560 copyright law: that is to say, a work containing the Library or a
   23561 portion of it, either verbatim or with modifications and/or translated
   23562 straightforwardly into another language.  (Hereinafter, translation is
   23563 included without limitation in the term "modification".)
   23564 
   23565   "Source code" for a work means the preferred form of the work for
   23566 making modifications to it.  For a library, complete source code means
   23567 all the source code for all modules it contains, plus any associated
   23568 interface definition files, plus the scripts used to control compilation
   23569 and installation of the library.
   23570 
   23571   Activities other than copying, distribution and modification are not
   23572 covered by this License; they are outside its scope.  The act of
   23573 running a program using the Library is not restricted, and output from
   23574 such a program is covered only if its contents constitute a work based
   23575 on the Library (independent of the use of the Library in a tool for
   23576 writing it).  Whether that is true depends on what the Library does
   23577 and what the program that uses the Library does.
   23578   
   23579   1. You may copy and distribute verbatim copies of the Library's
   23580 complete source code as you receive it, in any medium, provided that
   23581 you conspicuously and appropriately publish on each copy an
   23582 appropriate copyright notice and disclaimer of warranty; keep intact
   23583 all the notices that refer to this License and to the absence of any
   23584 warranty; and distribute a copy of this License along with the
   23585 Library.
   23586 
   23587   You may charge a fee for the physical act of transferring a copy,
   23588 and you may at your option offer warranty protection in exchange for a
   23589 fee.
   23590 
   23592   2. You may modify your copy or copies of the Library or any portion
   23593 of it, thus forming a work based on the Library, and copy and
   23594 distribute such modifications or work under the terms of Section 1
   23595 above, provided that you also meet all of these conditions:
   23596 
   23597     a) The modified work must itself be a software library.
   23598 
   23599     b) You must cause the files modified to carry prominent notices
   23600     stating that you changed the files and the date of any change.
   23601 
   23602     c) You must cause the whole of the work to be licensed at no
   23603     charge to all third parties under the terms of this License.
   23604 
   23605     d) If a facility in the modified Library refers to a function or a
   23606     table of data to be supplied by an application program that uses
   23607     the facility, other than as an argument passed when the facility
   23608     is invoked, then you must make a good faith effort to ensure that,
   23609     in the event an application does not supply such function or
   23610     table, the facility still operates, and performs whatever part of
   23611     its purpose remains meaningful.
   23612 
   23613     (For example, a function in a library to compute square roots has
   23614     a purpose that is entirely well-defined independent of the
   23615     application.  Therefore, Subsection 2d requires that any
   23616     application-supplied function or table used by this function must
   23617     be optional: if the application does not supply it, the square
   23618     root function must still compute square roots.)
   23619 
   23620 These requirements apply to the modified work as a whole.  If
   23621 identifiable sections of that work are not derived from the Library,
   23622 and can be reasonably considered independent and separate works in
   23623 themselves, then this License, and its terms, do not apply to those
   23624 sections when you distribute them as separate works.  But when you
   23625 distribute the same sections as part of a whole which is a work based
   23626 on the Library, the distribution of the whole must be on the terms of
   23627 this License, whose permissions for other licensees extend to the
   23628 entire whole, and thus to each and every part regardless of who wrote
   23629 it.
   23630 
   23631 Thus, it is not the intent of this section to claim rights or contest
   23632 your rights to work written entirely by you; rather, the intent is to
   23633 exercise the right to control the distribution of derivative or
   23634 collective works based on the Library.
   23635 
   23636 In addition, mere aggregation of another work not based on the Library
   23637 with the Library (or with a work based on the Library) on a volume of
   23638 a storage or distribution medium does not bring the other work under
   23639 the scope of this License.
   23640 
   23641   3. You may opt to apply the terms of the ordinary GNU General Public
   23642 License instead of this License to a given copy of the Library.  To do
   23643 this, you must alter all the notices that refer to this License, so
   23644 that they refer to the ordinary GNU General Public License, version 2,
   23645 instead of to this License.  (If a newer version than version 2 of the
   23646 ordinary GNU General Public License has appeared, then you can specify
   23647 that version instead if you wish.)  Do not make any other change in
   23648 these notices.
   23649 
   23651   Once this change is made in a given copy, it is irreversible for
   23652 that copy, so the ordinary GNU General Public License applies to all
   23653 subsequent copies and derivative works made from that copy.
   23654 
   23655   This option is useful when you wish to copy part of the code of
   23656 the Library into a program that is not a library.
   23657 
   23658   4. You may copy and distribute the Library (or a portion or
   23659 derivative of it, under Section 2) in object code or executable form
   23660 under the terms of Sections 1 and 2 above provided that you accompany
   23661 it with the complete corresponding machine-readable source code, which
   23662 must be distributed under the terms of Sections 1 and 2 above on a
   23663 medium customarily used for software interchange.
   23664 
   23665   If distribution of object code is made by offering access to copy
   23666 from a designated place, then offering equivalent access to copy the
   23667 source code from the same place satisfies the requirement to
   23668 distribute the source code, even though third parties are not
   23669 compelled to copy the source along with the object code.
   23670 
   23671   5. A program that contains no derivative of any portion of the
   23672 Library, but is designed to work with the Library by being compiled or
   23673 linked with it, is called a "work that uses the Library".  Such a
   23674 work, in isolation, is not a derivative work of the Library, and
   23675 therefore falls outside the scope of this License.
   23676 
   23677   However, linking a "work that uses the Library" with the Library
   23678 creates an executable that is a derivative of the Library (because it
   23679 contains portions of the Library), rather than a "work that uses the
   23680 library".  The executable is therefore covered by this License.
   23681 Section 6 states terms for distribution of such executables.
   23682 
   23683   When a "work that uses the Library" uses material from a header file
   23684 that is part of the Library, the object code for the work may be a
   23685 derivative work of the Library even though the source code is not.
   23686 Whether this is true is especially significant if the work can be
   23687 linked without the Library, or if the work is itself a library.  The
   23688 threshold for this to be true is not precisely defined by law.
   23689 
   23690   If such an object file uses only numerical parameters, data
   23691 structure layouts and accessors, and small macros and small inline
   23692 functions (ten lines or less in length), then the use of the object
   23693 file is unrestricted, regardless of whether it is legally a derivative
   23694 work.  (Executables containing this object code plus portions of the
   23695 Library will still fall under Section 6.)
   23696 
   23697   Otherwise, if the work is a derivative of the Library, you may
   23698 distribute the object code for the work under the terms of Section 6.
   23699 Any executables containing that work also fall under Section 6,
   23700 whether or not they are linked directly with the Library itself.
   23701 
   23703   6. As an exception to the Sections above, you may also compile or
   23704 link a "work that uses the Library" with the Library to produce a
   23705 work containing portions of the Library, and distribute that work
   23706 under terms of your choice, provided that the terms permit
   23707 modification of the work for the customer's own use and reverse
   23708 engineering for debugging such modifications.
   23709 
   23710   You must give prominent notice with each copy of the work that the
   23711 Library is used in it and that the Library and its use are covered by
   23712 this License.  You must supply a copy of this License.  If the work
   23713 during execution displays copyright notices, you must include the
   23714 copyright notice for the Library among them, as well as a reference
   23715 directing the user to the copy of this License.  Also, you must do one
   23716 of these things:
   23717 
   23718     a) Accompany the work with the complete corresponding
   23719     machine-readable source code for the Library including whatever
   23720     changes were used in the work (which must be distributed under
   23721     Sections 1 and 2 above); and, if the work is an executable linked
   23722     with the Library, with the complete machine-readable "work that
   23723     uses the Library", as object code and/or source code, so that the
   23724     user can modify the Library and then relink to produce a modified
   23725     executable containing the modified Library.  (It is understood
   23726     that the user who changes the contents of definitions files in the
   23727     Library will not necessarily be able to recompile the application
   23728     to use the modified definitions.)
   23729 
   23730     b) Accompany the work with a written offer, valid for at
   23731     least three years, to give the same user the materials
   23732     specified in Subsection 6a, above, for a charge no more
   23733     than the cost of performing this distribution.
   23734 
   23735     c) If distribution of the work is made by offering access to copy
   23736     from a designated place, offer equivalent access to copy the above
   23737     specified materials from the same place.
   23738 
   23739     d) Verify that the user has already received a copy of these
   23740     materials or that you have already sent this user a copy.
   23741 
   23742   For an executable, the required form of the "work that uses the
   23743 Library" must include any data and utility programs needed for
   23744 reproducing the executable from it.  However, as a special exception,
   23745 the source code distributed need not include anything that is normally
   23746 distributed (in either source or binary form) with the major
   23747 components (compiler, kernel, and so on) of the operating system on
   23748 which the executable runs, unless that component itself accompanies
   23749 the executable.
   23750 
   23751   It may happen that this requirement contradicts the license
   23752 restrictions of other proprietary libraries that do not normally
   23753 accompany the operating system.  Such a contradiction means you cannot
   23754 use both them and the Library together in an executable that you
   23755 distribute.
   23756 
   23758   7. You may place library facilities that are a work based on the
   23759 Library side-by-side in a single library together with other library
   23760 facilities not covered by this License, and distribute such a combined
   23761 library, provided that the separate distribution of the work based on
   23762 the Library and of the other library facilities is otherwise
   23763 permitted, and provided that you do these two things:
   23764 
   23765     a) Accompany the combined library with a copy of the same work
   23766     based on the Library, uncombined with any other library
   23767     facilities.  This must be distributed under the terms of the
   23768     Sections above.
   23769 
   23770     b) Give prominent notice with the combined library of the fact
   23771     that part of it is a work based on the Library, and explaining
   23772     where to find the accompanying uncombined form of the same work.
   23773 
   23774   8. You may not copy, modify, sublicense, link with, or distribute
   23775 the Library except as expressly provided under this License.  Any
   23776 attempt otherwise to copy, modify, sublicense, link with, or
   23777 distribute the Library is void, and will automatically terminate your
   23778 rights under this License.  However, parties who have received copies,
   23779 or rights, from you under this License will not have their licenses
   23780 terminated so long as such parties remain in full compliance.
   23781 
   23782   9. You are not required to accept this License, since you have not
   23783 signed it.  However, nothing else grants you permission to modify or
   23784 distribute the Library or its derivative works.  These actions are
   23785 prohibited by law if you do not accept this License.  Therefore, by
   23786 modifying or distributing the Library (or any work based on the
   23787 Library), you indicate your acceptance of this License to do so, and
   23788 all its terms and conditions for copying, distributing or modifying
   23789 the Library or works based on it.
   23790 
   23791   10. Each time you redistribute the Library (or any work based on the
   23792 Library), the recipient automatically receives a license from the
   23793 original licensor to copy, distribute, link with or modify the Library
   23794 subject to these terms and conditions.  You may not impose any further
   23795 restrictions on the recipients' exercise of the rights granted herein.
   23796 You are not responsible for enforcing compliance by third parties to
   23797 this License.
   23798 
   23800   11. If, as a consequence of a court judgment or allegation of patent
   23801 infringement or for any other reason (not limited to patent issues),
   23802 conditions are imposed on you (whether by court order, agreement or
   23803 otherwise) that contradict the conditions of this License, they do not
   23804 excuse you from the conditions of this License.  If you cannot
   23805 distribute so as to satisfy simultaneously your obligations under this
   23806 License and any other pertinent obligations, then as a consequence you
   23807 may not distribute the Library at all.  For example, if a patent
   23808 license would not permit royalty-free redistribution of the Library by
   23809 all those who receive copies directly or indirectly through you, then
   23810 the only way you could satisfy both it and this License would be to
   23811 refrain entirely from distribution of the Library.
   23812 
   23813 If any portion of this section is held invalid or unenforceable under any
   23814 particular circumstance, the balance of the section is intended to apply,
   23815 and the section as a whole is intended to apply in other circumstances.
   23816 
   23817 It is not the purpose of this section to induce you to infringe any
   23818 patents or other property right claims or to contest validity of any
   23819 such claims; this section has the sole purpose of protecting the
   23820 integrity of the free software distribution system which is
   23821 implemented by public license practices.  Many people have made
   23822 generous contributions to the wide range of software distributed
   23823 through that system in reliance on consistent application of that
   23824 system; it is up to the author/donor to decide if he or she is willing
   23825 to distribute software through any other system and a licensee cannot
   23826 impose that choice.
   23827 
   23828 This section is intended to make thoroughly clear what is believed to
   23829 be a consequence of the rest of this License.
   23830 
   23831   12. If the distribution and/or use of the Library is restricted in
   23832 certain countries either by patents or by copyrighted interfaces, the
   23833 original copyright holder who places the Library under this License may add
   23834 an explicit geographical distribution limitation excluding those countries,
   23835 so that distribution is permitted only in or among countries not thus
   23836 excluded.  In such case, this License incorporates the limitation as if
   23837 written in the body of this License.
   23838 
   23839   13. The Free Software Foundation may publish revised and/or new
   23840 versions of the Library General Public License from time to time.
   23841 Such new versions will be similar in spirit to the present version,
   23842 but may differ in detail to address new problems or concerns.
   23843 
   23844 Each version is given a distinguishing version number.  If the Library
   23845 specifies a version number of this License which applies to it and
   23846 "any later version", you have the option of following the terms and
   23847 conditions either of that version or of any later version published by
   23848 the Free Software Foundation.  If the Library does not specify a
   23849 license version number, you may choose any version ever published by
   23850 the Free Software Foundation.
   23851 
   23853   14. If you wish to incorporate parts of the Library into other free
   23854 programs whose distribution conditions are incompatible with these,
   23855 write to the author to ask for permission.  For software which is
   23856 copyrighted by the Free Software Foundation, write to the Free
   23857 Software Foundation; we sometimes make exceptions for this.  Our
   23858 decision will be guided by the two goals of preserving the free status
   23859 of all derivatives of our free software and of promoting the sharing
   23860 and reuse of software generally.
   23861 
   23862 			    NO WARRANTY
   23863 
   23864   15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO
   23865 WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW.
   23866 EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR
   23867 OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY
   23868 KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE
   23869 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
   23870 PURPOSE.  THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE
   23871 LIBRARY IS WITH YOU.  SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME
   23872 THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
   23873 
   23874   16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN
   23875 WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY
   23876 AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU
   23877 FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR
   23878 CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE
   23879 LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING
   23880 RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A
   23881 FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF
   23882 SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
   23883 DAMAGES.
   23884 
   23885 		     END OF TERMS AND CONDITIONS
   23886 
   23888      Appendix: How to Apply These Terms to Your New Libraries
   23889 
   23890   If you develop a new library, and you want it to be of the greatest
   23891 possible use to the public, we recommend making it free software that
   23892 everyone can redistribute and change.  You can do so by permitting
   23893 redistribution under these terms (or, alternatively, under the terms of the
   23894 ordinary General Public License).
   23895 
   23896   To apply these terms, attach the following notices to the library.  It is
   23897 safest to attach them to the start of each source file to most effectively
   23898 convey the exclusion of warranty; and each file should have at least the
   23899 "copyright" line and a pointer to where the full notice is found.
   23900 
   23901     <one line to give the library's name and a brief idea of what it does.>
   23902     Copyright (C)   
   23903 
   23904     This library is free software; you can redistribute it and/or
   23905     modify it under the terms of the GNU Library General Public
   23906     License as published by the Free Software Foundation; either
   23907     version 2 of the License, or (at your option) any later version.
   23908 
   23909     This library is distributed in the hope that it will be useful,
   23910     but WITHOUT ANY WARRANTY; without even the implied warranty of
   23911     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
   23912     Library General Public License for more details.
   23913 
   23914     You should have received a copy of the GNU Library General Public
   23915     License along with this library; if not, write to the Free
   23916     Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
   23917     MA 02111-1307, USA
   23918 
   23919 Also add information on how to contact you by electronic and paper mail.
   23920 
   23921 You should also get your employer (if you work as a programmer) or your
   23922 school, if any, to sign a "copyright disclaimer" for the library, if
   23923 necessary.  Here is a sample; alter the names:
   23924 
   23925   Yoyodyne, Inc., hereby disclaims all copyright interest in the
   23926   library `Frob' (a library for tweaking knobs) written by James Random Hacker.
   23927 
   23928   <signature of Ty Coon>, 1 April 1990
   23929   Ty Coon, President of Vice
   23930 
   23931 That's all there is to it!
   23932 
   23933 </pre>
   23934 <div class="license-packages">
   23935 Used by these packages: x11-libs/gtk+-2.20.1 dev-libs/atk-1.32.0-r1 dev-libs/libusb-0.1.12-r7 dev-libs/glib-2.34.3-r1 dev-libs/dbus-c++-0.0.2-r42 x11-libs/pango-1.32.5-r1
   23936 </div>
   23937 </div>
   23938 </div>
   23939 
   23940 <div class="product">
   23941 <a name="LGPL-2+" class="title">Gentoo Package Stock License LGPL-2+</a>
   23942 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   23943 <div class="licence">
   23944 <pre>
   23945 GNU Library General Public License, version 2 or any later version.
   23946 See LGPL-2, LGPL-2.1, or LGPL-3 for the full text of these licenses.
   23947 
   23948 </pre>
   23949 <div class="license-packages">
   23950 Used by these packages: dev-libs/glib-2.34.3-r1 x11-libs/pango-1.32.5-r1
   23951 </div>
   23952 </div>
   23953 </div>
   23954 
   23955 <div class="product">
   23956 <a name="LGPL-2.1" class="title">Gentoo Package Stock License LGPL-2.1</a>
   23957 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   23958 <div class="licence">
   23959 <pre>
   23960 		  GNU LESSER GENERAL PUBLIC LICENSE
   23961 		       Version 2.1, February 1999
   23962 
   23963  Copyright (C) 1991, 1999 Free Software Foundation, Inc.
   23964      51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
   23965  Everyone is permitted to copy and distribute verbatim copies
   23966  of this license document, but changing it is not allowed.
   23967 
   23968 [This is the first released version of the Lesser GPL.  It also counts
   23969  as the successor of the GNU Library Public License, version 2, hence
   23970  the version number 2.1.]
   23971 
   23972 			    Preamble
   23973 
   23974   The licenses for most software are designed to take away your
   23975 freedom to share and change it.  By contrast, the GNU General Public
   23976 Licenses are intended to guarantee your freedom to share and change
   23977 free software--to make sure the software is free for all its users.
   23978 
   23979   This license, the Lesser General Public License, applies to some
   23980 specially designated software packages--typically libraries--of the
   23981 Free Software Foundation and other authors who decide to use it.  You
   23982 can use it too, but we suggest you first think carefully about whether
   23983 this license or the ordinary General Public License is the better
   23984 strategy to use in any particular case, based on the explanations below.
   23985 
   23986   When we speak of free software, we are referring to freedom of use,
   23987 not price.  Our General Public Licenses are designed to make sure that
   23988 you have the freedom to distribute copies of free software (and charge
   23989 for this service if you wish); that you receive source code or can get
   23990 it if you want it; that you can change the software and use pieces of
   23991 it in new free programs; and that you are informed that you can do
   23992 these things.
   23993 
   23994   To protect your rights, we need to make restrictions that forbid
   23995 distributors to deny you these rights or to ask you to surrender these
   23996 rights.  These restrictions translate to certain responsibilities for
   23997 you if you distribute copies of the library or if you modify it.
   23998 
   23999   For example, if you distribute copies of the library, whether gratis
   24000 or for a fee, you must give the recipients all the rights that we gave
   24001 you.  You must make sure that they, too, receive or can get the source
   24002 code.  If you link other code with the library, you must provide
   24003 complete object files to the recipients, so that they can relink them
   24004 with the library after making changes to the library and recompiling
   24005 it.  And you must show them these terms so they know their rights.
   24006 
   24007   We protect your rights with a two-step method: (1) we copyright the
   24008 library, and (2) we offer you this license, which gives you legal
   24009 permission to copy, distribute and/or modify the library.
   24010 
   24011   To protect each distributor, we want to make it very clear that
   24012 there is no warranty for the free library.  Also, if the library is
   24013 modified by someone else and passed on, the recipients should know
   24014 that what they have is not the original version, so that the original
   24015 author's reputation will not be affected by problems that might be
   24016 introduced by others.
   24017 
   24019   Finally, software patents pose a constant threat to the existence of
   24020 any free program.  We wish to make sure that a company cannot
   24021 effectively restrict the users of a free program by obtaining a
   24022 restrictive license from a patent holder.  Therefore, we insist that
   24023 any patent license obtained for a version of the library must be
   24024 consistent with the full freedom of use specified in this license.
   24025 
   24026   Most GNU software, including some libraries, is covered by the
   24027 ordinary GNU General Public License.  This license, the GNU Lesser
   24028 General Public License, applies to certain designated libraries, and
   24029 is quite different from the ordinary General Public License.  We use
   24030 this license for certain libraries in order to permit linking those
   24031 libraries into non-free programs.
   24032 
   24033   When a program is linked with a library, whether statically or using
   24034 a shared library, the combination of the two is legally speaking a
   24035 combined work, a derivative of the original library.  The ordinary
   24036 General Public License therefore permits such linking only if the
   24037 entire combination fits its criteria of freedom.  The Lesser General
   24038 Public License permits more lax criteria for linking other code with
   24039 the library.
   24040 
   24041   We call this license the "Lesser" General Public License because it
   24042 does Less to protect the user's freedom than the ordinary General
   24043 Public License.  It also provides other free software developers Less
   24044 of an advantage over competing non-free programs.  These disadvantages
   24045 are the reason we use the ordinary General Public License for many
   24046 libraries.  However, the Lesser license provides advantages in certain
   24047 special circumstances.
   24048 
   24049   For example, on rare occasions, there may be a special need to
   24050 encourage the widest possible use of a certain library, so that it becomes
   24051 a de-facto standard.  To achieve this, non-free programs must be
   24052 allowed to use the library.  A more frequent case is that a free
   24053 library does the same job as widely used non-free libraries.  In this
   24054 case, there is little to gain by limiting the free library to free
   24055 software only, so we use the Lesser General Public License.
   24056 
   24057   In other cases, permission to use a particular library in non-free
   24058 programs enables a greater number of people to use a large body of
   24059 free software.  For example, permission to use the GNU C Library in
   24060 non-free programs enables many more people to use the whole GNU
   24061 operating system, as well as its variant, the GNU/Linux operating
   24062 system.
   24063 
   24064   Although the Lesser General Public License is Less protective of the
   24065 users' freedom, it does ensure that the user of a program that is
   24066 linked with the Library has the freedom and the wherewithal to run
   24067 that program using a modified version of the Library.
   24068 
   24069   The precise terms and conditions for copying, distribution and
   24070 modification follow.  Pay close attention to the difference between a
   24071 "work based on the library" and a "work that uses the library".  The
   24072 former contains code derived from the library, whereas the latter must
   24073 be combined with the library in order to run.
   24074 
   24076 		  GNU LESSER GENERAL PUBLIC LICENSE
   24077    TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
   24078 
   24079   0. This License Agreement applies to any software library or other
   24080 program which contains a notice placed by the copyright holder or
   24081 other authorized party saying it may be distributed under the terms of
   24082 this Lesser General Public License (also called "this License").
   24083 Each licensee is addressed as "you".
   24084 
   24085   A "library" means a collection of software functions and/or data
   24086 prepared so as to be conveniently linked with application programs
   24087 (which use some of those functions and data) to form executables.
   24088 
   24089   The "Library", below, refers to any such software library or work
   24090 which has been distributed under these terms.  A "work based on the
   24091 Library" means either the Library or any derivative work under
   24092 copyright law: that is to say, a work containing the Library or a
   24093 portion of it, either verbatim or with modifications and/or translated
   24094 straightforwardly into another language.  (Hereinafter, translation is
   24095 included without limitation in the term "modification".)
   24096 
   24097   "Source code" for a work means the preferred form of the work for
   24098 making modifications to it.  For a library, complete source code means
   24099 all the source code for all modules it contains, plus any associated
   24100 interface definition files, plus the scripts used to control compilation
   24101 and installation of the library.
   24102 
   24103   Activities other than copying, distribution and modification are not
   24104 covered by this License; they are outside its scope.  The act of
   24105 running a program using the Library is not restricted, and output from
   24106 such a program is covered only if its contents constitute a work based
   24107 on the Library (independent of the use of the Library in a tool for
   24108 writing it).  Whether that is true depends on what the Library does
   24109 and what the program that uses the Library does.
   24110   
   24111   1. You may copy and distribute verbatim copies of the Library's
   24112 complete source code as you receive it, in any medium, provided that
   24113 you conspicuously and appropriately publish on each copy an
   24114 appropriate copyright notice and disclaimer of warranty; keep intact
   24115 all the notices that refer to this License and to the absence of any
   24116 warranty; and distribute a copy of this License along with the
   24117 Library.
   24118 
   24119   You may charge a fee for the physical act of transferring a copy,
   24120 and you may at your option offer warranty protection in exchange for a
   24121 fee.
   24122 
   24124   2. You may modify your copy or copies of the Library or any portion
   24125 of it, thus forming a work based on the Library, and copy and
   24126 distribute such modifications or work under the terms of Section 1
   24127 above, provided that you also meet all of these conditions:
   24128 
   24129     a) The modified work must itself be a software library.
   24130 
   24131     b) You must cause the files modified to carry prominent notices
   24132     stating that you changed the files and the date of any change.
   24133 
   24134     c) You must cause the whole of the work to be licensed at no
   24135     charge to all third parties under the terms of this License.
   24136 
   24137     d) If a facility in the modified Library refers to a function or a
   24138     table of data to be supplied by an application program that uses
   24139     the facility, other than as an argument passed when the facility
   24140     is invoked, then you must make a good faith effort to ensure that,
   24141     in the event an application does not supply such function or
   24142     table, the facility still operates, and performs whatever part of
   24143     its purpose remains meaningful.
   24144 
   24145     (For example, a function in a library to compute square roots has
   24146     a purpose that is entirely well-defined independent of the
   24147     application.  Therefore, Subsection 2d requires that any
   24148     application-supplied function or table used by this function must
   24149     be optional: if the application does not supply it, the square
   24150     root function must still compute square roots.)
   24151 
   24152 These requirements apply to the modified work as a whole.  If
   24153 identifiable sections of that work are not derived from the Library,
   24154 and can be reasonably considered independent and separate works in
   24155 themselves, then this License, and its terms, do not apply to those
   24156 sections when you distribute them as separate works.  But when you
   24157 distribute the same sections as part of a whole which is a work based
   24158 on the Library, the distribution of the whole must be on the terms of
   24159 this License, whose permissions for other licensees extend to the
   24160 entire whole, and thus to each and every part regardless of who wrote
   24161 it.
   24162 
   24163 Thus, it is not the intent of this section to claim rights or contest
   24164 your rights to work written entirely by you; rather, the intent is to
   24165 exercise the right to control the distribution of derivative or
   24166 collective works based on the Library.
   24167 
   24168 In addition, mere aggregation of another work not based on the Library
   24169 with the Library (or with a work based on the Library) on a volume of
   24170 a storage or distribution medium does not bring the other work under
   24171 the scope of this License.
   24172 
   24173   3. You may opt to apply the terms of the ordinary GNU General Public
   24174 License instead of this License to a given copy of the Library.  To do
   24175 this, you must alter all the notices that refer to this License, so
   24176 that they refer to the ordinary GNU General Public License, version 2,
   24177 instead of to this License.  (If a newer version than version 2 of the
   24178 ordinary GNU General Public License has appeared, then you can specify
   24179 that version instead if you wish.)  Do not make any other change in
   24180 these notices.
   24181 
   24183   Once this change is made in a given copy, it is irreversible for
   24184 that copy, so the ordinary GNU General Public License applies to all
   24185 subsequent copies and derivative works made from that copy.
   24186 
   24187   This option is useful when you wish to copy part of the code of
   24188 the Library into a program that is not a library.
   24189 
   24190   4. You may copy and distribute the Library (or a portion or
   24191 derivative of it, under Section 2) in object code or executable form
   24192 under the terms of Sections 1 and 2 above provided that you accompany
   24193 it with the complete corresponding machine-readable source code, which
   24194 must be distributed under the terms of Sections 1 and 2 above on a
   24195 medium customarily used for software interchange.
   24196 
   24197   If distribution of object code is made by offering access to copy
   24198 from a designated place, then offering equivalent access to copy the
   24199 source code from the same place satisfies the requirement to
   24200 distribute the source code, even though third parties are not
   24201 compelled to copy the source along with the object code.
   24202 
   24203   5. A program that contains no derivative of any portion of the
   24204 Library, but is designed to work with the Library by being compiled or
   24205 linked with it, is called a "work that uses the Library".  Such a
   24206 work, in isolation, is not a derivative work of the Library, and
   24207 therefore falls outside the scope of this License.
   24208 
   24209   However, linking a "work that uses the Library" with the Library
   24210 creates an executable that is a derivative of the Library (because it
   24211 contains portions of the Library), rather than a "work that uses the
   24212 library".  The executable is therefore covered by this License.
   24213 Section 6 states terms for distribution of such executables.
   24214 
   24215   When a "work that uses the Library" uses material from a header file
   24216 that is part of the Library, the object code for the work may be a
   24217 derivative work of the Library even though the source code is not.
   24218 Whether this is true is especially significant if the work can be
   24219 linked without the Library, or if the work is itself a library.  The
   24220 threshold for this to be true is not precisely defined by law.
   24221 
   24222   If such an object file uses only numerical parameters, data
   24223 structure layouts and accessors, and small macros and small inline
   24224 functions (ten lines or less in length), then the use of the object
   24225 file is unrestricted, regardless of whether it is legally a derivative
   24226 work.  (Executables containing this object code plus portions of the
   24227 Library will still fall under Section 6.)
   24228 
   24229   Otherwise, if the work is a derivative of the Library, you may
   24230 distribute the object code for the work under the terms of Section 6.
   24231 Any executables containing that work also fall under Section 6,
   24232 whether or not they are linked directly with the Library itself.
   24233 
   24235   6. As an exception to the Sections above, you may also combine or
   24236 link a "work that uses the Library" with the Library to produce a
   24237 work containing portions of the Library, and distribute that work
   24238 under terms of your choice, provided that the terms permit
   24239 modification of the work for the customer's own use and reverse
   24240 engineering for debugging such modifications.
   24241 
   24242   You must give prominent notice with each copy of the work that the
   24243 Library is used in it and that the Library and its use are covered by
   24244 this License.  You must supply a copy of this License.  If the work
   24245 during execution displays copyright notices, you must include the
   24246 copyright notice for the Library among them, as well as a reference
   24247 directing the user to the copy of this License.  Also, you must do one
   24248 of these things:
   24249 
   24250     a) Accompany the work with the complete corresponding
   24251     machine-readable source code for the Library including whatever
   24252     changes were used in the work (which must be distributed under
   24253     Sections 1 and 2 above); and, if the work is an executable linked
   24254     with the Library, with the complete machine-readable "work that
   24255     uses the Library", as object code and/or source code, so that the
   24256     user can modify the Library and then relink to produce a modified
   24257     executable containing the modified Library.  (It is understood
   24258     that the user who changes the contents of definitions files in the
   24259     Library will not necessarily be able to recompile the application
   24260     to use the modified definitions.)
   24261 
   24262     b) Use a suitable shared library mechanism for linking with the
   24263     Library.  A suitable mechanism is one that (1) uses at run time a
   24264     copy of the library already present on the user's computer system,
   24265     rather than copying library functions into the executable, and (2)
   24266     will operate properly with a modified version of the library, if
   24267     the user installs one, as long as the modified version is
   24268     interface-compatible with the version that the work was made with.
   24269 
   24270     c) Accompany the work with a written offer, valid for at
   24271     least three years, to give the same user the materials
   24272     specified in Subsection 6a, above, for a charge no more
   24273     than the cost of performing this distribution.
   24274 
   24275     d) If distribution of the work is made by offering access to copy
   24276     from a designated place, offer equivalent access to copy the above
   24277     specified materials from the same place.
   24278 
   24279     e) Verify that the user has already received a copy of these
   24280     materials or that you have already sent this user a copy.
   24281 
   24282   For an executable, the required form of the "work that uses the
   24283 Library" must include any data and utility programs needed for
   24284 reproducing the executable from it.  However, as a special exception,
   24285 the materials to be distributed need not include anything that is
   24286 normally distributed (in either source or binary form) with the major
   24287 components (compiler, kernel, and so on) of the operating system on
   24288 which the executable runs, unless that component itself accompanies
   24289 the executable.
   24290 
   24291   It may happen that this requirement contradicts the license
   24292 restrictions of other proprietary libraries that do not normally
   24293 accompany the operating system.  Such a contradiction means you cannot
   24294 use both them and the Library together in an executable that you
   24295 distribute.
   24296 
   24298   7. You may place library facilities that are a work based on the
   24299 Library side-by-side in a single library together with other library
   24300 facilities not covered by this License, and distribute such a combined
   24301 library, provided that the separate distribution of the work based on
   24302 the Library and of the other library facilities is otherwise
   24303 permitted, and provided that you do these two things:
   24304 
   24305     a) Accompany the combined library with a copy of the same work
   24306     based on the Library, uncombined with any other library
   24307     facilities.  This must be distributed under the terms of the
   24308     Sections above.
   24309 
   24310     b) Give prominent notice with the combined library of the fact
   24311     that part of it is a work based on the Library, and explaining
   24312     where to find the accompanying uncombined form of the same work.
   24313 
   24314   8. You may not copy, modify, sublicense, link with, or distribute
   24315 the Library except as expressly provided under this License.  Any
   24316 attempt otherwise to copy, modify, sublicense, link with, or
   24317 distribute the Library is void, and will automatically terminate your
   24318 rights under this License.  However, parties who have received copies,
   24319 or rights, from you under this License will not have their licenses
   24320 terminated so long as such parties remain in full compliance.
   24321 
   24322   9. You are not required to accept this License, since you have not
   24323 signed it.  However, nothing else grants you permission to modify or
   24324 distribute the Library or its derivative works.  These actions are
   24325 prohibited by law if you do not accept this License.  Therefore, by
   24326 modifying or distributing the Library (or any work based on the
   24327 Library), you indicate your acceptance of this License to do so, and
   24328 all its terms and conditions for copying, distributing or modifying
   24329 the Library or works based on it.
   24330 
   24331   10. Each time you redistribute the Library (or any work based on the
   24332 Library), the recipient automatically receives a license from the
   24333 original licensor to copy, distribute, link with or modify the Library
   24334 subject to these terms and conditions.  You may not impose any further
   24335 restrictions on the recipients' exercise of the rights granted herein.
   24336 You are not responsible for enforcing compliance by third parties with
   24337 this License.
   24338 
   24340   11. If, as a consequence of a court judgment or allegation of patent
   24341 infringement or for any other reason (not limited to patent issues),
   24342 conditions are imposed on you (whether by court order, agreement or
   24343 otherwise) that contradict the conditions of this License, they do not
   24344 excuse you from the conditions of this License.  If you cannot
   24345 distribute so as to satisfy simultaneously your obligations under this
   24346 License and any other pertinent obligations, then as a consequence you
   24347 may not distribute the Library at all.  For example, if a patent
   24348 license would not permit royalty-free redistribution of the Library by
   24349 all those who receive copies directly or indirectly through you, then
   24350 the only way you could satisfy both it and this License would be to
   24351 refrain entirely from distribution of the Library.
   24352 
   24353 If any portion of this section is held invalid or unenforceable under any
   24354 particular circumstance, the balance of the section is intended to apply,
   24355 and the section as a whole is intended to apply in other circumstances.
   24356 
   24357 It is not the purpose of this section to induce you to infringe any
   24358 patents or other property right claims or to contest validity of any
   24359 such claims; this section has the sole purpose of protecting the
   24360 integrity of the free software distribution system which is
   24361 implemented by public license practices.  Many people have made
   24362 generous contributions to the wide range of software distributed
   24363 through that system in reliance on consistent application of that
   24364 system; it is up to the author/donor to decide if he or she is willing
   24365 to distribute software through any other system and a licensee cannot
   24366 impose that choice.
   24367 
   24368 This section is intended to make thoroughly clear what is believed to
   24369 be a consequence of the rest of this License.
   24370 
   24371   12. If the distribution and/or use of the Library is restricted in
   24372 certain countries either by patents or by copyrighted interfaces, the
   24373 original copyright holder who places the Library under this License may add
   24374 an explicit geographical distribution limitation excluding those countries,
   24375 so that distribution is permitted only in or among countries not thus
   24376 excluded.  In such case, this License incorporates the limitation as if
   24377 written in the body of this License.
   24378 
   24379   13. The Free Software Foundation may publish revised and/or new
   24380 versions of the Lesser General Public License from time to time.
   24381 Such new versions will be similar in spirit to the present version,
   24382 but may differ in detail to address new problems or concerns.
   24383 
   24384 Each version is given a distinguishing version number.  If the Library
   24385 specifies a version number of this License which applies to it and
   24386 "any later version", you have the option of following the terms and
   24387 conditions either of that version or of any later version published by
   24388 the Free Software Foundation.  If the Library does not specify a
   24389 license version number, you may choose any version ever published by
   24390 the Free Software Foundation.
   24391 
   24393   14. If you wish to incorporate parts of the Library into other free
   24394 programs whose distribution conditions are incompatible with these,
   24395 write to the author to ask for permission.  For software which is
   24396 copyrighted by the Free Software Foundation, write to the Free
   24397 Software Foundation; we sometimes make exceptions for this.  Our
   24398 decision will be guided by the two goals of preserving the free status
   24399 of all derivatives of our free software and of promoting the sharing
   24400 and reuse of software generally.
   24401 
   24402 			    NO WARRANTY
   24403 
   24404   15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO
   24405 WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW.
   24406 EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR
   24407 OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY
   24408 KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE
   24409 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
   24410 PURPOSE.  THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE
   24411 LIBRARY IS WITH YOU.  SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME
   24412 THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
   24413 
   24414   16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN
   24415 WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY
   24416 AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU
   24417 FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR
   24418 CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE
   24419 LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING
   24420 RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A
   24421 FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF
   24422 SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
   24423 DAMAGES.
   24424 
   24425 		     END OF TERMS AND CONDITIONS
   24426 
   24428            How to Apply These Terms to Your New Libraries
   24429 
   24430   If you develop a new library, and you want it to be of the greatest
   24431 possible use to the public, we recommend making it free software that
   24432 everyone can redistribute and change.  You can do so by permitting
   24433 redistribution under these terms (or, alternatively, under the terms of the
   24434 ordinary General Public License).
   24435 
   24436   To apply these terms, attach the following notices to the library.  It is
   24437 safest to attach them to the start of each source file to most effectively
   24438 convey the exclusion of warranty; and each file should have at least the
   24439 "copyright" line and a pointer to where the full notice is found.
   24440 
   24441     <one line to give the library's name and a brief idea of what it does.>
   24442     Copyright (C)   
   24443 
   24444     This library is free software; you can redistribute it and/or
   24445     modify it under the terms of the GNU Lesser General Public
   24446     License as published by the Free Software Foundation; either
   24447     version 2.1 of the License, or (at your option) any later version.
   24448 
   24449     This library is distributed in the hope that it will be useful,
   24450     but WITHOUT ANY WARRANTY; without even the implied warranty of
   24451     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
   24452     Lesser General Public License for more details.
   24453 
   24454     You should have received a copy of the GNU Lesser General Public
   24455     License along with this library; if not, write to the Free Software
   24456     Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
   24457 
   24458 Also add information on how to contact you by electronic and paper mail.
   24459 
   24460 You should also get your employer (if you work as a programmer) or your
   24461 school, if any, to sign a "copyright disclaimer" for the library, if
   24462 necessary.  Here is a sample; alter the names:
   24463 
   24464   Yoyodyne, Inc., hereby disclaims all copyright interest in the
   24465   library `Frob' (a library for tweaking knobs) written by James Random Hacker.
   24466 
   24467   <signature of Ty Coon>, 1 April 1990
   24468   Ty Coon, President of Vice
   24469 
   24470 That's all there is to it!
   24471 
   24472 
   24473 
   24474 </pre>
   24475 <div class="license-packages">
   24476 Used by these packages: dev-libs/libnl-3.2.14 dev-libs/libp11-0.2.8-r1 media-libs/ladspa-sdk-1.13-r1 media-plugins/alsa-plugins-1.0.25-r1 net-dns/avahi-0.6.31-r1 dev-libs/libusb-1.0.9 net-wireless/bluez-5.4-r9 x11-libs/cairo-1.12.12 sys-apps/keyutils-1.1 dev-libs/nss-3.15.1-r3 sys-apps/acl-2.2.51 dev-util/shflags-1.0.3-r1 dev-libs/libgcrypt-1.4.6 dev-libs/libnl-1.1-r1 media-libs/alsa-lib-1.0.25-r1 dev-libs/libgpg-error-1.10-r1 net-libs/libmnl-1.0.3-r1 net-misc/modemmanager-next-0.5.999-r189 dev-libs/engine_pkcs11-0.1.8 sys-apps/attr-2.4.46 dev-libs/nspr-4.10 media-libs/libmtp-0.0.1-r17 net-misc/modemmanager-classic-interfaces-0.0.1 sys-apps/util-linux-2.21.2-r1 dev-libs/libdaemon-0.14-r1 app-accessibility/brltty-4.5-r6 media-libs/sbc-1.0 app-i18n/ibus-1.4.99.20120314-r5 app-arch/xz-utils-4.999.9_beta-r1
   24477 </div>
   24478 </div>
   24479 </div>
   24480 
   24481 <div class="product">
   24482 <a name="LGPL-3" class="title">Gentoo Package Stock License LGPL-3</a>
   24483 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   24484 <div class="licence">
   24485 <pre>
   24486 		   GNU LESSER GENERAL PUBLIC LICENSE
   24487                        Version 3, 29 June 2007
   24488 
   24489  Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
   24490  Everyone is permitted to copy and distribute verbatim copies
   24491  of this license document, but changing it is not allowed.
   24492 
   24493 
   24494   This version of the GNU Lesser General Public License incorporates
   24495 the terms and conditions of version 3 of the GNU General Public
   24496 License, supplemented by the additional permissions listed below.
   24497 
   24498   0. Additional Definitions. 
   24499 
   24500   As used herein, "this License" refers to version 3 of the GNU Lesser
   24501 General Public License, and the "GNU GPL" refers to version 3 of the GNU
   24502 General Public License.
   24503 
   24504   "The Library" refers to a covered work governed by this License,
   24505 other than an Application or a Combined Work as defined below.
   24506 
   24507   An "Application" is any work that makes use of an interface provided
   24508 by the Library, but which is not otherwise based on the Library.
   24509 Defining a subclass of a class defined by the Library is deemed a mode
   24510 of using an interface provided by the Library.
   24511 
   24512   A "Combined Work" is a work produced by combining or linking an
   24513 Application with the Library.  The particular version of the Library
   24514 with which the Combined Work was made is also called the "Linked
   24515 Version".
   24516 
   24517   The "Minimal Corresponding Source" for a Combined Work means the
   24518 Corresponding Source for the Combined Work, excluding any source code
   24519 for portions of the Combined Work that, considered in isolation, are
   24520 based on the Application, and not on the Linked Version.
   24521 
   24522   The "Corresponding Application Code" for a Combined Work means the
   24523 object code and/or source code for the Application, including any data
   24524 and utility programs needed for reproducing the Combined Work from the
   24525 Application, but excluding the System Libraries of the Combined Work.
   24526 
   24527   1. Exception to Section 3 of the GNU GPL.
   24528 
   24529   You may convey a covered work under sections 3 and 4 of this License
   24530 without being bound by section 3 of the GNU GPL.
   24531 
   24532   2. Conveying Modified Versions.
   24533 
   24534   If you modify a copy of the Library, and, in your modifications, a
   24535 facility refers to a function or data to be supplied by an Application
   24536 that uses the facility (other than as an argument passed when the
   24537 facility is invoked), then you may convey a copy of the modified
   24538 version:
   24539 
   24540    a) under this License, provided that you make a good faith effort to
   24541    ensure that, in the event an Application does not supply the
   24542    function or data, the facility still operates, and performs
   24543    whatever part of its purpose remains meaningful, or
   24544 
   24545    b) under the GNU GPL, with none of the additional permissions of
   24546    this License applicable to that copy.
   24547 
   24548   3. Object Code Incorporating Material from Library Header Files.
   24549 
   24550   The object code form of an Application may incorporate material from
   24551 a header file that is part of the Library.  You may convey such object
   24552 code under terms of your choice, provided that, if the incorporated
   24553 material is not limited to numerical parameters, data structure
   24554 layouts and accessors, or small macros, inline functions and templates
   24555 (ten or fewer lines in length), you do both of the following:
   24556 
   24557    a) Give prominent notice with each copy of the object code that the
   24558    Library is used in it and that the Library and its use are
   24559    covered by this License.
   24560 
   24561    b) Accompany the object code with a copy of the GNU GPL and this license
   24562    document.
   24563 
   24564   4. Combined Works.
   24565 
   24566   You may convey a Combined Work under terms of your choice that,
   24567 taken together, effectively do not restrict modification of the
   24568 portions of the Library contained in the Combined Work and reverse
   24569 engineering for debugging such modifications, if you also do each of
   24570 the following:
   24571 
   24572    a) Give prominent notice with each copy of the Combined Work that
   24573    the Library is used in it and that the Library and its use are
   24574    covered by this License.
   24575 
   24576    b) Accompany the Combined Work with a copy of the GNU GPL and this license
   24577    document.
   24578 
   24579    c) For a Combined Work that displays copyright notices during
   24580    execution, include the copyright notice for the Library among
   24581    these notices, as well as a reference directing the user to the
   24582    copies of the GNU GPL and this license document.
   24583 
   24584    d) Do one of the following:
   24585 
   24586        0) Convey the Minimal Corresponding Source under the terms of this
   24587        License, and the Corresponding Application Code in a form
   24588        suitable for, and under terms that permit, the user to
   24589        recombine or relink the Application with a modified version of
   24590        the Linked Version to produce a modified Combined Work, in the
   24591        manner specified by section 6 of the GNU GPL for conveying
   24592        Corresponding Source.
   24593 
   24594        1) Use a suitable shared library mechanism for linking with the
   24595        Library.  A suitable mechanism is one that (a) uses at run time
   24596        a copy of the Library already present on the user's computer
   24597        system, and (b) will operate properly with a modified version
   24598        of the Library that is interface-compatible with the Linked
   24599        Version. 
   24600 
   24601    e) Provide Installation Information, but only if you would otherwise
   24602    be required to provide such information under section 6 of the
   24603    GNU GPL, and only to the extent that such information is
   24604    necessary to install and execute a modified version of the
   24605    Combined Work produced by recombining or relinking the
   24606    Application with a modified version of the Linked Version. (If
   24607    you use option 4d0, the Installation Information must accompany
   24608    the Minimal Corresponding Source and Corresponding Application
   24609    Code. If you use option 4d1, you must provide the Installation
   24610    Information in the manner specified by section 6 of the GNU GPL
   24611    for conveying Corresponding Source.)
   24612 
   24613   5. Combined Libraries.
   24614 
   24615   You may place library facilities that are a work based on the
   24616 Library side by side in a single library together with other library
   24617 facilities that are not Applications and are not covered by this
   24618 License, and convey such a combined library under terms of your
   24619 choice, if you do both of the following:
   24620 
   24621    a) Accompany the combined library with a copy of the same work based
   24622    on the Library, uncombined with any other library facilities,
   24623    conveyed under the terms of this License.
   24624 
   24625    b) Give prominent notice with the combined library that part of it
   24626    is a work based on the Library, and explaining where to find the
   24627    accompanying uncombined form of the same work.
   24628 
   24629   6. Revised Versions of the GNU Lesser General Public License.
   24630 
   24631   The Free Software Foundation may publish revised and/or new versions
   24632 of the GNU Lesser General Public License from time to time. Such new
   24633 versions will be similar in spirit to the present version, but may
   24634 differ in detail to address new problems or concerns.
   24635 
   24636   Each version is given a distinguishing version number. If the
   24637 Library as you received it specifies that a certain numbered version
   24638 of the GNU Lesser General Public License "or any later version"
   24639 applies to it, you have the option of following the terms and
   24640 conditions either of that published version or of any later version
   24641 published by the Free Software Foundation. If the Library as you
   24642 received it does not specify a version number of the GNU Lesser
   24643 General Public License, you may choose any version of the GNU Lesser
   24644 General Public License ever published by the Free Software Foundation.
   24645 
   24646   If the Library as you received it specifies that a proxy can decide
   24647 whether future versions of the GNU Lesser General Public License shall
   24648 apply, that proxy's public statement of acceptance of any version is
   24649 permanent authorization for you to choose that version for the
   24650 Library.
   24651 
   24652 </pre>
   24653 <div class="license-packages">
   24654 Used by these packages: media-libs/mesa-9.1-r18 sys-devel/binutils-2.22-r18 sys-libs/gcc-libs-4.7.2-r4 app-admin/rsyslog-5.8.11 dev-libs/gmp-5.0.2_p1
   24655 </div>
   24656 </div>
   24657 </div>
   24658 
   24659 <div class="product">
   24660 <a name="MPL-2.0" class="title">Gentoo Package Stock License MPL-2.0</a>
   24661 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   24662 <div class="licence">
   24663 <pre>
   24664 Mozilla Public License Version 2.0
   24665 ==================================
   24666 
   24667 1. Definitions
   24668 --------------
   24669 
   24670 1.1. "Contributor"
   24671     means each individual or legal entity that creates, contributes to
   24672     the creation of, or owns Covered Software.
   24673 
   24674 1.2. "Contributor Version"
   24675     means the combination of the Contributions of others (if any) used
   24676     by a Contributor and that particular Contributor's Contribution.
   24677 
   24678 1.3. "Contribution"
   24679     means Covered Software of a particular Contributor.
   24680 
   24681 1.4. "Covered Software"
   24682     means Source Code Form to which the initial Contributor has attached
   24683     the notice in Exhibit A, the Executable Form of such Source Code
   24684     Form, and Modifications of such Source Code Form, in each case
   24685     including portions thereof.
   24686 
   24687 1.5. "Incompatible With Secondary Licenses"
   24688     means
   24689 
   24690     (a) that the initial Contributor has attached the notice described
   24691         in Exhibit B to the Covered Software; or
   24692 
   24693     (b) that the Covered Software was made available under the terms of
   24694         version 1.1 or earlier of the License, but not also under the
   24695         terms of a Secondary License.
   24696 
   24697 1.6. "Executable Form"
   24698     means any form of the work other than Source Code Form.
   24699 
   24700 1.7. "Larger Work"
   24701     means a work that combines Covered Software with other material, in 
   24702     a separate file or files, that is not Covered Software.
   24703 
   24704 1.8. "License"
   24705     means this document.
   24706 
   24707 1.9. "Licensable"
   24708     means having the right to grant, to the maximum extent possible,
   24709     whether at the time of the initial grant or subsequently, any and
   24710     all of the rights conveyed by this License.
   24711 
   24712 1.10. "Modifications"
   24713     means any of the following:
   24714 
   24715     (a) any file in Source Code Form that results from an addition to,
   24716         deletion from, or modification of the contents of Covered
   24717         Software; or
   24718 
   24719     (b) any new file in Source Code Form that contains any Covered
   24720         Software.
   24721 
   24722 1.11. "Patent Claims" of a Contributor
   24723     means any patent claim(s), including without limitation, method,
   24724     process, and apparatus claims, in any patent Licensable by such
   24725     Contributor that would be infringed, but for the grant of the
   24726     License, by the making, using, selling, offering for sale, having
   24727     made, import, or transfer of either its Contributions or its
   24728     Contributor Version.
   24729 
   24730 1.12. "Secondary License"
   24731     means either the GNU General Public License, Version 2.0, the GNU
   24732     Lesser General Public License, Version 2.1, the GNU Affero General
   24733     Public License, Version 3.0, or any later versions of those
   24734     licenses.
   24735 
   24736 1.13. "Source Code Form"
   24737     means the form of the work preferred for making modifications.
   24738 
   24739 1.14. "You" (or "Your")
   24740     means an individual or a legal entity exercising rights under this
   24741     License. For legal entities, "You" includes any entity that
   24742     controls, is controlled by, or is under common control with You. For
   24743     purposes of this definition, "control" means (a) the power, direct
   24744     or indirect, to cause the direction or management of such entity,
   24745     whether by contract or otherwise, or (b) ownership of more than
   24746     fifty percent (50%) of the outstanding shares or beneficial
   24747     ownership of such entity.
   24748 
   24749 2. License Grants and Conditions
   24750 --------------------------------
   24751 
   24752 2.1. Grants
   24753 
   24754 Each Contributor hereby grants You a world-wide, royalty-free,
   24755 non-exclusive license:
   24756 
   24757 (a) under intellectual property rights (other than patent or trademark)
   24758     Licensable by such Contributor to use, reproduce, make available,
   24759     modify, display, perform, distribute, and otherwise exploit its
   24760     Contributions, either on an unmodified basis, with Modifications, or
   24761     as part of a Larger Work; and
   24762 
   24763 (b) under Patent Claims of such Contributor to make, use, sell, offer
   24764     for sale, have made, import, and otherwise transfer either its
   24765     Contributions or its Contributor Version.
   24766 
   24767 2.2. Effective Date
   24768 
   24769 The licenses granted in Section 2.1 with respect to any Contribution
   24770 become effective for each Contribution on the date the Contributor first
   24771 distributes such Contribution.
   24772 
   24773 2.3. Limitations on Grant Scope
   24774 
   24775 The licenses granted in this Section 2 are the only rights granted under
   24776 this License. No additional rights or licenses will be implied from the
   24777 distribution or licensing of Covered Software under this License.
   24778 Notwithstanding Section 2.1(b) above, no patent license is granted by a
   24779 Contributor:
   24780 
   24781 (a) for any code that a Contributor has removed from Covered Software;
   24782     or
   24783 
   24784 (b) for infringements caused by: (i) Your and any other third party's
   24785     modifications of Covered Software, or (ii) the combination of its
   24786     Contributions with other software (except as part of its Contributor
   24787     Version); or
   24788 
   24789 (c) under Patent Claims infringed by Covered Software in the absence of
   24790     its Contributions.
   24791 
   24792 This License does not grant any rights in the trademarks, service marks,
   24793 or logos of any Contributor (except as may be necessary to comply with
   24794 the notice requirements in Section 3.4).
   24795 
   24796 2.4. Subsequent Licenses
   24797 
   24798 No Contributor makes additional grants as a result of Your choice to
   24799 distribute the Covered Software under a subsequent version of this
   24800 License (see Section 10.2) or under the terms of a Secondary License (if
   24801 permitted under the terms of Section 3.3).
   24802 
   24803 2.5. Representation
   24804 
   24805 Each Contributor represents that the Contributor believes its
   24806 Contributions are its original creation(s) or it has sufficient rights
   24807 to grant the rights to its Contributions conveyed by this License.
   24808 
   24809 2.6. Fair Use
   24810 
   24811 This License is not intended to limit any rights You have under
   24812 applicable copyright doctrines of fair use, fair dealing, or other
   24813 equivalents.
   24814 
   24815 2.7. Conditions
   24816 
   24817 Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted
   24818 in Section 2.1.
   24819 
   24820 3. Responsibilities
   24821 -------------------
   24822 
   24823 3.1. Distribution of Source Form
   24824 
   24825 All distribution of Covered Software in Source Code Form, including any
   24826 Modifications that You create or to which You contribute, must be under
   24827 the terms of this License. You must inform recipients that the Source
   24828 Code Form of the Covered Software is governed by the terms of this
   24829 License, and how they can obtain a copy of this License. You may not
   24830 attempt to alter or restrict the recipients' rights in the Source Code
   24831 Form.
   24832 
   24833 3.2. Distribution of Executable Form
   24834 
   24835 If You distribute Covered Software in Executable Form then:
   24836 
   24837 (a) such Covered Software must also be made available in Source Code
   24838     Form, as described in Section 3.1, and You must inform recipients of
   24839     the Executable Form how they can obtain a copy of such Source Code
   24840     Form by reasonable means in a timely manner, at a charge no more
   24841     than the cost of distribution to the recipient; and
   24842 
   24843 (b) You may distribute such Executable Form under the terms of this
   24844     License, or sublicense it under different terms, provided that the
   24845     license for the Executable Form does not attempt to limit or alter
   24846     the recipients' rights in the Source Code Form under this License.
   24847 
   24848 3.3. Distribution of a Larger Work
   24849 
   24850 You may create and distribute a Larger Work under terms of Your choice,
   24851 provided that You also comply with the requirements of this License for
   24852 the Covered Software. If the Larger Work is a combination of Covered
   24853 Software with a work governed by one or more Secondary Licenses, and the
   24854 Covered Software is not Incompatible With Secondary Licenses, this
   24855 License permits You to additionally distribute such Covered Software
   24856 under the terms of such Secondary License(s), so that the recipient of
   24857 the Larger Work may, at their option, further distribute the Covered
   24858 Software under the terms of either this License or such Secondary
   24859 License(s).
   24860 
   24861 3.4. Notices
   24862 
   24863 You may not remove or alter the substance of any license notices
   24864 (including copyright notices, patent notices, disclaimers of warranty,
   24865 or limitations of liability) contained within the Source Code Form of
   24866 the Covered Software, except that You may alter any license notices to
   24867 the extent required to remedy known factual inaccuracies.
   24868 
   24869 3.5. Application of Additional Terms
   24870 
   24871 You may choose to offer, and to charge a fee for, warranty, support,
   24872 indemnity or liability obligations to one or more recipients of Covered
   24873 Software. However, You may do so only on Your own behalf, and not on
   24874 behalf of any Contributor. You must make it absolutely clear that any
   24875 such warranty, support, indemnity, or liability obligation is offered by
   24876 You alone, and You hereby agree to indemnify every Contributor for any
   24877 liability incurred by such Contributor as a result of warranty, support,
   24878 indemnity or liability terms You offer. You may include additional
   24879 disclaimers of warranty and limitations of liability specific to any
   24880 jurisdiction.
   24881 
   24882 4. Inability to Comply Due to Statute or Regulation
   24883 ---------------------------------------------------
   24884 
   24885 If it is impossible for You to comply with any of the terms of this
   24886 License with respect to some or all of the Covered Software due to
   24887 statute, judicial order, or regulation then You must: (a) comply with
   24888 the terms of this License to the maximum extent possible; and (b)
   24889 describe the limitations and the code they affect. Such description must
   24890 be placed in a text file included with all distributions of the Covered
   24891 Software under this License. Except to the extent prohibited by statute
   24892 or regulation, such description must be sufficiently detailed for a
   24893 recipient of ordinary skill to be able to understand it.
   24894 
   24895 5. Termination
   24896 --------------
   24897 
   24898 5.1. The rights granted under this License will terminate automatically
   24899 if You fail to comply with any of its terms. However, if You become
   24900 compliant, then the rights granted under this License from a particular
   24901 Contributor are reinstated (a) provisionally, unless and until such
   24902 Contributor explicitly and finally terminates Your grants, and (b) on an
   24903 ongoing basis, if such Contributor fails to notify You of the
   24904 non-compliance by some reasonable means prior to 60 days after You have
   24905 come back into compliance. Moreover, Your grants from a particular
   24906 Contributor are reinstated on an ongoing basis if such Contributor
   24907 notifies You of the non-compliance by some reasonable means, this is the
   24908 first time You have received notice of non-compliance with this License
   24909 from such Contributor, and You become compliant prior to 30 days after
   24910 Your receipt of the notice.
   24911 
   24912 5.2. If You initiate litigation against any entity by asserting a patent
   24913 infringement claim (excluding declaratory judgment actions,
   24914 counter-claims, and cross-claims) alleging that a Contributor Version
   24915 directly or indirectly infringes any patent, then the rights granted to
   24916 You by any and all Contributors for the Covered Software under Section
   24917 2.1 of this License shall terminate.
   24918 
   24919 5.3. In the event of termination under Sections 5.1 or 5.2 above, all
   24920 end user license agreements (excluding distributors and resellers) which
   24921 have been validly granted by You or Your distributors under this License
   24922 prior to termination shall survive termination.
   24923 
   24924 ************************************************************************
   24925 *                                                                      *
   24926 *  6. Disclaimer of Warranty                                           *
   24927 *  -------------------------                                           *
   24928 *                                                                      *
   24929 *  Covered Software is provided under this License on an "as is"       *
   24930 *  basis, without warranty of any kind, either expressed, implied, or  *
   24931 *  statutory, including, without limitation, warranties that the       *
   24932 *  Covered Software is free of defects, merchantable, fit for a        *
   24933 *  particular purpose or non-infringing. The entire risk as to the     *
   24934 *  quality and performance of the Covered Software is with You.        *
   24935 *  Should any Covered Software prove defective in any respect, You     *
   24936 *  (not any Contributor) assume the cost of any necessary servicing,   *
   24937 *  repair, or correction. This disclaimer of warranty constitutes an   *
   24938 *  essential part of this License. No use of any Covered Software is   *
   24939 *  authorized under this License except under this disclaimer.         *
   24940 *                                                                      *
   24941 ************************************************************************
   24942 
   24943 ************************************************************************
   24944 *                                                                      *
   24945 *  7. Limitation of Liability                                          *
   24946 *  --------------------------                                          *
   24947 *                                                                      *
   24948 *  Under no circumstances and under no legal theory, whether tort      *
   24949 *  (including negligence), contract, or otherwise, shall any           *
   24950 *  Contributor, or anyone who distributes Covered Software as          *
   24951 *  permitted above, be liable to You for any direct, indirect,         *
   24952 *  special, incidental, or consequential damages of any character      *
   24953 *  including, without limitation, damages for lost profits, loss of    *
   24954 *  goodwill, work stoppage, computer failure or malfunction, or any    *
   24955 *  and all other commercial damages or losses, even if such party      *
   24956 *  shall have been informed of the possibility of such damages. This   *
   24957 *  limitation of liability shall not apply to liability for death or   *
   24958 *  personal injury resulting from such party's negligence to the       *
   24959 *  extent applicable law prohibits such limitation. Some               *
   24960 *  jurisdictions do not allow the exclusion or limitation of           *
   24961 *  incidental or consequential damages, so this exclusion and          *
   24962 *  limitation may not apply to You.                                    *
   24963 *                                                                      *
   24964 ************************************************************************
   24965 
   24966 8. Litigation
   24967 -------------
   24968 
   24969 Any litigation relating to this License may be brought only in the
   24970 courts of a jurisdiction where the defendant maintains its principal
   24971 place of business and such litigation shall be governed by laws of that
   24972 jurisdiction, without reference to its conflict-of-law provisions.
   24973 Nothing in this Section shall prevent a party's ability to bring
   24974 cross-claims or counter-claims.
   24975 
   24976 9. Miscellaneous
   24977 ----------------
   24978 
   24979 This License represents the complete agreement concerning the subject
   24980 matter hereof. If any provision of this License is held to be
   24981 unenforceable, such provision shall be reformed only to the extent
   24982 necessary to make it enforceable. Any law or regulation which provides
   24983 that the language of a contract shall be construed against the drafter
   24984 shall not be used to construe this License against a Contributor.
   24985 
   24986 10. Versions of the License
   24987 ---------------------------
   24988 
   24989 10.1. New Versions
   24990 
   24991 Mozilla Foundation is the license steward. Except as provided in Section
   24992 10.3, no one other than the license steward has the right to modify or
   24993 publish new versions of this License. Each version will be given a
   24994 distinguishing version number.
   24995 
   24996 10.2. Effect of New Versions
   24997 
   24998 You may distribute the Covered Software under the terms of the version
   24999 of the License under which You originally received the Covered Software,
   25000 or under the terms of any subsequent version published by the license
   25001 steward.
   25002 
   25003 10.3. Modified Versions
   25004 
   25005 If you create software not governed by this License, and you want to
   25006 create a new license for such software, you may create and use a
   25007 modified version of this License if you rename the license and remove
   25008 any references to the name of the license steward (except to note that
   25009 such modified license differs from this License).
   25010 
   25011 10.4. Distributing Source Code Form that is Incompatible With Secondary
   25012 Licenses
   25013 
   25014 If You choose to distribute Source Code Form that is Incompatible With
   25015 Secondary Licenses under the terms of this version of the License, the
   25016 notice described in Exhibit B of this License must be attached.
   25017 
   25018 Exhibit A - Source Code Form License Notice
   25019 -------------------------------------------
   25020 
   25021   This Source Code Form is subject to the terms of the Mozilla Public
   25022   License, v. 2.0. If a copy of the MPL was not distributed with this
   25023   file, You can obtain one at http://mozilla.org/MPL/2.0/.
   25024 
   25025 If it is not possible or desirable to put the notice in a particular
   25026 file, then You may include the notice in a location (such as a LICENSE
   25027 file in a relevant directory) where a recipient would be likely to look
   25028 for such a notice.
   25029 
   25030 You may add additional accurate notices of copyright ownership.
   25031 
   25032 Exhibit B - "Incompatible With Secondary Licenses" Notice
   25033 ---------------------------------------------------------
   25034 
   25035   This Source Code Form is "Incompatible With Secondary Licenses", as
   25036   defined by the Mozilla Public License, v. 2.0.
   25037 
   25038 
   25039 </pre>
   25040 <div class="license-packages">
   25041 Used by these packages: dev-libs/nss-3.15.1-r3 dev-libs/nspr-4.10
   25042 </div>
   25043 </div>
   25044 </div>
   25045 
   25046 <div class="product">
   25047 <a name="OFL-1.1" class="title">Gentoo Package Stock License OFL-1.1</a>
   25048 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   25049 <div class="licence">
   25050 <pre>
   25051 SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
   25052 -----
   25053 
   25054 PREAMBLE
   25055 
   25056 The goals of the Open Font License (OFL) are to stimulate worldwide
   25057 development of collaborative font projects, to support the font creation
   25058 efforts of academic and linguistic communities, and to provide a free
   25059 and open framework in which fonts may be shared and improved in
   25060 partnership with others.
   25061 
   25062 The OFL allows the licensed fonts to be used, studied, modified and
   25063 redistributed freely as long as they are not sold by themselves.  The
   25064 fonts, including any derivative works, can be bundled, embedded,
   25065 redistributed and/or sold with any software provided that any reserved
   25066 names are not used by derivative works.  The fonts and derivatives,
   25067 however, cannot be released under any other type of license.  The
   25068 requirement for fonts to remain under this license does not apply to
   25069 any document created using the fonts or their derivatives.
   25070 
   25071 DEFINITIONS
   25072 
   25073 "Font Software" refers to the set of files released by the Copyright
   25074 Holder(s) under this license and clearly marked as such.  This may
   25075 include source files, build scripts and documentation.
   25076 
   25077 "Reserved Font Name" refers to any names specified as such after the
   25078 copyright statement(s).
   25079 
   25080 "Original Version" refers to the collection of Font Software components
   25081 as distributed by the Copyright Holder(s).
   25082 
   25083 "Modified Version" refers to any derivative made by adding to, deleting,
   25084 or substituting -- in part or in whole -- any of the components of the
   25085 Original Version, by changing formats or by porting the Font Software
   25086 to a new environment.
   25087 
   25088 "Author" refers to any designer, engineer, programmer, technical writer
   25089 or other person who contributed to the Font Software.
   25090 
   25091 PERMISSION & CONDITIONS
   25092 
   25093 Permission is hereby granted, free of charge, to any person obtaining a
   25094 copy of the Font Software, to use, study, copy, merge, embed, modify,
   25095 redistribute, and sell modified and unmodified copies of the Font
   25096 Software, subject to the following conditions:
   25097 
   25098 1) Neither the Font Software nor any of its individual components, in
   25099 Original or Modified Versions, may be sold by itself.
   25100 
   25101 2) Original or Modified Versions of the Font Software may be bundled,
   25102 redistributed and/or sold with any software, provided that each copy
   25103 contains the above copyright notice and this license.  These can be
   25104 included either as stand-alone text files, human-readable headers or in
   25105 the appropriate machine-readable metadata fields within text or binary
   25106 files as long as those fields can be easily viewed by the user.
   25107 
   25108 3) No Modified Version of the Font Software may use the Reserved Font
   25109 Name(s) unless explicit written permission is granted by the
   25110 corresponding Copyright Holder.  This restriction only applies to the
   25111 primary font name as presented to the users.
   25112 
   25113 4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
   25114 Software shall not be used to promote, endorse or advertise any
   25115 Modified Version, except to acknowledge the contribution(s) of the
   25116 Copyright Holder(s) and the Author(s) or with their explicit written
   25117 permission.
   25118 
   25119 5) The Font Software, modified or unmodified, in part or in whole,
   25120 must be distributed entirely under this license, and must not be
   25121 distributed under any other license.  The requirement for fonts to
   25122 remain under this license does not apply to any document created
   25123 using the Font Software.
   25124 
   25125 TERMINATION
   25126 
   25127 This license becomes null and void if any of the above conditions are
   25128 not met.
   25129 
   25130 DISCLAIMER THE FONT SOFTWARE IS PROVIDED "AS IS",
   25131 WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
   25132 INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
   25133 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
   25134 NONINFRINGEMENT OF COPYRIGHT, PATENT, TRADEMARK, OR
   25135 OTHER RIGHT.  IN NO EVENT SHALL THE COPYRIGHT HOLDER BE
   25136 LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
   25137 INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR
   25138 CONSEQUENTIAL DAMAGES, WHETHER IN AN ACTION OF
   25139 CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF THE
   25140 USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
   25141 OTHER DEALINGS IN THE FONT SOFTWARE.
   25142 
   25143 </pre>
   25144 <div class="license-packages">
   25145 Used by these packages: media-fonts/ml-anjalioldlipi-0.740 media-fonts/ko-nanumfonts-3.10.0 media-fonts/my-padauk-2.50 media-fonts/crosextrafonts-carlito-20130920 media-fonts/tibt-jomolhari-0.0.3c media-fonts/lohitfonts-cros-2.5.0-r1
   25146 </div>
   25147 </div>
   25148 </div>
   25149 
   25150 <div class="product">
   25151 <a name="PSF-2" class="title">Gentoo Package Stock License PSF-2</a>
   25152 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   25153 <div class="licence">
   25154 <pre>
   25155 PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2
   25156 --------------------------------------------
   25157 
   25158 1. This LICENSE AGREEMENT is between the Python Software Foundation
   25159 ("PSF"), and the Individual or Organization ("Licensee") accessing and
   25160 otherwise using this software ("Python") in source or binary form and
   25161 its associated documentation.
   25162 
   25163 2. Subject to the terms and conditions of this License Agreement, PSF hereby
   25164 grants Licensee a nonexclusive, royalty-free, world-wide license to reproduce,
   25165 analyze, test, perform and/or display publicly, prepare derivative works,
   25166 distribute, and otherwise use Python alone or in any derivative version,
   25167 provided, however, that PSF's License Agreement and PSF's notice of copyright,
   25168 i.e., "Copyright (c) <YEARS> Python Software Foundation; All Rights Reserved"
   25169 are retained in Python alone or in any derivative version prepared by Licensee.
   25170 
   25171 3. In the event Licensee prepares a derivative work that is based on
   25172 or incorporates Python or any part thereof, and wants to make
   25173 the derivative work available to others as provided herein, then
   25174 Licensee hereby agrees to include in any such work a brief summary of
   25175 the changes made to Python.
   25176 
   25177 4. PSF is making Python available to Licensee on an "AS IS"
   25178 basis.  PSF MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
   25179 IMPLIED.  BY WAY OF EXAMPLE, BUT NOT LIMITATION, PSF MAKES NO AND
   25180 DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
   25181 FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON WILL NOT
   25182 INFRINGE ANY THIRD PARTY RIGHTS.
   25183 
   25184 5. PSF SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON
   25185 FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS
   25186 A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON,
   25187 OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
   25188 
   25189 6. This License Agreement will automatically terminate upon a material
   25190 breach of its terms and conditions.
   25191 
   25192 7. Nothing in this License Agreement shall be deemed to create any
   25193 relationship of agency, partnership, or joint venture between PSF and
   25194 Licensee.  This License Agreement does not grant permission to use PSF
   25195 trademarks or trade name in a trademark sense to endorse or promote
   25196 products or services of Licensee, or any third party.
   25197 
   25198 8. By copying, installing or otherwise using Python, Licensee
   25199 agrees to be bound by the terms and conditions of this License
   25200 Agreement.
   25201 
   25202 </pre>
   25203 <div class="license-packages">
   25204 Used by these packages: dev-python/setuptools-0.6.14 dev-lang/python-2.7.3-r5
   25205 </div>
   25206 </div>
   25207 </div>
   25208 
   25209 <div class="product">
   25210 <a name="public-domain" class="title">Gentoo Package Stock License public-domain</a>
   25211 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   25212 <div class="licence">
   25213 <pre>
   25214 Software is in the public domain.
   25215 
   25216 </pre>
   25217 <div class="license-packages">
   25218 Used by these packages: sys-apps/util-linux-2.21.2-r1 sys-libs/timezone-data-2013g app-arch/xz-utils-4.999.9_beta-r1
   25219 </div>
   25220 </div>
   25221 </div>
   25222 
   25223 <div class="product">
   25224 <a name="SGI-B-2.0" class="title">Gentoo Package Stock License SGI-B-2.0</a>
   25225 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   25226 <div class="licence">
   25227 <pre>
   25228 SGI FREE SOFTWARE LICENSE B (Version 2.0, Sept. 18, 2008)
   25229 
   25230 Copyright (C) [dates of first publication] Silicon Graphics, Inc. All Rights
   25231 Reserved.
   25232 
   25233 Permission is hereby granted, free of charge, to any person obtaining a copy of
   25234 this software and associated documentation files (the "Software"), to deal in
   25235 the Software without restriction, including without limitation the rights to
   25236 use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
   25237 of the Software, and to permit persons to whom the Software is furnished to do
   25238 so, subject to the following conditions:
   25239 
   25240 The above copyright notice including the dates of first publication and either
   25241 this permission notice or a reference to http://oss.sgi.com/projects/FreeB/
   25242 shall be included in all copies or substantial portions of the Software.
   25243 
   25244 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   25245 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   25246 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL SILICON
   25247 GRAPHICS, INC. BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
   25248 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
   25249 WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
   25250 
   25251 Except as contained in this notice, the name of Silicon Graphics, Inc. shall
   25252 not be used in advertising or otherwise to promote the sale, use or other
   25253 dealings in this Software without prior written authorization from Silicon
   25254 Graphics, Inc.
   25255 
   25256 </pre>
   25257 <div class="license-packages">
   25258 Used by these packages: media-libs/glu-9.0.0 media-libs/mesa-9.1-r18 x11-proto/glproto-1.4.14-r1
   25259 </div>
   25260 </div>
   25261 </div>
   25262 
   25263 
   25264 <!-- Note that some packages included above are used during build, but not
   25265 shipped with ChromeOS proper /merlin -->
   25266 </body>
   25267 </html>
   25268