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 pre {
     51   white-space: pre-wrap
     52 }
     53 .licence h3 {
     54   margin-top:0px;
     55 }
     56 .license-packages {
     57   font-size:80%;
     58 }
     59 .dialog #print-link {
     60   display: none;
     61 }
     62 .dialog .homepage {
     63   display: none;
     64 }
     65 </style>
     66 <script>
     67 //<![CDATA[
     68 function toggle(o) {
     69   var licence = o.nextSibling;
     70 
     71   while (licence.className != 'licence') {
     72     if (!licence) return false;
     73     licence = licence.nextSibling;
     74   }
     75   return toggleblock(licence, o);
     76 }
     77 
     78 function toggleblock(licence, o) {
     79   if (licence.style && licence.style.display == 'block') {
     80     licence.style.display = 'none';
     81     o.innerHTML = 'show license text';
     82   } else {
     83     licence.style.display = 'block';
     84     o.innerHTML = 'hide license text';
     85   }
     86   return false;
     87 }
     88 
     89 function toggleall() {
     90   var a = window.document.getElementsByClassName('licence');
     91   for (var i = 0; i < a.length; i++) {
     92     toggleblock(a[i], a[i].previousSibling.previousSibling.previousSibling.previousSibling);
     93   }
     94   return false;
     95 }
     96 //]]>
     97 </script>
     98 </head>
     99 <body>
    100 <span class="page-title" style="float:left;">Credits</span>
    101 <span style="float:right">
    102 <a href="javascript:toggleall()">Toggle All</a>
    103 <a id="print-link" href="javascript:window.print();">Print</a>
    104 </span>
    105 <div style="clear:both; overflow:auto;">
    106 <h2>List of Packages used in Google Chrome OS:</h2>
    107 <!-- Chromium <3s the following projects -->
    108 <div class="product">
    109 <span class="title">acl-2.2.51</span>
    110 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
    111 <span class="homepage"><a href="http://savannah.nongnu.org/projects/acl">homepage</a></span>
    112 <div class="licence">
    113 <pre></pre>
    114 <ul>
    115 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li>
    116 </ul>
    117 </div>
    118 </div>
    119 
    120 
    121 <div class="product">
    122 <span class="title">adhd-0.0.1</span>
    123 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
    124 <span class="homepage"><a href="http://www.chromium.org">homepage</a></span>
    125 <div class="licence">
    126 <pre></pre>
    127 <ul>
    128 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li>
    129 </ul>
    130 </div>
    131 </div>
    132 
    133 
    134 <div class="product">
    135 <span class="title">alsa-lib-1.0.27.2</span>
    136 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
    137 <span class="homepage"><a href="http://www.alsa-project.org/">homepage</a></span>
    138 <div class="licence">
    139 <pre></pre>
    140 <ul>
    141 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li>
    142 </ul>
    143 </div>
    144 </div>
    145 
    146 
    147 <div class="product">
    148 <span class="title">alsa-plugins-1.0.25</span>
    149 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
    150 <span class="homepage"><a href="http://www.alsa-project.org/">homepage</a></span>
    151 <div class="licence">
    152 <pre></pre>
    153 <ul>
    154 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li>
    155 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
    156 </ul>
    157 </div>
    158 </div>
    159 
    160 
    161 <div class="product">
    162 <span class="title">alsa-utils-1.0.27.1</span>
    163 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
    164 <span class="homepage"><a href="http://www.alsa-project.org/">homepage</a></span>
    165 <div class="licence">
    166 <pre></pre>
    167 <ul>
    168 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
    169 </ul>
    170 </div>
    171 </div>
    172 
    173 
    174 <div class="product">
    175 <span class="title">ascender_to_license-20130111</span>
    176 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
    177 <span class="homepage"><a href="http://www.monotypeimaging.com">homepage</a></span>
    178 <div class="licence">
    179 <pre></pre>
    180 <ul>
    181 <li><a href='#Google-TOS'>Gentoo Package Stock License Google-TOS</a></li>
    182 </ul>
    183 </div>
    184 </div>
    185 
    186 
    187 <div class="product">
    188 <span class="title">ath3k-0.0.1</span>
    189 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
    190 <span class="homepage"><a href="http://www.atheros.com/">homepage</a></span>
    191 <div class="licence">
    192 <pre></pre>
    193 <ul>
    194 <li><a href='#Atheros'>Custom License Atheros</a></li>
    195 </ul>
    196 </div>
    197 </div>
    198 
    199 
    200 <div class="product">
    201 <span class="title">ath6k-34</span>
    202 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
    203 <span class="homepage"><a href="http://www.atheros.com/">homepage</a></span>
    204 <div class="licence">
    205 <pre></pre>
    206 <ul>
    207 <li><a href='#Atheros'>Custom License Atheros</a></li>
    208 </ul>
    209 </div>
    210 </div>
    211 
    212 
    213 <div class="product">
    214 <span class="title">atk-1.32.0</span>
    215 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
    216 <span class="homepage"><a href="http://projects.gnome.org/accessibility/">homepage</a></span>
    217 <div class="licence">
    218 <pre></pre>
    219 <ul>
    220 <li><a href='#LGPL-2'>Gentoo Package Stock License LGPL-2</a></li>
    221 </ul>
    222 </div>
    223 </div>
    224 
    225 
    226 <div class="product">
    227 <span class="title">attr-2.4.46</span>
    228 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
    229 <span class="homepage"><a href="http://savannah.nongnu.org/projects/attr">homepage</a></span>
    230 <div class="licence">
    231 <pre></pre>
    232 <ul>
    233 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li>
    234 </ul>
    235 </div>
    236 </div>
    237 
    238 
    239 <div class="product">
    240 <span class="title">audioconfig-0.0.1</span>
    241 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
    242 <span class="homepage"><a href="http://src.chromium.org">homepage</a></span>
    243 <div class="licence">
    244 <pre></pre>
    245 <ul>
    246 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li>
    247 </ul>
    248 </div>
    249 </div>
    250 
    251 
    252 <div class="product">
    253 <span class="title">audiotest-0.0.1</span>
    254 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
    255 <span class="homepage"><a href="http://src.chromium.org">homepage</a></span>
    256 <div class="licence">
    257 <pre></pre>
    258 <ul>
    259 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li>
    260 </ul>
    261 </div>
    262 </div>
    263 
    264 
    265 <div class="product">
    266 <span class="title">autoconf-2.13</span>
    267 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
    268 <span class="homepage"><a href="http://www.gnu.org/software/autoconf/autoconf.html">homepage</a></span>
    269 <div class="licence">
    270 <pre></pre>
    271 <ul>
    272 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
    273 </ul>
    274 </div>
    275 </div>
    276 
    277 
    278 <div class="product">
    279 <span class="title">autoconf-2.69</span>
    280 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
    281 <span class="homepage"><a href="http://www.gnu.org/software/autoconf/autoconf.html">homepage</a></span>
    282 <div class="licence">
    283 <pre></pre>
    284 <ul>
    285 <li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li>
    286 </ul>
    287 </div>
    288 </div>
    289 
    290 
    291 <div class="product">
    292 <span class="title">autoconf-wrapper-13</span>
    293 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
    294 <span class="homepage"><a href="http://www.gentoo.org/">homepage</a></span>
    295 <div class="licence">
    296 <pre></pre>
    297 <ul>
    298 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
    299 </ul>
    300 </div>
    301 </div>
    302 
    303 
    304 <div class="product">
    305 <span class="title">automake-1.11.6</span>
    306 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
    307 <span class="homepage"><a href="http://www.gnu.org/software/automake/">homepage</a></span>
    308 <div class="licence">
    309 <pre></pre>
    310 <ul>
    311 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
    312 </ul>
    313 </div>
    314 </div>
    315 
    316 
    317 <div class="product">
    318 <span class="title">automake-wrapper-9</span>
    319 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
    320 <span class="homepage"><a href="http://www.gentoo.org/">homepage</a></span>
    321 <div class="licence">
    322 <pre></pre>
    323 <ul>
    324 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
    325 </ul>
    326 </div>
    327 </div>
    328 
    329 
    330 <div class="product">
    331 <span class="title">autotest-0.0.2</span>
    332 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
    333 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span>
    334 <div class="licence">
    335 <pre></pre>
    336 <ul>
    337 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
    338 </ul>
    339 </div>
    340 </div>
    341 
    342 
    343 <div class="product">
    344 <span class="title">autotest-all-0.0.1</span>
    345 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
    346 <span class="homepage"><a href="http://www.chromium.org">homepage</a></span>
    347 <div class="licence">
    348 <pre></pre>
    349 <ul>
    350 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
    351 </ul>
    352 </div>
    353 </div>
    354 
    355 
    356 <div class="product">
    357 <span class="title">autotest-chrome-0.0.1</span>
    358 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
    359 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span>
    360 <div class="licence">
    361 <pre></pre>
    362 <ul>
    363 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
    364 </ul>
    365 </div>
    366 </div>
    367 
    368 
    369 <div class="product">
    370 <span class="title">autotest-client-0.0.1</span>
    371 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
    372 <span class="homepage"><a href="http://src.chromium.org">homepage</a></span>
    373 <div class="licence">
    374 <pre></pre>
    375 <ul>
    376 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li>
    377 </ul>
    378 </div>
    379 </div>
    380 
    381 
    382 <div class="product">
    383 <span class="title">autotest-deps-0.0.4</span>
    384 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
    385 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span>
    386 <div class="licence">
    387 <pre></pre>
    388 <ul>
    389 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
    390 </ul>
    391 </div>
    392 </div>
    393 
    394 
    395 <div class="product">
    396 <span class="title">autotest-deps-cellular-0.0.1</span>
    397 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
    398 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span>
    399 <div class="licence">
    400 <pre></pre>
    401 <ul>
    402 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
    403 </ul>
    404 </div>
    405 </div>
    406 
    407 
    408 <div class="product">
    409 <span class="title">autotest-deps-glbench-0.0.1</span>
    410 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
    411 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span>
    412 <div class="licence">
    413 <pre></pre>
    414 <ul>
    415 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
    416 </ul>
    417 </div>
    418 </div>
    419 
    420 
    421 <div class="product">
    422 <span class="title">autotest-deps-glmark2-0.0.1</span>
    423 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
    424 <span class="homepage"><a href="https://launchpad.net/glmark2">homepage</a></span>
    425 <div class="licence">
    426 <pre></pre>
    427 <ul>
    428 <li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li>
    429 </ul>
    430 </div>
    431 </div>
    432 
    433 
    434 <div class="product">
    435 <span class="title">autotest-deps-graphics-0.0.1</span>
    436 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
    437 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span>
    438 <div class="licence">
    439 <pre></pre>
    440 <ul>
    441 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
    442 </ul>
    443 </div>
    444 </div>
    445 
    446 
    447 <div class="product">
    448 <span class="title">autotest-deps-ltp-0.0.1</span>
    449 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
    450 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span>
    451 <div class="licence">
    452 <pre></pre>
    453 <ul>
    454 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
    455 </ul>
    456 </div>
    457 </div>
    458 
    459 
    460 <div class="product">
    461 <span class="title">autotest-deps-p2p-0.0.1</span>
    462 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
    463 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span>
    464 <div class="licence">
    465 <pre></pre>
    466 <ul>
    467 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
    468 </ul>
    469 </div>
    470 </div>
    471 
    472 
    473 <div class="product">
    474 <span class="title">autotest-deps-piglit-0.0.1</span>
    475 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
    476 <span class="homepage"><a href="http://cgit.freedesktop.org/piglit">homepage</a></span>
    477 <div class="licence">
    478 <pre></pre>
    479 <ul>
    480 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
    481 <li><a href='#LGPL-3'>Gentoo Package Stock License LGPL-3</a></li>
    482 </ul>
    483 </div>
    484 </div>
    485 
    486 
    487 <div class="product">
    488 <span class="title">autotest-deps-touchpad-0.0.1</span>
    489 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
    490 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span>
    491 <div class="licence">
    492 <pre></pre>
    493 <ul>
    494 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
    495 </ul>
    496 </div>
    497 </div>
    498 
    499 
    500 <div class="product">
    501 <span class="title">autotest-deps-webgl-mpd-0.0.1</span>
    502 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
    503 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span>
    504 <div class="licence">
    505 <pre></pre>
    506 <ul>
    507 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
    508 </ul>
    509 </div>
    510 </div>
    511 
    512 
    513 <div class="product">
    514 <span class="title">autotest-deps-webgl-perf-0.0.1</span>
    515 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
    516 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span>
    517 <div class="licence">
    518 <pre></pre>
    519 <ul>
    520 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
    521 </ul>
    522 </div>
    523 </div>
    524 
    525 
    526 <div class="product">
    527 <span class="title">autotest-factory-install-0.0.1</span>
    528 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
    529 <span class="homepage"><a href="http://src.chromium.org">homepage</a></span>
    530 <div class="licence">
    531 <pre></pre>
    532 <ul>
    533 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li>
    534 </ul>
    535 </div>
    536 </div>
    537 
    538 
    539 <div class="product">
    540 <span class="title">autotest-fakemodem-conf-0.0.1</span>
    541 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
    542 <span class="homepage"><a href="">homepage</a></span>
    543 <div class="licence">
    544 <pre></pre>
    545 <ul>
    546 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li>
    547 </ul>
    548 </div>
    549 </div>
    550 
    551 
    552 <div class="product">
    553 <span class="title">autotest-private-0.2.1</span>
    554 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
    555 <span class="homepage"><a href="http://src.chromium.org">homepage</a></span>
    556 <div class="licence">
    557 <pre></pre>
    558 <ul>
    559 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
    560 </ul>
    561 </div>
    562 </div>
    563 
    564 
    565 <div class="product">
    566 <span class="title">autotest-private-tests-echoprivate-0.0.1</span>
    567 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
    568 <span class="homepage"><a href="http://src.chromium.org">homepage</a></span>
    569 <div class="licence">
    570 <pre></pre>
    571 <ul>
    572 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
    573 </ul>
    574 </div>
    575 </div>
    576 
    577 
    578 <div class="product">
    579 <span class="title">autotest-private-tests-quickoffice-0.0.1</span>
    580 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
    581 <span class="homepage"><a href="http://src.chromium.org">homepage</a></span>
    582 <div class="licence">
    583 <pre></pre>
    584 <ul>
    585 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
    586 </ul>
    587 </div>
    588 </div>
    589 
    590 
    591 <div class="product">
    592 <span class="title">autotest-server-tests-0.0.2</span>
    593 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
    594 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span>
    595 <div class="licence">
    596 <pre></pre>
    597 <ul>
    598 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
    599 </ul>
    600 </div>
    601 </div>
    602 
    603 
    604 <div class="product">
    605 <span class="title">autotest-server-tests-bluetooth-0.0.1</span>
    606 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
    607 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span>
    608 <div class="licence">
    609 <pre></pre>
    610 <ul>
    611 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
    612 </ul>
    613 </div>
    614 </div>
    615 
    616 
    617 <div class="product">
    618 <span class="title">autotest-server-tests-shill-0.0.1</span>
    619 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
    620 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span>
    621 <div class="licence">
    622 <pre></pre>
    623 <ul>
    624 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
    625 </ul>
    626 </div>
    627 </div>
    628 
    629 
    630 <div class="product">
    631 <span class="title">autotest-server-tests-telemetry-0.0.1</span>
    632 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
    633 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span>
    634 <div class="licence">
    635 <pre></pre>
    636 <ul>
    637 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
    638 </ul>
    639 </div>
    640 </div>
    641 
    642 
    643 <div class="product">
    644 <span class="title">autotest-tests-0.0.3</span>
    645 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
    646 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span>
    647 <div class="licence">
    648 <pre></pre>
    649 <ul>
    650 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
    651 </ul>
    652 </div>
    653 </div>
    654 
    655 
    656 <div class="product">
    657 <span class="title">autotest-tests-audio-0.0.1</span>
    658 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
    659 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span>
    660 <div class="licence">
    661 <pre></pre>
    662 <ul>
    663 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
    664 </ul>
    665 </div>
    666 </div>
    667 
    668 
    669 <div class="product">
    670 <span class="title">autotest-tests-cellular-0.0.1</span>
    671 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
    672 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span>
    673 <div class="licence">
    674 <pre></pre>
    675 <ul>
    676 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
    677 </ul>
    678 </div>
    679 </div>
    680 
    681 
    682 <div class="product">
    683 <span class="title">autotest-tests-cros-disks-0.0.1</span>
    684 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
    685 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span>
    686 <div class="licence">
    687 <pre></pre>
    688 <ul>
    689 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
    690 </ul>
    691 </div>
    692 </div>
    693 
    694 
    695 <div class="product">
    696 <span class="title">autotest-tests-cryptohome-0.0.1</span>
    697 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
    698 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span>
    699 <div class="licence">
    700 <pre></pre>
    701 <ul>
    702 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
    703 </ul>
    704 </div>
    705 </div>
    706 
    707 
    708 <div class="product">
    709 <span class="title">autotest-tests-debugd-0.0.1</span>
    710 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
    711 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span>
    712 <div class="licence">
    713 <pre></pre>
    714 <ul>
    715 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
    716 </ul>
    717 </div>
    718 </div>
    719 
    720 
    721 <div class="product">
    722 <span class="title">autotest-tests-graphics-0.0.1</span>
    723 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
    724 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span>
    725 <div class="licence">
    726 <pre></pre>
    727 <ul>
    728 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
    729 </ul>
    730 </div>
    731 </div>
    732 
    733 
    734 <div class="product">
    735 <span class="title">autotest-tests-ltp-0.0.1</span>
    736 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
    737 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span>
    738 <div class="licence">
    739 <pre></pre>
    740 <ul>
    741 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
    742 </ul>
    743 </div>
    744 </div>
    745 
    746 
    747 <div class="product">
    748 <span class="title">autotest-tests-ownershipapi-0.0.1</span>
    749 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
    750 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span>
    751 <div class="licence">
    752 <pre></pre>
    753 <ul>
    754 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
    755 </ul>
    756 </div>
    757 </div>
    758 
    759 
    760 <div class="product">
    761 <span class="title">autotest-tests-p2p-0.0.1</span>
    762 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
    763 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span>
    764 <div class="licence">
    765 <pre></pre>
    766 <ul>
    767 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
    768 </ul>
    769 </div>
    770 </div>
    771 
    772 
    773 <div class="product">
    774 <span class="title">autotest-tests-power-0.0.1</span>
    775 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
    776 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span>
    777 <div class="licence">
    778 <pre></pre>
    779 <ul>
    780 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
    781 </ul>
    782 </div>
    783 </div>
    784 
    785 
    786 <div class="product">
    787 <span class="title">autotest-tests-security-0.0.1</span>
    788 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
    789 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span>
    790 <div class="licence">
    791 <pre></pre>
    792 <ul>
    793 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
    794 </ul>
    795 </div>
    796 </div>
    797 
    798 
    799 <div class="product">
    800 <span class="title">autotest-tests-shill-0.0.1</span>
    801 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
    802 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span>
    803 <div class="licence">
    804 <pre></pre>
    805 <ul>
    806 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
    807 </ul>
    808 </div>
    809 </div>
    810 
    811 
    812 <div class="product">
    813 <span class="title">autotest-tests-touchpad-0.0.1</span>
    814 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
    815 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span>
    816 <div class="licence">
    817 <pre></pre>
    818 <ul>
    819 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
    820 </ul>
    821 </div>
    822 </div>
    823 
    824 
    825 <div class="product">
    826 <span class="title">autotest-tests-tpm-0.0.1</span>
    827 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
    828 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span>
    829 <div class="licence">
    830 <pre></pre>
    831 <ul>
    832 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
    833 </ul>
    834 </div>
    835 </div>
    836 
    837 
    838 <div class="product">
    839 <span class="title">avahi-0.6.31</span>
    840 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
    841 <span class="homepage"><a href="http://avahi.org/">homepage</a></span>
    842 <div class="licence">
    843 <pre></pre>
    844 <ul>
    845 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li>
    846 </ul>
    847 </div>
    848 </div>
    849 
    850 
    851 <div class="product">
    852 <span class="title">avahi-daemon-0.0.1</span>
    853 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
    854 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span>
    855 <div class="licence">
    856 <pre></pre>
    857 <ul>
    858 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li>
    859 </ul>
    860 </div>
    861 </div>
    862 
    863 
    864 <div class="product">
    865 <span class="title">avfs-1.0.1</span>
    866 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
    867 <span class="homepage"><a href="http://sourceforge.net/projects/avf">homepage</a></span>
    868 <div class="licence">
    869 <pre></pre>
    870 <ul>
    871 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
    872 </ul>
    873 </div>
    874 </div>
    875 
    876 
    877 <div class="product">
    878 <span class="title">avtest_label_detect-0.0.1</span>
    879 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
    880 <span class="homepage"><a href="http://src.chromium.org">homepage</a></span>
    881 <div class="licence">
    882 <pre></pre>
    883 <ul>
    884 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li>
    885 </ul>
    886 </div>
    887 </div>
    888 
    889 
    890 <div class="product">
    891 <span class="title">baselayout-2.0.1</span>
    892 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
    893 <span class="homepage"><a href="http://src.chromium.org/">homepage</a></span>
    894 <div class="licence">
    895 <pre></pre>
    896 <ul>
    897 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
    898 </ul>
    899 </div>
    900 </div>
    901 
    902 
    903 <div class="product">
    904 <span class="title">bash-4.2_p45</span>
    905 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
    906 <span class="homepage"><a href="http://tiswww.case.edu/php/chet/bash/bashtop.html">homepage</a></span>
    907 <div class="licence">
    908 <pre></pre>
    909 <ul>
    910 <li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li>
    911 </ul>
    912 </div>
    913 </div>
    914 
    915 
    916 <div class="product">
    917 <span class="title">bigreqsproto-1.1.1</span>
    918 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
    919 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span>
    920 <div class="licence">
    921 <pre>Scanned Source License bigreqsproto-1.1.1/COPYING:
    922 
    923 Copyright 1992, 1998  The Open Group
    924 
    925 Permission to use, copy, modify, distribute, and sell this software and its
    926 documentation for any purpose is hereby granted without fee, provided that
    927 the above copyright notice appear in all copies and that both that
    928 copyright notice and this permission notice appear in supporting
    929 documentation.
    930 
    931 The above copyright notice and this permission notice shall be included in
    932 all copies or substantial portions of the Software.
    933 
    934 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
    935 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
    936 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
    937 OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
    938 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
    939 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
    940 
    941 Except as contained in this notice, the name of The Open Group shall not be
    942 used in advertising or otherwise to promote the sale, use or other dealings
    943 in this Software without prior written authorization from The Open Group.
    944 
    945 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
    946 </pre>
    947 <ul>
    948 
    949 </ul>
    950 </div>
    951 </div>
    952 
    953 
    954 <div class="product">
    955 <span class="title">binutils-2.22</span>
    956 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
    957 <span class="homepage"><a href="http://sources.redhat.com/binutils/">homepage</a></span>
    958 <div class="licence">
    959 <pre></pre>
    960 <ul>
    961 <li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li>
    962 <li><a href='#LGPL-3'>Gentoo Package Stock License LGPL-3</a></li>
    963 </ul>
    964 </div>
    965 </div>
    966 
    967 
    968 <div class="product">
    969 <span class="title">binutils-config-3</span>
    970 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
    971 <span class="homepage"><a href="http://www.gentoo.org/">homepage</a></span>
    972 <div class="licence">
    973 <pre></pre>
    974 <ul>
    975 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
    976 </ul>
    977 </div>
    978 </div>
    979 
    980 
    981 <div class="product">
    982 <span class="title">bluez-5.19</span>
    983 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
    984 <span class="homepage"><a href="http://www.bluez.org/">homepage</a></span>
    985 <div class="licence">
    986 <pre></pre>
    987 <ul>
    988 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li>
    989 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
    990 </ul>
    991 </div>
    992 </div>
    993 
    994 
    995 <div class="product">
    996 <span class="title">bootcomplete-login-0.0.1</span>
    997 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
    998 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span>
    999 <div class="licence">
   1000 <pre></pre>
   1001 <ul>
   1002 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li>
   1003 </ul>
   1004 </div>
   1005 </div>
   1006 
   1007 
   1008 <div class="product">
   1009 <span class="title">bootstat-0.0.2</span>
   1010 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   1011 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span>
   1012 <div class="licence">
   1013 <pre></pre>
   1014 <ul>
   1015 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li>
   1016 </ul>
   1017 </div>
   1018 </div>
   1019 
   1020 
   1021 <div class="product">
   1022 <span class="title">brltty-4.5</span>
   1023 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   1024 <span class="homepage"><a href="http://mielke.cc/brltty/">homepage</a></span>
   1025 <div class="licence">
   1026 <pre></pre>
   1027 <ul>
   1028 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li>
   1029 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
   1030 </ul>
   1031 </div>
   1032 </div>
   1033 
   1034 
   1035 <div class="product">
   1036 <span class="title">bsdiff-4.3</span>
   1037 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   1038 <span class="homepage"><a href="http://www.daemonology.net/bsdiff/">homepage</a></span>
   1039 <div class="licence">
   1040 <pre>Copyright Attribution License chromiumos-overlay/licenses/copyright-attribution/dev-util/bsdiff:
   1041 
   1042 Copyright 2003-2005 Colin Percival
   1043 All rights reserved
   1044 
   1045 Redistribution and use in source and binary forms, with or without
   1046 modification, are permitted providing that the following conditions
   1047 are met:
   1048 1. Redistributions of source code must retain the above copyright
   1049    notice, this list of conditions and the following disclaimer.
   1050 2. Redistributions in binary form must reproduce the above copyright
   1051    notice, this list of conditions and the following disclaimer in the
   1052    documentation and/or other materials provided with the distribution.
   1053 
   1054 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
   1055 IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
   1056 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
   1057 ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
   1058 DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
   1059 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
   1060 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
   1061 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
   1062 STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
   1063 IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
   1064 POSSIBILITY OF SUCH DAMAGE.
   1065 
   1066 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   1067 </pre>
   1068 <ul>
   1069 
   1070 </ul>
   1071 </div>
   1072 </div>
   1073 
   1074 
   1075 <div class="product">
   1076 <span class="title">btsocket-0.0.1</span>
   1077 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   1078 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span>
   1079 <div class="licence">
   1080 <pre>Scanned Source License btsocket-0.0.1/LICENSE:
   1081 
   1082 // Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
   1083 //
   1084 // Redistribution and use in source and binary forms, with or without
   1085 // modification, are permitted provided that the following conditions are
   1086 // met:
   1087 //
   1088 //    * Redistributions of source code must retain the above copyright
   1089 // notice, this list of conditions and the following disclaimer.
   1090 //    * Redistributions in binary form must reproduce the above
   1091 // copyright notice, this list of conditions and the following disclaimer
   1092 // in the documentation and/or other materials provided with the
   1093 // distribution.
   1094 //    * Neither the name of Google Inc. nor the names of its
   1095 // contributors may be used to endorse or promote products derived from
   1096 // this software without specific prior written permission.
   1097 //
   1098 // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
   1099 // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
   1100 // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
   1101 // A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
   1102 // OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
   1103 // SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
   1104 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
   1105 // DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
   1106 // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
   1107 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
   1108 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
   1109 
   1110 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   1111 </pre>
   1112 <ul>
   1113 
   1114 </ul>
   1115 </div>
   1116 </div>
   1117 
   1118 
   1119 <div class="product">
   1120 <span class="title">busybox-1.21.0</span>
   1121 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   1122 <span class="homepage"><a href="http://www.busybox.net/">homepage</a></span>
   1123 <div class="licence">
   1124 <pre></pre>
   1125 <ul>
   1126 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
   1127 </ul>
   1128 </div>
   1129 </div>
   1130 
   1131 
   1132 <div class="product">
   1133 <span class="title">bzip2-1.0.6</span>
   1134 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   1135 <span class="homepage"><a href="http://www.bzip.org/">homepage</a></span>
   1136 <div class="licence">
   1137 <pre>Scanned Source License bzip2-1.0.6/LICENSE:
   1138 
   1139 
   1140 --------------------------------------------------------------------------
   1141 
   1142 This program, "bzip2", the associated library "libbzip2", and all
   1143 documentation, are copyright (C) 1996-2010 Julian R Seward.  All
   1144 rights reserved.
   1145 
   1146 Redistribution and use in source and binary forms, with or without
   1147 modification, are permitted provided that the following conditions
   1148 are met:
   1149 
   1150 1. Redistributions of source code must retain the above copyright
   1151    notice, this list of conditions and the following disclaimer.
   1152 
   1153 2. The origin of this software must not be misrepresented; you must 
   1154    not claim that you wrote the original software.  If you use this 
   1155    software in a product, an acknowledgment in the product 
   1156    documentation would be appreciated but is not required.
   1157 
   1158 3. Altered source versions must be plainly marked as such, and must
   1159    not be misrepresented as being the original software.
   1160 
   1161 4. The name of the author may not be used to endorse or promote 
   1162    products derived from this software without specific prior written 
   1163    permission.
   1164 
   1165 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS
   1166 OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
   1167 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
   1168 ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
   1169 DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
   1170 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
   1171 GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
   1172 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
   1173 WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
   1174 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
   1175 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
   1176 
   1177 Julian Seward, jseward (a] bzip.org
   1178 bzip2/libbzip2 version 1.0.6 of 6 September 2010
   1179 
   1180 --------------------------------------------------------------------------
   1181 
   1182 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   1183 
   1184 Gentoo Package Stock License BZIP2:
   1185 
   1186 &lt;copyright notice&gt;
   1187 All rights reserved.
   1188 
   1189 Redistribution and use in source and binary forms, with or without
   1190 modification, are permitted provided that the following conditions
   1191 are met:
   1192 
   1193 1. Redistributions of source code must retain the above copyright
   1194    notice, this list of conditions and the following disclaimer.
   1195 
   1196 2. The origin of this software must not be misrepresented; you must
   1197    not claim that you wrote the original software.  If you use this
   1198    software in a product, an acknowledgment in the product
   1199    documentation would be appreciated but is not required.
   1200 
   1201 3. Altered source versions must be plainly marked as such, and must
   1202    not be misrepresented as being the original software.
   1203 
   1204 4. The name of the author may not be used to endorse or promote
   1205    products derived from this software without specific prior written
   1206    permission.
   1207 
   1208 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS
   1209 OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
   1210 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
   1211 ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
   1212 DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
   1213 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
   1214 GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
   1215 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
   1216 WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
   1217 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
   1218 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
   1219 
   1220 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   1221 </pre>
   1222 <ul>
   1223 
   1224 </ul>
   1225 </div>
   1226 </div>
   1227 
   1228 
   1229 <div class="product">
   1230 <span class="title">c-ares-1.7.5</span>
   1231 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   1232 <span class="homepage"><a href="http://c-ares.haxx.se/">homepage</a></span>
   1233 <div class="licence">
   1234 <pre>Copyright Attribution License chromiumos-overlay/licenses/copyright-attribution/net-dns/c-ares:
   1235 
   1236 Copyright 1998 by the Massachusetts Institute of Technology.
   1237 
   1238 Permission to use, copy, modify, and distribute this
   1239 software and its documentation for any purpose and without
   1240 fee is hereby granted, provided that the above copyright
   1241 notice appear in all copies and that both that copyright
   1242 notice and this permission notice appear in supporting
   1243 documentation, and that the name of M.I.T. not be used in
   1244 advertising or publicity pertaining to distribution of the
   1245 software without specific, written prior permission.
   1246 M.I.T. makes no representations about the suitability of
   1247 this software for any purpose.  It is provided "as is"
   1248 without express or implied warranty.
   1249 
   1250 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   1251 </pre>
   1252 <ul>
   1253 
   1254 </ul>
   1255 </div>
   1256 </div>
   1257 
   1258 
   1259 <div class="product">
   1260 <span class="title">cairo-1.12.12</span>
   1261 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   1262 <span class="homepage"><a href="http://cairographics.org/">homepage</a></span>
   1263 <div class="licence">
   1264 <pre>Gentoo Package Stock License MPL-1.1:
   1265 
   1266                           MOZILLA PUBLIC LICENSE
   1267                                 Version 1.1
   1268 
   1269                               ---------------
   1270 
   1271 1. Definitions.
   1272 
   1273      1.0.1. "Commercial Use" means distribution or otherwise making the
   1274      Covered Code available to a third party.
   1275 
   1276      1.1. "Contributor" means each entity that creates or contributes to
   1277      the creation of Modifications.
   1278 
   1279      1.2. "Contributor Version" means the combination of the Original
   1280      Code, prior Modifications used by a Contributor, and the Modifications
   1281      made by that particular Contributor.
   1282 
   1283      1.3. "Covered Code" means the Original Code or Modifications or the
   1284      combination of the Original Code and Modifications, in each case
   1285      including portions thereof.
   1286 
   1287      1.4. "Electronic Distribution Mechanism" means a mechanism generally
   1288      accepted in the software development community for the electronic
   1289      transfer of data.
   1290 
   1291      1.5. "Executable" means Covered Code in any form other than Source
   1292      Code.
   1293 
   1294      1.6. "Initial Developer" means the individual or entity identified
   1295      as the Initial Developer in the Source Code notice required by Exhibit
   1296      A.
   1297 
   1298      1.7. "Larger Work" means a work which combines Covered Code or
   1299      portions thereof with code not governed by the terms of this License.
   1300 
   1301      1.8. "License" means this document.
   1302 
   1303      1.8.1. "Licensable" means having the right to grant, to the maximum
   1304      extent possible, whether at the time of the initial grant or
   1305      subsequently acquired, any and all of the rights conveyed herein.
   1306 
   1307      1.9. "Modifications" means any addition to or deletion from the
   1308      substance or structure of either the Original Code or any previous
   1309      Modifications. When Covered Code is released as a series of files, a
   1310      Modification is:
   1311           A. Any addition to or deletion from the contents of a file
   1312           containing Original Code or previous Modifications.
   1313 
   1314           B. Any new file that contains any part of the Original Code or
   1315           previous Modifications.
   1316 
   1317      1.10. "Original Code" means Source Code of computer software code
   1318      which is described in the Source Code notice required by Exhibit A as
   1319      Original Code, and which, at the time of its release under this
   1320      License is not already Covered Code governed by this License.
   1321 
   1322      1.10.1. "Patent Claims" means any patent claim(s), now owned or
   1323      hereafter acquired, including without limitation,  method, process,
   1324      and apparatus claims, in any patent Licensable by grantor.
   1325 
   1326      1.11. "Source Code" means the preferred form of the Covered Code for
   1327      making modifications to it, including all modules it contains, plus
   1328      any associated interface definition files, scripts used to control
   1329      compilation and installation of an Executable, or source code
   1330      differential comparisons against either the Original Code or another
   1331      well known, available Covered Code of the Contributor's choice. The
   1332      Source Code can be in a compressed or archival form, provided the
   1333      appropriate decompression or de-archiving software is widely available
   1334      for no charge.
   1335 
   1336      1.12. "You" (or "Your")  means an individual or a legal entity
   1337      exercising rights under, and complying with all of the terms of, this
   1338      License or a future version of this License issued under Section 6.1.
   1339      For legal entities, "You" includes any entity which controls, is
   1340      controlled by, or is under common control with You. For purposes of
   1341      this definition, "control" means (a) the power, direct or indirect,
   1342      to cause the direction or management of such entity, whether by
   1343      contract or otherwise, or (b) ownership of more than fifty percent
   1344      (50%) of the outstanding shares or beneficial ownership of such
   1345      entity.
   1346 
   1347 2. Source Code License.
   1348 
   1349      2.1. The Initial Developer Grant.
   1350      The Initial Developer hereby grants You a world-wide, royalty-free,
   1351      non-exclusive license, subject to third party intellectual property
   1352      claims:
   1353           (a)  under intellectual property rights (other than patent or
   1354           trademark) Licensable by Initial Developer to use, reproduce,
   1355           modify, display, perform, sublicense and distribute the Original
   1356           Code (or portions thereof) with or without Modifications, and/or
   1357           as part of a Larger Work; and
   1358 
   1359           (b) under Patents Claims infringed by the making, using or
   1360           selling of Original Code, to make, have made, use, practice,
   1361           sell, and offer for sale, and/or otherwise dispose of the
   1362           Original Code (or portions thereof).
   1363 
   1364           (c) the licenses granted in this Section 2.1(a) and (b) are
   1365           effective on the date Initial Developer first distributes
   1366           Original Code under the terms of this License.
   1367 
   1368           (d) Notwithstanding Section 2.1(b) above, no patent license is
   1369           granted: 1) for code that You delete from the Original Code; 2)
   1370           separate from the Original Code;  or 3) for infringements caused
   1371           by: i) the modification of the Original Code or ii) the
   1372           combination of the Original Code with other software or devices.
   1373 
   1374      2.2. Contributor Grant.
   1375      Subject to third party intellectual property claims, each Contributor
   1376      hereby grants You a world-wide, royalty-free, non-exclusive license
   1377 
   1378           (a)  under intellectual property rights (other than patent or
   1379           trademark) Licensable by Contributor, to use, reproduce, modify,
   1380           display, perform, sublicense and distribute the Modifications
   1381           created by such Contributor (or portions thereof) either on an
   1382           unmodified basis, with other Modifications, as Covered Code
   1383           and/or as part of a Larger Work; and
   1384 
   1385           (b) under Patent Claims infringed by the making, using, or
   1386           selling of  Modifications made by that Contributor either alone
   1387           and/or in combination with its Contributor Version (or portions
   1388           of such combination), to make, use, sell, offer for sale, have
   1389           made, and/or otherwise dispose of: 1) Modifications made by that
   1390           Contributor (or portions thereof); and 2) the combination of
   1391           Modifications made by that Contributor with its Contributor
   1392           Version (or portions of such combination).
   1393 
   1394           (c) the licenses granted in Sections 2.2(a) and 2.2(b) are
   1395           effective on the date Contributor first makes Commercial Use of
   1396           the Covered Code.
   1397 
   1398           (d)    Notwithstanding Section 2.2(b) above, no patent license is
   1399           granted: 1) for any code that Contributor has deleted from the
   1400           Contributor Version; 2)  separate from the Contributor Version;
   1401           3)  for infringements caused by: i) third party modifications of
   1402           Contributor Version or ii)  the combination of Modifications made
   1403           by that Contributor with other software  (except as part of the
   1404           Contributor Version) or other devices; or 4) under Patent Claims
   1405           infringed by Covered Code in the absence of Modifications made by
   1406           that Contributor.
   1407 
   1408 3. Distribution Obligations.
   1409 
   1410      3.1. Application of License.
   1411      The Modifications which You create or to which You contribute are
   1412      governed by the terms of this License, including without limitation
   1413      Section 2.2. The Source Code version of Covered Code may be
   1414      distributed only under the terms of this License or a future version
   1415      of this License released under Section 6.1, and You must include a
   1416      copy of this License with every copy of the Source Code You
   1417      distribute. You may not offer or impose any terms on any Source Code
   1418      version that alters or restricts the applicable version of this
   1419      License or the recipients' rights hereunder. However, You may include
   1420      an additional document offering the additional rights described in
   1421      Section 3.5.
   1422 
   1423      3.2. Availability of Source Code.
   1424      Any Modification which You create or to which You contribute must be
   1425      made available in Source Code form under the terms of this License
   1426      either on the same media as an Executable version or via an accepted
   1427      Electronic Distribution Mechanism to anyone to whom you made an
   1428      Executable version available; and if made available via Electronic
   1429      Distribution Mechanism, must remain available for at least twelve (12)
   1430      months after the date it initially became available, or at least six
   1431      (6) months after a subsequent version of that particular Modification
   1432      has been made available to such recipients. You are responsible for
   1433      ensuring that the Source Code version remains available even if the
   1434      Electronic Distribution Mechanism is maintained by a third party.
   1435 
   1436      3.3. Description of Modifications.
   1437      You must cause all Covered Code to which You contribute to contain a
   1438      file documenting the changes You made to create that Covered Code and
   1439      the date of any change. You must include a prominent statement that
   1440      the Modification is derived, directly or indirectly, from Original
   1441      Code provided by the Initial Developer and including the name of the
   1442      Initial Developer in (a) the Source Code, and (b) in any notice in an
   1443      Executable version or related documentation in which You describe the
   1444      origin or ownership of the Covered Code.
   1445 
   1446      3.4. Intellectual Property Matters
   1447           (a) Third Party Claims.
   1448           If Contributor has knowledge that a license under a third party's
   1449           intellectual property rights is required to exercise the rights
   1450           granted by such Contributor under Sections 2.1 or 2.2,
   1451           Contributor must include a text file with the Source Code
   1452           distribution titled "LEGAL" which describes the claim and the
   1453           party making the claim in sufficient detail that a recipient will
   1454           know whom to contact. If Contributor obtains such knowledge after
   1455           the Modification is made available as described in Section 3.2,
   1456           Contributor shall promptly modify the LEGAL file in all copies
   1457           Contributor makes available thereafter and shall take other steps
   1458           (such as notifying appropriate mailing lists or newsgroups)
   1459           reasonably calculated to inform those who received the Covered
   1460           Code that new knowledge has been obtained.
   1461 
   1462           (b) Contributor APIs.
   1463           If Contributor's Modifications include an application programming
   1464           interface and Contributor has knowledge of patent licenses which
   1465           are reasonably necessary to implement that API, Contributor must
   1466           also include this information in the LEGAL file.
   1467 
   1468                (c)    Representations.
   1469           Contributor represents that, except as disclosed pursuant to
   1470           Section 3.4(a) above, Contributor believes that Contributor's
   1471           Modifications are Contributor's original creation(s) and/or
   1472           Contributor has sufficient rights to grant the rights conveyed by
   1473           this License.
   1474 
   1475      3.5. Required Notices.
   1476      You must duplicate the notice in Exhibit A in each file of the Source
   1477      Code.  If it is not possible to put such notice in a particular Source
   1478      Code file due to its structure, then You must include such notice in a
   1479      location (such as a relevant directory) where a user would be likely
   1480      to look for such a notice.  If You created one or more Modification(s)
   1481      You may add your name as a Contributor to the notice described in
   1482      Exhibit A.  You must also duplicate this License in any documentation
   1483      for the Source Code where You describe recipients' rights or ownership
   1484      rights relating to Covered Code.  You may choose to offer, and to
   1485      charge a fee for, warranty, support, indemnity or liability
   1486      obligations to one or more recipients of Covered Code. However, You
   1487      may do so only on Your own behalf, and not on behalf of the Initial
   1488      Developer or any Contributor. You must make it absolutely clear than
   1489      any such warranty, support, indemnity or liability obligation is
   1490      offered by You alone, and You hereby agree to indemnify the Initial
   1491      Developer and every Contributor for any liability incurred by the
   1492      Initial Developer or such Contributor as a result of warranty,
   1493      support, indemnity or liability terms You offer.
   1494 
   1495      3.6. Distribution of Executable Versions.
   1496      You may distribute Covered Code in Executable form only if the
   1497      requirements of Section 3.1-3.5 have been met for that Covered Code,
   1498      and if You include a notice stating that the Source Code version of
   1499      the Covered Code is available under the terms of this License,
   1500      including a description of how and where You have fulfilled the
   1501      obligations of Section 3.2. The notice must be conspicuously included
   1502      in any notice in an Executable version, related documentation or
   1503      collateral in which You describe recipients' rights relating to the
   1504      Covered Code. You may distribute the Executable version of Covered
   1505      Code or ownership rights under a license of Your choice, which may
   1506      contain terms different from this License, provided that You are in
   1507      compliance with the terms of this License and that the license for the
   1508      Executable version does not attempt to limit or alter the recipient's
   1509      rights in the Source Code version from the rights set forth in this
   1510      License. If You distribute the Executable version under a different
   1511      license You must make it absolutely clear that any terms which differ
   1512      from this License are offered by You alone, not by the Initial
   1513      Developer or any Contributor. You hereby agree to indemnify the
   1514      Initial Developer and every Contributor for any liability incurred by
   1515      the Initial Developer or such Contributor as a result of any such
   1516      terms You offer.
   1517 
   1518      3.7. Larger Works.
   1519      You may create a Larger Work by combining Covered Code with other code
   1520      not governed by the terms of this License and distribute the Larger
   1521      Work as a single product. In such a case, You must make sure the
   1522      requirements of this License are fulfilled for the Covered Code.
   1523 
   1524 4. Inability to Comply Due to Statute or Regulation.
   1525 
   1526      If it is impossible for You to comply with any of the terms of this
   1527      License with respect to some or all of the Covered Code due to
   1528      statute, judicial order, or regulation then You must: (a) comply with
   1529      the terms of this License to the maximum extent possible; and (b)
   1530      describe the limitations and the code they affect. Such description
   1531      must be included in the LEGAL file described in Section 3.4 and must
   1532      be included with all distributions of the Source Code. Except to the
   1533      extent prohibited by statute or regulation, such description must be
   1534      sufficiently detailed for a recipient of ordinary skill to be able to
   1535      understand it.
   1536 
   1537 5. Application of this License.
   1538 
   1539      This License applies to code to which the Initial Developer has
   1540      attached the notice in Exhibit A and to related Covered Code.
   1541 
   1542 6. Versions of the License.
   1543 
   1544      6.1. New Versions.
   1545      Netscape Communications Corporation ("Netscape") may publish revised
   1546      and/or new versions of the License from time to time. Each version
   1547      will be given a distinguishing version number.
   1548 
   1549      6.2. Effect of New Versions.
   1550      Once Covered Code has been published under a particular version of the
   1551      License, You may always continue to use it under the terms of that
   1552      version. You may also choose to use such Covered Code under the terms
   1553      of any subsequent version of the License published by Netscape. No one
   1554      other than Netscape has the right to modify the terms applicable to
   1555      Covered Code created under this License.
   1556 
   1557      6.3. Derivative Works.
   1558      If You create or use a modified version of this License (which you may
   1559      only do in order to apply it to code which is not already Covered Code
   1560      governed by this License), You must (a) rename Your license so that
   1561      the phrases "Mozilla", "MOZILLAPL", "MOZPL", "Netscape",
   1562      "MPL", "NPL" or any confusingly similar phrase do not appear in your
   1563      license (except to note that your license differs from this License)
   1564      and (b) otherwise make it clear that Your version of the license
   1565      contains terms which differ from the Mozilla Public License and
   1566      Netscape Public License. (Filling in the name of the Initial
   1567      Developer, Original Code or Contributor in the notice described in
   1568      Exhibit A shall not of themselves be deemed to be modifications of
   1569      this License.)
   1570 
   1571 7. DISCLAIMER OF WARRANTY.
   1572 
   1573      COVERED CODE IS PROVIDED UNDER THIS LICENSE ON AN "AS IS" BASIS,
   1574      WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
   1575      WITHOUT LIMITATION, WARRANTIES THAT THE COVERED CODE IS FREE OF
   1576      DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING.
   1577      THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE COVERED CODE
   1578      IS WITH YOU. SHOULD ANY COVERED CODE PROVE DEFECTIVE IN ANY RESPECT,
   1579      YOU (NOT THE INITIAL DEVELOPER OR ANY OTHER CONTRIBUTOR) ASSUME THE
   1580      COST OF ANY NECESSARY SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER
   1581      OF WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO USE OF
   1582      ANY COVERED CODE IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER.
   1583 
   1584 8. TERMINATION.
   1585 
   1586      8.1.  This License and the rights granted hereunder will terminate
   1587      automatically if You fail to comply with terms herein and fail to cure
   1588      such breach within 30 days of becoming aware of the breach. All
   1589      sublicenses to the Covered Code which are properly granted shall
   1590      survive any termination of this License. Provisions which, by their
   1591      nature, must remain in effect beyond the termination of this License
   1592      shall survive.
   1593 
   1594      8.2.  If You initiate litigation by asserting a patent infringement
   1595      claim (excluding declatory judgment actions) against Initial Developer
   1596      or a Contributor (the Initial Developer or Contributor against whom
   1597      You file such action is referred to as "Participant")  alleging that:
   1598 
   1599      (a)  such Participant's Contributor Version directly or indirectly
   1600      infringes any patent, then any and all rights granted by such
   1601      Participant to You under Sections 2.1 and/or 2.2 of this License
   1602      shall, upon 60 days notice from Participant terminate prospectively,
   1603      unless if within 60 days after receipt of notice You either: (i)
   1604      agree in writing to pay Participant a mutually agreeable reasonable
   1605      royalty for Your past and future use of Modifications made by such
   1606      Participant, or (ii) withdraw Your litigation claim with respect to
   1607      the Contributor Version against such Participant.  If within 60 days
   1608      of notice, a reasonable royalty and payment arrangement are not
   1609      mutually agreed upon in writing by the parties or the litigation claim
   1610      is not withdrawn, the rights granted by Participant to You under
   1611      Sections 2.1 and/or 2.2 automatically terminate at the expiration of
   1612      the 60 day notice period specified above.
   1613 
   1614      (b)  any software, hardware, or device, other than such Participant's
   1615      Contributor Version, directly or indirectly infringes any patent, then
   1616      any rights granted to You by such Participant under Sections 2.1(b)
   1617      and 2.2(b) are revoked effective as of the date You first made, used,
   1618      sold, distributed, or had made, Modifications made by that
   1619      Participant.
   1620 
   1621      8.3.  If You assert a patent infringement claim against Participant
   1622      alleging that such Participant's Contributor Version directly or
   1623      indirectly infringes any patent where such claim is resolved (such as
   1624      by license or settlement) prior to the initiation of patent
   1625      infringement litigation, then the reasonable value of the licenses
   1626      granted by such Participant under Sections 2.1 or 2.2 shall be taken
   1627      into account in determining the amount or value of any payment or
   1628      license.
   1629 
   1630      8.4.  In the event of termination under Sections 8.1 or 8.2 above,
   1631      all end user license agreements (excluding distributors and resellers)
   1632      which have been validly granted by You or any distributor hereunder
   1633      prior to termination shall survive termination.
   1634 
   1635 9. LIMITATION OF LIABILITY.
   1636 
   1637      UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT
   1638      (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL YOU, THE INITIAL
   1639      DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF COVERED CODE,
   1640      OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON FOR
   1641      ANY INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY
   1642      CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL,
   1643      WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER
   1644      COMMERCIAL DAMAGES OR LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN
   1645      INFORMED OF THE POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF
   1646      LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY
   1647      RESULTING FROM SUCH PARTY'S NEGLIGENCE TO THE EXTENT APPLICABLE LAW
   1648      PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE
   1649      EXCLUSION OR LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO
   1650      THIS EXCLUSION AND LIMITATION MAY NOT APPLY TO YOU.
   1651 
   1652 10. U.S. GOVERNMENT END USERS.
   1653 
   1654      The Covered Code is a "commercial item," as that term is defined in
   1655      48 C.F.R. 2.101 (Oct. 1995), consisting of "commercial computer
   1656      software" and "commercial computer software documentation," as such
   1657      terms are used in 48 C.F.R. 12.212 (Sept. 1995). Consistent with 48
   1658      C.F.R. 12.212 and 48 C.F.R. 227.7202-1 through 227.7202-4 (June 1995),
   1659      all U.S. Government End Users acquire Covered Code with only those
   1660      rights set forth herein.
   1661 
   1662 11. MISCELLANEOUS.
   1663 
   1664      This License represents the complete agreement concerning subject
   1665      matter hereof. If any provision of this License is held to be
   1666      unenforceable, such provision shall be reformed only to the extent
   1667      necessary to make it enforceable. This License shall be governed by
   1668      California law provisions (except to the extent applicable law, if
   1669      any, provides otherwise), excluding its conflict-of-law provisions.
   1670      With respect to disputes in which at least one party is a citizen of,
   1671      or an entity chartered or registered to do business in the United
   1672      States of America, any litigation relating to this License shall be
   1673      subject to the jurisdiction of the Federal Courts of the Northern
   1674      District of California, with venue lying in Santa Clara County,
   1675      California, with the losing party responsible for costs, including
   1676      without limitation, court costs and reasonable attorneys' fees and
   1677      expenses. The application of the United Nations Convention on
   1678      Contracts for the International Sale of Goods is expressly excluded.
   1679      Any law or regulation which provides that the language of a contract
   1680      shall be construed against the drafter shall not apply to this
   1681      License.
   1682 
   1683 12. RESPONSIBILITY FOR CLAIMS.
   1684 
   1685      As between Initial Developer and the Contributors, each party is
   1686      responsible for claims and damages arising, directly or indirectly,
   1687      out of its utilization of rights under this License and You agree to
   1688      work with Initial Developer and Contributors to distribute such
   1689      responsibility on an equitable basis. Nothing herein is intended or
   1690      shall be deemed to constitute any admission of liability.
   1691 
   1692 13. MULTIPLE-LICENSED CODE.
   1693 
   1694      Initial Developer may designate portions of the Covered Code as
   1695      "Multiple-Licensed".  "Multiple-Licensed" means that the Initial
   1696      Developer permits you to utilize portions of the Covered Code under
   1697      Your choice of the NPL or the alternative licenses, if any, specified
   1698      by the Initial Developer in the file described in Exhibit A.
   1699 
   1700 EXHIBIT A -Mozilla Public License.
   1701 
   1702      ``The contents of this file are subject to the Mozilla Public License
   1703      Version 1.1 (the "License"); you may not use this file except in
   1704      compliance with the License. You may obtain a copy of the License at
   1705      http://www.mozilla.org/MPL/
   1706 
   1707      Software distributed under the License is distributed on an "AS IS"
   1708      basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
   1709      License for the specific language governing rights and limitations
   1710      under the License.
   1711 
   1712      The Original Code is ______________________________________.
   1713 
   1714      The Initial Developer of the Original Code is ________________________.
   1715      Portions created by ______________________ are Copyright (C) ______
   1716      _______________________. All Rights Reserved.
   1717 
   1718      Contributor(s): ______________________________________.
   1719 
   1720      Alternatively, the contents of this file may be used under the terms
   1721      of the _____ license (the  "[___] License"), in which case the
   1722      provisions of [______] License are applicable instead of those
   1723      above.  If you wish to allow use of your version of this file only
   1724      under the terms of the [____] License and not to allow others to use
   1725      your version of this file under the MPL, indicate your decision by
   1726      deleting  the provisions above and replace  them with the notice and
   1727      other provisions required by the [___] License.  If you do not delete
   1728      the provisions above, a recipient may use your version of this file
   1729      under either the MPL or the [___] License."
   1730 
   1731      [NOTE: The text of this Exhibit A may differ slightly from the text of
   1732      the notices in the Source Code files of the Original Code. You should
   1733      use the text of this Exhibit A rather than the text found in the
   1734      Original Code Source Code for Your Modifications.]
   1735 
   1736      ----------------------------------------------------------------------
   1737 
   1738      AMENDMENTS
   1739 
   1740      The Netscape Public License Version 1.1 ("NPL") consists of the
   1741      Mozilla Public License Version 1.1 with the following Amendments,
   1742      including Exhibit A-Netscape Public License.  Files identified with
   1743      "Exhibit A-Netscape Public License" are governed by the Netscape
   1744      Public License Version 1.1.
   1745 
   1746      Additional Terms applicable to the Netscape Public License.
   1747           I. Effect.
   1748           These additional terms described in this Netscape Public
   1749           License -- Amendments shall apply to the Mozilla Communicator
   1750           client code and to all Covered Code under this License.
   1751 
   1752           II. "Netscape's Branded Code" means Covered Code that Netscape
   1753           distributes and/or permits others to distribute under one or more
   1754           trademark(s) which are controlled by Netscape but which are not
   1755           licensed for use under this License.
   1756 
   1757           III. Netscape and logo.
   1758           This License does not grant any rights to use the trademarks
   1759           "Netscape", the "Netscape N and horizon" logo or the "Netscape
   1760           lighthouse" logo, "Netcenter", "Gecko", "Java" or "JavaScript",
   1761           "Smart Browsing" even if such marks are included in the Original
   1762           Code or Modifications.
   1763 
   1764           IV. Inability to Comply Due to Contractual Obligation.
   1765           Prior to licensing the Original Code under this License, Netscape
   1766           has licensed third party code for use in Netscape's Branded Code.
   1767           To the extent that Netscape is limited contractually from making
   1768           such third party code available under this License, Netscape may
   1769           choose to reintegrate such code into Covered Code without being
   1770           required to distribute such code in Source Code form, even if
   1771           such code would otherwise be considered "Modifications" under
   1772           this License.
   1773 
   1774           V. Use of Modifications and Covered Code by Initial Developer.
   1775                V.1. In General.
   1776                The obligations of Section 3 apply to Netscape, except to
   1777                the extent specified in this Amendment, Section V.2 and V.3.
   1778 
   1779                V.2. Other Products.
   1780                Netscape may include Covered Code in products other than the
   1781                Netscape's Branded Code which are released by Netscape
   1782                during the two (2) years following the release date of the
   1783                Original Code, without such additional products becoming
   1784                subject to the terms of this License, and may license such
   1785                additional products on different terms from those contained
   1786                in this License.
   1787 
   1788                V.3. Alternative Licensing.
   1789                Netscape may license the Source Code of Netscape's Branded
   1790                Code, including Modifications incorporated therein, without
   1791                such Netscape Branded Code becoming subject to the terms of
   1792                this License, and may license such Netscape Branded Code on
   1793                different terms from those contained in this License.
   1794 
   1795           VI. Litigation.
   1796           Notwithstanding the limitations of Section 11 above, the
   1797           provisions regarding litigation in Section 11(a), (b) and (c) of
   1798           the License shall apply to all disputes relating to this License.
   1799 
   1800      EXHIBIT A-Netscape Public License.
   1801 
   1802           "The contents of this file are subject to the Netscape Public
   1803           License Version 1.1 (the "License"); you may not use this file
   1804           except in compliance with the License. You may obtain a copy of
   1805           the License at http://www.mozilla.org/NPL/
   1806 
   1807           Software distributed under the License is distributed on an "AS
   1808           IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
   1809           implied. See the License for the specific language governing
   1810           rights and limitations under the License.
   1811 
   1812           The Original Code is Mozilla Communicator client code, released
   1813           March 31, 1998.
   1814 
   1815           The Initial Developer of the Original Code is Netscape
   1816           Communications Corporation. Portions created by Netscape are
   1817           Copyright (C) 1998-1999 Netscape Communications Corporation. All
   1818           Rights Reserved.
   1819 
   1820           Contributor(s): ______________________________________.
   1821 
   1822           Alternatively, the contents of this file may be used under the
   1823           terms of the _____ license (the "[___] License"), in which case
   1824           the provisions of [______] License are applicable  instead of
   1825           those above.  If you wish to allow use of your version of this
   1826           file only under the terms of the [____] License and not to allow
   1827           others to use your version of this file under the NPL, indicate
   1828           your decision by deleting  the provisions above and replace  them
   1829           with the notice and other provisions required by the [___]
   1830           License.  If you do not delete the provisions above, a recipient
   1831           may use your version of this file under either the NPL or the
   1832           [___] License."
   1833 
   1834 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   1835 </pre>
   1836 <ul>
   1837 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li>
   1838 </ul>
   1839 </div>
   1840 </div>
   1841 
   1842 
   1843 <div class="product">
   1844 <span class="title">cherrypy-3.2.2</span>
   1845 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   1846 <span class="homepage"><a href="http://www.cherrypy.org/">homepage</a></span>
   1847 <div class="licence">
   1848 <pre>Scanned Source License CherryPy-3.2.2/CherryPy.egg-info/PKG-INFO:
   1849 
   1850 Metadata-Version: 1.0
   1851 Name: CherryPy
   1852 Version: 3.2.2
   1853 Summary: Object-Oriented HTTP framework
   1854 Home-page: http://www.cherrypy.org
   1855 Author: CherryPy Team
   1856 Author-email: team (a] cherrypy.org
   1857 License: BSD
   1858 Download-URL: http://download.cherrypy.org/cherrypy/3.2.2/
   1859 Description: CherryPy is a pythonic, object-oriented HTTP framework
   1860 Platform: UNKNOWN
   1861 Classifier: Development Status :: 5 - Production/Stable
   1862 Classifier: Environment :: Web Environment
   1863 Classifier: Intended Audience :: Developers
   1864 Classifier: License :: Freely Distributable
   1865 Classifier: Operating System :: OS Independent
   1866 Classifier: Programming Language :: Python
   1867 Classifier: Programming Language :: Python :: 2
   1868 Classifier: Programming Language :: Python :: 3
   1869 Classifier: Topic :: Internet :: WWW/HTTP
   1870 Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
   1871 Classifier: Topic :: Internet :: WWW/HTTP :: HTTP Servers
   1872 Classifier: Topic :: Internet :: WWW/HTTP :: WSGI
   1873 Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Application
   1874 Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Server
   1875 Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
   1876 
   1877 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   1878 
   1879 Scanned Source License CherryPy-3.2.2/PKG-INFO:
   1880 
   1881 Metadata-Version: 1.0
   1882 Name: CherryPy
   1883 Version: 3.2.2
   1884 Summary: Object-Oriented HTTP framework
   1885 Home-page: http://www.cherrypy.org
   1886 Author: CherryPy Team
   1887 Author-email: team (a] cherrypy.org
   1888 License: BSD
   1889 Download-URL: http://download.cherrypy.org/cherrypy/3.2.2/
   1890 Description: CherryPy is a pythonic, object-oriented HTTP framework
   1891 Platform: UNKNOWN
   1892 Classifier: Development Status :: 5 - Production/Stable
   1893 Classifier: Environment :: Web Environment
   1894 Classifier: Intended Audience :: Developers
   1895 Classifier: License :: Freely Distributable
   1896 Classifier: Operating System :: OS Independent
   1897 Classifier: Programming Language :: Python
   1898 Classifier: Programming Language :: Python :: 2
   1899 Classifier: Programming Language :: Python :: 3
   1900 Classifier: Topic :: Internet :: WWW/HTTP
   1901 Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
   1902 Classifier: Topic :: Internet :: WWW/HTTP :: HTTP Servers
   1903 Classifier: Topic :: Internet :: WWW/HTTP :: WSGI
   1904 Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Application
   1905 Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Server
   1906 Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
   1907 
   1908 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   1909 
   1910 Scanned Source License CherryPy-3.2.2/cherrypy/LICENSE.txt:
   1911 
   1912 Copyright (c) 2004-2011, CherryPy Team (team (a] cherrypy.org)
   1913 All rights reserved.
   1914 
   1915 Redistribution and use in source and binary forms, with or without modification, 
   1916 are permitted provided that the following conditions are met:
   1917 
   1918     * Redistributions of source code must retain the above copyright notice, 
   1919       this list of conditions and the following disclaimer.
   1920     * Redistributions in binary form must reproduce the above copyright notice, 
   1921       this list of conditions and the following disclaimer in the documentation 
   1922       and/or other materials provided with the distribution.
   1923     * Neither the name of the CherryPy Team nor the names of its contributors 
   1924       may be used to endorse or promote products derived from this software 
   1925       without specific prior written permission.
   1926 
   1927 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND 
   1928 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED 
   1929 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE 
   1930 DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE 
   1931 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 
   1932 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR 
   1933 SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER 
   1934 CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, 
   1935 OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 
   1936 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
   1937 
   1938 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   1939 </pre>
   1940 <ul>
   1941 
   1942 </ul>
   1943 </div>
   1944 </div>
   1945 
   1946 
   1947 <div class="product">
   1948 <span class="title">chromeos-activate-date-0.0.1</span>
   1949 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   1950 <span class="homepage"><a href="">homepage</a></span>
   1951 <div class="licence">
   1952 <pre></pre>
   1953 <ul>
   1954 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li>
   1955 </ul>
   1956 </div>
   1957 </div>
   1958 
   1959 
   1960 <div class="product">
   1961 <span class="title">chromeos-assets-0.0.2</span>
   1962 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   1963 <span class="homepage"><a href="http://src.chromium.org">homepage</a></span>
   1964 <div class="licence">
   1965 <pre></pre>
   1966 <ul>
   1967 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li>
   1968 </ul>
   1969 </div>
   1970 </div>
   1971 
   1972 
   1973 <div class="product">
   1974 <span class="title">chromeos-auth-config-0.0.1</span>
   1975 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   1976 <span class="homepage"><a href="http://www.chromium.org">homepage</a></span>
   1977 <div class="licence">
   1978 <pre></pre>
   1979 <ul>
   1980 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li>
   1981 </ul>
   1982 </div>
   1983 </div>
   1984 
   1985 
   1986 <div class="product">
   1987 <span class="title">chromeos-base-0</span>
   1988 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   1989 <span class="homepage"><a href="http://src.chromium.org/">homepage</a></span>
   1990 <div class="licence">
   1991 <pre></pre>
   1992 <ul>
   1993 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li>
   1994 </ul>
   1995 </div>
   1996 </div>
   1997 
   1998 
   1999 <div class="product">
   2000 <span class="title">chromeos-bsp-alex-0.0.1</span>
   2001 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   2002 <span class="homepage"><a href="http://src.chromium.org">homepage</a></span>
   2003 <div class="licence">
   2004 <pre></pre>
   2005 <ul>
   2006 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li>
   2007 </ul>
   2008 </div>
   2009 </div>
   2010 
   2011 
   2012 <div class="product">
   2013 <span class="title">chromeos-bsp-x86-alex-0.0.2</span>
   2014 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   2015 <span class="homepage"><a href="http://src.chromium.org">homepage</a></span>
   2016 <div class="licence">
   2017 <pre></pre>
   2018 <ul>
   2019 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li>
   2020 </ul>
   2021 </div>
   2022 </div>
   2023 
   2024 
   2025 <div class="product">
   2026 <span class="title">chromeos-ca-certificates-0.0.1</span>
   2027 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   2028 <span class="homepage"><a href="http://src.chromium.org">homepage</a></span>
   2029 <div class="licence">
   2030 <pre></pre>
   2031 <ul>
   2032 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li>
   2033 </ul>
   2034 </div>
   2035 </div>
   2036 
   2037 
   2038 <div class="product">
   2039 <span class="title">chromeos-chrome-38.0.2096.1_rc</span>
   2040 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   2041 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span>
   2042 <div class="licence">
   2043 <pre></pre>
   2044 <ul>
   2045 <li><a href='#Google-TOS'>Gentoo Package Stock License Google-TOS</a></li>
   2046 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li>
   2047 </ul>
   2048 </div>
   2049 </div>
   2050 
   2051 
   2052 <div class="product">
   2053 <span class="title">chromeos-cryptohome-0.0.1</span>
   2054 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   2055 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span>
   2056 <div class="licence">
   2057 <pre></pre>
   2058 <ul>
   2059 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li>
   2060 </ul>
   2061 </div>
   2062 </div>
   2063 
   2064 
   2065 <div class="product">
   2066 <span class="title">chromeos-default-apps-1.2.0</span>
   2067 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   2068 <span class="homepage"><a href="">homepage</a></span>
   2069 <div class="licence">
   2070 <pre></pre>
   2071 <ul>
   2072 <li><a href='#Google-TOS'>Gentoo Package Stock License Google-TOS</a></li>
   2073 </ul>
   2074 </div>
   2075 </div>
   2076 
   2077 
   2078 <div class="product">
   2079 <span class="title">chromeos-factory-0.0.1</span>
   2080 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   2081 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span>
   2082 <div class="licence">
   2083 <pre></pre>
   2084 <ul>
   2085 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li>
   2086 </ul>
   2087 </div>
   2088 </div>
   2089 
   2090 
   2091 <div class="product">
   2092 <span class="title">chromeos-factory-board-3.0.0</span>
   2093 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   2094 <span class="homepage"><a href="http://src.chromium.org">homepage</a></span>
   2095 <div class="licence">
   2096 <pre></pre>
   2097 <ul>
   2098 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li>
   2099 </ul>
   2100 </div>
   2101 </div>
   2102 
   2103 
   2104 <div class="product">
   2105 <span class="title">chromeos-factory-mini-0.0.1</span>
   2106 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   2107 <span class="homepage"><a href="">homepage</a></span>
   2108 <div class="licence">
   2109 <pre></pre>
   2110 <ul>
   2111 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li>
   2112 </ul>
   2113 </div>
   2114 </div>
   2115 
   2116 
   2117 <div class="product">
   2118 <span class="title">chromeos-factory-regions-0.0.1</span>
   2119 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   2120 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span>
   2121 <div class="licence">
   2122 <pre></pre>
   2123 <ul>
   2124 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li>
   2125 </ul>
   2126 </div>
   2127 </div>
   2128 
   2129 
   2130 <div class="product">
   2131 <span class="title">chromeos-factoryinstall-0.0.1</span>
   2132 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   2133 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span>
   2134 <div class="licence">
   2135 <pre></pre>
   2136 <ul>
   2137 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li>
   2138 </ul>
   2139 </div>
   2140 </div>
   2141 
   2142 
   2143 <div class="product">
   2144 <span class="title">chromeos-firewall-init-0.0.1</span>
   2145 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   2146 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span>
   2147 <div class="licence">
   2148 <pre></pre>
   2149 <ul>
   2150 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li>
   2151 </ul>
   2152 </div>
   2153 </div>
   2154 
   2155 
   2156 <div class="product">
   2157 <span class="title">chromeos-firmware-alex-0.0.1</span>
   2158 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   2159 <span class="homepage"><a href="http://src.chromium.org">homepage</a></span>
   2160 <div class="licence">
   2161 <pre></pre>
   2162 <ul>
   2163 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li>
   2164 </ul>
   2165 </div>
   2166 </div>
   2167 
   2168 
   2169 <div class="product">
   2170 <span class="title">chromeos-hangul-1.2.0.3</span>
   2171 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   2172 <span class="homepage"><a href="https://code.google.com/p/google-input-tools/">homepage</a></span>
   2173 <div class="licence">
   2174 <pre></pre>
   2175 <ul>
   2176 <li><a href='#Apache-2.0'>Gentoo Package Stock License Apache-2.0</a></li>
   2177 </ul>
   2178 </div>
   2179 </div>
   2180 
   2181 
   2182 <div class="product">
   2183 <span class="title">chromeos-imageburner-0.0.1</span>
   2184 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   2185 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span>
   2186 <div class="licence">
   2187 <pre></pre>
   2188 <ul>
   2189 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li>
   2190 </ul>
   2191 </div>
   2192 </div>
   2193 
   2194 
   2195 <div class="product">
   2196 <span class="title">chromeos-init-0.0.25</span>
   2197 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   2198 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span>
   2199 <div class="licence">
   2200 <pre></pre>
   2201 <ul>
   2202 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li>
   2203 </ul>
   2204 </div>
   2205 </div>
   2206 
   2207 
   2208 <div class="product">
   2209 <span class="title">chromeos-initramfs-0.0.1</span>
   2210 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   2211 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span>
   2212 <div class="licence">
   2213 <pre></pre>
   2214 <ul>
   2215 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
   2216 </ul>
   2217 </div>
   2218 </div>
   2219 
   2220 
   2221 <div class="product">
   2222 <span class="title">chromeos-installer-0.0.1</span>
   2223 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   2224 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span>
   2225 <div class="licence">
   2226 <pre></pre>
   2227 <ul>
   2228 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li>
   2229 </ul>
   2230 </div>
   2231 </div>
   2232 
   2233 
   2234 <div class="product">
   2235 <span class="title">chromeos-login-0.0.5</span>
   2236 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   2237 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span>
   2238 <div class="licence">
   2239 <pre></pre>
   2240 <ul>
   2241 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li>
   2242 </ul>
   2243 </div>
   2244 </div>
   2245 
   2246 
   2247 <div class="product">
   2248 <span class="title">chromeos-minijail-0.0.1</span>
   2249 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   2250 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span>
   2251 <div class="licence">
   2252 <pre></pre>
   2253 <ul>
   2254 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li>
   2255 </ul>
   2256 </div>
   2257 </div>
   2258 
   2259 
   2260 <div class="product">
   2261 <span class="title">chromeos-test-init-0.0.1</span>
   2262 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   2263 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span>
   2264 <div class="licence">
   2265 <pre></pre>
   2266 <ul>
   2267 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li>
   2268 </ul>
   2269 </div>
   2270 </div>
   2271 
   2272 
   2273 <div class="product">
   2274 <span class="title">chromeos-test-testauthkeys-0.0.1</span>
   2275 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   2276 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span>
   2277 <div class="licence">
   2278 <pre></pre>
   2279 <ul>
   2280 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li>
   2281 </ul>
   2282 </div>
   2283 </div>
   2284 
   2285 
   2286 <div class="product">
   2287 <span class="title">chromite-0.0.1</span>
   2288 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   2289 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span>
   2290 <div class="licence">
   2291 <pre></pre>
   2292 <ul>
   2293 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li>
   2294 </ul>
   2295 </div>
   2296 </div>
   2297 
   2298 
   2299 <div class="product">
   2300 <span class="title">chvt-0.0.1</span>
   2301 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   2302 <span class="homepage"><a href="">homepage</a></span>
   2303 <div class="licence">
   2304 <pre></pre>
   2305 <ul>
   2306 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
   2307 </ul>
   2308 </div>
   2309 </div>
   2310 
   2311 
   2312 <div class="product">
   2313 <span class="title">ckermit-8.0.211</span>
   2314 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   2315 <span class="homepage"><a href="http://www.kermit-project.org/">homepage</a></span>
   2316 <div class="licence">
   2317 <pre>Gentoo Package Stock License Kermit:
   2318 
   2319 THE C-KERMIT 7.0 AND 8.0 LICENSE
   2320 
   2321   Last update: Thu Feb  8 17:41:07 2002
   2322 
   2323 This is the new C-Kermit 7.0 and 8.0 license.  The intention is to allow
   2324 C-Kermit to be distributed with "free" operating systems such as GNU/Linux,
   2325 FreeBSD, NetBSD, OpenBSD, The Hurd, etc, even when the distributions
   2326 themselves (such as Red Hat or Caldera) might be sold and/or might include
   2327 applications that are not free, and yet still require a license to include
   2328 C-Kermit in or with "non-free" products such as commercial OS's, commercial
   2329 software packages, embedded systems, and hardware (other than general-purpose
   2330 computers preloaded with "free" operating systems), since these licenses
   2331 furnish a large portion of the Kermit Project's funding.
   2332 
   2333 There have been some questions about the provision in Clause (A) that:
   2334 
   2335                                                                   The
   2336     C-Kermit source code may not be changed without the consent of the
   2337     Kermit Project, which will not be unreasonably withheld (this is
   2338     simply a matter of keeping a consistent and supportable code base).
   2339 
   2340 The intention of this clause is primarily to make sure that anybody who
   2341 makes modifications sends them back to us, since we are the ones have to
   2342 support C-Kermit, and so we can carry them through to future releases (so
   2343 you don't have to make the same changes again and again).
   2344 
   2345 Secondarily it is to protect Columbia University in the unlikely event of
   2346 modifications made with deliberate intent to offend or cause damage.
   2347 
   2348 Any redistributor of C-Kermit under Clause (A) below should rest assured
   2349 there is no intention of preventing them from constructing a distribution in
   2350 the appropriate format (RPM or whatever) for their product or from issuing
   2351 any patches required for their products; we simply want to be informed so we
   2352 can maintain a consistent code base and a solid, supportable software
   2353 package.  We are happy to work with any redistributor an any issues that
   2354 concern them.  If you have questions, send them to kermit (a] columbia.edu.
   2355 
   2356 Note: All changes to this file since 1 January 2000 (the C-Kermit 7.0
   2357 release date) are above; the license itself has not changed, except to
   2358 update the most recent copyright date.
   2359 
   2360 (Begin)
   2361 
   2362 Copyright (C) 1985, 2002,
   2363   The Trustees of Columbia University in the City of New York.
   2364   All rights reserved.
   2365 
   2366 PERMISSIONS:
   2367 
   2368 The C-Kermit software may be obtained directly from the Kermit Project at
   2369 Columbia University (or from any source explicitly licensed by the Kermit
   2370 Project or implicitly licensed by Clause (A) below) by any individual for
   2371 his or her OWN USE, and by any company or other organization for its own
   2372 INTERNAL DISTRIBUTION and use, including installation on servers that are
   2373 accessed by customers or clients, WITHOUT EXPLICIT LICENSE.
   2374 
   2375 Conditions for REDISTRIBUTION are as follows:
   2376 
   2377 (A) The C-Kermit software, in source and/or binary form, may be
   2378     included WITHOUT EXPLICIT LICENSE in distributions of OPERATING
   2379     SYSTEMS that have OSI (Open Source Initiative, www.opensource.org)
   2380     approved licenses, even if non-Open-Source applications (but not
   2381     operating systems) are included in the same distribution.  Such
   2382     distributions include, but are not limited to, CD-ROM, FTP site,
   2383     Web site, or preinstalled software on a new GENERAL-PURPOSE
   2384     computer, as long as the primary character of the distribution is
   2385     an Open Source operating system with accompanying utilities.  The
   2386     C-Kermit source code may not be changed without the consent of the
   2387     Kermit Project, which will not be unreasonably withheld (this is
   2388     simply a matter of keeping a consistent and supportable code base).
   2389 
   2390 (B) Inclusion of C-Kermit software in whole or in part, in any form, in
   2391     or with any product not covered by Clause (A), or its distribution
   2392     by any commercial enterprise to its actual or potential customers
   2393     or clients except as in Clause (A), requires a license from the
   2394     Kermit Project, Columbia University; contact kermit (a] columbia.edu.
   2395 
   2396 The name of Columbia University may not be used to endorse or promote
   2397 products derived from or including the C-Kermit software without specific
   2398 prior written permission.
   2399 
   2400 DISCLAIMER:
   2401 
   2402   THIS SOFTWARE IS PROVIDED AS IS, WITHOUT REPRESENTATION FROM THE
   2403   TRUSTEES OF COLUMBIA UNIVERSITY IN THE CITY OF NEW YORK AS TO ITS
   2404   FITNESS FOR ANY PURPOSE, AND WITHOUT WARRANTY BY THE TRUSTEES OF
   2405   COLUMBIA UNIVERSITY IN THE CITY OF NEW YORK OF ANY KIND, EITHER
   2406   EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION THE IMPLIED
   2407   WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
   2408   THE TRUSTEES OF COLUMBIA UNIVERSITY IN THE CITY OF NEW YORK SHALL NOT
   2409   BE LIABLE FOR ANY DAMAGES, INCLUDING SPECIAL, INDIRECT, INCIDENTAL,
   2410   OR CONSEQUENTIAL DAMAGES, WITH RESPECT TO ANY CLAIM ARISING OUT OF OR
   2411   IN CONNECTION WITH THE USE OF THE SOFTWARE, EVEN IF IT HAS BEEN OR IS
   2412   HEREAFTER ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.  YOU SHALL
   2413   INDEMNIFY AND HOLD HARMLESS THE TRUSTEES OF COLUMBIA UNIVERSITY IN
   2414   THE CITY OF NEW YORK, ITS EMPLOYEES AND AGENTS FROM AND AGAINST ANY
   2415   AND ALL CLAIMS, DEMANDS, LOSS, DAMAGE OR EXPENSE (INCLUDING
   2416   ATTORNEYS' FEES) ARISING OUT OF YOUR USE OF THIS SOFTWARE.
   2417 
   2418 The above copyright notice, permissions notice, and disclaimer may not be
   2419 removed, altered, or obscured and shall be included in all copies of the
   2420 C-Kermit software.  The Trustees of Columbia University in the City of
   2421 New York reserve the right to revoke this permission if any of the terms
   2422 of use set forth above are breached.
   2423 
   2424 (End)
   2425 
   2426 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   2427 </pre>
   2428 <ul>
   2429 
   2430 </ul>
   2431 </div>
   2432 </div>
   2433 
   2434 
   2435 <div class="product">
   2436 <span class="title">common-assets-0.0.1</span>
   2437 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   2438 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span>
   2439 <div class="licence">
   2440 <pre></pre>
   2441 <ul>
   2442 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li>
   2443 </ul>
   2444 </div>
   2445 </div>
   2446 
   2447 
   2448 <div class="product">
   2449 <span class="title">compositeproto-0.4.2</span>
   2450 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   2451 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span>
   2452 <div class="licence">
   2453 <pre>Scanned Source License compositeproto-0.4.2/COPYING:
   2454 
   2455 Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved.
   2456 
   2457 Permission is hereby granted, free of charge, to any person obtaining a
   2458 copy of this software and associated documentation files (the "Software"),
   2459 to deal in the Software without restriction, including without limitation
   2460 the rights to use, copy, modify, merge, publish, distribute, sublicense,
   2461 and/or sell copies of the Software, and to permit persons to whom the
   2462 Software is furnished to do so, subject to the following conditions:
   2463 
   2464 The above copyright notice and this permission notice (including the next
   2465 paragraph) shall be included in all copies or substantial portions of the
   2466 Software.
   2467 
   2468 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   2469 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   2470 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
   2471 THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
   2472 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
   2473 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
   2474 DEALINGS IN THE SOFTWARE.
   2475 
   2476 Copyright  2003 Keith Packard
   2477 
   2478 Permission to use, copy, modify, distribute, and sell this software and its
   2479 documentation for any purpose is hereby granted without fee, provided that
   2480 the above copyright notice appear in all copies and that both that
   2481 copyright notice and this permission notice appear in supporting
   2482 documentation, and that the name of Keith Packard not be used in
   2483 advertising or publicity pertaining to distribution of the software without
   2484 specific, written prior permission.  Keith Packard makes no
   2485 representations about the suitability of this software for any purpose.  It
   2486 is provided "as is" without express or implied warranty.
   2487 
   2488 KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
   2489 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
   2490 EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR
   2491 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
   2492 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
   2493 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
   2494 PERFORMANCE OF THIS SOFTWARE.
   2495 
   2496 
   2497 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   2498 </pre>
   2499 <ul>
   2500 
   2501 </ul>
   2502 </div>
   2503 </div>
   2504 
   2505 
   2506 <div class="product">
   2507 <span class="title">confuse-2.7</span>
   2508 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   2509 <span class="homepage"><a href="http://www.nongnu.org/confuse/">homepage</a></span>
   2510 <div class="licence">
   2511 <pre></pre>
   2512 <ul>
   2513 <li><a href='#ISC'>Gentoo Package Stock License ISC</a></li>
   2514 </ul>
   2515 </div>
   2516 </div>
   2517 
   2518 
   2519 <div class="product">
   2520 <span class="title">coreboot-2013.04</span>
   2521 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   2522 <span class="homepage"><a href="http://www.coreboot.org/">homepage</a></span>
   2523 <div class="licence">
   2524 <pre></pre>
   2525 <ul>
   2526 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
   2527 </ul>
   2528 </div>
   2529 </div>
   2530 
   2531 
   2532 <div class="product">
   2533 <span class="title">coreutils-8.22</span>
   2534 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   2535 <span class="homepage"><a href="http://www.gnu.org/software/coreutils/">homepage</a></span>
   2536 <div class="licence">
   2537 <pre></pre>
   2538 <ul>
   2539 <li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li>
   2540 </ul>
   2541 </div>
   2542 </div>
   2543 
   2544 
   2545 <div class="product">
   2546 <span class="title">cpio-2.11</span>
   2547 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   2548 <span class="homepage"><a href="http://www.gnu.org/software/cpio/cpio.html">homepage</a></span>
   2549 <div class="licence">
   2550 <pre></pre>
   2551 <ul>
   2552 <li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li>
   2553 </ul>
   2554 </div>
   2555 </div>
   2556 
   2557 
   2558 <div class="product">
   2559 <span class="title">crash-reporter-0.0.1</span>
   2560 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   2561 <span class="homepage"><a href="http://dev.chromium.org/chromium-os/platform">homepage</a></span>
   2562 <div class="licence">
   2563 <pre></pre>
   2564 <ul>
   2565 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li>
   2566 </ul>
   2567 </div>
   2568 </div>
   2569 
   2570 
   2571 <div class="product">
   2572 <span class="title">crda-1.1.1</span>
   2573 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   2574 <span class="homepage"><a href="http://wireless.kernel.org/en/developers/Regulatory">homepage</a></span>
   2575 <div class="licence">
   2576 <pre>Scanned Source License crda-1.1.1/LICENSE:
   2577 
   2578 Copyright (c) 2008, Luis R. Rodriguez &lt;mcgrof (a] gmail.com&gt;
   2579 Copyright (c) 2008, Johannes Berg &lt;johannes (a] sipsolutions.net&gt;
   2580 Copyright (c) 2008, Michael Green &lt;Michael.Green (a] Atheros.com&gt;
   2581 
   2582 Permission to use, copy, modify, and/or distribute this software for any
   2583 purpose with or without fee is hereby granted, provided that the above
   2584 copyright notice and this permission notice appear in all copies.
   2585 
   2586 THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
   2587 WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
   2588 MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
   2589 ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
   2590 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
   2591 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
   2592 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
   2593 
   2594 
   2595 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   2596 
   2597 Scanned Source License crda-1.1.1/debian-example/copyright:
   2598 
   2599 This package was debianized by Luis Rodriguez &lt;mcgrof (a] gmail.com&gt; on
   2600 Thu, 22 Jan 2009 16:00:00 +0100.
   2601 
   2602 The crda packages was downloaded from &lt;http://wireless.kernel.org/download/crda/>;
   2603 
   2604 Copyright (c) 2008, Luis R. Rodriguez &lt;mcgrof (a] gmail.com&gt;
   2605 Copyright (c) 2008, Johannes Berg &lt;johannes (a] sipsolutions.net&gt;
   2606 Copyright (c) 2008, Michael Green &lt;Michael.Green (a] Atheros.com&gt;
   2607 
   2608 Permission to use, copy, modify, and/or distribute this software for any
   2609 purpose with or without fee is hereby granted, provided that the above
   2610 copyright notice and this permission notice appear in all copies.
   2611 
   2612 THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
   2613 WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
   2614 MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
   2615 ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
   2616 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
   2617 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
   2618 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
   2619 
   2620 
   2621 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   2622 </pre>
   2623 <ul>
   2624 <li><a href='#as-is'>Gentoo Package Stock License as-is</a></li>
   2625 </ul>
   2626 </div>
   2627 </div>
   2628 
   2629 
   2630 <div class="product">
   2631 <span class="title">cros_boot_mode-0.0.1</span>
   2632 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   2633 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span>
   2634 <div class="licence">
   2635 <pre></pre>
   2636 <ul>
   2637 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li>
   2638 </ul>
   2639 </div>
   2640 </div>
   2641 
   2642 
   2643 <div class="product">
   2644 <span class="title">croscorefonts-1.23.0</span>
   2645 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   2646 <span class="homepage"><a href="">homepage</a></span>
   2647 <div class="licence">
   2648 <pre></pre>
   2649 <ul>
   2650 <li><a href='#Apache-2.0'>Gentoo Package Stock License Apache-2.0</a></li>
   2651 </ul>
   2652 </div>
   2653 </div>
   2654 
   2655 
   2656 <div class="product">
   2657 <span class="title">crosextrafonts-20130214</span>
   2658 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   2659 <span class="homepage"><a href="">homepage</a></span>
   2660 <div class="licence">
   2661 <pre></pre>
   2662 <ul>
   2663 <li><a href='#Apache-2.0'>Gentoo Package Stock License Apache-2.0</a></li>
   2664 </ul>
   2665 </div>
   2666 </div>
   2667 
   2668 
   2669 <div class="product">
   2670 <span class="title">crosextrafonts-carlito-20130920</span>
   2671 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   2672 <span class="homepage"><a href="">homepage</a></span>
   2673 <div class="licence">
   2674 <pre>Scanned Source License crosextrafonts-carlito-20130920/LICENSE:
   2675 
   2676 Copyright (c) 2010-2013 by tyPoland Lukasz Dziedzic with Reserved Font Name "Carlito".
   2677 
   2678 This Font Software is licensed under the SIL Open Font License,
   2679 Version 1.1 as shown below.
   2680 
   2681 SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
   2682 
   2683 PREAMBLE The goals of the Open Font License (OFL) are to stimulate
   2684 worldwide development of collaborative font projects, to support the font
   2685 creation efforts of academic and linguistic communities, and to provide
   2686 a free and open framework in which fonts may be shared and improved in
   2687 partnership with others.
   2688 
   2689 The OFL allows the licensed fonts to be used, studied, modified and
   2690 redistributed freely as long as they are not sold by themselves.
   2691 The fonts, including any derivative works, can be bundled, embedded,
   2692 redistributed and/or sold with any software provided that any reserved
   2693 names are not used by derivative works.  The fonts and derivatives,
   2694 however, cannot be released under any other type of license.  The
   2695 requirement for fonts to remain under this license does not apply to
   2696 any document created using the fonts or their derivatives.
   2697 
   2698 
   2699 DEFINITIONS
   2700 "Font Software" refers to the set of files released by the Copyright
   2701 Holder(s) under this license and clearly marked as such.
   2702 This may include source files, build scripts and documentation.
   2703 
   2704 "Reserved Font Name" refers to any names specified as such after the
   2705 copyright statement(s).
   2706 
   2707 "Original Version" refers to the collection of Font Software components
   2708 as distributed by the Copyright Holder(s).
   2709 
   2710 "Modified Version" refers to any derivative made by adding to, deleting,
   2711 or substituting ? in part or in whole ?
   2712 any of the components of the Original Version, by changing formats or
   2713 by porting the Font Software to a new environment.
   2714 
   2715 "Author" refers to any designer, engineer, programmer, technical writer
   2716 or other person who contributed to the Font Software.
   2717 
   2718 
   2719 PERMISSION &amp; CONDITIONS
   2720 
   2721 Permission is hereby granted, free of charge, to any person obtaining a
   2722 copy of the Font Software, to use, study, copy, merge, embed, modify,
   2723 redistribute, and sell modified and unmodified copies of the Font
   2724 Software, subject to the following conditions:
   2725 
   2726 1) Neither the Font Software nor any of its individual components,in
   2727    Original or Modified Versions, may be sold by itself.
   2728 
   2729 2) Original or Modified Versions of the Font Software may be bundled,
   2730    redistributed and/or sold with any software, provided that each copy
   2731    contains the above copyright notice and this license. These can be
   2732    included either as stand-alone text files, human-readable headers or
   2733    in the appropriate machine-readable metadata fields within text or
   2734    binary files as long as those fields can be easily viewed by the user.
   2735 
   2736 3) No Modified Version of the Font Software may use the Reserved Font
   2737    Name(s) unless explicit written permission is granted by the
   2738    corresponding Copyright Holder. This restriction only applies to the
   2739    primary font name as presented to the users.
   2740 
   2741 4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
   2742    Software shall not be used to promote, endorse or advertise any
   2743    Modified Version, except to acknowledge the contribution(s) of the
   2744    Copyright Holder(s) and the Author(s) or with their explicit written
   2745    permission.
   2746 
   2747 5) The Font Software, modified or unmodified, in part or in whole, must
   2748    be distributed entirely under this license, and must not be distributed
   2749    under any other license. The requirement for fonts to remain under
   2750    this license does not apply to any document created using the Font
   2751    Software.
   2752 
   2753 
   2754  
   2755 TERMINATION
   2756 This license becomes null and void if any of the above conditions are not met.
   2757 
   2758  
   2759 
   2760 DISCLAIMER
   2761 THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
   2762 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
   2763 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
   2764 OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT.  IN NO EVENT SHALL THE
   2765 COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
   2766 INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
   2767 DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
   2768 FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER
   2769 DEALINGS IN THE FONT SOFTWARE.
   2770 
   2771 
   2772 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   2773 </pre>
   2774 <ul>
   2775 <li><a href='#OFL-1.1'>Gentoo Package Stock License OFL-1.1</a></li>
   2776 </ul>
   2777 </div>
   2778 </div>
   2779 
   2780 
   2781 <div class="product">
   2782 <span class="title">crosh-0.0.1</span>
   2783 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   2784 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span>
   2785 <div class="licence">
   2786 <pre></pre>
   2787 <ul>
   2788 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li>
   2789 </ul>
   2790 </div>
   2791 </div>
   2792 
   2793 
   2794 <div class="product">
   2795 <span class="title">ctemplate-1.0</span>
   2796 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   2797 <span class="homepage"><a href="http://code.google.com/p/google-ctemplate/">homepage</a></span>
   2798 <div class="licence">
   2799 <pre>Scanned Source License ctemplate-1.0/COPYING:
   2800 
   2801 Copyright (c) 2005, Google Inc.
   2802 All rights reserved.
   2803 
   2804 Redistribution and use in source and binary forms, with or without
   2805 modification, are permitted provided that the following conditions are
   2806 met:
   2807 
   2808     * Redistributions of source code must retain the above copyright
   2809 notice, this list of conditions and the following disclaimer.
   2810     * Redistributions in binary form must reproduce the above
   2811 copyright notice, this list of conditions and the following disclaimer
   2812 in the documentation and/or other materials provided with the
   2813 distribution.
   2814     * Neither the name of Google Inc. nor the names of its
   2815 contributors may be used to endorse or promote products derived from
   2816 this software without specific prior written permission.
   2817 
   2818 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
   2819 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
   2820 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
   2821 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
   2822 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
   2823 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
   2824 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
   2825 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
   2826 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
   2827 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
   2828 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
   2829 
   2830 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   2831 
   2832 Scanned Source License ctemplate-1.0/packages/deb/copyright:
   2833 
   2834 This package was debianized by Google Inc. &lt;opensource (a] google.com&gt; on
   2835 13 March 2006.
   2836 
   2837 It was downloaded from http://code.google.com/
   2838 
   2839 Upstream Author: opensource (a] google.com
   2840 
   2841 Copyright (c) 2006, Google Inc.
   2842 All rights reserved.
   2843 
   2844 Redistribution and use in source and binary forms, with or without
   2845 modification, are permitted provided that the following conditions are
   2846 met:
   2847 
   2848     * Redistributions of source code must retain the above copyright
   2849 notice, this list of conditions and the following disclaimer.
   2850     * Redistributions in binary form must reproduce the above
   2851 copyright notice, this list of conditions and the following disclaimer
   2852 in the documentation and/or other materials provided with the
   2853 distribution.
   2854     * Neither the name of Google Inc. nor the names of its
   2855 contributors may be used to endorse or promote products derived from
   2856 this software without specific prior written permission.
   2857 
   2858 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
   2859 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
   2860 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
   2861 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
   2862 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
   2863 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
   2864 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
   2865 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
   2866 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
   2867 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
   2868 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
   2869 
   2870 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   2871 </pre>
   2872 <ul>
   2873 
   2874 </ul>
   2875 </div>
   2876 </div>
   2877 
   2878 
   2879 <div class="product">
   2880 <span class="title">curl-7.31.0</span>
   2881 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   2882 <span class="homepage"><a href="http://curl.haxx.se/">homepage</a></span>
   2883 <div class="licence">
   2884 <pre>Scanned Source License curl-7.31.0/COPYING:
   2885 
   2886 COPYRIGHT AND PERMISSION NOTICE
   2887 
   2888 Copyright (c) 1996 - 2013, Daniel Stenberg, &lt;daniel (a] haxx.se&gt;.
   2889 
   2890 All rights reserved.
   2891 
   2892 Permission to use, copy, modify, and distribute this software for any purpose
   2893 with or without fee is hereby granted, provided that the above copyright
   2894 notice and this permission notice appear in all copies.
   2895 
   2896 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   2897 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   2898 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY RIGHTS. IN
   2899 NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
   2900 DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
   2901 OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE
   2902 OR OTHER DEALINGS IN THE SOFTWARE.
   2903 
   2904 Except as contained in this notice, the name of a copyright holder shall not
   2905 be used in advertising or otherwise to promote the sale, use or other dealings
   2906 in this Software without prior written authorization of the copyright holder.
   2907 
   2908 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   2909 
   2910 Scanned Source License curl-7.31.0/docs/LICENSE-MIXING:
   2911 
   2912          License Mixing with apps, libcurl and Third Party Libraries
   2913          ===========================================================
   2914 
   2915 libcurl can be built to use a fair amount of various third party libraries,
   2916 libraries that are written and provided by other parties that are distributed
   2917 using their own licenses. Even libcurl itself contains code that may cause
   2918 problems to some. This document attempts to describe what licenses libcurl and
   2919 the other libraries use and what possible dilemmas linking and mixing them all
   2920 can lead to for end users.
   2921 
   2922 I am not a lawyer and this is not legal advice!
   2923 
   2924 One common dilemma is that GPL[1]-licensed code is not allowed to be linked
   2925 with code licensed under the Original BSD license (with the announcement
   2926 clause). You may still build your own copies that use them all, but
   2927 distributing them as binaries would be to violate the GPL license - unless you
   2928 accompany your license with an exception[2]. This particular problem was
   2929 addressed when the Modified BSD license was created, which does not have the
   2930 announcement clause that collides with GPL.
   2931 
   2932 libcurl http://curl.haxx.se/docs/copyright.html
   2933 
   2934         Uses an MIT (or Modified BSD)-style license that is as liberal as
   2935         possible.  Some of the source files that deal with KRB4 have Original
   2936         BSD-style announce-clause licenses. You may not distribute binaries
   2937         with krb4-enabled libcurl that also link with GPL-licensed code!
   2938 
   2939 OpenSSL http://www.openssl.org/source/license.html
   2940 
   2941         (May be used for SSL/TLS support) Uses an Original BSD-style license
   2942         with an announcement clause that makes it "incompatible" with GPL. You
   2943         are not allowed to ship binaries that link with OpenSSL that includes
   2944         GPL code (unless that specific GPL code includes an exception for
   2945         OpenSSL - a habit that is growing more and more common). If OpenSSL's
   2946         licensing is a problem for you, consider using GnuTLS or yassl
   2947         instead.
   2948 
   2949 GnuTLS  http://www.gnutls.org/
   2950 
   2951         (May be used for SSL/TLS support) Uses the LGPL[3] license. If this is
   2952         a problem for you, consider using OpenSSL instead. Also note that
   2953         GnuTLS itself depends on and uses other libs (libgcrypt and
   2954         libgpg-error) and they too are LGPL- or GPL-licensed.
   2955 
   2956 yassl   http://www.yassl.com/
   2957 
   2958         (May be used for SSL/TLS support) Uses the GPL[1] license. If this is
   2959         a problem for you, consider using OpenSSL or GnuTLS instead.
   2960 
   2961 NSS     http://www.mozilla.org/projects/security/pki/nss/
   2962 
   2963         (May be used for SSL/TLS support) Is covered by the MPL[4] license,
   2964         the GPL[1] license and the LGPL[3] license. You may choose to license
   2965         the code under MPL terms, GPL terms, or LGPL terms. These licenses
   2966         grant you different permissions and impose different obligations. You
   2967         should select the license that best meets your needs.
   2968 
   2969 axTLS   http://axtls.sourceforge.net/
   2970 
   2971         (May be used for SSL/TLS support) Uses a Modified BSD-style license.
   2972 
   2973 c-ares  http://daniel.haxx.se/projects/c-ares/license.html
   2974 
   2975         (Used for asynchronous name resolves) Uses an MIT license that is very
   2976         liberal and imposes no restrictions on any other library or part you
   2977         may link with.
   2978 
   2979 zlib    http://www.gzip.org/zlib/zlib_license.html
   2980 
   2981         (Used for compressed Transfer-Encoding support) Uses an MIT-style
   2982         license that shouldn't collide with any other library.
   2983 
   2984 krb4
   2985 
   2986         While nothing in particular says that a Kerberos4 library must use any
   2987         particular license, the one I've tried and used successfully so far
   2988         (kth-krb4) is partly Original BSD-licensed with the announcement
   2989         clause. Some of the code in libcurl that is written to deal with
   2990         Kerberos4 is Modified BSD-licensed.
   2991 
   2992 MIT Kerberos http://web.mit.edu/kerberos/www/dist/
   2993 
   2994         (May be used for GSS support) MIT licensed, that shouldn't collide
   2995         with any other parts.
   2996 
   2997 Heimdal http://www.pdc.kth.se/heimdal/
   2998 
   2999         (May be used for GSS support) Heimdal is Original BSD licensed with
   3000         the announcement clause.
   3001 
   3002 GNU GSS http://www.gnu.org/software/gss/
   3003 
   3004         (May be used for GSS support) GNU GSS is GPL licensed. Note that you
   3005         may not distribute binary curl packages that uses this if you build
   3006         curl to also link and use any Original BSD licensed libraries!
   3007 
   3008 fbopenssl
   3009 
   3010         (Used for SPNEGO support) Unclear license. Based on its name, I assume
   3011         that it uses the OpenSSL license and thus shares the same issues as
   3012         described for OpenSSL above.
   3013 
   3014 libidn  http://josefsson.org/libidn/
   3015 
   3016         (Used for IDNA support) Uses the GNU Lesser General Public
   3017         License [3]. LGPL is a variation of GPL with slightly less aggressive
   3018         "copyleft". This license requires more requirements to be met when
   3019         distributing binaries, see the license for details. Also note that if
   3020         you distribute a binary that includes this library, you must also
   3021         include the full LGPL license text. Please properly point out what
   3022         parts of the distributed package that the license addresses.
   3023 
   3024 OpenLDAP http://www.openldap.org/software/release/license.html
   3025 
   3026         (Used for LDAP support) Uses a Modified BSD-style license. Since
   3027         libcurl uses OpenLDAP as a shared library only, I have not heard of
   3028         anyone that ships OpenLDAP linked with libcurl in an app.
   3029 
   3030 libssh2 http://www.libssh2.org/
   3031 
   3032         (Used for scp and sftp support) libssh2 uses a Modified BSD-style
   3033         license.
   3034 
   3035 [1] = GPL - GNU General Public License: http://www.gnu.org/licenses/gpl.html
   3036 [2] = http://www.fsf.org/licenses/gpl-faq.html#GPLIncompatibleLibs details on
   3037       how to write such an exception to the GPL
   3038 [3] = LGPL - GNU Lesser General Public License:
   3039       http://www.gnu.org/licenses/lgpl.html
   3040 [4] = MPL - Mozilla Public License:
   3041       http://www.mozilla.org/MPL/
   3042 
   3043 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   3044 </pre>
   3045 <ul>
   3046 
   3047 </ul>
   3048 </div>
   3049 </div>
   3050 
   3051 
   3052 <div class="product">
   3053 <span class="title">daisydog-0.0.1</span>
   3054 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   3055 <span class="homepage"><a href="https://chromium.googlesource.com/chromiumos/third_party/daisydog">homepage</a></span>
   3056 <div class="licence">
   3057 <pre></pre>
   3058 <ul>
   3059 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
   3060 </ul>
   3061 </div>
   3062 </div>
   3063 
   3064 
   3065 <div class="product">
   3066 <span class="title">damageproto-1.2.1</span>
   3067 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   3068 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span>
   3069 <div class="licence">
   3070 <pre>Scanned Source License damageproto-1.2.1/COPYING:
   3071 
   3072 $Id: COPYING,v 1.1 2003-10-24 06:16:46 keithp Exp $
   3073 
   3074 Copyright  2001,2003 Keith Packard
   3075 Copyright  2007 Eric Anholt
   3076 
   3077 Permission to use, copy, modify, distribute, and sell this software and its
   3078 documentation for any purpose is hereby granted without fee, provided that
   3079 the above copyright notice appear in all copies and that both that
   3080 copyright notice and this permission notice appear in supporting
   3081 documentation, and that the name of Keith Packard not be used in
   3082 advertising or publicity pertaining to distribution of the software without
   3083 specific, written prior permission.  Keith Packard makes no
   3084 representations about the suitability of this software for any purpose.  It
   3085 is provided "as is" without express or implied warranty.
   3086 
   3087 KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
   3088 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
   3089 EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR
   3090 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
   3091 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
   3092 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
   3093 PERFORMANCE OF THIS SOFTWARE.
   3094 
   3095 
   3096 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   3097 </pre>
   3098 <ul>
   3099 
   3100 </ul>
   3101 </div>
   3102 </div>
   3103 
   3104 
   3105 <div class="product">
   3106 <span class="title">dash-0.5.5.1.7</span>
   3107 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   3108 <span class="homepage"><a href="http://gondor.apana.org.au/~herbert/dash/">homepage</a></span>
   3109 <div class="licence">
   3110 <pre>Scanned Source License dash-0.5.5.1/COPYING:
   3111 
   3112 Copyright (c) 1989-1994
   3113 	The Regents of the University of California.  All rights reserved.
   3114 Copyright (c) 1997 Christos Zoulas.  All rights reserved.
   3115 Copyright (c) 1997-2005
   3116 	Herbert Xu &lt;herbert (a] gondor.apana.org.au&gt;.  All rights reserved.
   3117 
   3118 This code is derived from software contributed to Berkeley by Kenneth Almquist.
   3119 
   3120 
   3121 Redistribution and use in source and binary forms, with or without
   3122 modification, are permitted provided that the following conditions
   3123 are met:
   3124 1. Redistributions of source code must retain the above copyright
   3125    notice, this list of conditions and the following disclaimer.
   3126 2. Redistributions in binary form must reproduce the above copyright
   3127    notice, this list of conditions and the following disclaimer in the
   3128    documentation and/or other materials provided with the distribution.
   3129 3. Neither the name of the University nor the names of its contributors
   3130    may be used to endorse or promote products derived from this software
   3131    without specific prior written permission.
   3132 
   3133 THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
   3134 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
   3135 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
   3136 ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
   3137 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
   3138 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
   3139 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
   3140 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
   3141 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
   3142 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
   3143 SUCH DAMAGE.
   3144 
   3145 mksignames.c:
   3146 
   3147 This file is not directly linked with dash.  However, its output is.
   3148 
   3149 Copyright (C) 1992 Free Software Foundation, Inc.
   3150 
   3151 This file is part of GNU Bash, the Bourne Again SHell.
   3152 
   3153 Bash is free software; you can redistribute it and/or modify it under
   3154 the terms of the GNU General Public License as published by the Free
   3155 Software Foundation; either version 2, or (at your option) any later
   3156 version.
   3157 
   3158 Bash is distributed in the hope that it will be useful, but WITHOUT ANY
   3159 WARRANTY; without even the implied warranty of MERCHANTABILITY or
   3160 FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
   3161 for more details.
   3162 
   3163 You should have received a copy of the GNU General Public License with
   3164 your Debian GNU/Linux system, in /usr/share/common-licenses/GPL, or with the
   3165 Debian GNU/Linux hello source package as the file COPYING.  If not,
   3166 write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330,
   3167 Boston, MA 02111 USA.
   3168 
   3169 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   3170 </pre>
   3171 <ul>
   3172 
   3173 </ul>
   3174 </div>
   3175 </div>
   3176 
   3177 
   3178 <div class="product">
   3179 <span class="title">dbus-1.6.8</span>
   3180 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   3181 <span class="homepage"><a href="http://dbus.freedesktop.org/">homepage</a></span>
   3182 <div class="licence">
   3183 <pre></pre>
   3184 <ul>
   3185 <li><a href='#AFL-2.1'>Gentoo Package Stock License AFL-2.1</a></li>
   3186 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
   3187 </ul>
   3188 </div>
   3189 </div>
   3190 
   3191 
   3192 <div class="product">
   3193 <span class="title">dbus-c++-0.0.2</span>
   3194 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   3195 <span class="homepage"><a href="http://www.freedesktop.org/wiki/Software/dbus-c%2B%2B">homepage</a></span>
   3196 <div class="licence">
   3197 <pre></pre>
   3198 <ul>
   3199 <li><a href='#LGPL-2'>Gentoo Package Stock License LGPL-2</a></li>
   3200 </ul>
   3201 </div>
   3202 </div>
   3203 
   3204 
   3205 <div class="product">
   3206 <span class="title">dbus-glib-0.100.2</span>
   3207 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   3208 <span class="homepage"><a href="http://dbus.freedesktop.org/">homepage</a></span>
   3209 <div class="licence">
   3210 <pre></pre>
   3211 <ul>
   3212 <li><a href='#AFL-2.1'>Gentoo Package Stock License AFL-2.1</a></li>
   3213 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
   3214 </ul>
   3215 </div>
   3216 </div>
   3217 
   3218 
   3219 <div class="product">
   3220 <span class="title">dbus-python-0.84.0</span>
   3221 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   3222 <span class="homepage"><a href="http://www.freedesktop.org/wiki/Software/DBusBindings">homepage</a></span>
   3223 <div class="licence">
   3224 <pre>Scanned Source License dbus-python-0.84.0/COPYING:
   3225 
   3226 As of version 0.82.4, dbus-python is released under the following permissive
   3227 non-copyleft license (the same one used for D-Bus core):
   3228 
   3229 	Permission is hereby granted, free of charge, to any person
   3230 	obtaining a copy of this software and associated documentation
   3231 	files (the "Software"), to deal in the Software without
   3232 	restriction, including without limitation the rights to use, copy,
   3233 	modify, merge, publish, distribute, sublicense, and/or sell copies
   3234 	of the Software, and to permit persons to whom the Software is
   3235 	furnished to do so, subject to the following conditions:
   3236 
   3237 	The above copyright notice and this permission notice shall be
   3238 	included in all copies or substantial portions of the Software.
   3239 
   3240 	THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
   3241 	EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
   3242 	MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
   3243 	NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
   3244 	HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
   3245 	WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
   3246 	OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
   3247 	DEALINGS IN THE SOFTWARE.
   3248 
   3249 Copyright holders and licensing are indicated in the source files.
   3250 
   3251 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   3252 </pre>
   3253 <ul>
   3254 
   3255 </ul>
   3256 </div>
   3257 </div>
   3258 
   3259 
   3260 <div class="product">
   3261 <span class="title">dbus-spy-0.0.1</span>
   3262 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   3263 <span class="homepage"><a href="http://vidner.net/martin/software/dbus-spy/">homepage</a></span>
   3264 <div class="licence">
   3265 <pre>Gentoo Package Stock License CC-BY-3.0:
   3266 
   3267 Creative Commons Legal Code
   3268 
   3269 Attribution 3.0 Unported
   3270 
   3271     CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE
   3272     LEGAL SERVICES. DISTRIBUTION OF THIS LICENSE DOES NOT CREATE AN
   3273     ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS
   3274     INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES
   3275     REGARDING THE INFORMATION PROVIDED, AND DISCLAIMS LIABILITY FOR
   3276     DAMAGES RESULTING FROM ITS USE.
   3277 
   3278 License
   3279 
   3280 THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CREATIVE
   3281 COMMONS PUBLIC LICENSE ("CCPL" OR "LICENSE"). THE WORK IS PROTECTED BY
   3282 COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE WORK OTHER THAN AS
   3283 AUTHORIZED UNDER THIS LICENSE OR COPYRIGHT LAW IS PROHIBITED.
   3284 
   3285 BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND AGREE
   3286 TO BE BOUND BY THE TERMS OF THIS LICENSE. TO THE EXTENT THIS LICENSE MAY
   3287 BE CONSIDERED TO BE A CONTRACT, THE LICENSOR GRANTS YOU THE RIGHTS
   3288 CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS AND
   3289 CONDITIONS.
   3290 
   3291 1. Definitions
   3292 
   3293  a. "Adaptation" means a work based upon the Work, or upon the Work and
   3294     other pre-existing works, such as a translation, adaptation,
   3295     derivative work, arrangement of music or other alterations of a
   3296     literary or artistic work, or phonogram or performance and includes
   3297     cinematographic adaptations or any other form in which the Work may be
   3298     recast, transformed, or adapted including in any form recognizably
   3299     derived from the original, except that a work that constitutes a
   3300     Collection will not be considered an Adaptation for the purpose of
   3301     this License. For the avoidance of doubt, where the Work is a musical
   3302     work, performance or phonogram, the synchronization of the Work in
   3303     timed-relation with a moving image ("synching") will be considered an
   3304     Adaptation for the purpose of this License.
   3305  b. "Collection" means a collection of literary or artistic works, such as
   3306     encyclopedias and anthologies, or performances, phonograms or
   3307     broadcasts, or other works or subject matter other than works listed
   3308     in Section 1(f) below, which, by reason of the selection and
   3309     arrangement of their contents, constitute intellectual creations, in
   3310     which the Work is included in its entirety in unmodified form along
   3311     with one or more other contributions, each constituting separate and
   3312     independent works in themselves, which together are assembled into a
   3313     collective whole. A work that constitutes a Collection will not be
   3314     considered an Adaptation (as defined above) for the purposes of this
   3315     License.
   3316  c. "Distribute" means to make available to the public the original and
   3317     copies of the Work or Adaptation, as appropriate, through sale or
   3318     other transfer of ownership.
   3319  d. "Licensor" means the individual, individuals, entity or entities that
   3320     offer(s) the Work under the terms of this License.
   3321  e. "Original Author" means, in the case of a literary or artistic work,
   3322     the individual, individuals, entity or entities who created the Work
   3323     or if no individual or entity can be identified, the publisher; and in
   3324     addition (i) in the case of a performance the actors, singers,
   3325     musicians, dancers, and other persons who act, sing, deliver, declaim,
   3326     play in, interpret or otherwise perform literary or artistic works or
   3327     expressions of folklore; (ii) in the case of a phonogram the producer
   3328     being the person or legal entity who first fixes the sounds of a
   3329     performance or other sounds; and, (iii) in the case of broadcasts, the
   3330     organization that transmits the broadcast.
   3331  f. "Work" means the literary and/or artistic work offered under the terms
   3332     of this License including without limitation any production in the
   3333     literary, scientific and artistic domain, whatever may be the mode or
   3334     form of its expression including digital form, such as a book,
   3335     pamphlet and other writing; a lecture, address, sermon or other work
   3336     of the same nature; a dramatic or dramatico-musical work; a
   3337     choreographic work or entertainment in dumb show; a musical
   3338     composition with or without words; a cinematographic work to which are
   3339     assimilated works expressed by a process analogous to cinematography;
   3340     a work of drawing, painting, architecture, sculpture, engraving or
   3341     lithography; a photographic work to which are assimilated works
   3342     expressed by a process analogous to photography; a work of applied
   3343     art; an illustration, map, plan, sketch or three-dimensional work
   3344     relative to geography, topography, architecture or science; a
   3345     performance; a broadcast; a phonogram; a compilation of data to the
   3346     extent it is protected as a copyrightable work; or a work performed by
   3347     a variety or circus performer to the extent it is not otherwise
   3348     considered a literary or artistic work.
   3349  g. "You" means an individual or entity exercising rights under this
   3350     License who has not previously violated the terms of this License with
   3351     respect to the Work, or who has received express permission from the
   3352     Licensor to exercise rights under this License despite a previous
   3353     violation.
   3354  h. "Publicly Perform" means to perform public recitations of the Work and
   3355     to communicate to the public those public recitations, by any means or
   3356     process, including by wire or wireless means or public digital
   3357     performances; to make available to the public Works in such a way that
   3358     members of the public may access these Works from a place and at a
   3359     place individually chosen by them; to perform the Work to the public
   3360     by any means or process and the communication to the public of the
   3361     performances of the Work, including by public digital performance; to
   3362     broadcast and rebroadcast the Work by any means including signs,
   3363     sounds or images.
   3364  i. "Reproduce" means to make copies of the Work by any means including
   3365     without limitation by sound or visual recordings and the right of
   3366     fixation and reproducing fixations of the Work, including storage of a
   3367     protected performance or phonogram in digital form or other electronic
   3368     medium.
   3369 
   3370 2. Fair Dealing Rights. Nothing in this License is intended to reduce,
   3371 limit, or restrict any uses free from copyright or rights arising from
   3372 limitations or exceptions that are provided for in connection with the
   3373 copyright protection under copyright law or other applicable laws.
   3374 
   3375 3. License Grant. Subject to the terms and conditions of this License,
   3376 Licensor hereby grants You a worldwide, royalty-free, non-exclusive,
   3377 perpetual (for the duration of the applicable copyright) license to
   3378 exercise the rights in the Work as stated below:
   3379 
   3380  a. to Reproduce the Work, to incorporate the Work into one or more
   3381     Collections, and to Reproduce the Work as incorporated in the
   3382     Collections;
   3383  b. to create and Reproduce Adaptations provided that any such Adaptation,
   3384     including any translation in any medium, takes reasonable steps to
   3385     clearly label, demarcate or otherwise identify that changes were made
   3386     to the original Work. For example, a translation could be marked "The
   3387     original work was translated from English to Spanish," or a
   3388     modification could indicate "The original work has been modified.";
   3389  c. to Distribute and Publicly Perform the Work including as incorporated
   3390     in Collections; and,
   3391  d. to Distribute and Publicly Perform Adaptations.
   3392  e. For the avoidance of doubt:
   3393 
   3394      i. Non-waivable Compulsory License Schemes. In those jurisdictions in
   3395         which the right to collect royalties through any statutory or
   3396         compulsory licensing scheme cannot be waived, the Licensor
   3397         reserves the exclusive right to collect such royalties for any
   3398         exercise by You of the rights granted under this License;
   3399     ii. Waivable Compulsory License Schemes. In those jurisdictions in
   3400         which the right to collect royalties through any statutory or
   3401         compulsory licensing scheme can be waived, the Licensor waives the
   3402         exclusive right to collect such royalties for any exercise by You
   3403         of the rights granted under this License; and,
   3404    iii. Voluntary License Schemes. The Licensor waives the right to
   3405         collect royalties, whether individually or, in the event that the
   3406         Licensor is a member of a collecting society that administers
   3407         voluntary licensing schemes, via that society, from any exercise
   3408         by You of the rights granted under this License.
   3409 
   3410 The above rights may be exercised in all media and formats whether now
   3411 known or hereafter devised. The above rights include the right to make
   3412 such modifications as are technically necessary to exercise the rights in
   3413 other media and formats. Subject to Section 8(f), all rights not expressly
   3414 granted by Licensor are hereby reserved.
   3415 
   3416 4. Restrictions. The license granted in Section 3 above is expressly made
   3417 subject to and limited by the following restrictions:
   3418 
   3419  a. You may Distribute or Publicly Perform the Work only under the terms
   3420     of this License. You must include a copy of, or the Uniform Resource
   3421     Identifier (URI) for, this License with every copy of the Work You
   3422     Distribute or Publicly Perform. You may not offer or impose any terms
   3423     on the Work that restrict the terms of this License or the ability of
   3424     the recipient of the Work to exercise the rights granted to that
   3425     recipient under the terms of the License. You may not sublicense the
   3426     Work. You must keep intact all notices that refer to this License and
   3427     to the disclaimer of warranties with every copy of the Work You
   3428     Distribute or Publicly Perform. When You Distribute or Publicly
   3429     Perform the Work, You may not impose any effective technological
   3430     measures on the Work that restrict the ability of a recipient of the
   3431     Work from You to exercise the rights granted to that recipient under
   3432     the terms of the License. This Section 4(a) applies to the Work as
   3433     incorporated in a Collection, but this does not require the Collection
   3434     apart from the Work itself to be made subject to the terms of this
   3435     License. If You create a Collection, upon notice from any Licensor You
   3436     must, to the extent practicable, remove from the Collection any credit
   3437     as required by Section 4(b), as requested. If You create an
   3438     Adaptation, upon notice from any Licensor You must, to the extent
   3439     practicable, remove from the Adaptation any credit as required by
   3440     Section 4(b), as requested.
   3441  b. If You Distribute, or Publicly Perform the Work or any Adaptations or
   3442     Collections, You must, unless a request has been made pursuant to
   3443     Section 4(a), keep intact all copyright notices for the Work and
   3444     provide, reasonable to the medium or means You are utilizing: (i) the
   3445     name of the Original Author (or pseudonym, if applicable) if supplied,
   3446     and/or if the Original Author and/or Licensor designate another party
   3447     or parties (e.g., a sponsor institute, publishing entity, journal) for
   3448     attribution ("Attribution Parties") in Licensor's copyright notice,
   3449     terms of service or by other reasonable means, the name of such party
   3450     or parties; (ii) the title of the Work if supplied; (iii) to the
   3451     extent reasonably practicable, the URI, if any, that Licensor
   3452     specifies to be associated with the Work, unless such URI does not
   3453     refer to the copyright notice or licensing information for the Work;
   3454     and (iv) , consistent with Section 3(b), in the case of an Adaptation,
   3455     a credit identifying the use of the Work in the Adaptation (e.g.,
   3456     "French translation of the Work by Original Author," or "Screenplay
   3457     based on original Work by Original Author"). The credit required by
   3458     this Section 4(b) may be implemented in any reasonable manner;
   3459     provided, however, that in the case of a Adaptation or Collection, at
   3460     a minimum such credit will appear, if a credit for all contributing
   3461     authors of the Adaptation or Collection appears, then as part of these
   3462     credits and in a manner at least as prominent as the credits for the
   3463     other contributing authors. For the avoidance of doubt, You may only
   3464     use the credit required by this Section for the purpose of attribution
   3465     in the manner set out above and, by exercising Your rights under this
   3466     License, You may not implicitly or explicitly assert or imply any
   3467     connection with, sponsorship or endorsement by the Original Author,
   3468     Licensor and/or Attribution Parties, as appropriate, of You or Your
   3469     use of the Work, without the separate, express prior written
   3470     permission of the Original Author, Licensor and/or Attribution
   3471     Parties.
   3472  c. Except as otherwise agreed in writing by the Licensor or as may be
   3473     otherwise permitted by applicable law, if You Reproduce, Distribute or
   3474     Publicly Perform the Work either by itself or as part of any
   3475     Adaptations or Collections, You must not distort, mutilate, modify or
   3476     take other derogatory action in relation to the Work which would be
   3477     prejudicial to the Original Author's honor or reputation. Licensor
   3478     agrees that in those jurisdictions (e.g. Japan), in which any exercise
   3479     of the right granted in Section 3(b) of this License (the right to
   3480     make Adaptations) would be deemed to be a distortion, mutilation,
   3481     modification or other derogatory action prejudicial to the Original
   3482     Author's honor and reputation, the Licensor will waive or not assert,
   3483     as appropriate, this Section, to the fullest extent permitted by the
   3484     applicable national law, to enable You to reasonably exercise Your
   3485     right under Section 3(b) of this License (right to make Adaptations)
   3486     but not otherwise.
   3487 
   3488 5. Representations, Warranties and Disclaimer
   3489 
   3490 UNLESS OTHERWISE MUTUALLY AGREED TO BY THE PARTIES IN WRITING, LICENSOR
   3491 OFFERS THE WORK AS-IS AND MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY
   3492 KIND CONCERNING THE WORK, EXPRESS, IMPLIED, STATUTORY OR OTHERWISE,
   3493 INCLUDING, WITHOUT LIMITATION, WARRANTIES OF TITLE, MERCHANTIBILITY,
   3494 FITNESS FOR A PARTICULAR PURPOSE, NONINFRINGEMENT, OR THE ABSENCE OF
   3495 LATENT OR OTHER DEFECTS, ACCURACY, OR THE PRESENCE OF ABSENCE OF ERRORS,
   3496 WHETHER OR NOT DISCOVERABLE. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION
   3497 OF IMPLIED WARRANTIES, SO SUCH EXCLUSION MAY NOT APPLY TO YOU.
   3498 
   3499 6. Limitation on Liability. EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE
   3500 LAW, IN NO EVENT WILL LICENSOR BE LIABLE TO YOU ON ANY LEGAL THEORY FOR
   3501 ANY SPECIAL, INCIDENTAL, CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES
   3502 ARISING OUT OF THIS LICENSE OR THE USE OF THE WORK, EVEN IF LICENSOR HAS
   3503 BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
   3504 
   3505 7. Termination
   3506 
   3507  a. This License and the rights granted hereunder will terminate
   3508     automatically upon any breach by You of the terms of this License.
   3509     Individuals or entities who have received Adaptations or Collections
   3510     from You under this License, however, will not have their licenses
   3511     terminated provided such individuals or entities remain in full
   3512     compliance with those licenses. Sections 1, 2, 5, 6, 7, and 8 will
   3513     survive any termination of this License.
   3514  b. Subject to the above terms and conditions, the license granted here is
   3515     perpetual (for the duration of the applicable copyright in the Work).
   3516     Notwithstanding the above, Licensor reserves the right to release the
   3517     Work under different license terms or to stop distributing the Work at
   3518     any time; provided, however that any such election will not serve to
   3519     withdraw this License (or any other license that has been, or is
   3520     required to be, granted under the terms of this License), and this
   3521     License will continue in full force and effect unless terminated as
   3522     stated above.
   3523 
   3524 8. Miscellaneous
   3525 
   3526  a. Each time You Distribute or Publicly Perform the Work or a Collection,
   3527     the Licensor offers to the recipient a license to the Work on the same
   3528     terms and conditions as the license granted to You under this License.
   3529  b. Each time You Distribute or Publicly Perform an Adaptation, Licensor
   3530     offers to the recipient a license to the original Work on the same
   3531     terms and conditions as the license granted to You under this License.
   3532  c. If any provision of this License is invalid or unenforceable under
   3533     applicable law, it shall not affect the validity or enforceability of
   3534     the remainder of the terms of this License, and without further action
   3535     by the parties to this agreement, such provision shall be reformed to
   3536     the minimum extent necessary to make such provision valid and
   3537     enforceable.
   3538  d. No term or provision of this License shall be deemed waived and no
   3539     breach consented to unless such waiver or consent shall be in writing
   3540     and signed by the party to be charged with such waiver or consent.
   3541  e. This License constitutes the entire agreement between the parties with
   3542     respect to the Work licensed here. There are no understandings,
   3543     agreements or representations with respect to the Work not specified
   3544     here. Licensor shall not be bound by any additional provisions that
   3545     may appear in any communication from You. This License may not be
   3546     modified without the mutual written agreement of the Licensor and You.
   3547  f. The rights granted under, and the subject matter referenced, in this
   3548     License were drafted utilizing the terminology of the Berne Convention
   3549     for the Protection of Literary and Artistic Works (as amended on
   3550     September 28, 1979), the Rome Convention of 1961, the WIPO Copyright
   3551     Treaty of 1996, the WIPO Performances and Phonograms Treaty of 1996
   3552     and the Universal Copyright Convention (as revised on July 24, 1971).
   3553     These rights and subject matter take effect in the relevant
   3554     jurisdiction in which the License terms are sought to be enforced
   3555     according to the corresponding provisions of the implementation of
   3556     those treaty provisions in the applicable national law. If the
   3557     standard suite of rights granted under applicable copyright law
   3558     includes additional rights not granted under this License, such
   3559     additional rights are deemed to be included in the License; this
   3560     License is not intended to restrict the license of any rights under
   3561     applicable law.
   3562 
   3563 
   3564 Creative Commons Notice
   3565 
   3566     Creative Commons is not a party to this License, and makes no warranty
   3567     whatsoever in connection with the Work. Creative Commons will not be
   3568     liable to You or any party on any legal theory for any damages
   3569     whatsoever, including without limitation any general, special,
   3570     incidental or consequential damages arising in connection to this
   3571     license. Notwithstanding the foregoing two (2) sentences, if Creative
   3572     Commons has expressly identified itself as the Licensor hereunder, it
   3573     shall have all rights and obligations of Licensor.
   3574 
   3575     Except for the limited purpose of indicating to the public that the
   3576     Work is licensed under the CCPL, Creative Commons does not authorize
   3577     the use by either party of the trademark "Creative Commons" or any
   3578     related trademark or logo of Creative Commons without the prior
   3579     written consent of Creative Commons. Any permitted use will be in
   3580     compliance with Creative Commons' then-current trademark usage
   3581     guidelines, as may be published on its website or otherwise made
   3582     available upon request from time to time. For the avoidance of doubt,
   3583     this trademark restriction does not form part of this License.
   3584 
   3585     Creative Commons may be contacted at http://creativecommons.org/.
   3586 
   3587 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   3588 </pre>
   3589 <ul>
   3590 
   3591 </ul>
   3592 </div>
   3593 </div>
   3594 
   3595 
   3596 <div class="product">
   3597 <span class="title">dejavu-2.33</span>
   3598 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   3599 <span class="homepage"><a href="http://dejavu.sourceforge.net/">homepage</a></span>
   3600 <div class="licence">
   3601 <pre>Gentoo Package Stock License BitstreamVera:
   3602 
   3603 Bitstream Vera Fonts Copyright
   3604 
   3605 The fonts have a generous copyright, allowing derivative works (as
   3606 long as "Bitstream" or "Vera" are not in the names), and full
   3607 redistribution (so long as they are not *sold* by themselves). They
   3608 can be be bundled, redistributed and sold with any software.
   3609 
   3610 The fonts are distributed under the following copyright:
   3611 
   3612 Copyright
   3613 =========
   3614 
   3615 Copyright (c) 2003 by Bitstream, Inc. All Rights Reserved. Bitstream
   3616 Vera is a trademark of Bitstream, Inc.
   3617 
   3618 Permission is hereby granted, free of charge, to any person obtaining
   3619 a copy of the fonts accompanying this license ("Fonts") and associated
   3620 documentation files (the "Font Software"), to reproduce and distribute
   3621 the Font Software, including without limitation the rights to use,
   3622 copy, merge, publish, distribute, and/or sell copies of the Font
   3623 Software, and to permit persons to whom the Font Software is furnished
   3624 to do so, subject to the following conditions:
   3625 
   3626 The above copyright and trademark notices and this permission notice
   3627 shall be included in all copies of one or more of the Font Software
   3628 typefaces.
   3629 
   3630 The Font Software may be modified, altered, or added to, and in
   3631 particular the designs of glyphs or characters in the Fonts may be
   3632 modified and additional glyphs or characters may be added to the
   3633 Fonts, only if the fonts are renamed to names not containing either
   3634 the words "Bitstream" or the word "Vera".
   3635 
   3636 This License becomes null and void to the extent applicable to Fonts
   3637 or Font Software that has been modified and is distributed under the
   3638 "Bitstream Vera" names.
   3639 
   3640 The Font Software may be sold as part of a larger software package but
   3641 no copy of one or more of the Font Software typefaces may be sold by
   3642 itself.
   3643 
   3644 THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
   3645 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
   3646 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
   3647 OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL
   3648 BITSTREAM OR THE GNOME FOUNDATION BE LIABLE FOR ANY CLAIM, DAMAGES OR
   3649 OTHER LIABILITY, INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL,
   3650 OR CONSEQUENTIAL DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR
   3651 OTHERWISE, ARISING FROM, OUT OF THE USE OR INABILITY TO USE THE FONT
   3652 SOFTWARE OR FROM OTHER DEALINGS IN THE FONT SOFTWARE.
   3653 
   3654 Except as contained in this notice, the names of Gnome, the Gnome
   3655 Foundation, and Bitstream Inc., shall not be used in advertising or
   3656 otherwise to promote the sale, use or other dealings in this Font
   3657 Software without prior written authorization from the Gnome Foundation
   3658 or Bitstream Inc., respectively. For further information, contact:
   3659 fonts at gnome dot org.
   3660 
   3661 Copyright FAQ
   3662 =============
   3663 
   3664    1. I don't understand the resale restriction... What gives?
   3665 
   3666       Bitstream is giving away these fonts, but wishes to ensure its
   3667       competitors can't just drop the fonts as is into a font sale system
   3668       and sell them as is. It seems fair that if Bitstream can't make money
   3669       from the Bitstream Vera fonts, their competitors should not be able to
   3670       do so either. You can sell the fonts as part of any software package,
   3671       however.
   3672 
   3673    2. I want to package these fonts separately for distribution and
   3674       sale as part of a larger software package or system.  Can I do so?
   3675 
   3676       Yes. A RPM or Debian package is a "larger software package" to begin 
   3677       with, and you aren't selling them independently by themselves. 
   3678       See 1. above.
   3679 
   3680    3. Are derivative works allowed?
   3681       Yes!
   3682 
   3683    4. Can I change or add to the font(s)?
   3684       Yes, but you must change the name(s) of the font(s).
   3685 
   3686    5. Under what terms are derivative works allowed?
   3687 
   3688       You must change the name(s) of the fonts. This is to ensure the
   3689       quality of the fonts, both to protect Bitstream and Gnome. We want to
   3690       ensure that if an application has opened a font specifically of these
   3691       names, it gets what it expects (though of course, using fontconfig,
   3692       substitutions could still could have occurred during font
   3693       opening). You must include the Bitstream copyright. Additional
   3694       copyrights can be added, as per copyright law. Happy Font Hacking!
   3695 
   3696    6. If I have improvements for Bitstream Vera, is it possible they might get 
   3697        adopted in future versions?
   3698 
   3699       Yes. The contract between the Gnome Foundation and Bitstream has
   3700       provisions for working with Bitstream to ensure quality additions to
   3701       the Bitstream Vera font family. Please contact us if you have such
   3702       additions. Note, that in general, we will want such additions for the
   3703       entire family, not just a single font, and that you'll have to keep
   3704       both Gnome and Jim Lyles, Vera's designer, happy! To make sense to add
   3705       glyphs to the font, they must be stylistically in keeping with Vera's
   3706       design. Vera cannot become a "ransom note" font. Jim Lyles will be
   3707       providing a document describing the design elements used in Vera, as a
   3708       guide and aid for people interested in contributing to Vera.
   3709 
   3710    7. I want to sell a software package that uses these fonts: Can I do so?
   3711 
   3712       Sure. Bundle the fonts with your software and sell your software
   3713       with the fonts. That is the intent of the copyright.
   3714 
   3715    8. If applications have built the names "Bitstream Vera" into them, 
   3716       can I override this somehow to use fonts of my choosing?
   3717 
   3718       This depends on exact details of the software. Most open source
   3719       systems and software (e.g., Gnome, KDE, etc.) are now converting to
   3720       use fontconfig (see www.fontconfig.org) to handle font configuration,
   3721       selection and substitution; it has provisions for overriding font
   3722       names and subsituting alternatives. An example is provided by the
   3723       supplied local.conf file, which chooses the family Bitstream Vera for
   3724       "sans", "serif" and "monospace".  Other software (e.g., the XFree86
   3725       core server) has other mechanisms for font substitution.
   3726 
   3727 
   3728 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   3729 </pre>
   3730 <ul>
   3731 
   3732 </ul>
   3733 </div>
   3734 </div>
   3735 
   3736 
   3737 <div class="product">
   3738 <span class="title">dev-install-0.0.1</span>
   3739 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   3740 <span class="homepage"><a href="http://www.chromium.org/chromium-os">homepage</a></span>
   3741 <div class="licence">
   3742 <pre></pre>
   3743 <ul>
   3744 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li>
   3745 </ul>
   3746 </div>
   3747 </div>
   3748 
   3749 
   3750 <div class="product">
   3751 <span class="title">dhcp-4.2.2</span>
   3752 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   3753 <span class="homepage"><a href="http://www.isc.org/products/DHCP">homepage</a></span>
   3754 <div class="licence">
   3755 <pre>Scanned Source License dhcp-4.2.2/LICENSE:
   3756 
   3757 # Copyright (c) 2004-2011 by Internet Systems Consortium, Inc. ("ISC")
   3758 # Copyright (c) 1995-2003 by Internet Software Consortium
   3759 #
   3760 # Permission to use, copy, modify, and distribute this software for any
   3761 # purpose with or without fee is hereby granted, provided that the above
   3762 # copyright notice and this permission notice appear in all copies.
   3763 #
   3764 # THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
   3765 # WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
   3766 # MERCHANTABILITY AND FITNESS.  IN NO EVENT SHALL ISC BE LIABLE FOR
   3767 # ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
   3768 # WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
   3769 # ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
   3770 # OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
   3771 #
   3772 #   Internet Systems Consortium, Inc.
   3773 #   950 Charter Street
   3774 #   Redwood City, CA 94063
   3775 #   &lt;info (a] isc.org&gt;
   3776 #   https://www.isc.org/
   3777 
   3778 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   3779 
   3780 Scanned Source License dhcp-4.2.2/bind/bind-9.8.0-P4/COPYRIGHT:
   3781 
   3782 Copyright (C) 2004-2011  Internet Systems Consortium, Inc. ("ISC")
   3783 Copyright (C) 1996-2003  Internet Software Consortium.
   3784 
   3785 Permission to use, copy, modify, and/or distribute this software for any
   3786 purpose with or without fee is hereby granted, provided that the above
   3787 copyright notice and this permission notice appear in all copies.
   3788 
   3789 THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
   3790 REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
   3791 AND FITNESS.  IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
   3792 INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
   3793 LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
   3794 OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
   3795 PERFORMANCE OF THIS SOFTWARE.
   3796 
   3797 $Id: COPYRIGHT,v 1.17 2011-01-04 23:47:13 tbox Exp $
   3798 
   3799 Portions Copyright (C) 1996-2001  Nominum, Inc.
   3800 
   3801 Permission to use, copy, modify, and distribute this software for any
   3802 purpose with or without fee is hereby granted, provided that the above
   3803 copyright notice and this permission notice appear in all copies.
   3804 
   3805 THE SOFTWARE IS PROVIDED "AS IS" AND NOMINUM DISCLAIMS ALL WARRANTIES
   3806 WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
   3807 MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL NOMINUM BE LIABLE FOR
   3808 ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
   3809 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
   3810 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
   3811 OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
   3812 
   3813 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   3814 
   3815 Scanned Source License dhcp-4.2.2/bind/bind-9.8.0-P4/contrib/idn/idnkit-1.0-src/LICENSE.txt:
   3816 
   3817 Copyright (c) 2000-2002 Japan Network Information Center.  All rights reserved.
   3818  
   3819 By using this file, you agree to the terms and conditions set forth bellow.
   3820 
   3821 			LICENSE TERMS AND CONDITIONS 
   3822 
   3823 The following License Terms and Conditions apply, unless a different
   3824 license is obtained from Japan Network Information Center ("JPNIC"),
   3825 a Japanese association, Kokusai-Kougyou-Kanda Bldg 6F, 2-3-4 Uchi-Kanda,
   3826 Chiyoda-ku, Tokyo 101-0047, Japan.
   3827 
   3828 1. Use, Modification and Redistribution (including distribution of any
   3829    modified or derived work) in source and/or binary forms is permitted
   3830    under this License Terms and Conditions.
   3831 
   3832 2. Redistribution of source code must retain the copyright notices as they
   3833    appear in each source code file, this License Terms and Conditions.
   3834 
   3835 3. Redistribution in binary form must reproduce the Copyright Notice,
   3836    this License Terms and Conditions, in the documentation and/or other
   3837    materials provided with the distribution.  For the purposes of binary
   3838    distribution the "Copyright Notice" refers to the following language:
   3839    "Copyright (c) 2000-2002 Japan Network Information Center.  All rights reserved."
   3840 
   3841 4. The name of JPNIC may not be used to endorse or promote products
   3842    derived from this Software without specific prior written approval of
   3843    JPNIC.
   3844 
   3845 5. Disclaimer/Limitation of Liability: THIS SOFTWARE IS PROVIDED BY JPNIC
   3846    "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
   3847    LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
   3848    PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL JPNIC BE LIABLE
   3849    FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
   3850    CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
   3851    SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
   3852    BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
   3853    WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
   3854    OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
   3855    ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
   3856 
   3857 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   3858 
   3859 Scanned Source License dhcp-4.2.2/bind/bind-9.8.0-P4/contrib/zkt/LICENSE:
   3860 
   3861 Copyright (c) 2005 - 2008, Holger Zuleger HZnet. All rights reserved.
   3862 
   3863 This software is open source.
   3864 
   3865 Redistribution and use in source and binary forms, with or without
   3866 modification, are permitted provided that the following conditions
   3867 are met:
   3868 
   3869 Redistributions of source code must retain the above copyright notice,
   3870 this list of conditions and the following disclaimer.
   3871 
   3872 Redistributions in binary form must reproduce the above copyright notice,
   3873 this list of conditions and the following disclaimer in the documentation
   3874 and/or other materials provided with the distribution.
   3875 
   3876 Neither the name of Holger Zuleger HZnet nor the names of its contributors may
   3877 be used to endorse or promote products derived from this software without
   3878 specific prior written permission.
   3879 
   3880 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
   3881 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
   3882 TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
   3883 PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE
   3884 LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
   3885 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
   3886 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
   3887 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
   3888 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
   3889 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
   3890 POSSIBILITY OF SUCH DAMAGE.
   3891 
   3892 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   3893 </pre>
   3894 <ul>
   3895 <li><a href='#as-is'>Gentoo Package Stock License as-is</a></li>
   3896 </ul>
   3897 </div>
   3898 </div>
   3899 
   3900 
   3901 <div class="product">
   3902 <span class="title">dhcpcd-5.1.4</span>
   3903 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   3904 <span class="homepage"><a href="http://roy.marples.name/projects/dhcpcd/">homepage</a></span>
   3905 <div class="licence">
   3906 <pre>Copyright Attribution License chromiumos-overlay/licenses/copyright-attribution/net-misc/dhcpcd:
   3907 
   3908 Copyright (c) 2006-2010 Roy Marples &lt;roy (a] marples.name&gt;
   3909 All rights reserved
   3910 
   3911 Redistribution and use in source and binary forms, with or without
   3912 modification, are permitted provided that the following conditions
   3913 are met:
   3914 1. Redistributions of source code must retain the above copyright
   3915    notice, this list of conditions and the following disclaimer.
   3916 2. Redistributions in binary form must reproduce the above copyright
   3917    notice, this list of conditions and the following disclaimer in the
   3918    documentation and/or other materials provided with the distribution.
   3919 
   3920 THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
   3921 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
   3922 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
   3923 ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
   3924 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
   3925 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
   3926 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
   3927 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
   3928 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
   3929 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
   3930 SUCH DAMAGE.
   3931 
   3932 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   3933 </pre>
   3934 <ul>
   3935 
   3936 </ul>
   3937 </div>
   3938 </div>
   3939 
   3940 
   3941 <div class="product">
   3942 <span class="title">diffutils-3.2</span>
   3943 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   3944 <span class="homepage"><a href="http://www.gnu.org/software/diffutils/">homepage</a></span>
   3945 <div class="licence">
   3946 <pre></pre>
   3947 <ul>
   3948 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
   3949 </ul>
   3950 </div>
   3951 </div>
   3952 
   3953 
   3954 <div class="product">
   3955 <span class="title">dmidecode-2.11</span>
   3956 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   3957 <span class="homepage"><a href="http://www.nongnu.org/dmidecode/">homepage</a></span>
   3958 <div class="licence">
   3959 <pre></pre>
   3960 <ul>
   3961 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
   3962 </ul>
   3963 </div>
   3964 </div>
   3965 
   3966 
   3967 <div class="product">
   3968 <span class="title">dnsmasq-2.50</span>
   3969 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   3970 <span class="homepage"><a href="http://www.thekelleys.org.uk/dnsmasq/">homepage</a></span>
   3971 <div class="licence">
   3972 <pre></pre>
   3973 <ul>
   3974 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
   3975 </ul>
   3976 </div>
   3977 </div>
   3978 
   3979 
   3980 <div class="product">
   3981 <span class="title">docbook-xml-dtd-4.1.2</span>
   3982 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   3983 <span class="homepage"><a href="http://www.docbook.org/">homepage</a></span>
   3984 <div class="licence">
   3985 <pre></pre>
   3986 <ul>
   3987 <li><a href='#as-is'>Gentoo Package Stock License as-is</a></li>
   3988 </ul>
   3989 </div>
   3990 </div>
   3991 
   3992 
   3993 <div class="product">
   3994 <span class="title">dosfstools-3.0.26</span>
   3995 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   3996 <span class="homepage"><a href="http://www.daniel-baumann.ch/software/dosfstools/">homepage</a></span>
   3997 <div class="licence">
   3998 <pre></pre>
   3999 <ul>
   4000 <li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li>
   4001 </ul>
   4002 </div>
   4003 </div>
   4004 
   4005 
   4006 <div class="product">
   4007 <span class="title">dpkt-1.8</span>
   4008 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   4009 <span class="homepage"><a href="http://code.google.com/p/dpkt/">homepage</a></span>
   4010 <div class="licence">
   4011 <pre>Scanned Source License dpkt-1.8/LICENSE:
   4012 
   4013   
   4014   Copyright (c) 2004 Dug Song &lt;dugsong (a] monkey.org&gt;
   4015   All rights reserved, all wrongs reversed.
   4016 
   4017   Redistribution and use in source and binary forms, with or without
   4018   modification, are permitted provided that the following conditions
   4019   are met:
   4020 
   4021   1. Redistributions of source code must retain the above copyright
   4022      notice, this list of conditions and the following disclaimer.
   4023   2. Redistributions in binary form must reproduce the above copyright
   4024      notice, this list of conditions and the following disclaimer in the
   4025      documentation and/or other materials provided with the distribution.
   4026   3. The names of the authors and copyright holders may not be used to
   4027      endorse or promote products derived from this software without
   4028      specific prior written permission.
   4029 
   4030   THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,
   4031   INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
   4032   AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL
   4033   THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
   4034   EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
   4035   PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
   4036   OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
   4037   WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
   4038   OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
   4039   ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
   4040 
   4041 
   4042 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   4043 
   4044 Scanned Source License dpkt-1.8/PKG-INFO:
   4045 
   4046 Metadata-Version: 1.0
   4047 Name: dpkt
   4048 Version: 1.8
   4049 Summary: dumb packet module
   4050 Home-page: http://dpkt.googlecode.com/
   4051 Author: Dug Song &lt;dugsong (a] monkey.org&gt;
   4052 Author-email: UNKNOWN
   4053 License: UNKNOWN
   4054 Description: UNKNOWN
   4055 Platform: UNKNOWN
   4056 
   4057 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   4058 </pre>
   4059 <ul>
   4060 
   4061 </ul>
   4062 </div>
   4063 </div>
   4064 
   4065 
   4066 <div class="product">
   4067 <span class="title">dri2proto-2.6</span>
   4068 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   4069 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span>
   4070 <div class="licence">
   4071 <pre>Scanned Source License dri2proto-2.6/COPYING:
   4072 
   4073 Copyright  2007 Red Hat, Inc.
   4074 
   4075 Permission is hereby granted, free of charge, to any person obtaining a
   4076 copy of this software and associated documentation files (the "Soft-
   4077 ware"), to deal in the Software without restriction, including without
   4078 limitation the rights to use, copy, modify, merge, publish, distribute,
   4079 and/or sell copies of the Software, and to permit persons to whom the
   4080 Software is furnished to do so, provided that the above copyright
   4081 notice(s) and this permission notice appear in all copies of the Soft-
   4082 ware and that both the above copyright notice(s) and this permission
   4083 notice appear in supporting documentation.
   4084 
   4085 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
   4086 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABIL-
   4087 ITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY
   4088 RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN
   4089 THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSE-
   4090 QUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
   4091 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
   4092 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFOR-
   4093 MANCE OF THIS SOFTWARE.
   4094 
   4095 Except as contained in this notice, the name of a copyright holder shall
   4096 not be used in advertising or otherwise to promote the sale, use or
   4097 other dealings in this Software without prior written authorization of
   4098 the copyright holder.
   4099 
   4100 Authors:
   4101   Kristian Hgsberg (krh (a] redhat.com)
   4102 
   4103 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   4104 </pre>
   4105 <ul>
   4106 
   4107 </ul>
   4108 </div>
   4109 </div>
   4110 
   4111 
   4112 <div class="product">
   4113 <span class="title">droidfonts-cros-20121206</span>
   4114 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   4115 <span class="homepage"><a href="">homepage</a></span>
   4116 <div class="licence">
   4117 <pre></pre>
   4118 <ul>
   4119 <li><a href='#Apache-2.0'>Gentoo Package Stock License Apache-2.0</a></li>
   4120 </ul>
   4121 </div>
   4122 </div>
   4123 
   4124 
   4125 <div class="product">
   4126 <span class="title">dtc-1.4.0</span>
   4127 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   4128 <span class="homepage"><a href="http://git.jdl.com/gitweb/?p=dtc.git">homepage</a></span>
   4129 <div class="licence">
   4130 <pre></pre>
   4131 <ul>
   4132 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
   4133 </ul>
   4134 </div>
   4135 </div>
   4136 
   4137 
   4138 <div class="product">
   4139 <span class="title">e2fsprogs-1.42</span>
   4140 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   4141 <span class="homepage"><a href="http://e2fsprogs.sourceforge.net/">homepage</a></span>
   4142 <div class="licence">
   4143 <pre>Scanned Source License e2fsprogs-1.42/COPYING:
   4144 
   4145 This package, the EXT2 filesystem utilities, are made available under
   4146 the GNU Public License version 2, with the exception of the lib/ext2fs
   4147 and lib/e2p libraries, which are made available under the GNU Library
   4148 General Public License Version 2, the lib/uuid library which is made
   4149 available under a BSD-style license and the lib/et and lib/ss
   4150 libraries which are made available under an MIT-style license.  Please
   4151 see lib/uuid/COPYING for more details for the license for the files
   4152 comprising the libuuid library, and the source file headers of the
   4153 libet and libss libraries for more information.
   4154 
   4155 The most recent officially distributed version can be found at
   4156 http://e2fsprogs.sourceforge.net.  If you need to make a distribution,
   4157 that's the one you should use.  If there is some reason why you'd like
   4158 a more recent version that is still in ALPHA testing (i.e., either
   4159 using the "WIP" test distributions or one from the hg or git
   4160 repository from the development branch, please contact me
   4161 (tytso (a] mit.edu) before you ship.  The release schedules for this
   4162 package are flexible, if you give me enough lead time.
   4163 
   4164 
   4165 					Theodore Ts'o
   4166 					23-June-2007
   4167 
   4168 ----------------------------------------------------------------------
   4169 
   4170 		    GNU GENERAL PUBLIC LICENSE
   4171 		       Version 2, June 1991
   4172 
   4173  Copyright (C) 1989, 1991 Free Software Foundation, Inc.
   4174      59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
   4175  Everyone is permitted to copy and distribute verbatim copies
   4176  of this license document, but changing it is not allowed.
   4177 
   4178 			    Preamble
   4179 
   4180   The licenses for most software are designed to take away your
   4181 freedom to share and change it.  By contrast, the GNU General Public
   4182 License is intended to guarantee your freedom to share and change free
   4183 software--to make sure the software is free for all its users.  This
   4184 General Public License applies to most of the Free Software
   4185 Foundation's software and to any other program whose authors commit to
   4186 using it.  (Some other Free Software Foundation software is covered by
   4187 the GNU Library General Public License instead.)  You can apply it to
   4188 your programs, too.
   4189 
   4190   When we speak of free software, we are referring to freedom, not
   4191 price.  Our General Public Licenses are designed to make sure that you
   4192 have the freedom to distribute copies of free software (and charge for
   4193 this service if you wish), that you receive source code or can get it
   4194 if you want it, that you can change the software or use pieces of it
   4195 in new free programs; and that you know you can do these things.
   4196 
   4197   To protect your rights, we need to make restrictions that forbid
   4198 anyone to deny you these rights or to ask you to surrender the rights.
   4199 These restrictions translate to certain responsibilities for you if you
   4200 distribute copies of the software, or if you modify it.
   4201 
   4202   For example, if you distribute copies of such a program, whether
   4203 gratis or for a fee, you must give the recipients all the rights that
   4204 you have.  You must make sure that they, too, receive or can get the
   4205 source code.  And you must show them these terms so they know their
   4206 rights.
   4207 
   4208   We protect your rights with two steps: (1) copyright the software, and
   4209 (2) offer you this license which gives you legal permission to copy,
   4210 distribute and/or modify the software.
   4211 
   4212   Also, for each author's protection and ours, we want to make certain
   4213 that everyone understands that there is no warranty for this free
   4214 software.  If the software is modified by someone else and passed on, we
   4215 want its recipients to know that what they have is not the original, so
   4216 that any problems introduced by others will not reflect on the original
   4217 authors' reputations.
   4218 
   4219   Finally, any free program is threatened constantly by software
   4220 patents.  We wish to avoid the danger that redistributors of a free
   4221 program will individually obtain patent licenses, in effect making the
   4222 program proprietary.  To prevent this, we have made it clear that any
   4223 patent must be licensed for everyone's free use or not licensed at all.
   4224 
   4225   The precise terms and conditions for copying, distribution and
   4226 modification follow.
   4227 
   4228 		    GNU GENERAL PUBLIC LICENSE
   4229    TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
   4230 
   4231   0. This License applies to any program or other work which contains
   4232 a notice placed by the copyright holder saying it may be distributed
   4233 under the terms of this General Public License.  The "Program", below,
   4234 refers to any such program or work, and a "work based on the Program"
   4235 means either the Program or any derivative work under copyright law:
   4236 that is to say, a work containing the Program or a portion of it,
   4237 either verbatim or with modifications and/or translated into another
   4238 language.  (Hereinafter, translation is included without limitation in
   4239 the term "modification".)  Each licensee is addressed as "you".
   4240 
   4241 Activities other than copying, distribution and modification are not
   4242 covered by this License; they are outside its scope.  The act of
   4243 running the Program is not restricted, and the output from the Program
   4244 is covered only if its contents constitute a work based on the
   4245 Program (independent of having been made by running the Program).
   4246 Whether that is true depends on what the Program does.
   4247 
   4248   1. You may copy and distribute verbatim copies of the Program's
   4249 source code as you receive it, in any medium, provided that you
   4250 conspicuously and appropriately publish on each copy an appropriate
   4251 copyright notice and disclaimer of warranty; keep intact all the
   4252 notices that refer to this License and to the absence of any warranty;
   4253 and give any other recipients of the Program a copy of this License
   4254 along with the Program.
   4255 
   4256 You may charge a fee for the physical act of transferring a copy, and
   4257 you may at your option offer warranty protection in exchange for a fee.
   4258 
   4259   2. You may modify your copy or copies of the Program or any portion
   4260 of it, thus forming a work based on the Program, and copy and
   4261 distribute such modifications or work under the terms of Section 1
   4262 above, provided that you also meet all of these conditions:
   4263 
   4264     a) You must cause the modified files to carry prominent notices
   4265     stating that you changed the files and the date of any change.
   4266 
   4267     b) You must cause any work that you distribute or publish, that in
   4268     whole or in part contains or is derived from the Program or any
   4269     part thereof, to be licensed as a whole at no charge to all third
   4270     parties under the terms of this License.
   4271 
   4272     c) If the modified program normally reads commands interactively
   4273     when run, you must cause it, when started running for such
   4274     interactive use in the most ordinary way, to print or display an
   4275     announcement including an appropriate copyright notice and a
   4276     notice that there is no warranty (or else, saying that you provide
   4277     a warranty) and that users may redistribute the program under
   4278     these conditions, and telling the user how to view a copy of this
   4279     License.  (Exception: if the Program itself is interactive but
   4280     does not normally print such an announcement, your work based on
   4281     the Program is not required to print an announcement.)
   4282 
   4283 These requirements apply to the modified work as a whole.  If
   4284 identifiable sections of that work are not derived from the Program,
   4285 and can be reasonably considered independent and separate works in
   4286 themselves, then this License, and its terms, do not apply to those
   4287 sections when you distribute them as separate works.  But when you
   4288 distribute the same sections as part of a whole which is a work based
   4289 on the Program, the distribution of the whole must be on the terms of
   4290 this License, whose permissions for other licensees extend to the
   4291 entire whole, and thus to each and every part regardless of who wrote it.
   4292 
   4293 Thus, it is not the intent of this section to claim rights or contest
   4294 your rights to work written entirely by you; rather, the intent is to
   4295 exercise the right to control the distribution of derivative or
   4296 collective works based on the Program.
   4297 
   4298 In addition, mere aggregation of another work not based on the Program
   4299 with the Program (or with a work based on the Program) on a volume of
   4300 a storage or distribution medium does not bring the other work under
   4301 the scope of this License.
   4302 
   4303   3. You may copy and distribute the Program (or a work based on it,
   4304 under Section 2) in object code or executable form under the terms of
   4305 Sections 1 and 2 above provided that you also do one of the following:
   4306 
   4307     a) Accompany it with the complete corresponding machine-readable
   4308     source code, which must be distributed under the terms of Sections
   4309     1 and 2 above on a medium customarily used for software interchange; or,
   4310 
   4311     b) Accompany it with a written offer, valid for at least three
   4312     years, to give any third party, for a charge no more than your
   4313     cost of physically performing source distribution, a complete
   4314     machine-readable copy of the corresponding source code, to be
   4315     distributed under the terms of Sections 1 and 2 above on a medium
   4316     customarily used for software interchange; or,
   4317 
   4318     c) Accompany it with the information you received as to the offer
   4319     to distribute corresponding source code.  (This alternative is
   4320     allowed only for noncommercial distribution and only if you
   4321     received the program in object code or executable form with such
   4322     an offer, in accord with Subsection b above.)
   4323 
   4324 The source code for a work means the preferred form of the work for
   4325 making modifications to it.  For an executable work, complete source
   4326 code means all the source code for all modules it contains, plus any
   4327 associated interface definition files, plus the scripts used to
   4328 control compilation and installation of the executable.  However, as a
   4329 special exception, the source code distributed need not include
   4330 anything that is normally distributed (in either source or binary
   4331 form) with the major components (compiler, kernel, and so on) of the
   4332 operating system on which the executable runs, unless that component
   4333 itself accompanies the executable.
   4334 
   4335 If distribution of executable or object code is made by offering
   4336 access to copy from a designated place, then offering equivalent
   4337 access to copy the source code from the same place counts as
   4338 distribution of the source code, even though third parties are not
   4339 compelled to copy the source along with the object code.
   4340 
   4341   4. You may not copy, modify, sublicense, or distribute the Program
   4342 except as expressly provided under this License.  Any attempt
   4343 otherwise to copy, modify, sublicense or distribute the Program is
   4344 void, and will automatically terminate your rights under this License.
   4345 However, parties who have received copies, or rights, from you under
   4346 this License will not have their licenses terminated so long as such
   4347 parties remain in full compliance.
   4348 
   4349   5. You are not required to accept this License, since you have not
   4350 signed it.  However, nothing else grants you permission to modify or
   4351 distribute the Program or its derivative works.  These actions are
   4352 prohibited by law if you do not accept this License.  Therefore, by
   4353 modifying or distributing the Program (or any work based on the
   4354 Program), you indicate your acceptance of this License to do so, and
   4355 all its terms and conditions for copying, distributing or modifying
   4356 the Program or works based on it.
   4357 
   4358   6. Each time you redistribute the Program (or any work based on the
   4359 Program), the recipient automatically receives a license from the
   4360 original licensor to copy, distribute or modify the Program subject to
   4361 these terms and conditions.  You may not impose any further
   4362 restrictions on the recipients' exercise of the rights granted herein.
   4363 You are not responsible for enforcing compliance by third parties to
   4364 this License.
   4365 
   4366   7. If, as a consequence of a court judgment or allegation of patent
   4367 infringement or for any other reason (not limited to patent issues),
   4368 conditions are imposed on you (whether by court order, agreement or
   4369 otherwise) that contradict the conditions of this License, they do not
   4370 excuse you from the conditions of this License.  If you cannot
   4371 distribute so as to satisfy simultaneously your obligations under this
   4372 License and any other pertinent obligations, then as a consequence you
   4373 may not distribute the Program at all.  For example, if a patent
   4374 license would not permit royalty-free redistribution of the Program by
   4375 all those who receive copies directly or indirectly through you, then
   4376 the only way you could satisfy both it and this License would be to
   4377 refrain entirely from distribution of the Program.
   4378 
   4379 If any portion of this section is held invalid or unenforceable under
   4380 any particular circumstance, the balance of the section is intended to
   4381 apply and the section as a whole is intended to apply in other
   4382 circumstances.
   4383 
   4384 It is not the purpose of this section to induce you to infringe any
   4385 patents or other property right claims or to contest validity of any
   4386 such claims; this section has the sole purpose of protecting the
   4387 integrity of the free software distribution system, which is
   4388 implemented by public license practices.  Many people have made
   4389 generous contributions to the wide range of software distributed
   4390 through that system in reliance on consistent application of that
   4391 system; it is up to the author/donor to decide if he or she is willing
   4392 to distribute software through any other system and a licensee cannot
   4393 impose that choice.
   4394 
   4395 This section is intended to make thoroughly clear what is believed to
   4396 be a consequence of the rest of this License.
   4397 
   4398   8. If the distribution and/or use of the Program is restricted in
   4399 certain countries either by patents or by copyrighted interfaces, the
   4400 original copyright holder who places the Program under this License
   4401 may add an explicit geographical distribution limitation excluding
   4402 those countries, so that distribution is permitted only in or among
   4403 countries not thus excluded.  In such case, this License incorporates
   4404 the limitation as if written in the body of this License.
   4405 
   4406   9. The Free Software Foundation may publish revised and/or new versions
   4407 of the General Public License from time to time.  Such new versions will
   4408 be similar in spirit to the present version, but may differ in detail to
   4409 address new problems or concerns.
   4410 
   4411 Each version is given a distinguishing version number.  If the Program
   4412 specifies a version number of this License which applies to it and "any
   4413 later version", you have the option of following the terms and conditions
   4414 either of that version or of any later version published by the Free
   4415 Software Foundation.  If the Program does not specify a version number of
   4416 this License, you may choose any version ever published by the Free Software
   4417 Foundation.
   4418 
   4419   10. If you wish to incorporate parts of the Program into other free
   4420 programs whose distribution conditions are different, write to the author
   4421 to ask for permission.  For software which is copyrighted by the Free
   4422 Software Foundation, write to the Free Software Foundation; we sometimes
   4423 make exceptions for this.  Our decision will be guided by the two goals
   4424 of preserving the free status of all derivatives of our free software and
   4425 of promoting the sharing and reuse of software generally.
   4426 
   4427 			    NO WARRANTY
   4428 
   4429   11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
   4430 FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.  EXCEPT WHEN
   4431 OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
   4432 PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
   4433 OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
   4434 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  THE ENTIRE RISK AS
   4435 TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU.  SHOULD THE
   4436 PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
   4437 REPAIR OR CORRECTION.
   4438 
   4439   12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
   4440 WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
   4441 REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
   4442 INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
   4443 OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
   4444 TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
   4445 YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
   4446 PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
   4447 POSSIBILITY OF SUCH DAMAGES.
   4448 
   4449 		     END OF TERMS AND CONDITIONS
   4450 
   4451 	    How to Apply These Terms to Your New Programs
   4452 
   4453   If you develop a new program, and you want it to be of the greatest
   4454 possible use to the public, the best way to achieve this is to make it
   4455 free software which everyone can redistribute and change under these terms.
   4456 
   4457   To do so, attach the following notices to the program.  It is safest
   4458 to attach them to the start of each source file to most effectively
   4459 convey the exclusion of warranty; and each file should have at least
   4460 the "copyright" line and a pointer to where the full notice is found.
   4461 
   4462     &lt;one line to give the program's name and a brief idea of what it does.&gt;
   4463     Copyright (C) &lt;year&gt;  &lt;name of author&gt;
   4464 
   4465     This program is free software; you can redistribute it and/or modify
   4466     it under the terms of the GNU General Public License as published by
   4467     the Free Software Foundation; either version 2 of the License, or
   4468     (at your option) any later version.
   4469 
   4470     This program is distributed in the hope that it will be useful,
   4471     but WITHOUT ANY WARRANTY; without even the implied warranty of
   4472     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   4473     GNU General Public License for more details.
   4474 
   4475     You should have received a copy of the GNU General Public License
   4476     along with this program; if not, write to the Free Software
   4477     Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
   4478 
   4479 
   4480 Also add information on how to contact you by electronic and paper mail.
   4481 
   4482 If the program is interactive, make it output a short notice like this
   4483 when it starts in an interactive mode:
   4484 
   4485     Gnomovision version 69, Copyright (C) year  name of author
   4486     Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
   4487     This is free software, and you are welcome to redistribute it
   4488     under certain conditions; type `show c' for details.
   4489 
   4490 The hypothetical commands `show w' and `show c' should show the appropriate
   4491 parts of the General Public License.  Of course, the commands you use may
   4492 be called something other than `show w' and `show c'; they could even be
   4493 mouse-clicks or menu items--whatever suits your program.
   4494 
   4495 You should also get your employer (if you work as a programmer) or your
   4496 school, if any, to sign a "copyright disclaimer" for the program, if
   4497 necessary.  Here is a sample; alter the names:
   4498 
   4499   Yoyodyne, Inc., hereby disclaims all copyright interest in the program
   4500   `Gnomovision' (which makes passes at compilers) written by James Hacker.
   4501 
   4502   &lt;signature of Ty Coon&gt;, 1 April 1989
   4503   Ty Coon, President of Vice
   4504 
   4505 This General Public License does not permit incorporating your program into
   4506 proprietary programs.  If your program is a subroutine library, you may
   4507 consider it more useful to permit linking proprietary applications with the
   4508 library.  If this is what you want to do, use the GNU Library General
   4509 Public License instead of this License.
   4510 
   4511 ----------------------------------------------------------------------
   4512 
   4513 		  GNU LIBRARY GENERAL PUBLIC LICENSE
   4514 		       Version 2, June 1991
   4515 
   4516  Copyright (C) 1991 Free Software Foundation, Inc.
   4517     		    59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
   4518  Everyone is permitted to copy and distribute verbatim copies
   4519  of this license document, but changing it is not allowed.
   4520 
   4521 [This is the first released version of the library GPL.  It is
   4522  numbered 2 because it goes with version 2 of the ordinary GPL.]
   4523 
   4524 			    Preamble
   4525 
   4526   The licenses for most software are designed to take away your
   4527 freedom to share and change it.  By contrast, the GNU General Public
   4528 Licenses are intended to guarantee your freedom to share and change
   4529 free software--to make sure the software is free for all its users.
   4530 
   4531   This license, the Library General Public License, applies to some
   4532 specially designated Free Software Foundation software, and to any
   4533 other libraries whose authors decide to use it.  You can use it for
   4534 your libraries, too.
   4535 
   4536   When we speak of free software, we are referring to freedom, not
   4537 price.  Our General Public Licenses are designed to make sure that you
   4538 have the freedom to distribute copies of free software (and charge for
   4539 this service if you wish), that you receive source code or can get it
   4540 if you want it, that you can change the software or use pieces of it
   4541 in new free programs; and that you know you can do these things.
   4542 
   4543   To protect your rights, we need to make restrictions that forbid
   4544 anyone to deny you these rights or to ask you to surrender the rights.
   4545 These restrictions translate to certain responsibilities for you if
   4546 you distribute copies of the library, or if you modify it.
   4547 
   4548   For example, if you distribute copies of the library, whether gratis
   4549 or for a fee, you must give the recipients all the rights that we gave
   4550 you.  You must make sure that they, too, receive or can get the source
   4551 code.  If you link a program with the library, you must provide
   4552 complete object files to the recipients so that they can relink them
   4553 with the library, after making changes to the library and recompiling
   4554 it.  And you must show them these terms so they know their rights.
   4555 
   4556   Our method of protecting your rights has two steps: (1) copyright
   4557 the library, and (2) offer you this license which gives you legal
   4558 permission to copy, distribute and/or modify the library.
   4559 
   4560   Also, for each distributor's protection, we want to make certain
   4561 that everyone understands that there is no warranty for this free
   4562 library.  If the library is modified by someone else and passed on, we
   4563 want its recipients to know that what they have is not the original
   4564 version, so that any problems introduced by others will not reflect on
   4565 the original authors' reputations.
   4566 
   4567   Finally, any free program is threatened constantly by software
   4568 patents.  We wish to avoid the danger that companies distributing free
   4569 software will individually obtain patent licenses, thus in effect
   4570 transforming the program into proprietary software.  To prevent this,
   4571 we have made it clear that any patent must be licensed for everyone's
   4572 free use or not licensed at all.
   4573 
   4574   Most GNU software, including some libraries, is covered by the ordinary
   4575 GNU General Public License, which was designed for utility programs.  This
   4576 license, the GNU Library General Public License, applies to certain
   4577 designated libraries.  This license is quite different from the ordinary
   4578 one; be sure to read it in full, and don't assume that anything in it is
   4579 the same as in the ordinary license.
   4580 
   4581   The reason we have a separate public license for some libraries is that
   4582 they blur the distinction we usually make between modifying or adding to a
   4583 program and simply using it.  Linking a program with a library, without
   4584 changing the library, is in some sense simply using the library, and is
   4585 analogous to running a utility program or application program.  However, in
   4586 a textual and legal sense, the linked executable is a combined work, a
   4587 derivative of the original library, and the ordinary General Public License
   4588 treats it as such.
   4589 
   4590   Because of this blurred distinction, using the ordinary General
   4591 Public License for libraries did not effectively promote software
   4592 sharing, because most developers did not use the libraries.  We
   4593 concluded that weaker conditions might promote sharing better.
   4594 
   4595   However, unrestricted linking of non-free programs would deprive the
   4596 users of those programs of all benefit from the free status of the
   4597 libraries themselves.  This Library General Public License is intended to
   4598 permit developers of non-free programs to use free libraries, while
   4599 preserving your freedom as a user of such programs to change the free
   4600 libraries that are incorporated in them.  (We have not seen how to achieve
   4601 this as regards changes in header files, but we have achieved it as regards
   4602 changes in the actual functions of the Library.)  The hope is that this
   4603 will lead to faster development of free libraries.
   4604 
   4605   The precise terms and conditions for copying, distribution and
   4606 modification follow.  Pay close attention to the difference between a
   4607 "work based on the library" and a "work that uses the library".  The
   4608 former contains code derived from the library, while the latter only
   4609 works together with the library.
   4610 
   4611   Note that it is possible for a library to be covered by the ordinary
   4612 General Public License rather than by this special one.
   4613 
   4614 		  GNU LIBRARY GENERAL PUBLIC LICENSE
   4615    TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
   4616 
   4617   0. This License Agreement applies to any software library which
   4618 contains a notice placed by the copyright holder or other authorized
   4619 party saying it may be distributed under the terms of this Library
   4620 General Public License (also called "this License").  Each licensee is
   4621 addressed as "you".
   4622 
   4623   A "library" means a collection of software functions and/or data
   4624 prepared so as to be conveniently linked with application programs
   4625 (which use some of those functions and data) to form executables.
   4626 
   4627   The "Library", below, refers to any such software library or work
   4628 which has been distributed under these terms.  A "work based on the
   4629 Library" means either the Library or any derivative work under
   4630 copyright law: that is to say, a work containing the Library or a
   4631 portion of it, either verbatim or with modifications and/or translated
   4632 straightforwardly into another language.  (Hereinafter, translation is
   4633 included without limitation in the term "modification".)
   4634 
   4635   "Source code" for a work means the preferred form of the work for
   4636 making modifications to it.  For a library, complete source code means
   4637 all the source code for all modules it contains, plus any associated
   4638 interface definition files, plus the scripts used to control compilation
   4639 and installation of the library.
   4640 
   4641   Activities other than copying, distribution and modification are not
   4642 covered by this License; they are outside its scope.  The act of
   4643 running a program using the Library is not restricted, and output from
   4644 such a program is covered only if its contents constitute a work based
   4645 on the Library (independent of the use of the Library in a tool for
   4646 writing it).  Whether that is true depends on what the Library does
   4647 and what the program that uses the Library does.
   4648   
   4649   1. You may copy and distribute verbatim copies of the Library's
   4650 complete source code as you receive it, in any medium, provided that
   4651 you conspicuously and appropriately publish on each copy an
   4652 appropriate copyright notice and disclaimer of warranty; keep intact
   4653 all the notices that refer to this License and to the absence of any
   4654 warranty; and distribute a copy of this License along with the
   4655 Library.
   4656 
   4657   You may charge a fee for the physical act of transferring a copy,
   4658 and you may at your option offer warranty protection in exchange for a
   4659 fee.
   4660 
   4661   2. You may modify your copy or copies of the Library or any portion
   4662 of it, thus forming a work based on the Library, and copy and
   4663 distribute such modifications or work under the terms of Section 1
   4664 above, provided that you also meet all of these conditions:
   4665 
   4666     a) The modified work must itself be a software library.
   4667 
   4668     b) You must cause the files modified to carry prominent notices
   4669     stating that you changed the files and the date of any change.
   4670 
   4671     c) You must cause the whole of the work to be licensed at no
   4672     charge to all third parties under the terms of this License.
   4673 
   4674     d) If a facility in the modified Library refers to a function or a
   4675     table of data to be supplied by an application program that uses
   4676     the facility, other than as an argument passed when the facility
   4677     is invoked, then you must make a good faith effort to ensure that,
   4678     in the event an application does not supply such function or
   4679     table, the facility still operates, and performs whatever part of
   4680     its purpose remains meaningful.
   4681 
   4682     (For example, a function in a library to compute square roots has
   4683     a purpose that is entirely well-defined independent of the
   4684     application.  Therefore, Subsection 2d requires that any
   4685     application-supplied function or table used by this function must
   4686     be optional: if the application does not supply it, the square
   4687     root function must still compute square roots.)
   4688 
   4689 These requirements apply to the modified work as a whole.  If
   4690 identifiable sections of that work are not derived from the Library,
   4691 and can be reasonably considered independent and separate works in
   4692 themselves, then this License, and its terms, do not apply to those
   4693 sections when you distribute them as separate works.  But when you
   4694 distribute the same sections as part of a whole which is a work based
   4695 on the Library, the distribution of the whole must be on the terms of
   4696 this License, whose permissions for other licensees extend to the
   4697 entire whole, and thus to each and every part regardless of who wrote
   4698 it.
   4699 
   4700 Thus, it is not the intent of this section to claim rights or contest
   4701 your rights to work written entirely by you; rather, the intent is to
   4702 exercise the right to control the distribution of derivative or
   4703 collective works based on the Library.
   4704 
   4705 In addition, mere aggregation of another work not based on the Library
   4706 with the Library (or with a work based on the Library) on a volume of
   4707 a storage or distribution medium does not bring the other work under
   4708 the scope of this License.
   4709 
   4710   3. You may opt to apply the terms of the ordinary GNU General Public
   4711 License instead of this License to a given copy of the Library.  To do
   4712 this, you must alter all the notices that refer to this License, so
   4713 that they refer to the ordinary GNU General Public License, version 2,
   4714 instead of to this License.  (If a newer version than version 2 of the
   4715 ordinary GNU General Public License has appeared, then you can specify
   4716 that version instead if you wish.)  Do not make any other change in
   4717 these notices.
   4718 
   4719   Once this change is made in a given copy, it is irreversible for
   4720 that copy, so the ordinary GNU General Public License applies to all
   4721 subsequent copies and derivative works made from that copy.
   4722 
   4723   This option is useful when you wish to copy part of the code of
   4724 the Library into a program that is not a library.
   4725 
   4726   4. You may copy and distribute the Library (or a portion or
   4727 derivative of it, under Section 2) in object code or executable form
   4728 under the terms of Sections 1 and 2 above provided that you accompany
   4729 it with the complete corresponding machine-readable source code, which
   4730 must be distributed under the terms of Sections 1 and 2 above on a
   4731 medium customarily used for software interchange.
   4732 
   4733   If distribution of object code is made by offering access to copy
   4734 from a designated place, then offering equivalent access to copy the
   4735 source code from the same place satisfies the requirement to
   4736 distribute the source code, even though third parties are not
   4737 compelled to copy the source along with the object code.
   4738 
   4739   5. A program that contains no derivative of any portion of the
   4740 Library, but is designed to work with the Library by being compiled or
   4741 linked with it, is called a "work that uses the Library".  Such a
   4742 work, in isolation, is not a derivative work of the Library, and
   4743 therefore falls outside the scope of this License.
   4744 
   4745   However, linking a "work that uses the Library" with the Library
   4746 creates an executable that is a derivative of the Library (because it
   4747 contains portions of the Library), rather than a "work that uses the
   4748 library".  The executable is therefore covered by this License.
   4749 Section 6 states terms for distribution of such executables.
   4750 
   4751   When a "work that uses the Library" uses material from a header file
   4752 that is part of the Library, the object code for the work may be a
   4753 derivative work of the Library even though the source code is not.
   4754 Whether this is true is especially significant if the work can be
   4755 linked without the Library, or if the work is itself a library.  The
   4756 threshold for this to be true is not precisely defined by law.
   4757 
   4758   If such an object file uses only numerical parameters, data
   4759 structure layouts and accessors, and small macros and small inline
   4760 functions (ten lines or less in length), then the use of the object
   4761 file is unrestricted, regardless of whether it is legally a derivative
   4762 work.  (Executables containing this object code plus portions of the
   4763 Library will still fall under Section 6.)
   4764 
   4765   Otherwise, if the work is a derivative of the Library, you may
   4766 distribute the object code for the work under the terms of Section 6.
   4767 Any executables containing that work also fall under Section 6,
   4768 whether or not they are linked directly with the Library itself.
   4769 
   4770   6. As an exception to the Sections above, you may also compile or
   4771 link a "work that uses the Library" with the Library to produce a
   4772 work containing portions of the Library, and distribute that work
   4773 under terms of your choice, provided that the terms permit
   4774 modification of the work for the customer's own use and reverse
   4775 engineering for debugging such modifications.
   4776 
   4777   You must give prominent notice with each copy of the work that the
   4778 Library is used in it and that the Library and its use are covered by
   4779 this License.  You must supply a copy of this License.  If the work
   4780 during execution displays copyright notices, you must include the
   4781 copyright notice for the Library among them, as well as a reference
   4782 directing the user to the copy of this License.  Also, you must do one
   4783 of these things:
   4784 
   4785     a) Accompany the work with the complete corresponding
   4786     machine-readable source code for the Library including whatever
   4787     changes were used in the work (which must be distributed under
   4788     Sections 1 and 2 above); and, if the work is an executable linked
   4789     with the Library, with the complete machine-readable "work that
   4790     uses the Library", as object code and/or source code, so that the
   4791     user can modify the Library and then relink to produce a modified
   4792     executable containing the modified Library.  (It is understood
   4793     that the user who changes the contents of definitions files in the
   4794     Library will not necessarily be able to recompile the application
   4795     to use the modified definitions.)
   4796 
   4797     b) Accompany the work with a written offer, valid for at
   4798     least three years, to give the same user the materials
   4799     specified in Subsection 6a, above, for a charge no more
   4800     than the cost of performing this distribution.
   4801 
   4802     c) If distribution of the work is made by offering access to copy
   4803     from a designated place, offer equivalent access to copy the above
   4804     specified materials from the same place.
   4805 
   4806     d) Verify that the user has already received a copy of these
   4807     materials or that you have already sent this user a copy.
   4808 
   4809   For an executable, the required form of the "work that uses the
   4810 Library" must include any data and utility programs needed for
   4811 reproducing the executable from it.  However, as a special exception,
   4812 the source code distributed need not include anything that is normally
   4813 distributed (in either source or binary form) with the major
   4814 components (compiler, kernel, and so on) of the operating system on
   4815 which the executable runs, unless that component itself accompanies
   4816 the executable.
   4817 
   4818   It may happen that this requirement contradicts the license
   4819 restrictions of other proprietary libraries that do not normally
   4820 accompany the operating system.  Such a contradiction means you cannot
   4821 use both them and the Library together in an executable that you
   4822 distribute.
   4823 
   4824   7. You may place library facilities that are a work based on the
   4825 Library side-by-side in a single library together with other library
   4826 facilities not covered by this License, and distribute such a combined
   4827 library, provided that the separate distribution of the work based on
   4828 the Library and of the other library facilities is otherwise
   4829 permitted, and provided that you do these two things:
   4830 
   4831     a) Accompany the combined library with a copy of the same work
   4832     based on the Library, uncombined with any other library
   4833     facilities.  This must be distributed under the terms of the
   4834     Sections above.
   4835 
   4836     b) Give prominent notice with the combined library of the fact
   4837     that part of it is a work based on the Library, and explaining
   4838     where to find the accompanying uncombined form of the same work.
   4839 
   4840   8. You may not copy, modify, sublicense, link with, or distribute
   4841 the Library except as expressly provided under this License.  Any
   4842 attempt otherwise to copy, modify, sublicense, link with, or
   4843 distribute the Library is void, and will automatically terminate your
   4844 rights under this License.  However, parties who have received copies,
   4845 or rights, from you under this License will not have their licenses
   4846 terminated so long as such parties remain in full compliance.
   4847 
   4848   9. You are not required to accept this License, since you have not
   4849 signed it.  However, nothing else grants you permission to modify or
   4850 distribute the Library or its derivative works.  These actions are
   4851 prohibited by law if you do not accept this License.  Therefore, by
   4852 modifying or distributing the Library (or any work based on the
   4853 Library), you indicate your acceptance of this License to do so, and
   4854 all its terms and conditions for copying, distributing or modifying
   4855 the Library or works based on it.
   4856 
   4857   10. Each time you redistribute the Library (or any work based on the
   4858 Library), the recipient automatically receives a license from the
   4859 original licensor to copy, distribute, link with or modify the Library
   4860 subject to these terms and conditions.  You may not impose any further
   4861 restrictions on the recipients' exercise of the rights granted herein.
   4862 You are not responsible for enforcing compliance by third parties to
   4863 this License.
   4864 
   4865   11. If, as a consequence of a court judgment or allegation of patent
   4866 infringement or for any other reason (not limited to patent issues),
   4867 conditions are imposed on you (whether by court order, agreement or
   4868 otherwise) that contradict the conditions of this License, they do not
   4869 excuse you from the conditions of this License.  If you cannot
   4870 distribute so as to satisfy simultaneously your obligations under this
   4871 License and any other pertinent obligations, then as a consequence you
   4872 may not distribute the Library at all.  For example, if a patent
   4873 license would not permit royalty-free redistribution of the Library by
   4874 all those who receive copies directly or indirectly through you, then
   4875 the only way you could satisfy both it and this License would be to
   4876 refrain entirely from distribution of the Library.
   4877 
   4878 If any portion of this section is held invalid or unenforceable under any
   4879 particular circumstance, the balance of the section is intended to apply,
   4880 and the section as a whole is intended to apply in other circumstances.
   4881 
   4882 It is not the purpose of this section to induce you to infringe any
   4883 patents or other property right claims or to contest validity of any
   4884 such claims; this section has the sole purpose of protecting the
   4885 integrity of the free software distribution system which is
   4886 implemented by public license practices.  Many people have made
   4887 generous contributions to the wide range of software distributed
   4888 through that system in reliance on consistent application of that
   4889 system; it is up to the author/donor to decide if he or she is willing
   4890 to distribute software through any other system and a licensee cannot
   4891 impose that choice.
   4892 
   4893 This section is intended to make thoroughly clear what is believed to
   4894 be a consequence of the rest of this License.
   4895 
   4896   12. If the distribution and/or use of the Library is restricted in
   4897 certain countries either by patents or by copyrighted interfaces, the
   4898 original copyright holder who places the Library under this License may add
   4899 an explicit geographical distribution limitation excluding those countries,
   4900 so that distribution is permitted only in or among countries not thus
   4901 excluded.  In such case, this License incorporates the limitation as if
   4902 written in the body of this License.
   4903 
   4904   13. The Free Software Foundation may publish revised and/or new
   4905 versions of the Library General Public License from time to time.
   4906 Such new versions will be similar in spirit to the present version,
   4907 but may differ in detail to address new problems or concerns.
   4908 
   4909 Each version is given a distinguishing version number.  If the Library
   4910 specifies a version number of this License which applies to it and
   4911 "any later version", you have the option of following the terms and
   4912 conditions either of that version or of any later version published by
   4913 the Free Software Foundation.  If the Library does not specify a
   4914 license version number, you may choose any version ever published by
   4915 the Free Software Foundation.
   4916 
   4917   14. If you wish to incorporate parts of the Library into other free
   4918 programs whose distribution conditions are incompatible with these,
   4919 write to the author to ask for permission.  For software which is
   4920 copyrighted by the Free Software Foundation, write to the Free
   4921 Software Foundation; we sometimes make exceptions for this.  Our
   4922 decision will be guided by the two goals of preserving the free status
   4923 of all derivatives of our free software and of promoting the sharing
   4924 and reuse of software generally.
   4925 
   4926 			    NO WARRANTY
   4927 
   4928   15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO
   4929 WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW.
   4930 EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR
   4931 OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY
   4932 KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE
   4933 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
   4934 PURPOSE.  THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE
   4935 LIBRARY IS WITH YOU.  SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME
   4936 THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
   4937 
   4938   16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN
   4939 WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY
   4940 AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU
   4941 FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR
   4942 CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE
   4943 LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING
   4944 RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A
   4945 FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF
   4946 SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
   4947 DAMAGES.
   4948 
   4949 		     END OF TERMS AND CONDITIONS
   4950 
   4951            How to Apply These Terms to Your New Libraries
   4952 
   4953   If you develop a new library, and you want it to be of the greatest
   4954 possible use to the public, we recommend making it free software that
   4955 everyone can redistribute and change.  You can do so by permitting
   4956 redistribution under these terms (or, alternatively, under the terms of the
   4957 ordinary General Public License).
   4958 
   4959   To apply these terms, attach the following notices to the library.  It is
   4960 safest to attach them to the start of each source file to most effectively
   4961 convey the exclusion of warranty; and each file should have at least the
   4962 "copyright" line and a pointer to where the full notice is found.
   4963 
   4964     &lt;one line to give the library's name and a brief idea of what it does.&gt;
   4965     Copyright (C) &lt;year&gt;  &lt;name of author&gt;
   4966 
   4967     This library is free software; you can redistribute it and/or
   4968     modify it under the terms of the GNU Library General Public
   4969     License as published by the Free Software Foundation; either
   4970     version 2 of the License, or (at your option) any later version.
   4971 
   4972     This library is distributed in the hope that it will be useful,
   4973     but WITHOUT ANY WARRANTY; without even the implied warranty of
   4974     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
   4975     Library General Public License for more details.
   4976 
   4977     You should have received a copy of the GNU Library General Public
   4978     License along with this library; if not, write to the Free Software
   4979     Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
   4980 
   4981 Also add information on how to contact you by electronic and paper mail.
   4982 
   4983 You should also get your employer (if you work as a programmer) or your
   4984 school, if any, to sign a "copyright disclaimer" for the library, if
   4985 necessary.  Here is a sample; alter the names:
   4986 
   4987   Yoyodyne, Inc., hereby disclaims all copyright interest in the
   4988   library `Frob' (a library for tweaking knobs) written by James Random Hacker.
   4989 
   4990   &lt;signature of Ty Coon&gt;, 1 April 1990
   4991   Ty Coon, President of Vice
   4992 
   4993 That's all there is to it!
   4994 
   4995 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   4996 
   4997 Scanned Source License e2fsprogs-1.42/debian/copyright:
   4998 
   4999 This is the Debian GNU/Linux prepackaged version of the EXT2 file
   5000 system utilities (e2fsck, mke2fs, etc.).  The EXT2 utilities were
   5001 written by Theodore Ts'o &lt;tytso (a] mit.edu&gt; and Remy Card &lt;card (a] masi.ibp.fr&gt;.
   5002 
   5003 Sources were obtained from http://sourceforge.net/projects/e2fsprogs
   5004 
   5005 Packaging is Copyright (c) 2003-2007 Theodore Ts'o &lt;tytso (a] mit.edu&gt;
   5006              Copyright (c) 1997-2003 Yann Dirson &lt;dirson (a] debian.org&gt;
   5007 	     Copyright (c) 2001 Alcove &lt;http://www.alcove.com/>;
   5008 	     Copyright (c) 1997 Klee Dienes
   5009 	     Copyright (c) 1995-1996 Michael Nonweiler &lt;mrn20 (a] cam.ac.uk&gt;
   5010 
   5011 Upstream Author: Theodore Ts'o &lt;tytso (a] mit.edu&gt;
   5012 
   5013 Copyright notice:
   5014 
   5015 This package, the EXT2 filesystem utilities, are made available under
   5016 the GNU Public License version 2, with the exception of the lib/ext2fs
   5017 and lib/e2p libraries, which are made available under the GNU Library
   5018 General Public License Version 2, the lib/uuid library which is made
   5019 available under a BSD-style license and the lib/et and lib/ss
   5020 libraries which are made available under an MIT-style license.
   5021 
   5022 	Copyright (c) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 
   5023 	2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 by Theodore Ts'o
   5024 
   5025 On Debian GNU systems, the complete text of the GNU General Public
   5026 License can be found in `/usr/share/common-licenses/GPL-2'.  The
   5027 complete text of the GNU Library General Public License can be found
   5028 in '/usr/share/common-licenses/LGPL-2'.
   5029 
   5030 
   5031 The license used for lib/et and lib/ss libraries is:
   5032 
   5033    Copyright 1987 by the Student Information Processing Board
   5034    of the Massachusetts Institute of Technology
   5035 
   5036    Permission to use, copy, modify, and distribute this software and
   5037    its documentation for any purpose is hereby granted, provided that
   5038    the names of M.I.T. and the M.I.T. S.I.P.B. not be used in
   5039    advertising or publicity pertaining to distribution of the software
   5040    without specific, written prior permission.  M.I.T. and the
   5041    M.I.T. S.I.P.B. make no representations about the suitability of
   5042    this software for any purpose.  It is provided "as is" without
   5043    express or implied warranty.
   5044 
   5045 The license used for lib/uuid is:
   5046 
   5047    Redistribution and use in source and binary forms, with or without
   5048    modification, are permitted provided that the following conditions
   5049    are met:
   5050    1. Redistributions of source code must retain the above copyright
   5051       notice, and the entire permission notice in its entirety,
   5052       including the disclaimer of warranties.
   5053    2. Redistributions in binary form must reproduce the above copyright
   5054       notice, this list of conditions and the following disclaimer in the
   5055       documentation and/or other materials provided with the distribution.
   5056    3. The name of the author may not be used to endorse or promote
   5057       products derived from this software without specific prior
   5058       written permission.
   5059 
   5060    THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED
   5061    WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
   5062    OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE, ALL OF
   5063    WHICH ARE HEREBY DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR BE
   5064    LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
   5065    CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT
   5066    OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
   5067    BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
   5068    LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
   5069    (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
   5070    USE OF THIS SOFTWARE, EVEN IF NOT ADVISED OF THE POSSIBILITY OF SUCH
   5071    DAMAGE.
   5072 
   5073 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   5074 
   5075 Scanned Source License e2fsprogs-1.42/ext2ed/COPYRIGHT:
   5076 
   5077 EXT2ED is hereby placed under the terms of the GNU General Public License.
   5078 Follows the GNU license.
   5079 
   5080 Gadi Oxman, August 1995
   5081 
   5082 ---------------------------------------------------------------------------
   5083 
   5084 		    GNU GENERAL PUBLIC LICENSE
   5085 		       Version 2, June 1991
   5086 
   5087  Copyright (C) 1989, 1991 Free Software Foundation, Inc.
   5088                           675 Mass Ave, Cambridge, MA 02139, USA
   5089  Everyone is permitted to copy and distribute verbatim copies
   5090  of this license document, but changing it is not allowed.
   5091 
   5092 			    Preamble
   5093 
   5094   The licenses for most software are designed to take away your
   5095 freedom to share and change it.  By contrast, the GNU General Public
   5096 License is intended to guarantee your freedom to share and change free
   5097 software--to make sure the software is free for all its users.  This
   5098 General Public License applies to most of the Free Software
   5099 Foundation's software and to any other program whose authors commit to
   5100 using it.  (Some other Free Software Foundation software is covered by
   5101 the GNU Library General Public License instead.)  You can apply it to
   5102 your programs, too.
   5103 
   5104   When we speak of free software, we are referring to freedom, not
   5105 price.  Our General Public Licenses are designed to make sure that you
   5106 have the freedom to distribute copies of free software (and charge for
   5107 this service if you wish), that you receive source code or can get it
   5108 if you want it, that you can change the software or use pieces of it
   5109 in new free programs; and that you know you can do these things.
   5110 
   5111   To protect your rights, we need to make restrictions that forbid
   5112 anyone to deny you these rights or to ask you to surrender the rights.
   5113 These restrictions translate to certain responsibilities for you if you
   5114 distribute copies of the software, or if you modify it.
   5115 
   5116   For example, if you distribute copies of such a program, whether
   5117 gratis or for a fee, you must give the recipients all the rights that
   5118 you have.  You must make sure that they, too, receive or can get the
   5119 source code.  And you must show them these terms so they know their
   5120 rights.
   5121 
   5122   We protect your rights with two steps: (1) copyright the software, and
   5123 (2) offer you this license which gives you legal permission to copy,
   5124 distribute and/or modify the software.
   5125 
   5126   Also, for each author's protection and ours, we want to make certain
   5127 that everyone understands that there is no warranty for this free
   5128 software.  If the software is modified by someone else and passed on, we
   5129 want its recipients to know that what they have is not the original, so
   5130 that any problems introduced by others will not reflect on the original
   5131 authors' reputations.
   5132 
   5133   Finally, any free program is threatened constantly by software
   5134 patents.  We wish to avoid the danger that redistributors of a free
   5135 program will individually obtain patent licenses, in effect making the
   5136 program proprietary.  To prevent this, we have made it clear that any
   5137 patent must be licensed for everyone's free use or not licensed at all.
   5138 
   5139   The precise terms and conditions for copying, distribution and
   5140 modification follow.
   5141 
   5142 		    GNU GENERAL PUBLIC LICENSE
   5143    TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
   5144 
   5145   0. This License applies to any program or other work which contains
   5146 a notice placed by the copyright holder saying it may be distributed
   5147 under the terms of this General Public License.  The "Program", below,
   5148 refers to any such program or work, and a "work based on the Program"
   5149 means either the Program or any derivative work under copyright law:
   5150 that is to say, a work containing the Program or a portion of it,
   5151 either verbatim or with modifications and/or translated into another
   5152 language.  (Hereinafter, translation is included without limitation in
   5153 the term "modification".)  Each licensee is addressed as "you".
   5154 
   5155 Activities other than copying, distribution and modification are not
   5156 covered by this License; they are outside its scope.  The act of
   5157 running the Program is not restricted, and the output from the Program
   5158 is covered only if its contents constitute a work based on the
   5159 Program (independent of having been made by running the Program).
   5160 Whether that is true depends on what the Program does.
   5161 
   5162   1. You may copy and distribute verbatim copies of the Program's
   5163 source code as you receive it, in any medium, provided that you
   5164 conspicuously and appropriately publish on each copy an appropriate
   5165 copyright notice and disclaimer of warranty; keep intact all the
   5166 notices that refer to this License and to the absence of any warranty;
   5167 and give any other recipients of the Program a copy of this License
   5168 along with the Program.
   5169 
   5170 You may charge a fee for the physical act of transferring a copy, and
   5171 you may at your option offer warranty protection in exchange for a fee.
   5172 
   5173   2. You may modify your copy or copies of the Program or any portion
   5174 of it, thus forming a work based on the Program, and copy and
   5175 distribute such modifications or work under the terms of Section 1
   5176 above, provided that you also meet all of these conditions:
   5177 
   5178     a) You must cause the modified files to carry prominent notices
   5179     stating that you changed the files and the date of any change.
   5180 
   5181     b) You must cause any work that you distribute or publish, that in
   5182     whole or in part contains or is derived from the Program or any
   5183     part thereof, to be licensed as a whole at no charge to all third
   5184     parties under the terms of this License.
   5185 
   5186     c) If the modified program normally reads commands interactively
   5187     when run, you must cause it, when started running for such
   5188     interactive use in the most ordinary way, to print or display an
   5189     announcement including an appropriate copyright notice and a
   5190     notice that there is no warranty (or else, saying that you provide
   5191     a warranty) and that users may redistribute the program under
   5192     these conditions, and telling the user how to view a copy of this
   5193     License.  (Exception: if the Program itself is interactive but
   5194     does not normally print such an announcement, your work based on
   5195     the Program is not required to print an announcement.)
   5196 
   5197 These requirements apply to the modified work as a whole.  If
   5198 identifiable sections of that work are not derived from the Program,
   5199 and can be reasonably considered independent and separate works in
   5200 themselves, then this License, and its terms, do not apply to those
   5201 sections when you distribute them as separate works.  But when you
   5202 distribute the same sections as part of a whole which is a work based
   5203 on the Program, the distribution of the whole must be on the terms of
   5204 this License, whose permissions for other licensees extend to the
   5205 entire whole, and thus to each and every part regardless of who wrote it.
   5206 
   5207 Thus, it is not the intent of this section to claim rights or contest
   5208 your rights to work written entirely by you; rather, the intent is to
   5209 exercise the right to control the distribution of derivative or
   5210 collective works based on the Program.
   5211 
   5212 In addition, mere aggregation of another work not based on the Program
   5213 with the Program (or with a work based on the Program) on a volume of
   5214 a storage or distribution medium does not bring the other work under
   5215 the scope of this License.
   5216 
   5217   3. You may copy and distribute the Program (or a work based on it,
   5218 under Section 2) in object code or executable form under the terms of
   5219 Sections 1 and 2 above provided that you also do one of the following:
   5220 
   5221     a) Accompany it with the complete corresponding machine-readable
   5222     source code, which must be distributed under the terms of Sections
   5223     1 and 2 above on a medium customarily used for software interchange; or,
   5224 
   5225     b) Accompany it with a written offer, valid for at least three
   5226     years, to give any third party, for a charge no more than your
   5227     cost of physically performing source distribution, a complete
   5228     machine-readable copy of the corresponding source code, to be
   5229     distributed under the terms of Sections 1 and 2 above on a medium
   5230     customarily used for software interchange; or,
   5231 
   5232     c) Accompany it with the information you received as to the offer
   5233     to distribute corresponding source code.  (This alternative is
   5234     allowed only for noncommercial distribution and only if you
   5235     received the program in object code or executable form with such
   5236     an offer, in accord with Subsection b above.)
   5237 
   5238 The source code for a work means the preferred form of the work for
   5239 making modifications to it.  For an executable work, complete source
   5240 code means all the source code for all modules it contains, plus any
   5241 associated interface definition files, plus the scripts used to
   5242 control compilation and installation of the executable.  However, as a
   5243 special exception, the source code distributed need not include
   5244 anything that is normally distributed (in either source or binary
   5245 form) with the major components (compiler, kernel, and so on) of the
   5246 operating system on which the executable runs, unless that component
   5247 itself accompanies the executable.
   5248 
   5249 If distribution of executable or object code is made by offering
   5250 access to copy from a designated place, then offering equivalent
   5251 access to copy the source code from the same place counts as
   5252 distribution of the source code, even though third parties are not
   5253 compelled to copy the source along with the object code.
   5254 
   5255   4. You may not copy, modify, sublicense, or distribute the Program
   5256 except as expressly provided under this License.  Any attempt
   5257 otherwise to copy, modify, sublicense or distribute the Program is
   5258 void, and will automatically terminate your rights under this License.
   5259 However, parties who have received copies, or rights, from you under
   5260 this License will not have their licenses terminated so long as such
   5261 parties remain in full compliance.
   5262 
   5263   5. You are not required to accept this License, since you have not
   5264 signed it.  However, nothing else grants you permission to modify or
   5265 distribute the Program or its derivative works.  These actions are
   5266 prohibited by law if you do not accept this License.  Therefore, by
   5267 modifying or distributing the Program (or any work based on the
   5268 Program), you indicate your acceptance of this License to do so, and
   5269 all its terms and conditions for copying, distributing or modifying
   5270 the Program or works based on it.
   5271 
   5272   6. Each time you redistribute the Program (or any work based on the
   5273 Program), the recipient automatically receives a license from the
   5274 original licensor to copy, distribute or modify the Program subject to
   5275 these terms and conditions.  You may not impose any further
   5276 restrictions on the recipients' exercise of the rights granted herein.
   5277 You are not responsible for enforcing compliance by third parties to
   5278 this License.
   5279 
   5280   7. If, as a consequence of a court judgment or allegation of patent
   5281 infringement or for any other reason (not limited to patent issues),
   5282 conditions are imposed on you (whether by court order, agreement or
   5283 otherwise) that contradict the conditions of this License, they do not
   5284 excuse you from the conditions of this License.  If you cannot
   5285 distribute so as to satisfy simultaneously your obligations under this
   5286 License and any other pertinent obligations, then as a consequence you
   5287 may not distribute the Program at all.  For example, if a patent
   5288 license would not permit royalty-free redistribution of the Program by
   5289 all those who receive copies directly or indirectly through you, then
   5290 the only way you could satisfy both it and this License would be to
   5291 refrain entirely from distribution of the Program.
   5292 
   5293 If any portion of this section is held invalid or unenforceable under
   5294 any particular circumstance, the balance of the section is intended to
   5295 apply and the section as a whole is intended to apply in other
   5296 circumstances.
   5297 
   5298 It is not the purpose of this section to induce you to infringe any
   5299 patents or other property right claims or to contest validity of any
   5300 such claims; this section has the sole purpose of protecting the
   5301 integrity of the free software distribution system, which is
   5302 implemented by public license practices.  Many people have made
   5303 generous contributions to the wide range of software distributed
   5304 through that system in reliance on consistent application of that
   5305 system; it is up to the author/donor to decide if he or she is willing
   5306 to distribute software through any other system and a licensee cannot
   5307 impose that choice.
   5308 
   5309 This section is intended to make thoroughly clear what is believed to
   5310 be a consequence of the rest of this License.
   5311 
   5312   8. If the distribution and/or use of the Program is restricted in
   5313 certain countries either by patents or by copyrighted interfaces, the
   5314 original copyright holder who places the Program under this License
   5315 may add an explicit geographical distribution limitation excluding
   5316 those countries, so that distribution is permitted only in or among
   5317 countries not thus excluded.  In such case, this License incorporates
   5318 the limitation as if written in the body of this License.
   5319 
   5320   9. The Free Software Foundation may publish revised and/or new versions
   5321 of the General Public License from time to time.  Such new versions will
   5322 be similar in spirit to the present version, but may differ in detail to
   5323 address new problems or concerns.
   5324 
   5325 Each version is given a distinguishing version number.  If the Program
   5326 specifies a version number of this License which applies to it and "any
   5327 later version", you have the option of following the terms and conditions
   5328 either of that version or of any later version published by the Free
   5329 Software Foundation.  If the Program does not specify a version number of
   5330 this License, you may choose any version ever published by the Free Software
   5331 Foundation.
   5332 
   5333   10. If you wish to incorporate parts of the Program into other free
   5334 programs whose distribution conditions are different, write to the author
   5335 to ask for permission.  For software which is copyrighted by the Free
   5336 Software Foundation, write to the Free Software Foundation; we sometimes
   5337 make exceptions for this.  Our decision will be guided by the two goals
   5338 of preserving the free status of all derivatives of our free software and
   5339 of promoting the sharing and reuse of software generally.
   5340 
   5341 			    NO WARRANTY
   5342 
   5343   11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
   5344 FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.  EXCEPT WHEN
   5345 OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
   5346 PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
   5347 OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
   5348 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  THE ENTIRE RISK AS
   5349 TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU.  SHOULD THE
   5350 PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
   5351 REPAIR OR CORRECTION.
   5352 
   5353   12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
   5354 WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
   5355 REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
   5356 INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
   5357 OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
   5358 TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
   5359 YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
   5360 PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
   5361 POSSIBILITY OF SUCH DAMAGES.
   5362 
   5363 		     END OF TERMS AND CONDITIONS
   5364 
   5365 	Appendix: How to Apply These Terms to Your New Programs
   5366 
   5367   If you develop a new program, and you want it to be of the greatest
   5368 possible use to the public, the best way to achieve this is to make it
   5369 free software which everyone can redistribute and change under these terms.
   5370 
   5371   To do so, attach the following notices to the program.  It is safest
   5372 to attach them to the start of each source file to most effectively
   5373 convey the exclusion of warranty; and each file should have at least
   5374 the "copyright" line and a pointer to where the full notice is found.
   5375 
   5376     &lt;one line to give the program's name and a brief idea of what it does.&gt;
   5377     Copyright (C) 19yy  &lt;name of author&gt;
   5378 
   5379     This program is free software; you can redistribute it and/or modify
   5380     it under the terms of the GNU General Public License as published by
   5381     the Free Software Foundation; either version 2 of the License, or
   5382     (at your option) any later version.
   5383 
   5384     This program is distributed in the hope that it will be useful,
   5385     but WITHOUT ANY WARRANTY; without even the implied warranty of
   5386     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   5387     GNU General Public License for more details.
   5388 
   5389     You should have received a copy of the GNU General Public License
   5390     along with this program; if not, write to the Free Software
   5391     Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
   5392 
   5393 Also add information on how to contact you by electronic and paper mail.
   5394 
   5395 If the program is interactive, make it output a short notice like this
   5396 when it starts in an interactive mode:
   5397 
   5398     Gnomovision version 69, Copyright (C) 19yy name of author
   5399     Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
   5400     This is free software, and you are welcome to redistribute it
   5401     under certain conditions; type `show c' for details.
   5402 
   5403 The hypothetical commands `show w' and `show c' should show the appropriate
   5404 parts of the General Public License.  Of course, the commands you use may
   5405 be called something other than `show w' and `show c'; they could even be
   5406 mouse-clicks or menu items--whatever suits your program.
   5407 
   5408 You should also get your employer (if you work as a programmer) or your
   5409 school, if any, to sign a "copyright disclaimer" for the program, if
   5410 necessary.  Here is a sample; alter the names:
   5411 
   5412   Yoyodyne, Inc., hereby disclaims all copyright interest in the program
   5413   `Gnomovision' (which makes passes at compilers) written by James Hacker.
   5414 
   5415   &lt;signature of Ty Coon&gt;, 1 April 1989
   5416   Ty Coon, President of Vice
   5417 
   5418 This General Public License does not permit incorporating your program into
   5419 proprietary programs.  If your program is a subroutine library, you may
   5420 consider it more useful to permit linking proprietary applications with the
   5421 library.  If this is what you want to do, use the GNU Library General
   5422 Public License instead of this License.
   5423 
   5424 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   5425 
   5426 Scanned Source License e2fsprogs-1.42/lib/ext2fs/tdb/patches/copyright:
   5427 
   5428 Index: tdbsa/tdb.c
   5429 ===================================================================
   5430 --- tdbsa.orig/tdb.c
   5431 +++ tdbsa/tdb.c
   5432 @@ -4,11 +4,11 @@ Rev: 23371
   5433  Last Changed Date: 2007-06-06 20:14:06 -0400 (Wed, 06 Jun 2007)
   5434  */
   5435   /* 
   5436 -   Unix SMB/CIFS implementation.
   5437 +   trivial database library - standalone version
   5438  
   5439 -   trivial database library - private includes
   5440 -
   5441 -   Copyright (C) Andrew Tridgell              2005
   5442 +   Copyright (C) Andrew Tridgell              1999-2005
   5443 +   Copyright (C) Jeremy Allison               2000-2006
   5444 +   Copyright (C) Paul `Rusty' Russell         2000
   5445     
   5446       ** NOTE! The following LGPL license applies to the tdb
   5447       ** library. This does NOT imply that all of Samba is released
   5448 
   5449 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   5450 
   5451 Scanned Source License e2fsprogs-1.42/lib/uuid/COPYING:
   5452 
   5453 Redistribution and use in source and binary forms, with or without
   5454 modification, are permitted provided that the following conditions
   5455 are met:
   5456 1. Redistributions of source code must retain the above copyright
   5457    notice, and the entire permission notice in its entirety,
   5458    including the disclaimer of warranties.
   5459 2. Redistributions in binary form must reproduce the above copyright
   5460    notice, this list of conditions and the following disclaimer in the
   5461    documentation and/or other materials provided with the distribution.
   5462 3. The name of the author may not be used to endorse or promote
   5463    products derived from this software without specific prior
   5464    written permission.
   5465 
   5466 THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED
   5467 WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
   5468 OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE, ALL OF
   5469 WHICH ARE HEREBY DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR BE
   5470 LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
   5471 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT
   5472 OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
   5473 BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
   5474 LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
   5475 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
   5476 USE OF THIS SOFTWARE, EVEN IF NOT ADVISED OF THE POSSIBILITY OF SUCH
   5477 DAMAGE.
   5478 
   5479 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   5480 </pre>
   5481 <ul>
   5482 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
   5483 </ul>
   5484 </div>
   5485 </div>
   5486 
   5487 
   5488 <div class="product">
   5489 <span class="title">e2fsprogs-libs-1.42</span>
   5490 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   5491 <span class="homepage"><a href="http://e2fsprogs.sourceforge.net/">homepage</a></span>
   5492 <div class="licence">
   5493 <pre></pre>
   5494 <ul>
   5495 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
   5496 </ul>
   5497 </div>
   5498 </div>
   5499 
   5500 
   5501 <div class="product">
   5502 <span class="title">ecryptfs-utils-101</span>
   5503 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   5504 <span class="homepage"><a href="https://launchpad.net/ecryptfs">homepage</a></span>
   5505 <div class="licence">
   5506 <pre></pre>
   5507 <ul>
   5508 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
   5509 </ul>
   5510 </div>
   5511 </div>
   5512 
   5513 
   5514 <div class="product">
   5515 <span class="title">elfutils-0.154</span>
   5516 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   5517 <span class="homepage"><a href="https://fedorahosted.org/elfutils/">homepage</a></span>
   5518 <div class="licence">
   5519 <pre>Gentoo Package Stock License GPL-2-with-exceptions:
   5520 
   5521 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.
   5522 
   5523 Exceptions follow,
   5524 
   5525 // As a special exception, if other files instantiate templates or use macros
   5526 // or inline functions from this file, or you compile this file and link it
   5527 // with other works to produce a work based on this file, this file does not
   5528 // by itself cause the resulting work to be covered by the GNU General Public
   5529 // License. This exception does not invalidate any other reasons why a work
   5530 // based on this file might be covered by the GNU General Public License.
   5531 
   5532 End of exceptions. The rest of this file is the GPL.
   5533 
   5534 		    GNU GENERAL PUBLIC LICENSE
   5535 		       Version 2, June 1991
   5536 
   5537  Copyright (C) 1989, 1991 Free Software Foundation, Inc.
   5538                        51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
   5539  Everyone is permitted to copy and distribute verbatim copies
   5540  of this license document, but changing it is not allowed.
   5541 
   5542 			    Preamble
   5543 
   5544   The licenses for most software are designed to take away your
   5545 freedom to share and change it.  By contrast, the GNU General Public
   5546 License is intended to guarantee your freedom to share and change free
   5547 software--to make sure the software is free for all its users.  This
   5548 General Public License applies to most of the Free Software
   5549 Foundation's software and to any other program whose authors commit to
   5550 using it.  (Some other Free Software Foundation software is covered by
   5551 the GNU Library General Public License instead.)  You can apply it to
   5552 your programs, too.
   5553 
   5554   When we speak of free software, we are referring to freedom, not
   5555 price.  Our General Public Licenses are designed to make sure that you
   5556 have the freedom to distribute copies of free software (and charge for
   5557 this service if you wish), that you receive source code or can get it
   5558 if you want it, that you can change the software or use pieces of it
   5559 in new free programs; and that you know you can do these things.
   5560 
   5561   To protect your rights, we need to make restrictions that forbid
   5562 anyone to deny you these rights or to ask you to surrender the rights.
   5563 These restrictions translate to certain responsibilities for you if you
   5564 distribute copies of the software, or if you modify it.
   5565 
   5566   For example, if you distribute copies of such a program, whether
   5567 gratis or for a fee, you must give the recipients all the rights that
   5568 you have.  You must make sure that they, too, receive or can get the
   5569 source code.  And you must show them these terms so they know their
   5570 rights.
   5571 
   5572   We protect your rights with two steps: (1) copyright the software, and
   5573 (2) offer you this license which gives you legal permission to copy,
   5574 distribute and/or modify the software.
   5575 
   5576   Also, for each author's protection and ours, we want to make certain
   5577 that everyone understands that there is no warranty for this free
   5578 software.  If the software is modified by someone else and passed on, we
   5579 want its recipients to know that what they have is not the original, so
   5580 that any problems introduced by others will not reflect on the original
   5581 authors' reputations.
   5582 
   5583   Finally, any free program is threatened constantly by software
   5584 patents.  We wish to avoid the danger that redistributors of a free
   5585 program will individually obtain patent licenses, in effect making the
   5586 program proprietary.  To prevent this, we have made it clear that any
   5587 patent must be licensed for everyone's free use or not licensed at all.
   5588 
   5589   The precise terms and conditions for copying, distribution and
   5590 modification follow.
   5591 
   5592 		    GNU GENERAL PUBLIC LICENSE
   5593    TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
   5594 
   5595   0. This License applies to any program or other work which contains
   5596 a notice placed by the copyright holder saying it may be distributed
   5597 under the terms of this General Public License.  The "Program", below,
   5598 refers to any such program or work, and a "work based on the Program"
   5599 means either the Program or any derivative work under copyright law:
   5600 that is to say, a work containing the Program or a portion of it,
   5601 either verbatim or with modifications and/or translated into another
   5602 language.  (Hereinafter, translation is included without limitation in
   5603 the term "modification".)  Each licensee is addressed as "you".
   5604 
   5605 Activities other than copying, distribution and modification are not
   5606 covered by this License; they are outside its scope.  The act of
   5607 running the Program is not restricted, and the output from the Program
   5608 is covered only if its contents constitute a work based on the
   5609 Program (independent of having been made by running the Program).
   5610 Whether that is true depends on what the Program does.
   5611 
   5612   1. You may copy and distribute verbatim copies of the Program's
   5613 source code as you receive it, in any medium, provided that you
   5614 conspicuously and appropriately publish on each copy an appropriate
   5615 copyright notice and disclaimer of warranty; keep intact all the
   5616 notices that refer to this License and to the absence of any warranty;
   5617 and give any other recipients of the Program a copy of this License
   5618 along with the Program.
   5619 
   5620 You may charge a fee for the physical act of transferring a copy, and
   5621 you may at your option offer warranty protection in exchange for a fee.
   5622 
   5623   2. You may modify your copy or copies of the Program or any portion
   5624 of it, thus forming a work based on the Program, and copy and
   5625 distribute such modifications or work under the terms of Section 1
   5626 above, provided that you also meet all of these conditions:
   5627 
   5628     a) You must cause the modified files to carry prominent notices
   5629     stating that you changed the files and the date of any change.
   5630 
   5631     b) You must cause any work that you distribute or publish, that in
   5632     whole or in part contains or is derived from the Program or any
   5633     part thereof, to be licensed as a whole at no charge to all third
   5634     parties under the terms of this License.
   5635 
   5636     c) If the modified program normally reads commands interactively
   5637     when run, you must cause it, when started running for such
   5638     interactive use in the most ordinary way, to print or display an
   5639     announcement including an appropriate copyright notice and a
   5640     notice that there is no warranty (or else, saying that you provide
   5641     a warranty) and that users may redistribute the program under
   5642     these conditions, and telling the user how to view a copy of this
   5643     License.  (Exception: if the Program itself is interactive but
   5644     does not normally print such an announcement, your work based on
   5645     the Program is not required to print an announcement.)
   5646 
   5647 These requirements apply to the modified work as a whole.  If
   5648 identifiable sections of that work are not derived from the Program,
   5649 and can be reasonably considered independent and separate works in
   5650 themselves, then this License, and its terms, do not apply to those
   5651 sections when you distribute them as separate works.  But when you
   5652 distribute the same sections as part of a whole which is a work based
   5653 on the Program, the distribution of the whole must be on the terms of
   5654 this License, whose permissions for other licensees extend to the
   5655 entire whole, and thus to each and every part regardless of who wrote it.
   5656 
   5657 Thus, it is not the intent of this section to claim rights or contest
   5658 your rights to work written entirely by you; rather, the intent is to
   5659 exercise the right to control the distribution of derivative or
   5660 collective works based on the Program.
   5661 
   5662 In addition, mere aggregation of another work not based on the Program
   5663 with the Program (or with a work based on the Program) on a volume of
   5664 a storage or distribution medium does not bring the other work under
   5665 the scope of this License.
   5666 
   5667   3. You may copy and distribute the Program (or a work based on it,
   5668 under Section 2) in object code or executable form under the terms of
   5669 Sections 1 and 2 above provided that you also do one of the following:
   5670 
   5671     a) Accompany it with the complete corresponding machine-readable
   5672     source code, which must be distributed under the terms of Sections
   5673     1 and 2 above on a medium customarily used for software interchange; or,
   5674 
   5675     b) Accompany it with a written offer, valid for at least three
   5676     years, to give any third party, for a charge no more than your
   5677     cost of physically performing source distribution, a complete
   5678     machine-readable copy of the corresponding source code, to be
   5679     distributed under the terms of Sections 1 and 2 above on a medium
   5680     customarily used for software interchange; or,
   5681 
   5682     c) Accompany it with the information you received as to the offer
   5683     to distribute corresponding source code.  (This alternative is
   5684     allowed only for noncommercial distribution and only if you
   5685     received the program in object code or executable form with such
   5686     an offer, in accord with Subsection b above.)
   5687 
   5688 The source code for a work means the preferred form of the work for
   5689 making modifications to it.  For an executable work, complete source
   5690 code means all the source code for all modules it contains, plus any
   5691 associated interface definition files, plus the scripts used to
   5692 control compilation and installation of the executable.  However, as a
   5693 special exception, the source code distributed need not include
   5694 anything that is normally distributed (in either source or binary
   5695 form) with the major components (compiler, kernel, and so on) of the
   5696 operating system on which the executable runs, unless that component
   5697 itself accompanies the executable.
   5698 
   5699 If distribution of executable or object code is made by offering
   5700 access to copy from a designated place, then offering equivalent
   5701 access to copy the source code from the same place counts as
   5702 distribution of the source code, even though third parties are not
   5703 compelled to copy the source along with the object code.
   5704 
   5705   4. You may not copy, modify, sublicense, or distribute the Program
   5706 except as expressly provided under this License.  Any attempt
   5707 otherwise to copy, modify, sublicense or distribute the Program is
   5708 void, and will automatically terminate your rights under this License.
   5709 However, parties who have received copies, or rights, from you under
   5710 this License will not have their licenses terminated so long as such
   5711 parties remain in full compliance.
   5712 
   5713   5. You are not required to accept this License, since you have not
   5714 signed it.  However, nothing else grants you permission to modify or
   5715 distribute the Program or its derivative works.  These actions are
   5716 prohibited by law if you do not accept this License.  Therefore, by
   5717 modifying or distributing the Program (or any work based on the
   5718 Program), you indicate your acceptance of this License to do so, and
   5719 all its terms and conditions for copying, distributing or modifying
   5720 the Program or works based on it.
   5721 
   5722   6. Each time you redistribute the Program (or any work based on the
   5723 Program), the recipient automatically receives a license from the
   5724 original licensor to copy, distribute or modify the Program subject to
   5725 these terms and conditions.  You may not impose any further
   5726 restrictions on the recipients' exercise of the rights granted herein.
   5727 You are not responsible for enforcing compliance by third parties to
   5728 this License.
   5729 
   5730   7. If, as a consequence of a court judgment or allegation of patent
   5731 infringement or for any other reason (not limited to patent issues),
   5732 conditions are imposed on you (whether by court order, agreement or
   5733 otherwise) that contradict the conditions of this License, they do not
   5734 excuse you from the conditions of this License.  If you cannot
   5735 distribute so as to satisfy simultaneously your obligations under this
   5736 License and any other pertinent obligations, then as a consequence you
   5737 may not distribute the Program at all.  For example, if a patent
   5738 license would not permit royalty-free redistribution of the Program by
   5739 all those who receive copies directly or indirectly through you, then
   5740 the only way you could satisfy both it and this License would be to
   5741 refrain entirely from distribution of the Program.
   5742 
   5743 If any portion of this section is held invalid or unenforceable under
   5744 any particular circumstance, the balance of the section is intended to
   5745 apply and the section as a whole is intended to apply in other
   5746 circumstances.
   5747 
   5748 It is not the purpose of this section to induce you to infringe any
   5749 patents or other property right claims or to contest validity of any
   5750 such claims; this section has the sole purpose of protecting the
   5751 integrity of the free software distribution system, which is
   5752 implemented by public license practices.  Many people have made
   5753 generous contributions to the wide range of software distributed
   5754 through that system in reliance on consistent application of that
   5755 system; it is up to the author/donor to decide if he or she is willing
   5756 to distribute software through any other system and a licensee cannot
   5757 impose that choice.
   5758 
   5759 This section is intended to make thoroughly clear what is believed to
   5760 be a consequence of the rest of this License.
   5761 
   5762   8. If the distribution and/or use of the Program is restricted in
   5763 certain countries either by patents or by copyrighted interfaces, the
   5764 original copyright holder who places the Program under this License
   5765 may add an explicit geographical distribution limitation excluding
   5766 those countries, so that distribution is permitted only in or among
   5767 countries not thus excluded.  In such case, this License incorporates
   5768 the limitation as if written in the body of this License.
   5769 
   5770   9. The Free Software Foundation may publish revised and/or new versions
   5771 of the General Public License from time to time.  Such new versions will
   5772 be similar in spirit to the present version, but may differ in detail to
   5773 address new problems or concerns.
   5774 
   5775 Each version is given a distinguishing version number.  If the Program
   5776 specifies a version number of this License which applies to it and "any
   5777 later version", you have the option of following the terms and conditions
   5778 either of that version or of any later version published by the Free
   5779 Software Foundation.  If the Program does not specify a version number of
   5780 this License, you may choose any version ever published by the Free Software
   5781 Foundation.
   5782 
   5783   10. If you wish to incorporate parts of the Program into other free
   5784 programs whose distribution conditions are different, write to the author
   5785 to ask for permission.  For software which is copyrighted by the Free
   5786 Software Foundation, write to the Free Software Foundation; we sometimes
   5787 make exceptions for this.  Our decision will be guided by the two goals
   5788 of preserving the free status of all derivatives of our free software and
   5789 of promoting the sharing and reuse of software generally.
   5790 
   5791 			    NO WARRANTY
   5792 
   5793   11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
   5794 FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.  EXCEPT WHEN
   5795 OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
   5796 PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
   5797 OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
   5798 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  THE ENTIRE RISK AS
   5799 TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU.  SHOULD THE
   5800 PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
   5801 REPAIR OR CORRECTION.
   5802 
   5803   12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
   5804 WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
   5805 REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
   5806 INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
   5807 OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
   5808 TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
   5809 YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
   5810 PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
   5811 POSSIBILITY OF SUCH DAMAGES.
   5812 
   5813 		     END OF TERMS AND CONDITIONS
   5814 
   5815 	    How to Apply These Terms to Your New Programs
   5816 
   5817   If you develop a new program, and you want it to be of the greatest
   5818 possible use to the public, the best way to achieve this is to make it
   5819 free software which everyone can redistribute and change under these terms.
   5820 
   5821   To do so, attach the following notices to the program.  It is safest
   5822 to attach them to the start of each source file to most effectively
   5823 convey the exclusion of warranty; and each file should have at least
   5824 the "copyright" line and a pointer to where the full notice is found.
   5825 
   5826     &lt;one line to give the program's name and a brief idea of what it does.&gt;
   5827     Copyright (C) &lt;year&gt;  &lt;name of author&gt;
   5828 
   5829     This program is free software; you can redistribute it and/or modify
   5830     it under the terms of the GNU General Public License as published by
   5831     the Free Software Foundation; either version 2 of the License, or
   5832     (at your option) any later version.
   5833 
   5834     This program is distributed in the hope that it will be useful,
   5835     but WITHOUT ANY WARRANTY; without even the implied warranty of
   5836     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   5837     GNU General Public License for more details.
   5838 
   5839     You should have received a copy of the GNU General Public License
   5840     along with this program; if not, write to the Free Software
   5841     Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
   5842 
   5843 
   5844 Also add information on how to contact you by electronic and paper mail.
   5845 
   5846 If the program is interactive, make it output a short notice like this
   5847 when it starts in an interactive mode:
   5848 
   5849     Gnomovision version 69, Copyright (C) year name of author
   5850     Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
   5851     This is free software, and you are welcome to redistribute it
   5852     under certain conditions; type `show c' for details.
   5853 
   5854 The hypothetical commands `show w' and `show c' should show the appropriate
   5855 parts of the General Public License.  Of course, the commands you use may
   5856 be called something other than `show w' and `show c'; they could even be
   5857 mouse-clicks or menu items--whatever suits your program.
   5858 
   5859 You should also get your employer (if you work as a programmer) or your
   5860 school, if any, to sign a "copyright disclaimer" for the program, if
   5861 necessary.  Here is a sample; alter the names:
   5862 
   5863   Yoyodyne, Inc., hereby disclaims all copyright interest in the program
   5864   `Gnomovision' (which makes passes at compilers) written by James Hacker.
   5865 
   5866   &lt;signature of Ty Coon&gt;, 1 April 1989
   5867   Ty Coon, President of Vice
   5868 
   5869 This General Public License does not permit incorporating your program into
   5870 proprietary programs.  If your program is a subroutine library, you may
   5871 consider it more useful to permit linking proprietary applications with the
   5872 library.  If this is what you want to do, use the GNU Library General
   5873 Public License instead of this License.
   5874 
   5875 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   5876 </pre>
   5877 <ul>
   5878 
   5879 </ul>
   5880 </div>
   5881 </div>
   5882 
   5883 
   5884 <div class="product">
   5885 <span class="title">engine_pkcs11-0.1.8</span>
   5886 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   5887 <span class="homepage"><a href="http://www.opensc-project.org/engine_pkcs11">homepage</a></span>
   5888 <div class="licence">
   5889 <pre></pre>
   5890 <ul>
   5891 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li>
   5892 </ul>
   5893 </div>
   5894 </div>
   5895 
   5896 
   5897 <div class="product">
   5898 <span class="title">eselect-opengl-1.2.4</span>
   5899 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   5900 <span class="homepage"><a href="http://www.gentoo.org/">homepage</a></span>
   5901 <div class="licence">
   5902 <pre></pre>
   5903 <ul>
   5904 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
   5905 </ul>
   5906 </div>
   5907 </div>
   5908 
   5909 
   5910 <div class="product">
   5911 <span class="title">eselect-python-20100321</span>
   5912 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   5913 <span class="homepage"><a href="http://www.gentoo.org">homepage</a></span>
   5914 <div class="licence">
   5915 <pre></pre>
   5916 <ul>
   5917 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
   5918 </ul>
   5919 </div>
   5920 </div>
   5921 
   5922 
   5923 <div class="product">
   5924 <span class="title">ethtool-3.12.1</span>
   5925 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   5926 <span class="homepage"><a href="http://www.kernel.org/pub/software/network/ethtool/">homepage</a></span>
   5927 <div class="licence">
   5928 <pre></pre>
   5929 <ul>
   5930 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
   5931 </ul>
   5932 </div>
   5933 </div>
   5934 
   5935 
   5936 <div class="product">
   5937 <span class="title">evtest-1.29</span>
   5938 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   5939 <span class="homepage"><a href="http://cgit.freedesktop.org/evtest/">homepage</a></span>
   5940 <div class="licence">
   5941 <pre></pre>
   5942 <ul>
   5943 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
   5944 </ul>
   5945 </div>
   5946 </div>
   5947 
   5948 
   5949 <div class="product">
   5950 <span class="title">exfat-utils-1.0.2_pre401</span>
   5951 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   5952 <span class="homepage"><a href="http://code.google.com/p/exfat/">homepage</a></span>
   5953 <div class="licence">
   5954 <pre></pre>
   5955 <ul>
   5956 <li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li>
   5957 </ul>
   5958 </div>
   5959 </div>
   5960 
   5961 
   5962 <div class="product">
   5963 <span class="title">expat-2.1.0</span>
   5964 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   5965 <span class="homepage"><a href="http://expat.sourceforge.net/">homepage</a></span>
   5966 <div class="licence">
   5967 <pre>Scanned Source License expat-2.1.0/COPYING:
   5968 
   5969 Copyright (c) 1998, 1999, 2000 Thai Open Source Software Center Ltd
   5970                                and Clark Cooper
   5971 Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006 Expat maintainers.
   5972 
   5973 Permission is hereby granted, free of charge, to any person obtaining
   5974 a copy of this software and associated documentation files (the
   5975 "Software"), to deal in the Software without restriction, including
   5976 without limitation the rights to use, copy, modify, merge, publish,
   5977 distribute, sublicense, and/or sell copies of the Software, and to
   5978 permit persons to whom the Software is furnished to do so, subject to
   5979 the following conditions:
   5980 
   5981 The above copyright notice and this permission notice shall be included
   5982 in all copies or substantial portions of the Software.
   5983 
   5984 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
   5985 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
   5986 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
   5987 IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
   5988 CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
   5989 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
   5990 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
   5991 
   5992 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   5993 </pre>
   5994 <ul>
   5995 
   5996 </ul>
   5997 </div>
   5998 </div>
   5999 
   6000 
   6001 <div class="product">
   6002 <span class="title">fftw-3.2.2</span>
   6003 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   6004 <span class="homepage"><a href="http://www.fftw.org/">homepage</a></span>
   6005 <div class="licence">
   6006 <pre></pre>
   6007 <ul>
   6008 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
   6009 </ul>
   6010 </div>
   6011 </div>
   6012 
   6013 
   6014 <div class="product">
   6015 <span class="title">file-5.15</span>
   6016 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   6017 <span class="homepage"><a href="http://www.darwinsys.com/file/">homepage</a></span>
   6018 <div class="licence">
   6019 <pre>Scanned Source License file-5.15/COPYING:
   6020 
   6021 $File: COPYING,v 1.1 2008/02/05 19:08:11 christos Exp $
   6022 Copyright (c) Ian F. Darwin 1986, 1987, 1989, 1990, 1991, 1992, 1994, 1995.
   6023 Software written by Ian F. Darwin and others;
   6024 maintained 1994- Christos Zoulas.
   6025 
   6026 This software is not subject to any export provision of the United States
   6027 Department of Commerce, and may be exported to any country or planet.
   6028 
   6029 Redistribution and use in source and binary forms, with or without
   6030 modification, are permitted provided that the following conditions
   6031 are met:
   6032 1. Redistributions of source code must retain the above copyright
   6033    notice immediately at the beginning of the file, without modification,
   6034    this list of conditions, and the following disclaimer.
   6035 2. Redistributions in binary form must reproduce the above copyright
   6036    notice, this list of conditions and the following disclaimer in the
   6037    documentation and/or other materials provided with the distribution.
   6038  
   6039 THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
   6040 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
   6041 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
   6042 ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE FOR
   6043 ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
   6044 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
   6045 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
   6046 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
   6047 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
   6048 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
   6049 SUCH DAMAGE.
   6050 
   6051 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   6052 </pre>
   6053 <ul>
   6054 
   6055 </ul>
   6056 </div>
   6057 </div>
   6058 
   6059 
   6060 <div class="product">
   6061 <span class="title">findutils-4.4.2</span>
   6062 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   6063 <span class="homepage"><a href="http://www.gnu.org/software/findutils/">homepage</a></span>
   6064 <div class="licence">
   6065 <pre></pre>
   6066 <ul>
   6067 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
   6068 </ul>
   6069 </div>
   6070 </div>
   6071 
   6072 
   6073 <div class="product">
   6074 <span class="title">fio-2.1.10</span>
   6075 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   6076 <span class="homepage"><a href="http://brick.kernel.dk/snaps/">homepage</a></span>
   6077 <div class="licence">
   6078 <pre></pre>
   6079 <ul>
   6080 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
   6081 </ul>
   6082 </div>
   6083 </div>
   6084 
   6085 
   6086 <div class="product">
   6087 <span class="title">fixesproto-5.0</span>
   6088 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   6089 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span>
   6090 <div class="licence">
   6091 <pre>Scanned Source License fixesproto-5.0/COPYING:
   6092 
   6093 Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved.
   6094 Copyright 2010 Red Hat, Inc.
   6095 
   6096 Permission is hereby granted, free of charge, to any person obtaining a
   6097 copy of this software and associated documentation files (the "Software"),
   6098 to deal in the Software without restriction, including without limitation
   6099 the rights to use, copy, modify, merge, publish, distribute, sublicense,
   6100 and/or sell copies of the Software, and to permit persons to whom the
   6101 Software is furnished to do so, subject to the following conditions:
   6102 
   6103 The above copyright notice and this permission notice (including the next
   6104 paragraph) shall be included in all copies or substantial portions of the
   6105 Software.
   6106 
   6107 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   6108 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   6109 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
   6110 THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
   6111 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
   6112 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
   6113 DEALINGS IN THE SOFTWARE.
   6114 
   6115 Copyright  2001,2003 Keith Packard
   6116 
   6117 Permission to use, copy, modify, distribute, and sell this software and its
   6118 documentation for any purpose is hereby granted without fee, provided that
   6119 the above copyright notice appear in all copies and that both that
   6120 copyright notice and this permission notice appear in supporting
   6121 documentation, and that the name of Keith Packard not be used in
   6122 advertising or publicity pertaining to distribution of the software without
   6123 specific, written prior permission.  Keith Packard makes no
   6124 representations about the suitability of this software for any purpose.  It
   6125 is provided "as is" without express or implied warranty.
   6126 
   6127 KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
   6128 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
   6129 EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR
   6130 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
   6131 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
   6132 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
   6133 PERFORMANCE OF THIS SOFTWARE.
   6134 
   6135 
   6136 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   6137 </pre>
   6138 <ul>
   6139 
   6140 </ul>
   6141 </div>
   6142 </div>
   6143 
   6144 
   6145 <div class="product">
   6146 <span class="title">flashmap-0.3</span>
   6147 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   6148 <span class="homepage"><a href="http://flashmap.googlecode.com">homepage</a></span>
   6149 <div class="licence">
   6150 <pre></pre>
   6151 <ul>
   6152 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li>
   6153 </ul>
   6154 </div>
   6155 </div>
   6156 
   6157 
   6158 <div class="product">
   6159 <span class="title">flashrom-0.9.4</span>
   6160 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   6161 <span class="homepage"><a href="http://flashrom.org/">homepage</a></span>
   6162 <div class="licence">
   6163 <pre></pre>
   6164 <ul>
   6165 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
   6166 </ul>
   6167 </div>
   6168 </div>
   6169 
   6170 
   6171 <div class="product">
   6172 <span class="title">flex-2.5.37</span>
   6173 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   6174 <span class="homepage"><a href="http://flex.sourceforge.net/">homepage</a></span>
   6175 <div class="licence">
   6176 <pre>Gentoo Package Stock License FLEX:
   6177 
   6178 Flex carries the copyright used for BSD software, slightly modified
   6179 because it originated at the Lawrence Berkeley (not Livermore!) Laboratory,
   6180 which operates under a contract with the Department of Energy:
   6181 
   6182 	Copyright (c) 1990 The Regents of the University of California.
   6183 	All rights reserved.
   6184 
   6185 	This code is derived from software contributed to Berkeley by
   6186 	Vern Paxson.
   6187 
   6188 	The United States Government has rights in this work pursuant
   6189 	to contract no. DE-AC03-76SF00098 between the United States
   6190 	Department of Energy and the University of California.
   6191 
   6192 	Redistribution and use in source and binary forms with or without
   6193 	modification are permitted provided that: (1) source distributions
   6194 	retain this entire copyright notice and comment, and (2)
   6195 	distributions including binaries display the following
   6196 	acknowledgement: ``This product includes software developed by the
   6197 	University of California, Berkeley and its contributors'' in the
   6198 	documentation or other materials provided with the distribution and
   6199 	in all advertising materials mentioning features or use of this
   6200 	software.  Neither the name of the University nor the names of its
   6201 	contributors may be used to endorse or promote products derived
   6202 	from this software without specific prior written permission.
   6203 
   6204 	THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
   6205 	IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
   6206 	WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
   6207 	PURPOSE.
   6208 
   6209 This basically says "do whatever you please with this software except
   6210 remove this notice or take advantage of the University's (or the flex
   6211 authors') name".
   6212 
   6213 Note that the "flex.skl" scanner skeleton carries no copyright notice.
   6214 You are free to do whatever you please with scanners generated using flex;
   6215 for them, you are not even bound by the above copyright.
   6216 
   6217 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   6218 </pre>
   6219 <ul>
   6220 
   6221 </ul>
   6222 </div>
   6223 </div>
   6224 
   6225 
   6226 <div class="product">
   6227 <span class="title">font-util-1.2.0</span>
   6228 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   6229 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span>
   6230 <div class="licence">
   6231 <pre>Scanned Source License font-util-1.2.0/COPYING:
   6232 
   6233 Copyright (c) 2009, Oracle and/or its affiliates. All rights reserved.
   6234 
   6235 Permission is hereby granted, free of charge, to any person obtaining a
   6236 copy of this software and associated documentation files (the "Software"),
   6237 to deal in the Software without restriction, including without limitation
   6238 the rights to use, copy, modify, merge, publish, distribute, sublicense,
   6239 and/or sell copies of the Software, and to permit persons to whom the
   6240 Software is furnished to do so, subject to the following conditions:
   6241 
   6242 The above copyright notice and this permission notice (including the next
   6243 paragraph) shall be included in all copies or substantial portions of the
   6244 Software.
   6245 
   6246 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   6247 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   6248 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
   6249 THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
   6250 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
   6251 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
   6252 DEALINGS IN THE SOFTWARE.
   6253 
   6254   ------------------------------------------------------------------------
   6255 
   6256 Copyright (c) 2003 The NetBSD Foundation, Inc.
   6257 All rights reserved.
   6258 
   6259 This code is derived from software contributed to The NetBSD Foundation
   6260 by Ben Collver &lt;collver1 (a] attbi.com&gt;.
   6261 
   6262 Redistribution and use in source and binary forms, with or without
   6263 modification, are permitted provided that the following conditions
   6264 are met:
   6265 1. Redistributions of source code must retain the above copyright
   6266    notice, this list of conditions and the following disclaimer.
   6267 2. Redistributions in binary form must reproduce the above copyright
   6268    notice, this list of conditions and the following disclaimer in the
   6269    documentation and/or other materials provided with the distribution.
   6270 
   6271 THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
   6272 ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
   6273 TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
   6274 PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
   6275 BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
   6276 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
   6277 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
   6278 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
   6279 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
   6280 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
   6281 POSSIBILITY OF SUCH DAMAGE.
   6282 
   6283   ------------------------------------------------------------------------
   6284 
   6285 Copyright (c) 2006 Martin Husemann.
   6286 Copyright (c) 2007 Joerg Sonnenberger.
   6287 All rights reserved.
   6288 
   6289 Redistribution and use in source and binary forms, with or without
   6290 modification, are permitted provided that the following conditions
   6291 are met:
   6292 1. Redistributions of source code must retain the above copyright
   6293    notice, this list of conditions and the following disclaimer.
   6294 2. The name of the author may not be used to endorse or promote
   6295    products derived from this software without specific prior
   6296    written permission.
   6297 
   6298 THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
   6299 ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
   6300 TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
   6301 PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
   6302 BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
   6303 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
   6304 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
   6305 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
   6306 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
   6307 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
   6308 POSSIBILITY OF SUCH DAMAGE.
   6309 
   6310   ------------------------------------------------------------------------
   6311 
   6312 Copyright 2005 Red Hat, Inc
   6313 
   6314 Permission to use, copy, modify, distribute, and sell this software and its
   6315 documentation for any purpose is hereby granted without fee, provided that
   6316 the above copyright notice appear in all copies and that both that
   6317 copyright notice and this permission notice appear in supporting
   6318 documentation.
   6319 
   6320 The above copyright notice and this permission notice shall be included
   6321 in all copies or substantial portions of the Software.
   6322 
   6323 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
   6324 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
   6325 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
   6326 IN NO EVENT SHALL THE OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR
   6327 OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
   6328 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
   6329 OTHER DEALINGS IN THE SOFTWARE.
   6330 
   6331 Except as contained in this notice, the name of the copyright holders shall
   6332 not be used in advertising or otherwise to promote the sale, use or
   6333 other dealings in this Software without prior written authorization
   6334 from the copyright holders.
   6335 
   6336   ------------------------------------------------------------------------
   6337 
   6338 Copyright (c) 1991-2003 Unicode, Inc.  All Rights reserved.
   6339 
   6340 This file is provided as-is by Unicode, Inc. (The Unicode Consortium).
   6341 No claims are made as to fitness for any particular purpose.  No
   6342 warranties of any kind are expressed or implied.  The recipient
   6343 agrees to determine applicability of information provided.  If this
   6344 file has been provided on optical media by Unicode, Inc., the sole
   6345 remedy for any claim will be exchange of defective media within 90
   6346 days of receipt.
   6347 
   6348 Unicode, Inc. hereby grants the right to freely use the information
   6349 supplied in this file in the creation of products supporting the
   6350 Unicode Standard, and to make copies of this file in any form for
   6351 internal or external distribution as long as this notice remains
   6352 attached.
   6353 
   6354 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   6355 </pre>
   6356 <ul>
   6357 
   6358 </ul>
   6359 </div>
   6360 </div>
   6361 
   6362 
   6363 <div class="product">
   6364 <span class="title">fontconfig-2.7.1</span>
   6365 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   6366 <span class="homepage"><a href="http://fontconfig.org/">homepage</a></span>
   6367 <div class="licence">
   6368 <pre>Scanned Source License fontconfig-2.7.1/COPYING:
   6369 
   6370 fontconfig/COPYING
   6371 
   6372 Copyright  2001,2003 Keith Packard
   6373 
   6374 Permission to use, copy, modify, distribute, and sell this software and its
   6375 documentation for any purpose is hereby granted without fee, provided that
   6376 the above copyright notice appear in all copies and that both that
   6377 copyright notice and this permission notice appear in supporting
   6378 documentation, and that the name of Keith Packard not be used in
   6379 advertising or publicity pertaining to distribution of the software without
   6380 specific, written prior permission.  Keith Packard makes no
   6381 representations about the suitability of this software for any purpose.  It
   6382 is provided "as is" without express or implied warranty.
   6383 
   6384 THE AUTHOR(S) DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
   6385 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
   6386 EVENT SHALL THE AUTHOR(S) BE LIABLE FOR ANY SPECIAL, INDIRECT OR
   6387 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
   6388 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
   6389 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
   6390 PERFORMANCE OF THIS SOFTWARE.
   6391 
   6392 
   6393 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   6394 </pre>
   6395 <ul>
   6396 
   6397 </ul>
   6398 </div>
   6399 </div>
   6400 
   6401 
   6402 <div class="product">
   6403 <span class="title">fontsproto-2.1.1</span>
   6404 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   6405 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span>
   6406 <div class="licence">
   6407 <pre>Scanned Source License fontsproto-2.1.1/COPYING:
   6408 
   6409 Copyright 1990, 1991 Network Computing Devices;
   6410 Portions Copyright 1987 by Digital Equipment Corporation
   6411 
   6412 Permission to use, copy, modify, distribute, and sell this software and
   6413 its documentation for any purpose is hereby granted without fee, provided
   6414 that the above copyright notice appear in all copies and that both that
   6415 copyright notice and this permission notice appear in supporting
   6416 documentation, and that the names of Network Computing Devices or Digital
   6417 not be used in advertising or publicity pertaining to distribution
   6418 of the software without specific, written prior permission.
   6419 Network Computing Devices and Digital make no representations
   6420 about the suitability of this software for any purpose.  It is provided
   6421 "as is" without express or implied warranty.
   6422 
   6423 NETWORK COMPUTING DEVICES AND DIGITAL DISCLAIM ALL WARRANTIES WITH
   6424 REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF
   6425 MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL NETWORK COMPUTING DEVICES
   6426 OR DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL
   6427 DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
   6428 PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
   6429 ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
   6430 THIS SOFTWARE.
   6431 
   6432 
   6433 Copyright 1990, 1991, 1998  The Open Group
   6434 
   6435 Permission to use, copy, modify, distribute, and sell this software and its
   6436 documentation for any purpose is hereby granted without fee, provided that
   6437 the above copyright notice appear in all copies and that both that
   6438 copyright notice and this permission notice appear in supporting
   6439 documentation.
   6440 
   6441 The above copyright notice and this permission notice shall be included in
   6442 all copies or substantial portions of the Software.
   6443 
   6444 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   6445 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   6446 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
   6447 OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
   6448 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
   6449 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
   6450 
   6451 Except as contained in this notice, the name of The Open Group shall not be
   6452 used in advertising or otherwise to promote the sale, use or other dealings
   6453 in this Software without prior written authorization from The Open Group.
   6454 
   6455 
   6456 Copyright 1987 by Digital Equipment Corporation, Maynard, Massachusetts.
   6457 
   6458                         All Rights Reserved
   6459 
   6460 Permission to use, copy, modify, and distribute this software and its
   6461 documentation for any purpose and without fee is hereby granted,
   6462 provided that the above copyright notice appear in all copies and that
   6463 both that copyright notice and this permission notice appear in
   6464 supporting documentation, and that the name of Digital not be
   6465 used in advertising or publicity pertaining to distribution of the
   6466 software without specific, written prior permission.
   6467 
   6468 DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
   6469 ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL
   6470 DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR
   6471 ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
   6472 WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
   6473 ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
   6474 SOFTWARE.
   6475 
   6476 
   6477 Copyright (c) 1999  The XFree86 Project Inc.
   6478 
   6479 All Rights Reserved.
   6480 
   6481 The above copyright notice and this permission notice shall be included in
   6482 all copies or substantial portions of the Software.
   6483 
   6484 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   6485 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   6486 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
   6487 OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
   6488 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
   6489 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
   6490 
   6491 Except as contained in this notice, the name of The XFree86 Project
   6492 Inc. shall not be used in advertising or otherwise to promote the
   6493 sale, use or other dealings in this Software without prior written
   6494 authorization from The XFree86 Project Inc..
   6495 
   6496 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   6497 </pre>
   6498 <ul>
   6499 
   6500 </ul>
   6501 </div>
   6502 </div>
   6503 
   6504 
   6505 <div class="product">
   6506 <span class="title">freeglut-2.4.0</span>
   6507 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   6508 <span class="homepage"><a href="http://freeglut.sourceforge.net/">homepage</a></span>
   6509 <div class="licence">
   6510 <pre>Scanned Source License freeglut-2.4.0/COPYING:
   6511 
   6512 
   6513   Freeglut Copyright
   6514   ------------------
   6515   
   6516   Freeglut code without an explicit copyright is covered by the following 
   6517   copyright:
   6518   
   6519   Copyright (c) 1999-2000 Pawel W. Olszta. All Rights Reserved.
   6520   Permission is hereby granted, free of charge,  to any person obtaining a copy 
   6521   of this software and associated documentation files (the "Software"), to deal
   6522   in the Software without restriction,  including without limitation the rights 
   6523   to use, copy,  modify, merge,  publish, distribute,  sublicense,  and/or sell 
   6524   copies or substantial portions of the Software.
   6525   
   6526   The above  copyright notice  and this permission notice  shall be included in 
   6527   all copies or substantial portions of the Software.
   6528   
   6529   THE SOFTWARE  IS PROVIDED "AS IS",  WITHOUT WARRANTY OF ANY KIND,  EXPRESS OR 
   6530   IMPLIED,  INCLUDING  BUT  NOT LIMITED  TO THE WARRANTIES  OF MERCHANTABILITY, 
   6531   FITNESS  FOR  A PARTICULAR PURPOSE  AND NONINFRINGEMENT.  IN  NO EVENT  SHALL 
   6532   PAWEL W. OLSZTA BE LIABLE FOR ANY CLAIM,  DAMAGES OR OTHER LIABILITY, WHETHER 
   6533   IN  AN ACTION  OF CONTRACT,  TORT OR OTHERWISE,  ARISING FROM,  OUT OF  OR IN 
   6534   CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
   6535   
   6536   Except as contained in this notice,  the name of Pawel W. Olszta shall not be 
   6537   used  in advertising  or otherwise to promote the sale, use or other dealings 
   6538   in this Software without prior written authorization from Pawel W. Olszta.
   6539 
   6540 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   6541 </pre>
   6542 <ul>
   6543 
   6544 </ul>
   6545 </div>
   6546 </div>
   6547 
   6548 
   6549 <div class="product">
   6550 <span class="title">freeimage-3.15.3</span>
   6551 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   6552 <span class="homepage"><a href="http://freeimage.sourceforge.net/">homepage</a></span>
   6553 <div class="licence">
   6554 <pre>Gentoo Package Stock License FIPL-1.0:
   6555 
   6556 FreeImage Public License - Version 1.0
   6557 ---------------------------------------------
   6558 
   6559 1. Definitions.
   6560 
   6561 1.1. "Contributor" means each entity that creates or contributes to the creation of Modifications.
   6562 
   6563 1.2. "Contributor Version" means the combination of the Original Code, prior Modifications used by a Contributor, and the Modifications made by that particular Contributor.
   6564 
   6565 1.3. "Covered Code" means the Original Code or Modifications or the combination of the Original Code and Modifications, in each case including portions thereof.
   6566 
   6567 1.4. "Electronic Distribution Mechanism" means a mechanism generally accepted in the software development community for the electronic transfer of data.
   6568 
   6569 1.5. "Executable" means Covered Code in any form other than Source Code.
   6570 
   6571 1.6. "Initial Developer" means the individual or entity identified as the Initial Developer in the Source Code notice required by Exhibit A.
   6572 
   6573 1.7. "Larger Work" means a work which combines Covered Code or portions thereof with code not governed by the terms of this License.
   6574 
   6575 1.8. "License" means this document.
   6576 
   6577 1.9. "Modifications" means any addition to or deletion from the substance or structure of either the Original Code or any previous Modifications. When Covered Code is released as a series of files, a
   6578 Modification is:
   6579 
   6580 A. Any addition to or deletion from the contents of a file containing Original Code or previous Modifications.
   6581 
   6582 B. Any new file that contains any part of the Original Code or previous Modifications.
   6583 
   6584 1.10. "Original Code" means Source Code of computer software code which is described in the Source Code notice required by Exhibit A as Original Code, and which, at the time of its release under this License is not already Covered Code governed by this License.
   6585 
   6586 1.11. "Source Code" means the preferred form of the Covered Code for making modifications to it, including all modules it contains, plus any associated interface definition files, scripts used to control
   6587 compilation and installation of an Executable, or a list of source code differential comparisons against either the Original Code or another well known, available Covered Code of the Contributor's choice. The Source Code can be in a compressed or archival form, provided the appropriate decompression or de-archiving software is widely available for no charge.
   6588 
   6589 1.12. "You" means an individual or a legal entity exercising rights under, and complying with all of the terms of, this License or a future version of this License issued under Section 6.1. For legal entities, "You" includes any entity which controls, is controlled by, or is under common control with You. For purposes of this definition, "control" means (a) the power, direct or indirect, to cause the
   6590 direction or management of such entity, whether by contract or otherwise, or (b) ownership of fifty percent (50%) or more of the outstanding shares or beneficial ownership of such entity.
   6591 
   6592 2. Source Code License.
   6593 
   6594 2.1. The Initial Developer Grant.
   6595 The Initial Developer hereby grants You a world-wide, royalty-free, non-exclusive license, subject to third party intellectual property claims:
   6596 
   6597 (a) to use, reproduce, modify, display, perform, sublicense and distribute the Original Code (or portions thereof) with or without Modifications, or as part of a Larger Work; and
   6598 
   6599 (b) under patents now or hereafter owned or controlled by Initial Developer, to make, have made, use and sell ("Utilize") the Original Code (or portions thereof), but solely to the extent that
   6600 any such patent is reasonably necessary to enable You to Utilize the Original Code (or portions thereof) and not to any greater extent that may be necessary to Utilize further Modifications or
   6601 combinations.
   6602 
   6603 2.2. Contributor Grant.
   6604 Each Contributor hereby grants You a world-wide, royalty-free, non-exclusive license, subject to third party intellectual property claims:
   6605 
   6606 (a) to use, reproduce, modify, display, perform, sublicense and distribute the Modifications created by such Contributor (or portions thereof) either on an unmodified basis, with other Modifications, as Covered Code or as part of a Larger Work; and
   6607 
   6608 (b) under patents now or hereafter owned or controlled by Contributor, to Utilize the Contributor Version (or portions thereof), but solely to the extent that any such patent is reasonably necessary to enable You to Utilize the Contributor Version (or portions thereof), and not to any greater extent that
   6609 may be necessary to Utilize further Modifications or combinations.
   6610 
   6611 3. Distribution Obligations.
   6612 
   6613 3.1. Application of License.
   6614 The Modifications which You create or to which You contribute are governed by the terms of this License, including without limitation Section 2.2. The Source Code version of Covered Code may be distributed only under the terms of this License or a future version of this License released under Section 6.1, and You must include a copy of this License with every copy of the Source Code You distribute. You may not offer or impose any terms on any Source Code version that alters or
   6615 restricts the applicable version of this License or the recipients' rights hereunder. However, You may include an additional document offering the additional rights described in Section 3.5.
   6616 
   6617 3.2. Availability of Source Code.
   6618 Any Modification which You create or to which You contribute must be made available in Source Code form under the terms of this License either on the same media as an Executable version or via an accepted Electronic Distribution Mechanism to anyone to whom you made an Executable version available; and if made available via Electronic Distribution Mechanism, must remain available for at least twelve (12) months after the date it initially became available, or at least six (6) months after a subsequent version of that particular Modification has been made available to such recipients. You are responsible for ensuring that the Source Code version remains available even if the Electronic Distribution Mechanism is maintained by a third party.
   6619 
   6620 3.3. Description of Modifications.
   6621 You must cause all Covered Code to which you contribute to contain a file documenting the changes You made to create that Covered Code and the date of any change. You must include a prominent statement that the Modification is derived, directly or indirectly, from Original Code provided by the Initial Developer and including the name of the Initial Developer in (a) the Source Code, and (b) in any notice in an Executable version or related documentation in which You describe the origin or ownership of the Covered Code.
   6622 
   6623 3.4. Intellectual Property Matters
   6624 
   6625 (a) Third Party Claims.
   6626 If You have knowledge that a party claims an intellectual property right in particular functionality or code (or its utilization under this License), you must include a text file with the source code distribution titled "LEGAL" which describes the claim and the party making the claim in sufficient detail that a recipient will know whom to contact. If you obtain such knowledge after You make Your Modification available as described in Section 3.2, You shall promptly modify the LEGAL file in all copies You make
   6627 available thereafter and shall take other steps (such as notifying appropriate mailing lists or newsgroups) reasonably calculated to inform those who received the Covered Code that new knowledge has been obtained.
   6628 
   6629 (b) Contributor APIs.
   6630 If Your Modification is an application programming interface and You own or control patents which are reasonably necessary to implement that API, you must also include this information in the LEGAL file.
   6631 
   6632 3.5. Required Notices.
   6633 You must duplicate the notice in Exhibit A in each file of the Source Code, and this License in any documentation for the Source Code, where You describe recipients' rights relating to Covered Code. If You created one or more Modification(s), You may add your name as a Contributor to the notice described in Exhibit A. If it is not possible to put such notice in a particular Source Code file due to its
   6634 structure, then you must include such notice in a location (such as a relevant directory file) where a user would be likely to look for such a notice. You may choose to offer, and to charge a fee for, warranty, support, indemnity or liability obligations to one or more recipients of Covered Code. However, You may do so only on Your own behalf, and not on behalf of the Initial Developer or any Contributor. You must make it absolutely clear than any such warranty, support, indemnity or
   6635 liability obligation is offered by You alone, and You hereby agree to indemnify the Initial Developer and every Contributor for any liability incurred by the Initial Developer or such Contributor as a result of
   6636 warranty, support, indemnity or liability terms You offer.
   6637 
   6638 3.6. Distribution of Executable Versions.
   6639 You may distribute Covered Code in Executable form only if the requirements of Section 3.1-3.5 have been met for that Covered Code, and if You include a notice stating that the Source Code version of the Covered Code is available under the terms of this License, including a description of how and where You have fulfilled the obligations of Section 3.2. The notice must be conspicuously included in any notice in an Executable version, related documentation or collateral in which You
   6640 describe recipients' rights relating to the Covered Code. You may distribute the Executable version of Covered Code under a license of Your choice, which may contain terms different from this License,
   6641 provided that You are in compliance with the terms of this License and that the license for the Executable version does not attempt to limit or alter the recipient's rights in the Source Code version from the rights set forth in this License. If You distribute the Executable version under a different license You must make it absolutely clear that any terms which differ from this License are offered by You alone, not by the Initial Developer or any Contributor. You hereby agree to indemnify the Initial Developer and every Contributor for any liability incurred by the Initial Developer or such Contributor as a result of any such terms You offer.
   6642 
   6643 3.7. Larger Works.
   6644 You may create a Larger Work by combining Covered Code with other code not governed by the terms of this License and distribute the Larger Work as a single product. In such a case, You must make sure the requirements of this License are fulfilled for the Covered Code.
   6645 
   6646 4. Inability to Comply Due to Statute or Regulation.
   6647 
   6648 If it is impossible for You to comply with any of the terms of this License with respect to some or all of the Covered Code due to statute or regulation then You must: (a) comply with the terms of this License to the maximum extent possible; and (b) describe the limitations and the code they affect. Such description must be included in the LEGAL file described in Section 3.4 and must be included with all distributions of the Source Code. Except to the extent prohibited by statute or regulation, such description must be sufficiently detailed for a recipient of ordinary skill to be able to understand it.
   6649 
   6650 5. Application of this License.
   6651 
   6652 This License applies to code to which the Initial Developer has attached the notice in Exhibit A, and to related Covered Code.
   6653 
   6654 6. Versions of the License.
   6655 
   6656 6.1. New Versions.
   6657 Floris van den Berg may publish revised and/or new versions of the License from time to time. Each version will be given a distinguishing version number.
   6658 
   6659 6.2. Effect of New Versions.
   6660 Once Covered Code has been published under a particular version of the License, You may always continue to use it under the terms of that version. You may also choose to use such Covered Code under the terms of any subsequent version of the License published by Floris van den Berg
   6661 No one other than Floris van den Berg has the right to modify the terms applicable to Covered Code created under this License.
   6662 
   6663 6.3. Derivative Works.
   6664 If you create or use a modified version of this License (which you may only do in order to apply it to code which is not already Covered Code governed by this License), you must (a) rename Your license so that the phrases "FreeImage", `FreeImage Public License", "FIPL", or any confusingly similar phrase do not appear anywhere in your license and (b) otherwise make it clear that your version of the license contains terms which differ from the FreeImage Public License. (Filling in the name of the Initial Developer, Original Code or Contributor in the notice described in Exhibit A shall not of themselves be deemed to be modifications of this License.)
   6665 
   6666 7. DISCLAIMER OF WARRANTY.
   6667 
   6668 COVERED CODE IS PROVIDED UNDER THIS LICENSE ON AN "AS IS" BASIS, WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT THE COVERED CODE IS FREE OF DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE COVERED CODE IS WITH YOU. SHOULD ANY COVERED CODE PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL DEVELOPER OR ANY OTHER CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY COVERED CODE IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER.
   6669 
   6670 8. TERMINATION.
   6671 
   6672 This License and the rights granted hereunder will terminate automatically if You fail to comply with terms herein and fail to cure such breach within 30 days of becoming aware of the breach. All sublicenses to the Covered Code which are properly granted shall survive any termination of this License. Provisions which, by their nature, must remain in effect beyond the termination of this License shall survive.
   6673 
   6674 9. LIMITATION OF LIABILITY.
   6675 
   6676 UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE INITIAL DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF COVERED CODE, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO YOU OR ANY OTHER PERSON FOR ANY INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER COMMERCIAL DAMAGES OR LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY RESULTING FROM SUCH PARTY'S NEGLIGENCE TO THE EXTENT APPLICABLE LAW PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE
   6677 EXCLUSION OR LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO THAT EXCLUSION AND LIMITATION MAY NOT APPLY TO YOU.
   6678 
   6679 10. U.S. GOVERNMENT END USERS.
   6680 
   6681 The Covered Code is a "commercial item," as that term is defined in 48 C.F.R. 2.101 (Oct. 1995), consisting of "commercial computer software" and "commercial computer software documentation," as such terms are used in 48 C.F.R. 12.212 (Sept. 1995). Consistent with 48 C.F.R. 12.212 and 48 C.F.R. 227.7202-1 through 227.7202-4 (June 1995), all U.S. Government End Users acquire Covered Code with only those rights set forth herein.
   6682 
   6683 11. MISCELLANEOUS.
   6684 
   6685 This License represents the complete agreement concerning 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. This License shall be governed by Dutch law provisions (except to the extent applicable law, if any, provides otherwise), excluding its conflict-of-law provisions. With respect to disputes in which at least one party is a citizen of, or an entity chartered or registered to do business in, the The Netherlands: (a) unless otherwise agreed in writing, all disputes relating to this License (excepting any dispute relating to intellectual property rights) shall be subject to final and binding arbitration, with the losing party paying all costs of arbitration; (b) any arbitration relating to this Agreement shall be held in Almelo, The Netherlands; and (c) any litigation relating to this Agreement shall be subject to the jurisdiction of the court of Almelo, The Netherlands with the losing party responsible for costs, including without limitation, court costs and reasonable attorneys fees and expenses. Any law or regulation which provides that the language of a contract shall be construed against the drafter shall not apply to this License.
   6686 
   6687 12. RESPONSIBILITY FOR CLAIMS.
   6688 
   6689 Except in cases where another Contributor has failed to comply with Section 3.4, You are responsible for damages arising, directly or indirectly, out of Your utilization of rights under this License, based
   6690 on the number of copies of Covered Code you made available, the revenues you received from utilizing such rights, and other relevant factors. You agree to work with affected parties to distribute
   6691 responsibility on an equitable basis.
   6692 
   6693 EXHIBIT A.
   6694 
   6695 "The contents of this file are subject to the FreeImage Public License Version 1.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://home.wxs.nl/~flvdberg/freeimage-license.txt
   6696 
   6697 Software distributed under the License is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the specific language governing rights and limitations under the License. 
   6698 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   6699 </pre>
   6700 <ul>
   6701 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
   6702 </ul>
   6703 </div>
   6704 </div>
   6705 
   6706 
   6707 <div class="product">
   6708 <span class="title">freetype-2.5.0.1</span>
   6709 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   6710 <span class="homepage"><a href="http://www.freetype.org/">homepage</a></span>
   6711 <div class="licence">
   6712 <pre></pre>
   6713 <ul>
   6714 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
   6715 <li><a href='#FTL'>Gentoo Package Stock License FTL</a></li>
   6716 <li><a href='#GPL-2+'>Gentoo Package Stock License GPL-2+</a></li>
   6717 </ul>
   6718 </div>
   6719 </div>
   6720 
   6721 
   6722 <div class="product">
   6723 <span class="title">fuse-2.8.6</span>
   6724 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   6725 <span class="homepage"><a href="http://fuse.sourceforge.net">homepage</a></span>
   6726 <div class="licence">
   6727 <pre></pre>
   6728 <ul>
   6729 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
   6730 </ul>
   6731 </div>
   6732 </div>
   6733 
   6734 
   6735 <div class="product">
   6736 <span class="title">fuse-exfat-1.0.2_pre401</span>
   6737 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   6738 <span class="homepage"><a href="http://code.google.com/p/exfat/">homepage</a></span>
   6739 <div class="licence">
   6740 <pre></pre>
   6741 <ul>
   6742 <li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li>
   6743 </ul>
   6744 </div>
   6745 </div>
   6746 
   6747 
   6748 <div class="product">
   6749 <span class="title">gcc-libs-4.8.2</span>
   6750 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   6751 <span class="homepage"><a href="">homepage</a></span>
   6752 <div class="licence">
   6753 <pre>Gentoo Package Stock License FDL-1.2:
   6754 
   6755 		GNU Free Documentation License
   6756 		  Version 1.2, November 2002
   6757 
   6758 
   6759  Copyright (C) 2000,2001,2002  Free Software Foundation, Inc.
   6760      51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
   6761  Everyone is permitted to copy and distribute verbatim copies
   6762  of this license document, but changing it is not allowed.
   6763 
   6764 
   6765 0. PREAMBLE
   6766 
   6767 The purpose of this License is to make a manual, textbook, or other
   6768 functional and useful document "free" in the sense of freedom: to
   6769 assure everyone the effective freedom to copy and redistribute it,
   6770 with or without modifying it, either commercially or noncommercially.
   6771 Secondarily, this License preserves for the author and publisher a way
   6772 to get credit for their work, while not being considered responsible
   6773 for modifications made by others.
   6774 
   6775 This License is a kind of "copyleft", which means that derivative
   6776 works of the document must themselves be free in the same sense.  It
   6777 complements the GNU General Public License, which is a copyleft
   6778 license designed for free software.
   6779 
   6780 We have designed this License in order to use it for manuals for free
   6781 software, because free software needs free documentation: a free
   6782 program should come with manuals providing the same freedoms that the
   6783 software does.  But this License is not limited to software manuals;
   6784 it can be used for any textual work, regardless of subject matter or
   6785 whether it is published as a printed book.  We recommend this License
   6786 principally for works whose purpose is instruction or reference.
   6787 
   6788 
   6789 1. APPLICABILITY AND DEFINITIONS
   6790 
   6791 This License applies to any manual or other work, in any medium, that
   6792 contains a notice placed by the copyright holder saying it can be
   6793 distributed under the terms of this License.  Such a notice grants a
   6794 world-wide, royalty-free license, unlimited in duration, to use that
   6795 work under the conditions stated herein.  The "Document", below,
   6796 refers to any such manual or work.  Any member of the public is a
   6797 licensee, and is addressed as "you".  You accept the license if you
   6798 copy, modify or distribute the work in a way requiring permission
   6799 under copyright law.
   6800 
   6801 A "Modified Version" of the Document means any work containing the
   6802 Document or a portion of it, either copied verbatim, or with
   6803 modifications and/or translated into another language.
   6804 
   6805 A "Secondary Section" is a named appendix or a front-matter section of
   6806 the Document that deals exclusively with the relationship of the
   6807 publishers or authors of the Document to the Document's overall subject
   6808 (or to related matters) and contains nothing that could fall directly
   6809 within that overall subject.  (Thus, if the Document is in part a
   6810 textbook of mathematics, a Secondary Section may not explain any
   6811 mathematics.)  The relationship could be a matter of historical
   6812 connection with the subject or with related matters, or of legal,
   6813 commercial, philosophical, ethical or political position regarding
   6814 them.
   6815 
   6816 The "Invariant Sections" are certain Secondary Sections whose titles
   6817 are designated, as being those of Invariant Sections, in the notice
   6818 that says that the Document is released under this License.  If a
   6819 section does not fit the above definition of Secondary then it is not
   6820 allowed to be designated as Invariant.  The Document may contain zero
   6821 Invariant Sections.  If the Document does not identify any Invariant
   6822 Sections then there are none.
   6823 
   6824 The "Cover Texts" are certain short passages of text that are listed,
   6825 as Front-Cover Texts or Back-Cover Texts, in the notice that says that
   6826 the Document is released under this License.  A Front-Cover Text may
   6827 be at most 5 words, and a Back-Cover Text may be at most 25 words.
   6828 
   6829 A "Transparent" copy of the Document means a machine-readable copy,
   6830 represented in a format whose specification is available to the
   6831 general public, that is suitable for revising the document
   6832 straightforwardly with generic text editors or (for images composed of
   6833 pixels) generic paint programs or (for drawings) some widely available
   6834 drawing editor, and that is suitable for input to text formatters or
   6835 for automatic translation to a variety of formats suitable for input
   6836 to text formatters.  A copy made in an otherwise Transparent file
   6837 format whose markup, or absence of markup, has been arranged to thwart
   6838 or discourage subsequent modification by readers is not Transparent.
   6839 An image format is not Transparent if used for any substantial amount
   6840 of text.  A copy that is not "Transparent" is called "Opaque".
   6841 
   6842 Examples of suitable formats for Transparent copies include plain
   6843 ASCII without markup, Texinfo input format, LaTeX input format, SGML
   6844 or XML using a publicly available DTD, and standard-conforming simple
   6845 HTML, PostScript or PDF designed for human modification.  Examples of
   6846 transparent image formats include PNG, XCF and JPG.  Opaque formats
   6847 include proprietary formats that can be read and edited only by
   6848 proprietary word processors, SGML or XML for which the DTD and/or
   6849 processing tools are not generally available, and the
   6850 machine-generated HTML, PostScript or PDF produced by some word
   6851 processors for output purposes only.
   6852 
   6853 The "Title Page" means, for a printed book, the title page itself,
   6854 plus such following pages as are needed to hold, legibly, the material
   6855 this License requires to appear in the title page.  For works in
   6856 formats which do not have any title page as such, "Title Page" means
   6857 the text near the most prominent appearance of the work's title,
   6858 preceding the beginning of the body of the text.
   6859 
   6860 A section "Entitled XYZ" means a named subunit of the Document whose
   6861 title either is precisely XYZ or contains XYZ in parentheses following
   6862 text that translates XYZ in another language.  (Here XYZ stands for a
   6863 specific section name mentioned below, such as "Acknowledgements",
   6864 "Dedications", "Endorsements", or "History".)  To "Preserve the Title"
   6865 of such a section when you modify the Document means that it remains a
   6866 section "Entitled XYZ" according to this definition.
   6867 
   6868 The Document may include Warranty Disclaimers next to the notice which
   6869 states that this License applies to the Document.  These Warranty
   6870 Disclaimers are considered to be included by reference in this
   6871 License, but only as regards disclaiming warranties: any other
   6872 implication that these Warranty Disclaimers may have is void and has
   6873 no effect on the meaning of this License.
   6874 
   6875 
   6876 2. VERBATIM COPYING
   6877 
   6878 You may copy and distribute the Document in any medium, either
   6879 commercially or noncommercially, provided that this License, the
   6880 copyright notices, and the license notice saying this License applies
   6881 to the Document are reproduced in all copies, and that you add no other
   6882 conditions whatsoever to those of this License.  You may not use
   6883 technical measures to obstruct or control the reading or further
   6884 copying of the copies you make or distribute.  However, you may accept
   6885 compensation in exchange for copies.  If you distribute a large enough
   6886 number of copies you must also follow the conditions in section 3.
   6887 
   6888 You may also lend copies, under the same conditions stated above, and
   6889 you may publicly display copies.
   6890 
   6891 
   6892 3. COPYING IN QUANTITY
   6893 
   6894 If you publish printed copies (or copies in media that commonly have
   6895 printed covers) of the Document, numbering more than 100, and the
   6896 Document's license notice requires Cover Texts, you must enclose the
   6897 copies in covers that carry, clearly and legibly, all these Cover
   6898 Texts: Front-Cover Texts on the front cover, and Back-Cover Texts on
   6899 the back cover.  Both covers must also clearly and legibly identify
   6900 you as the publisher of these copies.  The front cover must present
   6901 the full title with all words of the title equally prominent and
   6902 visible.  You may add other material on the covers in addition.
   6903 Copying with changes limited to the covers, as long as they preserve
   6904 the title of the Document and satisfy these conditions, can be treated
   6905 as verbatim copying in other respects.
   6906 
   6907 If the required texts for either cover are too voluminous to fit
   6908 legibly, you should put the first ones listed (as many as fit
   6909 reasonably) on the actual cover, and continue the rest onto adjacent
   6910 pages.
   6911 
   6912 If you publish or distribute Opaque copies of the Document numbering
   6913 more than 100, you must either include a machine-readable Transparent
   6914 copy along with each Opaque copy, or state in or with each Opaque copy
   6915 a computer-network location from which the general network-using
   6916 public has access to download using public-standard network protocols
   6917 a complete Transparent copy of the Document, free of added material.
   6918 If you use the latter option, you must take reasonably prudent steps,
   6919 when you begin distribution of Opaque copies in quantity, to ensure
   6920 that this Transparent copy will remain thus accessible at the stated
   6921 location until at least one year after the last time you distribute an
   6922 Opaque copy (directly or through your agents or retailers) of that
   6923 edition to the public.
   6924 
   6925 It is requested, but not required, that you contact the authors of the
   6926 Document well before redistributing any large number of copies, to give
   6927 them a chance to provide you with an updated version of the Document.
   6928 
   6929 
   6930 4. MODIFICATIONS
   6931 
   6932 You may copy and distribute a Modified Version of the Document under
   6933 the conditions of sections 2 and 3 above, provided that you release
   6934 the Modified Version under precisely this License, with the Modified
   6935 Version filling the role of the Document, thus licensing distribution
   6936 and modification of the Modified Version to whoever possesses a copy
   6937 of it.  In addition, you must do these things in the Modified Version:
   6938 
   6939 A. Use in the Title Page (and on the covers, if any) a title distinct
   6940    from that of the Document, and from those of previous versions
   6941    (which should, if there were any, be listed in the History section
   6942    of the Document).  You may use the same title as a previous version
   6943    if the original publisher of that version gives permission.
   6944 B. List on the Title Page, as authors, one or more persons or entities
   6945    responsible for authorship of the modifications in the Modified
   6946    Version, together with at least five of the principal authors of the
   6947    Document (all of its principal authors, if it has fewer than five),
   6948    unless they release you from this requirement.
   6949 C. State on the Title page the name of the publisher of the
   6950    Modified Version, as the publisher.
   6951 D. Preserve all the copyright notices of the Document.
   6952 E. Add an appropriate copyright notice for your modifications
   6953    adjacent to the other copyright notices.
   6954 F. Include, immediately after the copyright notices, a license notice
   6955    giving the public permission to use the Modified Version under the
   6956    terms of this License, in the form shown in the Addendum below.
   6957 G. Preserve in that license notice the full lists of Invariant Sections
   6958    and required Cover Texts given in the Document's license notice.
   6959 H. Include an unaltered copy of this License.
   6960 I. Preserve the section Entitled "History", Preserve its Title, and add
   6961    to it an item stating at least the title, year, new authors, and
   6962    publisher of the Modified Version as given on the Title Page.  If
   6963    there is no section Entitled "History" in the Document, create one
   6964    stating the title, year, authors, and publisher of the Document as
   6965    given on its Title Page, then add an item describing the Modified
   6966    Version as stated in the previous sentence.
   6967 J. Preserve the network location, if any, given in the Document for
   6968    public access to a Transparent copy of the Document, and likewise
   6969    the network locations given in the Document for previous versions
   6970    it was based on.  These may be placed in the "History" section.
   6971    You may omit a network location for a work that was published at
   6972    least four years before the Document itself, or if the original
   6973    publisher of the version it refers to gives permission.
   6974 K. For any section Entitled "Acknowledgements" or "Dedications",
   6975    Preserve the Title of the section, and preserve in the section all
   6976    the substance and tone of each of the contributor acknowledgements
   6977    and/or dedications given therein.
   6978 L. Preserve all the Invariant Sections of the Document,
   6979    unaltered in their text and in their titles.  Section numbers
   6980    or the equivalent are not considered part of the section titles.
   6981 M. Delete any section Entitled "Endorsements".  Such a section
   6982    may not be included in the Modified Version.
   6983 N. Do not retitle any existing section to be Entitled "Endorsements"
   6984    or to conflict in title with any Invariant Section.
   6985 O. Preserve any Warranty Disclaimers.
   6986 
   6987 If the Modified Version includes new front-matter sections or
   6988 appendices that qualify as Secondary Sections and contain no material
   6989 copied from the Document, you may at your option designate some or all
   6990 of these sections as invariant.  To do this, add their titles to the
   6991 list of Invariant Sections in the Modified Version's license notice.
   6992 These titles must be distinct from any other section titles.
   6993 
   6994 You may add a section Entitled "Endorsements", provided it contains
   6995 nothing but endorsements of your Modified Version by various
   6996 parties--for example, statements of peer review or that the text has
   6997 been approved by an organization as the authoritative definition of a
   6998 standard.
   6999 
   7000 You may add a passage of up to five words as a Front-Cover Text, and a
   7001 passage of up to 25 words as a Back-Cover Text, to the end of the list
   7002 of Cover Texts in the Modified Version.  Only one passage of
   7003 Front-Cover Text and one of Back-Cover Text may be added by (or
   7004 through arrangements made by) any one entity.  If the Document already
   7005 includes a cover text for the same cover, previously added by you or
   7006 by arrangement made by the same entity you are acting on behalf of,
   7007 you may not add another; but you may replace the old one, on explicit
   7008 permission from the previous publisher that added the old one.
   7009 
   7010 The author(s) and publisher(s) of the Document do not by this License
   7011 give permission to use their names for publicity for or to assert or
   7012 imply endorsement of any Modified Version.
   7013 
   7014 
   7015 5. COMBINING DOCUMENTS
   7016 
   7017 You may combine the Document with other documents released under this
   7018 License, under the terms defined in section 4 above for modified
   7019 versions, provided that you include in the combination all of the
   7020 Invariant Sections of all of the original documents, unmodified, and
   7021 list them all as Invariant Sections of your combined work in its
   7022 license notice, and that you preserve all their Warranty Disclaimers.
   7023 
   7024 The combined work need only contain one copy of this License, and
   7025 multiple identical Invariant Sections may be replaced with a single
   7026 copy.  If there are multiple Invariant Sections with the same name but
   7027 different contents, make the title of each such section unique by
   7028 adding at the end of it, in parentheses, the name of the original
   7029 author or publisher of that section if known, or else a unique number.
   7030 Make the same adjustment to the section titles in the list of
   7031 Invariant Sections in the license notice of the combined work.
   7032 
   7033 In the combination, you must combine any sections Entitled "History"
   7034 in the various original documents, forming one section Entitled
   7035 "History"; likewise combine any sections Entitled "Acknowledgements",
   7036 and any sections Entitled "Dedications".  You must delete all sections
   7037 Entitled "Endorsements".
   7038 
   7039 
   7040 6. COLLECTIONS OF DOCUMENTS
   7041 
   7042 You may make a collection consisting of the Document and other documents
   7043 released under this License, and replace the individual copies of this
   7044 License in the various documents with a single copy that is included in
   7045 the collection, provided that you follow the rules of this License for
   7046 verbatim copying of each of the documents in all other respects.
   7047 
   7048 You may extract a single document from such a collection, and distribute
   7049 it individually under this License, provided you insert a copy of this
   7050 License into the extracted document, and follow this License in all
   7051 other respects regarding verbatim copying of that document.
   7052 
   7053 
   7054 7. AGGREGATION WITH INDEPENDENT WORKS
   7055 
   7056 A compilation of the Document or its derivatives with other separate
   7057 and independent documents or works, in or on a volume of a storage or
   7058 distribution medium, is called an "aggregate" if the copyright
   7059 resulting from the compilation is not used to limit the legal rights
   7060 of the compilation's users beyond what the individual works permit.
   7061 When the Document is included in an aggregate, this License does not
   7062 apply to the other works in the aggregate which are not themselves
   7063 derivative works of the Document.
   7064 
   7065 If the Cover Text requirement of section 3 is applicable to these
   7066 copies of the Document, then if the Document is less than one half of
   7067 the entire aggregate, the Document's Cover Texts may be placed on
   7068 covers that bracket the Document within the aggregate, or the
   7069 electronic equivalent of covers if the Document is in electronic form.
   7070 Otherwise they must appear on printed covers that bracket the whole
   7071 aggregate.
   7072 
   7073 
   7074 8. TRANSLATION
   7075 
   7076 Translation is considered a kind of modification, so you may
   7077 distribute translations of the Document under the terms of section 4.
   7078 Replacing Invariant Sections with translations requires special
   7079 permission from their copyright holders, but you may include
   7080 translations of some or all Invariant Sections in addition to the
   7081 original versions of these Invariant Sections.  You may include a
   7082 translation of this License, and all the license notices in the
   7083 Document, and any Warranty Disclaimers, provided that you also include
   7084 the original English version of this License and the original versions
   7085 of those notices and disclaimers.  In case of a disagreement between
   7086 the translation and the original version of this License or a notice
   7087 or disclaimer, the original version will prevail.
   7088 
   7089 If a section in the Document is Entitled "Acknowledgements",
   7090 "Dedications", or "History", the requirement (section 4) to Preserve
   7091 its Title (section 1) will typically require changing the actual
   7092 title.
   7093 
   7094 
   7095 9. TERMINATION
   7096 
   7097 You may not copy, modify, sublicense, or distribute the Document except
   7098 as expressly provided for under this License.  Any other attempt to
   7099 copy, modify, sublicense or distribute the Document is void, and will
   7100 automatically terminate your rights under this License.  However,
   7101 parties who have received copies, or rights, from you under this
   7102 License will not have their licenses terminated so long as such
   7103 parties remain in full compliance.
   7104 
   7105 
   7106 10. FUTURE REVISIONS OF THIS LICENSE
   7107 
   7108 The Free Software Foundation may publish new, revised versions
   7109 of the GNU Free Documentation License from time to time.  Such new
   7110 versions will be similar in spirit to the present version, but may
   7111 differ in detail to address new problems or concerns.  See
   7112 http://www.gnu.org/copyleft/.
   7113 
   7114 Each version of the License is given a distinguishing version number.
   7115 If the Document specifies that a particular numbered version of this
   7116 License "or any later version" applies to it, you have the option of
   7117 following the terms and conditions either of that specified version or
   7118 of any later version that has been published (not as a draft) by the
   7119 Free Software Foundation.  If the Document does not specify a version
   7120 number of this License, you may choose any version ever published (not
   7121 as a draft) by the Free Software Foundation.
   7122 
   7123 
   7124 ADDENDUM: How to use this License for your documents
   7125 
   7126 To use this License in a document you have written, include a copy of
   7127 the License in the document and put the following copyright and
   7128 license notices just after the title page:
   7129 
   7130     Copyright (c)  YEAR  YOUR NAME.
   7131     Permission is granted to copy, distribute and/or modify this document
   7132     under the terms of the GNU Free Documentation License, Version 1.2
   7133     or any later version published by the Free Software Foundation;
   7134     with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
   7135     A copy of the license is included in the section entitled "GNU
   7136     Free Documentation License".
   7137 
   7138 If you have Invariant Sections, Front-Cover Texts and Back-Cover Texts,
   7139 replace the "with...Texts." line with this:
   7140 
   7141     with the Invariant Sections being LIST THEIR TITLES, with the
   7142     Front-Cover Texts being LIST, and with the Back-Cover Texts being LIST.
   7143 
   7144 If you have Invariant Sections without Cover Texts, or some other
   7145 combination of the three, merge those two alternatives to suit the
   7146 situation.
   7147 
   7148 If your document contains nontrivial examples of program code, we
   7149 recommend releasing these examples in parallel under your choice of
   7150 free software license, such as the GNU General Public License,
   7151 to permit their use in free software.
   7152 
   7153 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   7154 </pre>
   7155 <ul>
   7156 <li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li>
   7157 <li><a href='#LGPL-3'>Gentoo Package Stock License LGPL-3</a></li>
   7158 </ul>
   7159 </div>
   7160 </div>
   7161 
   7162 
   7163 <div class="product">
   7164 <span class="title">gdb-7.7.1</span>
   7165 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   7166 <span class="homepage"><a href="http://sourceware.org/gdb/">homepage</a></span>
   7167 <div class="licence">
   7168 <pre></pre>
   7169 <ul>
   7170 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
   7171 <li><a href='#LGPL-2'>Gentoo Package Stock License LGPL-2</a></li>
   7172 </ul>
   7173 </div>
   7174 </div>
   7175 
   7176 
   7177 <div class="product">
   7178 <span class="title">gdbm-1.9.1</span>
   7179 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   7180 <span class="homepage"><a href="http://www.gnu.org/software/gdbm/">homepage</a></span>
   7181 <div class="licence">
   7182 <pre></pre>
   7183 <ul>
   7184 <li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li>
   7185 </ul>
   7186 </div>
   7187 </div>
   7188 
   7189 
   7190 <div class="product">
   7191 <span class="title">genius-app-oem-0.0.6</span>
   7192 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   7193 <span class="homepage"><a href="http://src.chromium.org">homepage</a></span>
   7194 <div class="licence">
   7195 <pre></pre>
   7196 <ul>
   7197 <li><a href='#Google-TOS'>Gentoo Package Stock License Google-TOS</a></li>
   7198 </ul>
   7199 </div>
   7200 </div>
   7201 
   7202 
   7203 <div class="product">
   7204 <span class="title">gestures-0.0.1</span>
   7205 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   7206 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span>
   7207 <div class="licence">
   7208 <pre></pre>
   7209 <ul>
   7210 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li>
   7211 </ul>
   7212 </div>
   7213 </div>
   7214 
   7215 
   7216 <div class="product">
   7217 <span class="title">gflags-2.0</span>
   7218 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   7219 <span class="homepage"><a href="http://code.google.com/p/gflags/">homepage</a></span>
   7220 <div class="licence">
   7221 <pre>Scanned Source License gflags-2.0/COPYING:
   7222 
   7223 Copyright (c) 2006, Google Inc.
   7224 All rights reserved.
   7225 
   7226 Redistribution and use in source and binary forms, with or without
   7227 modification, are permitted provided that the following conditions are
   7228 met:
   7229 
   7230     * Redistributions of source code must retain the above copyright
   7231 notice, this list of conditions and the following disclaimer.
   7232     * Redistributions in binary form must reproduce the above
   7233 copyright notice, this list of conditions and the following disclaimer
   7234 in the documentation and/or other materials provided with the
   7235 distribution.
   7236     * Neither the name of Google Inc. nor the names of its
   7237 contributors may be used to endorse or promote products derived from
   7238 this software without specific prior written permission.
   7239 
   7240 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
   7241 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
   7242 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
   7243 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
   7244 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
   7245 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
   7246 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
   7247 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
   7248 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
   7249 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
   7250 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
   7251 
   7252 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   7253 
   7254 Scanned Source License gflags-2.0/packages/deb/copyright:
   7255 
   7256 This package was debianized by Craig Silverstein &lt;google-ctemplate (a] google.com&gt;
   7257 on Wed, 25 Jan 2012 15:09:14 -0800.
   7258 
   7259 It was downloaded from http://code.google.com/p/gflags/downloads/list
   7260 
   7261 Upstream Author: google-gflags (a] google.com
   7262 
   7263 Copyright (c) 2006, Google Inc.
   7264 All rights reserved.
   7265 
   7266 Redistribution and use in source and binary forms, with or without
   7267 modification, are permitted provided that the following conditions are
   7268 met:
   7269 
   7270     * Redistributions of source code must retain the above copyright
   7271 notice, this list of conditions and the following disclaimer.
   7272     * Redistributions in binary form must reproduce the above
   7273 copyright notice, this list of conditions and the following disclaimer
   7274 in the documentation and/or other materials provided with the
   7275 distribution.
   7276     * Neither the name of Google Inc. nor the names of its
   7277 contributors may be used to endorse or promote products derived from
   7278 this software without specific prior written permission.
   7279 
   7280 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
   7281 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
   7282 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
   7283 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
   7284 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
   7285 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
   7286 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
   7287 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
   7288 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
   7289 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
   7290 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
   7291 
   7292 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   7293 </pre>
   7294 <ul>
   7295 
   7296 </ul>
   7297 </div>
   7298 </div>
   7299 
   7300 
   7301 <div class="product">
   7302 <span class="title">git-1.8.3.2</span>
   7303 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   7304 <span class="homepage"><a href="http://www.git-scm.com/">homepage</a></span>
   7305 <div class="licence">
   7306 <pre></pre>
   7307 <ul>
   7308 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
   7309 </ul>
   7310 </div>
   7311 </div>
   7312 
   7313 
   7314 <div class="product">
   7315 <span class="title">glib-2.34.3</span>
   7316 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   7317 <span class="homepage"><a href="http://www.gtk.org/">homepage</a></span>
   7318 <div class="licence">
   7319 <pre></pre>
   7320 <ul>
   7321 <li><a href='#LGPL-2+'>Gentoo Package Stock License LGPL-2+</a></li>
   7322 <li><a href='#LGPL-2'>Gentoo Package Stock License LGPL-2</a></li>
   7323 </ul>
   7324 </div>
   7325 </div>
   7326 
   7327 
   7328 <div class="product">
   7329 <span class="title">glmark2-285</span>
   7330 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   7331 <span class="homepage"><a href="https://launchpad.net/glmark2">homepage</a></span>
   7332 <div class="licence">
   7333 <pre></pre>
   7334 <ul>
   7335 <li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li>
   7336 </ul>
   7337 </div>
   7338 </div>
   7339 
   7340 
   7341 <div class="product">
   7342 <span class="title">glog-0.3.2</span>
   7343 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   7344 <span class="homepage"><a href="http://code.google.com/p/google-glog/">homepage</a></span>
   7345 <div class="licence">
   7346 <pre>Scanned Source License glog-0.3.2/COPYING:
   7347 
   7348 Copyright (c) 2008, Google Inc.
   7349 All rights reserved.
   7350 
   7351 Redistribution and use in source and binary forms, with or without
   7352 modification, are permitted provided that the following conditions are
   7353 met:
   7354 
   7355     * Redistributions of source code must retain the above copyright
   7356 notice, this list of conditions and the following disclaimer.
   7357     * Redistributions in binary form must reproduce the above
   7358 copyright notice, this list of conditions and the following disclaimer
   7359 in the documentation and/or other materials provided with the
   7360 distribution.
   7361     * Neither the name of Google Inc. nor the names of its
   7362 contributors may be used to endorse or promote products derived from
   7363 this software without specific prior written permission.
   7364 
   7365 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
   7366 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
   7367 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
   7368 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
   7369 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
   7370 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
   7371 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
   7372 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
   7373 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
   7374 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
   7375 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
   7376 
   7377 
   7378 A function gettimeofday in utilities.cc is based on
   7379 
   7380 http://www.google.com/codesearch/p?hl=en#dR3YEbitojA/COPYING&amp;q=GetSystemTimeAsFileTime%20license:bsd
   7381 
   7382 The license of this code is:
   7383 
   7384 Copyright (c) 2003-2008, Jouni Malinen &lt;j (a] w1.fi&gt; and contributors
   7385 All Rights Reserved.
   7386 
   7387 Redistribution and use in source and binary forms, with or without
   7388 modification, are permitted provided that the following conditions are
   7389 met:
   7390 
   7391 1. Redistributions of source code must retain the above copyright
   7392    notice, this list of conditions and the following disclaimer.
   7393 
   7394 2. Redistributions in binary form must reproduce the above copyright
   7395    notice, this list of conditions and the following disclaimer in the
   7396    documentation and/or other materials provided with the distribution.
   7397 
   7398 3. Neither the name(s) of the above-listed copyright holder(s) nor the
   7399    names of its contributors may be used to endorse or promote products
   7400    derived from this software without specific prior written permission.
   7401 
   7402 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
   7403 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
   7404 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
   7405 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
   7406 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
   7407 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
   7408 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
   7409 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
   7410 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
   7411 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
   7412 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
   7413 
   7414 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   7415 
   7416 Scanned Source License glog-0.3.2/packages/deb/copyright:
   7417 
   7418 This package was debianized by Google Inc. &lt;opensource (a] google.com&gt; on
   7419 13 June 2008.
   7420 
   7421 It was downloaded from http://code.google.com/
   7422 
   7423 Upstream Author: opensource (a] google.com
   7424 
   7425 Copyright (c) 2008, Google Inc.
   7426 All rights reserved.
   7427 
   7428 Redistribution and use in source and binary forms, with or without
   7429 modification, are permitted provided that the following conditions are
   7430 met:
   7431 
   7432     * Redistributions of source code must retain the above copyright
   7433 notice, this list of conditions and the following disclaimer.
   7434     * Redistributions in binary form must reproduce the above
   7435 copyright notice, this list of conditions and the following disclaimer
   7436 in the documentation and/or other materials provided with the
   7437 distribution.
   7438     * Neither the name of Google Inc. nor the names of its
   7439 contributors may be used to endorse or promote products derived from
   7440 this software without specific prior written permission.
   7441 
   7442 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
   7443 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
   7444 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
   7445 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
   7446 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
   7447 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
   7448 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
   7449 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
   7450 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
   7451 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
   7452 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
   7453 
   7454 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   7455 </pre>
   7456 <ul>
   7457 
   7458 </ul>
   7459 </div>
   7460 </div>
   7461 
   7462 
   7463 <div class="product">
   7464 <span class="title">glproto-1.4.14</span>
   7465 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   7466 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span>
   7467 <div class="licence">
   7468 <pre></pre>
   7469 <ul>
   7470 <li><a href='#SGI-B-2.0'>Gentoo Package Stock License SGI-B-2.0</a></li>
   7471 </ul>
   7472 </div>
   7473 </div>
   7474 
   7475 
   7476 <div class="product">
   7477 <span class="title">glu-9.0.0</span>
   7478 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   7479 <span class="homepage"><a href="http://cgit.freedesktop.org/mesa/glu/">homepage</a></span>
   7480 <div class="licence">
   7481 <pre></pre>
   7482 <ul>
   7483 <li><a href='#SGI-B-2.0'>Gentoo Package Stock License SGI-B-2.0</a></li>
   7484 </ul>
   7485 </div>
   7486 </div>
   7487 
   7488 
   7489 <div class="product">
   7490 <span class="title">gmerge-0.0.1</span>
   7491 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   7492 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span>
   7493 <div class="licence">
   7494 <pre></pre>
   7495 <ul>
   7496 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
   7497 </ul>
   7498 </div>
   7499 </div>
   7500 
   7501 
   7502 <div class="product">
   7503 <span class="title">gmock-1.6.0</span>
   7504 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   7505 <span class="homepage"><a href="http://code.google.com/p/googlemock/">homepage</a></span>
   7506 <div class="licence">
   7507 <pre>Scanned Source License gmock-1.6.0/COPYING:
   7508 
   7509 Copyright 2008, Google Inc.
   7510 All rights reserved.
   7511 
   7512 Redistribution and use in source and binary forms, with or without
   7513 modification, are permitted provided that the following conditions are
   7514 met:
   7515 
   7516     * Redistributions of source code must retain the above copyright
   7517 notice, this list of conditions and the following disclaimer.
   7518     * Redistributions in binary form must reproduce the above
   7519 copyright notice, this list of conditions and the following disclaimer
   7520 in the documentation and/or other materials provided with the
   7521 distribution.
   7522     * Neither the name of Google Inc. nor the names of its
   7523 contributors may be used to endorse or promote products derived from
   7524 this software without specific prior written permission.
   7525 
   7526 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
   7527 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
   7528 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
   7529 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
   7530 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
   7531 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
   7532 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
   7533 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
   7534 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
   7535 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
   7536 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
   7537 
   7538 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   7539 
   7540 Scanned Source License gmock-1.6.0/gtest/COPYING:
   7541 
   7542 Copyright 2008, Google Inc.
   7543 All rights reserved.
   7544 
   7545 Redistribution and use in source and binary forms, with or without
   7546 modification, are permitted provided that the following conditions are
   7547 met:
   7548 
   7549     * Redistributions of source code must retain the above copyright
   7550 notice, this list of conditions and the following disclaimer.
   7551     * Redistributions in binary form must reproduce the above
   7552 copyright notice, this list of conditions and the following disclaimer
   7553 in the documentation and/or other materials provided with the
   7554 distribution.
   7555     * Neither the name of Google Inc. nor the names of its
   7556 contributors may be used to endorse or promote products derived from
   7557 this software without specific prior written permission.
   7558 
   7559 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
   7560 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
   7561 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
   7562 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
   7563 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
   7564 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
   7565 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
   7566 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
   7567 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
   7568 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
   7569 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
   7570 
   7571 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   7572 
   7573 Scanned Source License gmock-1.6.0/scripts/generator/COPYING:
   7574 
   7575 
   7576                                  Apache License
   7577                            Version 2.0, January 2004
   7578                         http://www.apache.org/licenses/
   7579 
   7580    TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
   7581 
   7582    1. Definitions.
   7583 
   7584       "License" shall mean the terms and conditions for use, reproduction,
   7585       and distribution as defined by Sections 1 through 9 of this document.
   7586 
   7587       "Licensor" shall mean the copyright owner or entity authorized by
   7588       the copyright owner that is granting the License.
   7589 
   7590       "Legal Entity" shall mean the union of the acting entity and all
   7591       other entities that control, are controlled by, or are under common
   7592       control with that entity. For the purposes of this definition,
   7593       "control" means (i) the power, direct or indirect, to cause the
   7594       direction or management of such entity, whether by contract or
   7595       otherwise, or (ii) ownership of fifty percent (50%) or more of the
   7596       outstanding shares, or (iii) beneficial ownership of such entity.
   7597 
   7598       "You" (or "Your") shall mean an individual or Legal Entity
   7599       exercising permissions granted by this License.
   7600 
   7601       "Source" form shall mean the preferred form for making modifications,
   7602       including but not limited to software source code, documentation
   7603       source, and configuration files.
   7604 
   7605       "Object" form shall mean any form resulting from mechanical
   7606       transformation or translation of a Source form, including but
   7607       not limited to compiled object code, generated documentation,
   7608       and conversions to other media types.
   7609 
   7610       "Work" shall mean the work of authorship, whether in Source or
   7611       Object form, made available under the License, as indicated by a
   7612       copyright notice that is included in or attached to the work
   7613       (an example is provided in the Appendix below).
   7614 
   7615       "Derivative Works" shall mean any work, whether in Source or Object
   7616       form, that is based on (or derived from) the Work and for which the
   7617       editorial revisions, annotations, elaborations, or other modifications
   7618       represent, as a whole, an original work of authorship. For the purposes
   7619       of this License, Derivative Works shall not include works that remain
   7620       separable from, or merely link (or bind by name) to the interfaces of,
   7621       the Work and Derivative Works thereof.
   7622 
   7623       "Contribution" shall mean any work of authorship, including
   7624       the original version of the Work and any modifications or additions
   7625       to that Work or Derivative Works thereof, that is intentionally
   7626       submitted to Licensor for inclusion in the Work by the copyright owner
   7627       or by an individual or Legal Entity authorized to submit on behalf of
   7628       the copyright owner. For the purposes of this definition, "submitted"
   7629       means any form of electronic, verbal, or written communication sent
   7630       to the Licensor or its representatives, including but not limited to
   7631       communication on electronic mailing lists, source code control systems,
   7632       and issue tracking systems that are managed by, or on behalf of, the
   7633       Licensor for the purpose of discussing and improving the Work, but
   7634       excluding communication that is conspicuously marked or otherwise
   7635       designated in writing by the copyright owner as "Not a Contribution."
   7636 
   7637       "Contributor" shall mean Licensor and any individual or Legal Entity
   7638       on behalf of whom a Contribution has been received by Licensor and
   7639       subsequently incorporated within the Work.
   7640 
   7641    2. Grant of Copyright License. Subject to the terms and conditions of
   7642       this License, each Contributor hereby grants to You a perpetual,
   7643       worldwide, non-exclusive, no-charge, royalty-free, irrevocable
   7644       copyright license to reproduce, prepare Derivative Works of,
   7645       publicly display, publicly perform, sublicense, and distribute the
   7646       Work and such Derivative Works in Source or Object form.
   7647 
   7648    3. Grant of Patent License. Subject to the terms and conditions of
   7649       this License, each Contributor hereby grants to You a perpetual,
   7650       worldwide, non-exclusive, no-charge, royalty-free, irrevocable
   7651       (except as stated in this section) patent license to make, have made,
   7652       use, offer to sell, sell, import, and otherwise transfer the Work,
   7653       where such license applies only to those patent claims licensable
   7654       by such Contributor that are necessarily infringed by their
   7655       Contribution(s) alone or by combination of their Contribution(s)
   7656       with the Work to which such Contribution(s) was submitted. If You
   7657       institute patent litigation against any entity (including a
   7658       cross-claim or counterclaim in a lawsuit) alleging that the Work
   7659       or a Contribution incorporated within the Work constitutes direct
   7660       or contributory patent infringement, then any patent licenses
   7661       granted to You under this License for that Work shall terminate
   7662       as of the date such litigation is filed.
   7663 
   7664    4. Redistribution. You may reproduce and distribute copies of the
   7665       Work or Derivative Works thereof in any medium, with or without
   7666       modifications, and in Source or Object form, provided that You
   7667       meet the following conditions:
   7668 
   7669       (a) You must give any other recipients of the Work or
   7670           Derivative Works a copy of this License; and
   7671 
   7672       (b) You must cause any modified files to carry prominent notices
   7673           stating that You changed the files; and
   7674 
   7675       (c) You must retain, in the Source form of any Derivative Works
   7676           that You distribute, all copyright, patent, trademark, and
   7677           attribution notices from the Source form of the Work,
   7678           excluding those notices that do not pertain to any part of
   7679           the Derivative Works; and
   7680 
   7681       (d) If the Work includes a "NOTICE" text file as part of its
   7682           distribution, then any Derivative Works that You distribute must
   7683           include a readable copy of the attribution notices contained
   7684           within such NOTICE file, excluding those notices that do not
   7685           pertain to any part of the Derivative Works, in at least one
   7686           of the following places: within a NOTICE text file distributed
   7687           as part of the Derivative Works; within the Source form or
   7688           documentation, if provided along with the Derivative Works; or,
   7689           within a display generated by the Derivative Works, if and
   7690           wherever such third-party notices normally appear. The contents
   7691           of the NOTICE file are for informational purposes only and
   7692           do not modify the License. You may add Your own attribution
   7693           notices within Derivative Works that You distribute, alongside
   7694           or as an addendum to the NOTICE text from the Work, provided
   7695           that such additional attribution notices cannot be construed
   7696           as modifying the License.
   7697 
   7698       You may add Your own copyright statement to Your modifications and
   7699       may provide additional or different license terms and conditions
   7700       for use, reproduction, or distribution of Your modifications, or
   7701       for any such Derivative Works as a whole, provided Your use,
   7702       reproduction, and distribution of the Work otherwise complies with
   7703       the conditions stated in this License.
   7704 
   7705    5. Submission of Contributions. Unless You explicitly state otherwise,
   7706       any Contribution intentionally submitted for inclusion in the Work
   7707       by You to the Licensor shall be under the terms and conditions of
   7708       this License, without any additional terms or conditions.
   7709       Notwithstanding the above, nothing herein shall supersede or modify
   7710       the terms of any separate license agreement you may have executed
   7711       with Licensor regarding such Contributions.
   7712 
   7713    6. Trademarks. This License does not grant permission to use the trade
   7714       names, trademarks, service marks, or product names of the Licensor,
   7715       except as required for reasonable and customary use in describing the
   7716       origin of the Work and reproducing the content of the NOTICE file.
   7717 
   7718    7. Disclaimer of Warranty. Unless required by applicable law or
   7719       agreed to in writing, Licensor provides the Work (and each
   7720       Contributor provides its Contributions) on an "AS IS" BASIS,
   7721       WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
   7722       implied, including, without limitation, any warranties or conditions
   7723       of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
   7724       PARTICULAR PURPOSE. You are solely responsible for determining the
   7725       appropriateness of using or redistributing the Work and assume any
   7726       risks associated with Your exercise of permissions under this License.
   7727 
   7728    8. Limitation of Liability. In no event and under no legal theory,
   7729       whether in tort (including negligence), contract, or otherwise,
   7730       unless required by applicable law (such as deliberate and grossly
   7731       negligent acts) or agreed to in writing, shall any Contributor be
   7732       liable to You for damages, including any direct, indirect, special,
   7733       incidental, or consequential damages of any character arising as a
   7734       result of this License or out of the use or inability to use the
   7735       Work (including but not limited to damages for loss of goodwill,
   7736       work stoppage, computer failure or malfunction, or any and all
   7737       other commercial damages or losses), even if such Contributor
   7738       has been advised of the possibility of such damages.
   7739 
   7740    9. Accepting Warranty or Additional Liability. While redistributing
   7741       the Work or Derivative Works thereof, You may choose to offer,
   7742       and charge a fee for, acceptance of support, warranty, indemnity,
   7743       or other liability obligations and/or rights consistent with this
   7744       License. However, in accepting such obligations, You may act only
   7745       on Your own behalf and on Your sole responsibility, not on behalf
   7746       of any other Contributor, and only if You agree to indemnify,
   7747       defend, and hold each Contributor harmless for any liability
   7748       incurred by, or claims asserted against, such Contributor by reason
   7749       of your accepting any such warranty or additional liability.
   7750 
   7751    END OF TERMS AND CONDITIONS
   7752 
   7753    APPENDIX: How to apply the Apache License to your work.
   7754 
   7755       To apply the Apache License to your work, attach the following
   7756       boilerplate notice, with the fields enclosed by brackets "[]"
   7757       replaced with your own identifying information. (Don't include
   7758       the brackets!)  The text should be enclosed in the appropriate
   7759       comment syntax for the file format. We also recommend that a
   7760       file or class name and description of purpose be included on the
   7761       same "printed page" as the copyright notice for easier
   7762       identification within third-party archives.
   7763 
   7764    Copyright [2007] Neal Norwitz
   7765    Portions Copyright [2007] Google Inc.
   7766 
   7767    Licensed under the Apache License, Version 2.0 (the "License");
   7768    you may not use this file except in compliance with the License.
   7769    You may obtain a copy of the License at
   7770 
   7771        http://www.apache.org/licenses/LICENSE-2.0
   7772 
   7773    Unless required by applicable law or agreed to in writing, software
   7774    distributed under the License is distributed on an "AS IS" BASIS,
   7775    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   7776    See the License for the specific language governing permissions and
   7777    limitations under the License.
   7778 
   7779 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   7780 </pre>
   7781 <ul>
   7782 
   7783 </ul>
   7784 </div>
   7785 </div>
   7786 
   7787 
   7788 <div class="product">
   7789 <span class="title">gmp-5.0.2_p1</span>
   7790 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   7791 <span class="homepage"><a href="http://gmplib.org/">homepage</a></span>
   7792 <div class="licence">
   7793 <pre></pre>
   7794 <ul>
   7795 <li><a href='#LGPL-3'>Gentoo Package Stock License LGPL-3</a></li>
   7796 </ul>
   7797 </div>
   7798 </div>
   7799 
   7800 
   7801 <div class="product">
   7802 <span class="title">gobi-cromo-plugin-1.0.1</span>
   7803 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   7804 <span class="homepage"><a href="">homepage</a></span>
   7805 <div class="licence">
   7806 <pre></pre>
   7807 <ul>
   7808 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li>
   7809 </ul>
   7810 </div>
   7811 </div>
   7812 
   7813 
   7814 <div class="product">
   7815 <span class="title">gobi-firmware-1.0.61</span>
   7816 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   7817 <span class="homepage"><a href="">homepage</a></span>
   7818 <div class="licence">
   7819 <pre></pre>
   7820 <ul>
   7821 <li><a href='#Google-TOS'>Gentoo Package Stock License Google-TOS</a></li>
   7822 </ul>
   7823 </div>
   7824 </div>
   7825 
   7826 
   7827 <div class="product">
   7828 <span class="title">gobi-sdk-0.1</span>
   7829 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   7830 <span class="homepage"><a href="">homepage</a></span>
   7831 <div class="licence">
   7832 <pre></pre>
   7833 <ul>
   7834 <li><a href='#Google-TOS'>Gentoo Package Stock License Google-TOS</a></li>
   7835 </ul>
   7836 </div>
   7837 </div>
   7838 
   7839 
   7840 <div class="product">
   7841 <span class="title">gobi3k-lib-0.0.1</span>
   7842 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   7843 <span class="homepage"><a href="">homepage</a></span>
   7844 <div class="licence">
   7845 <pre></pre>
   7846 <ul>
   7847 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li>
   7848 </ul>
   7849 </div>
   7850 </div>
   7851 
   7852 
   7853 <div class="product">
   7854 <span class="title">gobi3k-sdk-1.0.1</span>
   7855 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   7856 <span class="homepage"><a href="">homepage</a></span>
   7857 <div class="licence">
   7858 <pre></pre>
   7859 <ul>
   7860 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li>
   7861 </ul>
   7862 </div>
   7863 </div>
   7864 
   7865 
   7866 <div class="product">
   7867 <span class="title">google-breakpad-1303</span>
   7868 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   7869 <span class="homepage"><a href="http://code.google.com/p/google-breakpad">homepage</a></span>
   7870 <div class="licence">
   7871 <pre></pre>
   7872 <ul>
   7873 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li>
   7874 </ul>
   7875 </div>
   7876 </div>
   7877 
   7878 
   7879 <div class="product">
   7880 <span class="title">GoogleChineseInput-cangjie-2.0.0.0</span>
   7881 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   7882 <span class="homepage"><a href="http://www.google.com/inputtools">homepage</a></span>
   7883 <div class="licence">
   7884 <pre></pre>
   7885 <ul>
   7886 <li><a href='#Google-TOS'>Gentoo Package Stock License Google-TOS</a></li>
   7887 </ul>
   7888 </div>
   7889 </div>
   7890 
   7891 
   7892 <div class="product">
   7893 <span class="title">GoogleChineseInput-pinyin-2.0.0.0</span>
   7894 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   7895 <span class="homepage"><a href="http://www.google.com/inputtools">homepage</a></span>
   7896 <div class="licence">
   7897 <pre></pre>
   7898 <ul>
   7899 <li><a href='#Google-TOS'>Gentoo Package Stock License Google-TOS</a></li>
   7900 </ul>
   7901 </div>
   7902 </div>
   7903 
   7904 
   7905 <div class="product">
   7906 <span class="title">GoogleChineseInput-zhuyin-2.0.0.0</span>
   7907 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   7908 <span class="homepage"><a href="http://www.google.com/inputtools">homepage</a></span>
   7909 <div class="licence">
   7910 <pre></pre>
   7911 <ul>
   7912 <li><a href='#Google-TOS'>Gentoo Package Stock License Google-TOS</a></li>
   7913 </ul>
   7914 </div>
   7915 </div>
   7916 
   7917 
   7918 <div class="product">
   7919 <span class="title">GoogleKeyboardInput-xkb-1.1.0.0</span>
   7920 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   7921 <span class="homepage"><a href="http://www.google.com/inputtools">homepage</a></span>
   7922 <div class="licence">
   7923 <pre></pre>
   7924 <ul>
   7925 <li><a href='#Google-TOS'>Gentoo Package Stock License Google-TOS</a></li>
   7926 </ul>
   7927 </div>
   7928 </div>
   7929 
   7930 
   7931 <div class="product">
   7932 <span class="title">gpsd-3.4</span>
   7933 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   7934 <span class="homepage"><a href="http://catb.org/gpsd/">homepage</a></span>
   7935 <div class="licence">
   7936 <pre>Scanned Source License gpsd-3.4/COPYING:
   7937 
   7938 			COPYRIGHTS
   7939 
   7940 Compilation copyright is held by the GPSD project.  All rights reserved.
   7941 
   7942 GPSD project copyrights are assigned to the project lead, currently
   7943 Eric S. Raymond. Other portions of the GPSD code are Copyright (c)
   7944 1997, 1998, 1999, 2000, 2001, 2002 by Remco Treffkorn, and others
   7945 Copyright (c) 2005 by Eric S. Raymond.  For other copyrights, see
   7946 individual files.
   7947 
   7948 			BSD LICENSE
   7949 
   7950 Redistribution and use in source and binary forms, with or without
   7951 modification, are permitted provided that the following conditions
   7952 are met:&lt;P&gt;
   7953 
   7954 Redistributions of source code must retain the above copyright
   7955 notice, this list of conditions and the following disclaimer.&lt;P&gt;
   7956 
   7957 Redistributions in binary form must reproduce the above copyright
   7958 notice, this list of conditions and the following disclaimer in the
   7959 documentation and/or other materials provided with the distribution.&lt;P&gt;
   7960 
   7961 Neither name of the GPSD project nor the names of its contributors
   7962 may be used to endorse or promote products derived from this software
   7963 without specific prior written permission.
   7964 
   7965 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
   7966 ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
   7967 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
   7968 A PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR
   7969 CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
   7970 EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
   7971 PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
   7972 PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
   7973 LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
   7974 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
   7975 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
   7976 
   7977 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   7978 </pre>
   7979 <ul>
   7980 
   7981 </ul>
   7982 </div>
   7983 </div>
   7984 
   7985 
   7986 <div class="product">
   7987 <span class="title">grep-2.14</span>
   7988 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   7989 <span class="homepage"><a href="http://www.gnu.org/software/grep/">homepage</a></span>
   7990 <div class="licence">
   7991 <pre></pre>
   7992 <ul>
   7993 <li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li>
   7994 </ul>
   7995 </div>
   7996 </div>
   7997 
   7998 
   7999 <div class="product">
   8000 <span class="title">gsm-1.0.13</span>
   8001 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   8002 <span class="homepage"><a href="http://packages.qa.debian.org/libg/libgsm.html">homepage</a></span>
   8003 <div class="licence">
   8004 <pre>Gentoo Package Stock License gsm:
   8005 
   8006 Copyright 1992, 1993, 1994 by Jutta Degener and Carsten Bormann,
   8007 Technische Universitaet Berlin
   8008 
   8009 Any use of this software is permitted provided that this notice is not
   8010 removed and that neither the authors nor the Technische Universitaet Berlin
   8011 are deemed to have made any representations as to the suitability of this
   8012 software for any purpose nor are held responsible for any defects of
   8013 this software.  THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE.
   8014 
   8015 As a matter of courtesy, the authors request to be informed about uses
   8016 this software has found, about bugs in this software, and about any
   8017 improvements that may be of general interest.
   8018 
   8019 Berlin, 28.11.1994
   8020 Jutta Degener
   8021 Carsten Bormann
   8022 
   8023                                  oOo
   8024 
   8025 Since the original terms of 15 years ago maybe do not make our
   8026 intentions completely clear given today's refined usage of the legal
   8027 terms, we append this additional permission:
   8028 
   8029       Permission to use, copy, modify, and distribute this software
   8030       for any purpose with or without fee is hereby granted,
   8031       provided that this notice is not removed and that neither
   8032       the authors nor the Technische Universitaet Berlin are
   8033       deemed to have made any representations as to the suitability
   8034       of this software for any purpose nor are held responsible
   8035       for any defects of this software.  THERE IS ABSOLUTELY NO
   8036       WARRANTY FOR THIS SOFTWARE.
   8037 
   8038 Berkeley/Bremen, 05.04.2009
   8039 Jutta Degener
   8040 Carsten Bormann
   8041 
   8042 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   8043 </pre>
   8044 <ul>
   8045 
   8046 </ul>
   8047 </div>
   8048 </div>
   8049 
   8050 
   8051 <div class="product">
   8052 <span class="title">gtalk-62219080</span>
   8053 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   8054 <span class="homepage"><a href="http://www.google.com">homepage</a></span>
   8055 <div class="licence">
   8056 <pre></pre>
   8057 <ul>
   8058 <li><a href='#Google-TOS'>Gentoo Package Stock License Google-TOS</a></li>
   8059 </ul>
   8060 </div>
   8061 </div>
   8062 
   8063 
   8064 <div class="product">
   8065 <span class="title">gtest-1.6.0</span>
   8066 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   8067 <span class="homepage"><a href="http://code.google.com/p/googletest/">homepage</a></span>
   8068 <div class="licence">
   8069 <pre>Scanned Source License gtest-1.6.0/COPYING:
   8070 
   8071 Copyright 2008, Google Inc.
   8072 All rights reserved.
   8073 
   8074 Redistribution and use in source and binary forms, with or without
   8075 modification, are permitted provided that the following conditions are
   8076 met:
   8077 
   8078     * Redistributions of source code must retain the above copyright
   8079 notice, this list of conditions and the following disclaimer.
   8080     * Redistributions in binary form must reproduce the above
   8081 copyright notice, this list of conditions and the following disclaimer
   8082 in the documentation and/or other materials provided with the
   8083 distribution.
   8084     * Neither the name of Google Inc. nor the names of its
   8085 contributors may be used to endorse or promote products derived from
   8086 this software without specific prior written permission.
   8087 
   8088 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
   8089 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
   8090 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
   8091 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
   8092 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
   8093 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
   8094 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
   8095 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
   8096 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
   8097 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
   8098 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
   8099 
   8100 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   8101 </pre>
   8102 <ul>
   8103 
   8104 </ul>
   8105 </div>
   8106 </div>
   8107 
   8108 
   8109 <div class="product">
   8110 <span class="title">gtk+-2.20.1</span>
   8111 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   8112 <span class="homepage"><a href="http://www.gtk.org/">homepage</a></span>
   8113 <div class="licence">
   8114 <pre></pre>
   8115 <ul>
   8116 <li><a href='#LGPL-2'>Gentoo Package Stock License LGPL-2</a></li>
   8117 </ul>
   8118 </div>
   8119 </div>
   8120 
   8121 
   8122 <div class="product">
   8123 <span class="title">gtk-doc-am-1.18</span>
   8124 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   8125 <span class="homepage"><a href="http://www.gtk.org/gtk-doc/">homepage</a></span>
   8126 <div class="licence">
   8127 <pre>Gentoo Package Stock License FDL-1.1:
   8128 
   8129 		GNU Free Documentation License
   8130 		   Version 1.1, March 2000
   8131 
   8132  Copyright (C) 2000  Free Software Foundation, Inc.
   8133      59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
   8134  Everyone is permitted to copy and distribute verbatim copies
   8135  of this license document, but changing it is not allowed.
   8136 
   8137 
   8138 0. PREAMBLE
   8139 
   8140 The purpose of this License is to make a manual, textbook, or other
   8141 written document "free" in the sense of freedom: to assure everyone
   8142 the effective freedom to copy and redistribute it, with or without
   8143 modifying it, either commercially or noncommercially.  Secondarily,
   8144 this License preserves for the author and publisher a way to get
   8145 credit for their work, while not being considered responsible for
   8146 modifications made by others.
   8147 
   8148 This License is a kind of "copyleft", which means that derivative
   8149 works of the document must themselves be free in the same sense.  It
   8150 complements the GNU General Public License, which is a copyleft
   8151 license designed for free software.
   8152 
   8153 We have designed this License in order to use it for manuals for free
   8154 software, because free software needs free documentation: a free
   8155 program should come with manuals providing the same freedoms that the
   8156 software does.  But this License is not limited to software manuals;
   8157 it can be used for any textual work, regardless of subject matter or
   8158 whether it is published as a printed book.  We recommend this License
   8159 principally for works whose purpose is instruction or reference.
   8160 
   8161 
   8162 1. APPLICABILITY AND DEFINITIONS
   8163 
   8164 This License applies to any manual or other work that contains a
   8165 notice placed by the copyright holder saying it can be distributed
   8166 under the terms of this License.  The "Document", below, refers to any
   8167 such manual or work.  Any member of the public is a licensee, and is
   8168 addressed as "you".
   8169 
   8170 A "Modified Version" of the Document means any work containing the
   8171 Document or a portion of it, either copied verbatim, or with
   8172 modifications and/or translated into another language.
   8173 
   8174 A "Secondary Section" is a named appendix or a front-matter section of
   8175 the Document that deals exclusively with the relationship of the
   8176 publishers or authors of the Document to the Document's overall subject
   8177 (or to related matters) and contains nothing that could fall directly
   8178 within that overall subject.  (For example, if the Document is in part a
   8179 textbook of mathematics, a Secondary Section may not explain any
   8180 mathematics.)  The relationship could be a matter of historical
   8181 connection with the subject or with related matters, or of legal,
   8182 commercial, philosophical, ethical or political position regarding
   8183 them.
   8184 
   8185 The "Invariant Sections" are certain Secondary Sections whose titles
   8186 are designated, as being those of Invariant Sections, in the notice
   8187 that says that the Document is released under this License.
   8188 
   8189 The "Cover Texts" are certain short passages of text that are listed,
   8190 as Front-Cover Texts or Back-Cover Texts, in the notice that says that
   8191 the Document is released under this License.
   8192 
   8193 A "Transparent" copy of the Document means a machine-readable copy,
   8194 represented in a format whose specification is available to the
   8195 general public, whose contents can be viewed and edited directly and
   8196 straightforwardly with generic text editors or (for images composed of
   8197 pixels) generic paint programs or (for drawings) some widely available
   8198 drawing editor, and that is suitable for input to text formatters or
   8199 for automatic translation to a variety of formats suitable for input
   8200 to text formatters.  A copy made in an otherwise Transparent file
   8201 format whose markup has been designed to thwart or discourage
   8202 subsequent modification by readers is not Transparent.  A copy that is
   8203 not "Transparent" is called "Opaque".
   8204 
   8205 Examples of suitable formats for Transparent copies include plain
   8206 ASCII without markup, Texinfo input format, LaTeX input format, SGML
   8207 or XML using a publicly available DTD, and standard-conforming simple
   8208 HTML designed for human modification.  Opaque formats include
   8209 PostScript, PDF, proprietary formats that can be read and edited only
   8210 by proprietary word processors, SGML or XML for which the DTD and/or
   8211 processing tools are not generally available, and the
   8212 machine-generated HTML produced by some word processors for output
   8213 purposes only.
   8214 
   8215 The "Title Page" means, for a printed book, the title page itself,
   8216 plus such following pages as are needed to hold, legibly, the material
   8217 this License requires to appear in the title page.  For works in
   8218 formats which do not have any title page as such, "Title Page" means
   8219 the text near the most prominent appearance of the work's title,
   8220 preceding the beginning of the body of the text.
   8221 
   8222 
   8223 2. VERBATIM COPYING
   8224 
   8225 You may copy and distribute the Document in any medium, either
   8226 commercially or noncommercially, provided that this License, the
   8227 copyright notices, and the license notice saying this License applies
   8228 to the Document are reproduced in all copies, and that you add no other
   8229 conditions whatsoever to those of this License.  You may not use
   8230 technical measures to obstruct or control the reading or further
   8231 copying of the copies you make or distribute.  However, you may accept
   8232 compensation in exchange for copies.  If you distribute a large enough
   8233 number of copies you must also follow the conditions in section 3.
   8234 
   8235 You may also lend copies, under the same conditions stated above, and
   8236 you may publicly display copies.
   8237 
   8238 
   8239 3. COPYING IN QUANTITY
   8240 
   8241 If you publish printed copies of the Document numbering more than 100,
   8242 and the Document's license notice requires Cover Texts, you must enclose
   8243 the copies in covers that carry, clearly and legibly, all these Cover
   8244 Texts: Front-Cover Texts on the front cover, and Back-Cover Texts on
   8245 the back cover.  Both covers must also clearly and legibly identify
   8246 you as the publisher of these copies.  The front cover must present
   8247 the full title with all words of the title equally prominent and
   8248 visible.  You may add other material on the covers in addition.
   8249 Copying with changes limited to the covers, as long as they preserve
   8250 the title of the Document and satisfy these conditions, can be treated
   8251 as verbatim copying in other respects.
   8252 
   8253 If the required texts for either cover are too voluminous to fit
   8254 legibly, you should put the first ones listed (as many as fit
   8255 reasonably) on the actual cover, and continue the rest onto adjacent
   8256 pages.
   8257 
   8258 If you publish or distribute Opaque copies of the Document numbering
   8259 more than 100, you must either include a machine-readable Transparent
   8260 copy along with each Opaque copy, or state in or with each Opaque copy
   8261 a publicly-accessible computer-network location containing a complete
   8262 Transparent copy of the Document, free of added material, which the
   8263 general network-using public has access to download anonymously at no
   8264 charge using public-standard network protocols.  If you use the latter
   8265 option, you must take reasonably prudent steps, when you begin
   8266 distribution of Opaque copies in quantity, to ensure that this
   8267 Transparent copy will remain thus accessible at the stated location
   8268 until at least one year after the last time you distribute an Opaque
   8269 copy (directly or through your agents or retailers) of that edition to
   8270 the public.
   8271 
   8272 It is requested, but not required, that you contact the authors of the
   8273 Document well before redistributing any large number of copies, to give
   8274 them a chance to provide you with an updated version of the Document.
   8275 
   8276 
   8277 4. MODIFICATIONS
   8278 
   8279 You may copy and distribute a Modified Version of the Document under
   8280 the conditions of sections 2 and 3 above, provided that you release
   8281 the Modified Version under precisely this License, with the Modified
   8282 Version filling the role of the Document, thus licensing distribution
   8283 and modification of the Modified Version to whoever possesses a copy
   8284 of it.  In addition, you must do these things in the Modified Version:
   8285 
   8286 A. Use in the Title Page (and on the covers, if any) a title distinct
   8287    from that of the Document, and from those of previous versions
   8288    (which should, if there were any, be listed in the History section
   8289    of the Document).  You may use the same title as a previous version
   8290    if the original publisher of that version gives permission.
   8291 B. List on the Title Page, as authors, one or more persons or entities
   8292    responsible for authorship of the modifications in the Modified
   8293    Version, together with at least five of the principal authors of the
   8294    Document (all of its principal authors, if it has less than five).
   8295 C. State on the Title page the name of the publisher of the
   8296    Modified Version, as the publisher.
   8297 D. Preserve all the copyright notices of the Document.
   8298 E. Add an appropriate copyright notice for your modifications
   8299    adjacent to the other copyright notices.
   8300 F. Include, immediately after the copyright notices, a license notice
   8301    giving the public permission to use the Modified Version under the
   8302    terms of this License, in the form shown in the Addendum below.
   8303 G. Preserve in that license notice the full lists of Invariant Sections
   8304    and required Cover Texts given in the Document's license notice.
   8305 H. Include an unaltered copy of this License.
   8306 I. Preserve the section entitled "History", and its title, and add to
   8307    it an item stating at least the title, year, new authors, and
   8308    publisher of the Modified Version as given on the Title Page.  If
   8309    there is no section entitled "History" in the Document, create one
   8310    stating the title, year, authors, and publisher of the Document as
   8311    given on its Title Page, then add an item describing the Modified
   8312    Version as stated in the previous sentence.
   8313 J. Preserve the network location, if any, given in the Document for
   8314    public access to a Transparent copy of the Document, and likewise
   8315    the network locations given in the Document for previous versions
   8316    it was based on.  These may be placed in the "History" section.
   8317    You may omit a network location for a work that was published at
   8318    least four years before the Document itself, or if the original
   8319    publisher of the version it refers to gives permission.
   8320 K. In any section entitled "Acknowledgements" or "Dedications",
   8321    preserve the section's title, and preserve in the section all the
   8322    substance and tone of each of the contributor acknowledgements
   8323    and/or dedications given therein.
   8324 L. Preserve all the Invariant Sections of the Document,
   8325    unaltered in their text and in their titles.  Section numbers
   8326    or the equivalent are not considered part of the section titles.
   8327 M. Delete any section entitled "Endorsements".  Such a section
   8328    may not be included in the Modified Version.
   8329 N. Do not retitle any existing section as "Endorsements"
   8330    or to conflict in title with any Invariant Section.
   8331 
   8332 If the Modified Version includes new front-matter sections or
   8333 appendices that qualify as Secondary Sections and contain no material
   8334 copied from the Document, you may at your option designate some or all
   8335 of these sections as invariant.  To do this, add their titles to the
   8336 list of Invariant Sections in the Modified Version's license notice.
   8337 These titles must be distinct from any other section titles.
   8338 
   8339 You may add a section entitled "Endorsements", provided it contains
   8340 nothing but endorsements of your Modified Version by various
   8341 parties--for example, statements of peer review or that the text has
   8342 been approved by an organization as the authoritative definition of a
   8343 standard.
   8344 
   8345 You may add a passage of up to five words as a Front-Cover Text, and a
   8346 passage of up to 25 words as a Back-Cover Text, to the end of the list
   8347 of Cover Texts in the Modified Version.  Only one passage of
   8348 Front-Cover Text and one of Back-Cover Text may be added by (or
   8349 through arrangements made by) any one entity.  If the Document already
   8350 includes a cover text for the same cover, previously added by you or
   8351 by arrangement made by the same entity you are acting on behalf of,
   8352 you may not add another; but you may replace the old one, on explicit
   8353 permission from the previous publisher that added the old one.
   8354 
   8355 The author(s) and publisher(s) of the Document do not by this License
   8356 give permission to use their names for publicity for or to assert or
   8357 imply endorsement of any Modified Version.
   8358 
   8359 
   8360 5. COMBINING DOCUMENTS
   8361 
   8362 You may combine the Document with other documents released under this
   8363 License, under the terms defined in section 4 above for modified
   8364 versions, provided that you include in the combination all of the
   8365 Invariant Sections of all of the original documents, unmodified, and
   8366 list them all as Invariant Sections of your combined work in its
   8367 license notice.
   8368 
   8369 The combined work need only contain one copy of this License, and
   8370 multiple identical Invariant Sections may be replaced with a single
   8371 copy.  If there are multiple Invariant Sections with the same name but
   8372 different contents, make the title of each such section unique by
   8373 adding at the end of it, in parentheses, the name of the original
   8374 author or publisher of that section if known, or else a unique number.
   8375 Make the same adjustment to the section titles in the list of
   8376 Invariant Sections in the license notice of the combined work.
   8377 
   8378 In the combination, you must combine any sections entitled "History"
   8379 in the various original documents, forming one section entitled
   8380 "History"; likewise combine any sections entitled "Acknowledgements",
   8381 and any sections entitled "Dedications".  You must delete all sections
   8382 entitled "Endorsements."
   8383 
   8384 
   8385 6. COLLECTIONS OF DOCUMENTS
   8386 
   8387 You may make a collection consisting of the Document and other documents
   8388 released under this License, and replace the individual copies of this
   8389 License in the various documents with a single copy that is included in
   8390 the collection, provided that you follow the rules of this License for
   8391 verbatim copying of each of the documents in all other respects.
   8392 
   8393 You may extract a single document from such a collection, and distribute
   8394 it individually under this License, provided you insert a copy of this
   8395 License into the extracted document, and follow this License in all
   8396 other respects regarding verbatim copying of that document.
   8397 
   8398 
   8399 7. AGGREGATION WITH INDEPENDENT WORKS
   8400 
   8401 A compilation of the Document or its derivatives with other separate
   8402 and independent documents or works, in or on a volume of a storage or
   8403 distribution medium, does not as a whole count as a Modified Version
   8404 of the Document, provided no compilation copyright is claimed for the
   8405 compilation.  Such a compilation is called an "aggregate", and this
   8406 License does not apply to the other self-contained works thus compiled
   8407 with the Document, on account of their being thus compiled, if they
   8408 are not themselves derivative works of the Document.
   8409 
   8410 If the Cover Text requirement of section 3 is applicable to these
   8411 copies of the Document, then if the Document is less than one quarter
   8412 of the entire aggregate, the Document's Cover Texts may be placed on
   8413 covers that surround only the Document within the aggregate.
   8414 Otherwise they must appear on covers around the whole aggregate.
   8415 
   8416 
   8417 8. TRANSLATION
   8418 
   8419 Translation is considered a kind of modification, so you may
   8420 distribute translations of the Document under the terms of section 4.
   8421 Replacing Invariant Sections with translations requires special
   8422 permission from their copyright holders, but you may include
   8423 translations of some or all Invariant Sections in addition to the
   8424 original versions of these Invariant Sections.  You may include a
   8425 translation of this License provided that you also include the
   8426 original English version of this License.  In case of a disagreement
   8427 between the translation and the original English version of this
   8428 License, the original English version will prevail.
   8429 
   8430 
   8431 9. TERMINATION
   8432 
   8433 You may not copy, modify, sublicense, or distribute the Document except
   8434 as expressly provided for under this License.  Any other attempt to
   8435 copy, modify, sublicense or distribute the Document is void, and will
   8436 automatically terminate your rights under this License.  However,
   8437 parties who have received copies, or rights, from you under this
   8438 License will not have their licenses terminated so long as such
   8439 parties remain in full compliance.
   8440 
   8441 
   8442 10. FUTURE REVISIONS OF THIS LICENSE
   8443 
   8444 The Free Software Foundation may publish new, revised versions
   8445 of the GNU Free Documentation License from time to time.  Such new
   8446 versions will be similar in spirit to the present version, but may
   8447 differ in detail to address new problems or concerns.  See
   8448 http://www.gnu.org/copyleft/.
   8449 
   8450 Each version of the License is given a distinguishing version number.
   8451 If the Document specifies that a particular numbered version of this
   8452 License "or any later version" applies to it, you have the option of
   8453 following the terms and conditions either of that specified version or
   8454 of any later version that has been published (not as a draft) by the
   8455 Free Software Foundation.  If the Document does not specify a version
   8456 number of this License, you may choose any version ever published (not
   8457 as a draft) by the Free Software Foundation.
   8458 
   8459 
   8460 ADDENDUM: How to use this License for your documents
   8461 
   8462 To use this License in a document you have written, include a copy of
   8463 the License in the document and put the following copyright and
   8464 license notices just after the title page:
   8465 
   8466       Copyright (c)  YEAR  YOUR NAME.
   8467       Permission is granted to copy, distribute and/or modify this document
   8468       under the terms of the GNU Free Documentation License, Version 1.1
   8469       or any later version published by the Free Software Foundation;
   8470       with the Invariant Sections being LIST THEIR TITLES, with the
   8471       Front-Cover Texts being LIST, and with the Back-Cover Texts being LIST.
   8472       A copy of the license is included in the section entitled "GNU
   8473       Free Documentation License".
   8474 
   8475 If you have no Invariant Sections, write "with no Invariant Sections"
   8476 instead of saying which ones are invariant.  If you have no
   8477 Front-Cover Texts, write "no Front-Cover Texts" instead of
   8478 "Front-Cover Texts being LIST"; likewise for Back-Cover Texts.
   8479 
   8480 If your document contains nontrivial examples of program code, we
   8481 recommend releasing these examples in parallel under your choice of
   8482 free software license, such as the GNU General Public License,
   8483 to permit their use in free software.
   8484 
   8485 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   8486 </pre>
   8487 <ul>
   8488 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
   8489 </ul>
   8490 </div>
   8491 </div>
   8492 
   8493 
   8494 <div class="product">
   8495 <span class="title">gzip-1.5</span>
   8496 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   8497 <span class="homepage"><a href="http://www.gnu.org/software/gzip/">homepage</a></span>
   8498 <div class="licence">
   8499 <pre></pre>
   8500 <ul>
   8501 <li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li>
   8502 </ul>
   8503 </div>
   8504 </div>
   8505 
   8506 
   8507 <div class="product">
   8508 <span class="title">harfbuzz-0.9.27</span>
   8509 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   8510 <span class="homepage"><a href="http://www.freedesktop.org/wiki/Software/HarfBuzz">homepage</a></span>
   8511 <div class="licence">
   8512 <pre>Scanned Source License harfbuzz-0.9.27/COPYING:
   8513 
   8514 HarfBuzz is licensed under the so-called "Old MIT" license.  Details follow.
   8515 For parts of HarfBuzz that are licensed under different licenses see individual
   8516 files names COPYING in subdirectories where applicable.
   8517 
   8518 Copyright  2010,2011,2012  Google, Inc.
   8519 Copyright  2012  Mozilla Foundation
   8520 Copyright  2011  Codethink Limited
   8521 Copyright  2008,2010  Nokia Corporation and/or its subsidiary(-ies)
   8522 Copyright  2009  Keith Stribley
   8523 Copyright  2009  Martin Hosken and SIL International
   8524 Copyright  2007  Chris Wilson
   8525 Copyright  2006  Behdad Esfahbod
   8526 Copyright  2005  David Turner
   8527 Copyright  2004,2007,2008,2009,2010  Red Hat, Inc.
   8528 Copyright  1998-2004  David Turner and Werner Lemberg
   8529 
   8530 For full copyright notices consult the individual files in the package.
   8531 
   8532 
   8533 Permission is hereby granted, without written agreement and without
   8534 license or royalty fees, to use, copy, modify, and distribute this
   8535 software and its documentation for any purpose, provided that the
   8536 above copyright notice and the following two paragraphs appear in
   8537 all copies of this software.
   8538 
   8539 IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
   8540 DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
   8541 ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
   8542 IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
   8543 DAMAGE.
   8544 
   8545 THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
   8546 BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
   8547 FITNESS FOR A PARTICULAR PURPOSE.  THE SOFTWARE PROVIDED HEREUNDER IS
   8548 ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
   8549 PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
   8550 
   8551 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   8552 
   8553 Scanned Source License harfbuzz-0.9.27/src/hb-ucdn/COPYING:
   8554 
   8555 The contents of this directory are licensed under the following terms:
   8556 
   8557 Permission to use, copy, modify, and/or distribute this software for any
   8558 purpose with or without fee is hereby granted, provided that the above
   8559 copyright notice and this permission notice appear in all copies.
   8560 
   8561 THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
   8562 WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
   8563 MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
   8564 ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
   8565 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
   8566 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
   8567 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
   8568 
   8569 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   8570 
   8571 Scanned Source License harfbuzz-0.9.27/test/shaping/texts/in-tree/shaper-arabic/script-arabic/language-urdu/crulp/ligatures/LICENSE:
   8572 
   8573 CC BY-NC-SA 3.0
   8574 http://www.crulp.org/software/license/CreativeCommons.html
   8575 https://creativecommons.org/licenses/by-nc-sa/3.0/
   8576 
   8577 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   8578 
   8579 Scanned Source License harfbuzz-0.9.27/test/shaping/texts/in-tree/shaper-indic/indic/script-assamese/utrrs/LICENSE:
   8580 
   8581 Copyright (c) 2010 Red Hat Inc.
   8582 
   8583 Permission is hereby granted, free of charge, to any person obtaining a copy
   8584 of this software and associated documentation files (the "Software"), to deal
   8585 in the Software without restriction, including without limitation the rights
   8586 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
   8587 copies of the Software, and to permit persons to whom the Software is
   8588 furnished to do so, subject to the following conditions:
   8589 
   8590 The above copyright notice and this permission notice shall be included in
   8591 all copies or substantial portions of the Software.
   8592 
   8593 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   8594 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   8595 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
   8596 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
   8597 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
   8598 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
   8599 THE SOFTWARE.
   8600 
   8601 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   8602 
   8603 Scanned Source License harfbuzz-0.9.27/test/shaping/texts/in-tree/shaper-indic/indic/script-bengali/utrrs/LICENSE:
   8604 
   8605 Copyright (c) 2010 Red Hat Inc.
   8606 
   8607 Permission is hereby granted, free of charge, to any person obtaining a copy
   8608 of this software and associated documentation files (the "Software"), to deal
   8609 in the Software without restriction, including without limitation the rights
   8610 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
   8611 copies of the Software, and to permit persons to whom the Software is
   8612 furnished to do so, subject to the following conditions:
   8613 
   8614 The above copyright notice and this permission notice shall be included in
   8615 all copies or substantial portions of the Software.
   8616 
   8617 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   8618 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   8619 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
   8620 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
   8621 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
   8622 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
   8623 THE SOFTWARE.
   8624 
   8625 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   8626 
   8627 Scanned Source License harfbuzz-0.9.27/test/shaping/texts/in-tree/shaper-indic/indic/script-devanagari/utrrs/LICENSE:
   8628 
   8629 Copyright (c) 2010 Red Hat Inc.
   8630 
   8631 Permission is hereby granted, free of charge, to any person obtaining a copy
   8632 of this software and associated documentation files (the "Software"), to deal
   8633 in the Software without restriction, including without limitation the rights
   8634 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
   8635 copies of the Software, and to permit persons to whom the Software is
   8636 furnished to do so, subject to the following conditions:
   8637 
   8638 The above copyright notice and this permission notice shall be included in
   8639 all copies or substantial portions of the Software.
   8640 
   8641 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   8642 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   8643 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
   8644 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
   8645 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
   8646 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
   8647 THE SOFTWARE.
   8648 
   8649 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   8650 
   8651 Scanned Source License harfbuzz-0.9.27/test/shaping/texts/in-tree/shaper-indic/indic/script-gujarati/utrrs/LICENSE:
   8652 
   8653 Copyright (c) 2010 Red Hat Inc.
   8654 
   8655 Permission is hereby granted, free of charge, to any person obtaining a copy
   8656 of this software and associated documentation files (the "Software"), to deal
   8657 in the Software without restriction, including without limitation the rights
   8658 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
   8659 copies of the Software, and to permit persons to whom the Software is
   8660 furnished to do so, subject to the following conditions:
   8661 
   8662 The above copyright notice and this permission notice shall be included in
   8663 all copies or substantial portions of the Software.
   8664 
   8665 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   8666 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   8667 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
   8668 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
   8669 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
   8670 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
   8671 THE SOFTWARE.
   8672 
   8673 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   8674 
   8675 Scanned Source License harfbuzz-0.9.27/test/shaping/texts/in-tree/shaper-indic/indic/script-gurmukhi/utrrs/LICENSE:
   8676 
   8677 Copyright (c) 2010 Red Hat Inc.
   8678 
   8679 Permission is hereby granted, free of charge, to any person obtaining a copy
   8680 of this software and associated documentation files (the "Software"), to deal
   8681 in the Software without restriction, including without limitation the rights
   8682 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
   8683 copies of the Software, and to permit persons to whom the Software is
   8684 furnished to do so, subject to the following conditions:
   8685 
   8686 The above copyright notice and this permission notice shall be included in
   8687 all copies or substantial portions of the Software.
   8688 
   8689 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   8690 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   8691 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
   8692 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
   8693 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
   8694 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
   8695 THE SOFTWARE.
   8696 
   8697 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   8698 
   8699 Scanned Source License harfbuzz-0.9.27/test/shaping/texts/in-tree/shaper-indic/indic/script-kannada/utrrs/LICENSE:
   8700 
   8701 Copyright (c) 2010 Red Hat Inc.
   8702 
   8703 Permission is hereby granted, free of charge, to any person obtaining a copy
   8704 of this software and associated documentation files (the "Software"), to deal
   8705 in the Software without restriction, including without limitation the rights
   8706 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
   8707 copies of the Software, and to permit persons to whom the Software is
   8708 furnished to do so, subject to the following conditions:
   8709 
   8710 The above copyright notice and this permission notice shall be included in
   8711 all copies or substantial portions of the Software.
   8712 
   8713 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   8714 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   8715 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
   8716 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
   8717 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
   8718 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
   8719 THE SOFTWARE.
   8720 
   8721 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   8722 
   8723 Scanned Source License harfbuzz-0.9.27/test/shaping/texts/in-tree/shaper-indic/indic/script-malayalam/utrrs/LICENSE:
   8724 
   8725 Copyright (c) 2010 Red Hat Inc.
   8726 
   8727 Permission is hereby granted, free of charge, to any person obtaining a copy
   8728 of this software and associated documentation files (the "Software"), to deal
   8729 in the Software without restriction, including without limitation the rights
   8730 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
   8731 copies of the Software, and to permit persons to whom the Software is
   8732 furnished to do so, subject to the following conditions:
   8733 
   8734 The above copyright notice and this permission notice shall be included in
   8735 all copies or substantial portions of the Software.
   8736 
   8737 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   8738 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   8739 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
   8740 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
   8741 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
   8742 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
   8743 THE SOFTWARE.
   8744 
   8745 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   8746 
   8747 Scanned Source License harfbuzz-0.9.27/test/shaping/texts/in-tree/shaper-indic/indic/script-oriya/utrrs/LICENSE:
   8748 
   8749 Copyright (c) 2010 Red Hat Inc.
   8750 
   8751 Permission is hereby granted, free of charge, to any person obtaining a copy
   8752 of this software and associated documentation files (the "Software"), to deal
   8753 in the Software without restriction, including without limitation the rights
   8754 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
   8755 copies of the Software, and to permit persons to whom the Software is
   8756 furnished to do so, subject to the following conditions:
   8757 
   8758 The above copyright notice and this permission notice shall be included in
   8759 all copies or substantial portions of the Software.
   8760 
   8761 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   8762 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   8763 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
   8764 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
   8765 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
   8766 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
   8767 THE SOFTWARE.
   8768 
   8769 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   8770 
   8771 Scanned Source License harfbuzz-0.9.27/test/shaping/texts/in-tree/shaper-indic/indic/script-sinhala/utrrs/LICENSE:
   8772 
   8773 Copyright (c) 2010 Red Hat Inc.
   8774 
   8775 Permission is hereby granted, free of charge, to any person obtaining a copy
   8776 of this software and associated documentation files (the "Software"), to deal
   8777 in the Software without restriction, including without limitation the rights
   8778 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
   8779 copies of the Software, and to permit persons to whom the Software is
   8780 furnished to do so, subject to the following conditions:
   8781 
   8782 The above copyright notice and this permission notice shall be included in
   8783 all copies or substantial portions of the Software.
   8784 
   8785 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   8786 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   8787 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
   8788 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
   8789 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
   8790 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
   8791 THE SOFTWARE.
   8792 
   8793 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   8794 
   8795 Scanned Source License harfbuzz-0.9.27/test/shaping/texts/in-tree/shaper-indic/indic/script-tamil/utrrs/LICENSE:
   8796 
   8797 Copyright (c) 2010 Red Hat Inc.
   8798 
   8799 Permission is hereby granted, free of charge, to any person obtaining a copy
   8800 of this software and associated documentation files (the "Software"), to deal
   8801 in the Software without restriction, including without limitation the rights
   8802 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
   8803 copies of the Software, and to permit persons to whom the Software is
   8804 furnished to do so, subject to the following conditions:
   8805 
   8806 The above copyright notice and this permission notice shall be included in
   8807 all copies or substantial portions of the Software.
   8808 
   8809 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   8810 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   8811 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
   8812 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
   8813 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
   8814 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
   8815 THE SOFTWARE.
   8816 
   8817 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   8818 
   8819 Scanned Source License harfbuzz-0.9.27/test/shaping/texts/in-tree/shaper-indic/indic/script-telugu/utrrs/LICENSE:
   8820 
   8821 Copyright (c) 2010 Red Hat Inc.
   8822 
   8823 Permission is hereby granted, free of charge, to any person obtaining a copy
   8824 of this software and associated documentation files (the "Software"), to deal
   8825 in the Software without restriction, including without limitation the rights
   8826 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
   8827 copies of the Software, and to permit persons to whom the Software is
   8828 furnished to do so, subject to the following conditions:
   8829 
   8830 The above copyright notice and this permission notice shall be included in
   8831 all copies or substantial portions of the Software.
   8832 
   8833 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   8834 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   8835 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
   8836 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
   8837 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
   8838 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
   8839 THE SOFTWARE.
   8840 
   8841 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   8842 
   8843 Gentoo Package Stock License icu:
   8844 
   8845 ICU License - ICU 1.8.1 and later
   8846 
   8847 COPYRIGHT AND PERMISSION NOTICE
   8848 
   8849 Copyright (c) 1995-2003 International Business Machines Corporation and others
   8850 All rights reserved.
   8851 
   8852 Permission is hereby granted, free of charge, to any person obtaining a
   8853 copy of this software and associated documentation files (the
   8854 "Software"), to deal in the Software without restriction, including
   8855 without limitation the rights to use, copy, modify, merge, publish,
   8856 distribute, and/or sell copies of the Software, and to permit persons
   8857 to whom the Software is furnished to do so, provided that the above
   8858 copyright notice(s) and this permission notice appear in all copies of
   8859 the Software and that both the above copyright notice(s) and this
   8860 permission notice appear in supporting documentation.
   8861 
   8862 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
   8863 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
   8864 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
   8865 OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
   8866 HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL
   8867 INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING
   8868 FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
   8869 NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
   8870 WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
   8871 
   8872 Except as contained in this notice, the name of a copyright holder
   8873 shall not be used in advertising or otherwise to promote the sale, use
   8874 or other dealings in this Software without prior written authorization
   8875 of the copyright holder.
   8876 
   8877 --------------------------------------------------------------------------------
   8878 All trademarks and registered trademarks mentioned herein are the property of their respective owners.
   8879 
   8880 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   8881 </pre>
   8882 <ul>
   8883 <li><a href='#ISC'>Gentoo Package Stock License ISC</a></li>
   8884 </ul>
   8885 </div>
   8886 </div>
   8887 
   8888 
   8889 <div class="product">
   8890 <span class="title">hdctools-0.0.1</span>
   8891 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   8892 <span class="homepage"><a href="">homepage</a></span>
   8893 <div class="licence">
   8894 <pre></pre>
   8895 <ul>
   8896 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li>
   8897 </ul>
   8898 </div>
   8899 </div>
   8900 
   8901 
   8902 <div class="product">
   8903 <span class="title">hdparm-9.39</span>
   8904 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   8905 <span class="homepage"><a href="http://sourceforge.net/projects/hdparm/">homepage</a></span>
   8906 <div class="licence">
   8907 <pre>Scanned Source License hdparm-9.39/LICENSE.TXT:
   8908 
   8909 BSD-Style Open Source License:
   8910 
   8911 You may freely use, modify, and redistribute the hdparm program,
   8912 as either binary or source, or both.
   8913 
   8914 The only condition is that my name and copyright notice
   8915 remain in the source code as-is.
   8916 
   8917 Mark Lord (mlord (a] pobox.com)
   8918 
   8919 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   8920 
   8921 Scanned Source License hdparm-9.39/debian/copyright:
   8922 
   8923 This package was debianized by Christopher L Cheney &lt;ccheney (a] debian.org&gt; on
   8924 Wed, 21 Nov 2001 15:51:14 -0600.
   8925 
   8926 It was downloaded from http://www.ibiblio.org/pub/Linux/system/hardware
   8927 
   8928 Upstream Author: Mark S. Lord &lt;mlord (a] pobox.com&gt;
   8929 
   8930 Copyright:
   8931 
   8932 /* hdparm.c - Command line interface to get/set hard disk parameters */
   8933 /*          - by Mark Lord  1994-2008 -- freely distributable */
   8934 
   8935 You are free to distribute this software under the terms of the BSD License.
   8936 On Debian systems, the complete text of the BSD License can be found in
   8937 /usr/share/common-licenses/BSD
   8938 
   8939 
   8940 
   8941 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   8942 </pre>
   8943 <ul>
   8944 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
   8945 </ul>
   8946 </div>
   8947 </div>
   8948 
   8949 
   8950 <div class="product">
   8951 <span class="title">hostapd-2.1</span>
   8952 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   8953 <span class="homepage"><a href="http://hostap.epitest.fi">homepage</a></span>
   8954 <div class="licence">
   8955 <pre></pre>
   8956 <ul>
   8957 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
   8958 </ul>
   8959 </div>
   8960 </div>
   8961 
   8962 
   8963 <div class="product">
   8964 <span class="title">htmltidy-20090325</span>
   8965 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   8966 <span class="homepage"><a href="http://tidy.sourceforge.net/">homepage</a></span>
   8967 <div class="licence">
   8968 <pre></pre>
   8969 <ul>
   8970 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
   8971 </ul>
   8972 </div>
   8973 </div>
   8974 
   8975 
   8976 <div class="product">
   8977 <span class="title">htpdate-1.0.4</span>
   8978 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   8979 <span class="homepage"><a href="http://www.clevervest.com/htp/">homepage</a></span>
   8980 <div class="licence">
   8981 <pre></pre>
   8982 <ul>
   8983 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
   8984 </ul>
   8985 </div>
   8986 </div>
   8987 
   8988 
   8989 <div class="product">
   8990 <span class="title">hwids-20130915.1</span>
   8991 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   8992 <span class="homepage"><a href="https://github.com/gentoo/hwids">homepage</a></span>
   8993 <div class="licence">
   8994 <pre></pre>
   8995 <ul>
   8996 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
   8997 <li><a href='#public-domain'>Gentoo Package Stock License public-domain</a></li>
   8998 </ul>
   8999 </div>
   9000 </div>
   9001 
   9002 
   9003 <div class="product">
   9004 <span class="title">i2c-tools-3.0.2</span>
   9005 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   9006 <span class="homepage"><a href="http://www.lm-sensors.org/wiki/I2CTools">homepage</a></span>
   9007 <div class="licence">
   9008 <pre></pre>
   9009 <ul>
   9010 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
   9011 </ul>
   9012 </div>
   9013 </div>
   9014 
   9015 
   9016 <div class="product">
   9017 <span class="title">i7z-0.27</span>
   9018 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   9019 <span class="homepage"><a href="http://code.google.com/p/i7z/">homepage</a></span>
   9020 <div class="licence">
   9021 <pre></pre>
   9022 <ul>
   9023 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
   9024 </ul>
   9025 </div>
   9026 </div>
   9027 
   9028 
   9029 <div class="product">
   9030 <span class="title">imagemagick-6.7.8.7</span>
   9031 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   9032 <span class="homepage"><a href="http://www.imagemagick.org/">homepage</a></span>
   9033 <div class="licence">
   9034 <pre>Gentoo Package Stock License imagemagick:
   9035 
   9036 Before we get to the text of the license, lets just review what the license says in simple terms:
   9037 
   9038 It allows you to:
   9039 
   9040   * freely download and use ImageMagick software, in whole or in part, for personal, company internal, or commercial purposes;
   9041   * use ImageMagick software in packages or distributions that you create;
   9042   * link against a library under a different license;
   9043   * link code under a different license against a library under this license;
   9044   * merge code into a work under a different license;
   9045   * extend patent grants to any code using code under this license;
   9046   * and extend patent protection.
   9047 
   9048 It forbids you to:
   9049 
   9050   * redistribute any piece of ImageMagick-originated software without proper attribution;
   9051   * use any marks owned by ImageMagick Studio LLC in any way that might state or imply that ImageMagick Studio LLC endorses your distribution;
   9052   * use any marks owned by ImageMagick Studio LLC in any way that might state or imply that you created the ImageMagick software in question.
   9053 
   9054 It requires you to:
   9055 
   9056   * include a copy of the license in any redistribution you may make that includes ImageMagick software;
   9057   * provide clear attribution to ImageMagick Studio LLC for any distributions that include ImageMagick software.
   9058 
   9059 It does not require you to:
   9060 
   9061   * include the source of the ImageMagick software itself, or of any modifications you may have made to it, in any redistribution you may assemble that includes it;
   9062   * submit changes that you make to the software back to the ImageMagick Studio LLC (though such feedback is encouraged).
   9063 
   9064 A few other clarifications include:
   9065 
   9066   * ImageMagick is freely available without charge;
   9067   * you may include ImageMagick on a DVD as long as you comply with the terms of the license;
   9068   * you can give modified code away for free or sell it under the terms of the ImageMagick license or distribute the result under a different license, but you need to acknowledge the use of the ImageMagick software;
   9069   * the license is compatible with the GPL V3.
   9070   * when exporting the ImageMagick software, review its export classification.
   9071 
   9072 Terms and Conditions for Use, Reproduction, and Distribution
   9073 
   9074 The legally binding and authoritative terms and conditions for use, reproduction, and distribution of ImageMagick follow:
   9075 
   9076 Copyright 1999-2012 ImageMagick Studio LLC, a non-profit organization dedicated to making software imaging solutions freely available.
   9077 
   9078 1. Definitions.
   9079 
   9080 License shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
   9081 
   9082 Licensor shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
   9083 
   9084 Legal Entity shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the 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.
   9085 
   9086 You (or Your) shall mean an individual or Legal Entity exercising permissions granted by this License.
   9087 
   9088 Source form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
   9089 
   9090 Object form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types.
   9091 
   9092 Work shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below).
   9093 
   9094 Derivative Works shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof.
   9095 
   9096 Contribution shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as Not a Contribution.
   9097 
   9098 Contributor shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work.
   9099 
   9100 2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form.
   9101 
   9102 3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed.
   9103 
   9104 4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions:
   9105 
   9106   * You must give any other recipients of the Work or Derivative Works a copy of this License; and
   9107   * You must cause any modified files to carry prominent notices stating that You changed the files; and
   9108   * You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and
   9109   * If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License.
   9110 You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License.
   9111 
   9112 5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions.
   9113 
   9114 6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file.
   9115 
   9116 7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) 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. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License.
   9117 
   9118 8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages.
   9119 
   9120 9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability.
   9121 
   9122 How to Apply the License to your Work
   9123 
   9124 To apply the ImageMagick License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information (don't include the brackets). The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives.
   9125 
   9126    Copyright [yyyy] [name of copyright owner]
   9127 
   9128    Licensed under the ImageMagick License (the "License"); you may not use
   9129    this file except in compliance with the License.  You may obtain a copy
   9130    of the License at
   9131 
   9132      http://www.imagemagick.org/script/license.php
   9133 
   9134    Unless required by applicable law or agreed to in writing, software
   9135    distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
   9136    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  See the
   9137    License for the specific language governing permissions and limitations
   9138    under the License.
   9139 
   9140 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   9141 </pre>
   9142 <ul>
   9143 
   9144 </ul>
   9145 </div>
   9146 </div>
   9147 
   9148 
   9149 <div class="product">
   9150 <span class="title">iniparser-3.0b</span>
   9151 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   9152 <span class="homepage"><a href="http://ndevilla.free.fr/iniparser/">homepage</a></span>
   9153 <div class="licence">
   9154 <pre>Scanned Source License iniparser3.0b/LICENSE:
   9155 
   9156 Copyright (c) 2000-2007 by Nicolas Devillard.
   9157 MIT License
   9158 
   9159 Permission is hereby granted, free of charge, to any person obtaining a
   9160 copy of this software and associated documentation files (the "Software"),
   9161 to deal in the Software without restriction, including without limitation
   9162 the rights to use, copy, modify, merge, publish, distribute, sublicense,
   9163 and/or sell copies of the Software, and to permit persons to whom the
   9164 Software is furnished to do so, subject to the following conditions:
   9165 
   9166 The above copyright notice and this permission notice shall be included in
   9167 all copies or substantial portions of the Software.
   9168 
   9169 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   9170 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   9171 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
   9172 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
   9173 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
   9174 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
   9175 DEALINGS IN THE SOFTWARE.
   9176 
   9177 
   9178 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   9179 </pre>
   9180 <ul>
   9181 
   9182 </ul>
   9183 </div>
   9184 </div>
   9185 
   9186 
   9187 <div class="product">
   9188 <span class="title">input-tools-4.3.2.5</span>
   9189 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   9190 <span class="homepage"><a href="http://www.google.com/inputtools">homepage</a></span>
   9191 <div class="licence">
   9192 <pre></pre>
   9193 <ul>
   9194 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li>
   9195 </ul>
   9196 </div>
   9197 </div>
   9198 
   9199 
   9200 <div class="product">
   9201 <span class="title">inputcontrol-0.0.1</span>
   9202 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   9203 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span>
   9204 <div class="licence">
   9205 <pre></pre>
   9206 <ul>
   9207 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li>
   9208 </ul>
   9209 </div>
   9210 </div>
   9211 
   9212 
   9213 <div class="product">
   9214 <span class="title">inputproto-2.3</span>
   9215 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   9216 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span>
   9217 <div class="licence">
   9218 <pre>Scanned Source License inputproto-2.3/COPYING:
   9219 
   9220 Copyright 1989, 1998  The Open Group
   9221 
   9222 Permission to use, copy, modify, distribute, and sell this software and its
   9223 documentation for any purpose is hereby granted without fee, provided that
   9224 the above copyright notice appear in all copies and that both that
   9225 copyright notice and this permission notice appear in supporting
   9226 documentation.
   9227 
   9228 The above copyright notice and this permission notice shall be included in
   9229 all copies or substantial portions of the Software.
   9230 
   9231 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   9232 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   9233 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
   9234 OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
   9235 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
   9236 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
   9237 
   9238 Except as contained in this notice, the name of The Open Group shall not be
   9239 used in advertising or otherwise to promote the sale, use or other dealings
   9240 in this Software without prior written authorization from The Open Group.
   9241 
   9242 Copyright 1989 by Hewlett-Packard Company, Palo Alto, California.
   9243 
   9244 			All Rights Reserved
   9245 
   9246 Permission to use, copy, modify, and distribute this software and its
   9247 documentation for any purpose and without fee is hereby granted,
   9248 provided that the above copyright notice appear in all copies and that
   9249 both that copyright notice and this permission notice appear in
   9250 supporting documentation, and that the name of Hewlett-Packard not be
   9251 used in advertising or publicity pertaining to distribution of the
   9252 software without specific, written prior permission.
   9253 
   9254 HEWLETT-PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
   9255 ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL
   9256 HEWLETT-PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR
   9257 ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
   9258 WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
   9259 ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
   9260 SOFTWARE.
   9261 
   9262 Copyright  2009 Red Hat, Inc.
   9263 
   9264 Permission is hereby granted, free of charge, to any person obtaining a
   9265 copy of this software and associated documentation files (the "Software"),
   9266 to deal in the Software without restriction, including without limitation
   9267 the rights to use, copy, modify, merge, publish, distribute, sublicense,
   9268 and/or sell copies of the Software, and to permit persons to whom the
   9269 Software is furnished to do so, subject to the following conditions:
   9270 
   9271 The above copyright notice and this permission notice (including the next
   9272 paragraph) shall be included in all copies or substantial portions of the
   9273 Software.
   9274 
   9275 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   9276 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   9277 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
   9278 THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
   9279 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
   9280 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
   9281 DEALINGS IN THE SOFTWARE.
   9282 
   9283 
   9284 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   9285 </pre>
   9286 <ul>
   9287 
   9288 </ul>
   9289 </div>
   9290 </div>
   9291 
   9292 
   9293 <div class="product">
   9294 <span class="title">intel-gpu-tools-1.3</span>
   9295 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   9296 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span>
   9297 <div class="licence">
   9298 <pre>Scanned Source License intel-gpu-tools-1.3/COPYING:
   9299 
   9300 Copyright 1998-1999 Precision Insight, Inc., Cedar Park, Texas.
   9301 All Rights Reserved.
   9302 
   9303 Permission is hereby granted, free of charge, to any person obtaining a
   9304 copy of this software and associated documentation files (the
   9305 "Software"), to deal in the Software without restriction, including
   9306 without limitation the rights to use, copy, modify, merge, publish,
   9307 distribute, sub license, and/or sell copies of the Software, and to
   9308 permit persons to whom the Software is furnished to do so, subject to
   9309 the following conditions:
   9310 
   9311 The above copyright notice and this permission notice (including the
   9312 next paragraph) shall be included in all copies or substantial portions
   9313 of the Software.
   9314 
   9315 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
   9316 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
   9317 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.
   9318 IN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR
   9319 ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
   9320 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
   9321 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
   9322 
   9323 Copyright 2003,2006 Tungsten Graphics, Inc., Cedar Park, Texas.
   9324 All Rights Reserved.
   9325 
   9326 Permission is hereby granted, free of charge, to any person obtaining a
   9327 copy of this software and associated documentation files (the
   9328 "Software"), to deal in the Software without restriction, including
   9329 without limitation the rights to use, copy, modify, merge, publish,
   9330 distribute, sub license, and/or sell copies of the Software, and to
   9331 permit persons to whom the Software is furnished to do so, subject to
   9332 the following conditions:
   9333 
   9334 The above copyright notice and this permission notice (including the
   9335 next paragraph) shall be included in all copies or substantial portions
   9336 of the Software.
   9337 
   9338 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
   9339 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
   9340 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.
   9341 IN NO EVENT SHALL TUNGSTEN GRAPHICS AND/OR ITS SUPPLIERS BE LIABLE FOR
   9342 ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
   9343 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
   9344 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
   9345 
   9346 Copyright  2006-2011 Intel Corporation
   9347 
   9348 Permission is hereby granted, free of charge, to any person obtaining a
   9349 copy of this software and associated documentation files (the "Software"),
   9350 to deal in the Software without restriction, including without limitation
   9351 the rights to use, copy, modify, merge, publish, distribute, sublicense,
   9352 and/or sell copies of the Software, and to permit persons to whom the
   9353 Software is furnished to do so, subject to the following conditions:
   9354 
   9355 The above copyright notice and this permission notice (including the next
   9356 paragraph) shall be included in all copies or substantial portions of the
   9357 Software.
   9358 
   9359 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   9360 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   9361 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
   9362 THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
   9363 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
   9364 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
   9365 IN THE SOFTWARE.
   9366 
   9367 Copyright  2010 Red Hat, Inc.
   9368 
   9369 Permission is hereby granted, free of charge, to any person obtaining a
   9370 copy of this software and associated documentation files (the "Software"),
   9371 to deal in the Software without restriction, including without limitation
   9372 the rights to use, copy, modify, merge, publish, distribute, sublicense,
   9373 and/or sell copies of the Software, and to permit persons to whom the
   9374 Software is furnished to do so, subject to the following conditions:
   9375 
   9376 The above copyright notice and this permission notice (including the next
   9377 paragraph) shall be included in all copies or substantial portions of the
   9378 Software.
   9379 
   9380 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   9381 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   9382 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
   9383 THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
   9384 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
   9385 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
   9386 SOFTWARE.
   9387 
   9388 Copyright  2011 Daniel Vetter
   9389 
   9390 Permission is hereby granted, free of charge, to any person obtaining a
   9391 copy of this software and associated documentation files (the "Software"),
   9392 to deal in the Software without restriction, including without limitation
   9393 the rights to use, copy, modify, merge, publish, distribute, sublicense,
   9394 and/or sell copies of the Software, and to permit persons to whom the
   9395 Software is furnished to do so, subject to the following conditions:
   9396 
   9397 The above copyright notice and this permission notice (including the next
   9398 paragraph) shall be included in all copies or substantial portions of the
   9399 Software.
   9400 
   9401 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   9402 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   9403 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
   9404 THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
   9405 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
   9406 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
   9407 IN THE SOFTWARE.
   9408 
   9409 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   9410 </pre>
   9411 <ul>
   9412 
   9413 </ul>
   9414 </div>
   9415 </div>
   9416 
   9417 
   9418 <div class="product">
   9419 <span class="title">intltool-0.50.2</span>
   9420 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   9421 <span class="homepage"><a href="https://launchpad.net/intltool/">homepage</a></span>
   9422 <div class="licence">
   9423 <pre></pre>
   9424 <ul>
   9425 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
   9426 </ul>
   9427 </div>
   9428 </div>
   9429 
   9430 
   9431 <div class="product">
   9432 <span class="title">iotools-1.5</span>
   9433 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   9434 <span class="homepage"><a href="http://code.google.com/p/iotools/">homepage</a></span>
   9435 <div class="licence">
   9436 <pre></pre>
   9437 <ul>
   9438 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
   9439 </ul>
   9440 </div>
   9441 </div>
   9442 
   9443 
   9444 <div class="product">
   9445 <span class="title">iperf-2.0.4</span>
   9446 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   9447 <span class="homepage"><a href="http://iperf.sourceforge.net/">homepage</a></span>
   9448 <div class="licence">
   9449 <pre>Scanned Source License iperf-2.0.4/COPYING:
   9450 
   9451 Copyright (c) 1999-2007, The Board of Trustees of the University of Illinois
   9452 All Rights Reserved.
   9453 
   9454 Iperf performance test
   9455 Mark Gates
   9456 Ajay Tirumala
   9457 Jim Ferguson
   9458 Jon Dugan
   9459 Feng Qin
   9460 Kevin Gibbs
   9461 John Estabrook
   9462 National Laboratory for Applied Network Research 
   9463 National Center for Supercomputing Applications 
   9464 University of Illinois at Urbana-Champaign 
   9465 http://www.ncsa.uiuc.edu
   9466 
   9467 Permission is hereby granted, free of charge, to any person obtaining a copy
   9468 of this software (Iperf) and associated documentation files (the "Software"),
   9469 to deal in the Software without restriction, including without limitation the
   9470 rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
   9471 sell copies of the Software, and to permit persons to whom the Software is
   9472 furnished to do so, subject to the following conditions:
   9473 
   9474 
   9475 Redistributions of source code must retain the above copyright notice, this
   9476 list of conditions and the following disclaimers.
   9477 
   9478 Redistributions in binary form must reproduce the above copyright notice, this
   9479 list of conditions and the following disclaimers in the documentation and/or
   9480 other materials provided with the distribution.
   9481 
   9482 Neither the names of the University of Illinois, NCSA, nor the names of its
   9483 contributors may be used to endorse or promote products derived from this
   9484 Software without specific prior written permission.  THE SOFTWARE IS PROVIDED
   9485 "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
   9486 LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE
   9487 AND NONINFRINGEMENT. IN NO EVENT SHALL THE CONTIBUTORS OR COPYRIGHT HOLDERS BE
   9488 LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
   9489 CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
   9490 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
   9491 
   9492 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   9493 </pre>
   9494 <ul>
   9495 <li><a href='#as-is'>Gentoo Package Stock License as-is</a></li>
   9496 </ul>
   9497 </div>
   9498 </div>
   9499 
   9500 
   9501 <div class="product">
   9502 <span class="title">iproute2-3.8.0</span>
   9503 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   9504 <span class="homepage"><a href="http://www.linuxfoundation.org/collaborate/workgroups/networking/iproute2">homepage</a></span>
   9505 <div class="licence">
   9506 <pre></pre>
   9507 <ul>
   9508 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
   9509 </ul>
   9510 </div>
   9511 </div>
   9512 
   9513 
   9514 <div class="product">
   9515 <span class="title">iptables-1.4.16.3</span>
   9516 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   9517 <span class="homepage"><a href="http://www.iptables.org/">homepage</a></span>
   9518 <div class="licence">
   9519 <pre></pre>
   9520 <ul>
   9521 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
   9522 </ul>
   9523 </div>
   9524 </div>
   9525 
   9526 
   9527 <div class="product">
   9528 <span class="title">iputils-20121221</span>
   9529 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   9530 <span class="homepage"><a href="http://www.linuxfoundation.org/collaborate/workgroups/networking/iputils">homepage</a></span>
   9531 <div class="licence">
   9532 <pre>Copyright Attribution License chromiumos-overlay/licenses/copyright-attribution/net-misc/iputils:
   9533 
   9534 Copyright (c) 1989 The Regents of the University of California.
   9535 All rights reserved.
   9536 
   9537 This code is derived from software contributed to Berkeley by
   9538 Mike Muuss.
   9539 
   9540 Redistribution and use in source and binary forms, with or without
   9541 modification, are permitted provided that the following conditions
   9542 are met:
   9543 1. Redistributions of source code must retain the above copyright
   9544    notice, this list of conditions and the following disclaimer.
   9545 2. Redistributions in binary form must reproduce the above copyright
   9546    notice, this list of conditions and the following disclaimer in the
   9547    documentation and/or other materials provided with the distribution.
   9548 3. All advertising materials mentioning features or use of this software
   9549    must display the following acknowledgement:
   9550    This product includes software developed by the University of
   9551    California, Berkeley and its contributors.
   9552 4. Neither the name of the University nor the names of its contributors
   9553    may be used to endorse or promote products derived from this software
   9554    without specific prior written permission.
   9555 
   9556 THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
   9557 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
   9558 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
   9559 ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
   9560 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
   9561 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
   9562 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
   9563 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
   9564 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
   9565 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
   9566 SUCH DAMAGE.
   9567 
   9568 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   9569 </pre>
   9570 <ul>
   9571 
   9572 </ul>
   9573 </div>
   9574 </div>
   9575 
   9576 
   9577 <div class="product">
   9578 <span class="title">iw-3.10</span>
   9579 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   9580 <span class="homepage"><a href="http://wireless.kernel.org/en/users/Documentation/iw">homepage</a></span>
   9581 <div class="licence">
   9582 <pre></pre>
   9583 <ul>
   9584 <li><a href='#ISC'>Gentoo Package Stock License ISC</a></li>
   9585 </ul>
   9586 </div>
   9587 </div>
   9588 
   9589 
   9590 <div class="product">
   9591 <span class="title">ja-motoyafonts-1.0.0</span>
   9592 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   9593 <span class="homepage"><a href="http://www.motoya.co.jp">homepage</a></span>
   9594 <div class="licence">
   9595 <pre></pre>
   9596 <ul>
   9597 <li><a href='#Google-TOS'>Gentoo Package Stock License Google-TOS</a></li>
   9598 </ul>
   9599 </div>
   9600 </div>
   9601 
   9602 
   9603 <div class="product">
   9604 <span class="title">joystick-1.4.2</span>
   9605 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   9606 <span class="homepage"><a href="http://sourceforge.net/projects/linuxconsole/">homepage</a></span>
   9607 <div class="licence">
   9608 <pre></pre>
   9609 <ul>
   9610 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
   9611 </ul>
   9612 </div>
   9613 </div>
   9614 
   9615 
   9616 <div class="product">
   9617 <span class="title">jsoncpp-0.6.0_rc2</span>
   9618 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   9619 <span class="homepage"><a href="http://jsoncpp.sourceforge.net/">homepage</a></span>
   9620 <div class="licence">
   9621 <pre></pre>
   9622 <ul>
   9623 <li><a href='#public-domain'>Gentoo Package Stock License public-domain</a></li>
   9624 </ul>
   9625 </div>
   9626 </div>
   9627 
   9628 
   9629 <div class="product">
   9630 <span class="title">jsonrpclib-0_pre20110820</span>
   9631 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   9632 <span class="homepage"><a href="https://github.com/joshmarshall/jsonrpclib">homepage</a></span>
   9633 <div class="licence">
   9634 <pre></pre>
   9635 <ul>
   9636 <li><a href='#Apache-2.0'>Gentoo Package Stock License Apache-2.0</a></li>
   9637 </ul>
   9638 </div>
   9639 </div>
   9640 
   9641 
   9642 <div class="product">
   9643 <span class="title">kbd-1.15.3</span>
   9644 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   9645 <span class="homepage"><a href="http://freshmeat.net/projects/kbd/">homepage</a></span>
   9646 <div class="licence">
   9647 <pre></pre>
   9648 <ul>
   9649 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
   9650 </ul>
   9651 </div>
   9652 </div>
   9653 
   9654 
   9655 <div class="product">
   9656 <span class="title">kbproto-1.0.5</span>
   9657 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   9658 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span>
   9659 <div class="licence">
   9660 <pre>Scanned Source License kbproto-1.0.5/COPYING:
   9661 
   9662 Copyright (c) 1993 by Silicon Graphics Computer Systems, Inc.
   9663 
   9664 Permission to use, copy, modify, and distribute this
   9665 software and its documentation for any purpose and without
   9666 fee is hereby granted, provided that the above copyright
   9667 notice appear in all copies and that both that copyright
   9668 notice and this permission notice appear in supporting
   9669 documentation, and that the name of Silicon Graphics not be 
   9670 used in advertising or publicity pertaining to distribution 
   9671 of the software without specific prior written permission.
   9672 Silicon Graphics makes no representation about the suitability 
   9673 of this software for any purpose. It is provided "as is"
   9674 without any express or implied warranty.
   9675 
   9676 SILICON GRAPHICS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS 
   9677 SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY 
   9678 AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON
   9679 GRAPHICS BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL 
   9680 DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 
   9681 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE 
   9682 OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION  WITH
   9683 THE USE OR PERFORMANCE OF THIS SOFTWARE.
   9684 
   9685 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   9686 </pre>
   9687 <ul>
   9688 
   9689 </ul>
   9690 </div>
   9691 </div>
   9692 
   9693 
   9694 <div class="product">
   9695 <span class="title">keyutils-1.1</span>
   9696 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   9697 <span class="homepage"><a href="http://www.kernel.org/">homepage</a></span>
   9698 <div class="licence">
   9699 <pre></pre>
   9700 <ul>
   9701 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li>
   9702 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
   9703 </ul>
   9704 </div>
   9705 </div>
   9706 
   9707 
   9708 <div class="product">
   9709 <span class="title">kmod-17</span>
   9710 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   9711 <span class="homepage"><a href="http://git.kernel.org/?p=utils/kernel/kmod/kmod.git">homepage</a></span>
   9712 <div class="licence">
   9713 <pre></pre>
   9714 <ul>
   9715 <li><a href='#LGPL-2'>Gentoo Package Stock License LGPL-2</a></li>
   9716 </ul>
   9717 </div>
   9718 </div>
   9719 
   9720 
   9721 <div class="product">
   9722 <span class="title">ko-nanumfonts-3.10.0</span>
   9723 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   9724 <span class="homepage"><a href="http://hangeul.naver.com/index.nhn">homepage</a></span>
   9725 <div class="licence">
   9726 <pre>Scanned Source License ko-nanumfonts-3.10.0/LICENSE:
   9727 
   9728 Copyright (c) 2010, NHN Corporation (http://www.nhncorp.com),
   9729 with Reserved Font Name Nanum, Naver Nanum, NanumGothic, Naver
   9730 NanumGothic, NanumMyeongjo, Naver NanumMyeongjo, NanumBrush, Naver
   9731 NanumBrush, NanumPen, Naver NanumPen
   9732 
   9733 This Font Software is licensed under the SIL Open Font License,
   9734 Version 1.1.
   9735 
   9736 This license is copied below, and is also available with a FAQ at:
   9737 http://scripts.sil.org/OFL
   9738 
   9739 SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
   9740 
   9741 PREAMBLE The goals of the Open Font License (OFL) are to stimulate
   9742 worldwide development of collaborative font projects, to support the font
   9743 creation efforts of academic and linguistic communities, and to provide
   9744 a free and open framework in which fonts may be shared and improved in
   9745 partnership with others.
   9746 
   9747 The OFL allows the licensed fonts to be used, studied, modified and
   9748 redistributed freely as long as they are not sold by themselves.
   9749 The fonts, including any derivative works, can be bundled, embedded,
   9750 redistributed and/or sold with any software provided that any reserved
   9751 names are not used by derivative works.  The fonts and derivatives,
   9752 however, cannot be released under any other type of license.  The
   9753 requirement for fonts to remain under this license does not apply to
   9754 any document created using the fonts or their derivatives.
   9755 
   9756  
   9757 
   9758 DEFINITIONS
   9759 "Font Software" refers to the set of files released by the Copyright
   9760 Holder(s) under this license and clearly marked as such.
   9761 This may include source files, build scripts and documentation.
   9762 
   9763 "Reserved Font Name" refers to any names specified as such after the
   9764 copyright statement(s).
   9765 
   9766 "Original Version" refers to the collection of Font Software components
   9767 as distributed by the Copyright Holder(s).
   9768 
   9769 "Modified Version" refers to any derivative made by adding to, deleting,
   9770 or substituting ? in part or in whole ?
   9771 any of the components of the Original Version, by changing formats or
   9772 by porting the Font Software to a new environment.
   9773 
   9774 "Author" refers to any designer, engineer, programmer, technical writer
   9775 or other person who contributed to the Font Software.
   9776 
   9777 
   9778 PERMISSION &amp; CONDITIONS
   9779 
   9780 Permission is hereby granted, free of charge, to any person obtaining a
   9781 copy of the Font Software, to use, study, copy, merge, embed, modify,
   9782 redistribute, and sell modified and unmodified copies of the Font
   9783 Software, subject to the following conditions:
   9784 
   9785 1) Neither the Font Software nor any of its individual components,in
   9786    Original or Modified Versions, may be sold by itself.
   9787 
   9788 2) Original or Modified Versions of the Font Software may be bundled,
   9789    redistributed and/or sold with any software, provided that each copy
   9790    contains the above copyright notice and this license. These can be
   9791    included either as stand-alone text files, human-readable headers or
   9792    in the appropriate machine-readable metadata fields within text or
   9793    binary files as long as those fields can be easily viewed by the user.
   9794 
   9795 3) No Modified Version of the Font Software may use the Reserved Font
   9796    Name(s) unless explicit written permission is granted by the
   9797    corresponding Copyright Holder. This restriction only applies to the
   9798    primary font name as presented to the users.
   9799 
   9800 4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
   9801    Software shall not be used to promote, endorse or advertise any
   9802    Modified Version, except to acknowledge the contribution(s) of the
   9803    Copyright Holder(s) and the Author(s) or with their explicit written
   9804    permission.
   9805 
   9806 5) The Font Software, modified or unmodified, in part or in whole, must
   9807    be distributed entirely under this license, and must not be distributed
   9808    under any other license. The requirement for fonts to remain under
   9809    this license does not apply to any document created using the Font
   9810    Software.
   9811 
   9812 
   9813  
   9814 TERMINATION
   9815 This license becomes null and void if any of the above conditions are not met.
   9816 
   9817  
   9818 
   9819 DISCLAIMER
   9820 THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
   9821 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
   9822 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
   9823 OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT.  IN NO EVENT SHALL THE
   9824 COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
   9825 INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
   9826 DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
   9827 FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER
   9828 DEALINGS IN THE FONT SOFTWARE.
   9829 
   9830 
   9831 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   9832 </pre>
   9833 <ul>
   9834 <li><a href='#OFL-1.1'>Gentoo Package Stock License OFL-1.1</a></li>
   9835 </ul>
   9836 </div>
   9837 </div>
   9838 
   9839 
   9840 <div class="product">
   9841 <span class="title">ktop-0.0.1</span>
   9842 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   9843 <span class="homepage"><a href="https://chromium.googlesource.com/chromiumos/third_party/ktop">homepage</a></span>
   9844 <div class="licence">
   9845 <pre></pre>
   9846 <ul>
   9847 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
   9848 </ul>
   9849 </div>
   9850 </div>
   9851 
   9852 
   9853 <div class="product">
   9854 <span class="title">ladspa-sdk-1.13</span>
   9855 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   9856 <span class="homepage"><a href="http://www.ladspa.org/">homepage</a></span>
   9857 <div class="licence">
   9858 <pre></pre>
   9859 <ul>
   9860 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li>
   9861 </ul>
   9862 </div>
   9863 </div>
   9864 
   9865 
   9866 <div class="product">
   9867 <span class="title">laptop-mode-tools-1.59</span>
   9868 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   9869 <span class="homepage"><a href="http://www.samwel.tk/laptop_mode/">homepage</a></span>
   9870 <div class="licence">
   9871 <pre></pre>
   9872 <ul>
   9873 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
   9874 </ul>
   9875 </div>
   9876 </div>
   9877 
   9878 
   9879 <div class="product">
   9880 <span class="title">less-457</span>
   9881 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   9882 <span class="homepage"><a href="http://www.greenwoodsoftware.com/less/">homepage</a></span>
   9883 <div class="licence">
   9884 <pre></pre>
   9885 <ul>
   9886 <li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li>
   9887 </ul>
   9888 </div>
   9889 </div>
   9890 
   9891 
   9892 <div class="product">
   9893 <span class="title">leveldb-0.0.1</span>
   9894 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   9895 <span class="homepage"><a href="http://code.google.com/p/leveldb/">homepage</a></span>
   9896 <div class="licence">
   9897 <pre>Scanned Source License leveldb-0.0.1/LICENSE:
   9898 
   9899 Copyright (c) 2011 The LevelDB Authors. All rights reserved.
   9900 
   9901 Redistribution and use in source and binary forms, with or without
   9902 modification, are permitted provided that the following conditions are
   9903 met:
   9904 
   9905    * Redistributions of source code must retain the above copyright
   9906 notice, this list of conditions and the following disclaimer.
   9907    * Redistributions in binary form must reproduce the above
   9908 copyright notice, this list of conditions and the following disclaimer
   9909 in the documentation and/or other materials provided with the
   9910 distribution.
   9911    * Neither the name of Google Inc. nor the names of its
   9912 contributors may be used to endorse or promote products derived from
   9913 this software without specific prior written permission.
   9914 
   9915 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
   9916 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
   9917 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
   9918 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
   9919 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
   9920 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
   9921 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
   9922 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
   9923 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
   9924 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
   9925 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
   9926 
   9927 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   9928 </pre>
   9929 <ul>
   9930 
   9931 </ul>
   9932 </div>
   9933 </div>
   9934 
   9935 
   9936 <div class="product">
   9937 <span class="title">libaio-0.3.109</span>
   9938 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   9939 <span class="homepage"><a href="http://www.kernel.org/pub/linux/kernel/people/andrea/libaio/">homepage</a></span>
   9940 <div class="licence">
   9941 <pre></pre>
   9942 <ul>
   9943 <li><a href='#LGPL-2'>Gentoo Package Stock License LGPL-2</a></li>
   9944 </ul>
   9945 </div>
   9946 </div>
   9947 
   9948 
   9949 <div class="product">
   9950 <span class="title">libatomic_ops-7.2d</span>
   9951 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   9952 <span class="homepage"><a href="http://www.hpl.hp.com/research/linux/atomic_ops/">homepage</a></span>
   9953 <div class="licence">
   9954 <pre>Scanned Source License gc-7.2/libatomic_ops/COPYING:
   9955 
   9956 		    GNU GENERAL PUBLIC LICENSE
   9957 		       Version 2, June 1991
   9958 
   9959  Copyright (C) 1989, 1991 Free Software Foundation, Inc.
   9960      59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
   9961  Everyone is permitted to copy and distribute verbatim copies
   9962  of this license document, but changing it is not allowed.
   9963 
   9964 			    Preamble
   9965 
   9966   The licenses for most software are designed to take away your
   9967 freedom to share and change it.  By contrast, the GNU General Public
   9968 License is intended to guarantee your freedom to share and change free
   9969 software--to make sure the software is free for all its users.  This
   9970 General Public License applies to most of the Free Software
   9971 Foundation's software and to any other program whose authors commit to
   9972 using it.  (Some other Free Software Foundation software is covered by
   9973 the GNU Library General Public License instead.)  You can apply it to
   9974 your programs, too.
   9975 
   9976   When we speak of free software, we are referring to freedom, not
   9977 price.  Our General Public Licenses are designed to make sure that you
   9978 have the freedom to distribute copies of free software (and charge for
   9979 this service if you wish), that you receive source code or can get it
   9980 if you want it, that you can change the software or use pieces of it
   9981 in new free programs; and that you know you can do these things.
   9982 
   9983   To protect your rights, we need to make restrictions that forbid
   9984 anyone to deny you these rights or to ask you to surrender the rights.
   9985 These restrictions translate to certain responsibilities for you if you
   9986 distribute copies of the software, or if you modify it.
   9987 
   9988   For example, if you distribute copies of such a program, whether
   9989 gratis or for a fee, you must give the recipients all the rights that
   9990 you have.  You must make sure that they, too, receive or can get the
   9991 source code.  And you must show them these terms so they know their
   9992 rights.
   9993 
   9994   We protect your rights with two steps: (1) copyright the software, and
   9995 (2) offer you this license which gives you legal permission to copy,
   9996 distribute and/or modify the software.
   9997 
   9998   Also, for each author's protection and ours, we want to make certain
   9999 that everyone understands that there is no warranty for this free
   10000 software.  If the software is modified by someone else and passed on, we
   10001 want its recipients to know that what they have is not the original, so
   10002 that any problems introduced by others will not reflect on the original
   10003 authors' reputations.
   10004 
   10005   Finally, any free program is threatened constantly by software
   10006 patents.  We wish to avoid the danger that redistributors of a free
   10007 program will individually obtain patent licenses, in effect making the
   10008 program proprietary.  To prevent this, we have made it clear that any
   10009 patent must be licensed for everyone's free use or not licensed at all.
   10010 
   10011   The precise terms and conditions for copying, distribution and
   10012 modification follow.
   10013 
   10014 		    GNU GENERAL PUBLIC LICENSE
   10015    TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
   10016 
   10017   0. This License applies to any program or other work which contains
   10018 a notice placed by the copyright holder saying it may be distributed
   10019 under the terms of this General Public License.  The "Program", below,
   10020 refers to any such program or work, and a "work based on the Program"
   10021 means either the Program or any derivative work under copyright law:
   10022 that is to say, a work containing the Program or a portion of it,
   10023 either verbatim or with modifications and/or translated into another
   10024 language.  (Hereinafter, translation is included without limitation in
   10025 the term "modification".)  Each licensee is addressed as "you".
   10026 
   10027 Activities other than copying, distribution and modification are not
   10028 covered by this License; they are outside its scope.  The act of
   10029 running the Program is not restricted, and the output from the Program
   10030 is covered only if its contents constitute a work based on the
   10031 Program (independent of having been made by running the Program).
   10032 Whether that is true depends on what the Program does.
   10033 
   10034   1. You may copy and distribute verbatim copies of the Program's
   10035 source code as you receive it, in any medium, provided that you
   10036 conspicuously and appropriately publish on each copy an appropriate
   10037 copyright notice and disclaimer of warranty; keep intact all the
   10038 notices that refer to this License and to the absence of any warranty;
   10039 and give any other recipients of the Program a copy of this License
   10040 along with the Program.
   10041 
   10042 You may charge a fee for the physical act of transferring a copy, and
   10043 you may at your option offer warranty protection in exchange for a fee.
   10044 
   10045   2. You may modify your copy or copies of the Program or any portion
   10046 of it, thus forming a work based on the Program, and copy and
   10047 distribute such modifications or work under the terms of Section 1
   10048 above, provided that you also meet all of these conditions:
   10049 
   10050     a) You must cause the modified files to carry prominent notices
   10051     stating that you changed the files and the date of any change.
   10052 
   10053     b) You must cause any work that you distribute or publish, that in
   10054     whole or in part contains or is derived from the Program or any
   10055     part thereof, to be licensed as a whole at no charge to all third
   10056     parties under the terms of this License.
   10057 
   10058     c) If the modified program normally reads commands interactively
   10059     when run, you must cause it, when started running for such
   10060     interactive use in the most ordinary way, to print or display an
   10061     announcement including an appropriate copyright notice and a
   10062     notice that there is no warranty (or else, saying that you provide
   10063     a warranty) and that users may redistribute the program under
   10064     these conditions, and telling the user how to view a copy of this
   10065     License.  (Exception: if the Program itself is interactive but
   10066     does not normally print such an announcement, your work based on
   10067     the Program is not required to print an announcement.)
   10068 
   10069 These requirements apply to the modified work as a whole.  If
   10070 identifiable sections of that work are not derived from the Program,
   10071 and can be reasonably considered independent and separate works in
   10072 themselves, then this License, and its terms, do not apply to those
   10073 sections when you distribute them as separate works.  But when you
   10074 distribute the same sections as part of a whole which is a work based
   10075 on the Program, the distribution of the whole must be on the terms of
   10076 this License, whose permissions for other licensees extend to the
   10077 entire whole, and thus to each and every part regardless of who wrote it.
   10078 
   10079 Thus, it is not the intent of this section to claim rights or contest
   10080 your rights to work written entirely by you; rather, the intent is to
   10081 exercise the right to control the distribution of derivative or
   10082 collective works based on the Program.
   10083 
   10084 In addition, mere aggregation of another work not based on the Program
   10085 with the Program (or with a work based on the Program) on a volume of
   10086 a storage or distribution medium does not bring the other work under
   10087 the scope of this License.
   10088 
   10089   3. You may copy and distribute the Program (or a work based on it,
   10090 under Section 2) in object code or executable form under the terms of
   10091 Sections 1 and 2 above provided that you also do one of the following:
   10092 
   10093     a) Accompany it with the complete corresponding machine-readable
   10094     source code, which must be distributed under the terms of Sections
   10095     1 and 2 above on a medium customarily used for software interchange; or,
   10096 
   10097     b) Accompany it with a written offer, valid for at least three
   10098     years, to give any third party, for a charge no more than your
   10099     cost of physically performing source distribution, a complete
   10100     machine-readable copy of the corresponding source code, to be
   10101     distributed under the terms of Sections 1 and 2 above on a medium
   10102     customarily used for software interchange; or,
   10103 
   10104     c) Accompany it with the information you received as to the offer
   10105     to distribute corresponding source code.  (This alternative is
   10106     allowed only for noncommercial distribution and only if you
   10107     received the program in object code or executable form with such
   10108     an offer, in accord with Subsection b above.)
   10109 
   10110 The source code for a work means the preferred form of the work for
   10111 making modifications to it.  For an executable work, complete source
   10112 code means all the source code for all modules it contains, plus any
   10113 associated interface definition files, plus the scripts used to
   10114 control compilation and installation of the executable.  However, as a
   10115 special exception, the source code distributed need not include
   10116 anything that is normally distributed (in either source or binary
   10117 form) with the major components (compiler, kernel, and so on) of the
   10118 operating system on which the executable runs, unless that component
   10119 itself accompanies the executable.
   10120 
   10121 If distribution of executable or object code is made by offering
   10122 access to copy from a designated place, then offering equivalent
   10123 access to copy the source code from the same place counts as
   10124 distribution of the source code, even though third parties are not
   10125 compelled to copy the source along with the object code.
   10126 
   10127   4. You may not copy, modify, sublicense, or distribute the Program
   10128 except as expressly provided under this License.  Any attempt
   10129 otherwise to copy, modify, sublicense or distribute the Program is
   10130 void, and will automatically terminate your rights under this License.
   10131 However, parties who have received copies, or rights, from you under
   10132 this License will not have their licenses terminated so long as such
   10133 parties remain in full compliance.
   10134 
   10135   5. You are not required to accept this License, since you have not
   10136 signed it.  However, nothing else grants you permission to modify or
   10137 distribute the Program or its derivative works.  These actions are
   10138 prohibited by law if you do not accept this License.  Therefore, by
   10139 modifying or distributing the Program (or any work based on the
   10140 Program), you indicate your acceptance of this License to do so, and
   10141 all its terms and conditions for copying, distributing or modifying
   10142 the Program or works based on it.
   10143 
   10144   6. Each time you redistribute the Program (or any work based on the
   10145 Program), the recipient automatically receives a license from the
   10146 original licensor to copy, distribute or modify the Program subject to
   10147 these terms and conditions.  You may not impose any further
   10148 restrictions on the recipients' exercise of the rights granted herein.
   10149 You are not responsible for enforcing compliance by third parties to
   10150 this License.
   10151 
   10152   7. If, as a consequence of a court judgment or allegation of patent
   10153 infringement or for any other reason (not limited to patent issues),
   10154 conditions are imposed on you (whether by court order, agreement or
   10155 otherwise) that contradict the conditions of this License, they do not
   10156 excuse you from the conditions of this License.  If you cannot
   10157 distribute so as to satisfy simultaneously your obligations under this
   10158 License and any other pertinent obligations, then as a consequence you
   10159 may not distribute the Program at all.  For example, if a patent
   10160 license would not permit royalty-free redistribution of the Program by
   10161 all those who receive copies directly or indirectly through you, then
   10162 the only way you could satisfy both it and this License would be to
   10163 refrain entirely from distribution of the Program.
   10164 
   10165 If any portion of this section is held invalid or unenforceable under
   10166 any particular circumstance, the balance of the section is intended to
   10167 apply and the section as a whole is intended to apply in other
   10168 circumstances.
   10169 
   10170 It is not the purpose of this section to induce you to infringe any
   10171 patents or other property right claims or to contest validity of any
   10172 such claims; this section has the sole purpose of protecting the
   10173 integrity of the free software distribution system, which is
   10174 implemented by public license practices.  Many people have made
   10175 generous contributions to the wide range of software distributed
   10176 through that system in reliance on consistent application of that
   10177 system; it is up to the author/donor to decide if he or she is willing
   10178 to distribute software through any other system and a licensee cannot
   10179 impose that choice.
   10180 
   10181 This section is intended to make thoroughly clear what is believed to
   10182 be a consequence of the rest of this License.
   10183 
   10184   8. If the distribution and/or use of the Program is restricted in
   10185 certain countries either by patents or by copyrighted interfaces, the
   10186 original copyright holder who places the Program under this License
   10187 may add an explicit geographical distribution limitation excluding
   10188 those countries, so that distribution is permitted only in or among
   10189 countries not thus excluded.  In such case, this License incorporates
   10190 the limitation as if written in the body of this License.
   10191 
   10192   9. The Free Software Foundation may publish revised and/or new versions
   10193 of the General Public License from time to time.  Such new versions will
   10194 be similar in spirit to the present version, but may differ in detail to
   10195 address new problems or concerns.
   10196 
   10197 Each version is given a distinguishing version number.  If the Program
   10198 specifies a version number of this License which applies to it and "any
   10199 later version", you have the option of following the terms and conditions
   10200 either of that version or of any later version published by the Free
   10201 Software Foundation.  If the Program does not specify a version number of
   10202 this License, you may choose any version ever published by the Free Software
   10203 Foundation.
   10204 
   10205   10. If you wish to incorporate parts of the Program into other free
   10206 programs whose distribution conditions are different, write to the author
   10207 to ask for permission.  For software which is copyrighted by the Free
   10208 Software Foundation, write to the Free Software Foundation; we sometimes
   10209 make exceptions for this.  Our decision will be guided by the two goals
   10210 of preserving the free status of all derivatives of our free software and
   10211 of promoting the sharing and reuse of software generally.
   10212 
   10213 			    NO WARRANTY
   10214 
   10215   11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
   10216 FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.  EXCEPT WHEN
   10217 OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
   10218 PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
   10219 OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
   10220 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  THE ENTIRE RISK AS
   10221 TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU.  SHOULD THE
   10222 PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
   10223 REPAIR OR CORRECTION.
   10224 
   10225   12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
   10226 WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
   10227 REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
   10228 INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
   10229 OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
   10230 TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
   10231 YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
   10232 PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
   10233 POSSIBILITY OF SUCH DAMAGES.
   10234 
   10235 		     END OF TERMS AND CONDITIONS
   10236 
   10237 	    How to Apply These Terms to Your New Programs
   10238 
   10239   If you develop a new program, and you want it to be of the greatest
   10240 possible use to the public, the best way to achieve this is to make it
   10241 free software which everyone can redistribute and change under these terms.
   10242 
   10243   To do so, attach the following notices to the program.  It is safest
   10244 to attach them to the start of each source file to most effectively
   10245 convey the exclusion of warranty; and each file should have at least
   10246 the "copyright" line and a pointer to where the full notice is found.
   10247 
   10248     &lt;one line to give the program's name and a brief idea of what it does.&gt;
   10249     Copyright (C) &lt;year&gt;  &lt;name of author&gt;
   10250 
   10251     This program is free software; you can redistribute it and/or modify
   10252     it under the terms of the GNU General Public License as published by
   10253     the Free Software Foundation; either version 2 of the License, or
   10254     (at your option) any later version.
   10255 
   10256     This program is distributed in the hope that it will be useful,
   10257     but WITHOUT ANY WARRANTY; without even the implied warranty of
   10258     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   10259     GNU General Public License for more details.
   10260 
   10261     You should have received a copy of the GNU General Public License
   10262     along with this program; if not, write to the Free Software
   10263     Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
   10264 
   10265 
   10266 Also add information on how to contact you by electronic and paper mail.
   10267 
   10268 If the program is interactive, make it output a short notice like this
   10269 when it starts in an interactive mode:
   10270 
   10271     Gnomovision version 69, Copyright (C) year  name of author
   10272     Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
   10273     This is free software, and you are welcome to redistribute it
   10274     under certain conditions; type `show c' for details.
   10275 
   10276 The hypothetical commands `show w' and `show c' should show the appropriate
   10277 parts of the General Public License.  Of course, the commands you use may
   10278 be called something other than `show w' and `show c'; they could even be
   10279 mouse-clicks or menu items--whatever suits your program.
   10280 
   10281 You should also get your employer (if you work as a programmer) or your
   10282 school, if any, to sign a "copyright disclaimer" for the program, if
   10283 necessary.  Here is a sample; alter the names:
   10284 
   10285   Yoyodyne, Inc., hereby disclaims all copyright interest in the program
   10286   `Gnomovision' (which makes passes at compilers) written by James Hacker.
   10287 
   10288   &lt;signature of Ty Coon&gt;, 1 April 1989
   10289   Ty Coon, President of Vice
   10290 
   10291 This General Public License does not permit incorporating your program into
   10292 proprietary programs.  If your program is a subroutine library, you may
   10293 consider it more useful to permit linking proprietary applications with the
   10294 library.  If this is what you want to do, use the GNU Library General
   10295 Public License instead of this License.
   10296 
   10297 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   10298 
   10299 Scanned Source License gc-7.2/libatomic_ops/doc/COPYING:
   10300 
   10301 		    GNU GENERAL PUBLIC LICENSE
   10302 		       Version 2, June 1991
   10303 
   10304  Copyright (C) 1989, 1991 Free Software Foundation, Inc.
   10305      59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
   10306  Everyone is permitted to copy and distribute verbatim copies
   10307  of this license document, but changing it is not allowed.
   10308 
   10309 			    Preamble
   10310 
   10311   The licenses for most software are designed to take away your
   10312 freedom to share and change it.  By contrast, the GNU General Public
   10313 License is intended to guarantee your freedom to share and change free
   10314 software--to make sure the software is free for all its users.  This
   10315 General Public License applies to most of the Free Software
   10316 Foundation's software and to any other program whose authors commit to
   10317 using it.  (Some other Free Software Foundation software is covered by
   10318 the GNU Library General Public License instead.)  You can apply it to
   10319 your programs, too.
   10320 
   10321   When we speak of free software, we are referring to freedom, not
   10322 price.  Our General Public Licenses are designed to make sure that you
   10323 have the freedom to distribute copies of free software (and charge for
   10324 this service if you wish), that you receive source code or can get it
   10325 if you want it, that you can change the software or use pieces of it
   10326 in new free programs; and that you know you can do these things.
   10327 
   10328   To protect your rights, we need to make restrictions that forbid
   10329 anyone to deny you these rights or to ask you to surrender the rights.
   10330 These restrictions translate to certain responsibilities for you if you
   10331 distribute copies of the software, or if you modify it.
   10332 
   10333   For example, if you distribute copies of such a program, whether
   10334 gratis or for a fee, you must give the recipients all the rights that
   10335 you have.  You must make sure that they, too, receive or can get the
   10336 source code.  And you must show them these terms so they know their
   10337 rights.
   10338 
   10339   We protect your rights with two steps: (1) copyright the software, and
   10340 (2) offer you this license which gives you legal permission to copy,
   10341 distribute and/or modify the software.
   10342 
   10343   Also, for each author's protection and ours, we want to make certain
   10344 that everyone understands that there is no warranty for this free
   10345 software.  If the software is modified by someone else and passed on, we
   10346 want its recipients to know that what they have is not the original, so
   10347 that any problems introduced by others will not reflect on the original
   10348 authors' reputations.
   10349 
   10350   Finally, any free program is threatened constantly by software
   10351 patents.  We wish to avoid the danger that redistributors of a free
   10352 program will individually obtain patent licenses, in effect making the
   10353 program proprietary.  To prevent this, we have made it clear that any
   10354 patent must be licensed for everyone's free use or not licensed at all.
   10355 
   10356   The precise terms and conditions for copying, distribution and
   10357 modification follow.
   10358 
   10359 		    GNU GENERAL PUBLIC LICENSE
   10360    TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
   10361 
   10362   0. This License applies to any program or other work which contains
   10363 a notice placed by the copyright holder saying it may be distributed
   10364 under the terms of this General Public License.  The "Program", below,
   10365 refers to any such program or work, and a "work based on the Program"
   10366 means either the Program or any derivative work under copyright law:
   10367 that is to say, a work containing the Program or a portion of it,
   10368 either verbatim or with modifications and/or translated into another
   10369 language.  (Hereinafter, translation is included without limitation in
   10370 the term "modification".)  Each licensee is addressed as "you".
   10371 
   10372 Activities other than copying, distribution and modification are not
   10373 covered by this License; they are outside its scope.  The act of
   10374 running the Program is not restricted, and the output from the Program
   10375 is covered only if its contents constitute a work based on the
   10376 Program (independent of having been made by running the Program).
   10377 Whether that is true depends on what the Program does.
   10378 
   10379   1. You may copy and distribute verbatim copies of the Program's
   10380 source code as you receive it, in any medium, provided that you
   10381 conspicuously and appropriately publish on each copy an appropriate
   10382 copyright notice and disclaimer of warranty; keep intact all the
   10383 notices that refer to this License and to the absence of any warranty;
   10384 and give any other recipients of the Program a copy of this License
   10385 along with the Program.
   10386 
   10387 You may charge a fee for the physical act of transferring a copy, and
   10388 you may at your option offer warranty protection in exchange for a fee.
   10389 
   10390   2. You may modify your copy or copies of the Program or any portion
   10391 of it, thus forming a work based on the Program, and copy and
   10392 distribute such modifications or work under the terms of Section 1
   10393 above, provided that you also meet all of these conditions:
   10394 
   10395     a) You must cause the modified files to carry prominent notices
   10396     stating that you changed the files and the date of any change.
   10397 
   10398     b) You must cause any work that you distribute or publish, that in
   10399     whole or in part contains or is derived from the Program or any
   10400     part thereof, to be licensed as a whole at no charge to all third
   10401     parties under the terms of this License.
   10402 
   10403     c) If the modified program normally reads commands interactively
   10404     when run, you must cause it, when started running for such
   10405     interactive use in the most ordinary way, to print or display an
   10406     announcement including an appropriate copyright notice and a
   10407     notice that there is no warranty (or else, saying that you provide
   10408     a warranty) and that users may redistribute the program under
   10409     these conditions, and telling the user how to view a copy of this
   10410     License.  (Exception: if the Program itself is interactive but
   10411     does not normally print such an announcement, your work based on
   10412     the Program is not required to print an announcement.)
   10413 
   10414 These requirements apply to the modified work as a whole.  If
   10415 identifiable sections of that work are not derived from the Program,
   10416 and can be reasonably considered independent and separate works in
   10417 themselves, then this License, and its terms, do not apply to those
   10418 sections when you distribute them as separate works.  But when you
   10419 distribute the same sections as part of a whole which is a work based
   10420 on the Program, the distribution of the whole must be on the terms of
   10421 this License, whose permissions for other licensees extend to the
   10422 entire whole, and thus to each and every part regardless of who wrote it.
   10423 
   10424 Thus, it is not the intent of this section to claim rights or contest
   10425 your rights to work written entirely by you; rather, the intent is to
   10426 exercise the right to control the distribution of derivative or
   10427 collective works based on the Program.
   10428 
   10429 In addition, mere aggregation of another work not based on the Program
   10430 with the Program (or with a work based on the Program) on a volume of
   10431 a storage or distribution medium does not bring the other work under
   10432 the scope of this License.
   10433 
   10434   3. You may copy and distribute the Program (or a work based on it,
   10435 under Section 2) in object code or executable form under the terms of
   10436 Sections 1 and 2 above provided that you also do one of the following:
   10437 
   10438     a) Accompany it with the complete corresponding machine-readable
   10439     source code, which must be distributed under the terms of Sections
   10440     1 and 2 above on a medium customarily used for software interchange; or,
   10441 
   10442     b) Accompany it with a written offer, valid for at least three
   10443     years, to give any third party, for a charge no more than your
   10444     cost of physically performing source distribution, a complete
   10445     machine-readable copy of the corresponding source code, to be
   10446     distributed under the terms of Sections 1 and 2 above on a medium
   10447     customarily used for software interchange; or,
   10448 
   10449     c) Accompany it with the information you received as to the offer
   10450     to distribute corresponding source code.  (This alternative is
   10451     allowed only for noncommercial distribution and only if you
   10452     received the program in object code or executable form with such
   10453     an offer, in accord with Subsection b above.)
   10454 
   10455 The source code for a work means the preferred form of the work for
   10456 making modifications to it.  For an executable work, complete source
   10457 code means all the source code for all modules it contains, plus any
   10458 associated interface definition files, plus the scripts used to
   10459 control compilation and installation of the executable.  However, as a
   10460 special exception, the source code distributed need not include
   10461 anything that is normally distributed (in either source or binary
   10462 form) with the major components (compiler, kernel, and so on) of the
   10463 operating system on which the executable runs, unless that component
   10464 itself accompanies the executable.
   10465 
   10466 If distribution of executable or object code is made by offering
   10467 access to copy from a designated place, then offering equivalent
   10468 access to copy the source code from the same place counts as
   10469 distribution of the source code, even though third parties are not
   10470 compelled to copy the source along with the object code.
   10471 
   10472   4. You may not copy, modify, sublicense, or distribute the Program
   10473 except as expressly provided under this License.  Any attempt
   10474 otherwise to copy, modify, sublicense or distribute the Program is
   10475 void, and will automatically terminate your rights under this License.
   10476 However, parties who have received copies, or rights, from you under
   10477 this License will not have their licenses terminated so long as such
   10478 parties remain in full compliance.
   10479 
   10480   5. You are not required to accept this License, since you have not
   10481 signed it.  However, nothing else grants you permission to modify or
   10482 distribute the Program or its derivative works.  These actions are
   10483 prohibited by law if you do not accept this License.  Therefore, by
   10484 modifying or distributing the Program (or any work based on the
   10485 Program), you indicate your acceptance of this License to do so, and
   10486 all its terms and conditions for copying, distributing or modifying
   10487 the Program or works based on it.
   10488 
   10489   6. Each time you redistribute the Program (or any work based on the
   10490 Program), the recipient automatically receives a license from the
   10491 original licensor to copy, distribute or modify the Program subject to
   10492 these terms and conditions.  You may not impose any further
   10493 restrictions on the recipients' exercise of the rights granted herein.
   10494 You are not responsible for enforcing compliance by third parties to
   10495 this License.
   10496 
   10497   7. If, as a consequence of a court judgment or allegation of patent
   10498 infringement or for any other reason (not limited to patent issues),
   10499 conditions are imposed on you (whether by court order, agreement or
   10500 otherwise) that contradict the conditions of this License, they do not
   10501 excuse you from the conditions of this License.  If you cannot
   10502 distribute so as to satisfy simultaneously your obligations under this
   10503 License and any other pertinent obligations, then as a consequence you
   10504 may not distribute the Program at all.  For example, if a patent
   10505 license would not permit royalty-free redistribution of the Program by
   10506 all those who receive copies directly or indirectly through you, then
   10507 the only way you could satisfy both it and this License would be to
   10508 refrain entirely from distribution of the Program.
   10509 
   10510 If any portion of this section is held invalid or unenforceable under
   10511 any particular circumstance, the balance of the section is intended to
   10512 apply and the section as a whole is intended to apply in other
   10513 circumstances.
   10514 
   10515 It is not the purpose of this section to induce you to infringe any
   10516 patents or other property right claims or to contest validity of any
   10517 such claims; this section has the sole purpose of protecting the
   10518 integrity of the free software distribution system, which is
   10519 implemented by public license practices.  Many people have made
   10520 generous contributions to the wide range of software distributed
   10521 through that system in reliance on consistent application of that
   10522 system; it is up to the author/donor to decide if he or she is willing
   10523 to distribute software through any other system and a licensee cannot
   10524 impose that choice.
   10525 
   10526 This section is intended to make thoroughly clear what is believed to
   10527 be a consequence of the rest of this License.
   10528 
   10529   8. If the distribution and/or use of the Program is restricted in
   10530 certain countries either by patents or by copyrighted interfaces, the
   10531 original copyright holder who places the Program under this License
   10532 may add an explicit geographical distribution limitation excluding
   10533 those countries, so that distribution is permitted only in or among
   10534 countries not thus excluded.  In such case, this License incorporates
   10535 the limitation as if written in the body of this License.
   10536 
   10537   9. The Free Software Foundation may publish revised and/or new versions
   10538 of the General Public License from time to time.  Such new versions will
   10539 be similar in spirit to the present version, but may differ in detail to
   10540 address new problems or concerns.
   10541 
   10542 Each version is given a distinguishing version number.  If the Program
   10543 specifies a version number of this License which applies to it and "any
   10544 later version", you have the option of following the terms and conditions
   10545 either of that version or of any later version published by the Free
   10546 Software Foundation.  If the Program does not specify a version number of
   10547 this License, you may choose any version ever published by the Free Software
   10548 Foundation.
   10549 
   10550   10. If you wish to incorporate parts of the Program into other free
   10551 programs whose distribution conditions are different, write to the author
   10552 to ask for permission.  For software which is copyrighted by the Free
   10553 Software Foundation, write to the Free Software Foundation; we sometimes
   10554 make exceptions for this.  Our decision will be guided by the two goals
   10555 of preserving the free status of all derivatives of our free software and
   10556 of promoting the sharing and reuse of software generally.
   10557 
   10558 			    NO WARRANTY
   10559 
   10560   11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
   10561 FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.  EXCEPT WHEN
   10562 OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
   10563 PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
   10564 OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
   10565 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  THE ENTIRE RISK AS
   10566 TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU.  SHOULD THE
   10567 PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
   10568 REPAIR OR CORRECTION.
   10569 
   10570   12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
   10571 WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
   10572 REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
   10573 INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
   10574 OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
   10575 TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
   10576 YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
   10577 PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
   10578 POSSIBILITY OF SUCH DAMAGES.
   10579 
   10580 		     END OF TERMS AND CONDITIONS
   10581 
   10582 	    How to Apply These Terms to Your New Programs
   10583 
   10584   If you develop a new program, and you want it to be of the greatest
   10585 possible use to the public, the best way to achieve this is to make it
   10586 free software which everyone can redistribute and change under these terms.
   10587 
   10588   To do so, attach the following notices to the program.  It is safest
   10589 to attach them to the start of each source file to most effectively
   10590 convey the exclusion of warranty; and each file should have at least
   10591 the "copyright" line and a pointer to where the full notice is found.
   10592 
   10593     &lt;one line to give the program's name and a brief idea of what it does.&gt;
   10594     Copyright (C) &lt;year&gt;  &lt;name of author&gt;
   10595 
   10596     This program is free software; you can redistribute it and/or modify
   10597     it under the terms of the GNU General Public License as published by
   10598     the Free Software Foundation; either version 2 of the License, or
   10599     (at your option) any later version.
   10600 
   10601     This program is distributed in the hope that it will be useful,
   10602     but WITHOUT ANY WARRANTY; without even the implied warranty of
   10603     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   10604     GNU General Public License for more details.
   10605 
   10606     You should have received a copy of the GNU General Public License
   10607     along with this program; if not, write to the Free Software
   10608     Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
   10609 
   10610 
   10611 Also add information on how to contact you by electronic and paper mail.
   10612 
   10613 If the program is interactive, make it output a short notice like this
   10614 when it starts in an interactive mode:
   10615 
   10616     Gnomovision version 69, Copyright (C) year  name of author
   10617     Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
   10618     This is free software, and you are welcome to redistribute it
   10619     under certain conditions; type `show c' for details.
   10620 
   10621 The hypothetical commands `show w' and `show c' should show the appropriate
   10622 parts of the General Public License.  Of course, the commands you use may
   10623 be called something other than `show w' and `show c'; they could even be
   10624 mouse-clicks or menu items--whatever suits your program.
   10625 
   10626 You should also get your employer (if you work as a programmer) or your
   10627 school, if any, to sign a "copyright disclaimer" for the program, if
   10628 necessary.  Here is a sample; alter the names:
   10629 
   10630   Yoyodyne, Inc., hereby disclaims all copyright interest in the program
   10631   `Gnomovision' (which makes passes at compilers) written by James Hacker.
   10632 
   10633   &lt;signature of Ty Coon&gt;, 1 April 1989
   10634   Ty Coon, President of Vice
   10635 
   10636 This General Public License does not permit incorporating your program into
   10637 proprietary programs.  If your program is a subroutine library, you may
   10638 consider it more useful to permit linking proprietary applications with the
   10639 library.  If this is what you want to do, use the GNU Library General
   10640 Public License instead of this License.
   10641 
   10642 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   10643 
   10644 Scanned Source License gc-7.2/libatomic_ops/doc/LICENSING.txt:
   10645 
   10646 Our intent is to make it easy to use libatomic_ops, in
   10647 both free and proprietary software.  Hence most code that we expect to be
   10648 linked into a client application is covered by an MIT-style license.
   10649 
   10650 A few library routines are covered by the GNU General Public License.
   10651 These are put into a separate library, libatomic_ops_gpl.a .
   10652 
   10653 The low-level part of the library is mostly covered by the following
   10654 license:
   10655 
   10656 ----------------------------------------
   10657 
   10658 Copyright (c) ...
   10659 
   10660 Permission is hereby granted, free of charge, to any person obtaining a copy
   10661 of this software and associated documentation files (the "Software"), to deal
   10662 in the Software without restriction, including without limitation the rights
   10663 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
   10664 copies of the Software, and to permit persons to whom the Software is
   10665 furnished to do so, subject to the following conditions:
   10666 
   10667 The above copyright notice and this permission notice shall be included in all
   10668 copies or substantial portions of the Software.
   10669 
   10670 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   10671 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   10672 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
   10673 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
   10674 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
   10675 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
   10676 SOFTWARE. 
   10677 
   10678 --------------------------------
   10679 
   10680 A few files in the sysdeps directory were inherited in part from the
   10681 Boehm-Demers-Weiser conservative garbage collector, and are covered by
   10682 its license, which is similar in spirit:
   10683 
   10684 --------------------------------
   10685 
   10686 Copyright (c) ...
   10687 
   10688 THIS MATERIAL IS PROVIDED AS IS, WITH ABSOLUTELY NO WARRANTY EXPRESSED
   10689 OR IMPLIED.  ANY USE IS AT YOUR OWN RISK.
   10690 
   10691 Permission is hereby granted to use or copy this program
   10692 for any purpose,  provided the above notices are retained on all copies.
   10693 Permission to modify the code and to distribute modified code is granted,
   10694 provided the above notices are retained, and a notice that the code was
   10695 modified is included with the above copyright notice.
   10696 
   10697 ----------------------------------
   10698 
   10699 A few files are covered by the GNU General Public License.  (See file
   10700 "COPYING".) This applies only to test code, sample applications,
   10701 and the libatomic_ops_gpl portion of the library.
   10702 Thus libatomic_ops_gpl should generally not be linked into proprietary code.
   10703 (This distinction was motivated by patent considerations.)
   10704 
   10705 It is possible that the license of the GPL pieces may be changed for
   10706 future versions to make them more consistent with the rest of the package.
   10707 If you submit patches, and have strong preferences about licensing, please
   10708 express them.
   10709 
   10710 
   10711 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   10712 
   10713 Gentoo Package Stock License boehm-gc:
   10714 
   10715 &lt;copyright notice&gt;
   10716 
   10717 THIS MATERIAL IS PROVIDED AS IS, WITH ABSOLUTELY NO WARRANTY EXPRESSED
   10718 OR IMPLIED.  ANY USE IS AT YOUR OWN RISK.
   10719 
   10720 Permission is hereby granted to use or copy this program
   10721 for any purpose,  provided the above notices are retained on all copies.
   10722 Permission to modify the code and to distribute modified code is granted,
   10723 provided the above notices are retained, and a notice that the code was
   10724 modified is included with the above copyright notice.
   10725 
   10726 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   10727 </pre>
   10728 <ul>
   10729 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
   10730 <li><a href='#GPL-2+'>Gentoo Package Stock License GPL-2+</a></li>
   10731 </ul>
   10732 </div>
   10733 </div>
   10734 
   10735 
   10736 <div class="product">
   10737 <span class="title">libc-bench-0.0.1</span>
   10738 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   10739 <span class="homepage"><a href="http://www.etalabs.net/libc-bench.html">homepage</a></span>
   10740 <div class="licence">
   10741 <pre>Scanned Source License libc-bench-0.0.1/COPYRIGHT:
   10742 
   10743 libc-bench, a performance and memory usage benchmark for comparing
   10744 libc implementations
   10745 
   10746 Copyright  2011 Rich Felker
   10747 
   10748 Permission is hereby granted, free of charge, to any person obtaining
   10749 a copy of this software and associated documentation files (the
   10750 "Software"), to deal in the Software without restriction, including
   10751 without limitation the rights to use, copy, modify, merge, publish,
   10752 distribute, sublicense, and/or sell copies of the Software, and to
   10753 permit persons to whom the Software is furnished to do so, subject to
   10754 the following conditions:
   10755 
   10756 The above copyright notice and this permission notice shall be
   10757 included in all copies or substantial portions of the Software.
   10758 
   10759 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
   10760 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
   10761 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
   10762 IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
   10763 CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
   10764 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
   10765 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
   10766 
   10767 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   10768 </pre>
   10769 <ul>
   10770 
   10771 </ul>
   10772 </div>
   10773 </div>
   10774 
   10775 
   10776 <div class="product">
   10777 <span class="title">libcap-2.17</span>
   10778 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   10779 <span class="homepage"><a href="http://www.friedhoff.org/posixfilecaps.html">homepage</a></span>
   10780 <div class="licence">
   10781 <pre>Scanned Source License libcap-2.17/License:
   10782 
   10783 Unless otherwise *explicitly* stated, the following text describes the
   10784 licensed conditions under which the contents of this libcap release
   10785 may be used and distributed:
   10786 
   10787 -------------------------------------------------------------------------
   10788 Redistribution and use in source and binary forms of libcap, with
   10789 or without modification, are permitted provided that the following
   10790 conditions are met:
   10791 
   10792 1. Redistributions of source code must retain any existing copyright
   10793    notice, and this entire permission notice in its entirety,
   10794    including the disclaimer of warranties.
   10795 
   10796 2. Redistributions in binary form must reproduce all prior and current
   10797    copyright notices, this list of conditions, and the following
   10798    disclaimer in the documentation and/or other materials provided
   10799    with the distribution.
   10800 
   10801 3. The name of any author may not be used to endorse or promote
   10802    products derived from this software without their specific prior
   10803    written permission.
   10804 
   10805 ALTERNATIVELY, this product may be distributed under the terms of the
   10806 GNU General Public License, in which case the provisions of the GNU
   10807 GPL are required INSTEAD OF the above restrictions.  (This clause is
   10808 necessary due to a potential conflict between the GNU GPL and the
   10809 restrictions contained in a BSD-style copyright.)
   10810 
   10811 THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED
   10812 WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
   10813 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
   10814 IN NO EVENT SHALL THE AUTHOR(S) BE LIABLE FOR ANY DIRECT, INDIRECT,
   10815 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
   10816 BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
   10817 OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
   10818 ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
   10819 TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
   10820 USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
   10821 DAMAGE.
   10822 -------------------------------------------------------------------------
   10823 
   10824 
   10825 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   10826 
   10827 Scanned Source License libcap-2.17/pam_cap/License:
   10828 
   10829 Unless otherwise *explicitly* stated the following text describes the
   10830 licensed conditions under which the contents of this module release
   10831 may be distributed:
   10832 
   10833 -------------------------------------------------------------------------
   10834 Redistribution and use in source and binary forms of this module, with
   10835 or without modification, are permitted provided that the following
   10836 conditions are met:
   10837 
   10838 1. Redistributions of source code must retain any existing copyright
   10839    notice, and this entire permission notice in its entirety,
   10840    including the disclaimer of warranties.
   10841 
   10842 2. Redistributions in binary form must reproduce all prior and current
   10843    copyright notices, this list of conditions, and the following
   10844    disclaimer in the documentation and/or other materials provided
   10845    with the distribution.
   10846 
   10847 3. The name of any author may not be used to endorse or promote
   10848    products derived from this software without their specific prior
   10849    written permission.
   10850 
   10851 ALTERNATIVELY, this product may be distributed under the terms of the
   10852 GNU Library General Public License, in which case the provisions of
   10853 the GNU LGPL are required INSTEAD OF the above restrictions.  (This
   10854 clause is necessary due to a potential conflict between the GNU LGPL
   10855 and the restrictions contained in a BSD-style copyright.)
   10856 
   10857 THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED
   10858 WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
   10859 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
   10860 IN NO EVENT SHALL THE AUTHOR(S) BE LIABLE FOR ANY DIRECT, INDIRECT,
   10861 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
   10862 BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
   10863 OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
   10864 ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
   10865 TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
   10866 USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
   10867 DAMAGE.
   10868 -------------------------------------------------------------------------
   10869 
   10870 
   10871 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   10872 </pre>
   10873 <ul>
   10874 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
   10875 </ul>
   10876 </div>
   10877 </div>
   10878 
   10879 
   10880 <div class="product">
   10881 <span class="title">libcap-ng-0.6.6</span>
   10882 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   10883 <span class="homepage"><a href="http://people.redhat.com/sgrubb/libcap-ng/">homepage</a></span>
   10884 <div class="licence">
   10885 <pre></pre>
   10886 <ul>
   10887 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li>
   10888 </ul>
   10889 </div>
   10890 </div>
   10891 
   10892 
   10893 <div class="product">
   10894 <span class="title">libchrome-271506</span>
   10895 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   10896 <span class="homepage"><a href="http://dev.chromium.org/chromium-os/packages/libchrome">homepage</a></span>
   10897 <div class="licence">
   10898 <pre></pre>
   10899 <ul>
   10900 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li>
   10901 </ul>
   10902 </div>
   10903 </div>
   10904 
   10905 
   10906 <div class="product">
   10907 <span class="title">libchrome_crypto-271506</span>
   10908 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   10909 <span class="homepage"><a href="http://dev.chromium.org/chromium-os/packages/libchrome">homepage</a></span>
   10910 <div class="licence">
   10911 <pre></pre>
   10912 <ul>
   10913 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li>
   10914 </ul>
   10915 </div>
   10916 </div>
   10917 
   10918 
   10919 <div class="product">
   10920 <span class="title">libchromeos-0.0.1</span>
   10921 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   10922 <span class="homepage"><a href="http://dev.chromium.org/chromium-os/platform">homepage</a></span>
   10923 <div class="licence">
   10924 <pre></pre>
   10925 <ul>
   10926 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li>
   10927 </ul>
   10928 </div>
   10929 </div>
   10930 
   10931 
   10932 <div class="product">
   10933 <span class="title">libchromeos-use-flags-0.0.1</span>
   10934 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   10935 <span class="homepage"><a href="">homepage</a></span>
   10936 <div class="licence">
   10937 <pre></pre>
   10938 <ul>
   10939 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li>
   10940 </ul>
   10941 </div>
   10942 </div>
   10943 
   10944 
   10945 <div class="product">
   10946 <span class="title">libdaemon-0.14</span>
   10947 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   10948 <span class="homepage"><a href="http://0pointer.de/lennart/projects/libdaemon/">homepage</a></span>
   10949 <div class="licence">
   10950 <pre></pre>
   10951 <ul>
   10952 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li>
   10953 </ul>
   10954 </div>
   10955 </div>
   10956 
   10957 
   10958 <div class="product">
   10959 <span class="title">libdrm-2.4.54</span>
   10960 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   10961 <span class="homepage"><a href="http://dri.freedesktop.org/">homepage</a></span>
   10962 <div class="licence">
   10963 <pre></pre>
   10964 <ul>
   10965 <li><a href='#X'>Custom License X</a></li>
   10966 </ul>
   10967 </div>
   10968 </div>
   10969 
   10970 
   10971 <div class="product">
   10972 <span class="title">libdrm-tests-2.4.54</span>
   10973 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   10974 <span class="homepage"><a href="http://dri.freedesktop.org/">homepage</a></span>
   10975 <div class="licence">
   10976 <pre></pre>
   10977 <ul>
   10978 <li><a href='#X'>Custom License X</a></li>
   10979 </ul>
   10980 </div>
   10981 </div>
   10982 
   10983 
   10984 <div class="product">
   10985 <span class="title">libevdev-0.0.1</span>
   10986 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   10987 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span>
   10988 <div class="licence">
   10989 <pre></pre>
   10990 <ul>
   10991 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li>
   10992 </ul>
   10993 </div>
   10994 </div>
   10995 
   10996 
   10997 <div class="product">
   10998 <span class="title">libevent-2.0.21</span>
   10999 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   11000 <span class="homepage"><a href="http://libevent.org/">homepage</a></span>
   11001 <div class="licence">
   11002 <pre>Copyright Attribution License chromiumos-overlay/licenses/copyright-attribution/dev-libs/libevent:
   11003 
   11004 Copyright (c) 2002, 2003 Niels Provos &lt;provos (a] citi.umich.edu&gt;
   11005 All rights reserved.
   11006 
   11007 Redistribution and use in source and binary forms, with or without
   11008 modification, are permitted provided that the following conditions
   11009 are met:
   11010 1. Redistributions of source code must retain the above copyright
   11011    notice, this list of conditions and the following disclaimer.
   11012 2. Redistributions in binary form must reproduce the above copyright
   11013    notice, this list of conditions and the following disclaimer in the
   11014    documentation and/or other materials provided with the distribution.
   11015 3. The name of the author may not be used to endorse or promote products
   11016    derived from this software without specific prior written permission.
   11017 
   11018 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
   11019 IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
   11020 OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
   11021 IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
   11022 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
   11023 NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
   11024 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
   11025 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
   11026 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
   11027 THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
   11028 
   11029 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   11030 </pre>
   11031 <ul>
   11032 
   11033 </ul>
   11034 </div>
   11035 </div>
   11036 
   11037 
   11038 <div class="product">
   11039 <span class="title">libffi-3.0.11</span>
   11040 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   11041 <span class="homepage"><a href="http://sourceware.org/libffi/">homepage</a></span>
   11042 <div class="licence">
   11043 <pre>Scanned Source License libffi-3.0.11/LICENSE:
   11044 
   11045 libffi - Copyright (c) 1996-2012  Anthony Green, Red Hat, Inc and others.
   11046 See source files for details.
   11047 
   11048 Permission is hereby granted, free of charge, to any person obtaining
   11049 a copy of this software and associated documentation files (the
   11050 ``Software''), to deal in the Software without restriction, including
   11051 without limitation the rights to use, copy, modify, merge, publish,
   11052 distribute, sublicense, and/or sell copies of the Software, and to
   11053 permit persons to whom the Software is furnished to do so, subject to
   11054 the following conditions:
   11055 
   11056 The above copyright notice and this permission notice shall be
   11057 included in all copies or substantial portions of the Software.
   11058 
   11059 THE SOFTWARE IS PROVIDED ``AS IS'', WITHOUT WARRANTY OF ANY KIND,
   11060 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
   11061 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
   11062 IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
   11063 CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
   11064 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
   11065 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
   11066 
   11067 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   11068 </pre>
   11069 <ul>
   11070 
   11071 </ul>
   11072 </div>
   11073 </div>
   11074 
   11075 
   11076 <div class="product">
   11077 <span class="title">libfontenc-1.1.0</span>
   11078 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   11079 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span>
   11080 <div class="licence">
   11081 <pre>Scanned Source License libfontenc-1.1.0/COPYING:
   11082 
   11083 Copyright (c) 1998-2001 by Juliusz Chroboczek
   11084 
   11085 Permission is hereby granted, free of charge, to any person obtaining a copy
   11086 of this software and associated documentation files (the "Software"), to deal
   11087 in the Software without restriction, including without limitation the rights
   11088 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
   11089 copies of the Software, and to permit persons to whom the Software is
   11090 furnished to do so, subject to the following conditions:
   11091 
   11092 The above copyright notice and this permission notice shall be included in
   11093 all copies or substantial portions of the Software.
   11094 
   11095 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   11096 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   11097 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
   11098 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
   11099 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
   11100 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
   11101 THE SOFTWARE.
   11102 
   11103 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   11104 </pre>
   11105 <ul>
   11106 
   11107 </ul>
   11108 </div>
   11109 </div>
   11110 
   11111 
   11112 <div class="product">
   11113 <span class="title">libftdi-1.0</span>
   11114 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   11115 <span class="homepage"><a href="http://www.intra2net.com/en/developer/libftdi/">homepage</a></span>
   11116 <div class="licence">
   11117 <pre></pre>
   11118 <ul>
   11119 <li><a href='#LGPL-2'>Gentoo Package Stock License LGPL-2</a></li>
   11120 </ul>
   11121 </div>
   11122 </div>
   11123 
   11124 
   11125 <div class="product">
   11126 <span class="title">libgcrypt-1.4.6</span>
   11127 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   11128 <span class="homepage"><a href="http://www.gnupg.org/">homepage</a></span>
   11129 <div class="licence">
   11130 <pre></pre>
   11131 <ul>
   11132 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li>
   11133 </ul>
   11134 </div>
   11135 </div>
   11136 
   11137 
   11138 <div class="product">
   11139 <span class="title">libglade-2.6.4</span>
   11140 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   11141 <span class="homepage"><a href="http://www.gnome.org/">homepage</a></span>
   11142 <div class="licence">
   11143 <pre></pre>
   11144 <ul>
   11145 <li><a href='#LGPL-2'>Gentoo Package Stock License LGPL-2</a></li>
   11146 </ul>
   11147 </div>
   11148 </div>
   11149 
   11150 
   11151 <div class="product">
   11152 <span class="title">libgpg-error-1.10</span>
   11153 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   11154 <span class="homepage"><a href="http://www.gnupg.org/related_software/libgpg-error">homepage</a></span>
   11155 <div class="licence">
   11156 <pre></pre>
   11157 <ul>
   11158 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li>
   11159 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
   11160 </ul>
   11161 </div>
   11162 </div>
   11163 
   11164 
   11165 <div class="product">
   11166 <span class="title">libICE-1.0.7</span>
   11167 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   11168 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span>
   11169 <div class="licence">
   11170 <pre>Scanned Source License libICE-1.0.7/COPYING:
   11171 
   11172 Copyright 1993, 1998  The Open Group
   11173 
   11174 Permission to use, copy, modify, distribute, and sell this software and its
   11175 documentation for any purpose is hereby granted without fee, provided that
   11176 the above copyright notice appear in all copies and that both that
   11177 copyright notice and this permission notice appear in supporting
   11178 documentation.
   11179 
   11180 The above copyright notice and this permission notice shall be included in
   11181 all copies or substantial portions of the Software.
   11182 
   11183 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   11184 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   11185 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
   11186 OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
   11187 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
   11188 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
   11189 
   11190 Except as contained in this notice, the name of The Open Group shall not be
   11191 used in advertising or otherwise to promote the sale, use or other dealings
   11192 in this Software without prior written authorization from The Open Group.
   11193 
   11194 Author: Ralph Mor, X Consortium
   11195 
   11196 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   11197 </pre>
   11198 <ul>
   11199 
   11200 </ul>
   11201 </div>
   11202 </div>
   11203 
   11204 
   11205 <div class="product">
   11206 <span class="title">libjpeg-turbo-1.2.0</span>
   11207 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   11208 <span class="homepage"><a href="http://libjpeg-turbo.virtualgl.org/">homepage</a></span>
   11209 <div class="licence">
   11210 <pre>Scanned Source License debian/copyright:
   11211 
   11212 This is Debian's prepackaged version of the `jpeg library' by the Independent
   11213 JPEG Group.
   11214 
   11215 This package was created by Mark Mickan &lt;mmickan (a] debian.org&gt; from sources
   11216 which can be found at ftp://ftp.uu.net/graphics/jpeg/jpegsrc.v6b.tar.gz
   11217 
   11218 It is partly based on the libjpeg6a package originally put together by
   11219 Andy Guy &lt;awpguy (a] acs.ucalgary.ca&gt; and later maintained by Mark Mickan.
   11220 
   11221 Current Debian maintainer is Bill Allombert &lt;ballombe (a] debian.org&gt;.
   11222 
   11223 LEGAL ISSUES [ from README supplied with source - MM ]
   11224 ============
   11225 
   11226 In plain English:
   11227 
   11228 1. We don't promise that this software works.  (But if you find any bugs,
   11229    please let us know!)
   11230 2. You can use this software for whatever you want.  You don't have to pay us.
   11231 3. You may not pretend that you wrote this software.  If you use it in a
   11232    program, you must acknowledge somewhere in your documentation that
   11233    you've used the IJG code.
   11234 
   11235 In legalese:
   11236 
   11237 The authors make NO WARRANTY or representation, either express or implied,
   11238 with respect to this software, its quality, accuracy, merchantability, or
   11239 fitness for a particular purpose.  This software is provided "AS IS", and you,
   11240 its user, assume the entire risk as to its quality and accuracy.
   11241 
   11242 This software is copyright (C) 1991-2010, Thomas G. Lane, Guido Vollbeding.
   11243 All Rights Reserved except as specified below.
   11244 
   11245 Permission is hereby granted to use, copy, modify, and distribute this
   11246 software (or portions thereof) for any purpose, without fee, subject to these
   11247 conditions:
   11248 (1) If any part of the source code for this software is distributed, then this
   11249 README file must be included, with this copyright and no-warranty notice
   11250 unaltered; and any additions, deletions, or changes to the original files
   11251 must be clearly indicated in accompanying documentation.
   11252 (2) If only executable code is distributed, then the accompanying
   11253 documentation must state that "this software is based in part on the work of
   11254 the Independent JPEG Group".
   11255 (3) Permission for use of this software is granted only if the user accepts
   11256 full responsibility for any undesirable consequences; the authors accept
   11257 NO LIABILITY for damages of any kind.
   11258 
   11259 These conditions apply to any software derived from or based on the IJG code,
   11260 not just to the unmodified library.  If you use our work, you ought to
   11261 acknowledge us.
   11262 
   11263 Permission is NOT granted for the use of any IJG author's name or company name
   11264 in advertising or publicity relating to this software or products derived from
   11265 it.  This software may be referred to only as "the Independent JPEG Group's
   11266 software".
   11267 
   11268 We specifically permit and encourage the use of this software as the basis of
   11269 commercial products, provided that all warranty or liability claims are
   11270 assumed by the product vendor.
   11271 
   11272 
   11273 ansi2knr.c is included in this distribution by permission of L. Peter Deutsch,
   11274 sole proprietor of its copyright holder, Aladdin Enterprises of Menlo Park, CA.
   11275 ansi2knr.c is NOT covered by the above copyright and conditions, but instead
   11276 by the usual distribution terms of the Free Software Foundation; principally,
   11277 that you must include source code if you redistribute it.  (See the file
   11278 ansi2knr.c for full details.)  However, since ansi2knr.c is not needed as part
   11279 of any program generated from the IJG code, this does not limit you more than
   11280 the foregoing paragraphs do.
   11281 
   11282 The Unix configuration script "configure" was produced with GNU Autoconf.
   11283 It is copyright by the Free Software Foundation but is freely distributable.
   11284 The same holds for its supporting scripts (config.guess, config.sub,
   11285 ltmain.sh).  Another support script, install-sh, is copyright by X Consortium
   11286 but is also freely distributable.
   11287 
   11288 The IJG distribution formerly included code to read and write GIF files.
   11289 To avoid entanglement with the Unisys LZW patent, GIF reading support has
   11290 been removed altogether, and the GIF writer has been simplified to produce
   11291 "uncompressed GIFs".  This technique does not use the LZW algorithm; the
   11292 resulting GIF files are larger than usual, but are readable by all standard
   11293 GIF decoders.
   11294 
   11295 We are required to state that
   11296     "The Graphics Interchange Format(c) is the Copyright property of
   11297     CompuServe Incorporated.  GIF(sm) is a Service Mark property of
   11298     CompuServe Incorporated."
   11299 
   11300 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   11301 
   11302 Scanned Source License libjpeg-turbo-1.2.0/release/License.rtf:
   11303 
   11304 {\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
   11305 {\fonttbl\f0\fswiss\fcharset0 Helvetica;}
   11306 {\colortbl;\red255\green255\blue255;}
   11307 {\*\listtable{\list\listtemplateid1\listhybrid{\listlevel\levelnfc23\levelnfcn23\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace360\levelindent0{\*\levelmarker \{disc\}}{\leveltext\leveltemplateid1\'01\uc0\u8226 ;}{\levelnumbers;}\fi-360\li720\lin720 }{\listname ;}\listid1}}
   11308 {\*\listoverridetable{\listoverride\listid1\listoverridecount0\ls1}}
   11309 \margl1440\margr1440\vieww9820\viewh8480\viewkind0
   11310 \deftab720
   11311 \pard\pardeftab720
   11312 
   11313 \f0\fs24 \cf0 Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:\
   11314 \
   11315 \pard\tx220\tx720\pardeftab720\li720\fi-720
   11316 \ls1\ilvl0\cf0 {\listtext	\'95	}Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.\
   11317 {\listtext	\'95	}Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.\
   11318 {\listtext	\'95	}Neither the name of the libjpeg-turbo Project nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.\
   11319 \pard\pardeftab720\qc
   11320 \cf0 \
   11321 \pard\pardeftab720
   11322 \cf0 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 HOLDERS 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.\
   11323 }
   11324 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   11325 
   11326 Scanned Source License libjpeg-turbo-1.2.0/release/copyright:
   11327 
   11328 libjpeg-turbo is released under a BSD-style license (see README and README-turbo.txt)
   11329 
   11330 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   11331 </pre>
   11332 <ul>
   11333 
   11334 </ul>
   11335 </div>
   11336 </div>
   11337 
   11338 
   11339 <div class="product">
   11340 <span class="title">libmbim-1.9.0</span>
   11341 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   11342 <span class="homepage"><a href="http://cgit.freedesktop.org/libmbim/">homepage</a></span>
   11343 <div class="licence">
   11344 <pre></pre>
   11345 <ul>
   11346 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
   11347 </ul>
   11348 </div>
   11349 </div>
   11350 
   11351 
   11352 <div class="product">
   11353 <span class="title">libmtp-0.0.1</span>
   11354 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   11355 <span class="homepage"><a href="http://libmtp.sourceforge.net/">homepage</a></span>
   11356 <div class="licence">
   11357 <pre></pre>
   11358 <ul>
   11359 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li>
   11360 </ul>
   11361 </div>
   11362 </div>
   11363 
   11364 
   11365 <div class="product">
   11366 <span class="title">libnetfilter_queue-1.0.1</span>
   11367 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   11368 <span class="homepage"><a href="http://www.netfilter.org/projects/libnetfilter_queue/">homepage</a></span>
   11369 <div class="licence">
   11370 <pre></pre>
   11371 <ul>
   11372 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
   11373 </ul>
   11374 </div>
   11375 </div>
   11376 
   11377 
   11378 <div class="product">
   11379 <span class="title">libnfnetlink-1.0.1</span>
   11380 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   11381 <span class="homepage"><a href="http://www.netfilter.org/projects/libnfnetlink/">homepage</a></span>
   11382 <div class="licence">
   11383 <pre></pre>
   11384 <ul>
   11385 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
   11386 </ul>
   11387 </div>
   11388 </div>
   11389 
   11390 
   11391 <div class="product">
   11392 <span class="title">libnih-1.0.3</span>
   11393 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   11394 <span class="homepage"><a href="https://launchpad.net/libnih">homepage</a></span>
   11395 <div class="licence">
   11396 <pre></pre>
   11397 <ul>
   11398 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
   11399 </ul>
   11400 </div>
   11401 </div>
   11402 
   11403 
   11404 <div class="product">
   11405 <span class="title">libnl-1.1</span>
   11406 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   11407 <span class="homepage"><a href="http://people.suug.ch/~tgr/libnl/">homepage</a></span>
   11408 <div class="licence">
   11409 <pre></pre>
   11410 <ul>
   11411 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li>
   11412 </ul>
   11413 </div>
   11414 </div>
   11415 
   11416 
   11417 <div class="product">
   11418 <span class="title">libnl-3.2.24</span>
   11419 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   11420 <span class="homepage"><a href="http://www.infradead.org/~tgr/libnl/">homepage</a></span>
   11421 <div class="licence">
   11422 <pre></pre>
   11423 <ul>
   11424 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li>
   11425 </ul>
   11426 </div>
   11427 </div>
   11428 
   11429 
   11430 <div class="product">
   11431 <span class="title">libp11-0.2.8</span>
   11432 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   11433 <span class="homepage"><a href="http://www.opensc-project.org/libp11/">homepage</a></span>
   11434 <div class="licence">
   11435 <pre></pre>
   11436 <ul>
   11437 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li>
   11438 </ul>
   11439 </div>
   11440 </div>
   11441 
   11442 
   11443 <div class="product">
   11444 <span class="title">libpcap-1.5.3</span>
   11445 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   11446 <span class="homepage"><a href="http://www.tcpdump.org/">homepage</a></span>
   11447 <div class="licence">
   11448 <pre>Scanned Source License libpcap-1.5.3/LICENSE:
   11449 
   11450 License: BSD
   11451  
   11452 Redistribution and use in source and binary forms, with or without
   11453 modification, are permitted provided that the following conditions
   11454 are met:
   11455   
   11456   1. Redistributions of source code must retain the above copyright
   11457      notice, this list of conditions and the following disclaimer.
   11458   2. Redistributions in binary form must reproduce the above copyright
   11459      notice, this list of conditions and the following disclaimer in
   11460      the documentation and/or other materials provided with the
   11461      distribution.
   11462   3. The names of the authors may not be used to endorse or promote
   11463      products derived from this software without specific prior
   11464      written permission.
   11465   
   11466 THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
   11467 IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
   11468 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
   11469 
   11470 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   11471 </pre>
   11472 <ul>
   11473 
   11474 </ul>
   11475 </div>
   11476 </div>
   11477 
   11478 
   11479 <div class="product">
   11480 <span class="title">libpciaccess-0.12.902</span>
   11481 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   11482 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span>
   11483 <div class="licence">
   11484 <pre>Scanned Source License libpciaccess-0.12.902/COPYING:
   11485 
   11486 (C) Copyright IBM Corporation 2006, 2007
   11487 (C) Copyright Eric Anholt 2006
   11488 Copyright (c) 2007, 2008, 2009, 2011, Oracle and/or its affiliates.
   11489 Copyright 2009 Red Hat, Inc.
   11490 All Rights Reserved.
   11491 
   11492 Permission is hereby granted, free of charge, to any person obtaining a copy
   11493 of this software and associated documentation files (the "Software"), to
   11494 deal in the Software without restriction, including without limitation on
   11495 the rights to use, copy, modify, merge, publish, distribute, sub license,
   11496 and/or sell copies of the Software, and to permit persons to whom the
   11497 Software is furnished to do so, subject to the following conditions:
   11498 
   11499 The above copyright notice and this permission notice (including the next
   11500 paragraph) shall be included in all copies or substantial portions of the
   11501 Software.
   11502 
   11503 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   11504 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   11505 FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.  IN NO EVENT SHALL
   11506 IBM AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
   11507 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
   11508 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
   11509 IN THE SOFTWARE.
   11510 
   11511 ------------------------------------------------------------------------------
   11512 
   11513 Copyright (c) 2008 Juan Romero Pardines
   11514 Copyright (c) 2008 Mark Kettenis
   11515 
   11516 Permission to use, copy, modify, and distribute this software for any
   11517 purpose with or without fee is hereby granted, provided that the above
   11518 copyright notice and this permission notice appear in all copies.
   11519 
   11520 THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
   11521 WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
   11522 MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
   11523 ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
   11524 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
   11525 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
   11526 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
   11527 
   11528 ------------------------------------------------------------------------------
   11529 
   11530 Copyright (C) 2000 The XFree86 Project, Inc.  All Rights Reserved.
   11531 
   11532 Permission is hereby granted, free of charge, to any person obtaining a copy
   11533 of this software and associated documentation files (the "Software"), to
   11534 deal in the Software without restriction, including without limitation the
   11535 rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
   11536 sell copies of the Software, and to permit persons to whom the Software is
   11537 furnished to do so, subject to the following conditions:
   11538 
   11539 The above copyright notice and this permission notice shall be included in
   11540 all copies or substantial portions of the Software.
   11541 
   11542 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   11543 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   11544 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
   11545 XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
   11546 IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
   11547 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
   11548 
   11549 Except as contained in this notice, the name of the XFree86 Project shall
   11550 not be used in advertising or otherwise to promote the sale, use or other
   11551 dealings in this Software without prior written authorization from the
   11552 XFree86 Project.
   11553 
   11554 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   11555 </pre>
   11556 <ul>
   11557 
   11558 </ul>
   11559 </div>
   11560 </div>
   11561 
   11562 
   11563 <div class="product">
   11564 <span class="title">libpcre-8.30</span>
   11565 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   11566 <span class="homepage"><a href="http://www.pcre.org/">homepage</a></span>
   11567 <div class="licence">
   11568 <pre>Scanned Source License pcre-8.30/COPYING:
   11569 
   11570 PCRE LICENCE
   11571 
   11572 Please see the file LICENCE in the PCRE distribution for licensing details.
   11573 
   11574 End
   11575 
   11576 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   11577 
   11578 Scanned Source License pcre-8.30/LICENCE:
   11579 
   11580 PCRE LICENCE
   11581 ------------
   11582 
   11583 PCRE is a library of functions to support regular expressions whose syntax
   11584 and semantics are as close as possible to those of the Perl 5 language.
   11585 
   11586 Release 8 of PCRE is distributed under the terms of the "BSD" licence, as
   11587 specified below. The documentation for PCRE, supplied in the "doc"
   11588 directory, is distributed under the same terms as the software itself.
   11589 
   11590 The basic library functions are written in C and are freestanding. Also
   11591 included in the distribution is a set of C++ wrapper functions, and a
   11592 just-in-time compiler that can be used to optimize pattern matching. These
   11593 are both optional features that can be omitted when the library is built.
   11594 
   11595 
   11596 THE BASIC LIBRARY FUNCTIONS
   11597 ---------------------------
   11598 
   11599 Written by:       Philip Hazel
   11600 Email local part: ph10
   11601 Email domain:     cam.ac.uk
   11602 
   11603 University of Cambridge Computing Service,
   11604 Cambridge, England.
   11605 
   11606 Copyright (c) 1997-2012 University of Cambridge
   11607 All rights reserved.
   11608 
   11609 
   11610 PCRE JUST-IN-TIME COMPILATION SUPPORT
   11611 -------------------------------------
   11612 
   11613 Written by:       Zoltan Herczeg
   11614 Email local part: hzmester
   11615 Emain domain:     freemail.hu
   11616 
   11617 Copyright(c) 2010-2012 Zoltan Herczeg
   11618 All rights reserved.
   11619 
   11620 
   11621 STACK-LESS JUST-IN-TIME COMPILER
   11622 --------------------------------
   11623 
   11624 Written by:       Zoltan Herczeg
   11625 Email local part: hzmester
   11626 Emain domain:     freemail.hu
   11627 
   11628 Copyright(c) 2009-2012 Zoltan Herczeg
   11629 All rights reserved.
   11630 
   11631 
   11632 THE C++ WRAPPER FUNCTIONS
   11633 -------------------------
   11634 
   11635 Contributed by:   Google Inc.
   11636 
   11637 Copyright (c) 2007-2012, Google Inc.
   11638 All rights reserved.
   11639 
   11640 
   11641 THE "BSD" LICENCE
   11642 -----------------
   11643 
   11644 Redistribution and use in source and binary forms, with or without
   11645 modification, are permitted provided that the following conditions are met:
   11646 
   11647     * Redistributions of source code must retain the above copyright notice,
   11648       this list of conditions and the following disclaimer.
   11649 
   11650     * Redistributions in binary form must reproduce the above copyright
   11651       notice, this list of conditions and the following disclaimer in the
   11652       documentation and/or other materials provided with the distribution.
   11653 
   11654     * Neither the name of the University of Cambridge nor the name of Google
   11655       Inc. nor the names of their contributors may be used to endorse or
   11656       promote products derived from this software without specific prior
   11657       written permission.
   11658 
   11659 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
   11660 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
   11661 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
   11662 ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
   11663 LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
   11664 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
   11665 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
   11666 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
   11667 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
   11668 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
   11669 POSSIBILITY OF SUCH DAMAGE.
   11670 
   11671 End
   11672 
   11673 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   11674 
   11675 Scanned Source License pcre-8.30/cmake/COPYING-CMAKE-SCRIPTS:
   11676 
   11677 Redistribution and use in source and binary forms, with or without
   11678 modification, are permitted provided that the following conditions
   11679 are met:
   11680 
   11681 1. Redistributions of source code must retain the copyright
   11682    notice, this list of conditions and the following disclaimer.
   11683 2. Redistributions in binary form must reproduce the copyright
   11684    notice, this list of conditions and the following disclaimer in the
   11685    documentation and/or other materials provided with the distribution.
   11686 3. The name of the author may not be used to endorse or promote products 
   11687    derived from this software without specific prior written permission.
   11688 
   11689 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
   11690 IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
   11691 OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
   11692 IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
   11693 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
   11694 NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
   11695 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
   11696 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
   11697 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
   11698 THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
   11699 
   11700 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   11701 </pre>
   11702 <ul>
   11703 
   11704 </ul>
   11705 </div>
   11706 </div>
   11707 
   11708 
   11709 <div class="product">
   11710 <span class="title">libpng-1.2.49</span>
   11711 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   11712 <span class="homepage"><a href="http://www.libpng.org/">homepage</a></span>
   11713 <div class="licence">
   11714 <pre>Scanned Source License libpng-1.2.49/LICENSE:
   11715 
   11716 
   11717 This copy of the libpng notices is provided for your convenience.  In case of
   11718 any discrepancy between this copy and the notices in the file png.h that is
   11719 included in the libpng distribution, the latter shall prevail.
   11720 
   11721 COPYRIGHT NOTICE, DISCLAIMER, and LICENSE:
   11722 
   11723 If you modify libpng you may insert additional notices immediately following
   11724 this sentence.
   11725 
   11726 This code is released under the libpng license.
   11727 
   11728 libpng versions 1.2.6, August 15, 2004, through 1.2.49, March 29, 2012, are
   11729 Copyright (c) 2004, 2006-2009 Glenn Randers-Pehrson, and are
   11730 distributed according to the same disclaimer and license as libpng-1.2.5
   11731 with the following individual added to the list of Contributing Authors
   11732 
   11733    Cosmin Truta
   11734 
   11735 libpng versions 1.0.7, July 1, 2000, through 1.2.5 - October 3, 2002, are
   11736 Copyright (c) 2000-2002 Glenn Randers-Pehrson, and are
   11737 distributed according to the same disclaimer and license as libpng-1.0.6
   11738 with the following individuals added to the list of Contributing Authors
   11739 
   11740    Simon-Pierre Cadieux
   11741    Eric S. Raymond
   11742    Gilles Vollant
   11743 
   11744 and with the following additions to the disclaimer:
   11745 
   11746    There is no warranty against interference with your enjoyment of the
   11747    library or against infringement.  There is no warranty that our
   11748    efforts or the library will fulfill any of your particular purposes
   11749    or needs.  This library is provided with all faults, and the entire
   11750    risk of satisfactory quality, performance, accuracy, and effort is with
   11751    the user.
   11752 
   11753 libpng versions 0.97, January 1998, through 1.0.6, March 20, 2000, are
   11754 Copyright (c) 1998, 1999 Glenn Randers-Pehrson, and are
   11755 distributed according to the same disclaimer and license as libpng-0.96,
   11756 with the following individuals added to the list of Contributing Authors:
   11757 
   11758    Tom Lane
   11759    Glenn Randers-Pehrson
   11760    Willem van Schaik
   11761 
   11762 libpng versions 0.89, June 1996, through 0.96, May 1997, are
   11763 Copyright (c) 1996, 1997 Andreas Dilger
   11764 Distributed according to the same disclaimer and license as libpng-0.88,
   11765 with the following individuals added to the list of Contributing Authors:
   11766 
   11767    John Bowler
   11768    Kevin Bracey
   11769    Sam Bushell
   11770    Magnus Holmgren
   11771    Greg Roelofs
   11772    Tom Tanner
   11773 
   11774 libpng versions 0.5, May 1995, through 0.88, January 1996, are
   11775 Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.
   11776 
   11777 For the purposes of this copyright and license, "Contributing Authors"
   11778 is defined as the following set of individuals:
   11779 
   11780    Andreas Dilger
   11781    Dave Martindale
   11782    Guy Eric Schalnat
   11783    Paul Schmidt
   11784    Tim Wegner
   11785 
   11786 The PNG Reference Library is supplied "AS IS".  The Contributing Authors
   11787 and Group 42, Inc. disclaim all warranties, expressed or implied,
   11788 including, without limitation, the warranties of merchantability and of
   11789 fitness for any purpose.  The Contributing Authors and Group 42, Inc.
   11790 assume no liability for direct, indirect, incidental, special, exemplary,
   11791 or consequential damages, which may result from the use of the PNG
   11792 Reference Library, even if advised of the possibility of such damage.
   11793 
   11794 Permission is hereby granted to use, copy, modify, and distribute this
   11795 source code, or portions hereof, for any purpose, without fee, subject
   11796 to the following restrictions:
   11797 
   11798 1. The origin of this source code must not be misrepresented.
   11799 
   11800 2. Altered versions must be plainly marked as such and must not
   11801    be misrepresented as being the original source.
   11802 
   11803 3. This Copyright notice may not be removed or altered from any
   11804    source or altered source distribution.
   11805 
   11806 The Contributing Authors and Group 42, Inc. specifically permit, without
   11807 fee, and encourage the use of this source code as a component to
   11808 supporting the PNG file format in commercial products.  If you use this
   11809 source code in a product, acknowledgment is not required but would be
   11810 appreciated.
   11811 
   11812 
   11813 A "png_get_copyright" function is available, for convenient use in "about"
   11814 boxes and the like:
   11815 
   11816    printf("%s",png_get_copyright(NULL));
   11817 
   11818 Also, the PNG logo (in PNG format, of course) is supplied in the
   11819 files "pngbar.png" and "pngbar.jpg (88x31) and "pngnow.png" (98x31).
   11820 
   11821 Libpng is OSI Certified Open Source Software.  OSI Certified Open Source is a
   11822 certification mark of the Open Source Initiative.
   11823 
   11824 Glenn Randers-Pehrson
   11825 glennrp at users.sourceforge.net
   11826 March 29, 2012
   11827 
   11828 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   11829 
   11830 Scanned Source License libpng-1.2.49/contrib/gregbook/COPYING:
   11831 
   11832 		    GNU GENERAL PUBLIC LICENSE
   11833 		       Version 2, June 1991
   11834 
   11835  Copyright (C) 1989, 1991 Free Software Foundation, Inc.
   11836      59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
   11837  Everyone is permitted to copy and distribute verbatim copies
   11838  of this license document, but changing it is not allowed.
   11839 
   11840 			    Preamble
   11841 
   11842   The licenses for most software are designed to take away your
   11843 freedom to share and change it.  By contrast, the GNU General Public
   11844 License is intended to guarantee your freedom to share and change free
   11845 software--to make sure the software is free for all its users.  This
   11846 General Public License applies to most of the Free Software
   11847 Foundation's software and to any other program whose authors commit to
   11848 using it.  (Some other Free Software Foundation software is covered by
   11849 the GNU Library General Public License instead.)  You can apply it to
   11850 your programs, too.
   11851 
   11852   When we speak of free software, we are referring to freedom, not
   11853 price.  Our General Public Licenses are designed to make sure that you
   11854 have the freedom to distribute copies of free software (and charge for
   11855 this service if you wish), that you receive source code or can get it
   11856 if you want it, that you can change the software or use pieces of it
   11857 in new free programs; and that you know you can do these things.
   11858 
   11859   To protect your rights, we need to make restrictions that forbid
   11860 anyone to deny you these rights or to ask you to surrender the rights.
   11861 These restrictions translate to certain responsibilities for you if you
   11862 distribute copies of the software, or if you modify it.
   11863 
   11864   For example, if you distribute copies of such a program, whether
   11865 gratis or for a fee, you must give the recipients all the rights that
   11866 you have.  You must make sure that they, too, receive or can get the
   11867 source code.  And you must show them these terms so they know their
   11868 rights.
   11869 
   11870   We protect your rights with two steps: (1) copyright the software, and
   11871 (2) offer you this license which gives you legal permission to copy,
   11872 distribute and/or modify the software.
   11873 
   11874   Also, for each author's protection and ours, we want to make certain
   11875 that everyone understands that there is no warranty for this free
   11876 software.  If the software is modified by someone else and passed on, we
   11877 want its recipients to know that what they have is not the original, so
   11878 that any problems introduced by others will not reflect on the original
   11879 authors' reputations.
   11880 
   11881   Finally, any free program is threatened constantly by software
   11882 patents.  We wish to avoid the danger that redistributors of a free
   11883 program will individually obtain patent licenses, in effect making the
   11884 program proprietary.  To prevent this, we have made it clear that any
   11885 patent must be licensed for everyone's free use or not licensed at all.
   11886 
   11887   The precise terms and conditions for copying, distribution and
   11888 modification follow.
   11889 
   11890 		    GNU GENERAL PUBLIC LICENSE
   11891    TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
   11892 
   11893   0. This License applies to any program or other work which contains
   11894 a notice placed by the copyright holder saying it may be distributed
   11895 under the terms of this General Public License.  The "Program", below,
   11896 refers to any such program or work, and a "work based on the Program"
   11897 means either the Program or any derivative work under copyright law:
   11898 that is to say, a work containing the Program or a portion of it,
   11899 either verbatim or with modifications and/or translated into another
   11900 language.  (Hereinafter, translation is included without limitation in
   11901 the term "modification".)  Each licensee is addressed as "you".
   11902 
   11903 Activities other than copying, distribution and modification are not
   11904 covered by this License; they are outside its scope.  The act of
   11905 running the Program is not restricted, and the output from the Program
   11906 is covered only if its contents constitute a work based on the
   11907 Program (independent of having been made by running the Program).
   11908 Whether that is true depends on what the Program does.
   11909 
   11910   1. You may copy and distribute verbatim copies of the Program's
   11911 source code as you receive it, in any medium, provided that you
   11912 conspicuously and appropriately publish on each copy an appropriate
   11913 copyright notice and disclaimer of warranty; keep intact all the
   11914 notices that refer to this License and to the absence of any warranty;
   11915 and give any other recipients of the Program a copy of this License
   11916 along with the Program.
   11917 
   11918 You may charge a fee for the physical act of transferring a copy, and
   11919 you may at your option offer warranty protection in exchange for a fee.
   11920 
   11921   2. You may modify your copy or copies of the Program or any portion
   11922 of it, thus forming a work based on the Program, and copy and
   11923 distribute such modifications or work under the terms of Section 1
   11924 above, provided that you also meet all of these conditions:
   11925 
   11926     a) You must cause the modified files to carry prominent notices
   11927     stating that you changed the files and the date of any change.
   11928 
   11929     b) You must cause any work that you distribute or publish, that in
   11930     whole or in part contains or is derived from the Program or any
   11931     part thereof, to be licensed as a whole at no charge to all third
   11932     parties under the terms of this License.
   11933 
   11934     c) If the modified program normally reads commands interactively
   11935     when run, you must cause it, when started running for such
   11936     interactive use in the most ordinary way, to print or display an
   11937     announcement including an appropriate copyright notice and a
   11938     notice that there is no warranty (or else, saying that you provide
   11939     a warranty) and that users may redistribute the program under
   11940     these conditions, and telling the user how to view a copy of this
   11941     License.  (Exception: if the Program itself is interactive but
   11942     does not normally print such an announcement, your work based on
   11943     the Program is not required to print an announcement.)
   11944 
   11945 These requirements apply to the modified work as a whole.  If
   11946 identifiable sections of that work are not derived from the Program,
   11947 and can be reasonably considered independent and separate works in
   11948 themselves, then this License, and its terms, do not apply to those
   11949 sections when you distribute them as separate works.  But when you
   11950 distribute the same sections as part of a whole which is a work based
   11951 on the Program, the distribution of the whole must be on the terms of
   11952 this License, whose permissions for other licensees extend to the
   11953 entire whole, and thus to each and every part regardless of who wrote it.
   11954 
   11955 Thus, it is not the intent of this section to claim rights or contest
   11956 your rights to work written entirely by you; rather, the intent is to
   11957 exercise the right to control the distribution of derivative or
   11958 collective works based on the Program.
   11959 
   11960 In addition, mere aggregation of another work not based on the Program
   11961 with the Program (or with a work based on the Program) on a volume of
   11962 a storage or distribution medium does not bring the other work under
   11963 the scope of this License.
   11964 
   11965   3. You may copy and distribute the Program (or a work based on it,
   11966 under Section 2) in object code or executable form under the terms of
   11967 Sections 1 and 2 above provided that you also do one of the following:
   11968 
   11969     a) Accompany it with the complete corresponding machine-readable
   11970     source code, which must be distributed under the terms of Sections
   11971     1 and 2 above on a medium customarily used for software interchange; or,
   11972 
   11973     b) Accompany it with a written offer, valid for at least three
   11974     years, to give any third party, for a charge no more than your
   11975     cost of physically performing source distribution, a complete
   11976     machine-readable copy of the corresponding source code, to be
   11977     distributed under the terms of Sections 1 and 2 above on a medium
   11978     customarily used for software interchange; or,
   11979 
   11980     c) Accompany it with the information you received as to the offer
   11981     to distribute corresponding source code.  (This alternative is
   11982     allowed only for noncommercial distribution and only if you
   11983     received the program in object code or executable form with such
   11984     an offer, in accord with Subsection b above.)
   11985 
   11986 The source code for a work means the preferred form of the work for
   11987 making modifications to it.  For an executable work, complete source
   11988 code means all the source code for all modules it contains, plus any
   11989 associated interface definition files, plus the scripts used to
   11990 control compilation and installation of the executable.  However, as a
   11991 special exception, the source code distributed need not include
   11992 anything that is normally distributed (in either source or binary
   11993 form) with the major components (compiler, kernel, and so on) of the
   11994 operating system on which the executable runs, unless that component
   11995 itself accompanies the executable.
   11996 
   11997 If distribution of executable or object code is made by offering
   11998 access to copy from a designated place, then offering equivalent
   11999 access to copy the source code from the same place counts as
   12000 distribution of the source code, even though third parties are not
   12001 compelled to copy the source along with the object code.
   12002 
   12003   4. You may not copy, modify, sublicense, or distribute the Program
   12004 except as expressly provided under this License.  Any attempt
   12005 otherwise to copy, modify, sublicense or distribute the Program is
   12006 void, and will automatically terminate your rights under this License.
   12007 However, parties who have received copies, or rights, from you under
   12008 this License will not have their licenses terminated so long as such
   12009 parties remain in full compliance.
   12010 
   12011   5. You are not required to accept this License, since you have not
   12012 signed it.  However, nothing else grants you permission to modify or
   12013 distribute the Program or its derivative works.  These actions are
   12014 prohibited by law if you do not accept this License.  Therefore, by
   12015 modifying or distributing the Program (or any work based on the
   12016 Program), you indicate your acceptance of this License to do so, and
   12017 all its terms and conditions for copying, distributing or modifying
   12018 the Program or works based on it.
   12019 
   12020   6. Each time you redistribute the Program (or any work based on the
   12021 Program), the recipient automatically receives a license from the
   12022 original licensor to copy, distribute or modify the Program subject to
   12023 these terms and conditions.  You may not impose any further
   12024 restrictions on the recipients' exercise of the rights granted herein.
   12025 You are not responsible for enforcing compliance by third parties to
   12026 this License.
   12027 
   12028   7. If, as a consequence of a court judgment or allegation of patent
   12029 infringement or for any other reason (not limited to patent issues),
   12030 conditions are imposed on you (whether by court order, agreement or
   12031 otherwise) that contradict the conditions of this License, they do not
   12032 excuse you from the conditions of this License.  If you cannot
   12033 distribute so as to satisfy simultaneously your obligations under this
   12034 License and any other pertinent obligations, then as a consequence you
   12035 may not distribute the Program at all.  For example, if a patent
   12036 license would not permit royalty-free redistribution of the Program by
   12037 all those who receive copies directly or indirectly through you, then
   12038 the only way you could satisfy both it and this License would be to
   12039 refrain entirely from distribution of the Program.
   12040 
   12041 If any portion of this section is held invalid or unenforceable under
   12042 any particular circumstance, the balance of the section is intended to
   12043 apply and the section as a whole is intended to apply in other
   12044 circumstances.
   12045 
   12046 It is not the purpose of this section to induce you to infringe any
   12047 patents or other property right claims or to contest validity of any
   12048 such claims; this section has the sole purpose of protecting the
   12049 integrity of the free software distribution system, which is
   12050 implemented by public license practices.  Many people have made
   12051 generous contributions to the wide range of software distributed
   12052 through that system in reliance on consistent application of that
   12053 system; it is up to the author/donor to decide if he or she is willing
   12054 to distribute software through any other system and a licensee cannot
   12055 impose that choice.
   12056 
   12057 This section is intended to make thoroughly clear what is believed to
   12058 be a consequence of the rest of this License.
   12059 
   12060   8. If the distribution and/or use of the Program is restricted in
   12061 certain countries either by patents or by copyrighted interfaces, the
   12062 original copyright holder who places the Program under this License
   12063 may add an explicit geographical distribution limitation excluding
   12064 those countries, so that distribution is permitted only in or among
   12065 countries not thus excluded.  In such case, this License incorporates
   12066 the limitation as if written in the body of this License.
   12067 
   12068   9. The Free Software Foundation may publish revised and/or new versions
   12069 of the General Public License from time to time.  Such new versions will
   12070 be similar in spirit to the present version, but may differ in detail to
   12071 address new problems or concerns.
   12072 
   12073 Each version is given a distinguishing version number.  If the Program
   12074 specifies a version number of this License which applies to it and "any
   12075 later version", you have the option of following the terms and conditions
   12076 either of that version or of any later version published by the Free
   12077 Software Foundation.  If the Program does not specify a version number of
   12078 this License, you may choose any version ever published by the Free Software
   12079 Foundation.
   12080 
   12081   10. If you wish to incorporate parts of the Program into other free
   12082 programs whose distribution conditions are different, write to the author
   12083 to ask for permission.  For software which is copyrighted by the Free
   12084 Software Foundation, write to the Free Software Foundation; we sometimes
   12085 make exceptions for this.  Our decision will be guided by the two goals
   12086 of preserving the free status of all derivatives of our free software and
   12087 of promoting the sharing and reuse of software generally.
   12088 
   12089 			    NO WARRANTY
   12090 
   12091   11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
   12092 FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.  EXCEPT WHEN
   12093 OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
   12094 PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
   12095 OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
   12096 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  THE ENTIRE RISK AS
   12097 TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU.  SHOULD THE
   12098 PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
   12099 REPAIR OR CORRECTION.
   12100 
   12101   12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
   12102 WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
   12103 REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
   12104 INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
   12105 OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
   12106 TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
   12107 YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
   12108 PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
   12109 POSSIBILITY OF SUCH DAMAGES.
   12110 
   12111 		     END OF TERMS AND CONDITIONS
   12112 
   12113 	    How to Apply These Terms to Your New Programs
   12114 
   12115   If you develop a new program, and you want it to be of the greatest
   12116 possible use to the public, the best way to achieve this is to make it
   12117 free software which everyone can redistribute and change under these terms.
   12118 
   12119   To do so, attach the following notices to the program.  It is safest
   12120 to attach them to the start of each source file to most effectively
   12121 convey the exclusion of warranty; and each file should have at least
   12122 the "copyright" line and a pointer to where the full notice is found.
   12123 
   12124     &lt;one line to give the program's name and a brief idea of what it does.&gt;
   12125     Copyright (C) &lt;year&gt;  &lt;name of author&gt;
   12126 
   12127     This program is free software; you can redistribute it and/or modify
   12128     it under the terms of the GNU General Public License as published by
   12129     the Free Software Foundation; either version 2 of the License, or
   12130     (at your option) any later version.
   12131 
   12132     This program is distributed in the hope that it will be useful,
   12133     but WITHOUT ANY WARRANTY; without even the implied warranty of
   12134     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   12135     GNU General Public License for more details.
   12136 
   12137     You should have received a copy of the GNU General Public License
   12138     along with this program; if not, write to the Free Software
   12139     Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
   12140 
   12141 
   12142 Also add information on how to contact you by electronic and paper mail.
   12143 
   12144 If the program is interactive, make it output a short notice like this
   12145 when it starts in an interactive mode:
   12146 
   12147     Gnomovision version 69, Copyright (C) year  name of author
   12148     Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
   12149     This is free software, and you are welcome to redistribute it
   12150     under certain conditions; type `show c' for details.
   12151 
   12152 The hypothetical commands `show w' and `show c' should show the appropriate
   12153 parts of the General Public License.  Of course, the commands you use may
   12154 be called something other than `show w' and `show c'; they could even be
   12155 mouse-clicks or menu items--whatever suits your program.
   12156 
   12157 You should also get your employer (if you work as a programmer) or your
   12158 school, if any, to sign a "copyright disclaimer" for the program, if
   12159 necessary.  Here is a sample; alter the names:
   12160 
   12161   Yoyodyne, Inc., hereby disclaims all copyright interest in the program
   12162   `Gnomovision' (which makes passes at compilers) written by James Hacker.
   12163 
   12164   &lt;signature of Ty Coon&gt;, 1 April 1989
   12165   Ty Coon, President of Vice
   12166 
   12167 This General Public License does not permit incorporating your program into
   12168 proprietary programs.  If your program is a subroutine library, you may
   12169 consider it more useful to permit linking proprietary applications with the
   12170 library.  If this is what you want to do, use the GNU Library General
   12171 Public License instead of this License.
   12172 
   12173 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   12174 
   12175 Scanned Source License libpng-1.2.49/contrib/gregbook/LICENSE:
   12176 
   12177   ---------------------------------------------------------------------------
   12178 
   12179       Copyright (c) 1998-2008 Greg Roelofs.  All rights reserved.
   12180 
   12181       This software is provided "as is," without warranty of any kind,
   12182       express or implied.  In no event shall the author or contributors
   12183       be held liable for any damages arising in any way from the use of
   12184       this software.
   12185 
   12186       The contents of this file are DUAL-LICENSED.  You may modify and/or
   12187       redistribute this software according to the terms of one of the
   12188       following two licenses (at your option):
   12189 
   12190 
   12191       LICENSE 1 ("BSD-like with advertising clause"):
   12192 
   12193       Permission is granted to anyone to use this software for any purpose,
   12194       including commercial applications, and to alter it and redistribute
   12195       it freely, subject to the following restrictions:
   12196 
   12197       1. Redistributions of source code must retain the above copyright
   12198          notice, disclaimer, and this list of conditions.
   12199       2. Redistributions in binary form must reproduce the above copyright
   12200          notice, disclaimer, and this list of conditions in the documenta-
   12201          tion and/or other materials provided with the distribution.
   12202       3. All advertising materials mentioning features or use of this
   12203          software must display the following acknowledgment:
   12204 
   12205             This product includes software developed by Greg Roelofs
   12206             and contributors for the book, "PNG: The Definitive Guide,"
   12207             published by O'Reilly and Associates.
   12208 
   12209 
   12210       LICENSE 2 (GNU GPL v2 or later):
   12211 
   12212       This program is free software; you can redistribute it and/or modify
   12213       it under the terms of the GNU General Public License as published by
   12214       the Free Software Foundation; either version 2 of the License, or
   12215       (at your option) any later version.
   12216 
   12217       This program is distributed in the hope that it will be useful,
   12218       but WITHOUT ANY WARRANTY; without even the implied warranty of
   12219       MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   12220       GNU General Public License for more details.
   12221 
   12222       You should have received a copy of the GNU General Public License
   12223       along with this program; if not, write to the Free Software Foundation,
   12224       Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
   12225 
   12226   ---------------------------------------------------------------------------
   12227 
   12228 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   12229 </pre>
   12230 <ul>
   12231 <li><a href='#as-is'>Gentoo Package Stock License as-is</a></li>
   12232 </ul>
   12233 </div>
   12234 </div>
   12235 
   12236 
   12237 <div class="product">
   12238 <span class="title">libpthread-stubs-0.1</span>
   12239 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   12240 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span>
   12241 <div class="licence">
   12242 <pre>Scanned Source License libpthread-stubs-0.1/COPYING:
   12243 
   12244 Permission is hereby granted, free of charge, to any person obtaining a
   12245 copy of this software and associated documentation files (the "Software"),
   12246 to deal in the Software without restriction, including without limitation
   12247 the rights to use, copy, modify, merge, publish, distribute, sublicense,
   12248 and/or sell copies of the Software, and to permit persons to whom the
   12249 Software is furnished to do so, subject to the following conditions:
   12250 
   12251 The above copyright notice and this permission notice shall be included in
   12252 all copies or substantial portions of the Software.
   12253 
   12254 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   12255 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   12256 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
   12257 AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
   12258 ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
   12259 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
   12260 
   12261 Except as contained in this notice, the names of the authors or their
   12262 institutions shall not be used in advertising or otherwise to promote the
   12263 sale, use or other dealings in this Software without prior written
   12264 authorization from the authors.
   12265 
   12266 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   12267 </pre>
   12268 <ul>
   12269 
   12270 </ul>
   12271 </div>
   12272 </div>
   12273 
   12274 
   12275 <div class="product">
   12276 <span class="title">libscrypt-1.1.6</span>
   12277 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   12278 <span class="homepage"><a href="http://www.tarsnap.com/scrypt.html">homepage</a></span>
   12279 <div class="licence">
   12280 <pre></pre>
   12281 <ul>
   12282 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li>
   12283 </ul>
   12284 </div>
   12285 </div>
   12286 
   12287 
   12288 <div class="product">
   12289 <span class="title">libSM-1.2.0</span>
   12290 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   12291 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span>
   12292 <div class="licence">
   12293 <pre>Scanned Source License libSM-1.2.0/COPYING:
   12294 
   12295 Copyright 2002 Sun Microsystems, Inc.  All rights reserved.
   12296 
   12297 Permission is hereby granted, free of charge, to any person obtaining a
   12298 copy of this software and associated documentation files (the "Software"),
   12299 to deal in the Software without restriction, including without limitation
   12300 the rights to use, copy, modify, merge, publish, distribute, sublicense,
   12301 and/or sell copies of the Software, and to permit persons to whom the
   12302 Software is furnished to do so, subject to the following conditions:
   12303 
   12304 The above copyright notice and this permission notice (including the next
   12305 paragraph) shall be included in all copies or substantial portions of the
   12306 Software.
   12307 
   12308 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   12309 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   12310 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
   12311 THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
   12312 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
   12313 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
   12314 DEALINGS IN THE SOFTWARE.
   12315 
   12316 Copyright 1993, 1998  The Open Group
   12317 
   12318 Permission to use, copy, modify, distribute, and sell this software and its
   12319 documentation for any purpose is hereby granted without fee, provided that
   12320 the above copyright notice appear in all copies and that both that
   12321 copyright notice and this permission notice appear in supporting
   12322 documentation.
   12323 
   12324 The above copyright notice and this permission notice shall be included in
   12325 all copies or substantial portions of the Software.
   12326 
   12327 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   12328 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   12329 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
   12330 OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
   12331 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
   12332 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
   12333 
   12334 Except as contained in this notice, the name of The Open Group shall not be
   12335 used in advertising or otherwise to promote the sale, use or other dealings
   12336 in this Software without prior written authorization from The Open Group.
   12337 
   12338 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   12339 </pre>
   12340 <ul>
   12341 
   12342 </ul>
   12343 </div>
   12344 </div>
   12345 
   12346 
   12347 <div class="product">
   12348 <span class="title">libtool-2.4.2</span>
   12349 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   12350 <span class="homepage"><a href="http://www.gnu.org/software/libtool/">homepage</a></span>
   12351 <div class="licence">
   12352 <pre></pre>
   12353 <ul>
   12354 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
   12355 </ul>
   12356 </div>
   12357 </div>
   12358 
   12359 
   12360 <div class="product">
   12361 <span class="title">libusb-1.0.18</span>
   12362 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   12363 <span class="homepage"><a href="http://libusb.sourceforge.net/">homepage</a></span>
   12364 <div class="licence">
   12365 <pre></pre>
   12366 <ul>
   12367 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li>
   12368 </ul>
   12369 </div>
   12370 </div>
   12371 
   12372 
   12373 <div class="product">
   12374 <span class="title">libusb-compat-0.1.5</span>
   12375 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   12376 <span class="homepage"><a href="http://libusb.sourceforge.net/">homepage</a></span>
   12377 <div class="licence">
   12378 <pre></pre>
   12379 <ul>
   12380 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li>
   12381 </ul>
   12382 </div>
   12383 </div>
   12384 
   12385 
   12386 <div class="product">
   12387 <span class="title">libv4l-0.8.8</span>
   12388 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   12389 <span class="homepage"><a href="http://git.linuxtv.org/v4l-utils.git">homepage</a></span>
   12390 <div class="licence">
   12391 <pre></pre>
   12392 <ul>
   12393 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li>
   12394 </ul>
   12395 </div>
   12396 </div>
   12397 
   12398 
   12399 <div class="product">
   12400 <span class="title">libva-1.3.1</span>
   12401 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   12402 <span class="homepage"><a href="http://www.freedesktop.org/wiki/Software/vaapi">homepage</a></span>
   12403 <div class="licence">
   12404 <pre>Scanned Source License libva-1.3.1/COPYING:
   12405 
   12406     Permission is hereby granted, free of charge, to any person obtaining a
   12407     copy of this software and associated documentation files (the
   12408     "Software"), to deal in the Software without restriction, including
   12409     without limitation the rights to use, copy, modify, merge, publish,
   12410     distribute, sub license, and/or sell copies of the Software, and to
   12411     permit persons to whom the Software is furnished to do so, subject to
   12412     the following conditions:
   12413 
   12414     The above copyright notice and this permission notice (including the
   12415     next paragraph) shall be included in all copies or substantial portions
   12416     of the Software.
   12417 
   12418     THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
   12419     OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
   12420     MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.
   12421     IN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR
   12422     ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
   12423     TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
   12424     SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
   12425 
   12426 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   12427 
   12428 Scanned Source License libva-1.3.1/debian.upstream/copyright:
   12429 
   12430 This package was debianized by Waldo Bastian &lt;waldo.bastian (a] intel.com&gt; on
   12431 Mon, 18 Jun 2007 21:35:31 -0700.
   12432 
   12433 It was downloaded from &lt;url://example.com&gt;
   12434 
   12435 Upstream Author(s): 
   12436 
   12437     Waldo Bastian &lt;waldo.bastian (a] intel.com&gt;
   12438     Jonathan Bian &lt;jonathan.bian (a] intel.com&gt;
   12439 
   12440 Copyright: 
   12441 
   12442     (C) Copyright IBM Corporation 2004
   12443     Copyright 1998-1999 Precision Insight, Inc., Cedar Park, Texas.
   12444     Copyright 2000 VA Linux Systems, Inc.
   12445     Copyright 2007 Intel Corportation
   12446 
   12447 License:
   12448 
   12449     Permission is hereby granted, free of charge, to any person obtaining a
   12450     copy of this software and associated documentation files (the
   12451     "Software"), to deal in the Software without restriction, including
   12452     without limitation the rights to use, copy, modify, merge, publish,
   12453     distribute, sub license, and/or sell copies of the Software, and to
   12454     permit persons to whom the Software is furnished to do so, subject to
   12455     the following conditions:
   12456     
   12457     The above copyright notice and this permission notice (including the
   12458     next paragraph) shall be included in all copies or substantial portions
   12459     of the Software.
   12460     
   12461     THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
   12462     OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
   12463     MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.
   12464     IN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR
   12465     ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
   12466     TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
   12467     SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
   12468 
   12469 The Debian packaging is (C) 2007, Intel Corporation and
   12470 is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
   12471 
   12472 # Please also look if there are files or directories which have a
   12473 # different copyright/license attached and list them here.
   12474 
   12475 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   12476 </pre>
   12477 <ul>
   12478 
   12479 </ul>
   12480 </div>
   12481 </div>
   12482 
   12483 
   12484 <div class="product">
   12485 <span class="title">libva-intel-driver-1.3.1</span>
   12486 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   12487 <span class="homepage"><a href="http://www.freedesktop.org/wiki/Software/vaapi">homepage</a></span>
   12488 <div class="licence">
   12489 <pre>Scanned Source License libva-intel-driver-1.3.1/COPYING:
   12490 
   12491     Permission is hereby granted, free of charge, to any person obtaining a
   12492     copy of this software and associated documentation files (the
   12493     "Software"), to deal in the Software without restriction, including
   12494     without limitation the rights to use, copy, modify, merge, publish,
   12495     distribute, sub license, and/or sell copies of the Software, and to
   12496     permit persons to whom the Software is furnished to do so, subject to
   12497     the following conditions:
   12498 
   12499     The above copyright notice and this permission notice (including the
   12500     next paragraph) shall be included in all copies or substantial portions
   12501     of the Software.
   12502 
   12503     THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
   12504     OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
   12505     MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.
   12506     IN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR
   12507     ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
   12508     TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
   12509     SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
   12510 
   12511 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   12512 
   12513 Scanned Source License libva-intel-driver-1.3.1/debian.upstream/copyright:
   12514 
   12515 This package is maintained by:
   12516 Gwenole Beauchesne &lt;gwenole.beauchesne (a] intel.com&gt;
   12517 
   12518 
   12519 License:
   12520 
   12521     Permission is hereby granted, free of charge, to any person obtaining a
   12522     copy of this software and associated documentation files (the
   12523     "Software"), to deal in the Software without restriction, including
   12524     without limitation the rights to use, copy, modify, merge, publish,
   12525     distribute, sub license, and/or sell copies of the Software, and to
   12526     permit persons to whom the Software is furnished to do so, subject to
   12527     the following conditions:
   12528 
   12529     The above copyright notice and this permission notice (including the
   12530     next paragraph) shall be included in all copies or substantial portions
   12531     of the Software.
   12532 
   12533     THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
   12534     OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
   12535     MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.
   12536     IN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR
   12537     ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
   12538     TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
   12539     SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
   12540 
   12541 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   12542 </pre>
   12543 <ul>
   12544 
   12545 </ul>
   12546 </div>
   12547 </div>
   12548 
   12549 
   12550 <div class="product">
   12551 <span class="title">libX11-1.6.0</span>
   12552 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   12553 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span>
   12554 <div class="licence">
   12555 <pre>Scanned Source License libX11-1.6.0/COPYING:
   12556 
   12557 The following is the 'standard copyright' agreed upon by most contributors,
   12558 and is currently the canonical license preferred by the X.Org Foundation.
   12559 This is a slight variant of the common MIT license form published by the
   12560 Open Source Initiative at http://www.opensource.org/licenses/mit-license.php
   12561 
   12562 Copyright holders of new code should use this license statement where
   12563 possible, and insert their name to this list.  Please sort by surname
   12564 for people, and by the full name for other entities (e.g.  Juliusz
   12565 Chroboczek sorts before Intel Corporation sorts before Daniel Stone).
   12566 
   12567 See each individual source file or directory for the license that applies
   12568 to that file.
   12569 
   12570 Copyright (C) 2003-2006,2008 Jamey Sharp, Josh Triplett
   12571 Copyright  2009 Red Hat, Inc.
   12572 Copyright 1990-1992,1999,2000,2004,2009,2010 Oracle and/or its affiliates.
   12573 All rights reserved.
   12574 
   12575 Permission is hereby granted, free of charge, to any person obtaining a
   12576 copy of this software and associated documentation files (the "Software"),
   12577 to deal in the Software without restriction, including without limitation
   12578 the rights to use, copy, modify, merge, publish, distribute, sublicense,
   12579 and/or sell copies of the Software, and to permit persons to whom the
   12580 Software is furnished to do so, subject to the following conditions:
   12581 
   12582 The above copyright notice and this permission notice (including the next
   12583 paragraph) shall be included in all copies or substantial portions of the
   12584 Software.
   12585 
   12586 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   12587 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   12588 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
   12589 THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
   12590 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
   12591 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
   12592 DEALINGS IN THE SOFTWARE.
   12593 
   12594  ----------------------------------------------------------------------
   12595 
   12596 The following licenses are 'legacy' - usually MIT/X11 licenses with the name
   12597 of the copyright holder(s) in the license statement:
   12598 
   12599 Copyright 1984-1994, 1998 The Open Group
   12600 
   12601 Permission to use, copy, modify, distribute, and sell this software and its
   12602 documentation for any purpose is hereby granted without fee, provided that
   12603 the above copyright notice appear in all copies and that both that
   12604 copyright notice and this permission notice appear in supporting
   12605 documentation.
   12606 
   12607 The above copyright notice and this permission notice shall be included in
   12608 all copies or substantial portions of the Software.
   12609 
   12610 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   12611 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   12612 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
   12613 OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
   12614 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
   12615 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
   12616 
   12617 Except as contained in this notice, the name of The Open Group shall not be
   12618 used in advertising or otherwise to promote the sale, use or other dealings
   12619 in this Software without prior written authorization from The Open Group.
   12620 
   12621 X Window System is a trademark of The Open Group.
   12622 
   12623 		----------------------------------------
   12624 
   12625 Copyright 1985, 1986, 1987, 1988, 1989, 1990, 1991, 1994, 1996 X Consortium
   12626 Copyright 2000 The XFree86 Project, Inc.
   12627 
   12628 Permission is hereby granted, free of charge, to any person obtaining
   12629 a copy of this software and associated documentation files (the
   12630 "Software"), to deal in the Software without restriction, including
   12631 without limitation the rights to use, copy, modify, merge, publish,
   12632 distribute, sublicense, and/or sell copies of the Software, and to
   12633 permit persons to whom the Software is furnished to do so, subject to
   12634 the following conditions:
   12635 
   12636 The above copyright notice and this permission notice shall be included
   12637 in all copies or substantial portions of the Software.
   12638 
   12639 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
   12640 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
   12641 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
   12642 IN NO EVENT SHALL THE X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR
   12643 OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
   12644 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
   12645 OTHER DEALINGS IN THE SOFTWARE.
   12646 
   12647 Except as contained in this notice, the name of the X Consortium shall
   12648 not be used in advertising or otherwise to promote the sale, use or
   12649 other dealings in this Software without prior written authorization
   12650 from the X Consortium.
   12651 
   12652 Copyright 1985, 1986, 1987, 1988, 1989, 1990, 1991 by
   12653 Digital Equipment Corporation
   12654 
   12655 Portions Copyright 1990, 1991 by Tektronix, Inc.
   12656 
   12657 Permission to use, copy, modify and distribute this documentation for
   12658 any purpose and without fee is hereby granted, provided that the above
   12659 copyright notice appears in all copies and that both that copyright notice
   12660 and this permission notice appear in all copies, and that the names of
   12661 Digital and Tektronix not be used in in advertising or publicity pertaining
   12662 to this documentation without specific, written prior permission.
   12663 Digital and Tektronix makes no representations about the suitability
   12664 of this documentation for any purpose.
   12665 It is provided ``as is'' without express or implied warranty.
   12666 
   12667 		----------------------------------------
   12668 
   12669 Copyright (c) 1999-2000  Free Software Foundation, Inc.
   12670 
   12671 Permission is hereby granted, free of charge, to any person obtaining a copy
   12672 of this software and associated documentation files (the "Software"), to deal
   12673 in the Software without restriction, including without limitation the rights
   12674 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
   12675 copies of the Software, and to permit persons to whom the Software is
   12676 furnished to do so, subject to the following conditions:
   12677 
   12678 The above copyright notice and this permission notice shall be included in
   12679 all copies or substantial portions of the Software.
   12680 
   12681 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   12682 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   12683 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
   12684 FREE SOFTWARE FOUNDATION BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
   12685 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
   12686 IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
   12687 
   12688 Except as contained in this notice, the name of the Free Software Foundation
   12689 shall not be used in advertising or otherwise to promote the sale, use or
   12690 other dealings in this Software without prior written authorization from the
   12691 Free Software Foundation.
   12692 
   12693 		----------------------------------------
   12694 
   12695 Code and supporting documentation (c) Copyright 1990 1991 Tektronix, Inc.
   12696 	All Rights Reserved
   12697 
   12698 This file is a component of an X Window System-specific implementation
   12699 of Xcms based on the TekColor Color Management System.  TekColor is a
   12700 trademark of Tektronix, Inc.  The term "TekHVC" designates a particular
   12701 color space that is the subject of U.S. Patent No. 4,985,853 (equivalent
   12702 foreign patents pending).  Permission is hereby granted to use, copy,
   12703 modify, sell, and otherwise distribute this software and its
   12704 documentation for any purpose and without fee, provided that:
   12705 
   12706 1. This copyright, permission, and disclaimer notice is reproduced in
   12707    all copies of this software and any modification thereof and in
   12708    supporting documentation;
   12709 2. Any color-handling application which displays TekHVC color
   12710    cooordinates identifies these as TekHVC color coordinates in any
   12711    interface that displays these coordinates and in any associated
   12712    documentation;
   12713 3. The term "TekHVC" is always used, and is only used, in association
   12714    with the mathematical derivations of the TekHVC Color Space,
   12715    including those provided in this file and any equivalent pathways and
   12716    mathematical derivations, regardless of digital (e.g., floating point
   12717    or integer) representation.
   12718 
   12719 Tektronix makes no representation about the suitability of this software
   12720 for any purpose.  It is provided "as is" and with all faults.
   12721 
   12722 TEKTRONIX DISCLAIMS ALL WARRANTIES APPLICABLE TO THIS SOFTWARE,
   12723 INCLUDING THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
   12724 PARTICULAR PURPOSE.  IN NO EVENT SHALL TEKTRONIX BE LIABLE FOR ANY
   12725 SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER
   12726 RESULTING FROM LOSS OF USE, DATA, OR PROFITS, WHETHER IN AN ACTION OF
   12727 CONTRACT, NEGLIGENCE, OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
   12728 CONNECTION WITH THE USE OR THE PERFORMANCE OF THIS SOFTWARE.
   12729 
   12730 		----------------------------------------
   12731 
   12732 (c) Copyright 1995 FUJITSU LIMITED
   12733 This is source code modified by FUJITSU LIMITED under the Joint
   12734 Development Agreement for the CDE/Motif PST.
   12735 
   12736 		----------------------------------------
   12737 
   12738 Copyright 1992 by Oki Technosystems Laboratory, Inc.
   12739 Copyright 1992 by Fuji Xerox Co., Ltd.
   12740 
   12741 Permission to use, copy, modify, distribute, and sell this software
   12742 and its documentation for any purpose is hereby granted without fee,
   12743 provided that the above copyright notice appear in all copies and
   12744 that both that copyright notice and this permission notice appear
   12745 in supporting documentation, and that the name of Oki Technosystems
   12746 Laboratory and Fuji Xerox not be used in advertising or publicity
   12747 pertaining to distribution of the software without specific, written
   12748 prior permission.
   12749 Oki Technosystems Laboratory and Fuji Xerox make no representations
   12750 about the suitability of this software for any purpose.  It is provided
   12751 "as is" without express or implied warranty.
   12752 
   12753 OKI TECHNOSYSTEMS LABORATORY AND FUJI XEROX DISCLAIM ALL WARRANTIES
   12754 WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF
   12755 MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL OKI TECHNOSYSTEMS
   12756 LABORATORY AND FUJI XEROX BE LIABLE FOR ANY SPECIAL, INDIRECT OR
   12757 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
   12758 OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
   12759 OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE
   12760 OR PERFORMANCE OF THIS SOFTWARE.
   12761 
   12762 		----------------------------------------
   12763 
   12764 Copyright 1990, 1991, 1992, 1993, 1994 by FUJITSU LIMITED
   12765 
   12766 Permission to use, copy, modify, distribute, and sell this software
   12767 and its documentation for any purpose is hereby granted without fee,
   12768 provided that the above copyright notice appear in all copies and
   12769 that both that copyright notice and this permission notice appear
   12770 in supporting documentation, and that the name of FUJITSU LIMITED
   12771 not be used in advertising or publicity pertaining to distribution
   12772 of the software without specific, written prior permission.
   12773 FUJITSU LIMITED makes no representations about the suitability of
   12774 this software for any purpose.
   12775 It is provided "as is" without express or implied warranty.
   12776 
   12777 FUJITSU LIMITED DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
   12778 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
   12779 EVENT SHALL FUJITSU LIMITED BE LIABLE FOR ANY SPECIAL, INDIRECT OR
   12780 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF
   12781 USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
   12782 OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
   12783 PERFORMANCE OF THIS SOFTWARE.
   12784 
   12785 		----------------------------------------
   12786 
   12787 
   12788 Copyright (c) 1995 David E. Wexelblat.  All rights reserved
   12789 
   12790 Permission is hereby granted, free of charge, to any person obtaining
   12791 a copy of this software and associated documentation files (the
   12792 "Software"), to deal in the Software without restriction, including
   12793 without limitation the rights to use, copy, modify, merge, publish,
   12794 distribute, sublicense, and/or sell copies of the Software, and to
   12795 permit persons to whom the Software is furnished to do so, subject to
   12796 the following conditions:
   12797 
   12798 The above copyright notice and this permission notice shall be included
   12799 in all copies or substantial portions of the Software.
   12800 
   12801 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
   12802 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
   12803 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
   12804 IN NO EVENT SHALL DAVID E. WEXELBLAT BE LIABLE FOR ANY CLAIM, DAMAGES OR
   12805 OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
   12806 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
   12807 OTHER DEALINGS IN THE SOFTWARE.
   12808 
   12809 Except as contained in this notice, the name of David E. Wexelblat shall
   12810 not be used in advertising or otherwise to promote the sale, use or
   12811 other dealings in this Software without prior written authorization
   12812 from David E. Wexelblat.
   12813 
   12814 		----------------------------------------
   12815 
   12816 Copyright 1990, 1991 by OMRON Corporation
   12817 
   12818 Permission to use, copy, modify, distribute, and sell this software and its
   12819 documentation for any purpose is hereby granted without fee, provided that
   12820 the above copyright notice appear in all copies and that both that
   12821 copyright notice and this permission notice appear in supporting
   12822 documentation, and that the name OMRON not be used in
   12823 advertising or publicity pertaining to distribution of the software without
   12824 specific, written prior permission.  OMRON makes no representations
   12825 about the suitability of this software for any purpose.  It is provided
   12826 "as is" without express or implied warranty.
   12827 
   12828 OMRON DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
   12829 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
   12830 EVENT SHALL OMRON BE LIABLE FOR ANY SPECIAL, INDIRECT OR
   12831 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
   12832 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
   12833 TORTUOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
   12834 PERFORMANCE OF THIS SOFTWARE.
   12835 
   12836 		----------------------------------------
   12837 
   12838 Copyright 1985, 1986, 1987, 1988, 1989, 1990, 1991 by
   12839 Digital Equipment Corporation
   12840 
   12841 Portions Copyright 1990, 1991 by Tektronix, Inc
   12842 
   12843 Rewritten for X.org by Chris Lee &lt;clee (a] freedesktop.org&gt;
   12844 
   12845 Permission to use, copy, modify, distribute, and sell this documentation
   12846 for any purpose and without fee is hereby granted, provided that the above
   12847 copyright notice and this permission notice appear in all copies.
   12848 Chris Lee makes no representations about the suitability for any purpose
   12849 of the information in this document.  It is provided \`\`as-is'' without
   12850 express or implied warranty.
   12851 
   12852 		----------------------------------------
   12853 
   12854 Copyright 1993 by Digital Equipment Corporation, Maynard, Massachusetts,
   12855 Copyright 1994 by FUJITSU LIMITED
   12856 Copyright 1994 by Sony Corporation
   12857 
   12858                         All Rights Reserved
   12859 
   12860 Permission to use, copy, modify, and distribute this software and its
   12861 documentation for any purpose and without fee is hereby granted,
   12862 provided that the above copyright notice appear in all copies and that
   12863 both that copyright notice and this permission notice appear in
   12864 supporting documentation, and that the names of Digital, FUJITSU
   12865 LIMITED and Sony Corporation not be used in advertising or publicity
   12866 pertaining to distribution of the software without specific, written
   12867 prior permission.
   12868 
   12869 DIGITAL, FUJITSU LIMITED AND SONY CORPORATION DISCLAIMS ALL WARRANTIES
   12870 WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF
   12871 MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL DIGITAL, FUJITSU LIMITED
   12872 AND SONY CORPORATION BE LIABLE FOR ANY SPECIAL, INDIRECT OR
   12873 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF
   12874 USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
   12875 OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
   12876 PERFORMANCE OF THIS SOFTWARE.
   12877 
   12878 		----------------------------------------
   12879 
   12880 
   12881 Copyright 1991 by the Open Software Foundation
   12882 
   12883 Permission to use, copy, modify, distribute, and sell this software and its
   12884 documentation for any purpose is hereby granted without fee, provided that
   12885 the above copyright notice appear in all copies and that both that
   12886 copyright notice and this permission notice appear in supporting
   12887 documentation, and that the name of Open Software Foundation
   12888 not be used in advertising or publicity pertaining to distribution of the
   12889 software without specific, written prior permission.  Open Software
   12890 Foundation makes no representations about the suitability of this
   12891 software for any purpose.  It is provided "as is" without express or
   12892 implied warranty.
   12893 
   12894 OPEN SOFTWARE FOUNDATION DISCLAIMS ALL WARRANTIES WITH REGARD TO
   12895 THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
   12896 FITNESS, IN NO EVENT SHALL OPEN SOFTWARE FOUNDATIONN BE
   12897 LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
   12898 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
   12899 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
   12900 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
   12901 
   12902 		----------------------------------------
   12903 
   12904 Copyright 1990, 1991, 1992,1993, 1994 by FUJITSU LIMITED
   12905 Copyright 1993, 1994                  by Sony Corporation
   12906 
   12907 Permission to use, copy, modify, distribute, and sell this software and
   12908 its documentation for any purpose is hereby granted without fee, provided
   12909 that the above copyright notice appear in all copies and that both that
   12910 copyright notice and this permission notice appear in supporting
   12911 documentation, and that the name of FUJITSU LIMITED and Sony Corporation
   12912 not be used in advertising or publicity pertaining to distribution of the
   12913 software without specific, written prior permission.  FUJITSU LIMITED and
   12914 Sony Corporation makes no representations about the suitability of this
   12915 software for any purpose.  It is provided "as is" without express or
   12916 implied warranty.
   12917 
   12918 FUJITSU LIMITED AND SONY CORPORATION DISCLAIMS ALL WARRANTIES WITH REGARD
   12919 TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
   12920 FITNESS, IN NO EVENT SHALL FUJITSU LIMITED OR SONY CORPORATION BE LIABLE
   12921 FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER
   12922 RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
   12923 NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE
   12924 USE OR PERFORMANCE OF THIS SOFTWARE.
   12925 
   12926 		----------------------------------------
   12927 
   12928 Copyright (c) 1993, 1995 by Silicon Graphics Computer Systems, Inc.
   12929 
   12930 Permission to use, copy, modify, and distribute this
   12931 software and its documentation for any purpose and without
   12932 fee is hereby granted, provided that the above copyright
   12933 notice appear in all copies and that both that copyright
   12934 notice and this permission notice appear in supporting
   12935 documentation, and that the name of Silicon Graphics not be
   12936 used in advertising or publicity pertaining to distribution
   12937 of the software without specific prior written permission.
   12938 Silicon Graphics makes no representation about the suitability
   12939 of this software for any purpose. It is provided "as is"
   12940 without any express or implied warranty.
   12941 
   12942 SILICON GRAPHICS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS
   12943 SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
   12944 AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON
   12945 GRAPHICS BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL
   12946 DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
   12947 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
   12948 OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION  WITH
   12949 THE USE OR PERFORMANCE OF THIS SOFTWARE.
   12950 
   12951 		----------------------------------------
   12952 
   12953 Copyright 1991, 1992, 1993, 1994 by FUJITSU LIMITED
   12954 Copyright 1993 by Digital Equipment Corporation
   12955 
   12956 Permission to use, copy, modify, distribute, and sell this software
   12957 and its documentation for any purpose is hereby granted without fee,
   12958 provided that the above copyright notice appear in all copies and that
   12959 both that copyright notice and this permission notice appear in
   12960 supporting documentation, and that the name of FUJITSU LIMITED and
   12961 Digital Equipment Corporation not be used in advertising or publicity
   12962 pertaining to distribution of the software without specific, written
   12963 prior permission.  FUJITSU LIMITED and Digital Equipment Corporation
   12964 makes no representations about the suitability of this software for
   12965 any purpose.  It is provided "as is" without express or implied
   12966 warranty.
   12967 
   12968 FUJITSU LIMITED AND DIGITAL EQUIPMENT CORPORATION DISCLAIM ALL
   12969 WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED
   12970 WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL
   12971 FUJITSU LIMITED AND DIGITAL EQUIPMENT CORPORATION BE LIABLE FOR
   12972 ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
   12973 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER
   12974 IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
   12975 ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
   12976 THIS SOFTWARE.
   12977 
   12978 		----------------------------------------
   12979 
   12980 Copyright 1992, 1993 by FUJITSU LIMITED
   12981 Copyright 1993 by Fujitsu Open Systems Solutions, Inc.
   12982 Copyright 1994 by Sony Corporation
   12983 
   12984 Permission to use, copy, modify, distribute and sell this software
   12985 and its documentation for any purpose is hereby granted without fee,
   12986 provided that the above copyright notice appear in all copies and
   12987 that both that copyright notice and this permission notice appear
   12988 in supporting documentation, and that the name of FUJITSU LIMITED,
   12989 Fujitsu Open Systems Solutions, Inc. and Sony Corporation  not be
   12990 used in advertising or publicity pertaining to distribution of the
   12991 software without specific, written prior permission.
   12992 FUJITSU LIMITED, Fujitsu Open Systems Solutions, Inc. and
   12993 Sony Corporation make no representations about the suitability of
   12994 this software for any purpose.  It is provided "as is" without
   12995 express or implied warranty.
   12996 
   12997 FUJITSU LIMITED, FUJITSU OPEN SYSTEMS SOLUTIONS, INC. AND SONY
   12998 CORPORATION DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
   12999 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS,
   13000 IN NO EVENT SHALL FUJITSU OPEN SYSTEMS SOLUTIONS, INC., FUJITSU LIMITED
   13001 AND SONY CORPORATION BE LIABLE FOR ANY SPECIAL, INDIRECT OR
   13002 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
   13003 OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
   13004 OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE
   13005 OR PERFORMANCE OF THIS SOFTWARE.
   13006 
   13007 		----------------------------------------
   13008 
   13009 Copyright 1987, 1988, 1990, 1993 by Digital Equipment Corporation,
   13010 Maynard, Massachusetts,
   13011 
   13012                         All Rights Reserved
   13013 
   13014 Permission to use, copy, modify, and distribute this software and its
   13015 documentation for any purpose and without fee is hereby granted,
   13016 provided that the above copyright notice appear in all copies and that
   13017 both that copyright notice and this permission notice appear in
   13018 supporting documentation, and that the name of Digital not be
   13019 used in advertising or publicity pertaining to distribution of the
   13020 software without specific, written prior permission.
   13021 
   13022 DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
   13023 ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL
   13024 DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR
   13025 ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
   13026 WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
   13027 ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
   13028 SOFTWARE.
   13029 
   13030 		----------------------------------------
   13031 
   13032 Copyright 1993 by SunSoft, Inc.
   13033 Copyright 1999-2000 by Bruno Haible
   13034 
   13035 Permission to use, copy, modify, distribute, and sell this software
   13036 and its documentation for any purpose is hereby granted without fee,
   13037 provided that the above copyright notice appear in all copies and
   13038 that both that copyright notice and this permission notice appear
   13039 in supporting documentation, and that the names of SunSoft, Inc. and
   13040 Bruno Haible not be used in advertising or publicity pertaining to
   13041 distribution of the software without specific, written prior
   13042 permission.  SunSoft, Inc. and Bruno Haible make no representations
   13043 about the suitability of this software for any purpose.  It is
   13044 provided "as is" without express or implied warranty.
   13045 
   13046 SunSoft Inc. AND Bruno Haible DISCLAIM ALL WARRANTIES WITH REGARD
   13047 TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
   13048 AND FITNESS, IN NO EVENT SHALL SunSoft, Inc. OR Bruno Haible BE LIABLE
   13049 FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
   13050 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
   13051 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
   13052 OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
   13053 
   13054 		----------------------------------------
   13055 
   13056 Copyright 1991 by the Open Software Foundation
   13057 Copyright 1993 by the TOSHIBA Corp.
   13058 
   13059 Permission to use, copy, modify, distribute, and sell this software and its
   13060 documentation for any purpose is hereby granted without fee, provided that
   13061 the above copyright notice appear in all copies and that both that
   13062 copyright notice and this permission notice appear in supporting
   13063 documentation, and that the names of Open Software Foundation and TOSHIBA
   13064 not be used in advertising or publicity pertaining to distribution of the
   13065 software without specific, written prior permission.  Open Software
   13066 Foundation and TOSHIBA make no representations about the suitability of this
   13067 software for any purpose.  It is provided "as is" without express or
   13068 implied warranty.
   13069 
   13070 OPEN SOFTWARE FOUNDATION AND TOSHIBA DISCLAIM ALL WARRANTIES WITH REGARD TO
   13071 THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
   13072 FITNESS, IN NO EVENT SHALL OPEN SOFTWARE FOUNDATIONN OR TOSHIBA BE
   13073 LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
   13074 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
   13075 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
   13076 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
   13077 
   13078 		----------------------------------------
   13079 
   13080 Copyright 1988 by Wyse Technology, Inc., San Jose, Ca.,
   13081 
   13082                         All Rights Reserved
   13083 
   13084 Permission to use, copy, modify, and distribute this software and its
   13085 documentation for any purpose and without fee is hereby granted,
   13086 provided that the above copyright notice appear in all copies and that
   13087 both that copyright notice and this permission notice appear in
   13088 supporting documentation, and that the name Wyse not be
   13089 used in advertising or publicity pertaining to distribution of the
   13090 software without specific, written prior permission.
   13091 
   13092 WYSE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
   13093 ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL
   13094 DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR
   13095 ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
   13096 WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
   13097 ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
   13098 SOFTWARE.
   13099 
   13100 		----------------------------------------
   13101 
   13102 
   13103 Copyright 1991 by the Open Software Foundation
   13104 Copyright 1993, 1994 by the Sony Corporation
   13105 
   13106 Permission to use, copy, modify, distribute, and sell this software and its
   13107 documentation for any purpose is hereby granted without fee, provided that
   13108 the above copyright notice appear in all copies and that both that
   13109 copyright notice and this permission notice appear in supporting
   13110 documentation, and that the names of Open Software Foundation and
   13111 Sony Corporation not be used in advertising or publicity pertaining to
   13112 distribution of the software without specific, written prior permission.
   13113 Open Software Foundation and Sony Corporation make no
   13114 representations about the suitability of this software for any purpose.
   13115 It is provided "as is" without express or implied warranty.
   13116 
   13117 OPEN SOFTWARE FOUNDATION AND SONY CORPORATION DISCLAIM ALL
   13118 WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED
   13119 WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL OPEN
   13120 SOFTWARE FOUNDATIONN OR SONY CORPORATION BE LIABLE FOR ANY SPECIAL,
   13121 INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
   13122 LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
   13123 OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
   13124 PERFORMANCE OF THIS SOFTWARE.
   13125 
   13126 		----------------------------------------
   13127 
   13128 Copyright 1992, 1993 by FUJITSU LIMITED
   13129 Copyright 1993 by Fujitsu Open Systems Solutions, Inc.
   13130 
   13131 Permission to use, copy, modify, distribute and sell this software
   13132 and its documentation for any purpose is hereby granted without fee,
   13133 provided that the above copyright notice appear in all copies and
   13134 that both that copyright notice and this permission notice appear
   13135 in supporting documentation, and that the name of FUJITSU LIMITED and
   13136 Fujitsu Open Systems Solutions, Inc. not be used in advertising or
   13137 publicity pertaining to distribution of the software without specific,
   13138 written prior permission.
   13139 FUJITSU LIMITED and Fujitsu Open Systems Solutions, Inc. makes no
   13140 representations about the suitability of this software for any purpose.
   13141 It is provided "as is" without express or implied warranty.
   13142 
   13143 FUJITSU LIMITED AND FUJITSU OPEN SYSTEMS SOLUTIONS, INC. DISCLAIMS ALL
   13144 WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES
   13145 OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL FUJITSU OPEN SYSTEMS
   13146 SOLUTIONS, INC. AND FUJITSU LIMITED BE LIABLE FOR ANY SPECIAL, INDIRECT
   13147 OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF
   13148 USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
   13149 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
   13150 OF THIS SOFTWARE.
   13151 
   13152 		----------------------------------------
   13153 
   13154 Copyright 1993, 1994 by Sony Corporation
   13155 
   13156 Permission to use, copy, modify, distribute, and sell this software
   13157 and its documentation for any purpose is hereby granted without fee,
   13158 provided that the above copyright notice appear in all copies and
   13159 that both that copyright notice and this permission notice appear
   13160 in supporting documentation, and that the name of Sony Corporation
   13161 not be used in advertising or publicity pertaining to distribution
   13162 of the software without specific, written prior permission.
   13163 Sony Corporation makes no representations about the suitability of
   13164 this software for any purpose. It is provided "as is" without
   13165 express or implied warranty.
   13166 
   13167 SONY CORPORATION DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
   13168 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
   13169 EVENT SHALL SONY CORPORATION BE LIABLE FOR ANY SPECIAL, INDIRECT OR
   13170 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF
   13171 USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
   13172 OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
   13173 PERFORMANCE OF THIS SOFTWARE.
   13174 
   13175 		----------------------------------------
   13176 
   13177 Copyright 1986, 1998  The Open Group
   13178 Copyright (c) 2000  The XFree86 Project, Inc.
   13179 
   13180 Permission to use, copy, modify, distribute, and sell this software and its
   13181 documentation for any purpose is hereby granted without fee, provided that
   13182 the above copyright notice appear in all copies and that both that
   13183 copyright notice and this permission notice appear in supporting
   13184 documentation.
   13185 
   13186 The above copyright notice and this permission notice shall be included in
   13187 all copies or substantial portions of the Software.
   13188 
   13189 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   13190 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   13191 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
   13192 X CONSORTIUM OR THE XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
   13193 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
   13194 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
   13195 SOFTWARE.
   13196 
   13197 Except as contained in this notice, the name of the X Consortium or of the
   13198 XFree86 Project shall not be used in advertising or otherwise to promote the
   13199 sale, use or other dealings in this Software without prior written
   13200 authorization from the X Consortium and the XFree86 Project.
   13201 
   13202 		----------------------------------------
   13203 
   13204 Copyright 1990, 1991 by OMRON Corporation, NTT Software Corporation,
   13205                      and Nippon Telegraph and Telephone Corporation
   13206 Copyright 1991 by the Open Software Foundation
   13207 Copyright 1993 by the FUJITSU LIMITED
   13208 
   13209 Permission to use, copy, modify, distribute, and sell this software and its
   13210 documentation for any purpose is hereby granted without fee, provided that
   13211 the above copyright notice appear in all copies and that both that
   13212 copyright notice and this permission notice appear in supporting
   13213 documentation, and that the names of OMRON, NTT Software, NTT, and
   13214 Open Software Foundation not be used in advertising or publicity
   13215 pertaining to distribution of the software without specific,
   13216 written prior permission. OMRON, NTT Software, NTT, and Open Software
   13217 Foundation make no representations about the suitability of this
   13218 software for any purpose.  It is provided "as is" without express or
   13219 implied warranty.
   13220 
   13221 OMRON, NTT SOFTWARE, NTT, AND OPEN SOFTWARE FOUNDATION
   13222 DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
   13223 ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT
   13224 SHALL OMRON, NTT SOFTWARE, NTT, OR OPEN SOFTWARE FOUNDATION BE
   13225 LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
   13226 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
   13227 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
   13228 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
   13229 
   13230 		----------------------------------------
   13231 
   13232 Copyright 1988 by Wyse Technology, Inc., San Jose, Ca,
   13233 Copyright 1987 by Digital Equipment Corporation, Maynard, Massachusetts,
   13234 
   13235                         All Rights Reserved
   13236 
   13237 Permission to use, copy, modify, and distribute this software and its
   13238 documentation for any purpose and without fee is hereby granted,
   13239 provided that the above copyright notice appear in all copies and that
   13240 both that copyright notice and this permission notice appear in
   13241 supporting documentation, and that the name Digital not be
   13242 used in advertising or publicity pertaining to distribution of the
   13243 software without specific, written prior permission.
   13244 
   13245 DIGITAL AND WYSE DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
   13246 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
   13247 EVENT SHALL DIGITAL OR WYSE BE LIABLE FOR ANY SPECIAL, INDIRECT OR
   13248 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF
   13249 USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
   13250 OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
   13251 PERFORMANCE OF THIS SOFTWARE.
   13252 
   13253 		----------------------------------------
   13254 
   13255 
   13256 Copyright 1991, 1992 by Fuji Xerox Co., Ltd.
   13257 Copyright 1992, 1993, 1994 by FUJITSU LIMITED
   13258 
   13259 Permission to use, copy, modify, distribute, and sell this software
   13260 and its documentation for any purpose is hereby granted without fee,
   13261 provided that the above copyright notice appear in all copies and
   13262 that both that copyright notice and this permission notice appear
   13263 in supporting documentation, and that the name of Fuji Xerox,
   13264 FUJITSU LIMITED not be used in advertising or publicity pertaining
   13265 to distribution of the software without specific, written prior
   13266 permission. Fuji Xerox, FUJITSU LIMITED make no representations
   13267 about the suitability of this software for any purpose.
   13268 It is provided "as is" without express or implied warranty.
   13269 
   13270 FUJI XEROX, FUJITSU LIMITED DISCLAIM ALL WARRANTIES WITH
   13271 REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF
   13272 MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL FUJI XEROX,
   13273 FUJITSU LIMITED BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL
   13274 DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA
   13275 OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
   13276 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
   13277 PERFORMANCE OF THIS SOFTWARE.
   13278 
   13279 		----------------------------------------
   13280 
   13281 Copyright 2006 Josh Triplett
   13282 
   13283 Permission is hereby granted, free of charge, to any person obtaining
   13284 a copy of this software and associated documentation files (the
   13285 "Software"), to deal in the Software without restriction, including
   13286 without limitation the rights to use, copy, modify, merge, publish,
   13287 distribute, sublicense, and/or sell copies of the Software, and to
   13288 permit persons to whom the Software is furnished to do so, subject to
   13289 the following conditions:
   13290 
   13291 The above copyright notice and this permission notice shall be included
   13292 in all copies or substantial portions of the Software.
   13293 
   13294 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
   13295 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
   13296 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
   13297 IN NO EVENT SHALL THE X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR
   13298 OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
   13299 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
   13300 OTHER DEALINGS IN THE SOFTWARE.
   13301 
   13302 		----------------------------------------
   13303 
   13304 (c) Copyright 1996 by Sebastien Marineau and Holger Veit
   13305 			&lt;marineau (a] genie.uottawa.ca&gt;
   13306                      &lt;Holger.Veit (a] gmd.de&gt;
   13307 
   13308 Permission is hereby granted, free of charge, to any person obtaining a
   13309 copy of this software and associated documentation files (the "Software"),
   13310 to deal in the Software without restriction, including without limitation
   13311 the rights to use, copy, modify, merge, publish, distribute, sublicense,
   13312 and/or sell copies of the Software, and to permit persons to whom the
   13313 Software is furnished to do so, subject to the following conditions:
   13314 
   13315 The above copyright notice and this permission notice shall be included in
   13316 all copies or substantial portions of the Software.
   13317 
   13318 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   13319 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   13320 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
   13321 HOLGER VEIT  BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
   13322 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
   13323 OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
   13324 SOFTWARE.
   13325 
   13326 Except as contained in this notice, the name of Sebastien Marineau or Holger Veit
   13327 shall not be used in advertising or otherwise to promote the sale, use or other
   13328 dealings in this Software without prior written authorization from Holger Veit or
   13329 Sebastien Marineau.
   13330 
   13331 		----------------------------------------
   13332 
   13333 Copyright 1990, 1991 by OMRON Corporation, NTT Software Corporation,
   13334                      and Nippon Telegraph and Telephone Corporation
   13335 Copyright 1991 by the Open Software Foundation
   13336 Copyright 1993 by the TOSHIBA Corp.
   13337 Copyright 1993, 1994 by Sony Corporation
   13338 Copyright 1993, 1994 by the FUJITSU LIMITED
   13339 
   13340 Permission to use, copy, modify, distribute, and sell this software and its
   13341 documentation for any purpose is hereby granted without fee, provided that
   13342 the above copyright notice appear in all copies and that both that
   13343 copyright notice and this permission notice appear in supporting
   13344 documentation, and that the names of OMRON, NTT Software, NTT, Open
   13345 Software Foundation, and Sony Corporation not be used in advertising
   13346 or publicity pertaining to distribution of the software without specific,
   13347 written prior permission. OMRON, NTT Software, NTT, Open Software
   13348 Foundation, and Sony Corporation  make no representations about the
   13349 suitability of this software for any purpose.  It is provided "as is"
   13350 without express or implied warranty.
   13351 
   13352 OMRON, NTT SOFTWARE, NTT, OPEN SOFTWARE FOUNDATION, AND SONY
   13353 CORPORATION DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
   13354 ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT
   13355 SHALL OMRON, NTT SOFTWARE, NTT, OPEN SOFTWARE FOUNDATION, OR SONY
   13356 CORPORATION BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR
   13357 ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER
   13358 IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
   13359 OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
   13360 
   13361 		----------------------------------------
   13362 
   13363 Copyright 2000 by Bruno Haible
   13364 
   13365 Permission to use, copy, modify, distribute, and sell this software
   13366 and its documentation for any purpose is hereby granted without fee,
   13367 provided that the above copyright notice appear in all copies and
   13368 that both that copyright notice and this permission notice appear
   13369 in supporting documentation, and that the name of Bruno Haible not
   13370 be used in advertising or publicity pertaining to distribution of the
   13371 software without specific, written prior permission.  Bruno Haible
   13372 makes no representations about the suitability of this software for
   13373 any purpose.  It is provided "as is" without express or implied
   13374 warranty.
   13375 
   13376 Bruno Haible DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
   13377 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN
   13378 NO EVENT SHALL Bruno Haible BE LIABLE FOR ANY SPECIAL, INDIRECT OR
   13379 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
   13380 OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
   13381 OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE
   13382 OR PERFORMANCE OF THIS SOFTWARE.
   13383 
   13384 		----------------------------------------
   13385 
   13386 Copyright  2003 Keith Packard
   13387 
   13388 Permission to use, copy, modify, distribute, and sell this software and its
   13389 documentation for any purpose is hereby granted without fee, provided that
   13390 the above copyright notice appear in all copies and that both that
   13391 copyright notice and this permission notice appear in supporting
   13392 documentation, and that the name of Keith Packard not be used in
   13393 advertising or publicity pertaining to distribution of the software without
   13394 specific, written prior permission.  Keith Packard makes no
   13395 representations about the suitability of this software for any purpose.  It
   13396 is provided "as is" without express or implied warranty.
   13397 
   13398 KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
   13399 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
   13400 EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR
   13401 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
   13402 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
   13403 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
   13404 PERFORMANCE OF THIS SOFTWARE.
   13405 
   13406 		----------------------------------------
   13407 
   13408 Copyright (c) 2007-2009, Troy D. Hanson
   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
   13415 notice, this list of conditions and the following disclaimer.
   13416 
   13417 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
   13418 IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
   13419 TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
   13420 PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER
   13421 OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
   13422 EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
   13423 PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
   13424 PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
   13425 LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
   13426 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
   13427 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
   13428 
   13429 		----------------------------------------
   13430 
   13431 Copyright 1992, 1993 by TOSHIBA Corp.
   13432 
   13433 Permission to use, copy, modify, and distribute this software and its
   13434 documentation for any purpose and without fee is hereby granted, provided
   13435 that the above copyright notice appear in all copies and that both that
   13436 copyright notice and this permission notice appear in supporting
   13437 documentation, and that the name of TOSHIBA not be used in advertising
   13438 or publicity pertaining to distribution of the software without specific,
   13439 written prior permission. TOSHIBA make no representations about the
   13440 suitability of this software for any purpose.  It is provided "as is"
   13441 without express or implied warranty.
   13442 
   13443 TOSHIBA DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
   13444 ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL
   13445 TOSHIBA BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR
   13446 ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
   13447 WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
   13448 ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
   13449 SOFTWARE.
   13450 
   13451 
   13452 		----------------------------------------
   13453 
   13454 Copyright IBM Corporation 1993
   13455 
   13456 All Rights Reserved
   13457 
   13458 License to use, copy, modify, and distribute this software and its
   13459 documentation for any purpose and without fee is hereby granted,
   13460 provided that the above copyright notice appear in all copies and that
   13461 both that copyright notice and this permission notice appear in
   13462 supporting documentation, and that the name of IBM not be
   13463 used in advertising or publicity pertaining to distribution of the
   13464 software without specific, written prior permission.
   13465 
   13466 IBM DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
   13467 ALL IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS, AND
   13468 NONINFRINGEMENT OF THIRD PARTY RIGHTS, IN NO EVENT SHALL
   13469 IBM BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR
   13470 ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
   13471 WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
   13472 ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
   13473 SOFTWARE.
   13474 
   13475 		----------------------------------------
   13476 
   13477 Copyright 1990, 1991 by OMRON Corporation, NTT Software Corporation,
   13478                      and Nippon Telegraph and Telephone Corporation
   13479 
   13480 Permission to use, copy, modify, distribute, and sell this software and its
   13481 documentation for any purpose is hereby granted without fee, provided that
   13482 the above copyright notice appear in all copies and that both that
   13483 copyright notice and this permission notice appear in supporting
   13484 documentation, and that the names of OMRON, NTT Software, and NTT
   13485 not be used in advertising or publicity pertaining to distribution of the
   13486 software without specific, written prior permission. OMRON, NTT Software,
   13487 and NTT make no representations about the suitability of this
   13488 software for any purpose.  It is provided "as is" without express or
   13489 implied warranty.
   13490 
   13491 OMRON, NTT SOFTWARE, AND NTT, DISCLAIM ALL WARRANTIES WITH REGARD
   13492 TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
   13493 AND FITNESS, IN NO EVENT SHALL OMRON, NTT SOFTWARE, OR NTT, BE
   13494 LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
   13495 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
   13496 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
   13497 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
   13498 
   13499 
   13500 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   13501 
   13502 Scanned Source License libX11-1.6.0/src/xlibi18n/lcUniConv/COPYRIGHT:
   13503 
   13504 This notice applies to the files in this directory. They are taken from
   13505 the libiconv-1.1 package, which is covered by the LGPL license. The files
   13506 in this directory have been placed under the following copyright, with
   13507 permission from the Free Software Foundation.
   13508 
   13509 
   13510 Copyright (c) 1999-2000  Free Software Foundation, Inc.
   13511 
   13512 Permission is hereby granted, free of charge, to any person obtaining a copy
   13513 of this software and associated documentation files (the "Software"), to deal
   13514 in the Software without restriction, including without limitation the rights
   13515 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
   13516 copies of the Software, and to permit persons to whom the Software is
   13517 furnished to do so, subject to the following conditions:
   13518 
   13519 The above copyright notice and this permission notice shall be included in
   13520 all copies or substantial portions of the Software.
   13521 
   13522 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   13523 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   13524 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
   13525 FREE SOFTWARE FOUNDATION BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
   13526 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
   13527 IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
   13528 
   13529 Except as contained in this notice, the name of the Free Software Foundation
   13530 shall not be used in advertising or otherwise to promote the sale, use or
   13531 other dealings in this Software without prior written authorization from the
   13532 Free Software Foundation.
   13533 
   13534 
   13535 Notes:
   13536 
   13537 1. This copyright applies only to the files in this directory, and not to
   13538 the remaining files in libiconv.
   13539 
   13540 2. The Free Software Foundation does not encourage the use of the above
   13541 license for newly written software.
   13542 
   13543 
   13544 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   13545 </pre>
   13546 <ul>
   13547 
   13548 </ul>
   13549 </div>
   13550 </div>
   13551 
   13552 
   13553 <div class="product">
   13554 <span class="title">libXau-1.0.6</span>
   13555 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   13556 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span>
   13557 <div class="licence">
   13558 <pre>Scanned Source License libXau-1.0.6/COPYING:
   13559 
   13560 Copyright 1988, 1993, 1994, 1998  The Open Group
   13561 
   13562 Permission to use, copy, modify, distribute, and sell this software and its
   13563 documentation for any purpose is hereby granted without fee, provided that
   13564 the above copyright notice appear in all copies and that both that
   13565 copyright notice and this permission notice appear in supporting
   13566 documentation.
   13567 
   13568 The above copyright notice and this permission notice shall be included in
   13569 all copies or substantial portions of the Software.
   13570 
   13571 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   13572 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   13573 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
   13574 OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
   13575 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
   13576 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
   13577 
   13578 Except as contained in this notice, the name of The Open Group shall not be
   13579 used in advertising or otherwise to promote the sale, use or other dealings
   13580 in this Software without prior written authorization from The Open Group.
   13581 
   13582 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   13583 </pre>
   13584 <ul>
   13585 
   13586 </ul>
   13587 </div>
   13588 </div>
   13589 
   13590 
   13591 <div class="product">
   13592 <span class="title">libxcb-1.9.1</span>
   13593 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   13594 <span class="homepage"><a href="http://xcb.freedesktop.org/">homepage</a></span>
   13595 <div class="licence">
   13596 <pre>Scanned Source License libxcb-1.9.1/COPYING:
   13597 
   13598 Copyright (C) 2001-2006 Bart Massey, Jamey Sharp, and Josh Triplett.
   13599 All Rights Reserved.
   13600 
   13601 Permission is hereby granted, free of charge, to any person
   13602 obtaining a copy of this software and associated
   13603 documentation files (the "Software"), to deal in the
   13604 Software without restriction, including without limitation
   13605 the rights to use, copy, modify, merge, publish, distribute,
   13606 sublicense, and/or sell copies of the Software, and to
   13607 permit persons to whom the Software is furnished to do so,
   13608 subject to the following conditions:
   13609 
   13610 The above copyright notice and this permission notice shall
   13611 be included in all copies or substantial portions of the
   13612 Software.
   13613 
   13614 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
   13615 KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
   13616 WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
   13617 PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS
   13618 BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
   13619 IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
   13620 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
   13621 OTHER DEALINGS IN THE SOFTWARE.
   13622 
   13623 Except as contained in this notice, the names of the authors
   13624 or their institutions shall not be used in advertising or
   13625 otherwise to promote the sale, use or other dealings in this
   13626 Software without prior written authorization from the
   13627 authors.
   13628 
   13629 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   13630 </pre>
   13631 <ul>
   13632 
   13633 </ul>
   13634 </div>
   13635 </div>
   13636 
   13637 
   13638 <div class="product">
   13639 <span class="title">libXcomposite-0.4.3</span>
   13640 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   13641 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span>
   13642 <div class="licence">
   13643 <pre>Scanned Source License libXcomposite-0.4.3/COPYING:
   13644 
   13645 
   13646 Copyright  2001,2003 Keith Packard
   13647 
   13648 Permission to use, copy, modify, distribute, and sell this software and its
   13649 documentation for any purpose is hereby granted without fee, provided that
   13650 the above copyright notice appear in all copies and that both that
   13651 copyright notice and this permission notice appear in supporting
   13652 documentation, and that the name of Keith Packard not be used in
   13653 advertising or publicity pertaining to distribution of the software without
   13654 specific, written prior permission.  Keith Packard makes no
   13655 representations about the suitability of this software for any purpose.  It
   13656 is provided "as is" without express or implied warranty.
   13657 
   13658 KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
   13659 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
   13660 EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR
   13661 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
   13662 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
   13663 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
   13664 PERFORMANCE OF THIS SOFTWARE.
   13665 
   13666 Copyright (c) 2006, 2007, Oracle and/or its affiliates. All rights reserved.
   13667 
   13668 Permission is hereby granted, free of charge, to any person obtaining a
   13669 copy of this software and associated documentation files (the "Software"),
   13670 to deal in the Software without restriction, including without limitation
   13671 the rights to use, copy, modify, merge, publish, distribute, sublicense,
   13672 and/or sell copies of the Software, and to permit persons to whom the
   13673 Software is furnished to do so, subject to the following conditions:
   13674 
   13675 The above copyright notice and this permission notice (including the next
   13676 paragraph) shall be included in all copies or substantial portions of the
   13677 Software.
   13678 
   13679 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   13680 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   13681 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
   13682 THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
   13683 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
   13684 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
   13685 DEALINGS IN THE SOFTWARE.
   13686 
   13687 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   13688 </pre>
   13689 <ul>
   13690 
   13691 </ul>
   13692 </div>
   13693 </div>
   13694 
   13695 
   13696 <div class="product">
   13697 <span class="title">libXcursor-1.1.14</span>
   13698 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   13699 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span>
   13700 <div class="licence">
   13701 <pre>Scanned Source License libXcursor-1.1.14/COPYING:
   13702 
   13703 Copyright  2002 Keith Packard
   13704 
   13705 Permission to use, copy, modify, distribute, and sell this software and its
   13706 documentation for any purpose is hereby granted without fee, provided that
   13707 the above copyright notice appear in all copies and that both that
   13708 copyright notice and this permission notice appear in supporting
   13709 documentation, and that the name of Keith Packard not be used in
   13710 advertising or publicity pertaining to distribution of the software without
   13711 specific, written prior permission.  Keith Packard makes no
   13712 representations about the suitability of this software for any purpose.  It
   13713 is provided "as is" without express or implied warranty.
   13714 
   13715 KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
   13716 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
   13717 EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR
   13718 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
   13719 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
   13720 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
   13721 PERFORMANCE OF THIS SOFTWARE.
   13722 
   13723 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   13724 </pre>
   13725 <ul>
   13726 
   13727 </ul>
   13728 </div>
   13729 </div>
   13730 
   13731 
   13732 <div class="product">
   13733 <span class="title">libXdamage-1.1.3</span>
   13734 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   13735 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span>
   13736 <div class="licence">
   13737 <pre>Scanned Source License libXdamage-1.1.3/COPYING:
   13738 
   13739 
   13740 Copyright  2001,2003 Keith Packard
   13741 Copyright  2007 Eric Anholt
   13742 
   13743 Permission to use, copy, modify, distribute, and sell this software and its
   13744 documentation for any purpose is hereby granted without fee, provided that
   13745 the above copyright notice appear in all copies and that both that
   13746 copyright notice and this permission notice appear in supporting
   13747 documentation, and that the name of Keith Packard not be used in
   13748 advertising or publicity pertaining to distribution of the software without
   13749 specific, written prior permission.  Keith Packard makes no
   13750 representations about the suitability of this software for any purpose.  It
   13751 is provided "as is" without express or implied warranty.
   13752 
   13753 KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
   13754 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
   13755 EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR
   13756 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
   13757 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
   13758 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
   13759 PERFORMANCE OF THIS SOFTWARE.
   13760 
   13761 
   13762 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   13763 </pre>
   13764 <ul>
   13765 
   13766 </ul>
   13767 </div>
   13768 </div>
   13769 
   13770 
   13771 <div class="product">
   13772 <span class="title">libXdmcp-1.1.0</span>
   13773 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   13774 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span>
   13775 <div class="licence">
   13776 <pre>Scanned Source License libXdmcp-1.1.0/COPYING:
   13777 
   13778 Copyright 1989, 1998  The Open Group
   13779 
   13780 Permission to use, copy, modify, distribute, and sell this software and its
   13781 documentation for any purpose is hereby granted without fee, provided that
   13782 the above copyright notice appear in all copies and that both that
   13783 copyright notice and this permission notice appear in supporting
   13784 documentation.
   13785 
   13786 The above copyright notice and this permission notice shall be included in
   13787 all copies or substantial portions of the Software.
   13788 
   13789 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   13790 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   13791 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
   13792 OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
   13793 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
   13794 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
   13795 
   13796 Except as contained in this notice, the name of The Open Group shall not be
   13797 used in advertising or otherwise to promote the sale, use or other dealings
   13798 in this Software without prior written authorization from The Open Group.
   13799 
   13800 Author:  Keith Packard, MIT X Consortium
   13801 
   13802 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   13803 </pre>
   13804 <ul>
   13805 
   13806 </ul>
   13807 </div>
   13808 </div>
   13809 
   13810 
   13811 <div class="product">
   13812 <span class="title">libXext-1.3.2</span>
   13813 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   13814 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span>
   13815 <div class="licence">
   13816 <pre>Scanned Source License libXext-1.3.2/COPYING:
   13817 
   13818 Copyright 1986, 1987, 1988, 1989, 1994, 1998  The Open Group
   13819 
   13820 Permission to use, copy, modify, distribute, and sell this software and its
   13821 documentation for any purpose is hereby granted without fee, provided that
   13822 the above copyright notice appear in all copies and that both that
   13823 copyright notice and this permission notice appear in supporting
   13824 documentation.
   13825 
   13826 The above copyright notice and this permission notice shall be included in
   13827 all copies or substantial portions of the Software.
   13828 
   13829 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   13830 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   13831 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
   13832 OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
   13833 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
   13834 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
   13835 
   13836 Except as contained in this notice, the name of The Open Group shall not be
   13837 used in advertising or otherwise to promote the sale, use or other dealings
   13838 in this Software without prior written authorization from The Open Group.
   13839 
   13840 Copyright (c) 1996 Digital Equipment Corporation, Maynard, Massachusetts.
   13841 
   13842 Permission is hereby granted, free of charge, to any person obtaining a copy
   13843 of this software and associated documentation files (the "Software"), to deal
   13844 in the Software without restriction, including without limitation the rights
   13845 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
   13846 copies of the Software.
   13847 
   13848 The above copyright notice and this permission notice shall be included in
   13849 all copies or substantial portions of the Software.
   13850 
   13851 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   13852 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   13853 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
   13854 DIGITAL EQUIPMENT CORPORATION BE LIABLE FOR ANY CLAIM, DAMAGES, INCLUDING,
   13855 BUT NOT LIMITED TO CONSEQUENTIAL OR INCIDENTAL DAMAGES, OR OTHER LIABILITY,
   13856 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
   13857 IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
   13858 
   13859 Except as contained in this notice, the name of Digital Equipment Corporation
   13860 shall not be used in advertising or otherwise to promote the sale, use or other
   13861 dealings in this Software without prior written authorization from Digital
   13862 Equipment Corporation.
   13863 
   13864 Copyright (c) 1997 by Silicon Graphics Computer Systems, Inc.
   13865 Permission to use, copy, modify, and distribute this
   13866 software and its documentation for any purpose and without
   13867 fee is hereby granted, provided that the above copyright
   13868 notice appear in all copies and that both that copyright
   13869 notice and this permission notice appear in supporting
   13870 documentation, and that the name of Silicon Graphics not be
   13871 used in advertising or publicity pertaining to distribution
   13872 of the software without specific prior written permission.
   13873 Silicon Graphics makes no representation about the suitability
   13874 of this software for any purpose. It is provided "as is"
   13875 without any express or implied warranty.
   13876 SILICON GRAPHICS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS
   13877 SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
   13878 AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON
   13879 GRAPHICS BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL
   13880 DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
   13881 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
   13882 OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION  WITH
   13883 THE USE OR PERFORMANCE OF THIS SOFTWARE.
   13884 
   13885 Copyright 1992 Network Computing Devices
   13886 
   13887 Permission to use, copy, modify, distribute, and sell this software and its
   13888 documentation for any purpose is hereby granted without fee, provided that
   13889 the above copyright notice appear in all copies and that both that
   13890 copyright notice and this permission notice appear in supporting
   13891 documentation, and that the name of NCD. not be used in advertising or
   13892 publicity pertaining to distribution of the software without specific,
   13893 written prior permission.  NCD. makes no representations about the
   13894 suitability of this software for any purpose.  It is provided "as is"
   13895 without express or implied warranty.
   13896 
   13897 NCD. DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL
   13898 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL NCD.
   13899 BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
   13900 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
   13901 OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
   13902 CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
   13903 
   13904 Copyright 1991,1993 by Digital Equipment Corporation, Maynard, Massachusetts,
   13905 and Olivetti Research Limited, Cambridge, England.
   13906 
   13907                         All Rights Reserved
   13908 
   13909 Permission to use, copy, modify, and distribute this software and its
   13910 documentation for any purpose and without fee is hereby granted,
   13911 provided that the above copyright notice appear in all copies and that
   13912 both that copyright notice and this permission notice appear in
   13913 supporting documentation, and that the names of Digital or Olivetti
   13914 not be used in advertising or publicity pertaining to distribution of the
   13915 software without specific, written prior permission.
   13916 
   13917 DIGITAL AND OLIVETTI DISCLAIM ALL WARRANTIES WITH REGARD TO THIS
   13918 SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
   13919 FITNESS, IN NO EVENT SHALL THEY BE LIABLE FOR ANY SPECIAL, INDIRECT OR
   13920 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF
   13921 USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
   13922 OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
   13923 PERFORMANCE OF THIS SOFTWARE.
   13924 
   13925 Copyright 1986, 1987, 1988 by Hewlett-Packard Corporation
   13926 
   13927 Permission to use, copy, modify, and distribute this
   13928 software and its documentation for any purpose and without
   13929 fee is hereby granted, provided that the above copyright
   13930 notice appear in all copies and that both that copyright
   13931 notice and this permission notice appear in supporting
   13932 documentation, and that the name of Hewlett-Packard not be used in
   13933 advertising or publicity pertaining to distribution of the
   13934 software without specific, written prior permission.
   13935 
   13936 Hewlett-Packard makes no representations about the
   13937 suitability of this software for any purpose.  It is provided
   13938 "as is" without express or implied warranty.
   13939 
   13940 This software is not subject to any license of the American
   13941 Telephone and Telegraph Company or of the Regents of the
   13942 University of California.
   13943 
   13944 Copyright (c) 1994, 1995  Hewlett-Packard Company
   13945 
   13946 Permission is hereby granted, free of charge, to any person obtaining
   13947 a copy of this software and associated documentation files (the
   13948 "Software"), to deal in the Software without restriction, including
   13949 without limitation the rights to use, copy, modify, merge, publish,
   13950 distribute, sublicense, and/or sell copies of the Software, and to
   13951 permit persons to whom the Software is furnished to do so, subject to
   13952 the following conditions:
   13953 
   13954 The above copyright notice and this permission notice shall be included
   13955 in all copies or substantial portions of the Software.
   13956 
   13957 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
   13958 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
   13959 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
   13960 IN NO EVENT SHALL HEWLETT-PACKARD COMPANY BE LIABLE FOR ANY CLAIM,
   13961 DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
   13962 OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR
   13963 THE USE OR OTHER DEALINGS IN THE SOFTWARE.
   13964 
   13965 Except as contained in this notice, the name of the Hewlett-Packard
   13966 Company shall not be used in advertising or otherwise to promote the
   13967 sale, use or other dealings in this Software without prior written
   13968 authorization from the Hewlett-Packard Company.
   13969 
   13970 Copyright Digital Equipment Corporation, 1996
   13971 
   13972 Permission to use, copy, modify, distribute, and sell this
   13973 documentation for any purpose is hereby granted without fee,
   13974 provided that the above copyright notice and this permission
   13975 notice appear in all copies.  Digital Equipment Corporation
   13976 makes no representations about the suitability for any purpose
   13977 of the information in this document.  This documentation is
   13978 provided ``as is'' without express or implied warranty.
   13979 
   13980 Copyright (c) 1999, 2005, 2006, 2013, Oracle and/or its affiliates.
   13981 All rights reserved.
   13982 
   13983 Permission is hereby granted, free of charge, to any person obtaining a
   13984 copy of this software and associated documentation files (the "Software"),
   13985 to deal in the Software without restriction, including without limitation
   13986 the rights to use, copy, modify, merge, publish, distribute, sublicense,
   13987 and/or sell copies of the Software, and to permit persons to whom the
   13988 Software is furnished to do so, subject to the following conditions:
   13989 
   13990 The above copyright notice and this permission notice (including the next
   13991 paragraph) shall be included in all copies or substantial portions of the
   13992 Software.
   13993 
   13994 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   13995 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   13996 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
   13997 THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
   13998 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
   13999 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
   14000 DEALINGS IN THE SOFTWARE.
   14001 
   14002 Copyright (c) 1989 X Consortium, Inc. and Digital Equipment Corporation.
   14003 Copyright (c) 1992 X Consortium, Inc. and Intergraph Corporation.
   14004 Copyright (c) 1993 X Consortium, Inc. and Silicon Graphics, Inc.
   14005 Copyright (c) 1994, 1995 X Consortium, Inc. and Hewlett-Packard Company.
   14006 
   14007 Permission to use, copy, modify, and distribute this documentation for
   14008 any purpose and without fee is hereby granted, provided that the above
   14009 copyright notice and this permission notice appear in all copies.
   14010 Digital Equipment Corporation, Intergraph Corporation, Silicon
   14011 Graphics, Hewlett-Packard, and the X Consortium make no
   14012 representations about the suitability for any purpose of the
   14013 information in this document.  This documentation is provided ``as is''
   14014 without express or implied warranty.
   14015 
   14016 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   14017 </pre>
   14018 <ul>
   14019 
   14020 </ul>
   14021 </div>
   14022 </div>
   14023 
   14024 
   14025 <div class="product">
   14026 <span class="title">libXfixes-5.0.1</span>
   14027 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   14028 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span>
   14029 <div class="licence">
   14030 <pre>Scanned Source License libXfixes-5.0.1/COPYING:
   14031 
   14032 
   14033 Copyright  2001,2003 Keith Packard
   14034 
   14035 Permission to use, copy, modify, distribute, and sell this software and its
   14036 documentation for any purpose is hereby granted without fee, provided that
   14037 the above copyright notice appear in all copies and that both that
   14038 copyright notice and this permission notice appear in supporting
   14039 documentation, and that the name of Keith Packard not be used in
   14040 advertising or publicity pertaining to distribution of the software without
   14041 specific, written prior permission.  Keith Packard makes no
   14042 representations about the suitability of this software for any purpose.  It
   14043 is provided "as is" without express or implied warranty.
   14044 
   14045 KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
   14046 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
   14047 EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR
   14048 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
   14049 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
   14050 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
   14051 PERFORMANCE OF THIS SOFTWARE.
   14052 
   14053 Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved.
   14054 
   14055 Permission is hereby granted, free of charge, to any person obtaining a
   14056 copy of this software and associated documentation files (the "Software"),
   14057 to deal in the Software without restriction, including without limitation
   14058 the rights to use, copy, modify, merge, publish, distribute, sublicense,
   14059 and/or sell copies of the Software, and to permit persons to whom the
   14060 Software is furnished to do so, subject to the following conditions:
   14061 
   14062 The above copyright notice and this permission notice (including the next
   14063 paragraph) shall be included in all copies or substantial portions of the
   14064 Software.
   14065 
   14066 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   14067 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   14068 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
   14069 THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
   14070 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
   14071 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
   14072 DEALINGS IN THE SOFTWARE.
   14073 
   14074 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   14075 </pre>
   14076 <ul>
   14077 
   14078 </ul>
   14079 </div>
   14080 </div>
   14081 
   14082 
   14083 <div class="product">
   14084 <span class="title">libXfont-1.4.4</span>
   14085 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   14086 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span>
   14087 <div class="licence">
   14088 <pre>Scanned Source License libXfont-1.4.4/COPYING:
   14089 
   14090 Copyright  2007 Red Hat, Inc
   14091 Copyright (c) 2008, 2009, Oracle and/or its affiliates. All rights reserved.
   14092 
   14093 Permission is hereby granted, free of charge, to any person obtaining a
   14094 copy of this software and associated documentation files (the "Software"),
   14095 to deal in the Software without restriction, including without limitation
   14096 the rights to use, copy, modify, merge, publish, distribute, sublicense,
   14097 and/or sell copies of the Software, and to permit persons to whom the
   14098 Software is furnished to do so, subject to the following conditions:
   14099 
   14100 The above copyright notice and this permission notice (including the next
   14101 paragraph) shall be included in all copies or substantial portions of the
   14102 Software.
   14103 
   14104 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   14105 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   14106 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
   14107 THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
   14108 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
   14109 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
   14110 DEALINGS IN THE SOFTWARE.
   14111 
   14112 Copyright (c) 1997 by Mark Leisher
   14113 Copyright (c) 1998-2003 by Juliusz Chroboczek
   14114 Copyright (c) 1998 Go Watanabe, All rights reserved.
   14115 Copyright (c) 1998 Kazushi (Jam) Marukawa, All rights reserved.
   14116 Copyright (c) 1998 Takuya SHIOZAKI, All rights reserved.
   14117 Copyright (c) 1998 X-TrueType Server Project, All rights reserved.
   14118 Copyright (c) 2003-2004 After X-TT Project, All rights reserved.
   14119 
   14120 Permission is hereby granted, free of charge, to any person obtaining a copy
   14121 of this software and associated documentation files (the "Software"), to deal
   14122 in the Software without restriction, including without limitation the rights
   14123 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
   14124 copies of the Software, and to permit persons to whom the Software is
   14125 furnished to do so, subject to the following conditions:
   14126 
   14127 The above copyright notice and this permission notice shall be included in
   14128 all copies or substantial portions of the Software.
   14129 
   14130 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   14131 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   14132 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
   14133 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
   14134 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
   14135 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
   14136 THE SOFTWARE.
   14137 
   14138 
   14139 Copyright 1990, 1998  The Open Group
   14140 
   14141 Permission to use, copy, modify, distribute, and sell this software and its
   14142 documentation for any purpose is hereby granted without fee, provided that
   14143 the above copyright notice appear in all copies and that both that
   14144 copyright notice and this permission notice appear in supporting
   14145 documentation.
   14146 
   14147 The above copyright notice and this permission notice shall be included
   14148 in all copies or substantial portions of the Software.
   14149 
   14150 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
   14151 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
   14152 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
   14153 IN NO EVENT SHALL THE OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR
   14154 OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
   14155 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
   14156 OTHER DEALINGS IN THE SOFTWARE.
   14157 
   14158 Except as contained in this notice, the name of The Open Group shall
   14159 not be used in advertising or otherwise to promote the sale, use or
   14160 other dealings in this Software without prior written authorization
   14161 from The Open Group.
   14162 
   14163 
   14164 Copyright 1989 by Digital Equipment Corporation, Maynard, Massachusetts.
   14165 
   14166                         All Rights Reserved
   14167 
   14168 Permission to use, copy, modify, and distribute this software and its
   14169 documentation for any purpose and without fee is hereby granted,
   14170 provided that the above copyright notice appear in all copies and that
   14171 both that copyright notice and this permission notice appear in
   14172 supporting documentation, and that the name of Digital not be
   14173 used in advertising or publicity pertaining to distribution of the
   14174 software without specific, written prior permission.
   14175 
   14176 DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
   14177 ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL
   14178 DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR
   14179 ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
   14180 WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
   14181 ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
   14182 SOFTWARE.
   14183 
   14184 
   14185 Copyright 1999 SuSE, Inc.
   14186 
   14187 Permission to use, copy, modify, distribute, and sell this software and its
   14188 documentation for any purpose is hereby granted without fee, provided that
   14189 the above copyright notice appear in all copies and that both that
   14190 copyright notice and this permission notice appear in supporting
   14191 documentation, and that the name of SuSE not be used in advertising or
   14192 publicity pertaining to distribution of the software without specific,
   14193 written prior permission.  SuSE makes no representations about the
   14194 suitability of this software for any purpose.  It is provided "as is"
   14195 without express or implied warranty.
   14196 
   14197 SuSE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL
   14198 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL SuSE
   14199 BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
   14200 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
   14201 OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
   14202 CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
   14203 
   14204 
   14205 Copyright 1990 Network Computing Devices
   14206 
   14207 Permission to use, copy, modify, distribute, and sell this software and
   14208 its documentation for any purpose is hereby granted without fee, provided
   14209 that the above copyright notice appear in all copies and that both that
   14210 copyright notice and this permission notice appear in supporting
   14211 documentation, and that the name of Network Computing Devices not be used
   14212 in advertising or publicity pertaining to distribution of the software
   14213 without specific, written prior permission.  Network Computing Devices
   14214 makes no representations about the suitability of this software for any
   14215 purpose.  It is provided "as is" without express or implied warranty.
   14216 
   14217 NETWORK COMPUTING DEVICES DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS
   14218 SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS,
   14219 IN NO EVENT SHALL NETWORK COMPUTING DEVICES BE LIABLE FOR ANY SPECIAL,
   14220 INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
   14221 LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
   14222 OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE
   14223 OR PERFORMANCE OF THIS SOFTWARE.
   14224 
   14225 
   14226 Copyright 1990 Network Computing Devices
   14227 
   14228 Permission to use, copy, modify, distribute, and sell this software and
   14229 its documentation for any purpose is hereby granted without fee, provided
   14230 that the above copyright notice appear in all copies and that both that
   14231 copyright notice and this permission notice appear in supporting
   14232 documentation, and that the names of Network Computing Devices, or Digital
   14233 not be used in advertising or publicity pertaining to distribution
   14234 of the software without specific, written prior permission.
   14235 
   14236 NETWORK COMPUTING DEVICES, AND DIGITAL AND DISCLAIM ALL WARRANTIES WITH
   14237 REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF
   14238 MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL NETWORK COMPUTING DEVICES,
   14239 OR DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL
   14240 DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
   14241 PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
   14242 ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
   14243 THIS SOFTWARE.
   14244 
   14245 
   14246 [Note: clause 3 in the following license, the "advertising clause", was
   14247 rescinded by Berkeley in 1999.  See
   14248 &lt;ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change>;]
   14249 
   14250 Copyright (c) 1991, 1993
   14251      The Regents of the University of California.  All rights reserved.
   14252 
   14253 Redistribution and use in source and binary forms, with or without
   14254 modification, are permitted provided that the following conditions
   14255 are met:
   14256 1. Redistributions of source code must retain the above copyright
   14257    notice, this list of conditions and the following disclaimer.
   14258 2. Redistributions in binary form must reproduce the above copyright
   14259    notice, this list of conditions and the following disclaimer in the
   14260    documentation and/or other materials provided with the distribution.
   14261 3. All advertising materials mentioning features or use of this software
   14262    must display the following acknowledgement:
   14263      This product includes software developed by the University of
   14264      California, Berkeley and its contributors.
   14265 4. Neither the name of the University nor the names of its contributors
   14266    may be used to endorse or promote products derived from this software
   14267    without specific prior written permission.
   14268 
   14269 THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
   14270 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
   14271 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
   14272 ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
   14273 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
   14274 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
   14275 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
   14276 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
   14277 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
   14278 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
   14279 SUCH DAMAGE.
   14280 
   14281 
   14282 Copyright (c) 1998-1999 Shunsuke Akiyama &lt;akiyama (a] jp.FreeBSD.org&gt;.
   14283 All rights reserved.
   14284 Copyright (c) 1998-1999 X-TrueType Server Project, All rights reserved.
   14285 
   14286 Redistribution and use in source and binary forms, with or without
   14287 modification, are permitted provided that the following conditions
   14288 are met:
   14289 1. Redistributions of source code must retain the above copyright
   14290    notice, this list of conditions and the following disclaimer.
   14291 2. Redistributions in binary form must reproduce the above copyright
   14292    notice, this list of conditions and the following disclaimer in the
   14293    documentation and/or other materials provided with the distribution.
   14294 
   14295 THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
   14296 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
   14297 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
   14298 ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
   14299 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
   14300 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
   14301 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
   14302 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
   14303 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
   14304 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
   14305 SUCH DAMAGE.
   14306 
   14307 
   14308 Copyright  2004 Keith Packard
   14309 
   14310 Permission to use, copy, modify, distribute, and sell this software and its
   14311 documentation for any purpose is hereby granted without fee, provided that
   14312 the above copyright notice appear in all copies and that both that
   14313 copyright notice and this permission notice appear in supporting
   14314 documentation, and that the name of Keith Packard not be used in
   14315 advertising or publicity pertaining to distribution of the software without
   14316 specific, written prior permission.  Keith Packard makes no
   14317 representations about the suitability of this software for any purpose.  It
   14318 is provided "as is" without express or implied warranty.
   14319 
   14320 KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
   14321 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
   14322 EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR
   14323 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
   14324 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
   14325 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
   14326 PERFORMANCE OF THIS SOFTWARE.
   14327 
   14328 
   14329 /* lib/font/fontfile/gunzip.c
   14330    written by Mark Eichin &lt;eichin (a] kitten.gen.ma.us&gt; September 1996.
   14331    intended for inclusion in X11 public releases. */
   14332 
   14333 
   14334 Copyright (c) 1999  The XFree86 Project Inc.
   14335 
   14336 All Rights Reserved.
   14337 
   14338 The above copyright notice and this permission notice shall be included in
   14339 all copies or substantial portions of the Software.
   14340 
   14341 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   14342 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   14343 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
   14344 OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
   14345 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
   14346 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
   14347 
   14348 Except as contained in this notice, the name of The XFree86 Project
   14349 Inc. shall not be used in advertising or otherwise to promote the
   14350 sale, use or other dealings in this Software without prior written
   14351 authorization from The XFree86 Project Inc..
   14352 
   14353 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   14354 </pre>
   14355 <ul>
   14356 
   14357 </ul>
   14358 </div>
   14359 </div>
   14360 
   14361 
   14362 <div class="product">
   14363 <span class="title">libXft-2.2.0</span>
   14364 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   14365 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span>
   14366 <div class="licence">
   14367 <pre>Scanned Source License libXft-2.2.0/COPYING:
   14368 
   14369 
   14370 Copyright  2001,2003 Keith Packard
   14371 
   14372 Permission to use, copy, modify, distribute, and sell this software and its
   14373 documentation for any purpose is hereby granted without fee, provided that
   14374 the above copyright notice appear in all copies and that both that
   14375 copyright notice and this permission notice appear in supporting
   14376 documentation, and that the name of Keith Packard not be used in
   14377 advertising or publicity pertaining to distribution of the software without
   14378 specific, written prior permission.  Keith Packard makes no
   14379 representations about the suitability of this software for any purpose.  It
   14380 is provided "as is" without express or implied warranty.
   14381 
   14382 KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
   14383 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
   14384 EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR
   14385 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
   14386 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
   14387 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
   14388 PERFORMANCE OF THIS SOFTWARE.
   14389 
   14390 
   14391 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   14392 </pre>
   14393 <ul>
   14394 
   14395 </ul>
   14396 </div>
   14397 </div>
   14398 
   14399 
   14400 <div class="product">
   14401 <span class="title">libXi-1.7.1.901</span>
   14402 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   14403 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span>
   14404 <div class="licence">
   14405 <pre>Scanned Source License libXi-1.7.1.901/COPYING:
   14406 
   14407 Copyright 1989, 1998  The Open Group
   14408 
   14409 Permission to use, copy, modify, distribute, and sell this software and its
   14410 documentation for any purpose is hereby granted without fee, provided that
   14411 the above copyright notice appear in all copies and that both that
   14412 copyright notice and this permission notice appear in supporting
   14413 documentation.
   14414 
   14415 The above copyright notice and this permission notice shall be included in
   14416 all copies or substantial portions of the Software.
   14417 
   14418 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   14419 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   14420 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
   14421 OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
   14422 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
   14423 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
   14424 
   14425 Except as contained in this notice, the name of The Open Group shall not be
   14426 used in advertising or otherwise to promote the sale, use or other dealings
   14427 in this Software without prior written authorization from The Open Group.
   14428 
   14429 Copyright 1989 by Hewlett-Packard Company, Palo Alto, California.
   14430 
   14431 			All Rights Reserved
   14432 
   14433 Permission to use, copy, modify, and distribute this software and its
   14434 documentation for any purpose and without fee is hereby granted,
   14435 provided that the above copyright notice appear in all copies and that
   14436 both that copyright notice and this permission notice appear in
   14437 supporting documentation, and that the name of Hewlett-Packard not be
   14438 used in advertising or publicity pertaining to distribution of the
   14439 software without specific, written prior permission.
   14440 
   14441 HEWLETT-PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
   14442 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
   14443 EVENT SHALL HEWLETT-PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR
   14444 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF
   14445 USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
   14446 OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
   14447 PERFORMANCE OF THIS SOFTWARE.
   14448 
   14449 Copyright 2008 Peter Hutterer
   14450 
   14451 Permission to use, copy, modify, distribute, and sell this software and its
   14452 documentation for any purpose is hereby granted without fee, provided that
   14453 the above copyright notice appear in all copies and that both that
   14454 copyright notice and this permission notice appear in supporting
   14455 documentation.
   14456 
   14457 The above copyright notice and this permission notice shall be included in
   14458 all copies or substantial portions of the Software.
   14459 
   14460 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   14461 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   14462 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
   14463 AUTHOR BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
   14464 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
   14465 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
   14466 
   14467 Except as contained in this notice, the name of the author shall not be
   14468 used in advertising or otherwise to promote the sale, use or other dealings
   14469 in this Software without prior written authorization from the author.
   14470 
   14471 Copyright  2009 Red Hat, Inc.
   14472 
   14473 Permission is hereby granted, free of charge, to any person obtaining a
   14474 copy of this software and associated documentation files (the "Software"),
   14475 to deal in the Software without restriction, including without limitation
   14476 the rights to use, copy, modify, merge, publish, distribute, sublicense,
   14477 and/or sell copies of the Software, and to permit persons to whom the
   14478 Software is furnished to do so, subject to the following conditions:
   14479 
   14480 The above copyright notice and this permission notice (including the next
   14481 paragraph) shall be included in all copies or substantial portions of the
   14482 Software.
   14483 
   14484 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   14485 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   14486 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
   14487 THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
   14488 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
   14489 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
   14490 DEALINGS IN THE SOFTWARE.
   14491 
   14492 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   14493 </pre>
   14494 <ul>
   14495 
   14496 </ul>
   14497 </div>
   14498 </div>
   14499 
   14500 
   14501 <div class="product">
   14502 <span class="title">libXinerama-1.1.3</span>
   14503 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   14504 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span>
   14505 <div class="licence">
   14506 <pre>Scanned Source License libXinerama-1.1.3/COPYING:
   14507 
   14508 Copyright (c) 2007, Oracle and/or its affiliates. All rights reserved.
   14509 
   14510 Permission is hereby granted, free of charge, to any person obtaining a
   14511 copy of this software and associated documentation files (the "Software"),
   14512 to deal in the Software without restriction, including without limitation
   14513 the rights to use, copy, modify, merge, publish, distribute, sublicense,
   14514 and/or sell copies of the Software, and to permit persons to whom the
   14515 Software is furnished to do so, subject to the following conditions:
   14516 
   14517 The above copyright notice and this permission notice (including the next
   14518 paragraph) shall be included in all copies or substantial portions of the
   14519 Software.
   14520 
   14521 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   14522 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   14523 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
   14524 THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
   14525 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
   14526 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
   14527 DEALINGS IN THE SOFTWARE.
   14528 
   14529 Copyright 2003  The Open Group
   14530 
   14531 Permission to use, copy, modify, distribute, and sell this software and its
   14532 documentation for any purpose is hereby granted without fee, provided that
   14533 the above copyright notice appear in all copies and that both that
   14534 copyright notice and this permission notice appear in supporting
   14535 documentation.
   14536 
   14537 The above copyright notice and this permission notice shall be included in
   14538 all copies or substantial portions of the Software.
   14539 
   14540 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   14541 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   14542 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
   14543 OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
   14544 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
   14545 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
   14546 
   14547 Except as contained in this notice, the name of The Open Group shall not be
   14548 used in advertising or otherwise to promote the sale, use or other dealings
   14549 in this Software without prior written authorization from The Open Group.
   14550 
   14551 Copyright (c) 1991, 1997 Digital Equipment Corporation, Maynard, Massachusetts.
   14552 
   14553 Permission is hereby granted, free of charge, to any person obtaining a copy
   14554 of this software and associated documentation files (the "Software"), to deal
   14555 in the Software without restriction, including without limitation the rights
   14556 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
   14557 copies of the Software.
   14558 
   14559 The above copyright notice and this permission notice shall be included in
   14560 all copies or substantial portions of the Software.
   14561 
   14562 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   14563 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   14564 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
   14565 DIGITAL EQUIPMENT CORPORATION BE LIABLE FOR ANY CLAIM, DAMAGES, INCLUDING,
   14566 BUT NOT LIMITED TO CONSEQUENTIAL OR INCIDENTAL DAMAGES, OR OTHER LIABILITY,
   14567 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
   14568 IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
   14569 
   14570 Except as contained in this notice, the name of Digital Equipment Corporation
   14571 shall not be used in advertising or otherwise to promote the sale, use or other
   14572 dealings in this Software without prior written authorization from Digital
   14573 Equipment Corporation.
   14574 
   14575 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   14576 </pre>
   14577 <ul>
   14578 
   14579 </ul>
   14580 </div>
   14581 </div>
   14582 
   14583 
   14584 <div class="product">
   14585 <span class="title">libxkbfile-1.0.7</span>
   14586 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   14587 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span>
   14588 <div class="licence">
   14589 <pre>Scanned Source License libxkbfile-1.0.7/COPYING:
   14590 
   14591 Copyright (c) 1994-1996 by Silicon Graphics Computer Systems, Inc.
   14592 
   14593 Permission to use, copy, modify, and distribute this
   14594 software and its documentation for any purpose and without
   14595 fee is hereby granted, provided that the above copyright
   14596 notice appear in all copies and that both that copyright
   14597 notice and this permission notice appear in supporting
   14598 documentation, and that the name of Silicon Graphics not be 
   14599 used in advertising or publicity pertaining to distribution 
   14600 of the software without specific prior written permission.
   14601 Silicon Graphics makes no representation about the suitability 
   14602 of this software for any purpose. It is provided "as is"
   14603 without any express or implied warranty.
   14604 
   14605 SILICON GRAPHICS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS 
   14606 SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY 
   14607 AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON
   14608 GRAPHICS BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL 
   14609 DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 
   14610 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE 
   14611 OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION  WITH
   14612 THE USE OR PERFORMANCE OF THIS SOFTWARE.
   14613 
   14614 
   14615 Copyright 1987, 1998  The Open Group
   14616 
   14617 Permission to use, copy, modify, distribute, and sell this software and its
   14618 documentation for any purpose is hereby granted without fee, provided that
   14619 the above copyright notice appear in all copies and that both that
   14620 copyright notice and this permission notice appear in supporting
   14621 documentation.
   14622 
   14623 The above copyright notice and this permission notice shall be included in
   14624 all copies or substantial portions of the Software.
   14625 
   14626 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   14627 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   14628 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
   14629 OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
   14630 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
   14631 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
   14632 
   14633 Except as contained in this notice, the name of The Open Group shall not be
   14634 used in advertising or otherwise to promote the sale, use or other dealings
   14635 in this Software without prior written authorization from The Open Group.
   14636 
   14637 
   14638 Copyright 1987 by Digital Equipment Corporation, Maynard, Massachusetts.
   14639                         All Rights Reserved
   14640 
   14641 Permission to use, copy, modify, and distribute this software and its 
   14642 documentation for any purpose and without fee is hereby granted, 
   14643 provided that the above copyright notice appear in all copies and that
   14644 both that copyright notice and this permission notice appear in 
   14645 supporting documentation, and that the name of Digital not be
   14646 used in advertising or publicity pertaining to distribution of the
   14647 software without specific, written prior permission.  
   14648 
   14649 DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
   14650 ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL
   14651 DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR
   14652 ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
   14653 WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
   14654 ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
   14655 SOFTWARE.
   14656 
   14657 
   14658 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   14659 </pre>
   14660 <ul>
   14661 
   14662 </ul>
   14663 </div>
   14664 </div>
   14665 
   14666 
   14667 <div class="product">
   14668 <span class="title">libxml2-2.9.1</span>
   14669 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   14670 <span class="homepage"><a href="http://www.xmlsoft.org/">homepage</a></span>
   14671 <div class="licence">
   14672 <pre>Scanned Source License libxml2-2.9.1/COPYING:
   14673 
   14674 Except where otherwise noted in the source code (e.g. the files hash.c,
   14675 list.c and the trio files, which are covered by a similar licence but
   14676 with different Copyright notices) all the files are:
   14677 
   14678  Copyright (C) 1998-2012 Daniel Veillard.  All Rights Reserved.
   14679 
   14680 Permission is hereby granted, free of charge, to any person obtaining a copy
   14681 of this software and associated documentation files (the "Software"), to deal
   14682 in the Software without restriction, including without limitation the rights
   14683 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
   14684 copies of the Software, and to permit persons to whom the Software is fur-
   14685 nished to do so, subject to the following conditions:
   14686 
   14687 The above copyright notice and this permission notice shall be included in
   14688 all copies or substantial portions of the Software.
   14689 
   14690 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   14691 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FIT-
   14692 NESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
   14693 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
   14694 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
   14695 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
   14696 THE SOFTWARE.
   14697 
   14698 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   14699 
   14700 Scanned Source License libxml2-2.9.1/Copyright:
   14701 
   14702 Except where otherwise noted in the source code (e.g. the files hash.c,
   14703 list.c and the trio files, which are covered by a similar licence but
   14704 with different Copyright notices) all the files are:
   14705 
   14706  Copyright (C) 1998-2012 Daniel Veillard.  All Rights Reserved.
   14707 
   14708 Permission is hereby granted, free of charge, to any person obtaining a copy
   14709 of this software and associated documentation files (the "Software"), to deal
   14710 in the Software without restriction, including without limitation the rights
   14711 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
   14712 copies of the Software, and to permit persons to whom the Software is fur-
   14713 nished to do so, subject to the following conditions:
   14714 
   14715 The above copyright notice and this permission notice shall be included in
   14716 all copies or substantial portions of the Software.
   14717 
   14718 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   14719 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FIT-
   14720 NESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
   14721 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
   14722 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
   14723 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
   14724 THE SOFTWARE.
   14725 
   14726 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   14727 </pre>
   14728 <ul>
   14729 
   14730 </ul>
   14731 </div>
   14732 </div>
   14733 
   14734 
   14735 <div class="product">
   14736 <span class="title">libXmu-1.1.0</span>
   14737 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   14738 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span>
   14739 <div class="licence">
   14740 <pre>Scanned Source License libXmu-1.1.0/COPYING:
   14741 
   14742 Copyright 1989, 1998  The Open Group
   14743 
   14744 Permission to use, copy, modify, distribute, and sell this software and its
   14745 documentation for any purpose is hereby granted without fee, provided that
   14746 the above copyright notice appear in all copies and that both that
   14747 copyright notice and this permission notice appear in supporting
   14748 documentation.
   14749 
   14750 The above copyright notice and this permission notice shall be included in
   14751 all copies or substantial portions of the Software.
   14752 
   14753 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   14754 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   14755 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
   14756 OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
   14757 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
   14758 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
   14759 
   14760 Except as contained in this notice, the name of The Open Group shall not be
   14761 used in advertising or otherwise to promote the sale, use or other dealings
   14762 in this Software without prior written authorization from The Open Group.
   14763 
   14764 -----------
   14765 
   14766 Xmu/StrToBmap.c and Xmu/GrayPixmap.c also have:
   14767 
   14768 Copyright 1987, 1988 by Digital Equipment Corporation, Maynard, Massachusetts.
   14769 
   14770                         All Rights Reserved
   14771 
   14772 Permission to use, copy, modify, and distribute this software and its 
   14773 documentation for any purpose and without fee is hereby granted, 
   14774 provided that the above copyright notice appear in all copies and that
   14775 both that copyright notice and this permission notice appear in 
   14776 supporting documentation, and that the name of Digital not be
   14777 used in advertising or publicity pertaining to distribution of the
   14778 software without specific, written prior permission.  
   14779 
   14780 DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
   14781 ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL
   14782 DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR
   14783 ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
   14784 WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
   14785 ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
   14786 SOFTWARE.
   14787 
   14788 -----------
   14789 
   14790 And Xmu/Clip.c has:
   14791 
   14792 Copyright (c) 1998 by The XFree86 Project, Inc.
   14793 
   14794 Permission is hereby granted, free of charge, to any person obtaining a
   14795 copy of this software and associated documentation files (the "Software"),
   14796 to deal in the Software without restriction, including without limitation
   14797 the rights to use, copy, modify, merge, publish, distribute, sublicense,
   14798 and/or sell copies of the Software, and to permit persons to whom the
   14799 Software is furnished to do so, subject to the following conditions:
   14800 
   14801 The above copyright notice and this permission notice shall be included in
   14802 all copies or substantial portions of the Software.
   14803 
   14804 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   14805 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   14806 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
   14807 THE XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
   14808 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
   14809 OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
   14810 SOFTWARE.
   14811 
   14812 Except as contained in this notice, the name of the XFree86 Project shall
   14813 not be used in advertising or otherwise to promote the sale, use or other
   14814 dealings in this Software without prior written authorization from the
   14815 XFree86 Project.
   14816 
   14817 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   14818 </pre>
   14819 <ul>
   14820 
   14821 </ul>
   14822 </div>
   14823 </div>
   14824 
   14825 
   14826 <div class="product">
   14827 <span class="title">libXpm-3.5.9</span>
   14828 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   14829 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span>
   14830 <div class="licence">
   14831 <pre>Scanned Source License libXpm-3.5.9/COPYING:
   14832 
   14833 Copyright (C) 1989-95 GROUPE BULL
   14834 
   14835 Permission is hereby granted, free of charge, to any person obtaining a copy
   14836 of this software and associated documentation files (the "Software"), to
   14837 deal in the Software without restriction, including without limitation the
   14838 rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
   14839 sell copies of the Software, and to permit persons to whom the Software is
   14840 furnished to do so, subject to the following conditions:
   14841 
   14842 The above copyright notice and this permission notice shall be included in
   14843 all copies or substantial portions of the Software.
   14844 
   14845 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   14846 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   14847 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
   14848 GROUPE BULL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
   14849 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
   14850 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
   14851 
   14852 Except as contained in this notice, the name of GROUPE BULL shall not be
   14853 used in advertising or otherwise to promote the sale, use or other dealings
   14854 in this Software without prior written authorization from GROUPE BULL.
   14855 
   14856 Copyright (C) 1998 Arnaud LE HORS
   14857 
   14858 Permission is hereby granted, free of charge, to any person obtaining a copy
   14859 of this software and associated documentation files (the "Software"), to
   14860 deal in the Software without restriction, including without limitation the
   14861 rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
   14862 sell copies of the Software, and to permit persons to whom the Software is
   14863 furnished to do so, subject to the following conditions:
   14864 
   14865 The above copyright notice and this permission notice shall be included in
   14866 all copies or substantial portions of the Software.
   14867 
   14868 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   14869 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   14870 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
   14871 Arnaud LE HORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
   14872 IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
   14873 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
   14874 
   14875 Except as contained in this notice, the name of Arnaud LE HORS shall not be
   14876 used in advertising or otherwise to promote the sale, use or other dealings
   14877 in this Software without prior written authorization from Arnaud LE HORS.
   14878 
   14879 Copyright (C) 19896 Lorens Younes
   14880 
   14881 Permission is hereby granted, free of charge, to any person obtaining a copy
   14882 of this software and associated documentation files (the "Software"), to
   14883 deal in the Software without restriction, including without limitation the
   14884 rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
   14885 sell copies of the Software, and to permit persons to whom the Software is
   14886 furnished to do so, subject to the following conditions:
   14887 
   14888 The above copyright notice and this permission notice shall be included in
   14889 all copies or substantial portions of the Software.
   14890 
   14891 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   14892 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   14893 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
   14894 Lorens Younes BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
   14895 IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
   14896 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
   14897 
   14898 Except as contained in this notice, the name of Lorens Younes shall not be
   14899 used in advertising or otherwise to promote the sale, use or other dealings
   14900 in this Software without prior written authorization from Lorens Younes.
   14901 
   14902 
   14903 
   14904 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   14905 
   14906 Scanned Source License libXpm-3.5.9/COPYRIGHT:
   14907 
   14908 /*
   14909  * Copyright (C) 1989-95 GROUPE BULL
   14910  *
   14911  * Permission is hereby granted, free of charge, to any person obtaining a copy
   14912  * of this software and associated documentation files (the "Software"), to
   14913  * deal in the Software without restriction, including without limitation the
   14914  * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
   14915  * sell copies of the Software, and to permit persons to whom the Software is
   14916  * furnished to do so, subject to the following conditions:
   14917  *
   14918  * The above copyright notice and this permission notice shall be included in
   14919  * all copies or substantial portions of the Software.
   14920  *
   14921  * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   14922  * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   14923  * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
   14924  * GROUPE BULL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
   14925  * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
   14926  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
   14927  *
   14928  * Except as contained in this notice, the name of GROUPE BULL shall not be
   14929  * used in advertising or otherwise to promote the sale, use or other dealings
   14930  * in this Software without prior written authorization from GROUPE BULL.
   14931  */
   14932 
   14933 Arnaud LE HORS      BULL Research FRANCE -- Koala Project 
   14934                     (XPM - X PixMap format version 2 &amp; 3)
   14935     Internet:       lehors (a] sophia.inria.fr
   14936 Surface Mail:       Arnaud LE HORS, INRIA - Sophia Antipolis, 
   14937                     2004, route des Lucioles, 06565 Valbonne Cedex -- FRANCE
   14938  Voice phone:       (33) 93.65.77.71, Fax: (33) 93 65 77 66, Telex: 97 00 50 F
   14939 
   14940 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   14941 </pre>
   14942 <ul>
   14943 
   14944 </ul>
   14945 </div>
   14946 </div>
   14947 
   14948 
   14949 <div class="product">
   14950 <span class="title">libXrandr-1.4.1</span>
   14951 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   14952 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span>
   14953 <div class="licence">
   14954 <pre>Scanned Source License libXrandr-1.4.1/COPYING:
   14955 
   14956 Copyright  2000, Compaq Computer Corporation,
   14957 Copyright  2002, Hewlett Packard, Inc.
   14958 
   14959 Permission to use, copy, modify, distribute, and sell this software and its
   14960 documentation for any purpose is hereby granted without fee, provided that
   14961 the above copyright notice appear in all copies and that both that
   14962 copyright notice and this permission notice appear in supporting
   14963 documentation, and that the name of Compaq or HP not be used in advertising
   14964 or publicity pertaining to distribution of the software without specific,
   14965 written prior permission.  HP makes no representations about the
   14966 suitability of this software for any purpose.  It is provided "as is"
   14967 without express or implied warranty.
   14968 
   14969 HP DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL
   14970 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL HP
   14971 BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
   14972 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
   14973 OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
   14974 CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
   14975 
   14976 Copyright  2000 Compaq Computer Corporation, Inc.
   14977 Copyright  2002 Hewlett-Packard Company, Inc.
   14978 Copyright  2006 Intel Corporation
   14979 Copyright  2008 Red Hat, Inc.
   14980 
   14981 Permission to use, copy, modify, distribute, and sell this software and its
   14982 documentation for any purpose is hereby granted without fee, provided that
   14983 the above copyright notice appear in all copies and that both that copyright
   14984 notice and this permission notice appear in supporting documentation, and
   14985 that the name of the copyright holders not be used in advertising or
   14986 publicity pertaining to distribution of the software without specific,
   14987 written prior permission.  The copyright holders make no representations
   14988 about the suitability of this software for any purpose.  It is provided "as
   14989 is" without express or implied warranty.
   14990 
   14991 THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
   14992 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
   14993 EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY SPECIAL, INDIRECT OR
   14994 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
   14995 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
   14996 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
   14997 OF THIS SOFTWARE.
   14998 
   14999 Copyright  2000 Compaq Computer Corporation, Inc.
   15000 Copyright  2002 Hewlett Packard Company, Inc.
   15001 Copyright  2006 Keith Packard
   15002 
   15003 Permission to use, copy, modify, distribute, and sell this software and its
   15004 documentation for any purpose is hereby granted without fee, provided that
   15005 the above copyright notice appear in all copies and that both that copyright
   15006 notice and this permission notice appear in supporting documentation, and
   15007 that the name of the copyright holders not be used in advertising or
   15008 publicity pertaining to distribution of the software without specific,
   15009 written prior permission.  The copyright holders make no representations
   15010 about the suitability of this software for any purpose.  It is provided "as
   15011 is" without express or implied warranty.
   15012 
   15013 THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
   15014 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
   15015 EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY SPECIAL, INDIRECT OR
   15016 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
   15017 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
   15018 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
   15019 OF THIS SOFTWARE.
   15020 
   15021 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   15022 </pre>
   15023 <ul>
   15024 
   15025 </ul>
   15026 </div>
   15027 </div>
   15028 
   15029 
   15030 <div class="product">
   15031 <span class="title">libXrender-0.9.8</span>
   15032 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   15033 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span>
   15034 <div class="licence">
   15035 <pre>Scanned Source License libXrender-0.9.8/COPYING:
   15036 
   15037 
   15038 Copyright  2001,2003 Keith Packard
   15039 
   15040 Permission to use, copy, modify, distribute, and sell this software and its
   15041 documentation for any purpose is hereby granted without fee, provided that
   15042 the above copyright notice appear in all copies and that both that
   15043 copyright notice and this permission notice appear in supporting
   15044 documentation, and that the name of Keith Packard not be used in
   15045 advertising or publicity pertaining to distribution of the software without
   15046 specific, written prior permission.  Keith Packard makes no
   15047 representations about the suitability of this software for any purpose.  It
   15048 is provided "as is" without express or implied warranty.
   15049 
   15050 KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
   15051 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
   15052 EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR
   15053 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
   15054 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
   15055 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
   15056 PERFORMANCE OF THIS SOFTWARE.
   15057 
   15058 Copyright  2000 SuSE, Inc.
   15059 
   15060 Permission to use, copy, modify, distribute, and sell this software and its
   15061 documentation for any purpose is hereby granted without fee, provided that
   15062 the above copyright notice appear in all copies and that both that
   15063 copyright notice and this permission notice appear in supporting
   15064 documentation, and that the name of SuSE not be used in advertising or
   15065 publicity pertaining to distribution of the software without specific,
   15066 written prior permission.  SuSE makes no representations about the
   15067 suitability of this software for any purpose.  It is provided "as is"
   15068 without express or implied warranty.
   15069 
   15070 SuSE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL
   15071 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL SuSE
   15072 BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
   15073 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
   15074 OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
   15075 CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
   15076 
   15077 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   15078 </pre>
   15079 <ul>
   15080 
   15081 </ul>
   15082 </div>
   15083 </div>
   15084 
   15085 
   15086 <div class="product">
   15087 <span class="title">libXt-1.1.4</span>
   15088 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   15089 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span>
   15090 <div class="licence">
   15091 <pre>Scanned Source License libXt-1.1.4/COPYING:
   15092 
   15093 
   15094 Copyright  2001,2003 Keith Packard
   15095 
   15096 Permission to use, copy, modify, distribute, and sell this software and its
   15097 documentation for any purpose is hereby granted without fee, provided that
   15098 the above copyright notice appear in all copies and that both that
   15099 copyright notice and this permission notice appear in supporting
   15100 documentation, and that the name of Keith Packard not be used in
   15101 advertising or publicity pertaining to distribution of the software without
   15102 specific, written prior permission.  Keith Packard makes no
   15103 representations about the suitability of this software for any purpose.  It
   15104 is provided "as is" without express or implied warranty.
   15105 
   15106 KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
   15107 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
   15108 EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR
   15109 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
   15110 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
   15111 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
   15112 PERFORMANCE OF THIS SOFTWARE.
   15113 
   15114 Copyright (c) 1993, 2011, Oracle and/or its affiliates. All rights reserved.
   15115 
   15116 Permission is hereby granted, free of charge, to any person obtaining a
   15117 copy of this software and associated documentation files (the "Software"),
   15118 to deal in the Software without restriction, including without limitation
   15119 the rights to use, copy, modify, merge, publish, distribute, sublicense,
   15120 and/or sell copies of the Software, and to permit persons to whom the
   15121 Software is furnished to do so, subject to the following conditions:
   15122 
   15123 The above copyright notice and this permission notice (including the next
   15124 paragraph) shall be included in all copies or substantial portions of the
   15125 Software.
   15126 
   15127 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   15128 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   15129 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
   15130 THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
   15131 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
   15132 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
   15133 DEALINGS IN THE SOFTWARE.
   15134 
   15135 
   15136 Copyright 1987, 1988 by Digital Equipment Corporation, Maynard, Massachusetts,
   15137 
   15138                         All Rights Reserved
   15139 
   15140 Permission to use, copy, modify, and distribute this software and its
   15141 documentation for any purpose and without fee is hereby granted,
   15142 provided that the above copyright notice appear in all copies and that
   15143 both that copyright notice and this permission notice appear in
   15144 supporting documentation, and that the name of Digital not be
   15145 used in advertising or publicity pertaining to distribution of the
   15146 software without specific, written prior permission.
   15147 
   15148 DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
   15149 ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL
   15150 DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR
   15151 ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
   15152 WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
   15153 ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
   15154 SOFTWARE.
   15155 
   15156 Copyright 1987, 1988, 1998  The Open Group
   15157 
   15158 Permission to use, copy, modify, distribute, and sell this software and its
   15159 documentation for any purpose is hereby granted without fee, provided that
   15160 the above copyright notice appear in all copies and that both that
   15161 copyright notice and this permission notice appear in supporting
   15162 documentation.
   15163 
   15164 The above copyright notice and this permission notice shall be included in
   15165 all copies or substantial portions of the Software.
   15166 
   15167 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   15168 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   15169 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
   15170 OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
   15171 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
   15172 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
   15173 
   15174 Except as contained in this notice, the name of The Open Group shall not be
   15175 used in advertising or otherwise to promote the sale, use or other dealings
   15176 in this Software without prior written authorization from The Open Group.
   15177 
   15178 
   15179 Copyright (c) 1993, 1994  X Consortium
   15180 
   15181 Permission is hereby granted, free of charge, to any person obtaining a
   15182 copy of this software and associated documentation files (the "Software"),
   15183 to deal in the Software without restriction, including without limitation
   15184 the rights to use, copy, modify, merge, publish, distribute, sublicense,
   15185 and/or sell copies of the Software, and to permit persons to whom the
   15186 Software furnished to do so, subject to the following conditions:
   15187 
   15188 The above copyright notice and this permission notice shall be included in
   15189 all copies or substantial portions of the Software.
   15190 
   15191 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   15192 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   15193 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
   15194 THE X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
   15195 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
   15196 OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
   15197 SOFTWARE.
   15198 
   15199 Except as contained in this notice, the name of the X Consortium shall not
   15200 be used in advertising or otherwise to promote the sale, use or other
   15201 dealing in this Software without prior written authorization from the
   15202 X Consortium.
   15203 
   15204 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   15205 </pre>
   15206 <ul>
   15207 
   15208 </ul>
   15209 </div>
   15210 </div>
   15211 
   15212 
   15213 <div class="product">
   15214 <span class="title">libXtst-1.2.0</span>
   15215 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   15216 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span>
   15217 <div class="licence">
   15218 <pre>Scanned Source License libXtst-1.2.0/COPYING:
   15219 
   15220 Copyright 1990, 1991 by UniSoft Group Limited
   15221 Copyright 1992, 1993, 1995, 1998  The Open Group
   15222 
   15223 Permission to use, copy, modify, distribute, and sell this software and its
   15224 documentation for any purpose is hereby granted without fee, provided that
   15225 the above copyright notice appear in all copies and that both that
   15226 copyright notice and this permission notice appear in supporting
   15227 documentation.
   15228 
   15229 The above copyright notice and this permission notice shall be included
   15230 in all copies or substantial portions of the Software.
   15231 
   15232 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
   15233 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
   15234 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
   15235 IN NO EVENT SHALL THE OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR
   15236 OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
   15237 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
   15238 OTHER DEALINGS IN THE SOFTWARE.
   15239 
   15240 Except as contained in this notice, the name of The Open Group shall
   15241 not be used in advertising or otherwise to promote the sale, use or
   15242 other dealings in this Software without prior written authorization
   15243 from The Open Group.
   15244 
   15245 ***************************************************************************
   15246 
   15247 Copyright 1995 Network Computing Devices
   15248 
   15249 Permission to use, copy, modify, distribute, and sell this software and
   15250 its documentation for any purpose is hereby granted without fee, provided
   15251 that the above copyright notice appear in all copies and that both that
   15252 copyright notice and this permission notice appear in supporting
   15253 documentation, and that the name of Network Computing Devices
   15254 not be used in advertising or publicity pertaining to distribution
   15255 of the software without specific, written prior permission.
   15256 
   15257 NETWORK COMPUTING DEVICES DISCLAIMs ALL WARRANTIES WITH REGARD TO
   15258 THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
   15259 AND FITNESS, IN NO EVENT SHALL NETWORK COMPUTING DEVICES BE LIABLE
   15260 FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
   15261 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
   15262 AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
   15263 OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
   15264 
   15265 ***************************************************************************
   15266 
   15267 Copyright 2005  Red Hat, Inc.
   15268 
   15269 Permission to use, copy, modify, distribute, and sell this software and its
   15270 documentation for any purpose is hereby granted without fee, provided that
   15271 the above copyright notice appear in all copies and that both that
   15272 copyright notice and this permission notice appear in supporting
   15273 documentation, and that the name of Red Hat not be used in
   15274 advertising or publicity pertaining to distribution of the software without
   15275 specific, written prior permission.  Red Hat makes no
   15276 representations about the suitability of this software for any purpose.  It
   15277 is provided "as is" without express or implied warranty.
   15278 
   15279 RED HAT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
   15280 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
   15281 EVENT SHALL RED HAT BE LIABLE FOR ANY SPECIAL, INDIRECT OR
   15282 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
   15283 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
   15284 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
   15285 PERFORMANCE OF THIS SOFTWARE.
   15286 
   15287 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   15288 </pre>
   15289 <ul>
   15290 
   15291 </ul>
   15292 </div>
   15293 </div>
   15294 
   15295 
   15296 <div class="product">
   15297 <span class="title">libXxf86vm-1.1.3</span>
   15298 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   15299 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span>
   15300 <div class="licence">
   15301 <pre>Scanned Source License libXxf86vm-1.1.3/COPYING:
   15302 
   15303 Copyright (c) 1995  Kaleb S. KEITHLEY
   15304 
   15305 Permission is hereby granted, free of charge, to any person obtaining
   15306 a copy of this software and associated documentation files (the
   15307 "Software"), to deal in the Software without restriction, including
   15308 without limitation the rights to use, copy, modify, merge, publish,
   15309 distribute, sublicense, and/or sell copies of the Software, and to
   15310 permit persons to whom the Software is furnished to do so, subject to
   15311 the following conditions:
   15312 
   15313 The above copyright notice and this permission notice shall be
   15314 included in all copies or substantial portions of the Software.
   15315 
   15316 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
   15317 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
   15318 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
   15319 IN NO EVENT SHALL Kaleb S. KEITHLEY BE LIABLE FOR ANY CLAIM, DAMAGES
   15320 OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
   15321 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
   15322 OTHER DEALINGS IN THE SOFTWARE.
   15323 
   15324 Except as contained in this notice, the name of Kaleb S. KEITHLEY
   15325 shall not be used in advertising or otherwise to promote the sale, use
   15326 or other dealings in this Software without prior written authorization
   15327 from Kaleb S. KEITHLEY.
   15328 
   15329 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   15330 </pre>
   15331 <ul>
   15332 
   15333 </ul>
   15334 </div>
   15335 </div>
   15336 
   15337 
   15338 <div class="product">
   15339 <span class="title">Linux-2.6</span>
   15340 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   15341 <span class="homepage"><a href="http://www.kernel.org/">homepage</a></span>
   15342 <div class="licence">
   15343 <pre></pre>
   15344 <ul>
   15345 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
   15346 </ul>
   15347 </div>
   15348 </div>
   15349 
   15350 
   15351 <div class="product">
   15352 <span class="title">linux-headers-3.12</span>
   15353 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   15354 <span class="homepage"><a href="http://www.kernel.org/">homepage</a></span>
   15355 <div class="licence">
   15356 <pre></pre>
   15357 <ul>
   15358 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
   15359 </ul>
   15360 </div>
   15361 </div>
   15362 
   15363 
   15364 <div class="product">
   15365 <span class="title">llvm-3.2</span>
   15366 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   15367 <span class="homepage"><a href="http://llvm.org/">homepage</a></span>
   15368 <div class="licence">
   15369 <pre>Scanned Source License llvm-3.2.src/LICENSE.TXT:
   15370 
   15371 ==============================================================================
   15372 LLVM Release License
   15373 ==============================================================================
   15374 University of Illinois/NCSA
   15375 Open Source License
   15376 
   15377 Copyright (c) 2003-2012 University of Illinois at Urbana-Champaign.
   15378 All rights reserved.
   15379 
   15380 Developed by:
   15381 
   15382     LLVM Team
   15383 
   15384     University of Illinois at Urbana-Champaign
   15385 
   15386     http://llvm.org
   15387 
   15388 Permission is hereby granted, free of charge, to any person obtaining a copy of
   15389 this software and associated documentation files (the "Software"), to deal with
   15390 the Software without restriction, including without limitation the rights to
   15391 use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
   15392 of the Software, and to permit persons to whom the Software is furnished to do
   15393 so, subject to the following conditions:
   15394 
   15395     * Redistributions of source code must retain the above copyright notice,
   15396       this list of conditions and the following disclaimers.
   15397 
   15398     * Redistributions in binary form must reproduce the above copyright notice,
   15399       this list of conditions and the following disclaimers in the
   15400       documentation and/or other materials provided with the distribution.
   15401 
   15402     * Neither the names of the LLVM Team, University of Illinois at
   15403       Urbana-Champaign, nor the names of its contributors may be used to
   15404       endorse or promote products derived from this Software without specific
   15405       prior written permission.
   15406 
   15407 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   15408 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
   15409 FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
   15410 CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
   15411 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
   15412 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS WITH THE
   15413 SOFTWARE.
   15414 
   15415 ==============================================================================
   15416 Copyrights and Licenses for Third Party Software Distributed with LLVM:
   15417 ==============================================================================
   15418 The LLVM software contains code written by third parties.  Such software will
   15419 have its own individual LICENSE.TXT file in the directory in which it appears.
   15420 This file will describe the copyrights, license, and restrictions which apply
   15421 to that code.
   15422 
   15423 The disclaimer of warranty in the University of Illinois Open Source License
   15424 applies to all code in the LLVM Distribution, and nothing in any of the
   15425 other licenses gives permission to use the names of the LLVM Team or the
   15426 University of Illinois to endorse or promote products derived from this
   15427 Software.
   15428 
   15429 The following pieces of software have additional or alternate copyrights,
   15430 licenses, and/or restrictions:
   15431 
   15432 Program             Directory
   15433 -------             ---------
   15434 Autoconf            llvm/autoconf
   15435                     llvm/projects/ModuleMaker/autoconf
   15436                     llvm/projects/sample/autoconf
   15437 CellSPU backend     llvm/lib/Target/CellSPU/README.txt
   15438 Google Test         llvm/utils/unittest/googletest
   15439 OpenBSD regex       llvm/lib/Support/{reg*, COPYRIGHT.regex}
   15440 pyyaml tests        llvm/test/YAMLParser/{*.data, LICENSE.TXT}
   15441 
   15442 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   15443 
   15444 Scanned Source License llvm-3.2.src/autoconf/LICENSE.TXT:
   15445 
   15446 ------------------------------------------------------------------------------
   15447 Autoconf Files
   15448 ------------------------------------------------------------------------------
   15449 All autoconf files are licensed under the LLVM license with the following
   15450 additions:
   15451 
   15452 llvm/autoconf/install-sh:
   15453 	This script is licensed under the LLVM license, with the following
   15454 	additional copyrights and restrictions:
   15455 
   15456 	Copyright 1991 by the Massachusetts Institute of Technology
   15457 
   15458 	Permission to use, copy, modify, distribute, and sell this software and its
   15459 	documentation for any purpose is hereby granted without fee, provided that
   15460 	the above copyright notice appear in all copies and that both that
   15461 	copyright notice and this permission notice appear in supporting 
   15462 	documentation, and that the name of M.I.T. not be used in advertising or
   15463 	publicity pertaining to distribution of the software without specific,
   15464 	written prior permission.  M.I.T. makes no representations about the
   15465 	suitability of this software for any purpose.  It is provided "as is"
   15466 	without express or implied warranty.
   15467 
   15468 Please see the source files for additional copyrights.
   15469 
   15470 
   15471 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   15472 
   15473 Scanned Source License llvm-3.2.src/include/llvm/Support/LICENSE.TXT:
   15474 
   15475 LLVM System Interface Library
   15476 -------------------------------------------------------------------------------
   15477 The LLVM System Interface Library is licensed under the Illinois Open Source
   15478 License and has the following additional copyright:
   15479 
   15480 Copyright (C) 2004 eXtensible Systems, Inc.
   15481 
   15482 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   15483 
   15484 Scanned Source License llvm-3.2.src/lib/Support/COPYRIGHT.regex:
   15485 
   15486 $OpenBSD: COPYRIGHT,v 1.3 2003/06/02 20:18:36 millert Exp $
   15487 
   15488 Copyright 1992, 1993, 1994 Henry Spencer.  All rights reserved.
   15489 This software is not subject to any license of the American Telephone
   15490 and Telegraph Company or of the Regents of the University of California.
   15491 
   15492 Permission is granted to anyone to use this software for any purpose on
   15493 any computer system, and to alter it and redistribute it, subject
   15494 to the following restrictions:
   15495 
   15496 1. The author is not responsible for the consequences of use of this
   15497    software, no matter how awful, even if they arise from flaws in it.
   15498 
   15499 2. The origin of this software must not be misrepresented, either by
   15500    explicit claim or by omission.  Since few users ever read sources,
   15501    credits must appear in the documentation.
   15502 
   15503 3. Altered versions must be plainly marked as such, and must not be
   15504    misrepresented as being the original software.  Since few users
   15505    ever read sources, credits must appear in the documentation.
   15506 
   15507 4. This notice may not be removed or altered.
   15508 
   15509 =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   15510 /*-
   15511  * Copyright (c) 1994
   15512  *	The Regents of the University of California.  All rights reserved.
   15513  *
   15514  * Redistribution and use in source and binary forms, with or without
   15515  * modification, are permitted provided that the following conditions
   15516  * are met:
   15517  * 1. Redistributions of source code must retain the above copyright
   15518  *    notice, this list of conditions and the following disclaimer.
   15519  * 2. Redistributions in binary form must reproduce the above copyright
   15520  *    notice, this list of conditions and the following disclaimer in the
   15521  *    documentation and/or other materials provided with the distribution.
   15522  * 3. Neither the name of the University nor the names of its contributors
   15523  *    may be used to endorse or promote products derived from this software
   15524  *    without specific prior written permission.
   15525  *
   15526  * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
   15527  * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
   15528  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
   15529  * ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
   15530  * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
   15531  * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
   15532  * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
   15533  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
   15534  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
   15535  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
   15536  * SUCH DAMAGE.
   15537  *
   15538  *	@(#)COPYRIGHT	8.1 (Berkeley) 3/16/94
   15539  */
   15540 
   15541 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   15542 
   15543 Scanned Source License llvm-3.2.src/projects/sample/autoconf/LICENSE.TXT:
   15544 
   15545 ------------------------------------------------------------------------------
   15546 Autoconf Files
   15547 ------------------------------------------------------------------------------
   15548 All autoconf files are licensed under the LLVM license with the following
   15549 additions:
   15550 
   15551 llvm/autoconf/install-sh:
   15552 	This script is licensed under the LLVM license, with the following
   15553 	additional copyrights and restrictions:
   15554 
   15555 	Copyright 1991 by the Massachusetts Institute of Technology
   15556 
   15557 	Permission to use, copy, modify, distribute, and sell this software and its
   15558 	documentation for any purpose is hereby granted without fee, provided that
   15559 	the above copyright notice appear in all copies and that both that
   15560 	copyright notice and this permission notice appear in supporting 
   15561 	documentation, and that the name of M.I.T. not be used in advertising or
   15562 	publicity pertaining to distribution of the software without specific,
   15563 	written prior permission.  M.I.T. makes no representations about the
   15564 	suitability of this software for any purpose.  It is provided "as is"
   15565 	without express or implied warranty.
   15566 
   15567 Please see the source files for additional copyrights.
   15568 
   15569 
   15570 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   15571 
   15572 Scanned Source License llvm-3.2.src/test/YAMLParser/LICENSE.txt:
   15573 
   15574 Copyright (c) 2006 Kirill Simonov
   15575 
   15576 Permission is hereby granted, free of charge, to any person obtaining a copy of
   15577 this software and associated documentation files (the "Software"), to deal in
   15578 the Software without restriction, including without limitation the rights to
   15579 use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
   15580 of the Software, and to permit persons to whom the Software is furnished to do
   15581 so, subject to the following conditions:
   15582 
   15583 The above copyright notice and this permission notice shall be included in all
   15584 copies or substantial portions of the Software.
   15585 
   15586 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   15587 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   15588 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
   15589 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
   15590 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
   15591 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
   15592 SOFTWARE.
   15593 
   15594 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   15595 
   15596 Scanned Source License llvm-3.2.src/utils/unittest/googletest/LICENSE.TXT:
   15597 
   15598 Copyright 2008, Google Inc.
   15599 All rights reserved.
   15600 
   15601 Redistribution and use in source and binary forms, with or without
   15602 modification, are permitted provided that the following conditions are
   15603 met:
   15604 
   15605     * Redistributions of source code must retain the above copyright
   15606 notice, this list of conditions and the following disclaimer.
   15607     * Redistributions in binary form must reproduce the above
   15608 copyright notice, this list of conditions and the following disclaimer
   15609 in the documentation and/or other materials provided with the
   15610 distribution.
   15611     * Neither the name of Google Inc. nor the names of its
   15612 contributors may be used to endorse or promote products derived from
   15613 this software without specific prior written permission.
   15614 
   15615 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
   15616 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
   15617 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
   15618 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
   15619 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
   15620 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
   15621 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
   15622 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
   15623 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
   15624 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
   15625 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
   15626 
   15627 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   15628 
   15629 Gentoo Package Stock License UoI-NCSA:
   15630 
   15631 Copyright (c) &lt;YEAR&gt; &lt;OWNER ORGANIZATION NAME&gt;.  All rights reserved.
   15632 
   15633 Developed by: &lt;NAME OF DEVELOPMENT GROUP&gt;
   15634               &lt;NAME OF INSTITUTION&gt;
   15635               &lt;URL FOR DEVELOPMENT GROUP/INSTITUTION&gt;
   15636 
   15637 Permission is hereby granted, free of charge, to any person obtaining a copy
   15638 of this software and associated documentation files (the "Software"), to
   15639 deal with the Software without restriction, including without limitation the
   15640 rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
   15641 sell copies of the Software, and to permit persons to whom the Software is
   15642 furnished to do so, subject to the following conditions:
   15643   1. Redistributions of source code must retain the above copyright notice,
   15644      this list of conditions and the following disclaimers.
   15645   2. Redistributions in binary form must reproduce the above copyright
   15646      notice, this list of conditions and the following disclaimers in the
   15647      documentation and/or other materials provided with the distribution.
   15648   3. Neither the names of &lt;NAME OF DEVELOPMENT GROUP&gt;, &lt;NAME OF
   15649      INSTITUTION&gt;, nor the names of its contributors may be used to endorse
   15650      or promote products derived from this Software without specific prior
   15651      written permission.
   15652 
   15653 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   15654 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   15655 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
   15656 CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
   15657 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
   15658 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
   15659 WITH THE SOFTWARE.
   15660 
   15661 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   15662 </pre>
   15663 <ul>
   15664 
   15665 </ul>
   15666 </div>
   15667 </div>
   15668 
   15669 
   15670 <div class="product">
   15671 <span class="title">lmbench-3.0_alpha9</span>
   15672 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   15673 <span class="homepage"><a href="http://www.bitmover.com/lmbench/whatis_lmbench.html">homepage</a></span>
   15674 <div class="licence">
   15675 <pre></pre>
   15676 <ul>
   15677 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
   15678 </ul>
   15679 </div>
   15680 </div>
   15681 
   15682 
   15683 <div class="product">
   15684 <span class="title">lohitfonts-cros-2.5.0</span>
   15685 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   15686 <span class="homepage"><a href="http://fedorahosted.org/lohit">homepage</a></span>
   15687 <div class="licence">
   15688 <pre>Scanned Source License lohitfonts-cros-2.5.0/LICENSE:
   15689 
   15690 Copyright 2011 Lohit Fonts Project contributors
   15691   &lt;http://fedorahosted.org/lohit>;, 
   15692 with Reserved Font Name Lohit.
   15693 
   15694 This Font Software is licensed under the SIL Open Font License, Version 1.1.
   15695 This license is copied below, and is also available with a FAQ at:
   15696 http://scripts.sil.org/OFL
   15697 
   15698 
   15699 -----------------------------------------------------------
   15700 SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
   15701 -----------------------------------------------------------
   15702 
   15703 PREAMBLE
   15704 The goals of the Open Font License (OFL) are to stimulate worldwide
   15705 development of collaborative font projects, to support the font creation
   15706 efforts of academic and linguistic communities, and to provide a free and
   15707 open framework in which fonts may be shared and improved in partnership
   15708 with others.
   15709 
   15710 The OFL allows the licensed fonts to be used, studied, modified and
   15711 redistributed freely as long as they are not sold by themselves. The
   15712 fonts, including any derivative works, can be bundled, embedded, 
   15713 redistributed and/or sold with any software provided that any reserved
   15714 names are not used by derivative works. The fonts and derivatives,
   15715 however, cannot be released under any other type of license. The
   15716 requirement for fonts to remain under this license does not apply
   15717 to any document created using the fonts or their derivatives.
   15718 
   15719 DEFINITIONS
   15720 "Font Software" refers to the set of files released by the Copyright
   15721 Holder(s) under this license and clearly marked as such. This may
   15722 include source files, build scripts and documentation.
   15723 
   15724 "Reserved Font Name" refers to any names specified as such after the
   15725 copyright statement(s).
   15726 
   15727 "Original Version" refers to the collection of Font Software components as
   15728 distributed by the Copyright Holder(s).
   15729 
   15730 "Modified Version" refers to any derivative made by adding to, deleting,
   15731 or substituting -- in part or in whole -- any of the components of the
   15732 Original Version, by changing formats or by porting the Font Software to a
   15733 new environment.
   15734 
   15735 "Author" refers to any designer, engineer, programmer, technical
   15736 writer or other person who contributed to the Font Software.
   15737 
   15738 PERMISSION &amp; CONDITIONS
   15739 Permission is hereby granted, free of charge, to any person obtaining
   15740 a copy of the Font Software, to use, study, copy, merge, embed, modify,
   15741 redistribute, and sell modified and unmodified copies of the Font
   15742 Software, subject to the following conditions:
   15743 
   15744 1) Neither the Font Software nor any of its individual components,
   15745 in Original or Modified Versions, may be sold by itself.
   15746 
   15747 2) Original or Modified Versions of the Font Software may be bundled,
   15748 redistributed and/or sold with any software, provided that each copy
   15749 contains the above copyright notice and this license. These can be
   15750 included either as stand-alone text files, human-readable headers or
   15751 in the appropriate machine-readable metadata fields within text or
   15752 binary files as long as those fields can be easily viewed by the user.
   15753 
   15754 3) No Modified Version of the Font Software may use the Reserved Font
   15755 Name(s) unless explicit written permission is granted by the corresponding
   15756 Copyright Holder. This restriction only applies to the primary font name as
   15757 presented to the users.
   15758 
   15759 4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
   15760 Software shall not be used to promote, endorse or advertise any
   15761 Modified Version, except to acknowledge the contribution(s) of the
   15762 Copyright Holder(s) and the Author(s) or with their explicit written
   15763 permission.
   15764 
   15765 5) The Font Software, modified or unmodified, in part or in whole,
   15766 must be distributed entirely under this license, and must not be
   15767 distributed under any other license. The requirement for fonts to
   15768 remain under this license does not apply to any document created
   15769 using the Font Software.
   15770 
   15771 TERMINATION
   15772 This license becomes null and void if any of the above conditions are
   15773 not met.
   15774 
   15775 DISCLAIMER
   15776 THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
   15777 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
   15778 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
   15779 OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
   15780 COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
   15781 INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
   15782 DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
   15783 FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
   15784 OTHER DEALINGS IN THE FONT SOFTWARE.
   15785 
   15786 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   15787 </pre>
   15788 <ul>
   15789 <li><a href='#OFL-1.1'>Gentoo Package Stock License OFL-1.1</a></li>
   15790 </ul>
   15791 </div>
   15792 </div>
   15793 
   15794 
   15795 <div class="product">
   15796 <span class="title">lrzsz-0.12.20</span>
   15797 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   15798 <span class="homepage"><a href="http://www.ohse.de/uwe/software/lrzsz.html">homepage</a></span>
   15799 <div class="licence">
   15800 <pre></pre>
   15801 <ul>
   15802 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
   15803 </ul>
   15804 </div>
   15805 </div>
   15806 
   15807 
   15808 <div class="product">
   15809 <span class="title">lshw-02.17b</span>
   15810 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   15811 <span class="homepage"><a href="http://ezix.org/project/wiki/HardwareLiSter">homepage</a></span>
   15812 <div class="licence">
   15813 <pre></pre>
   15814 <ul>
   15815 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
   15816 </ul>
   15817 </div>
   15818 </div>
   15819 
   15820 
   15821 <div class="product">
   15822 <span class="title">lsof-4.81</span>
   15823 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   15824 <span class="homepage"><a href="ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/">homepage</a></span>
   15825 <div class="licence">
   15826 <pre>Gentoo Package Stock License lsof:
   15827 
   15828 ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/FAQ#1.9
   15829 
   15830 Copyright 2002 Purdue Research Foundation, West Lafayette,
   15831 Indiana 47907.  All rights reserved.
   15832 
   15833 Written by Victor A. Abell
   15834 
   15835 This software is not subject to any license of the American
   15836 Telephone and Telegraph Company or the Regents of the
   15837 University of California.
   15838 
   15839 Permission is granted to anyone to use this software for
   15840 any purpose on any computer system, and to alter it and
   15841 redistribute it freely, subject to the following
   15842 restrictions:
   15843 
   15844 1. Neither the authors nor Purdue University are responsible
   15845    for any consequences of the use of this software.
   15846 
   15847 2. The origin of this software must not be misrepresented,
   15848    either by explicit claim or by omission.  Credit to the
   15849    authors and Purdue University must appear in documentation
   15850    and sources.
   15851 
   15852 3. Altered versions must be plainly marked as such, and must
   15853    not be misrepresented as being the original software.
   15854 
   15855 4. This notice may not be removed or altered.
   15856 
   15857 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   15858 </pre>
   15859 <ul>
   15860 
   15861 </ul>
   15862 </div>
   15863 </div>
   15864 
   15865 
   15866 <div class="product">
   15867 <span class="title">lvm2-2.02.97</span>
   15868 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   15869 <span class="homepage"><a href="http://sources.redhat.com/lvm2/">homepage</a></span>
   15870 <div class="licence">
   15871 <pre></pre>
   15872 <ul>
   15873 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
   15874 </ul>
   15875 </div>
   15876 </div>
   15877 
   15878 
   15879 <div class="product">
   15880 <span class="title">lzo-2.06</span>
   15881 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   15882 <span class="homepage"><a href="http://www.oberhumer.com/opensource/lzo/">homepage</a></span>
   15883 <div class="licence">
   15884 <pre></pre>
   15885 <ul>
   15886 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
   15887 </ul>
   15888 </div>
   15889 </div>
   15890 
   15891 
   15892 <div class="product">
   15893 <span class="title">m2crypto-0.21.1</span>
   15894 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   15895 <span class="homepage"><a href="http://chandlerproject.org/bin/view/Projects/MeTooCrypto">homepage</a></span>
   15896 <div class="licence">
   15897 <pre>Scanned Source License M2Crypto-0.21.1/LICENCE:
   15898 
   15899 Copyright (c) 1999-2004 Ng Pheng Siong. All rights reserved.
   15900 
   15901 Portions copyright (c) 2004-2006 Open Source Applications Foundation. 
   15902 All rights reserved.
   15903 
   15904 Portions copyright (c) 2005-2006 Vrije Universiteit Amsterdam. 
   15905 All rights reserved.
   15906 
   15907 Copyright (c) 2008-2010 Heikki Toivonen. All rights reserved.
   15908 
   15909 Permission to use, copy, modify, and distribute this software and its
   15910 documentation for any purpose and without fee is hereby granted,
   15911 provided that the above copyright notice appear in all copies and that
   15912 both that copyright notice and this permission notice appear in
   15913 supporting documentation.
   15914 
   15915 THE AUTHOR PROVIDES THIS SOFTWARE ``AS IS'' AND ANY EXPRESSED OR 
   15916 IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES 
   15917 OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.  
   15918 IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, 
   15919 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
   15920 NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 
   15921 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 
   15922 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 
   15923 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 
   15924 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
   15925 
   15926 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   15927 
   15928 Scanned Source License M2Crypto-0.21.1/M2Crypto.egg-info/PKG-INFO:
   15929 
   15930 Metadata-Version: 1.0
   15931 Name: M2Crypto
   15932 Version: 0.21.1
   15933 Summary: M2Crypto: A Python crypto and SSL toolkit
   15934 Home-page: http://chandlerproject.org/Projects/MeTooCrypto
   15935 Author: Heikki Toivonen
   15936 Author-email: heikki (a] osafoundation.org
   15937 License: BSD-style license
   15938 Description: M2Crypto is the most complete Python wrapper for OpenSSL featuring RSA, DSA,
   15939         DH, EC, HMACs, message digests, symmetric ciphers (including AES); SSL
   15940         functionality to implement clients and servers; HTTPS extensions to Python's
   15941         httplib, urllib, and xmlrpclib; unforgeable HMAC'ing AuthCookies for web
   15942         session management; FTP/TLS client and server; S/MIME; ZServerSSL: A HTTPS
   15943         server for Zope and ZSmime: An S/MIME messenger for Zope. M2Crypto can also be
   15944         used to provide SSL for Twisted.
   15945 Platform: any
   15946 Classifier: Development Status :: 5 - Production/Stable
   15947 Classifier: Intended Audience :: Developers
   15948 Classifier: Operating System :: OS Independent
   15949 Classifier: Programming Language :: C
   15950 Classifier: Programming Language :: Python
   15951 Classifier: Topic :: Security :: Cryptography
   15952 Classifier: Topic :: Software Development :: Libraries :: Python Modules
   15953 
   15954 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   15955 
   15956 Scanned Source License M2Crypto-0.21.1/PKG-INFO:
   15957 
   15958 Metadata-Version: 1.0
   15959 Name: M2Crypto
   15960 Version: 0.21.1
   15961 Summary: M2Crypto: A Python crypto and SSL toolkit
   15962 Home-page: http://chandlerproject.org/Projects/MeTooCrypto
   15963 Author: Heikki Toivonen
   15964 Author-email: heikki (a] osafoundation.org
   15965 License: BSD-style license
   15966 Description: M2Crypto is the most complete Python wrapper for OpenSSL featuring RSA, DSA,
   15967         DH, EC, HMACs, message digests, symmetric ciphers (including AES); SSL
   15968         functionality to implement clients and servers; HTTPS extensions to Python's
   15969         httplib, urllib, and xmlrpclib; unforgeable HMAC'ing AuthCookies for web
   15970         session management; FTP/TLS client and server; S/MIME; ZServerSSL: A HTTPS
   15971         server for Zope and ZSmime: An S/MIME messenger for Zope. M2Crypto can also be
   15972         used to provide SSL for Twisted.
   15973 Platform: any
   15974 Classifier: Development Status :: 5 - Production/Stable
   15975 Classifier: Intended Audience :: Developers
   15976 Classifier: Operating System :: OS Independent
   15977 Classifier: Programming Language :: C
   15978 Classifier: Programming Language :: Python
   15979 Classifier: Topic :: Security :: Cryptography
   15980 Classifier: Topic :: Software Development :: Libraries :: Python Modules
   15981 
   15982 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   15983 </pre>
   15984 <ul>
   15985 
   15986 </ul>
   15987 </div>
   15988 </div>
   15989 
   15990 
   15991 <div class="product">
   15992 <span class="title">m4-1.4.16</span>
   15993 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   15994 <span class="homepage"><a href="http://www.gnu.org/software/m4/m4.html">homepage</a></span>
   15995 <div class="licence">
   15996 <pre></pre>
   15997 <ul>
   15998 <li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li>
   15999 </ul>
   16000 </div>
   16001 </div>
   16002 
   16003 
   16004 <div class="product">
   16005 <span class="title">madison-cromo-plugin-0.1</span>
   16006 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   16007 <span class="homepage"><a href="">homepage</a></span>
   16008 <div class="licence">
   16009 <pre></pre>
   16010 <ul>
   16011 <li><a href='#Google-TOS'>Gentoo Package Stock License Google-TOS</a></li>
   16012 </ul>
   16013 </div>
   16014 </div>
   16015 
   16016 
   16017 <div class="product">
   16018 <span class="title">make-3.82</span>
   16019 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   16020 <span class="homepage"><a href="http://www.gnu.org/software/make/make.html">homepage</a></span>
   16021 <div class="licence">
   16022 <pre></pre>
   16023 <ul>
   16024 <li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li>
   16025 </ul>
   16026 </div>
   16027 </div>
   16028 
   16029 
   16030 <div class="product">
   16031 <span class="title">mako-0.7.3</span>
   16032 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   16033 <span class="homepage"><a href="http://www.makotemplates.org/">homepage</a></span>
   16034 <div class="licence">
   16035 <pre>Scanned Source License Mako-0.7.3/LICENSE:
   16036 
   16037 This is the MIT license: http://www.opensource.org/licenses/mit-license.php
   16038 
   16039 Copyright (C) 2006-2012 the Mako authors and contributors &lt;see AUTHORS file&gt;.
   16040 Mako is a trademark of Michael Bayer.
   16041 
   16042 Permission is hereby granted, free of charge, to any person obtaining a copy of this
   16043 software and associated documentation files (the "Software"), to deal in the Software
   16044 without restriction, including without limitation the rights to use, copy, modify, merge,
   16045 publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons
   16046 to whom the Software is furnished to do so, subject to the following conditions:
   16047 
   16048 The above copyright notice and this permission notice shall be included in all copies or
   16049 substantial portions of the Software.
   16050 
   16051 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
   16052 INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
   16053 PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE
   16054 FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
   16055 OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
   16056 DEALINGS IN THE SOFTWARE.
   16057 
   16058 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   16059 
   16060 Scanned Source License Mako-0.7.3/Mako.egg-info/PKG-INFO:
   16061 
   16062 Metadata-Version: 1.0
   16063 Name: Mako
   16064 Version: 0.7.3
   16065 Summary: A super-fast templating language that borrows the  best ideas from the existing templating languages.
   16066 Home-page: http://www.makotemplates.org/
   16067 Author: Mike Bayer
   16068 Author-email: mike (a] zzzcomputing.com
   16069 License: MIT
   16070 Description: =========================
   16071         Mako Templates for Python
   16072         =========================
   16073         
   16074         Mako is a template library written in Python. It provides a familiar, non-XML 
   16075         syntax which compiles into Python modules for maximum performance. Mako's 
   16076         syntax and API borrows from the best ideas of many others, including Django
   16077         templates, Cheetah, Myghty, and Genshi. Conceptually, Mako is an embedded 
   16078         Python (i.e. Python Server Page) language, which refines the familiar ideas
   16079         of componentized layout and inheritance to produce one of the most 
   16080         straightforward and flexible models available, while also maintaining close 
   16081         ties to Python calling and scoping semantics.
   16082         
   16083         Nutshell
   16084         ========
   16085         
   16086         ::
   16087         
   16088             &lt;%inherit file="base.html"/&gt;
   16089             &lt;%
   16090                 rows = [[v for v in range(0,10)] for row in range(0,10)]
   16091             %&gt;
   16092             &lt;table&gt;
   16093                 % for row in rows:
   16094                     ${makerow(row)}
   16095                 % endfor
   16096             &lt;/table&gt;
   16097         
   16098             &lt;%def name="makerow(row)"&gt;
   16099                 &lt;tr&gt;
   16100                 % for name in row:
   16101                     &lt;td&gt;${name}&lt;/td&gt;\
   16102                 % endfor
   16103                 &lt;/tr&gt;
   16104             &lt;/%def&gt;
   16105         
   16106         Philosophy
   16107         ===========
   16108         
   16109         Python is a great scripting language. Don't reinvent the wheel...your templates can handle it !
   16110         
   16111         Documentation
   16112         ==============
   16113         
   16114         See documentation for Mako at http://www.makotemplates.org/docs/
   16115         
   16116         License
   16117         ========
   16118         
   16119         Mako is licensed under an MIT-style license (see LICENSE).
   16120         Other incorporated projects may be licensed under different licenses.
   16121         All licenses allow for non-commercial and commercial use.
   16122         
   16123 Keywords: templates
   16124 Platform: UNKNOWN
   16125 Classifier: Development Status :: 5 - Production/Stable
   16126 Classifier: Environment :: Web Environment
   16127 Classifier: Intended Audience :: Developers
   16128 Classifier: Programming Language :: Python
   16129 Classifier: Programming Language :: Python :: 3
   16130 Classifier: Programming Language :: Python :: Implementation :: CPython
   16131 Classifier: Programming Language :: Python :: Implementation :: PyPy
   16132 Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
   16133 
   16134 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   16135 
   16136 Scanned Source License Mako-0.7.3/PKG-INFO:
   16137 
   16138 Metadata-Version: 1.0
   16139 Name: Mako
   16140 Version: 0.7.3
   16141 Summary: A super-fast templating language that borrows the  best ideas from the existing templating languages.
   16142 Home-page: http://www.makotemplates.org/
   16143 Author: Mike Bayer
   16144 Author-email: mike (a] zzzcomputing.com
   16145 License: MIT
   16146 Description: =========================
   16147         Mako Templates for Python
   16148         =========================
   16149         
   16150         Mako is a template library written in Python. It provides a familiar, non-XML 
   16151         syntax which compiles into Python modules for maximum performance. Mako's 
   16152         syntax and API borrows from the best ideas of many others, including Django
   16153         templates, Cheetah, Myghty, and Genshi. Conceptually, Mako is an embedded 
   16154         Python (i.e. Python Server Page) language, which refines the familiar ideas
   16155         of componentized layout and inheritance to produce one of the most 
   16156         straightforward and flexible models available, while also maintaining close 
   16157         ties to Python calling and scoping semantics.
   16158         
   16159         Nutshell
   16160         ========
   16161         
   16162         ::
   16163         
   16164             &lt;%inherit file="base.html"/&gt;
   16165             &lt;%
   16166                 rows = [[v for v in range(0,10)] for row in range(0,10)]
   16167             %&gt;
   16168             &lt;table&gt;
   16169                 % for row in rows:
   16170                     ${makerow(row)}
   16171                 % endfor
   16172             &lt;/table&gt;
   16173         
   16174             &lt;%def name="makerow(row)"&gt;
   16175                 &lt;tr&gt;
   16176                 % for name in row:
   16177                     &lt;td&gt;${name}&lt;/td&gt;\
   16178                 % endfor
   16179                 &lt;/tr&gt;
   16180             &lt;/%def&gt;
   16181         
   16182         Philosophy
   16183         ===========
   16184         
   16185         Python is a great scripting language. Don't reinvent the wheel...your templates can handle it !
   16186         
   16187         Documentation
   16188         ==============
   16189         
   16190         See documentation for Mako at http://www.makotemplates.org/docs/
   16191         
   16192         License
   16193         ========
   16194         
   16195         Mako is licensed under an MIT-style license (see LICENSE).
   16196         Other incorporated projects may be licensed under different licenses.
   16197         All licenses allow for non-commercial and commercial use.
   16198         
   16199 Keywords: templates
   16200 Platform: UNKNOWN
   16201 Classifier: Development Status :: 5 - Production/Stable
   16202 Classifier: Environment :: Web Environment
   16203 Classifier: Intended Audience :: Developers
   16204 Classifier: Programming Language :: Python
   16205 Classifier: Programming Language :: Python :: 3
   16206 Classifier: Programming Language :: Python :: Implementation :: CPython
   16207 Classifier: Programming Language :: Python :: Implementation :: PyPy
   16208 Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
   16209 
   16210 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   16211 </pre>
   16212 <ul>
   16213 
   16214 </ul>
   16215 </div>
   16216 </div>
   16217 
   16218 
   16219 <div class="product">
   16220 <span class="title">markupsafe-0.18</span>
   16221 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   16222 <span class="homepage"><a href="http://pypi.python.org/pypi/MarkupSafe">homepage</a></span>
   16223 <div class="licence">
   16224 <pre>Scanned Source License MarkupSafe-0.18/LICENSE:
   16225 
   16226 Copyright (c) 2010 by Armin Ronacher and contributors.  See AUTHORS
   16227 for more details.
   16228 
   16229 Some rights reserved.
   16230 
   16231 Redistribution and use in source and binary forms of the software as well
   16232 as documentation, with or without modification, are permitted provided
   16233 that the following conditions are met:
   16234 
   16235 * Redistributions of source code must retain the above copyright
   16236   notice, this list of conditions and the following disclaimer.
   16237 
   16238 * Redistributions in binary form must reproduce the above
   16239   copyright notice, this list of conditions and the following
   16240   disclaimer in the documentation and/or other materials provided
   16241   with the distribution.
   16242 
   16243 * The names of the contributors may not be used to endorse or
   16244   promote products derived from this software without specific
   16245   prior written permission.
   16246 
   16247 THIS SOFTWARE AND DOCUMENTATION IS PROVIDED BY THE COPYRIGHT HOLDERS AND
   16248 CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT
   16249 NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
   16250 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER
   16251 OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
   16252 EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
   16253 PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
   16254 PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
   16255 LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
   16256 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
   16257 SOFTWARE AND DOCUMENTATION, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
   16258 DAMAGE.
   16259 
   16260 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   16261 
   16262 Scanned Source License MarkupSafe-0.18/MarkupSafe.egg-info/PKG-INFO:
   16263 
   16264 Metadata-Version: 1.0
   16265 Name: MarkupSafe
   16266 Version: 0.18
   16267 Summary: Implements a XML/HTML/XHTML Markup safe string for Python
   16268 Home-page: http://github.com/mitsuhiko/markupsafe
   16269 Author: Armin Ronacher
   16270 Author-email: armin.ronacher (a] active-4.com
   16271 License: BSD
   16272 Description: MarkupSafe
   16273         ==========
   16274         
   16275         Implements a unicode subclass that supports HTML strings:
   16276         
   16277         &gt;&gt;&gt; from markupsafe import Markup, escape
   16278         &gt;&gt;&gt; escape("&lt;script&gt;alert(document.cookie);&lt;/script&gt;")
   16279         Markup(u'&amp;lt;script&amp;gt;alert(document.cookie);&amp;lt;/script&amp;gt;')
   16280         &gt;&gt;&gt; tmpl = Markup("&lt;em&gt;%s&lt;/em&gt;")
   16281         &gt;&gt;&gt; tmpl % "Peter &gt; Lustig"
   16282         Markup(u'&lt;em&gt;Peter &amp;gt; Lustig&lt;/em&gt;')
   16283         
   16284         If you want to make an object unicode that is not yet unicode
   16285         but don't want to lose the taint information, you can use the
   16286         `soft_unicode` function.  (On Python 3 you can also use `soft_str` which
   16287         is a different name for the same function).
   16288         
   16289         &gt;&gt;&gt; from markupsafe import soft_unicode
   16290         &gt;&gt;&gt; soft_unicode(42)
   16291         u'42'
   16292         &gt;&gt;&gt; soft_unicode(Markup('foo'))
   16293         Markup(u'foo')
   16294         
   16295         Objects can customize their HTML markup equivalent by overriding
   16296         the `__html__` function:
   16297         
   16298         &gt;&gt;&gt; class Foo(object):
   16299         ...  def __html__(self):
   16300         ...   return '&lt;strong&gt;Nice&lt;/strong&gt;'
   16301         ...
   16302         &gt;&gt;&gt; escape(Foo())
   16303         Markup(u'&lt;strong&gt;Nice&lt;/strong&gt;')
   16304         &gt;&gt;&gt; Markup(Foo())
   16305         Markup(u'&lt;strong&gt;Nice&lt;/strong&gt;')
   16306         
   16307         Since MarkupSafe 0.10 there is now also a separate escape function
   16308         called `escape_silent` that returns an empty string for `None` for
   16309         consistency with other systems that return empty strings for `None`
   16310         when escaping (for instance Pylons' webhelpers).
   16311         
   16312         If you also want to use this for the escape method of the Markup
   16313         object, you can create your own subclass that does that::
   16314         
   16315             from markupsafe import Markup, escape_silent as escape
   16316         
   16317             class SilentMarkup(Markup):
   16318                 __slots__ = ()
   16319         
   16320                 @classmethod
   16321                 def escape(cls, s):
   16322                     return cls(escape(s))
   16323         
   16324 Platform: UNKNOWN
   16325 Classifier: Development Status :: 5 - Production/Stable
   16326 Classifier: Environment :: Web Environment
   16327 Classifier: Intended Audience :: Developers
   16328 Classifier: License :: OSI Approved :: BSD License
   16329 Classifier: Operating System :: OS Independent
   16330 Classifier: Programming Language :: Python
   16331 Classifier: Programming Language :: Python :: 3
   16332 Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
   16333 Classifier: Topic :: Software Development :: Libraries :: Python Modules
   16334 Classifier: Topic :: Text Processing :: Markup :: HTML
   16335 
   16336 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   16337 
   16338 Scanned Source License MarkupSafe-0.18/PKG-INFO:
   16339 
   16340 Metadata-Version: 1.0
   16341 Name: MarkupSafe
   16342 Version: 0.18
   16343 Summary: Implements a XML/HTML/XHTML Markup safe string for Python
   16344 Home-page: http://github.com/mitsuhiko/markupsafe
   16345 Author: Armin Ronacher
   16346 Author-email: armin.ronacher (a] active-4.com
   16347 License: BSD
   16348 Description: MarkupSafe
   16349         ==========
   16350         
   16351         Implements a unicode subclass that supports HTML strings:
   16352         
   16353         &gt;&gt;&gt; from markupsafe import Markup, escape
   16354         &gt;&gt;&gt; escape("&lt;script&gt;alert(document.cookie);&lt;/script&gt;")
   16355         Markup(u'&amp;lt;script&amp;gt;alert(document.cookie);&amp;lt;/script&amp;gt;')
   16356         &gt;&gt;&gt; tmpl = Markup("&lt;em&gt;%s&lt;/em&gt;")
   16357         &gt;&gt;&gt; tmpl % "Peter &gt; Lustig"
   16358         Markup(u'&lt;em&gt;Peter &amp;gt; Lustig&lt;/em&gt;')
   16359         
   16360         If you want to make an object unicode that is not yet unicode
   16361         but don't want to lose the taint information, you can use the
   16362         `soft_unicode` function.  (On Python 3 you can also use `soft_str` which
   16363         is a different name for the same function).
   16364         
   16365         &gt;&gt;&gt; from markupsafe import soft_unicode
   16366         &gt;&gt;&gt; soft_unicode(42)
   16367         u'42'
   16368         &gt;&gt;&gt; soft_unicode(Markup('foo'))
   16369         Markup(u'foo')
   16370         
   16371         Objects can customize their HTML markup equivalent by overriding
   16372         the `__html__` function:
   16373         
   16374         &gt;&gt;&gt; class Foo(object):
   16375         ...  def __html__(self):
   16376         ...   return '&lt;strong&gt;Nice&lt;/strong&gt;'
   16377         ...
   16378         &gt;&gt;&gt; escape(Foo())
   16379         Markup(u'&lt;strong&gt;Nice&lt;/strong&gt;')
   16380         &gt;&gt;&gt; Markup(Foo())
   16381         Markup(u'&lt;strong&gt;Nice&lt;/strong&gt;')
   16382         
   16383         Since MarkupSafe 0.10 there is now also a separate escape function
   16384         called `escape_silent` that returns an empty string for `None` for
   16385         consistency with other systems that return empty strings for `None`
   16386         when escaping (for instance Pylons' webhelpers).
   16387         
   16388         If you also want to use this for the escape method of the Markup
   16389         object, you can create your own subclass that does that::
   16390         
   16391             from markupsafe import Markup, escape_silent as escape
   16392         
   16393             class SilentMarkup(Markup):
   16394                 __slots__ = ()
   16395         
   16396                 @classmethod
   16397                 def escape(cls, s):
   16398                     return cls(escape(s))
   16399         
   16400 Platform: UNKNOWN
   16401 Classifier: Development Status :: 5 - Production/Stable
   16402 Classifier: Environment :: Web Environment
   16403 Classifier: Intended Audience :: Developers
   16404 Classifier: License :: OSI Approved :: BSD License
   16405 Classifier: Operating System :: OS Independent
   16406 Classifier: Programming Language :: Python
   16407 Classifier: Programming Language :: Python :: 3
   16408 Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
   16409 Classifier: Topic :: Software Development :: Libraries :: Python Modules
   16410 Classifier: Topic :: Text Processing :: Markup :: HTML
   16411 
   16412 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   16413 </pre>
   16414 <ul>
   16415 
   16416 </ul>
   16417 </div>
   16418 </div>
   16419 
   16420 
   16421 <div class="product">
   16422 <span class="title">marvell_sd8787-14.64.2.47</span>
   16423 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   16424 <span class="homepage"><a href="http://www.marvell.com/">homepage</a></span>
   16425 <div class="licence">
   16426 <pre>Custom License Marvell-sd8787:
   16427 
   16428 Copyright (C) 2010, Marvell International Ltd.
   16429 
   16430 All Rights Reserved.
   16431 
   16432 This file is provided by Marvell International Ltd. "AS IS".
   16433 Reverse engineering of this file is strictly prohibited.
   16434 Redistribution and use in its original form are permitted.
   16435 
   16436 
   16437 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   16438 </pre>
   16439 <ul>
   16440 
   16441 </ul>
   16442 </div>
   16443 </div>
   16444 
   16445 
   16446 <div class="product">
   16447 <span class="title">mawk-1.3.4_p20100625</span>
   16448 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   16449 <span class="homepage"><a href="http://invisible-island.net/mawk/mawk.html">homepage</a></span>
   16450 <div class="licence">
   16451 <pre></pre>
   16452 <ul>
   16453 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
   16454 </ul>
   16455 </div>
   16456 </div>
   16457 
   16458 
   16459 <div class="product">
   16460 <span class="title">mem-0.0.1</span>
   16461 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   16462 <span class="homepage"><a href="http://chromium.org">homepage</a></span>
   16463 <div class="licence">
   16464 <pre></pre>
   16465 <ul>
   16466 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li>
   16467 </ul>
   16468 </div>
   16469 </div>
   16470 
   16471 
   16472 <div class="product">
   16473 <span class="title">memento_softwareupdate-0.0.1</span>
   16474 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   16475 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span>
   16476 <div class="licence">
   16477 <pre></pre>
   16478 <ul>
   16479 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li>
   16480 </ul>
   16481 </div>
   16482 </div>
   16483 
   16484 
   16485 <div class="product">
   16486 <span class="title">memtester-4.2.2</span>
   16487 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   16488 <span class="homepage"><a href="http://pyropus.ca/software/memtester/">homepage</a></span>
   16489 <div class="licence">
   16490 <pre></pre>
   16491 <ul>
   16492 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
   16493 </ul>
   16494 </div>
   16495 </div>
   16496 
   16497 
   16498 <div class="product">
   16499 <span class="title">mesa-10.3</span>
   16500 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   16501 <span class="homepage"><a href="http://mesa3d.sourceforge.net/">homepage</a></span>
   16502 <div class="licence">
   16503 <pre>Scanned Source License Mesa-10.3/docs/COPYING:
   16504 
   16505 
   16506 Some parts of Mesa are copyrighted under the GNU LGPL.  See the
   16507 Mesa/docs/COPYRIGHT file for details.
   16508 
   16509 The following is the standard GNU copyright file.
   16510 ----------------------------------------------------------------------
   16511 
   16512 
   16513 		  GNU LIBRARY GENERAL PUBLIC LICENSE
   16514 		       Version 2, June 1991
   16515 
   16516  Copyright (C) 1991 Free Software Foundation, Inc.
   16517                     675 Mass Ave, Cambridge, MA 02139, USA
   16518  Everyone is permitted to copy and distribute verbatim copies
   16519  of this license document, but changing it is not allowed.
   16520 
   16521 [This is the first released version of the library GPL.  It is
   16522  numbered 2 because it goes with version 2 of the ordinary GPL.]
   16523 
   16524 			    Preamble
   16525 
   16526   The licenses for most software are designed to take away your
   16527 freedom to share and change it.  By contrast, the GNU General Public
   16528 Licenses are intended to guarantee your freedom to share and change
   16529 free software--to make sure the software is free for all its users.
   16530 
   16531   This license, the Library General Public License, applies to some
   16532 specially designated Free Software Foundation software, and to any
   16533 other libraries whose authors decide to use it.  You can use it for
   16534 your libraries, too.
   16535 
   16536   When we speak of free software, we are referring to freedom, not
   16537 price.  Our General Public Licenses are designed to make sure that you
   16538 have the freedom to distribute copies of free software (and charge for
   16539 this service if you wish), that you receive source code or can get it
   16540 if you want it, that you can change the software or use pieces of it
   16541 in new free programs; and that you know you can do these things.
   16542 
   16543   To protect your rights, we need to make restrictions that forbid
   16544 anyone to deny you these rights or to ask you to surrender the rights.
   16545 These restrictions translate to certain responsibilities for you if
   16546 you distribute copies of the library, or if you modify it.
   16547 
   16548   For example, if you distribute copies of the library, whether gratis
   16549 or for a fee, you must give the recipients all the rights that we gave
   16550 you.  You must make sure that they, too, receive or can get the source
   16551 code.  If you link a program with the library, you must provide
   16552 complete object files to the recipients so that they can relink them
   16553 with the library, after making changes to the library and recompiling
   16554 it.  And you must show them these terms so they know their rights.
   16555 
   16556   Our method of protecting your rights has two steps: (1) copyright
   16557 the library, and (2) offer you this license which gives you legal
   16558 permission to copy, distribute and/or modify the library.
   16559 
   16560   Also, for each distributor's protection, we want to make certain
   16561 that everyone understands that there is no warranty for this free
   16562 library.  If the library is modified by someone else and passed on, we
   16563 want its recipients to know that what they have is not the original
   16564 version, so that any problems introduced by others will not reflect on
   16565 the original authors' reputations.
   16566 
   16567   Finally, any free program is threatened constantly by software
   16568 patents.  We wish to avoid the danger that companies distributing free
   16569 software will individually obtain patent licenses, thus in effect
   16570 transforming the program into proprietary software.  To prevent this,
   16571 we have made it clear that any patent must be licensed for everyone's
   16572 free use or not licensed at all.
   16573 
   16574   Most GNU software, including some libraries, is covered by the ordinary
   16575 GNU General Public License, which was designed for utility programs.  This
   16576 license, the GNU Library General Public License, applies to certain
   16577 designated libraries.  This license is quite different from the ordinary
   16578 one; be sure to read it in full, and don't assume that anything in it is
   16579 the same as in the ordinary license.
   16580 
   16581   The reason we have a separate public license for some libraries is that
   16582 they blur the distinction we usually make between modifying or adding to a
   16583 program and simply using it.  Linking a program with a library, without
   16584 changing the library, is in some sense simply using the library, and is
   16585 analogous to running a utility program or application program.  However, in
   16586 a textual and legal sense, the linked executable is a combined work, a
   16587 derivative of the original library, and the ordinary General Public License
   16588 treats it as such.
   16589 
   16590   Because of this blurred distinction, using the ordinary General
   16591 Public License for libraries did not effectively promote software
   16592 sharing, because most developers did not use the libraries.  We
   16593 concluded that weaker conditions might promote sharing better.
   16594 
   16595   However, unrestricted linking of non-free programs would deprive the
   16596 users of those programs of all benefit from the free status of the
   16597 libraries themselves.  This Library General Public License is intended to
   16598 permit developers of non-free programs to use free libraries, while
   16599 preserving your freedom as a user of such programs to change the free
   16600 libraries that are incorporated in them.  (We have not seen how to achieve
   16601 this as regards changes in header files, but we have achieved it as regards
   16602 changes in the actual functions of the Library.)  The hope is that this
   16603 will lead to faster development of free libraries.
   16604 
   16605   The precise terms and conditions for copying, distribution and
   16606 modification follow.  Pay close attention to the difference between a
   16607 "work based on the library" and a "work that uses the library".  The
   16608 former contains code derived from the library, while the latter only
   16609 works together with the library.
   16610 
   16611   Note that it is possible for a library to be covered by the ordinary
   16612 General Public License rather than by this special one.
   16613 
   16614 		  GNU LIBRARY GENERAL PUBLIC LICENSE
   16615    TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
   16616 
   16617   0. This License Agreement applies to any software library which
   16618 contains a notice placed by the copyright holder or other authorized
   16619 party saying it may be distributed under the terms of this Library
   16620 General Public License (also called "this License").  Each licensee is
   16621 addressed as "you".
   16622 
   16623   A "library" means a collection of software functions and/or data
   16624 prepared so as to be conveniently linked with application programs
   16625 (which use some of those functions and data) to form executables.
   16626 
   16627   The "Library", below, refers to any such software library or work
   16628 which has been distributed under these terms.  A "work based on the
   16629 Library" means either the Library or any derivative work under
   16630 copyright law: that is to say, a work containing the Library or a
   16631 portion of it, either verbatim or with modifications and/or translated
   16632 straightforwardly into another language.  (Hereinafter, translation is
   16633 included without limitation in the term "modification".)
   16634 
   16635   "Source code" for a work means the preferred form of the work for
   16636 making modifications to it.  For a library, complete source code means
   16637 all the source code for all modules it contains, plus any associated
   16638 interface definition files, plus the scripts used to control compilation
   16639 and installation of the library.
   16640 
   16641   Activities other than copying, distribution and modification are not
   16642 covered by this License; they are outside its scope.  The act of
   16643 running a program using the Library is not restricted, and output from
   16644 such a program is covered only if its contents constitute a work based
   16645 on the Library (independent of the use of the Library in a tool for
   16646 writing it).  Whether that is true depends on what the Library does
   16647 and what the program that uses the Library does.
   16648   
   16649   1. You may copy and distribute verbatim copies of the Library's
   16650 complete source code as you receive it, in any medium, provided that
   16651 you conspicuously and appropriately publish on each copy an
   16652 appropriate copyright notice and disclaimer of warranty; keep intact
   16653 all the notices that refer to this License and to the absence of any
   16654 warranty; and distribute a copy of this License along with the
   16655 Library.
   16656 
   16657   You may charge a fee for the physical act of transferring a copy,
   16658 and you may at your option offer warranty protection in exchange for a
   16659 fee.
   16660 
   16661   2. You may modify your copy or copies of the Library or any portion
   16662 of it, thus forming a work based on the Library, and copy and
   16663 distribute such modifications or work under the terms of Section 1
   16664 above, provided that you also meet all of these conditions:
   16665 
   16666     a) The modified work must itself be a software library.
   16667 
   16668     b) You must cause the files modified to carry prominent notices
   16669     stating that you changed the files and the date of any change.
   16670 
   16671     c) You must cause the whole of the work to be licensed at no
   16672     charge to all third parties under the terms of this License.
   16673 
   16674     d) If a facility in the modified Library refers to a function or a
   16675     table of data to be supplied by an application program that uses
   16676     the facility, other than as an argument passed when the facility
   16677     is invoked, then you must make a good faith effort to ensure that,
   16678     in the event an application does not supply such function or
   16679     table, the facility still operates, and performs whatever part of
   16680     its purpose remains meaningful.
   16681 
   16682     (For example, a function in a library to compute square roots has
   16683     a purpose that is entirely well-defined independent of the
   16684     application.  Therefore, Subsection 2d requires that any
   16685     application-supplied function or table used by this function must
   16686     be optional: if the application does not supply it, the square
   16687     root function must still compute square roots.)
   16688 
   16689 These requirements apply to the modified work as a whole.  If
   16690 identifiable sections of that work are not derived from the Library,
   16691 and can be reasonably considered independent and separate works in
   16692 themselves, then this License, and its terms, do not apply to those
   16693 sections when you distribute them as separate works.  But when you
   16694 distribute the same sections as part of a whole which is a work based
   16695 on the Library, the distribution of the whole must be on the terms of
   16696 this License, whose permissions for other licensees extend to the
   16697 entire whole, and thus to each and every part regardless of who wrote
   16698 it.
   16699 
   16700 Thus, it is not the intent of this section to claim rights or contest
   16701 your rights to work written entirely by you; rather, the intent is to
   16702 exercise the right to control the distribution of derivative or
   16703 collective works based on the Library.
   16704 
   16705 In addition, mere aggregation of another work not based on the Library
   16706 with the Library (or with a work based on the Library) on a volume of
   16707 a storage or distribution medium does not bring the other work under
   16708 the scope of this License.
   16709 
   16710   3. You may opt to apply the terms of the ordinary GNU General Public
   16711 License instead of this License to a given copy of the Library.  To do
   16712 this, you must alter all the notices that refer to this License, so
   16713 that they refer to the ordinary GNU General Public License, version 2,
   16714 instead of to this License.  (If a newer version than version 2 of the
   16715 ordinary GNU General Public License has appeared, then you can specify
   16716 that version instead if you wish.)  Do not make any other change in
   16717 these notices.
   16718 
   16719   Once this change is made in a given copy, it is irreversible for
   16720 that copy, so the ordinary GNU General Public License applies to all
   16721 subsequent copies and derivative works made from that copy.
   16722 
   16723   This option is useful when you wish to copy part of the code of
   16724 the Library into a program that is not a library.
   16725 
   16726   4. You may copy and distribute the Library (or a portion or
   16727 derivative of it, under Section 2) in object code or executable form
   16728 under the terms of Sections 1 and 2 above provided that you accompany
   16729 it with the complete corresponding machine-readable source code, which
   16730 must be distributed under the terms of Sections 1 and 2 above on a
   16731 medium customarily used for software interchange.
   16732 
   16733   If distribution of object code is made by offering access to copy
   16734 from a designated place, then offering equivalent access to copy the
   16735 source code from the same place satisfies the requirement to
   16736 distribute the source code, even though third parties are not
   16737 compelled to copy the source along with the object code.
   16738 
   16739   5. A program that contains no derivative of any portion of the
   16740 Library, but is designed to work with the Library by being compiled or
   16741 linked with it, is called a "work that uses the Library".  Such a
   16742 work, in isolation, is not a derivative work of the Library, and
   16743 therefore falls outside the scope of this License.
   16744 
   16745   However, linking a "work that uses the Library" with the Library
   16746 creates an executable that is a derivative of the Library (because it
   16747 contains portions of the Library), rather than a "work that uses the
   16748 library".  The executable is therefore covered by this License.
   16749 Section 6 states terms for distribution of such executables.
   16750 
   16751   When a "work that uses the Library" uses material from a header file
   16752 that is part of the Library, the object code for the work may be a
   16753 derivative work of the Library even though the source code is not.
   16754 Whether this is true is especially significant if the work can be
   16755 linked without the Library, or if the work is itself a library.  The
   16756 threshold for this to be true is not precisely defined by law.
   16757 
   16758   If such an object file uses only numerical parameters, data
   16759 structure layouts and accessors, and small macros and small inline
   16760 functions (ten lines or less in length), then the use of the object
   16761 file is unrestricted, regardless of whether it is legally a derivative
   16762 work.  (Executables containing this object code plus portions of the
   16763 Library will still fall under Section 6.)
   16764 
   16765   Otherwise, if the work is a derivative of the Library, you may
   16766 distribute the object code for the work under the terms of Section 6.
   16767 Any executables containing that work also fall under Section 6,
   16768 whether or not they are linked directly with the Library itself.
   16769 
   16770   6. As an exception to the Sections above, you may also compile or
   16771 link a "work that uses the Library" with the Library to produce a
   16772 work containing portions of the Library, and distribute that work
   16773 under terms of your choice, provided that the terms permit
   16774 modification of the work for the customer's own use and reverse
   16775 engineering for debugging such modifications.
   16776 
   16777   You must give prominent notice with each copy of the work that the
   16778 Library is used in it and that the Library and its use are covered by
   16779 this License.  You must supply a copy of this License.  If the work
   16780 during execution displays copyright notices, you must include the
   16781 copyright notice for the Library among them, as well as a reference
   16782 directing the user to the copy of this License.  Also, you must do one
   16783 of these things:
   16784 
   16785     a) Accompany the work with the complete corresponding
   16786     machine-readable source code for the Library including whatever
   16787     changes were used in the work (which must be distributed under
   16788     Sections 1 and 2 above); and, if the work is an executable linked
   16789     with the Library, with the complete machine-readable "work that
   16790     uses the Library", as object code and/or source code, so that the
   16791     user can modify the Library and then relink to produce a modified
   16792     executable containing the modified Library.  (It is understood
   16793     that the user who changes the contents of definitions files in the
   16794     Library will not necessarily be able to recompile the application
   16795     to use the modified definitions.)
   16796 
   16797     b) Accompany the work with a written offer, valid for at
   16798     least three years, to give the same user the materials
   16799     specified in Subsection 6a, above, for a charge no more
   16800     than the cost of performing this distribution.
   16801 
   16802     c) If distribution of the work is made by offering access to copy
   16803     from a designated place, offer equivalent access to copy the above
   16804     specified materials from the same place.
   16805 
   16806     d) Verify that the user has already received a copy of these
   16807     materials or that you have already sent this user a copy.
   16808 
   16809   For an executable, the required form of the "work that uses the
   16810 Library" must include any data and utility programs needed for
   16811 reproducing the executable from it.  However, as a special exception,
   16812 the source code distributed need not include anything that is normally
   16813 distributed (in either source or binary form) with the major
   16814 components (compiler, kernel, and so on) of the operating system on
   16815 which the executable runs, unless that component itself accompanies
   16816 the executable.
   16817 
   16818   It may happen that this requirement contradicts the license
   16819 restrictions of other proprietary libraries that do not normally
   16820 accompany the operating system.  Such a contradiction means you cannot
   16821 use both them and the Library together in an executable that you
   16822 distribute.
   16823 
   16824   7. You may place library facilities that are a work based on the
   16825 Library side-by-side in a single library together with other library
   16826 facilities not covered by this License, and distribute such a combined
   16827 library, provided that the separate distribution of the work based on
   16828 the Library and of the other library facilities is otherwise
   16829 permitted, and provided that you do these two things:
   16830 
   16831     a) Accompany the combined library with a copy of the same work
   16832     based on the Library, uncombined with any other library
   16833     facilities.  This must be distributed under the terms of the
   16834     Sections above.
   16835 
   16836     b) Give prominent notice with the combined library of the fact
   16837     that part of it is a work based on the Library, and explaining
   16838     where to find the accompanying uncombined form of the same work.
   16839 
   16840   8. You may not copy, modify, sublicense, link with, or distribute
   16841 the Library except as expressly provided under this License.  Any
   16842 attempt otherwise to copy, modify, sublicense, link with, or
   16843 distribute the Library is void, and will automatically terminate your
   16844 rights under this License.  However, parties who have received copies,
   16845 or rights, from you under this License will not have their licenses
   16846 terminated so long as such parties remain in full compliance.
   16847 
   16848   9. You are not required to accept this License, since you have not
   16849 signed it.  However, nothing else grants you permission to modify or
   16850 distribute the Library or its derivative works.  These actions are
   16851 prohibited by law if you do not accept this License.  Therefore, by
   16852 modifying or distributing the Library (or any work based on the
   16853 Library), you indicate your acceptance of this License to do so, and
   16854 all its terms and conditions for copying, distributing or modifying
   16855 the Library or works based on it.
   16856 
   16857   10. Each time you redistribute the Library (or any work based on the
   16858 Library), the recipient automatically receives a license from the
   16859 original licensor to copy, distribute, link with or modify the Library
   16860 subject to these terms and conditions.  You may not impose any further
   16861 restrictions on the recipients' exercise of the rights granted herein.
   16862 You are not responsible for enforcing compliance by third parties to
   16863 this License.
   16864 
   16865   11. If, as a consequence of a court judgment or allegation of patent
   16866 infringement or for any other reason (not limited to patent issues),
   16867 conditions are imposed on you (whether by court order, agreement or
   16868 otherwise) that contradict the conditions of this License, they do not
   16869 excuse you from the conditions of this License.  If you cannot
   16870 distribute so as to satisfy simultaneously your obligations under this
   16871 License and any other pertinent obligations, then as a consequence you
   16872 may not distribute the Library at all.  For example, if a patent
   16873 license would not permit royalty-free redistribution of the Library by
   16874 all those who receive copies directly or indirectly through you, then
   16875 the only way you could satisfy both it and this License would be to
   16876 refrain entirely from distribution of the Library.
   16877 
   16878 If any portion of this section is held invalid or unenforceable under any
   16879 particular circumstance, the balance of the section is intended to apply,
   16880 and the section as a whole is intended to apply in other circumstances.
   16881 
   16882 It is not the purpose of this section to induce you to infringe any
   16883 patents or other property right claims or to contest validity of any
   16884 such claims; this section has the sole purpose of protecting the
   16885 integrity of the free software distribution system which is
   16886 implemented by public license practices.  Many people have made
   16887 generous contributions to the wide range of software distributed
   16888 through that system in reliance on consistent application of that
   16889 system; it is up to the author/donor to decide if he or she is willing
   16890 to distribute software through any other system and a licensee cannot
   16891 impose that choice.
   16892 
   16893 This section is intended to make thoroughly clear what is believed to
   16894 be a consequence of the rest of this License.
   16895 
   16896   12. If the distribution and/or use of the Library is restricted in
   16897 certain countries either by patents or by copyrighted interfaces, the
   16898 original copyright holder who places the Library under this License may add
   16899 an explicit geographical distribution limitation excluding those countries,
   16900 so that distribution is permitted only in or among countries not thus
   16901 excluded.  In such case, this License incorporates the limitation as if
   16902 written in the body of this License.
   16903 
   16904   13. The Free Software Foundation may publish revised and/or new
   16905 versions of the Library General Public License from time to time.
   16906 Such new versions will be similar in spirit to the present version,
   16907 but may differ in detail to address new problems or concerns.
   16908 
   16909 Each version is given a distinguishing version number.  If the Library
   16910 specifies a version number of this License which applies to it and
   16911 "any later version", you have the option of following the terms and
   16912 conditions either of that version or of any later version published by
   16913 the Free Software Foundation.  If the Library does not specify a
   16914 license version number, you may choose any version ever published by
   16915 the Free Software Foundation.
   16916 
   16917   14. If you wish to incorporate parts of the Library into other free
   16918 programs whose distribution conditions are incompatible with these,
   16919 write to the author to ask for permission.  For software which is
   16920 copyrighted by the Free Software Foundation, write to the Free
   16921 Software Foundation; we sometimes make exceptions for this.  Our
   16922 decision will be guided by the two goals of preserving the free status
   16923 of all derivatives of our free software and of promoting the sharing
   16924 and reuse of software generally.
   16925 
   16926 			    NO WARRANTY
   16927 
   16928   15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO
   16929 WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW.
   16930 EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR
   16931 OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY
   16932 KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE
   16933 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
   16934 PURPOSE.  THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE
   16935 LIBRARY IS WITH YOU.  SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME
   16936 THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
   16937 
   16938   16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN
   16939 WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY
   16940 AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU
   16941 FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR
   16942 CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE
   16943 LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING
   16944 RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A
   16945 FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF
   16946 SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
   16947 DAMAGES.
   16948 
   16949 		     END OF TERMS AND CONDITIONS
   16950 
   16951      Appendix: How to Apply These Terms to Your New Libraries
   16952 
   16953   If you develop a new library, and you want it to be of the greatest
   16954 possible use to the public, we recommend making it free software that
   16955 everyone can redistribute and change.  You can do so by permitting
   16956 redistribution under these terms (or, alternatively, under the terms of the
   16957 ordinary General Public License).
   16958 
   16959   To apply these terms, attach the following notices to the library.  It is
   16960 safest to attach them to the start of each source file to most effectively
   16961 convey the exclusion of warranty; and each file should have at least the
   16962 "copyright" line and a pointer to where the full notice is found.
   16963 
   16964     &lt;one line to give the library's name and a brief idea of what it does.&gt;
   16965     Copyright (C) &lt;year&gt;  &lt;name of author&gt;
   16966 
   16967     This library is free software; you can redistribute it and/or
   16968     modify it under the terms of the GNU Library General Public
   16969     License as published by the Free Software Foundation; either
   16970     version 2 of the License, or (at your option) any later version.
   16971 
   16972     This library is distributed in the hope that it will be useful,
   16973     but WITHOUT ANY WARRANTY; without even the implied warranty of
   16974     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
   16975     Library General Public License for more details.
   16976 
   16977     You should have received a copy of the GNU Library General Public
   16978     License along with this library; if not, write to the Free
   16979     Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
   16980 
   16981 Also add information on how to contact you by electronic and paper mail.
   16982 
   16983 You should also get your employer (if you work as a programmer) or your
   16984 school, if any, to sign a "copyright disclaimer" for the library, if
   16985 necessary.  Here is a sample; alter the names:
   16986 
   16987   Yoyodyne, Inc., hereby disclaims all copyright interest in the
   16988   library `Frob' (a library for tweaking knobs) written by James Random Hacker.
   16989 
   16990   &lt;signature of Ty Coon&gt;, 1 April 1990
   16991   Ty Coon, President of Vice
   16992 
   16993 That's all there is to it!
   16994 
   16995 
   16996 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   16997 
   16998 Scanned Source License Mesa-10.3/docs/license.html:
   16999 
   17000 &lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"&gt;
   17001 &lt;html lang="en"&gt;
   17002 &lt;head&gt;
   17003   &lt;meta http-equiv="content-type" content="text/html; charset=utf-8"&gt;
   17004   &lt;title&gt;License / Copyright Information&lt;/title&gt;
   17005   &lt;link rel="stylesheet" type="text/css" href="mesa.css"&gt;
   17006 &lt;/head&gt;
   17007 &lt;body&gt;
   17008 
   17009 &lt;div class="header"&gt;
   17010   &lt;h1&gt;The Mesa 3D Graphics Library&lt;/h1&gt;
   17011 &lt;/div&gt;
   17012 
   17013 &lt;iframe src="contents.html"&gt;&lt;/iframe&gt;
   17014 &lt;div class="content"&gt;
   17015 
   17016 &lt;h1&gt;Disclaimer&lt;/h1&gt;
   17017 
   17018 &lt;p&gt;
   17019 Mesa is a 3-D graphics library with an API which is very similar to
   17020 that of &lt;a href="http://www.opengl.org/"&gt;OpenGL&lt;/a&gt;.*
   17021 To the extent that Mesa utilizes the OpenGL command syntax or state
   17022 machine, it is being used with authorization from &lt;a
   17023 href="http://www.sgi.com/"&gt;Silicon Graphics,
   17024 Inc.&lt;/a&gt;(SGI). However, the author does not possess an OpenGL license
   17025 from SGI, and makes no claim that Mesa is in any way a compatible
   17026 replacement for OpenGL or associated with SGI. Those who want a
   17027 licensed implementation of OpenGL should contact a licensed
   17028 vendor.
   17029 &lt;/p&gt;
   17030 
   17031 &lt;p&gt;
   17032 Please do not refer to the library as &lt;em&gt;MesaGL&lt;/em&gt; (for legal
   17033 reasons). It's just &lt;em&gt;Mesa&lt;/em&gt; or &lt;em&gt;The Mesa 3-D graphics
   17034 library&lt;/em&gt;. &lt;br&gt;
   17035 &lt;/p&gt;
   17036 
   17037 &lt;p&gt;
   17038 * OpenGL is a trademark of &lt;a href="http://www.sgi.com/"
   17039 &gt;Silicon Graphics Incorporated&lt;/a&gt;.
   17040 &lt;/p&gt;
   17041 
   17042 
   17043 
   17044 &lt;h1&gt;License / Copyright Information&lt;/h1&gt;
   17045 
   17046 &lt;p&gt;
   17047 The Mesa distribution consists of several components.  Different copyrights
   17048 and licenses apply to different components.  For example, some demo programs
   17049 are copyrighted by SGI, some of the Mesa device drivers are copyrighted by
   17050 their authors.  See below for a list of Mesa's main components and the license
   17051 for each.
   17052 &lt;/p&gt;
   17053 &lt;p&gt;
   17054 The core Mesa library is licensed according to the terms of the MIT license.
   17055 This allows integration with the XFree86, Xorg and DRI projects.
   17056 &lt;/p&gt;
   17057 &lt;p&gt;
   17058 The default Mesa license is as follows:
   17059 &lt;/p&gt;
   17060 
   17061 &lt;pre&gt;
   17062 Copyright (C) 1999-2007  Brian Paul   All Rights Reserved.
   17063 
   17064 Permission is hereby granted, free of charge, to any person obtaining a
   17065 copy of this software and associated documentation files (the "Software"),
   17066 to deal in the Software without restriction, including without limitation
   17067 the rights to use, copy, modify, merge, publish, distribute, sublicense,
   17068 and/or sell copies of the Software, and to permit persons to whom the
   17069 Software is furnished to do so, subject to the following conditions:
   17070 
   17071 The above copyright notice and this permission notice shall be included
   17072 in all copies or substantial portions of the Software.
   17073 
   17074 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
   17075 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   17076 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
   17077 THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
   17078 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
   17079 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
   17080 SOFTWARE.
   17081 &lt;/pre&gt;
   17082 
   17083 
   17084 &lt;h1&gt;Attention, Contributors&lt;/h1&gt;
   17085 
   17086 &lt;p&gt;
   17087 When contributing to the Mesa project you must agree to the licensing terms
   17088 of the component to which you're contributing.
   17089 The following section lists the primary components of the Mesa distribution
   17090 and their respective licenses.
   17091 &lt;/p&gt;
   17092 
   17093 
   17094 &lt;h1&gt;Mesa Component Licenses&lt;/h1&gt;
   17095 
   17096 &lt;pre&gt;
   17097 Component         Location               License
   17098 ------------------------------------------------------------------
   17099 Main Mesa code    src/mesa/              Mesa (MIT)
   17100 
   17101 Device drivers    src/mesa/drivers/*     MIT, generally
   17102 
   17103 Ext headers       include/GL/glext.h     Khronos
   17104                   include/GL/glxext.h
   17105 
   17106 C11 thread        include/c11/threads*.h Boost (permissive)
   17107 emulation
   17108 &lt;/pre&gt;
   17109 
   17110 &lt;p&gt;
   17111 In general, consult the source files for license terms.
   17112 &lt;/p&gt;
   17113 
   17114 &lt;/div&gt;
   17115 &lt;/body&gt;
   17116 &lt;/html&gt;
   17117 
   17118 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   17119 </pre>
   17120 <ul>
   17121 <li><a href='#SGI-B-2.0'>Gentoo Package Stock License SGI-B-2.0</a></li>
   17122 <li><a href='#LGPL-3'>Gentoo Package Stock License LGPL-3</a></li>
   17123 </ul>
   17124 </div>
   17125 </div>
   17126 
   17127 
   17128 <div class="product">
   17129 <span class="title">mesa-progs-8.0.1</span>
   17130 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   17131 <span class="homepage"><a href="http://mesa3d.sourceforge.net/">homepage</a></span>
   17132 <div class="licence">
   17133 <pre></pre>
   17134 <ul>
   17135 <li><a href='#LGPL-2'>Gentoo Package Stock License LGPL-2</a></li>
   17136 </ul>
   17137 </div>
   17138 </div>
   17139 
   17140 
   17141 <div class="product">
   17142 <span class="title">metrics-0.0.1</span>
   17143 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   17144 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span>
   17145 <div class="licence">
   17146 <pre></pre>
   17147 <ul>
   17148 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li>
   17149 </ul>
   17150 </div>
   17151 </div>
   17152 
   17153 
   17154 <div class="product">
   17155 <span class="title">mime-types-9</span>
   17156 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   17157 <span class="homepage"><a href="http://www.gentoo.org/">homepage</a></span>
   17158 <div class="licence">
   17159 <pre></pre>
   17160 <ul>
   17161 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
   17162 </ul>
   17163 </div>
   17164 </div>
   17165 
   17166 
   17167 <div class="product">
   17168 <span class="title">minicom-2.7</span>
   17169 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   17170 <span class="homepage"><a href="http://alioth.debian.org/projects/minicom">homepage</a></span>
   17171 <div class="licence">
   17172 <pre></pre>
   17173 <ul>
   17174 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
   17175 </ul>
   17176 </div>
   17177 </div>
   17178 
   17179 
   17180 <div class="product">
   17181 <span class="title">minifakedns-0.0.1</span>
   17182 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   17183 <span class="homepage"><a href="http://code.activestate.com/recipes/491264-mini-fake-dns-server/">homepage</a></span>
   17184 <div class="licence">
   17185 <pre></pre>
   17186 <ul>
   17187 <li><a href='#PSF-2'>Gentoo Package Stock License PSF-2</a></li>
   17188 </ul>
   17189 </div>
   17190 </div>
   17191 
   17192 
   17193 <div class="product">
   17194 <span class="title">mkfontdir-1.0.6</span>
   17195 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   17196 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span>
   17197 <div class="licence">
   17198 <pre>Scanned Source License mkfontdir-1.0.6/COPYING:
   17199 
   17200 Copyright 1993, 1994, 1998  The Open Group
   17201 
   17202 Permission to use, copy, modify, distribute, and sell this software and its
   17203 documentation for any purpose is hereby granted without fee, provided that
   17204 the above copyright notice appear in all copies and that both that
   17205 copyright notice and this permission notice appear in supporting
   17206 documentation.
   17207 
   17208 The above copyright notice and this permission notice shall be included
   17209 in all copies or substantial portions of the Software.
   17210 
   17211 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
   17212 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
   17213 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
   17214 IN NO EVENT SHALL THE OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR
   17215 OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
   17216 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
   17217 OTHER DEALINGS IN THE SOFTWARE.
   17218 
   17219 Except as contained in this notice, the name of The Open Group shall
   17220 not be used in advertising or otherwise to promote the sale, use or
   17221 other dealings in this Software without prior written authorization
   17222 from The Open Group.
   17223 
   17224 -----------------------------------------------------------------------------
   17225 
   17226 Copyright 2005 Red Hat, Inc.
   17227 
   17228 Permission to use, copy, modify, distribute, and sell this software
   17229 and its documentation for any purpose is hereby granted without fee,
   17230 provided that the above copyright notice appear in all copies and
   17231 that both that copyright notice and this permission notice appear in
   17232 supporting documentation, and that the name of Red Hat not be used in
   17233 advertising or publicity pertaining to distribution of the software
   17234 without specific, written prior permission.  Red Hat makes no
   17235 representations about the suitability of this software for any
   17236 purpose.  It is provided "as is" without express or implied warranty.
   17237 
   17238 RED HAT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
   17239 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN
   17240 NO EVENT SHALL RED HAT BE LIABLE FOR ANY SPECIAL, INDIRECT OR
   17241 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
   17242 OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
   17243 OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE
   17244 USE OR PERFORMANCE OF THIS SOFTWARE.
   17245 
   17246 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   17247 </pre>
   17248 <ul>
   17249 
   17250 </ul>
   17251 </div>
   17252 </div>
   17253 
   17254 
   17255 <div class="product">
   17256 <span class="title">ml-anjalioldlipi-0.740</span>
   17257 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   17258 <span class="homepage"><a href="https://sites.google.com/site/cibu/anjalioldlipi-font">homepage</a></span>
   17259 <div class="licence">
   17260 <pre>Scanned Source License ml-anjalioldlipi-0.740/LICENSE:
   17261 
   17262 Copyright 2004 Kevin &amp; Siji, 2007-2011 Cibu Johny
   17263 with reserved font name AnjaliOldLipi.
   17264 
   17265 This Font Software is licensed under the SIL Open Font License, Version 1.1.
   17266 This license is copied below, and is also available with a FAQ at:
   17267 http://scripts.sil.org/OFL
   17268 
   17269 
   17270 -----------------------------------------------------------
   17271 SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
   17272 -----------------------------------------------------------
   17273 
   17274 PREAMBLE
   17275 The goals of the Open Font License (OFL) are to stimulate worldwide
   17276 development of collaborative font projects, to support the font creation
   17277 efforts of academic and linguistic communities, and to provide a free and
   17278 open framework in which fonts may be shared and improved in partnership
   17279 with others.
   17280 
   17281 The OFL allows the licensed fonts to be used, studied, modified and
   17282 redistributed freely as long as they are not sold by themselves. The
   17283 fonts, including any derivative works, can be bundled, embedded, 
   17284 redistributed and/or sold with any software provided that any reserved
   17285 names are not used by derivative works. The fonts and derivatives,
   17286 however, cannot be released under any other type of license. The
   17287 requirement for fonts to remain under this license does not apply
   17288 to any document created using the fonts or their derivatives.
   17289 
   17290 DEFINITIONS
   17291 "Font Software" refers to the set of files released by the Copyright
   17292 Holder(s) under this license and clearly marked as such. This may
   17293 include source files, build scripts and documentation.
   17294 
   17295 "Reserved Font Name" refers to any names specified as such after the
   17296 copyright statement(s).
   17297 
   17298 "Original Version" refers to the collection of Font Software components as
   17299 distributed by the Copyright Holder(s).
   17300 
   17301 "Modified Version" refers to any derivative made by adding to, deleting,
   17302 or substituting -- in part or in whole -- any of the components of the
   17303 Original Version, by changing formats or by porting the Font Software to a
   17304 new environment.
   17305 
   17306 "Author" refers to any designer, engineer, programmer, technical
   17307 writer or other person who contributed to the Font Software.
   17308 
   17309 PERMISSION &amp; CONDITIONS
   17310 Permission is hereby granted, free of charge, to any person obtaining
   17311 a copy of the Font Software, to use, study, copy, merge, embed, modify,
   17312 redistribute, and sell modified and unmodified copies of the Font
   17313 Software, subject to the following conditions:
   17314 
   17315 1) Neither the Font Software nor any of its individual components,
   17316 in Original or Modified Versions, may be sold by itself.
   17317 
   17318 2) Original or Modified Versions of the Font Software may be bundled,
   17319 redistributed and/or sold with any software, provided that each copy
   17320 contains the above copyright notice and this license. These can be
   17321 included either as stand-alone text files, human-readable headers or
   17322 in the appropriate machine-readable metadata fields within text or
   17323 binary files as long as those fields can be easily viewed by the user.
   17324 
   17325 3) No Modified Version of the Font Software may use the Reserved Font
   17326 Name(s) unless explicit written permission is granted by the corresponding
   17327 Copyright Holder. This restriction only applies to the primary font name as
   17328 presented to the users.
   17329 
   17330 4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
   17331 Software shall not be used to promote, endorse or advertise any
   17332 Modified Version, except to acknowledge the contribution(s) of the
   17333 Copyright Holder(s) and the Author(s) or with their explicit written
   17334 permission.
   17335 
   17336 5) The Font Software, modified or unmodified, in part or in whole,
   17337 must be distributed entirely under this license, and must not be
   17338 distributed under any other license. The requirement for fonts to
   17339 remain under this license does not apply to any document created
   17340 using the Font Software.
   17341 
   17342 TERMINATION
   17343 This license becomes null and void if any of the above conditions are
   17344 not met.
   17345 
   17346 DISCLAIMER
   17347 THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
   17348 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
   17349 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
   17350 OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
   17351 COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
   17352 INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
   17353 DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
   17354 FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
   17355 OTHER DEALINGS IN THE FONT SOFTWARE.
   17356 
   17357 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   17358 </pre>
   17359 <ul>
   17360 <li><a href='#OFL-1.1'>Gentoo Package Stock License OFL-1.1</a></li>
   17361 </ul>
   17362 </div>
   17363 </div>
   17364 
   17365 
   17366 <div class="product">
   17367 <span class="title">mmc-utils-0.0.1</span>
   17368 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   17369 <span class="homepage"><a href="https://chromium.googlesource.com/chromiumos/third_party/mmc-utils">homepage</a></span>
   17370 <div class="licence">
   17371 <pre></pre>
   17372 <ul>
   17373 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
   17374 </ul>
   17375 </div>
   17376 </div>
   17377 
   17378 
   17379 <div class="product">
   17380 <span class="title">modem-diagnostics-0.1</span>
   17381 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   17382 <span class="homepage"><a href="">homepage</a></span>
   17383 <div class="licence">
   17384 <pre></pre>
   17385 <ul>
   17386 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li>
   17387 </ul>
   17388 </div>
   17389 </div>
   17390 
   17391 
   17392 <div class="product">
   17393 <span class="title">modem-utilities-0.0.1</span>
   17394 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   17395 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span>
   17396 <div class="licence">
   17397 <pre></pre>
   17398 <ul>
   17399 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li>
   17400 </ul>
   17401 </div>
   17402 </div>
   17403 
   17404 
   17405 <div class="product">
   17406 <span class="title">modemmanager-classic-interfaces-0.0.1</span>
   17407 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   17408 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span>
   17409 <div class="licence">
   17410 <pre></pre>
   17411 <ul>
   17412 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li>
   17413 </ul>
   17414 </div>
   17415 </div>
   17416 
   17417 
   17418 <div class="product">
   17419 <span class="title">modemmanager-next-1.3.0</span>
   17420 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   17421 <span class="homepage"><a href="http://mail.gnome.org/archives/networkmanager-list/2008-July/msg00274.html">homepage</a></span>
   17422 <div class="licence">
   17423 <pre></pre>
   17424 <ul>
   17425 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li>
   17426 </ul>
   17427 </div>
   17428 </div>
   17429 
   17430 
   17431 <div class="product">
   17432 <span class="title">mosys-1.2.03</span>
   17433 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   17434 <span class="homepage"><a href="http://mosys.googlecode.com/">homepage</a></span>
   17435 <div class="licence">
   17436 <pre></pre>
   17437 <ul>
   17438 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li>
   17439 </ul>
   17440 </div>
   17441 </div>
   17442 
   17443 
   17444 <div class="product">
   17445 <span class="title">mtdev-1.1.2</span>
   17446 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   17447 <span class="homepage"><a href="http://bitmath.org/code/mtdev/">homepage</a></span>
   17448 <div class="licence">
   17449 <pre>Scanned Source License mtdev-1.1.2/COPYING:
   17450 
   17451 mtdev - Multitouch Protocol Translation Library (MIT license)
   17452 
   17453 Copyright (C) 2010 Henrik Rydberg &lt;rydberg (a] euromail.se&gt;
   17454 Copyright (C) 2010 Canonical Ltd.
   17455 
   17456 Permission is hereby granted, free of charge, to any person obtaining a
   17457 copy of this software and associated documentation files (the "Software"),
   17458 to deal in the Software without restriction, including without limitation
   17459 the rights to use, copy, modify, merge, publish, distribute, sublicense,
   17460 and/or sell copies of the Software, and to permit persons to whom the
   17461 Software is furnished to do so, subject to the following conditions:
   17462 
   17463 The above copyright notice and this permission notice (including the next
   17464 paragraph) shall be included in all copies or substantial portions of the
   17465 Software.
   17466 
   17467 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   17468 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   17469 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
   17470 THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
   17471 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
   17472 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
   17473 DEALINGS IN THE SOFTWARE.
   17474 
   17475 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   17476 </pre>
   17477 <ul>
   17478 
   17479 </ul>
   17480 </div>
   17481 </div>
   17482 
   17483 
   17484 <div class="product">
   17485 <span class="title">mtools-4.0.15</span>
   17486 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   17487 <span class="homepage"><a href="http://mtools.linux.lu/">homepage</a></span>
   17488 <div class="licence">
   17489 <pre></pre>
   17490 <ul>
   17491 <li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li>
   17492 </ul>
   17493 </div>
   17494 </div>
   17495 
   17496 
   17497 <div class="product">
   17498 <span class="title">mtpd-0.0.1</span>
   17499 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   17500 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span>
   17501 <div class="licence">
   17502 <pre></pre>
   17503 <ul>
   17504 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li>
   17505 </ul>
   17506 </div>
   17507 </div>
   17508 
   17509 
   17510 <div class="product">
   17511 <span class="title">mtplot-0.0.1</span>
   17512 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   17513 <span class="homepage"><a href="http://src.chromium.org">homepage</a></span>
   17514 <div class="licence">
   17515 <pre></pre>
   17516 <ul>
   17517 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
   17518 </ul>
   17519 </div>
   17520 </div>
   17521 
   17522 
   17523 <div class="product">
   17524 <span class="title">mttools-0.0.1</span>
   17525 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   17526 <span class="homepage"><a href="">homepage</a></span>
   17527 <div class="licence">
   17528 <pre></pre>
   17529 <ul>
   17530 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li>
   17531 </ul>
   17532 </div>
   17533 </div>
   17534 
   17535 
   17536 <div class="product">
   17537 <span class="title">my-padauk-2.50</span>
   17538 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   17539 <span class="homepage"><a href="http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=padauk">homepage</a></span>
   17540 <div class="licence">
   17541 <pre></pre>
   17542 <ul>
   17543 <li><a href='#OFL-1.1'>Gentoo Package Stock License OFL-1.1</a></li>
   17544 </ul>
   17545 </div>
   17546 </div>
   17547 
   17548 
   17549 <div class="product">
   17550 <span class="title">ncurses-5.9</span>
   17551 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   17552 <span class="homepage"><a href="http://www.gnu.org/software/ncurses/">homepage</a></span>
   17553 <div class="licence">
   17554 <pre>Scanned Source License ncurses-5.9/Ada95/package/debian/copyright:
   17555 
   17556 Upstream source http://invisible-island.net/ncurses/ncurses-examples.html
   17557 
   17558 Current ncurses maintainer: Thomas Dickey &lt;dickey (a] invisible-island.net&gt;
   17559 
   17560 -------------------------------------------------------------------------------
   17561     Copyright (c) 1998-2010,2011 Free Software Foundation, Inc.
   17562 
   17563     Permission is hereby granted, free of charge, to any person obtaining a
   17564     copy of this software and associated documentation files (the
   17565     "Software"), to deal in the Software without restriction, including
   17566     without limitation the rights to use, copy, modify, merge, publish,
   17567     distribute, distribute with modifications, sublicense, and/or sell
   17568     copies of the Software, and to permit persons to whom the Software is
   17569     furnished to do so, subject to the following conditions:
   17570 
   17571     The above copyright notice and this permission notice shall be included
   17572     in all copies or substantial portions of the Software.
   17573 
   17574     THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
   17575     OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
   17576     MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
   17577     IN NO EVENT SHALL THE ABOVE COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
   17578     DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
   17579     OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR
   17580     THE USE OR OTHER DEALINGS IN THE SOFTWARE.
   17581 
   17582     Except as contained in this notice, the name(s) of the above copyright
   17583     holders shall not be used in advertising or otherwise to promote the
   17584     sale, use or other dealings in this Software without prior written
   17585     authorization.
   17586 -------------------------------------------------------------------------------
   17587 
   17588 Files: install-sh
   17589 Copyright:  1994 X Consortium
   17590 Licence: other-BSD
   17591     Permission is hereby granted, free of charge, to any person obtaining a copy
   17592     of this software and associated documentation files (the "Software"), to
   17593     deal in the Software without restriction, including without limitation the
   17594     rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
   17595     sell copies of the Software, and to permit persons to whom the Software is
   17596     furnished to do so, subject to the following conditions:
   17597 
   17598     The above copyright notice and this permission notice shall be included in
   17599     all copies or substantial portions of the Software.
   17600 
   17601     THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   17602     IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   17603     FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
   17604     X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
   17605     AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNEC-
   17606     TION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
   17607 
   17608     Except as contained in this notice, the name of the X Consortium shall not
   17609     be used in advertising or otherwise to promote the sale, use or other deal-
   17610     ings in this Software without prior written authorization from the X Consor-
   17611     tium.
   17612 
   17613     FSF changes to this file are in the public domain.
   17614 
   17615     Calling this script install-sh is preferred over install.sh, to prevent
   17616     `make' implicit rules from creating a file called install from it
   17617     when there is no Makefile.
   17618 
   17619     This script is compatible with the BSD install script, but was written
   17620     from scratch.  It can only install one file at a time, a restriction
   17621     shared with many OS's install programs.
   17622 
   17623 On Debian systems, the complete text of the GNU General
   17624 Public License can be found in '/usr/share/common-licenses/GPL-2'
   17625 
   17626 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   17627 
   17628 Scanned Source License ncurses-5.9/test/package/debian/copyright:
   17629 
   17630 Upstream source http://invisible-island.net/ncurses/ncurses-examples.html
   17631 
   17632 Current ncurses maintainer: Thomas Dickey &lt;dickey (a] invisible-island.net&gt;
   17633 
   17634 -------------------------------------------------------------------------------
   17635     Copyright (c) 1998-2010,2011 Free Software Foundation, Inc.
   17636 
   17637     Permission is hereby granted, free of charge, to any person obtaining a
   17638     copy of this software and associated documentation files (the
   17639     "Software"), to deal in the Software without restriction, including
   17640     without limitation the rights to use, copy, modify, merge, publish,
   17641     distribute, distribute with modifications, sublicense, and/or sell
   17642     copies of the Software, and to permit persons to whom the Software is
   17643     furnished to do so, subject to the following conditions:
   17644 
   17645     The above copyright notice and this permission notice shall be included
   17646     in all copies or substantial portions of the Software.
   17647 
   17648     THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
   17649     OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
   17650     MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
   17651     IN NO EVENT SHALL THE ABOVE COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
   17652     DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
   17653     OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR
   17654     THE USE OR OTHER DEALINGS IN THE SOFTWARE.
   17655 
   17656     Except as contained in this notice, the name(s) of the above copyright
   17657     holders shall not be used in advertising or otherwise to promote the
   17658     sale, use or other dealings in this Software without prior written
   17659     authorization.
   17660 -------------------------------------------------------------------------------
   17661 
   17662 Files: install-sh
   17663 Copyright:  1994 X Consortium
   17664 Licence: other-BSD
   17665     Permission is hereby granted, free of charge, to any person obtaining a copy
   17666     of this software and associated documentation files (the "Software"), to
   17667     deal in the Software without restriction, including without limitation the
   17668     rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
   17669     sell copies of the Software, and to permit persons to whom the Software is
   17670     furnished to do so, subject to the following conditions:
   17671 
   17672     The above copyright notice and this permission notice shall be included in
   17673     all copies or substantial portions of the Software.
   17674 
   17675     THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   17676     IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   17677     FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
   17678     X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
   17679     AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNEC-
   17680     TION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
   17681 
   17682     Except as contained in this notice, the name of the X Consortium shall not
   17683     be used in advertising or otherwise to promote the sale, use or other deal-
   17684     ings in this Software without prior written authorization from the X Consor-
   17685     tium.
   17686 
   17687     FSF changes to this file are in the public domain.
   17688 
   17689     Calling this script install-sh is preferred over install.sh, to prevent
   17690     `make' implicit rules from creating a file called install from it
   17691     when there is no Makefile.
   17692 
   17693     This script is compatible with the BSD install script, but was written
   17694     from scratch.  It can only install one file at a time, a restriction
   17695     shared with many OS's install programs.
   17696 
   17697 On Debian systems, the complete text of the GNU General
   17698 Public License can be found in '/usr/share/common-licenses/GPL-2'
   17699 
   17700 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   17701 </pre>
   17702 <ul>
   17703 
   17704 </ul>
   17705 </div>
   17706 </div>
   17707 
   17708 
   17709 <div class="product">
   17710 <span class="title">net-tools-1.60_p20120127084908</span>
   17711 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   17712 <span class="homepage"><a href="http://net-tools.sourceforge.net/">homepage</a></span>
   17713 <div class="licence">
   17714 <pre></pre>
   17715 <ul>
   17716 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
   17717 </ul>
   17718 </div>
   17719 </div>
   17720 
   17721 
   17722 <div class="product">
   17723 <span class="title">netflix-helper-2.0.0</span>
   17724 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   17725 <span class="homepage"><a href="">homepage</a></span>
   17726 <div class="licence">
   17727 <pre></pre>
   17728 <ul>
   17729 <li><a href='#Google-TOS'>Gentoo Package Stock License Google-TOS</a></li>
   17730 </ul>
   17731 </div>
   17732 </div>
   17733 
   17734 
   17735 <div class="product">
   17736 <span class="title">netifaces-0.8</span>
   17737 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   17738 <span class="homepage"><a href="http://alastairs-place.net/netifaces/">homepage</a></span>
   17739 <div class="licence">
   17740 <pre>Scanned Source License netifaces-0.8/PKG-INFO:
   17741 
   17742 Metadata-Version: 1.0
   17743 Name: netifaces
   17744 Version: 0.8
   17745 Summary: Portable network interface information.
   17746 Home-page: http://alastairs-place.net/netifaces
   17747 Author: Alastair Houghton
   17748 Author-email: alastair (a] alastairs-place.net
   17749 License: MIT License
   17750 Description: netifaces provides a (hopefully portable-ish) way for Python programmers to
   17751         get access to a list of the network interfaces on the local machine, and to
   17752         obtain the addresses of those network interfaces.
   17753         
   17754         The package has been tested on Mac OS X, Windows XP, Windows Vista, Linux
   17755         and Solaris.
   17756         
   17757         It should work on other UNIX-like systems provided they implement
   17758         either getifaddrs() or support the SIOCGIFxxx socket options, although the
   17759         data provided by the socket options is normally less complete.
   17760         
   17761 Platform: UNKNOWN
   17762 Classifier: Development Status :: 4 - Beta
   17763 Classifier: Intended Audience :: Developers
   17764 Classifier: License :: OSI Approved :: MIT License
   17765 Classifier: Topic :: System :: Networking
   17766 
   17767 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   17768 
   17769 Scanned Source License netifaces-0.8/netifaces.egg-info/PKG-INFO:
   17770 
   17771 Metadata-Version: 1.0
   17772 Name: netifaces
   17773 Version: 0.8
   17774 Summary: Portable network interface information.
   17775 Home-page: http://alastairs-place.net/netifaces
   17776 Author: Alastair Houghton
   17777 Author-email: alastair (a] alastairs-place.net
   17778 License: MIT License
   17779 Description: netifaces provides a (hopefully portable-ish) way for Python programmers to
   17780         get access to a list of the network interfaces on the local machine, and to
   17781         obtain the addresses of those network interfaces.
   17782         
   17783         The package has been tested on Mac OS X, Windows XP, Windows Vista, Linux
   17784         and Solaris.
   17785         
   17786         It should work on other UNIX-like systems provided they implement
   17787         either getifaddrs() or support the SIOCGIFxxx socket options, although the
   17788         data provided by the socket options is normally less complete.
   17789         
   17790 Platform: UNKNOWN
   17791 Classifier: Development Status :: 4 - Beta
   17792 Classifier: Intended Audience :: Developers
   17793 Classifier: License :: OSI Approved :: MIT License
   17794 Classifier: Topic :: System :: Networking
   17795 
   17796 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   17797 </pre>
   17798 <ul>
   17799 
   17800 </ul>
   17801 </div>
   17802 </div>
   17803 
   17804 
   17805 <div class="product">
   17806 <span class="title">netperf-2.4.4</span>
   17807 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   17808 <span class="homepage"><a href="http://www.netperf.org/">homepage</a></span>
   17809 <div class="licence">
   17810 <pre>Gentoo Package Stock License netperf:
   17811 
   17812 
   17813  
   17814               Copyright (C) 1993 Hewlett-Packard Company
   17815                          ALL RIGHTS RESERVED.
   17816  
   17817   The enclosed software and documentation includes copyrighted works
   17818   of Hewlett-Packard Co. For as long as you comply with the following
   17819   limitations, you are hereby authorized to (i) use, reproduce, and
   17820   modify the software and documentation, and to (ii) distribute the
   17821   software and documentation, including modifications, for
   17822   non-commercial purposes only.
   17823       
   17824   1.  The enclosed software and documentation is made available at no
   17825       charge in order to advance the general development of
   17826       high-performance networking products.
   17827  
   17828   2.  You may not delete any copyright notices contained in the
   17829       software or documentation. All hard copies, and copies in
   17830       source code or object code form, of the software or
   17831       documentation (including modifications) must contain at least
   17832       one of the copyright notices.
   17833  
   17834   3.  The enclosed software and documentation has not been subjected
   17835       to testing and quality control and is not a Hewlett-Packard Co.
   17836       product. At a future time, Hewlett-Packard Co. may or may not
   17837       offer a version of the software and documentation as a product.
   17838   
   17839   4.  THE SOFTWARE AND DOCUMENTATION IS PROVIDED "AS IS".
   17840       HEWLETT-PACKARD COMPANY DOES NOT WARRANT THAT THE USE,
   17841       REPRODUCTION, MODIFICATION OR DISTRIBUTION OF THE SOFTWARE OR
   17842       DOCUMENTATION WILL NOT INFRINGE A THIRD PARTY'S INTELLECTUAL
   17843       PROPERTY RIGHTS. HP DOES NOT WARRANT THAT THE SOFTWARE OR
   17844       DOCUMENTATION IS ERROR FREE. HP DISCLAIMS ALL WARRANTIES,
   17845       EXPRESS AND IMPLIED, WITH REGARD TO THE SOFTWARE AND THE
   17846       DOCUMENTATION. HP SPECIFICALLY DISCLAIMS ALL WARRANTIES OF
   17847       MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
   17848   
   17849   5.  HEWLETT-PACKARD COMPANY WILL NOT IN ANY EVENT BE LIABLE FOR ANY
   17850       DIRECT, INDIRECT, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES
   17851       (INCLUDING LOST PROFITS) RELATED TO ANY USE, REPRODUCTION,
   17852       MODIFICATION, OR DISTRIBUTION OF THE SOFTWARE OR DOCUMENTATION.
   17853  
   17854 
   17855 
   17856 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   17857 </pre>
   17858 <ul>
   17859 
   17860 </ul>
   17861 </div>
   17862 </div>
   17863 
   17864 
   17865 <div class="product">
   17866 <span class="title">notofonts-20140130</span>
   17867 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   17868 <span class="homepage"><a href="">homepage</a></span>
   17869 <div class="licence">
   17870 <pre></pre>
   17871 <ul>
   17872 <li><a href='#Apache-2.0'>Gentoo Package Stock License Apache-2.0</a></li>
   17873 </ul>
   17874 </div>
   17875 </div>
   17876 
   17877 
   17878 <div class="product">
   17879 <span class="title">nspr-4.10.4</span>
   17880 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   17881 <span class="homepage"><a href="http://www.mozilla.org/projects/nspr/">homepage</a></span>
   17882 <div class="licence">
   17883 <pre></pre>
   17884 <ul>
   17885 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li>
   17886 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
   17887 <li><a href='#MPL-2.0'>Gentoo Package Stock License MPL-2.0</a></li>
   17888 </ul>
   17889 </div>
   17890 </div>
   17891 
   17892 
   17893 <div class="product">
   17894 <span class="title">nss-3.16</span>
   17895 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   17896 <span class="homepage"><a href="http://www.mozilla.org/projects/security/pki/nss/">homepage</a></span>
   17897 <div class="licence">
   17898 <pre></pre>
   17899 <ul>
   17900 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li>
   17901 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
   17902 <li><a href='#MPL-2.0'>Gentoo Package Stock License MPL-2.0</a></li>
   17903 </ul>
   17904 </div>
   17905 </div>
   17906 
   17907 
   17908 <div class="product">
   17909 <span class="title">nss-3.16</span>
   17910 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   17911 <span class="homepage"><a href="http://www.mozilla.org/projects/security/pki/nss/">homepage</a></span>
   17912 <div class="licence">
   17913 <pre></pre>
   17914 <ul>
   17915 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li>
   17916 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
   17917 <li><a href='#MPL-2.0'>Gentoo Package Stock License MPL-2.0</a></li>
   17918 </ul>
   17919 </div>
   17920 </div>
   17921 
   17922 
   17923 <div class="product">
   17924 <span class="title">ntfs3g-2012.1.15</span>
   17925 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   17926 <span class="homepage"><a href="http://www.tuxera.com/community/ntfs-3g-download/">homepage</a></span>
   17927 <div class="licence">
   17928 <pre></pre>
   17929 <ul>
   17930 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
   17931 </ul>
   17932 </div>
   17933 </div>
   17934 
   17935 
   17936 <div class="product">
   17937 <span class="title">numpy-1.7.1</span>
   17938 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   17939 <span class="homepage"><a href="http://numpy.scipy.org/">homepage</a></span>
   17940 <div class="licence">
   17941 <pre>Scanned Source License numpy-1.7.1/LICENSE.txt:
   17942 
   17943 Copyright (c) 2005-2011, NumPy Developers.
   17944 All rights reserved.
   17945 
   17946 Redistribution and use in source and binary forms, with or without
   17947 modification, are permitted provided that the following conditions are
   17948 met:
   17949 
   17950     * Redistributions of source code must retain the above copyright
   17951        notice, this list of conditions and the following disclaimer.
   17952 
   17953     * Redistributions in binary form must reproduce the above
   17954        copyright notice, this list of conditions and the following
   17955        disclaimer in the documentation and/or other materials provided
   17956        with the distribution.
   17957 
   17958     * Neither the name of the NumPy Developers nor the names of any
   17959        contributors may be used to endorse or promote products derived
   17960        from this software without specific prior written permission.
   17961 
   17962 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
   17963 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
   17964 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
   17965 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
   17966 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
   17967 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
   17968 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
   17969 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
   17970 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
   17971 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
   17972 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
   17973 
   17974 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   17975 
   17976 Scanned Source License numpy-1.7.1/PKG-INFO:
   17977 
   17978 Metadata-Version: 1.1
   17979 Name: numpy
   17980 Version: 1.7.1
   17981 Summary: NumPy: array processing for numbers, strings, records, and objects.
   17982 Home-page: http://www.numpy.org
   17983 Author: NumPy Developers
   17984 Author-email: numpy-discussion (a] scipy.org
   17985 License: BSD
   17986 Download-URL: http://sourceforge.net/projects/numpy/files/NumPy/
   17987 Description: NumPy is a general-purpose array-processing package designed to
   17988         efficiently manipulate large multi-dimensional arrays of arbitrary
   17989         records without sacrificing too much speed for small multi-dimensional
   17990         arrays.  NumPy is built on the Numeric code base and adds features
   17991         introduced by numarray as well as an extended C-API and the ability to
   17992         create arrays of arbitrary type which also makes NumPy suitable for
   17993         interfacing with general-purpose data-base applications.
   17994         
   17995         There are also basic facilities for discrete fourier transform,
   17996         basic linear algebra and random number generation.
   17997         
   17998 Platform: Windows
   17999 Platform: Linux
   18000 Platform: Solaris
   18001 Platform: Mac OS-X
   18002 Platform: Unix
   18003 Classifier: Development Status :: 5 - Production/Stable
   18004 Classifier: Intended Audience :: Science/Research
   18005 Classifier: Intended Audience :: Developers
   18006 Classifier: License :: OSI Approved
   18007 Classifier: Programming Language :: C
   18008 Classifier: Programming Language :: Python
   18009 Classifier: Programming Language :: Python :: 3
   18010 Classifier: Topic :: Software Development
   18011 Classifier: Topic :: Scientific/Engineering
   18012 Classifier: Operating System :: Microsoft :: Windows
   18013 Classifier: Operating System :: POSIX
   18014 Classifier: Operating System :: Unix
   18015 Classifier: Operating System :: MacOS
   18016 
   18017 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   18018 
   18019 Scanned Source License numpy-1.7.1/doc/source/license.rst:
   18020 
   18021 *************
   18022 Numpy License
   18023 *************
   18024 
   18025 Copyright (c) 2005, NumPy Developers
   18026 
   18027 All rights reserved.
   18028 
   18029 Redistribution and use in source and binary forms, with or without
   18030 modification, are permitted provided that the following conditions are
   18031 met:
   18032 
   18033 * Redistributions of source code must retain the above copyright
   18034   notice, this list of conditions and the following disclaimer.
   18035 
   18036 * Redistributions in binary form must reproduce the above
   18037   copyright notice, this list of conditions and the following
   18038   disclaimer in the documentation and/or other materials provided
   18039   with the distribution.
   18040 
   18041 * Neither the name of the NumPy Developers nor the names of any
   18042   contributors may be used to endorse or promote products derived
   18043   from this software without specific prior written permission.
   18044 
   18045 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
   18046 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
   18047 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
   18048 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
   18049 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
   18050 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
   18051 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
   18052 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
   18053 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
   18054 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
   18055 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
   18056 
   18057 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   18058 
   18059 Scanned Source License numpy-1.7.1/doc/sphinxext/LICENSE.txt:
   18060 
   18061 -------------------------------------------------------------------------------
   18062     The files
   18063     - numpydoc.py
   18064     - docscrape.py
   18065     - docscrape_sphinx.py
   18066     - phantom_import.py
   18067     have the following license:
   18068 
   18069 Copyright (C) 2008 Stefan van der Walt &lt;stefan (a] mentat.za.net&gt;, Pauli Virtanen &lt;pav (a] iki.fi&gt;
   18070 
   18071 Redistribution and use in source and binary forms, with or without
   18072 modification, are permitted provided that the following conditions are
   18073 met:
   18074 
   18075  1. Redistributions of source code must retain the above copyright
   18076     notice, this list of conditions and the following disclaimer.
   18077  2. Redistributions in binary form must reproduce the above copyright
   18078     notice, this list of conditions and the following disclaimer in
   18079     the documentation and/or other materials provided with the
   18080     distribution.
   18081 
   18082 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
   18083 IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
   18084 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
   18085 DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT,
   18086 INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
   18087 (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
   18088 SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
   18089 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
   18090 STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
   18091 IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
   18092 POSSIBILITY OF SUCH DAMAGE.
   18093 
   18094 -------------------------------------------------------------------------------
   18095     The files
   18096     - compiler_unparse.py
   18097     - comment_eater.py
   18098     - traitsdoc.py
   18099     have the following license:
   18100 
   18101 This software is OSI Certified Open Source Software.
   18102 OSI Certified is a certification mark of the Open Source Initiative.
   18103 
   18104 Copyright (c) 2006, Enthought, Inc.
   18105 All rights reserved.
   18106 
   18107 Redistribution and use in source and binary forms, with or without
   18108 modification, are permitted provided that the following conditions are met:
   18109 
   18110  * Redistributions of source code must retain the above copyright notice, this
   18111    list of conditions and the following disclaimer.
   18112  * Redistributions in binary form must reproduce the above copyright notice,
   18113    this list of conditions and the following disclaimer in the documentation
   18114    and/or other materials provided with the distribution.
   18115  * Neither the name of Enthought, Inc. nor the names of its contributors may
   18116    be used to endorse or promote products derived from this software without
   18117    specific prior written permission.
   18118 
   18119 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
   18120 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
   18121 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
   18122 DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
   18123 ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
   18124 (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
   18125 LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
   18126 ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
   18127 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
   18128 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
   18129 
   18130 
   18131 -------------------------------------------------------------------------------
   18132     The file
   18133     - plot_directive.py
   18134     originates from Matplotlib (http://matplotlib.sf.net/) which has
   18135     the following license:
   18136 
   18137 Copyright (c) 2002-2008 John D. Hunter; All Rights Reserved.
   18138 
   18139 1. This LICENSE AGREEMENT is between John D. Hunter (JDH), and the Individual or Organization (Licensee) accessing and otherwise using matplotlib software in source or binary form and its associated documentation.
   18140 
   18141 2. Subject to the terms and conditions of this License Agreement, JDH hereby grants Licensee a nonexclusive, royalty-free, world-wide license to reproduce, analyze, test, perform and/or display publicly, prepare derivative works, distribute, and otherwise use matplotlib 0.98.3 alone or in any derivative version, provided, however, that JDHs License Agreement and JDHs notice of copyright, i.e., Copyright (c) 2002-2008 John D. Hunter; All Rights Reserved are retained in matplotlib 0.98.3 alone or in any derivative version prepared by Licensee.
   18142 
   18143 3. In the event Licensee prepares a derivative work that is based on or incorporates matplotlib 0.98.3 or any part thereof, and wants to make the derivative work available to others as provided herein, then Licensee hereby agrees to include in any such work a brief summary of the changes made to matplotlib 0.98.3.
   18144 
   18145 4. JDH is making matplotlib 0.98.3 available to Licensee on an AS IS basis. JDH MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, JDH MAKES NO AND DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF MATPLOTLIB 0.98.3 WILL NOT INFRINGE ANY THIRD PARTY RIGHTS.
   18146 
   18147 5. JDH SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF MATPLOTLIB 0.98.3 FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING MATPLOTLIB 0.98.3, OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
   18148 
   18149 6. This License Agreement will automatically terminate upon a material breach of its terms and conditions.
   18150 
   18151 7. Nothing in this License Agreement shall be deemed to create any relationship of agency, partnership, or joint venture between JDH and Licensee. This License Agreement does not grant permission to use JDH trademarks or trade name in a trademark sense to endorse or promote products or services of Licensee, or any third party.
   18152 
   18153 8. By copying, installing or otherwise using matplotlib 0.98.3, Licensee agrees to be bound by the terms and conditions of this License Agreement.
   18154 
   18155 
   18156 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   18157 </pre>
   18158 <ul>
   18159 
   18160 </ul>
   18161 </div>
   18162 </div>
   18163 
   18164 
   18165 <div class="product">
   18166 <span class="title">oem-customization-0.0.2</span>
   18167 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   18168 <span class="homepage"><a href="http://src.chromium.org">homepage</a></span>
   18169 <div class="licence">
   18170 <pre></pre>
   18171 <ul>
   18172 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li>
   18173 </ul>
   18174 </div>
   18175 </div>
   18176 
   18177 
   18178 <div class="product">
   18179 <span class="title">opencryptoki-2.2.8</span>
   18180 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   18181 <span class="homepage"><a href="http://sourceforge.net/projects/opencryptoki">homepage</a></span>
   18182 <div class="licence">
   18183 <pre>Gentoo Package Stock License CPL-0.5:
   18184 
   18185 
   18186 Common Public License Version 0.5
   18187 
   18188    THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS COMMON
   18189    PUBLIC LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION OF
   18190    THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT.
   18191 
   18192    1. DEFINITIONS
   18193 
   18194    "Contribution" means:
   18195 
   18196      a) in the case of the initial Contributor, the initial code and
   18197      documentation distributed under this Agreement, and
   18198 
   18199      b) in the case of each subsequent Contributor:
   18200 
   18201      i) changes to the Program, and
   18202 
   18203      ii) additions to the Program;
   18204 
   18205      where such changes and/or additions to the Program originate from
   18206      and are distributed by that particular Contributor. A Contribution
   18207      'originates' from a Contributor if it was added to the Program by
   18208      such Contributor itself or anyone acting on such Contributor's
   18209      behalf. Contributions do not include additions to the Program
   18210      which: (i) are separate modules of software distributed in
   18211      conjunction with the Program under their own license agreement, and
   18212      (ii) are not derivative works of the Program.
   18213 
   18214    "Contributor" means any person or entity that distributes the Program.
   18215 
   18216    "Licensed Patents " mean patent claims licensable by a Contributor
   18217    which are necessarily infringed by the use or sale of its Contribution
   18218    alone or when combined with the Program.
   18219 
   18220    "Program" means the Contributions distributed in accordance with this
   18221    Agreement.
   18222 
   18223    "Recipient" means anyone who receives the Program under this
   18224    Agreement, including all Contributors.
   18225 
   18226    2. GRANT OF RIGHTS
   18227 
   18228      a) Subject to the terms of this Agreement, each Contributor hereby
   18229      grants Recipient a non-exclusive, worldwide, royalty-free copyright
   18230      license to reproduce, prepare derivative works of, publicly
   18231      display, publicly perform, distribute and sublicense the
   18232      Contribution of such Contributor, if any, and such derivative
   18233      works, in source code and object code form.
   18234 
   18235      b) Subject to the terms of this Agreement, each Contributor hereby
   18236      grants Recipient a non-exclusive, worldwide, royalty-free patent
   18237      license under Licensed Patents to make, use, sell, offer to sell,
   18238      import and otherwise transfer the Contribution of such Contributor,
   18239      if any, in source code and object code form. This patent license
   18240      shall apply to the combination of the Contribution and the Program
   18241      if, at the time the Contribution is added by the Contributor, such
   18242      addition of the Contribution causes such combination to be covered
   18243      by the Licensed Patents. The patent license shall not apply to any
   18244      other combinations which include the Contribution. No hardware per
   18245      se is licensed hereunder.
   18246 
   18247      c) Recipient understands that although each Contributor grants the
   18248      licenses to its Contributions set forth herein, no assurances are
   18249      provided by any Contributor that the Program does not infringe the
   18250      patent or other intellectual property rights of any other entity.
   18251      Each Contributor disclaims any liability to Recipient for claims
   18252      brought by any other entity based on infringement of intellectual
   18253      property rights or otherwise. As a condition to exercising the
   18254      rights and licenses granted hereunder, each Recipient hereby
   18255      assumes sole responsibility to secure any other intellectual
   18256      property rights needed, if any. For example, if a third party
   18257      patent license is required to allow Recipient to distribute the
   18258      Program, it is Recipient's responsibility to acquire that license
   18259      before distributing the Program.
   18260 
   18261      d) Each Contributor represents that to its knowledge it has
   18262      sufficient copyright rights in its Contribution, if any, to grant
   18263      the copyright license set forth in this Agreement.
   18264 
   18265    3. REQUIREMENTS
   18266 
   18267    A Contributor may choose to distribute the Program in object code form
   18268    under its own license agreement, provided that:
   18269 
   18270      a) it complies with the terms and conditions of this Agreement; and
   18271 
   18272      b) its license agreement:
   18273 
   18274      i) effectively disclaims on behalf of all Contributors all
   18275      warranties and conditions, express and implied, including
   18276      warranties or conditions of title and non-infringement, and implied
   18277      warranties or conditions of merchantability and fitness for a
   18278      particular purpose;
   18279 
   18280      ii) effectively excludes on behalf of all Contributors all
   18281      liability for damages, including direct, indirect, special,
   18282      incidental and consequential damages, such as lost profits;
   18283 
   18284      iii) states that any provisions which differ from this Agreement
   18285      are offered by that Contributor alone and not by any other party;
   18286      and
   18287 
   18288      iv) states that source code for the Program is available from such
   18289      Contributor, and informs licensees how to obtain it in a reasonable
   18290      manner on or through a medium customarily used for software
   18291      exchange.
   18292 
   18293    When the Program is made available in source code form:
   18294 
   18295      a) it must be made available under this Agreement; and
   18296 
   18297      b) a copy of this Agreement must be included with each copy of the
   18298      Program.
   18299 
   18300    Contributors may not remove or alter any copyright notices contained
   18301    within the Program.
   18302 
   18303    Each Contributor must identify itself as the originator of its
   18304    Contribution, if any, in a manner that reasonably allows subsequent
   18305    Recipients to identify the originator of the Contribution.
   18306 
   18307    4. COMMERCIAL DISTRIBUTION
   18308 
   18309    Commercial distributors of software may accept certain
   18310    responsibilities with respect to end users, business partners and the
   18311    like. While this license is intended to facilitate the commercial use
   18312    of the Program, the Contributor who includes the Program in a
   18313    commercial product offering should do so in a manner which does not
   18314    create potential liability for other Contributors. Therefore, if a
   18315    Contributor includes the Program in a commercial product offering,
   18316    such Contributor ("Commercial Contributor") hereby agrees to defend
   18317    and indemnify every other Contributor ("Indemnified Contributor")
   18318    against any losses, damages and costs (collectively "Losses") arising
   18319    from claims, lawsuits and other legal actions brought by a third party
   18320    against the Indemnified Contributor to the extent caused by the acts
   18321    or omissions of such Commercial Contributor in connection with its
   18322    distribution of the Program in a commercial product offering. The
   18323    obligations in this section do not apply to any claims or Losses
   18324    relating to any actual or alleged intellectual property infringement.
   18325    In order to qualify, an Indemnified Contributor must: a) promptly
   18326    notify the Commercial Contributor in writing of such claim, and b)
   18327    allow the Commercial Contributor to control, and cooperate with the
   18328    Commercial Contributor in, the defense and any related settlement
   18329    negotiations. The Indemnified Contributor may participate in any such
   18330    claim at its own expense.
   18331 
   18332    For example, a Contributor might include the Program in a commercial
   18333    product offering, Product X. That Contributor is then a Commercial
   18334    Contributor. If that Commercial Contributor then makes performance
   18335    claims, or offers warranties related to Product X, those performance
   18336    claims and warranties are such Commercial Contributor's responsibility
   18337    alone. Under this section, the Commercial Contributor would have to
   18338    defend claims against the other Contributors related to those
   18339    performance claims and warranties, and if a court requires any other
   18340    Contributor to pay any damages as a result, the Commercial Contributor
   18341    must pay those damages.
   18342 
   18343    5. NO WARRANTY
   18344 
   18345    EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS
   18346    PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
   18347    KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION, ANY
   18348    WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY
   18349    OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is solely
   18350    responsible for determining the appropriateness of using and
   18351    distributing the Program and assumes all risks associated with its
   18352    exercise of rights under this Agreement, including but not limited to
   18353    the risks and costs of program errors, compliance with applicable
   18354    laws, damage to or loss of data, programs or equipment, and
   18355    unavailability or interruption of operations.
   18356 
   18357    6. DISCLAIMER OF LIABILITY
   18358 
   18359    EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT NOR
   18360    ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT,
   18361    INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING
   18362    WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF
   18363    LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
   18364    NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OR
   18365    DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED
   18366    HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
   18367 
   18368    7. GENERAL
   18369 
   18370    If any provision of this Agreement is invalid or unenforceable under
   18371    applicable law, it shall not affect the validity or enforceability of
   18372    the remainder of the terms of this Agreement, and without further
   18373    action by the parties hereto, such provision shall be reformed to the
   18374    minimum extent necessary to make such provision valid and enforceable.
   18375 
   18376    If Recipient institutes patent litigation against a Contributor with
   18377    respect to a patent applicable to software (including a cross-claim or
   18378    counterclaim in a lawsuit), then any patent licenses granted by that
   18379    Contributor to such Recipient under this Agreement shall terminate as
   18380    of the date such litigation is filed. In addition, If Recipient
   18381    institutes patent litigation against any entity (including a
   18382    cross-claim or counterclaim in a lawsuit) alleging that the Program
   18383    itself (excluding combinations of the Program with other software or
   18384    hardware) infringes such Recipient's patent(s), then such Recipient's
   18385    rights granted under Section 2(b) shall terminate as of the date such
   18386    litigation is filed.
   18387 
   18388    All Recipient's rights under this Agreement shall terminate if it
   18389    fails to comply with any of the material terms or conditions of this
   18390    Agreement and does not cure such failure in a reasonable period of
   18391    time after becoming aware of such noncompliance. If all Recipient's
   18392    rights under this Agreement terminate, Recipient agrees to cease use
   18393    and distribution of the Program as soon as reasonably practicable.
   18394    However, Recipient's obligations under this Agreement and any licenses
   18395    granted by Recipient relating to the Program shall continue and
   18396    survive.
   18397 
   18398    Everyone is permitted to copy and distribute copies of this Agreement,
   18399    but in order to avoid inconsistency the Agreement is copyrighted and
   18400    may only be modified in the following manner. The Agreement Steward
   18401    reserves the right to publish new versions (including revisions) of
   18402    this Agreement from time to time. No one other than the Agreement
   18403    Steward has the right to modify this Agreement. IBM is the initial
   18404    Agreement Steward. IBM may assign the responsibility to serve as the
   18405    Agreement Steward to a suitable separate entity. Each new version of
   18406    the Agreement will be given a distinguishing version number. The
   18407    Program (including Contributions) may always be distributed subject to
   18408    the version of the Agreement under which it was received. In addition,
   18409    after a new version of the Agreement is published, Contributor may
   18410    elect to distribute the Program (including its Contributions) under
   18411    the new version. Except as expressly stated in Sections 2(a) and 2(b)
   18412    above, Recipient receives no rights or licenses to the intellectual
   18413    property of any Contributor under this Agreement, whether expressly,
   18414    by implication, estoppel or otherwise. All rights in the Program not
   18415    expressly granted under this Agreement are reserved.
   18416 
   18417    This Agreement is governed by the laws of the State of New York and
   18418    the intellectual property laws of the United States of America. No
   18419    party to this Agreement will bring a legal action under this Agreement
   18420    more than one year after the cause of action arose. Each party waives
   18421    its rights to a jury trial in any resulting litigation.
   18422 
   18423 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   18424 </pre>
   18425 <ul>
   18426 
   18427 </ul>
   18428 </div>
   18429 </div>
   18430 
   18431 
   18432 <div class="product">
   18433 <span class="title">opencv-2.3.0</span>
   18434 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   18435 <span class="homepage"><a href="http://opencv.willowgarage.com">homepage</a></span>
   18436 <div class="licence">
   18437 <pre>Scanned Source License OpenCV-2.3.0/3rdparty/ilmimf/LICENSE:
   18438 
   18439 Copyright (c) 2004, Industrial Light &amp; Magic, a division of Lucasfilm
   18440 Entertainment Company Ltd.  Portions contributed and copyright held by
   18441 others as indicated.  All rights reserved.
   18442 
   18443 Redistribution and use in source and binary forms, with or without
   18444 modification, are permitted provided that the following conditions are
   18445 met:
   18446 
   18447     * Redistributions of source code must retain the above
   18448       copyright notice, this list of conditions and the following
   18449       disclaimer.
   18450 
   18451     * Redistributions in binary form must reproduce the above
   18452       copyright notice, this list of conditions and the following
   18453       disclaimer in the documentation and/or other materials provided with
   18454       the distribution.
   18455 
   18456     * Neither the name of Industrial Light &amp; Magic nor the names of
   18457       any other contributors to this software may be used to endorse or
   18458       promote products derived from this software without specific prior
   18459       written permission.
   18460 
   18461 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
   18462 IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
   18463 THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
   18464 PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
   18465 CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
   18466 EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
   18467 PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
   18468 PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
   18469 LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
   18470 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
   18471 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
   18472 
   18473 
   18474 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   18475 
   18476 Scanned Source License OpenCV-2.3.0/3rdparty/libjasper/LICENSE:
   18477 
   18478 JasPer License Version 2.0
   18479 
   18480 Copyright (c) 2001-2006 Michael David Adams
   18481 Copyright (c) 1999-2000 Image Power, Inc.
   18482 Copyright (c) 1999-2000 The University of British Columbia
   18483 
   18484 All rights reserved.
   18485 
   18486 Permission is hereby granted, free of charge, to any person (the
   18487 "User") obtaining a copy of this software and associated documentation
   18488 files (the "Software"), to deal in the Software without restriction,
   18489 including without limitation the rights to use, copy, modify, merge,
   18490 publish, distribute, and/or sell copies of the Software, and to permit
   18491 persons to whom the Software is furnished to do so, subject to the
   18492 following conditions:
   18493 
   18494 1.  The above copyright notices and this permission notice (which
   18495 includes the disclaimer below) shall be included in all copies or
   18496 substantial portions of the Software.
   18497 
   18498 2.  The name of a copyright holder shall not be used to endorse or
   18499 promote products derived from the Software without specific prior
   18500 written permission.
   18501 
   18502 THIS DISCLAIMER OF WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS
   18503 LICENSE.  NO USE OF THE SOFTWARE IS AUTHORIZED HEREUNDER EXCEPT UNDER
   18504 THIS DISCLAIMER.  THE SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS
   18505 "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING
   18506 BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
   18507 PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY RIGHTS.  IN NO
   18508 EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL
   18509 INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING
   18510 FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
   18511 NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
   18512 WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.  NO ASSURANCES ARE
   18513 PROVIDED BY THE COPYRIGHT HOLDERS THAT THE SOFTWARE DOES NOT INFRINGE
   18514 THE PATENT OR OTHER INTELLECTUAL PROPERTY RIGHTS OF ANY OTHER ENTITY.
   18515 EACH COPYRIGHT HOLDER DISCLAIMS ANY LIABILITY TO THE USER FOR CLAIMS
   18516 BROUGHT BY ANY OTHER ENTITY BASED ON INFRINGEMENT OF INTELLECTUAL
   18517 PROPERTY RIGHTS OR OTHERWISE.  AS A CONDITION TO EXERCISING THE RIGHTS
   18518 GRANTED HEREUNDER, EACH USER HEREBY ASSUMES SOLE RESPONSIBILITY TO SECURE
   18519 ANY OTHER INTELLECTUAL PROPERTY RIGHTS NEEDED, IF ANY.  THE SOFTWARE
   18520 IS NOT FAULT-TOLERANT AND IS NOT INTENDED FOR USE IN MISSION-CRITICAL
   18521 SYSTEMS, SUCH AS THOSE USED IN THE OPERATION OF NUCLEAR FACILITIES,
   18522 AIRCRAFT NAVIGATION OR COMMUNICATION SYSTEMS, AIR TRAFFIC CONTROL
   18523 SYSTEMS, DIRECT LIFE SUPPORT MACHINES, OR WEAPONS SYSTEMS, IN WHICH
   18524 THE FAILURE OF THE SOFTWARE OR SYSTEM COULD LEAD DIRECTLY TO DEATH,
   18525 PERSONAL INJURY, OR SEVERE PHYSICAL OR ENVIRONMENTAL DAMAGE ("HIGH
   18526 RISK ACTIVITIES").  THE COPYRIGHT HOLDERS SPECIFICALLY DISCLAIM ANY
   18527 EXPRESS OR IMPLIED WARRANTY OF FITNESS FOR HIGH RISK ACTIVITIES.
   18528 
   18529 
   18530 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   18531 
   18532 Scanned Source License OpenCV-2.3.0/doc/license.txt:
   18533 
   18534 IMPORTANT: READ BEFORE DOWNLOADING, COPYING, INSTALLING OR USING. 
   18535 
   18536  By downloading, copying, installing or using the software you agree to this license.
   18537  If you do not agree to this license, do not download, install,
   18538  copy or use the software.
   18539 
   18540 
   18541                           License Agreement
   18542                For Open Source Computer Vision Library
   18543 
   18544 Copyright (C) 2000-2008, Intel Corporation, all rights reserved.
   18545 Copyright (C) 2008-2011, Willow Garage Inc., all rights reserved.
   18546 Third party copyrights are property of their respective owners.
   18547 
   18548 Redistribution and use in source and binary forms, with or without modification,
   18549 are permitted provided that the following conditions are met:
   18550 
   18551   * Redistribution's of source code must retain the above copyright notice,
   18552     this list of conditions and the following disclaimer.
   18553 
   18554   * Redistribution's in binary form must reproduce the above copyright notice,
   18555     this list of conditions and the following disclaimer in the documentation
   18556     and/or other materials provided with the distribution.
   18557 
   18558   * The name of the copyright holders may not be used to endorse or promote products
   18559     derived from this software without specific prior written permission.
   18560 
   18561 This software is provided by the copyright holders and contributors "as is" and
   18562 any express or implied warranties, including, but not limited to, the implied
   18563 warranties of merchantability and fitness for a particular purpose are disclaimed.
   18564 In no event shall the Intel Corporation or contributors be liable for any direct,
   18565 indirect, incidental, special, exemplary, or consequential damages
   18566 (including, but not limited to, procurement of substitute goods or services;
   18567 loss of use, data, or profits; or business interruption) however caused
   18568 and on any theory of liability, whether in contract, strict liability,
   18569 or tort (including negligence or otherwise) arising in any way out of
   18570 the use of this software, even if advised of the possibility of such damage.
   18571 
   18572 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   18573 </pre>
   18574 <ul>
   18575 
   18576 </ul>
   18577 </div>
   18578 </div>
   18579 
   18580 
   18581 <div class="product">
   18582 <span class="title">opensc-0.12.2</span>
   18583 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   18584 <span class="homepage"><a href="http://www.opensc-project.org/opensc/">homepage</a></span>
   18585 <div class="licence">
   18586 <pre></pre>
   18587 <ul>
   18588 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li>
   18589 </ul>
   18590 </div>
   18591 </div>
   18592 
   18593 
   18594 <div class="product">
   18595 <span class="title">openssh-6.4_p1</span>
   18596 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   18597 <span class="homepage"><a href="http://www.openssh.org/">homepage</a></span>
   18598 <div class="licence">
   18599 <pre>Scanned Source License openssh-6.4p1/LICENCE:
   18600 
   18601 This file is part of the OpenSSH software.
   18602 
   18603 The licences which components of this software fall under are as
   18604 follows.  First, we will summarize and say that all components
   18605 are under a BSD licence, or a licence more free than that.
   18606 
   18607 OpenSSH contains no GPL code.
   18608 
   18609 1)
   18610      * Copyright (c) 1995 Tatu Ylonen &lt;ylo (a] cs.hut.fi&gt;, Espoo, Finland
   18611      *                    All rights reserved
   18612      *
   18613      * As far as I am concerned, the code I have written for this software
   18614      * can be used freely for any purpose.  Any derived versions of this
   18615      * software must be clearly marked as such, and if the derived work is
   18616      * incompatible with the protocol description in the RFC file, it must be
   18617      * called by a name other than "ssh" or "Secure Shell".
   18618 
   18619     [Tatu continues]
   18620      *  However, I am not implying to give any licenses to any patents or
   18621      * copyrights held by third parties, and the software includes parts that
   18622      * are not under my direct control.  As far as I know, all included
   18623      * source code is used in accordance with the relevant license agreements
   18624      * and can be used freely for any purpose (the GNU license being the most
   18625      * restrictive); see below for details.
   18626 
   18627     [However, none of that term is relevant at this point in time.  All of
   18628     these restrictively licenced software components which he talks about
   18629     have been removed from OpenSSH, i.e.,
   18630 
   18631      - RSA is no longer included, found in the OpenSSL library
   18632      - IDEA is no longer included, its use is deprecated
   18633      - DES is now external, in the OpenSSL library
   18634      - GMP is no longer used, and instead we call BN code from OpenSSL
   18635      - Zlib is now external, in a library
   18636      - The make-ssh-known-hosts script is no longer included
   18637      - TSS has been removed
   18638      - MD5 is now external, in the OpenSSL library
   18639      - RC4 support has been replaced with ARC4 support from OpenSSL
   18640      - Blowfish is now external, in the OpenSSL library
   18641 
   18642     [The licence continues]
   18643 
   18644     Note that any information and cryptographic algorithms used in this
   18645     software are publicly available on the Internet and at any major
   18646     bookstore, scientific library, and patent office worldwide.  More
   18647     information can be found e.g. at "http://www.cs.hut.fi/crypto".
   18648 
   18649     The legal status of this program is some combination of all these
   18650     permissions and restrictions.  Use only at your own responsibility.
   18651     You will be responsible for any legal consequences yourself; I am not
   18652     making any claims whether possessing or using this is legal or not in
   18653     your country, and I am not taking any responsibility on your behalf.
   18654 
   18655 
   18656 			    NO WARRANTY
   18657 
   18658     BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
   18659     FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.  EXCEPT WHEN
   18660     OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
   18661     PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
   18662     OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
   18663     MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  THE ENTIRE RISK AS
   18664     TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU.  SHOULD THE
   18665     PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
   18666     REPAIR OR CORRECTION.
   18667 
   18668     IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
   18669     WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
   18670     REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
   18671     INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
   18672     OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
   18673     TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
   18674     YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
   18675     PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
   18676     POSSIBILITY OF SUCH DAMAGES.
   18677 
   18678 2)
   18679     The 32-bit CRC compensation attack detector in deattack.c was
   18680     contributed by CORE SDI S.A. under a BSD-style license.
   18681 
   18682      * Cryptographic attack detector for ssh - source code
   18683      *
   18684      * Copyright (c) 1998 CORE SDI S.A., Buenos Aires, Argentina.
   18685      *
   18686      * All rights reserved. Redistribution and use in source and binary
   18687      * forms, with or without modification, are permitted provided that
   18688      * this copyright notice is retained.
   18689      *
   18690      * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED
   18691      * WARRANTIES ARE DISCLAIMED. IN NO EVENT SHALL CORE SDI S.A. BE
   18692      * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY OR
   18693      * CONSEQUENTIAL DAMAGES RESULTING FROM THE USE OR MISUSE OF THIS
   18694      * SOFTWARE.
   18695      *
   18696      * Ariel Futoransky &lt;futo (a] core-sdi.com&gt;
   18697      * &lt;http://www.core-sdi.com>;
   18698 
   18699 3)
   18700     ssh-keyscan was contributed by David Mazieres under a BSD-style
   18701     license.
   18702 
   18703      * Copyright 1995, 1996 by David Mazieres &lt;dm (a] lcs.mit.edu&gt;.
   18704      *
   18705      * Modification and redistribution in source and binary forms is
   18706      * permitted provided that due credit is given to the author and the
   18707      * OpenBSD project by leaving this copyright notice intact.
   18708 
   18709 4)
   18710     The Rijndael implementation by Vincent Rijmen, Antoon Bosselaers
   18711     and Paulo Barreto is in the public domain and distributed
   18712     with the following license:
   18713 
   18714      * @version 3.0 (December 2000)
   18715      *
   18716      * Optimised ANSI C code for the Rijndael cipher (now AES)
   18717      *
   18718      * @author Vincent Rijmen &lt;vincent.rijmen (a] esat.kuleuven.ac.be&gt;
   18719      * @author Antoon Bosselaers &lt;antoon.bosselaers (a] esat.kuleuven.ac.be&gt;
   18720      * @author Paulo Barreto &lt;paulo.barreto (a] terra.com.br&gt;
   18721      *
   18722      * This code is hereby placed in the public domain.
   18723      *
   18724      * THIS SOFTWARE IS PROVIDED BY THE AUTHORS ''AS IS'' AND ANY EXPRESS
   18725      * OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
   18726      * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
   18727      * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHORS OR CONTRIBUTORS BE
   18728      * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
   18729      * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
   18730      * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
   18731      * BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
   18732      * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
   18733      * OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
   18734      * EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
   18735 
   18736 5)
   18737     One component of the ssh source code is under a 3-clause BSD license,
   18738     held by the University of California, since we pulled these parts from
   18739     original Berkeley code.
   18740 
   18741      * Copyright (c) 1983, 1990, 1992, 1993, 1995
   18742      *      The Regents of the University of California.  All rights reserved.
   18743      *
   18744      * Redistribution and use in source and binary forms, with or without
   18745      * modification, are permitted provided that the following conditions
   18746      * are met:
   18747      * 1. Redistributions of source code must retain the above copyright
   18748      *    notice, this list of conditions and the following disclaimer.
   18749      * 2. Redistributions in binary form must reproduce the above copyright
   18750      *    notice, this list of conditions and the following disclaimer in the
   18751      *    documentation and/or other materials provided with the distribution.
   18752      * 3. Neither the name of the University nor the names of its contributors
   18753      *    may be used to endorse or promote products derived from this software
   18754      *    without specific prior written permission.
   18755      *
   18756      * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
   18757      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
   18758      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
   18759      * ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
   18760      * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
   18761      * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
   18762      * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
   18763      * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
   18764      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
   18765      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
   18766      * SUCH DAMAGE.
   18767 
   18768 6)
   18769     Remaining components of the software are provided under a standard
   18770     2-term BSD licence with the following names as copyright holders:
   18771 
   18772 	Markus Friedl
   18773 	Theo de Raadt
   18774 	Niels Provos
   18775 	Dug Song
   18776 	Aaron Campbell
   18777 	Damien Miller
   18778 	Kevin Steves
   18779 	Daniel Kouril
   18780 	Wesley Griffin
   18781 	Per Allansson
   18782 	Nils Nordman
   18783 	Simon Wilkinson
   18784 
   18785     Portable OpenSSH additionally includes code from the following copyright
   18786     holders, also under the 2-term BSD license:
   18787 
   18788 	Ben Lindstrom
   18789 	Tim Rice
   18790 	Andre Lucas
   18791 	Chris Adams
   18792 	Corinna Vinschen
   18793 	Cray Inc.
   18794 	Denis Parker
   18795 	Gert Doering
   18796 	Jakob Schlyter
   18797 	Jason Downs
   18798 	Juha Yrjl
   18799 	Michael Stone
   18800 	Networks Associates Technology, Inc.
   18801 	Solar Designer
   18802 	Todd C. Miller
   18803 	Wayne Schroeder
   18804 	William Jones
   18805 	Darren Tucker
   18806 	Sun Microsystems
   18807 	The SCO Group
   18808 	Daniel Walsh
   18809 	Red Hat, Inc
   18810 	Simon Vallet / Genoscope
   18811 
   18812      * Redistribution and use in source and binary forms, with or without
   18813      * modification, are permitted provided that the following conditions
   18814      * are met:
   18815      * 1. Redistributions of source code must retain the above copyright
   18816      *    notice, this list of conditions and the following disclaimer.
   18817      * 2. Redistributions in binary form must reproduce the above copyright
   18818      *    notice, this list of conditions and the following disclaimer in the
   18819      *    documentation and/or other materials provided with the distribution.
   18820      *
   18821      * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
   18822      * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
   18823      * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
   18824      * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
   18825      * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
   18826      * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
   18827      * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
   18828      * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
   18829      * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
   18830      * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
   18831 
   18832 8) Portable OpenSSH contains the following additional licenses:
   18833 
   18834     a) md5crypt.c, md5crypt.h
   18835 
   18836 	 * "THE BEER-WARE LICENSE" (Revision 42):
   18837 	 * &lt;phk (a] login.dknet.dk&gt; wrote this file.  As long as you retain this
   18838 	 * notice you can do whatever you want with this stuff. If we meet
   18839 	 * some day, and you think this stuff is worth it, you can buy me a
   18840 	 * beer in return.   Poul-Henning Kamp
   18841 
   18842     b) snprintf replacement
   18843 
   18844 	* Copyright Patrick Powell 1995
   18845 	* This code is based on code written by Patrick Powell
   18846 	* (papowell (a] astart.com) It may be used for any purpose as long as this
   18847 	* notice remains intact on all source code distributions
   18848 
   18849     c) Compatibility code (openbsd-compat)
   18850 
   18851        Apart from the previously mentioned licenses, various pieces of code
   18852        in the openbsd-compat/ subdirectory are licensed as follows:
   18853 
   18854        Some code is licensed under a 3-term BSD license, to the following
   18855        copyright holders:
   18856 
   18857 	Todd C. Miller
   18858 	Theo de Raadt
   18859 	Damien Miller
   18860 	Eric P. Allman
   18861 	The Regents of the University of California
   18862 	Constantin S. Svintsoff
   18863 
   18864 	* Redistribution and use in source and binary forms, with or without
   18865 	* modification, are permitted provided that the following conditions
   18866 	* are met:
   18867 	* 1. Redistributions of source code must retain the above copyright
   18868 	*    notice, this list of conditions and the following disclaimer.
   18869 	* 2. Redistributions in binary form must reproduce the above copyright
   18870 	*    notice, this list of conditions and the following disclaimer in the
   18871 	*    documentation and/or other materials provided with the distribution.
   18872 	* 3. Neither the name of the University nor the names of its contributors
   18873 	*    may be used to endorse or promote products derived from this software
   18874 	*    without specific prior written permission.
   18875 	*
   18876 	* THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
   18877 	* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
   18878 	* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
   18879 	* ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
   18880 	* FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
   18881 	* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
   18882 	* OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
   18883 	* HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
   18884 	* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
   18885 	* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
   18886 	* SUCH DAMAGE.
   18887 
   18888        Some code is licensed under an ISC-style license, to the following
   18889        copyright holders:
   18890 
   18891 	Internet Software Consortium.
   18892 	Todd C. Miller
   18893 	Reyk Floeter
   18894 	Chad Mynhier
   18895 
   18896 	* Permission to use, copy, modify, and distribute this software for any
   18897 	* purpose with or without fee is hereby granted, provided that the above
   18898 	* copyright notice and this permission notice appear in all copies.
   18899 	*
   18900 	* THE SOFTWARE IS PROVIDED "AS IS" AND TODD C. MILLER DISCLAIMS ALL
   18901 	* WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES
   18902 	* OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL TODD C. MILLER BE LIABLE
   18903 	* FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
   18904 	* WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
   18905 	* OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
   18906 	* CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
   18907 
   18908        Some code is licensed under a MIT-style license to the following
   18909        copyright holders:
   18910 
   18911 	Free Software Foundation, Inc.
   18912 
   18913 	* Permission is hereby granted, free of charge, to any person obtaining a  *
   18914 	* copy of this software and associated documentation files (the            *
   18915 	* "Software"), to deal in the Software without restriction, including      *
   18916 	* without limitation the rights to use, copy, modify, merge, publish,      *
   18917 	* distribute, distribute with modifications, sublicense, and/or sell       *
   18918 	* copies of the Software, and to permit persons to whom the Software is    *
   18919 	* furnished to do so, subject to the following conditions:                 *
   18920 	*                                                                          *
   18921 	* The above copyright notice and this permission notice shall be included  *
   18922 	* in all copies or substantial portions of the Software.                   *
   18923 	*                                                                          *
   18924 	* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS  *
   18925 	* OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF               *
   18926 	* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.   *
   18927 	* IN NO EVENT SHALL THE ABOVE COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,   *
   18928 	* DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR    *
   18929 	* OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR    *
   18930 	* THE USE OR OTHER DEALINGS IN THE SOFTWARE.                               *
   18931 	*                                                                          *
   18932 	* Except as contained in this notice, the name(s) of the above copyright   *
   18933 	* holders shall not be used in advertising or otherwise to promote the     *
   18934 	* sale, use or other dealings in this Software without prior written       *
   18935 	* authorization.                                                           *
   18936 	****************************************************************************/
   18937 
   18938 
   18939 ------
   18940 $OpenBSD: LICENCE,v 1.19 2004/08/30 09:18:08 markus Exp $
   18941 
   18942 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   18943 </pre>
   18944 <ul>
   18945 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
   18946 </ul>
   18947 </div>
   18948 </div>
   18949 
   18950 
   18951 <div class="product">
   18952 <span class="title">openssh-server-init-0.0.1</span>
   18953 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   18954 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span>
   18955 <div class="licence">
   18956 <pre></pre>
   18957 <ul>
   18958 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li>
   18959 </ul>
   18960 </div>
   18961 </div>
   18962 
   18963 
   18964 <div class="product">
   18965 <span class="title">openssl-1.0.1h</span>
   18966 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   18967 <span class="homepage"><a href="http://www.openssl.org/">homepage</a></span>
   18968 <div class="licence">
   18969 <pre>Gentoo Package Stock License openssl:
   18970 
   18971 
   18972   LICENSE ISSUES
   18973   ==============
   18974 
   18975   The OpenSSL toolkit stays under a dual license, i.e. both the conditions of
   18976   the OpenSSL License and the original SSLeay license apply to the toolkit.
   18977   See below for the actual license texts. Actually both licenses are BSD-style
   18978   Open Source licenses. In case of any license issues related to OpenSSL
   18979   please contact openssl-core (a] openssl.org.
   18980 
   18981   OpenSSL License
   18982   ---------------
   18983 
   18984 /* ====================================================================
   18985  * Copyright (c) 1998-2004 The OpenSSL Project.  All rights reserved.
   18986  *
   18987  * Redistribution and use in source and binary forms, with or without
   18988  * modification, are permitted provided that the following conditions
   18989  * are met:
   18990  *
   18991  * 1. Redistributions of source code must retain the above copyright
   18992  *    notice, this list of conditions and the following disclaimer. 
   18993  *
   18994  * 2. Redistributions in binary form must reproduce the above copyright
   18995  *    notice, this list of conditions and the following disclaimer in
   18996  *    the documentation and/or other materials provided with the
   18997  *    distribution.
   18998  *
   18999  * 3. All advertising materials mentioning features or use of this
   19000  *    software must display the following acknowledgment:
   19001  *    "This product includes software developed by the OpenSSL Project
   19002  *    for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
   19003  *
   19004  * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
   19005  *    endorse or promote products derived from this software without
   19006  *    prior written permission. For written permission, please contact
   19007  *    openssl-core (a] openssl.org.
   19008  *
   19009  * 5. Products derived from this software may not be called "OpenSSL"
   19010  *    nor may "OpenSSL" appear in their names without prior written
   19011  *    permission of the OpenSSL Project.
   19012  *
   19013  * 6. Redistributions of any form whatsoever must retain the following
   19014  *    acknowledgment:
   19015  *    "This product includes software developed by the OpenSSL Project
   19016  *    for use in the OpenSSL Toolkit (http://www.openssl.org/)"
   19017  *
   19018  * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
   19019  * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
   19020  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
   19021  * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR
   19022  * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
   19023  * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
   19024  * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
   19025  * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
   19026  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
   19027  * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
   19028  * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
   19029  * OF THE POSSIBILITY OF SUCH DAMAGE.
   19030  * ====================================================================
   19031  *
   19032  * This product includes cryptographic software written by Eric Young
   19033  * (eay (a] cryptsoft.com).  This product includes software written by Tim
   19034  * Hudson (tjh (a] cryptsoft.com).
   19035  *
   19036  */
   19037 
   19038  Original SSLeay License
   19039  -----------------------
   19040 
   19041 /* Copyright (C) 1995-1998 Eric Young (eay (a] cryptsoft.com)
   19042  * All rights reserved.
   19043  *
   19044  * This package is an SSL implementation written
   19045  * by Eric Young (eay (a] cryptsoft.com).
   19046  * The implementation was written so as to conform with Netscapes SSL.
   19047  * 
   19048  * This library is free for commercial and non-commercial use as long as
   19049  * the following conditions are aheared to.  The following conditions
   19050  * apply to all code found in this distribution, be it the RC4, RSA,
   19051  * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
   19052  * included with this distribution is covered by the same copyright terms
   19053  * except that the holder is Tim Hudson (tjh (a] cryptsoft.com).
   19054  * 
   19055  * Copyright remains Eric Young's, and as such any Copyright notices in
   19056  * the code are not to be removed.
   19057  * If this package is used in a product, Eric Young should be given attribution
   19058  * as the author of the parts of the library used.
   19059  * This can be in the form of a textual message at program startup or
   19060  * in documentation (online or textual) provided with the package.
   19061  * 
   19062  * Redistribution and use in source and binary forms, with or without
   19063  * modification, are permitted provided that the following conditions
   19064  * are met:
   19065  * 1. Redistributions of source code must retain the copyright
   19066  *    notice, this list of conditions and the following disclaimer.
   19067  * 2. Redistributions in binary form must reproduce the above copyright
   19068  *    notice, this list of conditions and the following disclaimer in the
   19069  *    documentation and/or other materials provided with the distribution.
   19070  * 3. All advertising materials mentioning features or use of this software
   19071  *    must display the following acknowledgement:
   19072  *    "This product includes cryptographic software written by
   19073  *     Eric Young (eay (a] cryptsoft.com)"
   19074  *    The word 'cryptographic' can be left out if the rouines from the library
   19075  *    being used are not cryptographic related :-).
   19076  * 4. If you include any Windows specific code (or a derivative thereof) from 
   19077  *    the apps directory (application code) you must include an acknowledgement:
   19078  *    "This product includes software written by Tim Hudson (tjh (a] cryptsoft.com)"
   19079  * 
   19080  * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
   19081  * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
   19082  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
   19083  * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
   19084  * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
   19085  * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
   19086  * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
   19087  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
   19088  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
   19089  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
   19090  * SUCH DAMAGE.
   19091  * 
   19092  * The licence and distribution terms for any publically available version or
   19093  * derivative of this code cannot be changed.  i.e. this code cannot simply be
   19094  * copied and put under another distribution licence
   19095  * [including the GNU Public Licence.]
   19096  */
   19097 
   19098 
   19099 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   19100 </pre>
   19101 <ul>
   19102 
   19103 </ul>
   19104 </div>
   19105 </div>
   19106 
   19107 
   19108 <div class="product">
   19109 <span class="title">openvpn-2.3.2</span>
   19110 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   19111 <span class="homepage"><a href="http://openvpn.net/">homepage</a></span>
   19112 <div class="licence">
   19113 <pre></pre>
   19114 <ul>
   19115 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
   19116 </ul>
   19117 </div>
   19118 </div>
   19119 
   19120 
   19121 <div class="product">
   19122 <span class="title">p2p-0.0.1</span>
   19123 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   19124 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span>
   19125 <div class="licence">
   19126 <pre></pre>
   19127 <ul>
   19128 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li>
   19129 </ul>
   19130 </div>
   19131 </div>
   19132 
   19133 
   19134 <div class="product">
   19135 <span class="title">pam-1.1.5</span>
   19136 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   19137 <span class="homepage"><a href="https://fedorahosted.org/linux-pam/">homepage</a></span>
   19138 <div class="licence">
   19139 <pre></pre>
   19140 <ul>
   19141 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
   19142 </ul>
   19143 </div>
   19144 </div>
   19145 
   19146 
   19147 <div class="product">
   19148 <span class="title">pam_pwdfile-0.99</span>
   19149 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   19150 <span class="homepage"><a href="http://cpbotha.net/pam_pwdfile.html">homepage</a></span>
   19151 <div class="licence">
   19152 <pre></pre>
   19153 <ul>
   19154 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
   19155 </ul>
   19156 </div>
   19157 </div>
   19158 
   19159 
   19160 <div class="product">
   19161 <span class="title">pambase-20101024</span>
   19162 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   19163 <span class="homepage"><a href="http://www.gentoo.org/proj/en/base/pam/">homepage</a></span>
   19164 <div class="licence">
   19165 <pre></pre>
   19166 <ul>
   19167 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
   19168 </ul>
   19169 </div>
   19170 </div>
   19171 
   19172 
   19173 <div class="product">
   19174 <span class="title">pango-1.32.5</span>
   19175 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   19176 <span class="homepage"><a href="http://www.pango.org/">homepage</a></span>
   19177 <div class="licence">
   19178 <pre></pre>
   19179 <ul>
   19180 <li><a href='#LGPL-2+'>Gentoo Package Stock License LGPL-2+</a></li>
   19181 <li><a href='#LGPL-2'>Gentoo Package Stock License LGPL-2</a></li>
   19182 <li><a href='#FTL'>Gentoo Package Stock License FTL</a></li>
   19183 </ul>
   19184 </div>
   19185 </div>
   19186 
   19187 
   19188 <div class="product">
   19189 <span class="title">parted-3.1</span>
   19190 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   19191 <span class="homepage"><a href="http://www.gnu.org/software/parted">homepage</a></span>
   19192 <div class="licence">
   19193 <pre></pre>
   19194 <ul>
   19195 <li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li>
   19196 </ul>
   19197 </div>
   19198 </div>
   19199 
   19200 
   19201 <div class="product">
   19202 <span class="title">patch-2.6.1</span>
   19203 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   19204 <span class="homepage"><a href="http://www.gnu.org/software/patch/patch.html">homepage</a></span>
   19205 <div class="licence">
   19206 <pre></pre>
   19207 <ul>
   19208 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
   19209 </ul>
   19210 </div>
   19211 </div>
   19212 
   19213 
   19214 <div class="product">
   19215 <span class="title">pax-utils-0.8.1</span>
   19216 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   19217 <span class="homepage"><a href="http://hardened.gentoo.org/pax-utils.xml">homepage</a></span>
   19218 <div class="licence">
   19219 <pre></pre>
   19220 <ul>
   19221 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
   19222 </ul>
   19223 </div>
   19224 </div>
   19225 
   19226 
   19227 <div class="product">
   19228 <span class="title">pciutils-3.1.10</span>
   19229 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   19230 <span class="homepage"><a href="http://mj.ucw.cz/sw/pciutils/">homepage</a></span>
   19231 <div class="licence">
   19232 <pre></pre>
   19233 <ul>
   19234 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
   19235 </ul>
   19236 </div>
   19237 </div>
   19238 
   19239 
   19240 <div class="product">
   19241 <span class="title">pepper-flash-14.0.0.145</span>
   19242 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   19243 <span class="homepage"><a href="http://git-scm.com/">homepage</a></span>
   19244 <div class="licence">
   19245 <pre></pre>
   19246 <ul>
   19247 <li><a href='#Google-TOS'>Gentoo Package Stock License Google-TOS</a></li>
   19248 </ul>
   19249 </div>
   19250 </div>
   19251 
   19252 
   19253 <div class="product">
   19254 <span class="title">perceptualdiff-1.1.1</span>
   19255 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   19256 <span class="homepage"><a href="http://pdiff.sourceforge.net/">homepage</a></span>
   19257 <div class="licence">
   19258 <pre></pre>
   19259 <ul>
   19260 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
   19261 </ul>
   19262 </div>
   19263 </div>
   19264 
   19265 
   19266 <div class="product">
   19267 <span class="title">perf-3.14</span>
   19268 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   19269 <span class="homepage"><a href="http://perf.wiki.kernel.org/">homepage</a></span>
   19270 <div class="licence">
   19271 <pre></pre>
   19272 <ul>
   19273 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
   19274 </ul>
   19275 </div>
   19276 </div>
   19277 
   19278 
   19279 <div class="product">
   19280 <span class="title">permission_broker-0.0.1</span>
   19281 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   19282 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span>
   19283 <div class="licence">
   19284 <pre></pre>
   19285 <ul>
   19286 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li>
   19287 </ul>
   19288 </div>
   19289 </div>
   19290 
   19291 
   19292 <div class="product">
   19293 <span class="title">pexpect-2.4</span>
   19294 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   19295 <span class="homepage"><a href="http://pexpect.sourceforge.net/">homepage</a></span>
   19296 <div class="licence">
   19297 <pre>Scanned Source License pexpect-2.4/LICENSE:
   19298 
   19299 Free, open source, and all that good stuff.
   19300 Pexpect Copyright (c) 2008 Noah Spurrier
   19301 
   19302 Permission is hereby granted, free of charge, to any person obtaining a copy
   19303 of this software and associated documentation files (the "Software"), to deal
   19304 in the Software without restriction, including without limitation the rights
   19305 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
   19306 copies of the Software, and to permit persons to whom the Software is
   19307 furnished to do so, subject to the following conditions:
   19308 
   19309 The above copyright notice and this permission notice shall be included in all
   19310 copies or substantial portions of the Software.
   19311 
   19312 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
   19313 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
   19314 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
   19315 IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
   19316 DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
   19317 OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
   19318 USE OR OTHER DEALINGS IN THE SOFTWARE.
   19319 
   19320 
   19321 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   19322 
   19323 Scanned Source License pexpect-2.4/PKG-INFO:
   19324 
   19325 Metadata-Version: 1.0
   19326 Name: pexpect
   19327 Version: 2.4
   19328 Summary: Pexpect is a pure Python Expect. It allows easy control of other applications.
   19329 Home-page: http://pexpect.sourceforge.net/
   19330 Author: Noah Spurrier
   19331 Author-email: noah (a] noah.org
   19332 License: MIT license
   19333 Description: UNKNOWN
   19334 Platform: UNIX
   19335 
   19336 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   19337 </pre>
   19338 <ul>
   19339 
   19340 </ul>
   19341 </div>
   19342 </div>
   19343 
   19344 
   19345 <div class="product">
   19346 <span class="title">pixman-0.28.2</span>
   19347 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   19348 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span>
   19349 <div class="licence">
   19350 <pre>Scanned Source License pixman-0.28.2/COPYING:
   19351 
   19352 The following is the MIT license, agreed upon by most contributors.
   19353 Copyright holders of new code should use this license statement where
   19354 possible. They may also add themselves to the list below.
   19355 
   19356 /*
   19357  * Copyright 1987, 1988, 1989, 1998  The Open Group
   19358  * Copyright 1987, 1988, 1989 Digital Equipment Corporation
   19359  * Copyright 1999, 2004, 2008 Keith Packard
   19360  * Copyright 2000 SuSE, Inc.
   19361  * Copyright 2000 Keith Packard, member of The XFree86 Project, Inc.
   19362  * Copyright 2004, 2005, 2007, 2008, 2009, 2010 Red Hat, Inc.
   19363  * Copyright 2004 Nicholas Miell
   19364  * Copyright 2005 Lars Knoll &amp; Zack Rusin, Trolltech
   19365  * Copyright 2005 Trolltech AS
   19366  * Copyright 2007 Luca Barbato
   19367  * Copyright 2008 Aaron Plattner, NVIDIA Corporation
   19368  * Copyright 2008 Rodrigo Kumpera
   19369  * Copyright 2008 Andr Tupinamb
   19370  * Copyright 2008 Mozilla Corporation
   19371  * Copyright 2008 Frederic Plourde
   19372  * Copyright 2009, Oracle and/or its affiliates. All rights reserved.
   19373  * Copyright 2009, 2010 Nokia Corporation
   19374  *
   19375  * Permission is hereby granted, free of charge, to any person obtaining a
   19376  * copy of this software and associated documentation files (the "Software"),
   19377  * to deal in the Software without restriction, including without limitation
   19378  * the rights to use, copy, modify, merge, publish, distribute, sublicense,
   19379  * and/or sell copies of the Software, and to permit persons to whom the
   19380  * Software is furnished to do so, subject to the following conditions:
   19381  *
   19382  * The above copyright notice and this permission notice (including the next
   19383  * paragraph) shall be included in all copies or substantial portions of the
   19384  * Software.
   19385  * 
   19386  * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   19387  * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   19388  * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
   19389  * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
   19390  * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
   19391  * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
   19392  * DEALINGS IN THE SOFTWARE.
   19393  */
   19394 
   19395 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   19396 </pre>
   19397 <ul>
   19398 
   19399 </ul>
   19400 </div>
   19401 </div>
   19402 
   19403 
   19404 <div class="product">
   19405 <span class="title">pkcs11-helper-1.07</span>
   19406 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   19407 <span class="homepage"><a href="http://www.opensc-project.org/pkcs11-helper">homepage</a></span>
   19408 <div class="licence">
   19409 <pre></pre>
   19410 <ul>
   19411 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
   19412 </ul>
   19413 </div>
   19414 </div>
   19415 
   19416 
   19417 <div class="product">
   19418 <span class="title">platform2-0.0.5</span>
   19419 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   19420 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span>
   19421 <div class="licence">
   19422 <pre></pre>
   19423 <ul>
   19424 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li>
   19425 </ul>
   19426 </div>
   19427 </div>
   19428 
   19429 
   19430 <div class="product">
   19431 <span class="title">ply-image-0.0.1</span>
   19432 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   19433 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span>
   19434 <div class="licence">
   19435 <pre></pre>
   19436 <ul>
   19437 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
   19438 </ul>
   19439 </div>
   19440 </div>
   19441 
   19442 
   19443 <div class="product">
   19444 <span class="title">popt-1.16</span>
   19445 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   19446 <span class="homepage"><a href="http://rpm5.org/">homepage</a></span>
   19447 <div class="licence">
   19448 <pre>Scanned Source License popt-1.16/COPYING:
   19449 
   19450 Copyright (c) 1998  Red Hat Software
   19451 
   19452 Permission is hereby granted, free of charge, to any person obtaining a copy
   19453 of this software and associated documentation files (the "Software"), to deal
   19454 in the Software without restriction, including without limitation the rights
   19455 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
   19456 copies of the Software, and to permit persons to whom the Software is
   19457 furnished to do so, subject to the following conditions:
   19458 
   19459 The above copyright notice and this permission notice shall be included in
   19460 all copies or substantial portions of the Software.
   19461 
   19462 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   19463 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   19464 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
   19465 X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
   19466 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
   19467 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
   19468 
   19469 Except as contained in this notice, the name of the X Consortium shall not be
   19470 used in advertising or otherwise to promote the sale, use or other dealings
   19471 in this Software without prior written authorization from the X Consortium.
   19472 
   19473 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   19474 </pre>
   19475 <ul>
   19476 
   19477 </ul>
   19478 </div>
   19479 </div>
   19480 
   19481 
   19482 <div class="product">
   19483 <span class="title">portage-2.1.11.50</span>
   19484 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   19485 <span class="homepage"><a href="http://www.gentoo.org/proj/en/portage/index.xml">homepage</a></span>
   19486 <div class="licence">
   19487 <pre></pre>
   19488 <ul>
   19489 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
   19490 </ul>
   19491 </div>
   19492 </div>
   19493 
   19494 
   19495 <div class="product">
   19496 <span class="title">portage-utils-0.53</span>
   19497 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   19498 <span class="homepage"><a href="http://www.gentoo.org/doc/en/portage-utils.xml">homepage</a></span>
   19499 <div class="licence">
   19500 <pre></pre>
   19501 <ul>
   19502 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
   19503 </ul>
   19504 </div>
   19505 </div>
   19506 
   19507 
   19508 <div class="product">
   19509 <span class="title">powertop-2.5</span>
   19510 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   19511 <span class="homepage"><a href="https://01.org/powertop/">homepage</a></span>
   19512 <div class="licence">
   19513 <pre></pre>
   19514 <ul>
   19515 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
   19516 </ul>
   19517 </div>
   19518 </div>
   19519 
   19520 
   19521 <div class="product">
   19522 <span class="title">ppp-2.4.5</span>
   19523 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   19524 <span class="homepage"><a href="http://www.samba.org/ppp">homepage</a></span>
   19525 <div class="licence">
   19526 <pre>Scanned Source License dhcp/COPYING:
   19527 
   19528 		    GNU GENERAL PUBLIC LICENSE
   19529 		       Version 2, June 1991
   19530 
   19531  Copyright (C) 1989, 1991 Free Software Foundation, Inc.
   19532                           675 Mass Ave, Cambridge, MA 02139, USA
   19533  Everyone is permitted to copy and distribute verbatim copies
   19534  of this license document, but changing it is not allowed.
   19535 
   19536 			    Preamble
   19537 
   19538   The licenses for most software are designed to take away your
   19539 freedom to share and change it.  By contrast, the GNU General Public
   19540 License is intended to guarantee your freedom to share and change free
   19541 software--to make sure the software is free for all its users.  This
   19542 General Public License applies to most of the Free Software
   19543 Foundation's software and to any other program whose authors commit to
   19544 using it.  (Some other Free Software Foundation software is covered by
   19545 the GNU Library General Public License instead.)  You can apply it to
   19546 your programs, too.
   19547 
   19548   When we speak of free software, we are referring to freedom, not
   19549 price.  Our General Public Licenses are designed to make sure that you
   19550 have the freedom to distribute copies of free software (and charge for
   19551 this service if you wish), that you receive source code or can get it
   19552 if you want it, that you can change the software or use pieces of it
   19553 in new free programs; and that you know you can do these things.
   19554 
   19555   To protect your rights, we need to make restrictions that forbid
   19556 anyone to deny you these rights or to ask you to surrender the rights.
   19557 These restrictions translate to certain responsibilities for you if you
   19558 distribute copies of the software, or if you modify it.
   19559 
   19560   For example, if you distribute copies of such a program, whether
   19561 gratis or for a fee, you must give the recipients all the rights that
   19562 you have.  You must make sure that they, too, receive or can get the
   19563 source code.  And you must show them these terms so they know their
   19564 rights.
   19565 
   19566   We protect your rights with two steps: (1) copyright the software, and
   19567 (2) offer you this license which gives you legal permission to copy,
   19568 distribute and/or modify the software.
   19569 
   19570   Also, for each author's protection and ours, we want to make certain
   19571 that everyone understands that there is no warranty for this free
   19572 software.  If the software is modified by someone else and passed on, we
   19573 want its recipients to know that what they have is not the original, so
   19574 that any problems introduced by others will not reflect on the original
   19575 authors' reputations.
   19576 
   19577   Finally, any free program is threatened constantly by software
   19578 patents.  We wish to avoid the danger that redistributors of a free
   19579 program will individually obtain patent licenses, in effect making the
   19580 program proprietary.  To prevent this, we have made it clear that any
   19581 patent must be licensed for everyone's free use or not licensed at all.
   19582 
   19583   The precise terms and conditions for copying, distribution and
   19584 modification follow.
   19585 
   19586 		    GNU GENERAL PUBLIC LICENSE
   19587    TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
   19588 
   19589   0. This License applies to any program or other work which contains
   19590 a notice placed by the copyright holder saying it may be distributed
   19591 under the terms of this General Public License.  The "Program", below,
   19592 refers to any such program or work, and a "work based on the Program"
   19593 means either the Program or any derivative work under copyright law:
   19594 that is to say, a work containing the Program or a portion of it,
   19595 either verbatim or with modifications and/or translated into another
   19596 language.  (Hereinafter, translation is included without limitation in
   19597 the term "modification".)  Each licensee is addressed as "you".
   19598 
   19599 Activities other than copying, distribution and modification are not
   19600 covered by this License; they are outside its scope.  The act of
   19601 running the Program is not restricted, and the output from the Program
   19602 is covered only if its contents constitute a work based on the
   19603 Program (independent of having been made by running the Program).
   19604 Whether that is true depends on what the Program does.
   19605 
   19606   1. You may copy and distribute verbatim copies of the Program's
   19607 source code as you receive it, in any medium, provided that you
   19608 conspicuously and appropriately publish on each copy an appropriate
   19609 copyright notice and disclaimer of warranty; keep intact all the
   19610 notices that refer to this License and to the absence of any warranty;
   19611 and give any other recipients of the Program a copy of this License
   19612 along with the Program.
   19613 
   19614 You may charge a fee for the physical act of transferring a copy, and
   19615 you may at your option offer warranty protection in exchange for a fee.
   19616 
   19617   2. You may modify your copy or copies of the Program or any portion
   19618 of it, thus forming a work based on the Program, and copy and
   19619 distribute such modifications or work under the terms of Section 1
   19620 above, provided that you also meet all of these conditions:
   19621 
   19622     a) You must cause the modified files to carry prominent notices
   19623     stating that you changed the files and the date of any change.
   19624 
   19625     b) You must cause any work that you distribute or publish, that in
   19626     whole or in part contains or is derived from the Program or any
   19627     part thereof, to be licensed as a whole at no charge to all third
   19628     parties under the terms of this License.
   19629 
   19630     c) If the modified program normally reads commands interactively
   19631     when run, you must cause it, when started running for such
   19632     interactive use in the most ordinary way, to print or display an
   19633     announcement including an appropriate copyright notice and a
   19634     notice that there is no warranty (or else, saying that you provide
   19635     a warranty) and that users may redistribute the program under
   19636     these conditions, and telling the user how to view a copy of this
   19637     License.  (Exception: if the Program itself is interactive but
   19638     does not normally print such an announcement, your work based on
   19639     the Program is not required to print an announcement.)
   19640 
   19641 These requirements apply to the modified work as a whole.  If
   19642 identifiable sections of that work are not derived from the Program,
   19643 and can be reasonably considered independent and separate works in
   19644 themselves, then this License, and its terms, do not apply to those
   19645 sections when you distribute them as separate works.  But when you
   19646 distribute the same sections as part of a whole which is a work based
   19647 on the Program, the distribution of the whole must be on the terms of
   19648 this License, whose permissions for other licensees extend to the
   19649 entire whole, and thus to each and every part regardless of who wrote it.
   19650 
   19651 Thus, it is not the intent of this section to claim rights or contest
   19652 your rights to work written entirely by you; rather, the intent is to
   19653 exercise the right to control the distribution of derivative or
   19654 collective works based on the Program.
   19655 
   19656 In addition, mere aggregation of another work not based on the Program
   19657 with the Program (or with a work based on the Program) on a volume of
   19658 a storage or distribution medium does not bring the other work under
   19659 the scope of this License.
   19660 
   19661   3. You may copy and distribute the Program (or a work based on it,
   19662 under Section 2) in object code or executable form under the terms of
   19663 Sections 1 and 2 above provided that you also do one of the following:
   19664 
   19665     a) Accompany it with the complete corresponding machine-readable
   19666     source code, which must be distributed under the terms of Sections
   19667     1 and 2 above on a medium customarily used for software interchange; or,
   19668 
   19669     b) Accompany it with a written offer, valid for at least three
   19670     years, to give any third party, for a charge no more than your
   19671     cost of physically performing source distribution, a complete
   19672     machine-readable copy of the corresponding source code, to be
   19673     distributed under the terms of Sections 1 and 2 above on a medium
   19674     customarily used for software interchange; or,
   19675 
   19676     c) Accompany it with the information you received as to the offer
   19677     to distribute corresponding source code.  (This alternative is
   19678     allowed only for noncommercial distribution and only if you
   19679     received the program in object code or executable form with such
   19680     an offer, in accord with Subsection b above.)
   19681 
   19682 The source code for a work means the preferred form of the work for
   19683 making modifications to it.  For an executable work, complete source
   19684 code means all the source code for all modules it contains, plus any
   19685 associated interface definition files, plus the scripts used to
   19686 control compilation and installation of the executable.  However, as a
   19687 special exception, the source code distributed need not include
   19688 anything that is normally distributed (in either source or binary
   19689 form) with the major components (compiler, kernel, and so on) of the
   19690 operating system on which the executable runs, unless that component
   19691 itself accompanies the executable.
   19692 
   19693 If distribution of executable or object code is made by offering
   19694 access to copy from a designated place, then offering equivalent
   19695 access to copy the source code from the same place counts as
   19696 distribution of the source code, even though third parties are not
   19697 compelled to copy the source along with the object code.
   19698 
   19699   4. You may not copy, modify, sublicense, or distribute the Program
   19700 except as expressly provided under this License.  Any attempt
   19701 otherwise to copy, modify, sublicense or distribute the Program is
   19702 void, and will automatically terminate your rights under this License.
   19703 However, parties who have received copies, or rights, from you under
   19704 this License will not have their licenses terminated so long as such
   19705 parties remain in full compliance.
   19706 
   19707   5. You are not required to accept this License, since you have not
   19708 signed it.  However, nothing else grants you permission to modify or
   19709 distribute the Program or its derivative works.  These actions are
   19710 prohibited by law if you do not accept this License.  Therefore, by
   19711 modifying or distributing the Program (or any work based on the
   19712 Program), you indicate your acceptance of this License to do so, and
   19713 all its terms and conditions for copying, distributing or modifying
   19714 the Program or works based on it.
   19715 
   19716   6. Each time you redistribute the Program (or any work based on the
   19717 Program), the recipient automatically receives a license from the
   19718 original licensor to copy, distribute or modify the Program subject to
   19719 these terms and conditions.  You may not impose any further
   19720 restrictions on the recipients' exercise of the rights granted herein.
   19721 You are not responsible for enforcing compliance by third parties to
   19722 this License.
   19723 
   19724   7. If, as a consequence of a court judgment or allegation of patent
   19725 infringement or for any other reason (not limited to patent issues),
   19726 conditions are imposed on you (whether by court order, agreement or
   19727 otherwise) that contradict the conditions of this License, they do not
   19728 excuse you from the conditions of this License.  If you cannot
   19729 distribute so as to satisfy simultaneously your obligations under this
   19730 License and any other pertinent obligations, then as a consequence you
   19731 may not distribute the Program at all.  For example, if a patent
   19732 license would not permit royalty-free redistribution of the Program by
   19733 all those who receive copies directly or indirectly through you, then
   19734 the only way you could satisfy both it and this License would be to
   19735 refrain entirely from distribution of the Program.
   19736 
   19737 If any portion of this section is held invalid or unenforceable under
   19738 any particular circumstance, the balance of the section is intended to
   19739 apply and the section as a whole is intended to apply in other
   19740 circumstances.
   19741 
   19742 It is not the purpose of this section to induce you to infringe any
   19743 patents or other property right claims or to contest validity of any
   19744 such claims; this section has the sole purpose of protecting the
   19745 integrity of the free software distribution system, which is
   19746 implemented by public license practices.  Many people have made
   19747 generous contributions to the wide range of software distributed
   19748 through that system in reliance on consistent application of that
   19749 system; it is up to the author/donor to decide if he or she is willing
   19750 to distribute software through any other system and a licensee cannot
   19751 impose that choice.
   19752 
   19753 This section is intended to make thoroughly clear what is believed to
   19754 be a consequence of the rest of this License.
   19755 
   19756   8. If the distribution and/or use of the Program is restricted in
   19757 certain countries either by patents or by copyrighted interfaces, the
   19758 original copyright holder who places the Program under this License
   19759 may add an explicit geographical distribution limitation excluding
   19760 those countries, so that distribution is permitted only in or among
   19761 countries not thus excluded.  In such case, this License incorporates
   19762 the limitation as if written in the body of this License.
   19763 
   19764   9. The Free Software Foundation may publish revised and/or new versions
   19765 of the General Public License from time to time.  Such new versions will
   19766 be similar in spirit to the present version, but may differ in detail to
   19767 address new problems or concerns.
   19768 
   19769 Each version is given a distinguishing version number.  If the Program
   19770 specifies a version number of this License which applies to it and "any
   19771 later version", you have the option of following the terms and conditions
   19772 either of that version or of any later version published by the Free
   19773 Software Foundation.  If the Program does not specify a version number of
   19774 this License, you may choose any version ever published by the Free Software
   19775 Foundation.
   19776 
   19777   10. If you wish to incorporate parts of the Program into other free
   19778 programs whose distribution conditions are different, write to the author
   19779 to ask for permission.  For software which is copyrighted by the Free
   19780 Software Foundation, write to the Free Software Foundation; we sometimes
   19781 make exceptions for this.  Our decision will be guided by the two goals
   19782 of preserving the free status of all derivatives of our free software and
   19783 of promoting the sharing and reuse of software generally.
   19784 
   19785 			    NO WARRANTY
   19786 
   19787   11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
   19788 FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.  EXCEPT WHEN
   19789 OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
   19790 PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
   19791 OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
   19792 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  THE ENTIRE RISK AS
   19793 TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU.  SHOULD THE
   19794 PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
   19795 REPAIR OR CORRECTION.
   19796 
   19797   12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
   19798 WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
   19799 REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
   19800 INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
   19801 OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
   19802 TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
   19803 YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
   19804 PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
   19805 POSSIBILITY OF SUCH DAMAGES.
   19806 
   19807 		     END OF TERMS AND CONDITIONS
   19808 
   19809 	Appendix: How to Apply These Terms to Your New Programs
   19810 
   19811   If you develop a new program, and you want it to be of the greatest
   19812 possible use to the public, the best way to achieve this is to make it
   19813 free software which everyone can redistribute and change under these terms.
   19814 
   19815   To do so, attach the following notices to the program.  It is safest
   19816 to attach them to the start of each source file to most effectively
   19817 convey the exclusion of warranty; and each file should have at least
   19818 the "copyright" line and a pointer to where the full notice is found.
   19819 
   19820     &lt;one line to give the program's name and a brief idea of what it does.&gt;
   19821     Copyright (C) 19yy  &lt;name of author&gt;
   19822 
   19823     This program is free software; you can redistribute it and/or modify
   19824     it under the terms of the GNU General Public License as published by
   19825     the Free Software Foundation; either version 2 of the License, or
   19826     (at your option) any later version.
   19827 
   19828     This program is distributed in the hope that it will be useful,
   19829     but WITHOUT ANY WARRANTY; without even the implied warranty of
   19830     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   19831     GNU General Public License for more details.
   19832 
   19833     You should have received a copy of the GNU General Public License
   19834     along with this program; if not, write to the Free Software
   19835     Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
   19836 
   19837 Also add information on how to contact you by electronic and paper mail.
   19838 
   19839 If the program is interactive, make it output a short notice like this
   19840 when it starts in an interactive mode:
   19841 
   19842     Gnomovision version 69, Copyright (C) 19yy name of author
   19843     Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
   19844     This is free software, and you are welcome to redistribute it
   19845     under certain conditions; type `show c' for details.
   19846 
   19847 The hypothetical commands `show w' and `show c' should show the appropriate
   19848 parts of the General Public License.  Of course, the commands you use may
   19849 be called something other than `show w' and `show c'; they could even be
   19850 mouse-clicks or menu items--whatever suits your program.
   19851 
   19852 You should also get your employer (if you work as a programmer) or your
   19853 school, if any, to sign a "copyright disclaimer" for the program, if
   19854 necessary.  Here is a sample; alter the names:
   19855 
   19856   Yoyodyne, Inc., hereby disclaims all copyright interest in the program
   19857   `Gnomovision' (which makes passes at compilers) written by James Hacker.
   19858 
   19859   &lt;signature of Ty Coon&gt;, 1 April 1989
   19860   Ty Coon, President of Vice
   19861 
   19862 This General Public License does not permit incorporating your program into
   19863 proprietary programs.  If your program is a subroutine library, you may
   19864 consider it more useful to permit linking proprietary applications with the
   19865 library.  If this is what you want to do, use the GNU Library General
   19866 Public License instead of this License.
   19867 
   19868 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   19869 
   19870 Scanned Source License ppp-2.4.5/pppd/plugins/pppoatm/COPYING:
   19871 
   19872 The files ans.c, atm.h, atmres.h, atmsap.h, misc.c, text2atm.c  and
   19873 text2qos.c are taken from the linux-atm libraries.  These are 
   19874 Copyright 1995-2000 EPFL-LRC/ICA, and are licensed under the GNU Lesser
   19875 General Public License.
   19876 
   19877 The file pppoatm.c contains its own copyright notice, and is licensed
   19878 under the GPL.
   19879 
   19880 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   19881 
   19882 Scanned Source License ppp-2.4.5/pppd/plugins/radius/COPYRIGHT:
   19883 
   19884 See the respective source files to find out which copyrights apply.
   19885 
   19886 ------------------------------------------------------------------------------
   19887 Copyright (C) 2002 Roaring Penguin Software Inc.
   19888 
   19889 Permission to use, copy, modify, and distribute this software for any
   19890 purpose and without fee is hereby granted, provided that this
   19891 copyright and permission notice appear on all copies and supporting
   19892 documentation, the name of Roaring Penguin Software Inc. not be used
   19893 in advertising or publicity pertaining to distribution of the program
   19894 without specific prior permission, and notice be given in supporting
   19895 documentation that copying and distribution is by permission of
   19896 Roaring Penguin Software Inc..
   19897 
   19898 Roaring Penguin Software Inc. makes no representations about the
   19899 suitability of this software for any purpose.  It is provided "as is"
   19900 without express or implied warranty.
   19901 
   19902 ------------------------------------------------------------------------------
   19903 Copyright (C) 1995,1996,1997,1998 Lars Fenneberg &lt;lf (a] elemental.net&gt;
   19904 
   19905 Permission to use, copy, modify, and distribute this software for any
   19906 purpose and without fee is hereby granted, provided that this copyright and
   19907 permission notice appear on all copies and supporting documentation, the
   19908 name of Lars Fenneberg not be used in advertising or publicity pertaining to
   19909 distribution of the program without specific prior permission, and notice be
   19910 given in supporting documentation that copying and distribution is by
   19911 permission of Lars Fenneberg.
   19912 
   19913 Lars Fenneberg makes no representations about the suitability of this
   19914 software for any purpose.  It is provided "as is" without express or implied
   19915 warranty.
   19916 
   19917 ------------------------------------------------------------------------------
   19918 Copyright 1992 Livingston Enterprises, Inc.
   19919 Livingston Enterprises, Inc. 6920 Koll Center Parkway Pleasanton, CA  94566
   19920 
   19921 Permission to use, copy, modify, and distribute this software for any
   19922 purpose and without fee is hereby granted, provided that this copyright
   19923 and permission notice appear on all copies and supporting documentation,
   19924 the name of Livingston Enterprises, Inc. not be used in advertising or
   19925 publicity pertaining to distribution of the program without specific
   19926 prior permission, and notice be given in supporting documentation that
   19927 copying and distribution is by permission of Livingston Enterprises, Inc.
   19928 
   19929 Livingston Enterprises, Inc. makes no representations about the suitability
   19930 of this software for any purpose.  It is provided "as is" without express
   19931 or implied warranty.
   19932 ------------------------------------------------------------------------------
   19933 [C] The Regents of the University of Michigan and Merit Network, Inc. 1992,
   19934 1993, 1994, 1995 All Rights Reserved
   19935 
   19936 Permission to use, copy, modify, and distribute this software and its
   19937 documentation for any purpose and without fee is hereby granted, provided
   19938 that the above copyright notice and this permission notice appear in all
   19939 copies of the software and derivative works or modified versions thereof,
   19940 and that both the copyright notice and this permission and disclaimer
   19941 notice appear in supporting documentation.
   19942 
   19943 THIS SOFTWARE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER
   19944 EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION WARRANTIES OF
   19945 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  THE REGENTS OF THE
   19946 UNIVERSITY OF MICHIGAN AND MERIT NETWORK, INC. DO NOT WARRANT THAT THE
   19947 FUNCTIONS CONTAINED IN THE SOFTWARE WILL MEET LICENSEE'S REQUIREMENTS OR
   19948 THAT OPERATION WILL BE UNINTERRUPTED OR ERROR FREE.  The Regents of the
   19949 University of Michigan and Merit Network, Inc. shall not be liable for any
   19950 special, indirect, incidental or consequential damages with respect to any
   19951 claim by Licensee or any third party arising from use of the software.
   19952 ------------------------------------------------------------------------------
   19953 Copyright (C) 1991-2, RSA Data Security, Inc. Created 1991.
   19954 All rights reserved.
   19955 
   19956 License to copy and use this software is granted provided that it
   19957 is identified as the "RSA Data Security, Inc. MD5 Message-Digest
   19958 Algorithm" in all material mentioning or referencing this software
   19959 or this function.
   19960 
   19961 License is also granted to make and use derivative works provided
   19962 that such works are identified as "derived from the RSA Data
   19963 Security, Inc. MD5 Message-Digest Algorithm" in all material
   19964 mentioning or referencing the derived work.
   19965 
   19966 RSA Data Security, Inc. makes no representations concerning either
   19967 the merchantability of this software or the suitability of this
   19968 software for any particular purpose. It is provided "as is"
   19969 without express or implied warranty of any kind.
   19970 
   19971 These notices must be retained in any copies of any part of this
   19972 documentation and/or software.
   19973 ------------------------------------------------------------------------------
   19974 
   19975 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   19976 </pre>
   19977 <ul>
   19978 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
   19979 </ul>
   19980 </div>
   19981 </div>
   19982 
   19983 
   19984 <div class="product">
   19985 <span class="title">procps-3.3.4</span>
   19986 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   19987 <span class="homepage"><a href="http://procps.sourceforge.net/">homepage</a></span>
   19988 <div class="licence">
   19989 <pre></pre>
   19990 <ul>
   19991 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
   19992 </ul>
   19993 </div>
   19994 </div>
   19995 
   19996 
   19997 <div class="product">
   19998 <span class="title">protobuf-2.3.0</span>
   19999 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   20000 <span class="homepage"><a href="http://code.google.com/p/protobuf/">homepage</a></span>
   20001 <div class="licence">
   20002 <pre></pre>
   20003 <ul>
   20004 <li><a href='#Apache-2.0'>Gentoo Package Stock License Apache-2.0</a></li>
   20005 </ul>
   20006 </div>
   20007 </div>
   20008 
   20009 
   20010 <div class="product">
   20011 <span class="title">protobuf-python-2.3.0</span>
   20012 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   20013 <span class="homepage"><a href="http://code.google.com/p/protobuf/">homepage</a></span>
   20014 <div class="licence">
   20015 <pre></pre>
   20016 <ul>
   20017 <li><a href='#Apache-2.0'>Gentoo Package Stock License Apache-2.0</a></li>
   20018 </ul>
   20019 </div>
   20020 </div>
   20021 
   20022 
   20023 <div class="product">
   20024 <span class="title">protofiles-0.0.1</span>
   20025 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   20026 <span class="homepage"><a href="http://chromium.org">homepage</a></span>
   20027 <div class="licence">
   20028 <pre></pre>
   20029 <ul>
   20030 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li>
   20031 </ul>
   20032 </div>
   20033 </div>
   20034 
   20035 
   20036 <div class="product">
   20037 <span class="title">psmisc-22.20</span>
   20038 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   20039 <span class="homepage"><a href="http://psmisc.sourceforge.net/">homepage</a></span>
   20040 <div class="licence">
   20041 <pre></pre>
   20042 <ul>
   20043 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
   20044 </ul>
   20045 </div>
   20046 </div>
   20047 
   20048 
   20049 <div class="product">
   20050 <span class="title">punybench-0.0.1</span>
   20051 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   20052 <span class="homepage"><a href="https://chromium.googlesource.com/chromiumos/platform/punybench">homepage</a></span>
   20053 <div class="licence">
   20054 <pre></pre>
   20055 <ul>
   20056 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
   20057 </ul>
   20058 </div>
   20059 </div>
   20060 
   20061 
   20062 <div class="product">
   20063 <span class="title">pv-1.3.4</span>
   20064 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   20065 <span class="homepage"><a href="http://www.ivarch.com/programs/pv.shtml">homepage</a></span>
   20066 <div class="licence">
   20067 <pre>Gentoo Package Stock License Artistic-2:
   20068 
   20069 		       The Artistic License 2.0
   20070 
   20071 	    Copyright (c) 2000-2006, The Perl Foundation.
   20072 
   20073      Everyone is permitted to copy and distribute verbatim copies
   20074       of this license document, but changing it is not allowed.
   20075 
   20076 Preamble
   20077 
   20078 This license establishes the terms under which a given free software
   20079 Package may be copied, modified, distributed, and/or redistributed.
   20080 The intent is that the Copyright Holder maintains some artistic
   20081 control over the development of that Package while still keeping the
   20082 Package available as open source and free software.
   20083 
   20084 You are always permitted to make arrangements wholly outside of this
   20085 license directly with the Copyright Holder of a given Package.  If the
   20086 terms of this license do not permit the full use that you propose to
   20087 make of the Package, you should contact the Copyright Holder and seek
   20088 a different licensing arrangement. 
   20089 
   20090 Definitions
   20091 
   20092     "Copyright Holder" means the individual(s) or organization(s)
   20093     named in the copyright notice for the entire Package.
   20094 
   20095     "Contributor" means any party that has contributed code or other
   20096     material to the Package, in accordance with the Copyright Holder's
   20097     procedures.
   20098 
   20099     "You" and "your" means any person who would like to copy,
   20100     distribute, or modify the Package.
   20101 
   20102     "Package" means the collection of files distributed by the
   20103     Copyright Holder, and derivatives of that collection and/or of
   20104     those files. A given Package may consist of either the Standard
   20105     Version, or a Modified Version.
   20106 
   20107     "Distribute" means providing a copy of the Package or making it
   20108     accessible to anyone else, or in the case of a company or
   20109     organization, to others outside of your company or organization.
   20110 
   20111     "Distributor Fee" means any fee that you charge for Distributing
   20112     this Package or providing support for this Package to another
   20113     party.  It does not mean licensing fees.
   20114 
   20115     "Standard Version" refers to the Package if it has not been
   20116     modified, or has been modified only in ways explicitly requested
   20117     by the Copyright Holder.
   20118 
   20119     "Modified Version" means the Package, if it has been changed, and
   20120     such changes were not explicitly requested by the Copyright
   20121     Holder. 
   20122 
   20123     "Original License" means this Artistic License as Distributed with
   20124     the Standard Version of the Package, in its current version or as
   20125     it may be modified by The Perl Foundation in the future.
   20126 
   20127     "Source" form means the source code, documentation source, and
   20128     configuration files for the Package.
   20129 
   20130     "Compiled" form means the compiled bytecode, object code, binary,
   20131     or any other form resulting from mechanical transformation or
   20132     translation of the Source form.
   20133 
   20134 
   20135 Permission for Use and Modification Without Distribution
   20136 
   20137 (1)  You are permitted to use the Standard Version and create and use
   20138 Modified Versions for any purpose without restriction, provided that
   20139 you do not Distribute the Modified Version.
   20140 
   20141 
   20142 Permissions for Redistribution of the Standard Version
   20143 
   20144 (2)  You may Distribute verbatim copies of the Source form of the
   20145 Standard Version of this Package in any medium without restriction,
   20146 either gratis or for a Distributor Fee, provided that you duplicate
   20147 all of the original copyright notices and associated disclaimers.  At
   20148 your discretion, such verbatim copies may or may not include a
   20149 Compiled form of the Package.
   20150 
   20151 (3)  You may apply any bug fixes, portability changes, and other
   20152 modifications made available from the Copyright Holder.  The resulting
   20153 Package will still be considered the Standard Version, and as such
   20154 will be subject to the Original License.
   20155 
   20156 
   20157 Distribution of Modified Versions of the Package as Source 
   20158 
   20159 (4)  You may Distribute your Modified Version as Source (either gratis
   20160 or for a Distributor Fee, and with or without a Compiled form of the
   20161 Modified Version) provided that you clearly document how it differs
   20162 from the Standard Version, including, but not limited to, documenting
   20163 any non-standard features, executables, or modules, and provided that
   20164 you do at least ONE of the following:
   20165 
   20166     (a)  make the Modified Version available to the Copyright Holder
   20167     of the Standard Version, under the Original License, so that the
   20168     Copyright Holder may include your modifications in the Standard
   20169     Version.
   20170 
   20171     (b)  ensure that installation of your Modified Version does not
   20172     prevent the user installing or running the Standard Version. In
   20173     addition, the Modified Version must bear a name that is different
   20174     from the name of the Standard Version.
   20175 
   20176     (c)  allow anyone who receives a copy of the Modified Version to
   20177     make the Source form of the Modified Version available to others
   20178     under
   20179 		
   20180 	(i)  the Original License or
   20181 
   20182 	(ii)  a license that permits the licensee to freely copy,
   20183 	modify and redistribute the Modified Version using the same
   20184 	licensing terms that apply to the copy that the licensee
   20185 	received, and requires that the Source form of the Modified
   20186 	Version, and of any works derived from it, be made freely
   20187 	available in that license fees are prohibited but Distributor
   20188 	Fees are allowed.
   20189 
   20190 
   20191 Distribution of Compiled Forms of the Standard Version 
   20192 or Modified Versions without the Source
   20193 
   20194 (5)  You may Distribute Compiled forms of the Standard Version without
   20195 the Source, provided that you include complete instructions on how to
   20196 get the Source of the Standard Version.  Such instructions must be
   20197 valid at the time of your distribution.  If these instructions, at any
   20198 time while you are carrying out such distribution, become invalid, you
   20199 must provide new instructions on demand or cease further distribution.
   20200 If you provide valid instructions or cease distribution within thirty
   20201 days after you become aware that the instructions are invalid, then
   20202 you do not forfeit any of your rights under this license.
   20203 
   20204 (6)  You may Distribute a Modified Version in Compiled form without
   20205 the Source, provided that you comply with Section 4 with respect to
   20206 the Source of the Modified Version.
   20207 
   20208 
   20209 Aggregating or Linking the Package 
   20210 
   20211 (7)  You may aggregate the Package (either the Standard Version or
   20212 Modified Version) with other packages and Distribute the resulting
   20213 aggregation provided that you do not charge a licensing fee for the
   20214 Package.  Distributor Fees are permitted, and licensing fees for other
   20215 components in the aggregation are permitted. The terms of this license
   20216 apply to the use and Distribution of the Standard or Modified Versions
   20217 as included in the aggregation.
   20218 
   20219 (8) You are permitted to link Modified and Standard Versions with
   20220 other works, to embed the Package in a larger work of your own, or to
   20221 build stand-alone binary or bytecode versions of applications that
   20222 include the Package, and Distribute the result without restriction,
   20223 provided the result does not expose a direct interface to the Package.
   20224 
   20225 
   20226 Items That are Not Considered Part of a Modified Version 
   20227 
   20228 (9) Works (including, but not limited to, modules and scripts) that
   20229 merely extend or make use of the Package, do not, by themselves, cause
   20230 the Package to be a Modified Version.  In addition, such works are not
   20231 considered parts of the Package itself, and are not subject to the
   20232 terms of this license.
   20233 
   20234 
   20235 General Provisions
   20236 
   20237 (10)  Any use, modification, and distribution of the Standard or
   20238 Modified Versions is governed by this Artistic License. By using,
   20239 modifying or distributing the Package, you accept this license. Do not
   20240 use, modify, or distribute the Package, if you do not accept this
   20241 license.
   20242 
   20243 (11)  If your Modified Version has been derived from a Modified
   20244 Version made by someone other than you, you are nevertheless required
   20245 to ensure that your Modified Version complies with the requirements of
   20246 this license.
   20247 
   20248 (12)  This license does not grant you the right to use any trademark,
   20249 service mark, tradename, or logo of the Copyright Holder.
   20250 
   20251 (13)  This license includes the non-exclusive, worldwide,
   20252 free-of-charge patent license to make, have made, use, offer to sell,
   20253 sell, import and otherwise transfer the Package with respect to any
   20254 patent claims licensable by the Copyright Holder that are necessarily
   20255 infringed by the Package. If you institute patent litigation
   20256 (including a cross-claim or counterclaim) against any party alleging
   20257 that the Package constitutes direct or contributory patent
   20258 infringement, then this Artistic License to you shall terminate on the
   20259 date that such litigation is filed.
   20260 
   20261 (14)  Disclaimer of Warranty:
   20262 THE PACKAGE IS PROVIDED BY THE COPYRIGHT HOLDER AND CONTRIBUTORS "AS
   20263 IS' AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES. THE IMPLIED
   20264 WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR
   20265 NON-INFRINGEMENT ARE DISCLAIMED TO THE EXTENT PERMITTED BY YOUR LOCAL
   20266 LAW. UNLESS REQUIRED BY LAW, NO COPYRIGHT HOLDER OR CONTRIBUTOR WILL
   20267 BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
   20268 DAMAGES ARISING IN ANY WAY OUT OF THE USE OF THE PACKAGE, EVEN IF
   20269 ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
   20270 
   20271 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   20272 </pre>
   20273 <ul>
   20274 
   20275 </ul>
   20276 </div>
   20277 </div>
   20278 
   20279 
   20280 <div class="product">
   20281 <span class="title">pycairo-1.10.0</span>
   20282 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   20283 <span class="homepage"><a href="http://cairographics.org/pycairo/">homepage</a></span>
   20284 <div class="licence">
   20285 <pre></pre>
   20286 <ul>
   20287 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li>
   20288 <li><a href='#LGPL-3'>Gentoo Package Stock License LGPL-3</a></li>
   20289 </ul>
   20290 </div>
   20291 </div>
   20292 
   20293 
   20294 <div class="product">
   20295 <span class="title">pygobject-2.18.0</span>
   20296 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   20297 <span class="homepage"><a href="http://www.pygtk.org/">homepage</a></span>
   20298 <div class="licence">
   20299 <pre></pre>
   20300 <ul>
   20301 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li>
   20302 </ul>
   20303 </div>
   20304 </div>
   20305 
   20306 
   20307 <div class="product">
   20308 <span class="title">pygtk-2.14.1</span>
   20309 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   20310 <span class="homepage"><a href="http://www.pygtk.org/">homepage</a></span>
   20311 <div class="licence">
   20312 <pre></pre>
   20313 <ul>
   20314 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li>
   20315 </ul>
   20316 </div>
   20317 </div>
   20318 
   20319 
   20320 <div class="product">
   20321 <span class="title">pyserial-2.5_rc2</span>
   20322 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   20323 <span class="homepage"><a href="http://pyserial.sourceforge.net/">homepage</a></span>
   20324 <div class="licence">
   20325 <pre>Gentoo Package Stock License PYTHON:
   20326 
   20327 HISTORY OF THE SOFTWARE
   20328 =======================
   20329 
   20330 Python was created in the early 1990s by Guido van Rossum at Stichting
   20331 Mathematisch Centrum (CWI) in the Netherlands as a successor of a
   20332 language called ABC.  Guido is Python's principal author, although it
   20333 includes many contributions from others.  The last version released
   20334 from CWI was Python 1.2.  In 1995, Guido continued his work on Python
   20335 at the Corporation for National Research Initiatives (CNRI) in Reston,
   20336 Virginia where he released several versions of the software.  Python
   20337 1.6 was the last of the versions released by CNRI.  In 2000, Guido and
   20338 the Python core developement team moved to BeOpen.com to form the
   20339 BeOpen PythonLabs team (www.pythonlabs.com).  Python 2.0 is the first
   20340 release from PythonLabs.  Thanks to the many outside volunteers who
   20341 have worked under Guido's direction to make this release possible.
   20342 
   20343 
   20344 
   20345 BEOPEN.COM TERMS AND CONDITIONS FOR PYTHON 2.0
   20346 ==============================================
   20347 
   20348 BEOPEN PYTHON OPEN SOURCE LICENSE AGREEMENT VERSION 1
   20349 -----------------------------------------------------
   20350 
   20351 1. This LICENSE AGREEMENT is between BeOpen.com ("BeOpen"), having an
   20352 office at 160 Saratoga Avenue, Santa Clara, CA 95051, and the
   20353 Individual or Organization ("Licensee") accessing and otherwise using
   20354 this software in source or binary form and its associated
   20355 documentation ("the Software").
   20356 
   20357 2. Subject to the terms and conditions of this BeOpen Python License
   20358 Agreement, BeOpen hereby grants Licensee a non-exclusive,
   20359 royalty-free, world-wide license to reproduce, analyze, test, perform
   20360 and/or display publicly, prepare derivative works, distribute, and
   20361 otherwise use the Software alone or in any derivative version,
   20362 provided, however, that the BeOpen Python License is retained in the
   20363 Software, alone or in any derivative version prepared by Licensee.
   20364 
   20365 3. BeOpen is making the Software available to Licensee on an "AS IS"
   20366 basis.  BEOPEN MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
   20367 IMPLIED.  BY WAY OF EXAMPLE, BUT NOT LIMITATION, BEOPEN MAKES NO AND
   20368 DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
   20369 FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF THE SOFTWARE WILL NOT
   20370 INFRINGE ANY THIRD PARTY RIGHTS.
   20371 
   20372 4. BEOPEN SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF THE
   20373 SOFTWARE FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS
   20374 AS A RESULT OF USING, MODIFYING OR DISTRIBUTING THE SOFTWARE, OR ANY
   20375 DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
   20376 
   20377 5. This License Agreement will automatically terminate upon a material
   20378 breach of its terms and conditions.
   20379 
   20380 6. This License Agreement shall be governed by and interpreted in all
   20381 respects by the law of the State of California, excluding conflict of
   20382 law provisions.  Nothing in this License Agreement shall be deemed to
   20383 create any relationship of agency, partnership, or joint venture
   20384 between BeOpen and Licensee.  This License Agreement does not grant
   20385 permission to use BeOpen trademarks or trade names in a trademark
   20386 sense to endorse or promote products or services of Licensee, or any
   20387 third party.  As an exception, the "BeOpen Python" logos available at
   20388 http://www.pythonlabs.com/logos.html may be used according to the
   20389 permissions granted on that web page.
   20390 
   20391 7. By copying, installing or otherwise using the software, Licensee
   20392 agrees to be bound by the terms and conditions of this License
   20393 Agreement.
   20394 
   20395 
   20396 CNRI OPEN SOURCE LICENSE AGREEMENT
   20397 ----------------------------------
   20398 
   20399 Python 1.6 CNRI OPEN SOURCE LICENSE AGREEMENT
   20400 
   20401 IMPORTANT: PLEASE READ THE FOLLOWING AGREEMENT CAREFULLY. BY CLICKING
   20402 ON "ACCEPT" WHERE INDICATED BELOW, OR BY COPYING, INSTALLING OR
   20403 OTHERWISE USING PYTHON 1.6 SOFTWARE, YOU ARE DEEMED TO HAVE AGREED TO
   20404 THE TERMS AND CONDITIONS OF THIS LICENSE AGREEMENT.
   20405 
   20406 1. This LICENSE AGREEMENT is between the Corporation for National
   20407 Research Initiatives, having an office at 1895 Preston White Drive,
   20408 Reston, VA 20191 ("CNRI"), and the Individual or Organization
   20409 ("Licensee") accessing and otherwise using Python 1.6 software in
   20410 source or binary form and its associated documentation, as released at
   20411 the www.python.org Internet site on September 5, 2000 ("Python 1.6").
   20412 
   20413 2. Subject to the terms and conditions of this License Agreement, CNRI
   20414 hereby grants Licensee a nonexclusive, royalty-free, world-wide
   20415 license to reproduce, analyze, test, perform and/or display publicly,
   20416 prepare derivative works, distribute, and otherwise use Python 1.6
   20417 alone or in any derivative version, provided, however, that CNRI's
   20418 License Agreement and CNRI's notice of copyright, i.e., "Copyright (c)
   20419 1995-2000 Corporation for National Research Initiatives; All Rights
   20420 Reserved" are retained in Python 1.6 alone or in any derivative
   20421 version prepared by
   20422 
   20423 Licensee. Alternately, in lieu of CNRI's License Agreement, Licensee
   20424 may substitute the following text (omitting the quotes): "Python 1.6
   20425 is made available subject to the terms and conditions in CNRI's
   20426 License Agreement. This Agreement together with Python 1.6 may be
   20427 located on the Internet using the following unique, persistent
   20428 identifier (known as a handle): 1895.22/1012. This Agreement may also
   20429 be obtained from a proxy server on the Internet using the following
   20430 URL: http://hdl.handle.net/1895.22/1012".
   20431 
   20432 3. In the event Licensee prepares a derivative work that is based on
   20433 or incorporates Python 1.6 or any part thereof, and wants to make the
   20434 derivative work available to others as provided herein, then Licensee
   20435 hereby agrees to include in any such work a brief summary of the
   20436 changes made to Python 1.6.
   20437 
   20438 4. CNRI is making Python 1.6 available to Licensee on an "AS IS"
   20439 basis. CNRI MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
   20440 IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, CNRI MAKES NO AND
   20441 DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
   20442 FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON 1.6 WILL NOT
   20443 INFRINGE ANY THIRD PARTY RIGHTS.
   20444 
   20445 5. CNRI SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON
   20446 1.6 FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS A
   20447 RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON 1.6, OR
   20448 ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
   20449 
   20450 6. This License Agreement will automatically terminate upon a material
   20451 breach of its terms and conditions.
   20452 
   20453 7. This License Agreement shall be governed by and interpreted in all
   20454 respects by the law of the State of Virginia, excluding conflict of
   20455 law provisions. Nothing in this License Agreement shall be deemed to
   20456 create any relationship of agency, partnership, or joint venture
   20457 between CNRI and Licensee. This License Agreement does not grant
   20458 permission to use CNRI trademarks or trade name in a trademark sense
   20459 to endorse or promote products or services of Licensee, or any third
   20460 party.
   20461 
   20462 8. By clicking on the "ACCEPT" button where indicated, or by copying,
   20463 installing or otherwise using Python 1.6, Licensee agrees to be bound
   20464 by the terms and conditions of this License Agreement.
   20465 
   20466 ACCEPT
   20467 
   20468 
   20469 CWI PERMISSIONS STATEMENT AND DISCLAIMER
   20470 ----------------------------------------
   20471 
   20472 Copyright (c) 1991 - 1995, Stichting Mathematisch Centrum Amsterdam,
   20473 The Netherlands.  All rights reserved.
   20474 
   20475 Permission to use, copy, modify, and distribute this software and its
   20476 documentation for any purpose and without fee is hereby granted,
   20477 provided that the above copyright notice appear in all copies and that
   20478 both that copyright notice and this permission notice appear in
   20479 supporting documentation, and that the name of Stichting Mathematisch
   20480 Centrum or CWI not be used in advertising or publicity pertaining to
   20481 distribution of the software without specific, written prior
   20482 permission.
   20483 
   20484 STICHTING MATHEMATISCH CENTRUM DISCLAIMS ALL WARRANTIES WITH REGARD TO
   20485 THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
   20486 FITNESS, IN NO EVENT SHALL STICHTING MATHEMATISCH CENTRUM BE LIABLE
   20487 FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
   20488 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
   20489 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
   20490 OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
   20491 
   20492 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   20493 </pre>
   20494 <ul>
   20495 
   20496 </ul>
   20497 </div>
   20498 </div>
   20499 
   20500 
   20501 <div class="product">
   20502 <span class="title">python-2.7.3</span>
   20503 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   20504 <span class="homepage"><a href="http://www.python.org/">homepage</a></span>
   20505 <div class="licence">
   20506 <pre>Scanned Source License Python-2.7.3/Doc/license.rst:
   20507 
   20508 .. highlightlang:: none
   20509 
   20510 .. _history-and-license:
   20511 
   20512 *******************
   20513 History and License
   20514 *******************
   20515 
   20516 
   20517 History of the software
   20518 =======================
   20519 
   20520 Python was created in the early 1990s by Guido van Rossum at Stichting
   20521 Mathematisch Centrum (CWI, see http://www.cwi.nl/) in the Netherlands as a
   20522 successor of a language called ABC.  Guido remains Python's principal author,
   20523 although it includes many contributions from others.
   20524 
   20525 In 1995, Guido continued his work on Python at the Corporation for National
   20526 Research Initiatives (CNRI, see http://www.cnri.reston.va.us/) in Reston,
   20527 Virginia where he released several versions of the software.
   20528 
   20529 In May 2000, Guido and the Python core development team moved to BeOpen.com to
   20530 form the BeOpen PythonLabs team.  In October of the same year, the PythonLabs
   20531 team moved to Digital Creations (now Zope Corporation; see
   20532 http://www.zope.com/).  In 2001, the Python Software Foundation (PSF, see
   20533 http://www.python.org/psf/) was formed, a non-profit organization created
   20534 specifically to own Python-related Intellectual Property.  Zope Corporation is a
   20535 sponsoring member of the PSF.
   20536 
   20537 All Python releases are Open Source (see http://www.opensource.org/ for the Open
   20538 Source Definition). Historically, most, but not all, Python releases have also
   20539 been GPL-compatible; the table below summarizes the various releases.
   20540 
   20541 +----------------+--------------+-----------+------------+-----------------+
   20542 | Release        | Derived from | Year      | Owner      | GPL compatible? |
   20543 +================+==============+===========+============+=================+
   20544 | 0.9.0 thru 1.2 | n/a          | 1991-1995 | CWI        | yes             |
   20545 +----------------+--------------+-----------+------------+-----------------+
   20546 | 1.3 thru 1.5.2 | 1.2          | 1995-1999 | CNRI       | yes             |
   20547 +----------------+--------------+-----------+------------+-----------------+
   20548 | 1.6            | 1.5.2        | 2000      | CNRI       | no              |
   20549 +----------------+--------------+-----------+------------+-----------------+
   20550 | 2.0            | 1.6          | 2000      | BeOpen.com | no              |
   20551 +----------------+--------------+-----------+------------+-----------------+
   20552 | 1.6.1          | 1.6          | 2001      | CNRI       | no              |
   20553 +----------------+--------------+-----------+------------+-----------------+
   20554 | 2.1            | 2.0+1.6.1    | 2001      | PSF        | no              |
   20555 +----------------+--------------+-----------+------------+-----------------+
   20556 | 2.0.1          | 2.0+1.6.1    | 2001      | PSF        | yes             |
   20557 +----------------+--------------+-----------+------------+-----------------+
   20558 | 2.1.1          | 2.1+2.0.1    | 2001      | PSF        | yes             |
   20559 +----------------+--------------+-----------+------------+-----------------+
   20560 | 2.2            | 2.1.1        | 2001      | PSF        | yes             |
   20561 +----------------+--------------+-----------+------------+-----------------+
   20562 | 2.1.2          | 2.1.1        | 2002      | PSF        | yes             |
   20563 +----------------+--------------+-----------+------------+-----------------+
   20564 | 2.1.3          | 2.1.2        | 2002      | PSF        | yes             |
   20565 +----------------+--------------+-----------+------------+-----------------+
   20566 | 2.2.1          | 2.2          | 2002      | PSF        | yes             |
   20567 +----------------+--------------+-----------+------------+-----------------+
   20568 | 2.2.2          | 2.2.1        | 2002      | PSF        | yes             |
   20569 +----------------+--------------+-----------+------------+-----------------+
   20570 | 2.2.3          | 2.2.2        | 2002-2003 | PSF        | yes             |
   20571 +----------------+--------------+-----------+------------+-----------------+
   20572 | 2.3            | 2.2.2        | 2002-2003 | PSF        | yes             |
   20573 +----------------+--------------+-----------+------------+-----------------+
   20574 | 2.3.1          | 2.3          | 2002-2003 | PSF        | yes             |
   20575 +----------------+--------------+-----------+------------+-----------------+
   20576 | 2.3.2          | 2.3.1        | 2003      | PSF        | yes             |
   20577 +----------------+--------------+-----------+------------+-----------------+
   20578 | 2.3.3          | 2.3.2        | 2003      | PSF        | yes             |
   20579 +----------------+--------------+-----------+------------+-----------------+
   20580 | 2.3.4          | 2.3.3        | 2004      | PSF        | yes             |
   20581 +----------------+--------------+-----------+------------+-----------------+
   20582 | 2.3.5          | 2.3.4        | 2005      | PSF        | yes             |
   20583 +----------------+--------------+-----------+------------+-----------------+
   20584 | 2.4            | 2.3          | 2004      | PSF        | yes             |
   20585 +----------------+--------------+-----------+------------+-----------------+
   20586 | 2.4.1          | 2.4          | 2005      | PSF        | yes             |
   20587 +----------------+--------------+-----------+------------+-----------------+
   20588 | 2.4.2          | 2.4.1        | 2005      | PSF        | yes             |
   20589 +----------------+--------------+-----------+------------+-----------------+
   20590 | 2.4.3          | 2.4.2        | 2006      | PSF        | yes             |
   20591 +----------------+--------------+-----------+------------+-----------------+
   20592 | 2.4.4          | 2.4.3        | 2006      | PSF        | yes             |
   20593 +----------------+--------------+-----------+------------+-----------------+
   20594 | 2.5            | 2.4          | 2006      | PSF        | yes             |
   20595 +----------------+--------------+-----------+------------+-----------------+
   20596 | 2.5.1          | 2.5          | 2007      | PSF        | yes             |
   20597 +----------------+--------------+-----------+------------+-----------------+
   20598 | 2.5.2          | 2.5.1        | 2008      | PSF        | yes             |
   20599 +----------------+--------------+-----------+------------+-----------------+
   20600 | 2.5.3          | 2.5.2        | 2008      | PSF        | yes             |
   20601 +----------------+--------------+-----------+------------+-----------------+
   20602 | 2.6            | 2.5          | 2008      | PSF        | yes             |
   20603 +----------------+--------------+-----------+------------+-----------------+
   20604 | 2.6.1          | 2.6          | 2008      | PSF        | yes             |
   20605 +----------------+--------------+-----------+------------+-----------------+
   20606 | 2.6.2          | 2.6.1        | 2009      | PSF        | yes             |
   20607 +----------------+--------------+-----------+------------+-----------------+
   20608 | 2.6.3          | 2.6.2        | 2009      | PSF        | yes             |
   20609 +----------------+--------------+-----------+------------+-----------------+
   20610 | 2.6.4          | 2.6.3        | 2010      | PSF        | yes             |
   20611 +----------------+--------------+-----------+------------+-----------------+
   20612 | 2.7            | 2.6          | 2010      | PSF        | yes             |
   20613 +----------------+--------------+-----------+------------+-----------------+
   20614 
   20615 .. note::
   20616 
   20617    GPL-compatible doesn't mean that we're distributing Python under the GPL.  All
   20618    Python licenses, unlike the GPL, let you distribute a modified version without
   20619    making your changes open source. The GPL-compatible licenses make it possible to
   20620    combine Python with other software that is released under the GPL; the others
   20621    don't.
   20622 
   20623 Thanks to the many outside volunteers who have worked under Guido's direction to
   20624 make these releases possible.
   20625 
   20626 
   20627 Terms and conditions for accessing or otherwise using Python
   20628 ============================================================
   20629 
   20630 
   20631 .. centered:: PSF LICENSE AGREEMENT FOR PYTHON |release|
   20632 
   20633 #. This LICENSE AGREEMENT is between the Python Software Foundation ("PSF"), and
   20634    the Individual or Organization ("Licensee") accessing and otherwise using Python
   20635    |release| software in source or binary form and its associated documentation.
   20636 
   20637 #. Subject to the terms and conditions of this License Agreement, PSF hereby
   20638    grants Licensee a nonexclusive, royalty-free, world-wide license to reproduce,
   20639    analyze, test, perform and/or display publicly, prepare derivative works,
   20640    distribute, and otherwise use Python |release| alone or in any derivative
   20641    version, provided, however, that PSF's License Agreement and PSF's notice of
   20642    copyright, i.e., "Copyright  2001-2012 Python Software Foundation; All Rights
   20643    Reserved" are retained in Python |release| alone or in any derivative version
   20644    prepared by Licensee.
   20645 
   20646 #. In the event Licensee prepares a derivative work that is based on or
   20647    incorporates Python |release| or any part thereof, and wants to make the
   20648    derivative work available to others as provided herein, then Licensee hereby
   20649    agrees to include in any such work a brief summary of the changes made to Python
   20650    |release|.
   20651 
   20652 #. PSF is making Python |release| available to Licensee on an "AS IS" basis.
   20653    PSF MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED.  BY WAY OF
   20654    EXAMPLE, BUT NOT LIMITATION, PSF MAKES NO AND DISCLAIMS ANY REPRESENTATION OR
   20655    WARRANTY OF MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT THE
   20656    USE OF PYTHON |release| WILL NOT INFRINGE ANY THIRD PARTY RIGHTS.
   20657 
   20658 #. PSF SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON |release|
   20659    FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS A RESULT OF
   20660    MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON |release|, OR ANY DERIVATIVE
   20661    THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
   20662 
   20663 #. This License Agreement will automatically terminate upon a material breach of
   20664    its terms and conditions.
   20665 
   20666 #. Nothing in this License Agreement shall be deemed to create any relationship
   20667    of agency, partnership, or joint venture between PSF and Licensee.  This License
   20668    Agreement does not grant permission to use PSF trademarks or trade name in a
   20669    trademark sense to endorse or promote products or services of Licensee, or any
   20670    third party.
   20671 
   20672 #. By copying, installing or otherwise using Python |release|, Licensee agrees
   20673    to be bound by the terms and conditions of this License Agreement.
   20674 
   20675 
   20676 .. centered:: BEOPEN.COM LICENSE AGREEMENT FOR PYTHON 2.0
   20677 
   20678 
   20679 .. centered:: BEOPEN PYTHON OPEN SOURCE LICENSE AGREEMENT VERSION 1
   20680 
   20681 #. This LICENSE AGREEMENT is between BeOpen.com ("BeOpen"), having an office at
   20682    160 Saratoga Avenue, Santa Clara, CA 95051, and the Individual or Organization
   20683    ("Licensee") accessing and otherwise using this software in source or binary
   20684    form and its associated documentation ("the Software").
   20685 
   20686 #. Subject to the terms and conditions of this BeOpen Python License Agreement,
   20687    BeOpen hereby grants Licensee a non-exclusive, royalty-free, world-wide license
   20688    to reproduce, analyze, test, perform and/or display publicly, prepare derivative
   20689    works, distribute, and otherwise use the Software alone or in any derivative
   20690    version, provided, however, that the BeOpen Python License is retained in the
   20691    Software, alone or in any derivative version prepared by Licensee.
   20692 
   20693 #. BeOpen is making the Software available to Licensee on an "AS IS" basis.
   20694    BEOPEN MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED.  BY WAY OF
   20695    EXAMPLE, BUT NOT LIMITATION, BEOPEN MAKES NO AND DISCLAIMS ANY REPRESENTATION OR
   20696    WARRANTY OF MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT THE
   20697    USE OF THE SOFTWARE WILL NOT INFRINGE ANY THIRD PARTY RIGHTS.
   20698 
   20699 #. BEOPEN SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF THE SOFTWARE FOR
   20700    ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS A RESULT OF USING,
   20701    MODIFYING OR DISTRIBUTING THE SOFTWARE, OR ANY DERIVATIVE THEREOF, EVEN IF
   20702    ADVISED OF THE POSSIBILITY THEREOF.
   20703 
   20704 #. This License Agreement will automatically terminate upon a material breach of
   20705    its terms and conditions.
   20706 
   20707 #. This License Agreement shall be governed by and interpreted in all respects
   20708    by the law of the State of California, excluding conflict of law provisions.
   20709    Nothing in this License Agreement shall be deemed to create any relationship of
   20710    agency, partnership, or joint venture between BeOpen and Licensee.  This License
   20711    Agreement does not grant permission to use BeOpen trademarks or trade names in a
   20712    trademark sense to endorse or promote products or services of Licensee, or any
   20713    third party.  As an exception, the "BeOpen Python" logos available at
   20714    http://www.pythonlabs.com/logos.html may be used according to the permissions
   20715    granted on that web page.
   20716 
   20717 #. By copying, installing or otherwise using the software, Licensee agrees to be
   20718    bound by the terms and conditions of this License Agreement.
   20719 
   20720 
   20721 .. centered:: CNRI LICENSE AGREEMENT FOR PYTHON 1.6.1
   20722 
   20723 #. This LICENSE AGREEMENT is between the Corporation for National Research
   20724    Initiatives, having an office at 1895 Preston White Drive, Reston, VA 20191
   20725    ("CNRI"), and the Individual or Organization ("Licensee") accessing and
   20726    otherwise using Python 1.6.1 software in source or binary form and its
   20727    associated documentation.
   20728 
   20729 #. Subject to the terms and conditions of this License Agreement, CNRI hereby
   20730    grants Licensee a nonexclusive, royalty-free, world-wide license to reproduce,
   20731    analyze, test, perform and/or display publicly, prepare derivative works,
   20732    distribute, and otherwise use Python 1.6.1 alone or in any derivative version,
   20733    provided, however, that CNRI's License Agreement and CNRI's notice of copyright,
   20734    i.e., "Copyright  1995-2001 Corporation for National Research Initiatives; All
   20735    Rights Reserved" are retained in Python 1.6.1 alone or in any derivative version
   20736    prepared by Licensee.  Alternately, in lieu of CNRI's License Agreement,
   20737    Licensee may substitute the following text (omitting the quotes): "Python 1.6.1
   20738    is made available subject to the terms and conditions in CNRI's License
   20739    Agreement.  This Agreement together with Python 1.6.1 may be located on the
   20740    Internet using the following unique, persistent identifier (known as a handle):
   20741    1895.22/1013.  This Agreement may also be obtained from a proxy server on the
   20742    Internet using the following URL: http://hdl.handle.net/1895.22/1013."
   20743 
   20744 #. In the event Licensee prepares a derivative work that is based on or
   20745    incorporates Python 1.6.1 or any part thereof, and wants to make the derivative
   20746    work available to others as provided herein, then Licensee hereby agrees to
   20747    include in any such work a brief summary of the changes made to Python 1.6.1.
   20748 
   20749 #. CNRI is making Python 1.6.1 available to Licensee on an "AS IS" basis.  CNRI
   20750    MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED.  BY WAY OF EXAMPLE,
   20751    BUT NOT LIMITATION, CNRI MAKES NO AND DISCLAIMS ANY REPRESENTATION OR WARRANTY
   20752    OF MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF
   20753    PYTHON 1.6.1 WILL NOT INFRINGE ANY THIRD PARTY RIGHTS.
   20754 
   20755 #. CNRI SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON 1.6.1 FOR
   20756    ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS A RESULT OF
   20757    MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON 1.6.1, OR ANY DERIVATIVE
   20758    THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
   20759 
   20760 #. This License Agreement will automatically terminate upon a material breach of
   20761    its terms and conditions.
   20762 
   20763 #. This License Agreement shall be governed by the federal intellectual property
   20764    law of the United States, including without limitation the federal copyright
   20765    law, and, to the extent such U.S. federal law does not apply, by the law of the
   20766    Commonwealth of Virginia, excluding Virginia's conflict of law provisions.
   20767    Notwithstanding the foregoing, with regard to derivative works based on Python
   20768    1.6.1 that incorporate non-separable material that was previously distributed
   20769    under the GNU General Public License (GPL), the law of the Commonwealth of
   20770    Virginia shall govern this License Agreement only as to issues arising under or
   20771    with respect to Paragraphs 4, 5, and 7 of this License Agreement.  Nothing in
   20772    this License Agreement shall be deemed to create any relationship of agency,
   20773    partnership, or joint venture between CNRI and Licensee.  This License Agreement
   20774    does not grant permission to use CNRI trademarks or trade name in a trademark
   20775    sense to endorse or promote products or services of Licensee, or any third
   20776    party.
   20777 
   20778 #. By clicking on the "ACCEPT" button where indicated, or by copying, installing
   20779    or otherwise using Python 1.6.1, Licensee agrees to be bound by the terms and
   20780    conditions of this License Agreement.
   20781 
   20782 
   20783 .. centered:: ACCEPT
   20784 
   20785 
   20786 .. centered:: CWI LICENSE AGREEMENT FOR PYTHON 0.9.0 THROUGH 1.2
   20787 
   20788 Copyright  1991 - 1995, Stichting Mathematisch Centrum Amsterdam, The
   20789 Netherlands.  All rights reserved.
   20790 
   20791 Permission to use, copy, modify, and distribute this software and its
   20792 documentation for any purpose and without fee is hereby granted, provided that
   20793 the above copyright notice appear in all copies and that both that copyright
   20794 notice and this permission notice appear in supporting documentation, and that
   20795 the name of Stichting Mathematisch Centrum or CWI not be used in advertising or
   20796 publicity pertaining to distribution of the software without specific, written
   20797 prior permission.
   20798 
   20799 STICHTING MATHEMATISCH CENTRUM DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS
   20800 SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
   20801 EVENT SHALL STICHTING MATHEMATISCH CENTRUM BE LIABLE FOR ANY SPECIAL, INDIRECT
   20802 OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
   20803 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
   20804 ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
   20805 SOFTWARE.
   20806 
   20807 
   20808 Licenses and Acknowledgements for Incorporated Software
   20809 =======================================================
   20810 
   20811 This section is an incomplete, but growing list of licenses and acknowledgements
   20812 for third-party software incorporated in the Python distribution.
   20813 
   20814 
   20815 Mersenne Twister
   20816 ----------------
   20817 
   20818 The :mod:`_random` module includes code based on a download from
   20819 http://www.math.keio.ac.jp/ matumoto/MT2002/emt19937ar.html. The following are
   20820 the verbatim comments from the original code::
   20821 
   20822    A C-program for MT19937, with initialization improved 2002/1/26.
   20823    Coded by Takuji Nishimura and Makoto Matsumoto.
   20824 
   20825    Before using, initialize the state by using init_genrand(seed)
   20826    or init_by_array(init_key, key_length).
   20827 
   20828    Copyright (C) 1997 - 2002, Makoto Matsumoto and Takuji Nishimura,
   20829    All rights reserved.
   20830 
   20831    Redistribution and use in source and binary forms, with or without
   20832    modification, are permitted provided that the following conditions
   20833    are met:
   20834 
   20835     1. Redistributions of source code must retain the above copyright
   20836        notice, this list of conditions and the following disclaimer.
   20837 
   20838     2. Redistributions in binary form must reproduce the above copyright
   20839        notice, this list of conditions and the following disclaimer in the
   20840        documentation and/or other materials provided with the distribution.
   20841 
   20842     3. The names of its contributors may not be used to endorse or promote
   20843        products derived from this software without specific prior written
   20844        permission.
   20845 
   20846    THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
   20847    "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
   20848    LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
   20849    A PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE COPYRIGHT OWNER OR
   20850    CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
   20851    EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
   20852    PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
   20853    PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
   20854    LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
   20855    NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
   20856    SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
   20857 
   20858 
   20859    Any feedback is very welcome.
   20860    http://www.math.keio.ac.jp/matumoto/emt.html
   20861    email: matumoto (a] math.keio.ac.jp
   20862 
   20863 
   20864 Sockets
   20865 -------
   20866 
   20867 The :mod:`socket` module uses the functions, :func:`getaddrinfo`, and
   20868 :func:`getnameinfo`, which are coded in separate source files from the WIDE
   20869 Project, http://www.wide.ad.jp/. ::
   20870 
   20871    Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
   20872    All rights reserved.
   20873 
   20874    Redistribution and use in source and binary forms, with or without
   20875    modification, are permitted provided that the following conditions
   20876    are met:
   20877    1. Redistributions of source code must retain the above copyright
   20878       notice, this list of conditions and the following disclaimer.
   20879    2. Redistributions in binary form must reproduce the above copyright
   20880       notice, this list of conditions and the following disclaimer in the
   20881       documentation and/or other materials provided with the distribution.
   20882    3. Neither the name of the project nor the names of its contributors
   20883       may be used to endorse or promote products derived from this software
   20884       without specific prior written permission.
   20885 
   20886    THIS SOFTWARE IS PROVIDED BY THE PROJECT AND CONTRIBUTORS ``AS IS'' AND
   20887    GAI_ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
   20888    IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
   20889    ARE DISCLAIMED.  IN NO EVENT SHALL THE PROJECT OR CONTRIBUTORS BE LIABLE
   20890    FOR GAI_ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
   20891    DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
   20892    OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
   20893    HOWEVER CAUSED AND ON GAI_ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
   20894    LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN GAI_ANY WAY
   20895    OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
   20896    SUCH DAMAGE.
   20897 
   20898 
   20899 Floating point exception control
   20900 --------------------------------
   20901 
   20902 The source for the :mod:`fpectl` module includes the following notice::
   20903 
   20904      ---------------------------------------------------------------------
   20905     /                       Copyright (c) 1996.                           \
   20906    |          The Regents of the University of California.                 |
   20907    |                        All rights reserved.                           |
   20908    |                                                                       |
   20909    |   Permission to use, copy, modify, and distribute this software for   |
   20910    |   any purpose without fee is hereby granted, provided that this en-   |
   20911    |   tire notice is included in all copies of any software which is or   |
   20912    |   includes  a  copy  or  modification  of  this software and in all   |
   20913    |   copies of the supporting documentation for such software.           |
   20914    |                                                                       |
   20915    |   This  work was produced at the University of California, Lawrence   |
   20916    |   Livermore National Laboratory under  contract  no.  W-7405-ENG-48   |
   20917    |   between  the  U.S.  Department  of  Energy and The Regents of the   |
   20918    |   University of California for the operation of UC LLNL.              |
   20919    |                                                                       |
   20920    |                              DISCLAIMER                               |
   20921    |                                                                       |
   20922    |   This  software was prepared as an account of work sponsored by an   |
   20923    |   agency of the United States Government. Neither the United States   |
   20924    |   Government  nor the University of California nor any of their em-   |
   20925    |   ployees, makes any warranty, express or implied, or  assumes  any   |
   20926    |   liability  or  responsibility  for the accuracy, completeness, or   |
   20927    |   usefulness of any information,  apparatus,  product,  or  process   |
   20928    |   disclosed,   or  represents  that  its  use  would  not  infringe   |
   20929    |   privately-owned rights. Reference herein to any specific  commer-   |
   20930    |   cial  products,  process,  or  service  by trade name, trademark,   |
   20931    |   manufacturer, or otherwise, does not  necessarily  constitute  or   |
   20932    |   imply  its endorsement, recommendation, or favoring by the United   |
   20933    |   States Government or the University of California. The views  and   |
   20934    |   opinions  of authors expressed herein do not necessarily state or   |
   20935    |   reflect those of the United States Government or  the  University   |
   20936    |   of  California,  and shall not be used for advertising or product   |
   20937     \  endorsement purposes.                                              /
   20938      ---------------------------------------------------------------------
   20939 
   20940 
   20941 MD5 message digest algorithm
   20942 ----------------------------
   20943 
   20944 The source code for the :mod:`md5` module contains the following notice::
   20945 
   20946      Copyright (C) 1999, 2002 Aladdin Enterprises.  All rights reserved.
   20947 
   20948      This software is provided 'as-is', without any express or implied
   20949      warranty.  In no event will the authors be held liable for any damages
   20950      arising from the use of this software.
   20951 
   20952      Permission is granted to anyone to use this software for any purpose,
   20953      including commercial applications, and to alter it and redistribute it
   20954      freely, subject to the following restrictions:
   20955 
   20956      1. The origin of this software must not be misrepresented; you must not
   20957         claim that you wrote the original software. If you use this software
   20958         in a product, an acknowledgment in the product documentation would be
   20959         appreciated but is not required.
   20960      2. Altered source versions must be plainly marked as such, and must not be
   20961         misrepresented as being the original software.
   20962      3. This notice may not be removed or altered from any source distribution.
   20963 
   20964      L. Peter Deutsch
   20965      ghost (a] aladdin.com
   20966 
   20967      Independent implementation of MD5 (RFC 1321).
   20968 
   20969      This code implements the MD5 Algorithm defined in RFC 1321, whose
   20970      text is available at
   20971            http://www.ietf.org/rfc/rfc1321.txt
   20972      The code is derived from the text of the RFC, including the test suite
   20973      (section A.5) but excluding the rest of Appendix A.  It does not include
   20974      any code or documentation that is identified in the RFC as being
   20975      copyrighted.
   20976 
   20977      The original and principal author of md5.h is L. Peter Deutsch
   20978      &lt;ghost (a] aladdin.com&gt;.  Other authors are noted in the change history
   20979      that follows (in reverse chronological order):
   20980 
   20981      2002-04-13 lpd Removed support for non-ANSI compilers; removed
   20982            references to Ghostscript; clarified derivation from RFC 1321;
   20983            now handles byte order either statically or dynamically.
   20984      1999-11-04 lpd Edited comments slightly for automatic TOC extraction.
   20985      1999-10-18 lpd Fixed typo in header comment (ansi2knr rather than md5);
   20986            added conditionalization for C++ compilation from Martin
   20987            Purschke &lt;purschke (a] bnl.gov&gt;.
   20988      1999-05-03 lpd Original version.
   20989 
   20990 
   20991 Asynchronous socket services
   20992 ----------------------------
   20993 
   20994 The :mod:`asynchat` and :mod:`asyncore` modules contain the following notice::
   20995 
   20996    Copyright 1996 by Sam Rushing
   20997 
   20998                            All Rights Reserved
   20999 
   21000    Permission to use, copy, modify, and distribute this software and
   21001    its documentation for any purpose and without fee is hereby
   21002    granted, provided that the above copyright notice appear in all
   21003    copies and that both that copyright notice and this permission
   21004    notice appear in supporting documentation, and that the name of Sam
   21005    Rushing not be used in advertising or publicity pertaining to
   21006    distribution of the software without specific, written prior
   21007    permission.
   21008 
   21009    SAM RUSHING DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
   21010    INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN
   21011    NO EVENT SHALL SAM RUSHING BE LIABLE FOR ANY SPECIAL, INDIRECT OR
   21012    CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
   21013    OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
   21014    NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
   21015    CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
   21016 
   21017 
   21018 Cookie management
   21019 -----------------
   21020 
   21021 The :mod:`Cookie` module contains the following notice::
   21022 
   21023    Copyright 2000 by Timothy O'Malley &lt;timo (a] alum.mit.edu&gt;
   21024 
   21025                   All Rights Reserved
   21026 
   21027    Permission to use, copy, modify, and distribute this software
   21028    and its documentation for any purpose and without fee is hereby
   21029    granted, provided that the above copyright notice appear in all
   21030    copies and that both that copyright notice and this permission
   21031    notice appear in supporting documentation, and that the name of
   21032    Timothy O'Malley  not be used in advertising or publicity
   21033    pertaining to distribution of the software without specific, written
   21034    prior permission.
   21035 
   21036    Timothy O'Malley DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS
   21037    SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
   21038    AND FITNESS, IN NO EVENT SHALL Timothy O'Malley BE LIABLE FOR
   21039    ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
   21040    WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
   21041    WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
   21042    ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
   21043    PERFORMANCE OF THIS SOFTWARE.
   21044 
   21045 
   21046 Execution tracing
   21047 -----------------
   21048 
   21049 The :mod:`trace` module contains the following notice::
   21050 
   21051    portions copyright 2001, Autonomous Zones Industries, Inc., all rights...
   21052    err...  reserved and offered to the public under the terms of the
   21053    Python 2.2 license.
   21054    Author: Zooko O'Whielacronx
   21055    http://zooko.com/
   21056    mailto:zooko (a] zooko.com
   21057 
   21058    Copyright 2000, Mojam Media, Inc., all rights reserved.
   21059    Author: Skip Montanaro
   21060 
   21061    Copyright 1999, Bioreason, Inc., all rights reserved.
   21062    Author: Andrew Dalke
   21063 
   21064    Copyright 1995-1997, Automatrix, Inc., all rights reserved.
   21065    Author: Skip Montanaro
   21066 
   21067    Copyright 1991-1995, Stichting Mathematisch Centrum, all rights reserved.
   21068 
   21069 
   21070    Permission to use, copy, modify, and distribute this Python software and
   21071    its associated documentation for any purpose without fee is hereby
   21072    granted, provided that the above copyright notice appears in all copies,
   21073    and that both that copyright notice and this permission notice appear in
   21074    supporting documentation, and that the name of neither Automatrix,
   21075    Bioreason or Mojam Media be used in advertising or publicity pertaining to
   21076    distribution of the software without specific, written prior permission.
   21077 
   21078 
   21079 UUencode and UUdecode functions
   21080 -------------------------------
   21081 
   21082 The :mod:`uu` module contains the following notice::
   21083 
   21084    Copyright 1994 by Lance Ellinghouse
   21085    Cathedral City, California Republic, United States of America.
   21086                           All Rights Reserved
   21087    Permission to use, copy, modify, and distribute this software and its
   21088    documentation for any purpose and without fee is hereby granted,
   21089    provided that the above copyright notice appear in all copies and that
   21090    both that copyright notice and this permission notice appear in
   21091    supporting documentation, and that the name of Lance Ellinghouse
   21092    not be used in advertising or publicity pertaining to distribution
   21093    of the software without specific, written prior permission.
   21094    LANCE ELLINGHOUSE DISCLAIMS ALL WARRANTIES WITH REGARD TO
   21095    THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
   21096    FITNESS, IN NO EVENT SHALL LANCE ELLINGHOUSE CENTRUM BE LIABLE
   21097    FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
   21098    WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
   21099    ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
   21100    OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
   21101 
   21102    Modified by Jack Jansen, CWI, July 1995:
   21103    - Use binascii module to do the actual line-by-line conversion
   21104      between ascii and binary. This results in a 1000-fold speedup. The C
   21105      version is still 5 times faster, though.
   21106    - Arguments more compliant with Python standard
   21107 
   21108 
   21109 XML Remote Procedure Calls
   21110 --------------------------
   21111 
   21112 The :mod:`xmlrpclib` module contains the following notice::
   21113 
   21114        The XML-RPC client interface is
   21115 
   21116    Copyright (c) 1999-2002 by Secret Labs AB
   21117    Copyright (c) 1999-2002 by Fredrik Lundh
   21118 
   21119    By obtaining, using, and/or copying this software and/or its
   21120    associated documentation, you agree that you have read, understood,
   21121    and will comply with the following terms and conditions:
   21122 
   21123    Permission to use, copy, modify, and distribute this software and
   21124    its associated documentation for any purpose and without fee is
   21125    hereby granted, provided that the above copyright notice appears in
   21126    all copies, and that both that copyright notice and this permission
   21127    notice appear in supporting documentation, and that the name of
   21128    Secret Labs AB or the author not be used in advertising or publicity
   21129    pertaining to distribution of the software without specific, written
   21130    prior permission.
   21131 
   21132    SECRET LABS AB AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD
   21133    TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANT-
   21134    ABILITY AND FITNESS.  IN NO EVENT SHALL SECRET LABS AB OR THE AUTHOR
   21135    BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY
   21136    DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
   21137    WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
   21138    ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
   21139    OF THIS SOFTWARE.
   21140 
   21141 
   21142 test_epoll
   21143 ----------
   21144 
   21145 The :mod:`test_epoll` contains the following notice::
   21146 
   21147   Copyright (c) 2001-2006 Twisted Matrix Laboratories.
   21148 
   21149   Permission is hereby granted, free of charge, to any person obtaining
   21150   a copy of this software and associated documentation files (the
   21151   "Software"), to deal in the Software without restriction, including
   21152   without limitation the rights to use, copy, modify, merge, publish,
   21153   distribute, sublicense, and/or sell copies of the Software, and to
   21154   permit persons to whom the Software is furnished to do so, subject to
   21155   the following conditions:
   21156 
   21157   The above copyright notice and this permission notice shall be
   21158   included in all copies or substantial portions of the Software.
   21159 
   21160   THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
   21161   EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
   21162   MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
   21163   NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
   21164   LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
   21165   OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
   21166   WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
   21167 
   21168 Select kqueue
   21169 -------------
   21170 
   21171 The :mod:`select` and contains the following notice for the kqueue interface::
   21172 
   21173   Copyright (c) 2000 Doug White, 2006 James Knight, 2007 Christian Heimes
   21174   All rights reserved.
   21175 
   21176   Redistribution and use in source and binary forms, with or without
   21177   modification, are permitted provided that the following conditions
   21178   are met:
   21179   1. Redistributions of source code must retain the above copyright
   21180      notice, this list of conditions and the following disclaimer.
   21181   2. Redistributions in binary form must reproduce the above copyright
   21182      notice, this list of conditions and the following disclaimer in the
   21183      documentation and/or other materials provided with the distribution.
   21184 
   21185   THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
   21186   ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
   21187   IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
   21188   ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
   21189   FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
   21190   DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
   21191   OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
   21192   HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
   21193   LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
   21194   OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
   21195   SUCH DAMAGE.
   21196 
   21197 
   21198 strtod and dtoa
   21199 ---------------
   21200 
   21201 The file :file:`Python/dtoa.c`, which supplies C functions dtoa and
   21202 strtod for conversion of C doubles to and from strings, is derived
   21203 from the file of the same name by David M. Gay, currently available
   21204 from http://www.netlib.org/fp/.  The original file, as retrieved on
   21205 March 16, 2009, contains the following copyright and licensing
   21206 notice::
   21207 
   21208    /****************************************************************
   21209     *
   21210     * The author of this software is David M. Gay.
   21211     *
   21212     * Copyright (c) 1991, 2000, 2001 by Lucent Technologies.
   21213     *
   21214     * Permission to use, copy, modify, and distribute this software for any
   21215     * purpose without fee is hereby granted, provided that this entire notice
   21216     * is included in all copies of any software which is or includes a copy
   21217     * or modification of this software and in all copies of the supporting
   21218     * documentation for such software.
   21219     *
   21220     * THIS SOFTWARE IS BEING PROVIDED "AS IS", WITHOUT ANY EXPRESS OR IMPLIED
   21221     * WARRANTY.  IN PARTICULAR, NEITHER THE AUTHOR NOR LUCENT MAKES ANY
   21222     * REPRESENTATION OR WARRANTY OF ANY KIND CONCERNING THE MERCHANTABILITY
   21223     * OF THIS SOFTWARE OR ITS FITNESS FOR ANY PARTICULAR PURPOSE.
   21224     *
   21225     ***************************************************************/
   21226 
   21227 
   21228 OpenSSL
   21229 -------
   21230 
   21231 The modules :mod:`hashlib`, :mod:`posix`, :mod:`ssl`, :mod:`crypt` use
   21232 the OpenSSL library for added performance if made available by the
   21233 operating system. Additionally, the Windows installers for Python
   21234 include a copy of the OpenSSL libraries, so we include a copy of the
   21235 OpenSSL license here::
   21236 
   21237 
   21238   LICENSE ISSUES
   21239   ==============
   21240 
   21241   The OpenSSL toolkit stays under a dual license, i.e. both the conditions of
   21242   the OpenSSL License and the original SSLeay license apply to the toolkit.
   21243   See below for the actual license texts. Actually both licenses are BSD-style
   21244   Open Source licenses. In case of any license issues related to OpenSSL
   21245   please contact openssl-core (a] openssl.org.
   21246 
   21247   OpenSSL License
   21248   ---------------
   21249 
   21250     /* ====================================================================
   21251      * Copyright (c) 1998-2008 The OpenSSL Project.  All rights reserved.
   21252      *
   21253      * Redistribution and use in source and binary forms, with or without
   21254      * modification, are permitted provided that the following conditions
   21255      * are met:
   21256      *
   21257      * 1. Redistributions of source code must retain the above copyright
   21258      *    notice, this list of conditions and the following disclaimer.
   21259      *
   21260      * 2. Redistributions in binary form must reproduce the above copyright
   21261      *    notice, this list of conditions and the following disclaimer in
   21262      *    the documentation and/or other materials provided with the
   21263      *    distribution.
   21264      *
   21265      * 3. All advertising materials mentioning features or use of this
   21266      *    software must display the following acknowledgment:
   21267      *    "This product includes software developed by the OpenSSL Project
   21268      *    for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
   21269      *
   21270      * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
   21271      *    endorse or promote products derived from this software without
   21272      *    prior written permission. For written permission, please contact
   21273      *    openssl-core (a] openssl.org.
   21274      *
   21275      * 5. Products derived from this software may not be called "OpenSSL"
   21276      *    nor may "OpenSSL" appear in their names without prior written
   21277      *    permission of the OpenSSL Project.
   21278      *
   21279      * 6. Redistributions of any form whatsoever must retain the following
   21280      *    acknowledgment:
   21281      *    "This product includes software developed by the OpenSSL Project
   21282      *    for use in the OpenSSL Toolkit (http://www.openssl.org/)"
   21283      *
   21284      * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
   21285      * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
   21286      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
   21287      * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR
   21288      * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
   21289      * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
   21290      * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
   21291      * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
   21292      * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
   21293      * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
   21294      * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
   21295      * OF THE POSSIBILITY OF SUCH DAMAGE.
   21296      * ====================================================================
   21297      *
   21298      * This product includes cryptographic software written by Eric Young
   21299      * (eay (a] cryptsoft.com).  This product includes software written by Tim
   21300      * Hudson (tjh (a] cryptsoft.com).
   21301      *
   21302      */
   21303 
   21304  Original SSLeay License
   21305  -----------------------
   21306 
   21307     /* Copyright (C) 1995-1998 Eric Young (eay (a] cryptsoft.com)
   21308      * All rights reserved.
   21309      *
   21310      * This package is an SSL implementation written
   21311      * by Eric Young (eay (a] cryptsoft.com).
   21312      * The implementation was written so as to conform with Netscapes SSL.
   21313      *
   21314      * This library is free for commercial and non-commercial use as long as
   21315      * the following conditions are aheared to.  The following conditions
   21316      * apply to all code found in this distribution, be it the RC4, RSA,
   21317      * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
   21318      * included with this distribution is covered by the same copyright terms
   21319      * except that the holder is Tim Hudson (tjh (a] cryptsoft.com).
   21320      *
   21321      * Copyright remains Eric Young's, and as such any Copyright notices in
   21322      * the code are not to be removed.
   21323      * If this package is used in a product, Eric Young should be given attribution
   21324      * as the author of the parts of the library used.
   21325      * This can be in the form of a textual message at program startup or
   21326      * in documentation (online or textual) provided with the package.
   21327      *
   21328      * Redistribution and use in source and binary forms, with or without
   21329      * modification, are permitted provided that the following conditions
   21330      * are met:
   21331      * 1. Redistributions of source code must retain the copyright
   21332      *    notice, this list of conditions and the following disclaimer.
   21333      * 2. Redistributions in binary form must reproduce the above copyright
   21334      *    notice, this list of conditions and the following disclaimer in the
   21335      *    documentation and/or other materials provided with the distribution.
   21336      * 3. All advertising materials mentioning features or use of this software
   21337      *    must display the following acknowledgement:
   21338      *    "This product includes cryptographic software written by
   21339      *     Eric Young (eay (a] cryptsoft.com)"
   21340      *    The word 'cryptographic' can be left out if the rouines from the library
   21341      *    being used are not cryptographic related :-).
   21342      * 4. If you include any Windows specific code (or a derivative thereof) from
   21343      *    the apps directory (application code) you must include an acknowledgement:
   21344      *    "This product includes software written by Tim Hudson (tjh (a] cryptsoft.com)"
   21345      *
   21346      * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
   21347      * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
   21348      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
   21349      * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
   21350      * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
   21351      * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
   21352      * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
   21353      * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
   21354      * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
   21355      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
   21356      * SUCH DAMAGE.
   21357      *
   21358      * The licence and distribution terms for any publically available version or
   21359      * derivative of this code cannot be changed.  i.e. this code cannot simply be
   21360      * copied and put under another distribution licence
   21361      * [including the GNU Public Licence.]
   21362      */
   21363 
   21364 
   21365 expat
   21366 -----
   21367 
   21368 The :mod:`pyexpat` extension is built using an included copy of the expat
   21369 sources unless the build is configured ``--with-system-expat``::
   21370 
   21371   Copyright (c) 1998, 1999, 2000 Thai Open Source Software Center Ltd
   21372                                  and Clark Cooper
   21373 
   21374   Permission is hereby granted, free of charge, to any person obtaining
   21375   a copy of this software and associated documentation files (the
   21376   "Software"), to deal in the Software without restriction, including
   21377   without limitation the rights to use, copy, modify, merge, publish,
   21378   distribute, sublicense, and/or sell copies of the Software, and to
   21379   permit persons to whom the Software is furnished to do so, subject to
   21380   the following conditions:
   21381 
   21382   The above copyright notice and this permission notice shall be included
   21383   in all copies or substantial portions of the Software.
   21384 
   21385   THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
   21386   EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
   21387   MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
   21388   IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
   21389   CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
   21390   TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
   21391   SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
   21392 
   21393 
   21394 libffi
   21395 ------
   21396 
   21397 The :mod:`_ctypes` extension is built using an included copy of the libffi
   21398 sources unless the build is configured ``--with-system-libffi``::
   21399 
   21400    Copyright (c) 1996-2008  Red Hat, Inc and others.
   21401 
   21402    Permission is hereby granted, free of charge, to any person obtaining
   21403    a copy of this software and associated documentation files (the
   21404    ``Software''), to deal in the Software without restriction, including
   21405    without limitation the rights to use, copy, modify, merge, publish,
   21406    distribute, sublicense, and/or sell copies of the Software, and to
   21407    permit persons to whom the Software is furnished to do so, subject to
   21408    the following conditions:
   21409 
   21410    The above copyright notice and this permission notice shall be included
   21411    in all copies or substantial portions of the Software.
   21412 
   21413    THE SOFTWARE IS PROVIDED ``AS IS'', WITHOUT WARRANTY OF ANY KIND,
   21414    EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
   21415    MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
   21416    NONINFRINGEMENT.  IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
   21417    HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
   21418    WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
   21419    OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
   21420    DEALINGS IN THE SOFTWARE.
   21421 
   21422 
   21423 zlib
   21424 ----
   21425 
   21426 The :mod:`zlib` extension is built using an included copy of the zlib
   21427 sources if the zlib version found on the system is too old to be
   21428 used for the build::
   21429 
   21430   Copyright (C) 1995-2010 Jean-loup Gailly and Mark Adler
   21431 
   21432   This software is provided 'as-is', without any express or implied
   21433   warranty.  In no event will the authors be held liable for any damages
   21434   arising from the use of this software.
   21435 
   21436   Permission is granted to anyone to use this software for any purpose,
   21437   including commercial applications, and to alter it and redistribute it
   21438   freely, subject to the following restrictions:
   21439 
   21440   1. The origin of this software must not be misrepresented; you must not
   21441      claim that you wrote the original software. If you use this software
   21442      in a product, an acknowledgment in the product documentation would be
   21443      appreciated but is not required.
   21444 
   21445   2. Altered source versions must be plainly marked as such, and must not be
   21446      misrepresented as being the original software.
   21447 
   21448   3. This notice may not be removed or altered from any source distribution.
   21449 
   21450   Jean-loup Gailly        Mark Adler
   21451   jloup (a] gzip.org          madler (a] alumni.caltech.edu
   21452 
   21453 
   21454 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   21455 
   21456 Scanned Source License Python-2.7.3/LICENSE:
   21457 
   21458 A. HISTORY OF THE SOFTWARE
   21459 ==========================
   21460 
   21461 Python was created in the early 1990s by Guido van Rossum at Stichting
   21462 Mathematisch Centrum (CWI, see http://www.cwi.nl) in the Netherlands
   21463 as a successor of a language called ABC.  Guido remains Python's
   21464 principal author, although it includes many contributions from others.
   21465 
   21466 In 1995, Guido continued his work on Python at the Corporation for
   21467 National Research Initiatives (CNRI, see http://www.cnri.reston.va.us)
   21468 in Reston, Virginia where he released several versions of the
   21469 software.
   21470 
   21471 In May 2000, Guido and the Python core development team moved to
   21472 BeOpen.com to form the BeOpen PythonLabs team.  In October of the same
   21473 year, the PythonLabs team moved to Digital Creations (now Zope
   21474 Corporation, see http://www.zope.com).  In 2001, the Python Software
   21475 Foundation (PSF, see http://www.python.org/psf/) was formed, a
   21476 non-profit organization created specifically to own Python-related
   21477 Intellectual Property.  Zope Corporation is a sponsoring member of
   21478 the PSF.
   21479 
   21480 All Python releases are Open Source (see http://www.opensource.org for
   21481 the Open Source Definition).  Historically, most, but not all, Python
   21482 releases have also been GPL-compatible; the table below summarizes
   21483 the various releases.
   21484 
   21485     Release         Derived     Year        Owner       GPL-
   21486                     from                                compatible? (1)
   21487 
   21488     0.9.0 thru 1.2              1991-1995   CWI         yes
   21489     1.3 thru 1.5.2  1.2         1995-1999   CNRI        yes
   21490     1.6             1.5.2       2000        CNRI        no
   21491     2.0             1.6         2000        BeOpen.com  no
   21492     1.6.1           1.6         2001        CNRI        yes (2)
   21493     2.1             2.0+1.6.1   2001        PSF         no
   21494     2.0.1           2.0+1.6.1   2001        PSF         yes
   21495     2.1.1           2.1+2.0.1   2001        PSF         yes
   21496     2.2             2.1.1       2001        PSF         yes
   21497     2.1.2           2.1.1       2002        PSF         yes
   21498     2.1.3           2.1.2       2002        PSF         yes
   21499     2.2.1           2.2         2002        PSF         yes
   21500     2.2.2           2.2.1       2002        PSF         yes
   21501     2.2.3           2.2.2       2003        PSF         yes
   21502     2.3             2.2.2       2002-2003   PSF         yes
   21503     2.3.1           2.3         2002-2003   PSF         yes
   21504     2.3.2           2.3.1       2002-2003   PSF         yes
   21505     2.3.3           2.3.2       2002-2003   PSF         yes
   21506     2.3.4           2.3.3       2004        PSF         yes
   21507     2.3.5           2.3.4       2005        PSF         yes
   21508     2.4             2.3         2004        PSF         yes
   21509     2.4.1           2.4         2005        PSF         yes
   21510     2.4.2           2.4.1       2005        PSF         yes
   21511     2.4.3           2.4.2       2006        PSF         yes
   21512     2.4.4           2.4.3       2006        PSF         yes
   21513     2.5             2.4         2006        PSF         yes
   21514     2.5.1           2.5         2007        PSF         yes
   21515     2.5.2           2.5.1       2008        PSF         yes
   21516     2.5.3           2.5.2       2008        PSF         yes
   21517     2.6             2.5         2008        PSF         yes
   21518     2.6.1           2.6         2008        PSF         yes
   21519     2.6.2           2.6.1       2009        PSF         yes
   21520     2.6.3           2.6.2       2009        PSF         yes
   21521     2.6.4           2.6.3       2009        PSF         yes
   21522     2.6.5           2.6.4       2010        PSF         yes
   21523     2.7             2.6         2010        PSF         yes
   21524 
   21525 Footnotes:
   21526 
   21527 (1) GPL-compatible doesn't mean that we're distributing Python under
   21528     the GPL.  All Python licenses, unlike the GPL, let you distribute
   21529     a modified version without making your changes open source.  The
   21530     GPL-compatible licenses make it possible to combine Python with
   21531     other software that is released under the GPL; the others don't.
   21532 
   21533 (2) According to Richard Stallman, 1.6.1 is not GPL-compatible,
   21534     because its license has a choice of law clause.  According to
   21535     CNRI, however, Stallman's lawyer has told CNRI's lawyer that 1.6.1
   21536     is "not incompatible" with the GPL.
   21537 
   21538 Thanks to the many outside volunteers who have worked under Guido's
   21539 direction to make these releases possible.
   21540 
   21541 
   21542 B. TERMS AND CONDITIONS FOR ACCESSING OR OTHERWISE USING PYTHON
   21543 ===============================================================
   21544 
   21545 PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2
   21546 --------------------------------------------
   21547 
   21548 1. This LICENSE AGREEMENT is between the Python Software Foundation
   21549 ("PSF"), and the Individual or Organization ("Licensee") accessing and
   21550 otherwise using this software ("Python") in source or binary form and
   21551 its associated documentation.
   21552 
   21553 2. Subject to the terms and conditions of this License Agreement, PSF hereby
   21554 grants Licensee a nonexclusive, royalty-free, world-wide license to reproduce,
   21555 analyze, test, perform and/or display publicly, prepare derivative works,
   21556 distribute, and otherwise use Python alone or in any derivative version,
   21557 provided, however, that PSF's License Agreement and PSF's notice of copyright,
   21558 i.e., "Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
   21559 2011, 2012 Python Software Foundation; All Rights Reserved" are retained in Python
   21560 alone or in any derivative version prepared by Licensee.
   21561 
   21562 3. In the event Licensee prepares a derivative work that is based on
   21563 or incorporates Python or any part thereof, and wants to make
   21564 the derivative work available to others as provided herein, then
   21565 Licensee hereby agrees to include in any such work a brief summary of
   21566 the changes made to Python.
   21567 
   21568 4. PSF is making Python available to Licensee on an "AS IS"
   21569 basis.  PSF MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
   21570 IMPLIED.  BY WAY OF EXAMPLE, BUT NOT LIMITATION, PSF MAKES NO AND
   21571 DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
   21572 FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON WILL NOT
   21573 INFRINGE ANY THIRD PARTY RIGHTS.
   21574 
   21575 5. PSF SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON
   21576 FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS
   21577 A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON,
   21578 OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
   21579 
   21580 6. This License Agreement will automatically terminate upon a material
   21581 breach of its terms and conditions.
   21582 
   21583 7. Nothing in this License Agreement shall be deemed to create any
   21584 relationship of agency, partnership, or joint venture between PSF and
   21585 Licensee.  This License Agreement does not grant permission to use PSF
   21586 trademarks or trade name in a trademark sense to endorse or promote
   21587 products or services of Licensee, or any third party.
   21588 
   21589 8. By copying, installing or otherwise using Python, Licensee
   21590 agrees to be bound by the terms and conditions of this License
   21591 Agreement.
   21592 
   21593 
   21594 BEOPEN.COM LICENSE AGREEMENT FOR PYTHON 2.0
   21595 -------------------------------------------
   21596 
   21597 BEOPEN PYTHON OPEN SOURCE LICENSE AGREEMENT VERSION 1
   21598 
   21599 1. This LICENSE AGREEMENT is between BeOpen.com ("BeOpen"), having an
   21600 office at 160 Saratoga Avenue, Santa Clara, CA 95051, and the
   21601 Individual or Organization ("Licensee") accessing and otherwise using
   21602 this software in source or binary form and its associated
   21603 documentation ("the Software").
   21604 
   21605 2. Subject to the terms and conditions of this BeOpen Python License
   21606 Agreement, BeOpen hereby grants Licensee a non-exclusive,
   21607 royalty-free, world-wide license to reproduce, analyze, test, perform
   21608 and/or display publicly, prepare derivative works, distribute, and
   21609 otherwise use the Software alone or in any derivative version,
   21610 provided, however, that the BeOpen Python License is retained in the
   21611 Software, alone or in any derivative version prepared by Licensee.
   21612 
   21613 3. BeOpen is making the Software available to Licensee on an "AS IS"
   21614 basis.  BEOPEN MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
   21615 IMPLIED.  BY WAY OF EXAMPLE, BUT NOT LIMITATION, BEOPEN MAKES NO AND
   21616 DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
   21617 FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF THE SOFTWARE WILL NOT
   21618 INFRINGE ANY THIRD PARTY RIGHTS.
   21619 
   21620 4. BEOPEN SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF THE
   21621 SOFTWARE FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS
   21622 AS A RESULT OF USING, MODIFYING OR DISTRIBUTING THE SOFTWARE, OR ANY
   21623 DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
   21624 
   21625 5. This License Agreement will automatically terminate upon a material
   21626 breach of its terms and conditions.
   21627 
   21628 6. This License Agreement shall be governed by and interpreted in all
   21629 respects by the law of the State of California, excluding conflict of
   21630 law provisions.  Nothing in this License Agreement shall be deemed to
   21631 create any relationship of agency, partnership, or joint venture
   21632 between BeOpen and Licensee.  This License Agreement does not grant
   21633 permission to use BeOpen trademarks or trade names in a trademark
   21634 sense to endorse or promote products or services of Licensee, or any
   21635 third party.  As an exception, the "BeOpen Python" logos available at
   21636 http://www.pythonlabs.com/logos.html may be used according to the
   21637 permissions granted on that web page.
   21638 
   21639 7. By copying, installing or otherwise using the software, Licensee
   21640 agrees to be bound by the terms and conditions of this License
   21641 Agreement.
   21642 
   21643 
   21644 CNRI LICENSE AGREEMENT FOR PYTHON 1.6.1
   21645 ---------------------------------------
   21646 
   21647 1. This LICENSE AGREEMENT is between the Corporation for National
   21648 Research Initiatives, having an office at 1895 Preston White Drive,
   21649 Reston, VA 20191 ("CNRI"), and the Individual or Organization
   21650 ("Licensee") accessing and otherwise using Python 1.6.1 software in
   21651 source or binary form and its associated documentation.
   21652 
   21653 2. Subject to the terms and conditions of this License Agreement, CNRI
   21654 hereby grants Licensee a nonexclusive, royalty-free, world-wide
   21655 license to reproduce, analyze, test, perform and/or display publicly,
   21656 prepare derivative works, distribute, and otherwise use Python 1.6.1
   21657 alone or in any derivative version, provided, however, that CNRI's
   21658 License Agreement and CNRI's notice of copyright, i.e., "Copyright (c)
   21659 1995-2001 Corporation for National Research Initiatives; All Rights
   21660 Reserved" are retained in Python 1.6.1 alone or in any derivative
   21661 version prepared by Licensee.  Alternately, in lieu of CNRI's License
   21662 Agreement, Licensee may substitute the following text (omitting the
   21663 quotes): "Python 1.6.1 is made available subject to the terms and
   21664 conditions in CNRI's License Agreement.  This Agreement together with
   21665 Python 1.6.1 may be located on the Internet using the following
   21666 unique, persistent identifier (known as a handle): 1895.22/1013.  This
   21667 Agreement may also be obtained from a proxy server on the Internet
   21668 using the following URL: http://hdl.handle.net/1895.22/1013".
   21669 
   21670 3. In the event Licensee prepares a derivative work that is based on
   21671 or incorporates Python 1.6.1 or any part thereof, and wants to make
   21672 the derivative work available to others as provided herein, then
   21673 Licensee hereby agrees to include in any such work a brief summary of
   21674 the changes made to Python 1.6.1.
   21675 
   21676 4. CNRI is making Python 1.6.1 available to Licensee on an "AS IS"
   21677 basis.  CNRI MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
   21678 IMPLIED.  BY WAY OF EXAMPLE, BUT NOT LIMITATION, CNRI MAKES NO AND
   21679 DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
   21680 FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON 1.6.1 WILL NOT
   21681 INFRINGE ANY THIRD PARTY RIGHTS.
   21682 
   21683 5. CNRI SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON
   21684 1.6.1 FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS
   21685 A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON 1.6.1,
   21686 OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
   21687 
   21688 6. This License Agreement will automatically terminate upon a material
   21689 breach of its terms and conditions.
   21690 
   21691 7. This License Agreement shall be governed by the federal
   21692 intellectual property law of the United States, including without
   21693 limitation the federal copyright law, and, to the extent such
   21694 U.S. federal law does not apply, by the law of the Commonwealth of
   21695 Virginia, excluding Virginia's conflict of law provisions.
   21696 Notwithstanding the foregoing, with regard to derivative works based
   21697 on Python 1.6.1 that incorporate non-separable material that was
   21698 previously distributed under the GNU General Public License (GPL), the
   21699 law of the Commonwealth of Virginia shall govern this License
   21700 Agreement only as to issues arising under or with respect to
   21701 Paragraphs 4, 5, and 7 of this License Agreement.  Nothing in this
   21702 License Agreement shall be deemed to create any relationship of
   21703 agency, partnership, or joint venture between CNRI and Licensee.  This
   21704 License Agreement does not grant permission to use CNRI trademarks or
   21705 trade name in a trademark sense to endorse or promote products or
   21706 services of Licensee, or any third party.
   21707 
   21708 8. By clicking on the "ACCEPT" button where indicated, or by copying,
   21709 installing or otherwise using Python 1.6.1, Licensee agrees to be
   21710 bound by the terms and conditions of this License Agreement.
   21711 
   21712         ACCEPT
   21713 
   21714 
   21715 CWI LICENSE AGREEMENT FOR PYTHON 0.9.0 THROUGH 1.2
   21716 --------------------------------------------------
   21717 
   21718 Copyright (c) 1991 - 1995, Stichting Mathematisch Centrum Amsterdam,
   21719 The Netherlands.  All rights reserved.
   21720 
   21721 Permission to use, copy, modify, and distribute this software and its
   21722 documentation for any purpose and without fee is hereby granted,
   21723 provided that the above copyright notice appear in all copies and that
   21724 both that copyright notice and this permission notice appear in
   21725 supporting documentation, and that the name of Stichting Mathematisch
   21726 Centrum or CWI not be used in advertising or publicity pertaining to
   21727 distribution of the software without specific, written prior
   21728 permission.
   21729 
   21730 STICHTING MATHEMATISCH CENTRUM DISCLAIMS ALL WARRANTIES WITH REGARD TO
   21731 THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
   21732 FITNESS, IN NO EVENT SHALL STICHTING MATHEMATISCH CENTRUM BE LIABLE
   21733 FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
   21734 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
   21735 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
   21736 OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
   21737 
   21738 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   21739 
   21740 Scanned Source License Python-2.7.3/Modules/_ctypes/darwin/LICENSE:
   21741 
   21742 Copyright (c) 2002 Jorge Acereda  &lt;jacereda (a] users.sourceforge.net&gt; &amp;
   21743                    Peter O'Gorman &lt;ogorman (a] users.sourceforge.net&gt;
   21744                    
   21745 Portions may be copyright others, see the AUTHORS file included with this
   21746 distribution.
   21747 
   21748 Maintained by Peter O'Gorman &lt;ogorman (a] users.sourceforge.net&gt;
   21749 
   21750 Bug Reports and other queries should go to &lt;ogorman (a] users.sourceforge.net&gt;
   21751 
   21752 
   21753 Permission is hereby granted, free of charge, to any person obtaining
   21754 a copy of this software and associated documentation files (the
   21755 "Software"), to deal in the Software without restriction, including
   21756 without limitation the rights to use, copy, modify, merge, publish,
   21757 distribute, sublicense, and/or sell copies of the Software, and to
   21758 permit persons to whom the Software is furnished to do so, subject to
   21759 the following conditions:
   21760 
   21761 The above copyright notice and this permission notice shall be
   21762 included in all copies or substantial portions of the Software.
   21763 
   21764 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
   21765 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
   21766 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
   21767 NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
   21768 LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
   21769 OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
   21770 WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
   21771 
   21772 
   21773 
   21774 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   21775 
   21776 Scanned Source License Python-2.7.3/Modules/_ctypes/libffi/LICENSE:
   21777 
   21778 libffi - Copyright (c) 1996-2009  Anthony Green, Red Hat, Inc and others.  
   21779 See source files for details.
   21780 
   21781 Permission is hereby granted, free of charge, to any person obtaining
   21782 a copy of this software and associated documentation files (the
   21783 ``Software''), to deal in the Software without restriction, including
   21784 without limitation the rights to use, copy, modify, merge, publish,
   21785 distribute, sublicense, and/or sell copies of the Software, and to
   21786 permit persons to whom the Software is furnished to do so, subject to
   21787 the following conditions:
   21788 
   21789 The above copyright notice and this permission notice shall be included
   21790 in all copies or substantial portions of the Software.
   21791 
   21792 THE SOFTWARE IS PROVIDED ``AS IS'', WITHOUT WARRANTY OF ANY KIND,
   21793 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
   21794 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
   21795 IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
   21796 CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
   21797 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
   21798 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
   21799 
   21800 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   21801 
   21802 Scanned Source License Python-2.7.3/Modules/_ctypes/libffi_msvc/LICENSE:
   21803 
   21804 libffi - Copyright (c) 1996-2003  Red Hat, Inc.
   21805 
   21806 Permission is hereby granted, free of charge, to any person obtaining
   21807 a copy of this software and associated documentation files (the
   21808 ``Software''), to deal in the Software without restriction, including
   21809 without limitation the rights to use, copy, modify, merge, publish,
   21810 distribute, sublicense, and/or sell copies of the Software, and to
   21811 permit persons to whom the Software is furnished to do so, subject to
   21812 the following conditions:
   21813 
   21814 The above copyright notice and this permission notice shall be included
   21815 in all copies or substantial portions of the Software.
   21816 
   21817 THE SOFTWARE IS PROVIDED ``AS IS'', WITHOUT WARRANTY OF ANY KIND, EXPRESS
   21818 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
   21819 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
   21820 IN NO EVENT SHALL CYGNUS SOLUTIONS BE LIABLE FOR ANY CLAIM, DAMAGES OR
   21821 OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
   21822 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
   21823 OTHER DEALINGS IN THE SOFTWARE.
   21824 
   21825 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   21826 
   21827 Scanned Source License Python-2.7.3/Modules/_ctypes/libffi_osx/LICENSE:
   21828 
   21829 libffi - Copyright (c) 1996-2003  Red Hat, Inc.
   21830 
   21831 Permission is hereby granted, free of charge, to any person obtaining
   21832 a copy of this software and associated documentation files (the
   21833 ``Software''), to deal in the Software without restriction, including
   21834 without limitation the rights to use, copy, modify, merge, publish,
   21835 distribute, sublicense, and/or sell copies of the Software, and to
   21836 permit persons to whom the Software is furnished to do so, subject to
   21837 the following conditions:
   21838 
   21839 The above copyright notice and this permission notice shall be included
   21840 in all copies or substantial portions of the Software.
   21841 
   21842 THE SOFTWARE IS PROVIDED ``AS IS'', WITHOUT WARRANTY OF ANY KIND, EXPRESS
   21843 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
   21844 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
   21845 IN NO EVENT SHALL CYGNUS SOLUTIONS BE LIABLE FOR ANY CLAIM, DAMAGES OR
   21846 OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
   21847 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
   21848 OTHER DEALINGS IN THE SOFTWARE.
   21849 
   21850 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   21851 
   21852 Scanned Source License Python-2.7.3/Modules/expat/COPYING:
   21853 
   21854 Copyright (c) 1998, 1999, 2000 Thai Open Source Software Center Ltd
   21855                                and Clark Cooper
   21856 
   21857 Permission is hereby granted, free of charge, to any person obtaining
   21858 a copy of this software and associated documentation files (the
   21859 "Software"), to deal in the Software without restriction, including
   21860 without limitation the rights to use, copy, modify, merge, publish,
   21861 distribute, sublicense, and/or sell copies of the Software, and to
   21862 permit persons to whom the Software is furnished to do so, subject to
   21863 the following conditions:
   21864 
   21865 The above copyright notice and this permission notice shall be included
   21866 in all copies or substantial portions of the Software.
   21867 
   21868 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
   21869 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
   21870 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
   21871 IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
   21872 CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
   21873 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
   21874 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
   21875 
   21876 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   21877 
   21878 Scanned Source License Python-2.7.3/Tools/pybench/LICENSE:
   21879 
   21880 pybench License
   21881 ---------------
   21882 
   21883 This copyright notice and license applies to all files in the pybench
   21884 directory of the pybench distribution.
   21885 
   21886 Copyright (c), 1997-2006, Marc-Andre Lemburg (mal (a] lemburg.com)
   21887 Copyright (c), 2000-2006, eGenix.com Software GmbH (info (a] egenix.com)
   21888 
   21889                    All Rights Reserved.
   21890 
   21891 Permission to use, copy, modify, and distribute this software and its
   21892 documentation for any purpose and without fee or royalty is hereby
   21893 granted, provided that the above copyright notice appear in all copies
   21894 and that both that copyright notice and this permission notice appear
   21895 in supporting documentation or portions thereof, including
   21896 modifications, that you make.
   21897 
   21898 THE AUTHOR MARC-ANDRE LEMBURG DISCLAIMS ALL WARRANTIES WITH REGARD TO
   21899 THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
   21900 FITNESS, IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL,
   21901 INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING
   21902 FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
   21903 NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
   21904 WITH THE USE OR PERFORMANCE OF THIS SOFTWARE !
   21905 
   21906 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   21907 </pre>
   21908 <ul>
   21909 <li><a href='#PSF-2'>Gentoo Package Stock License PSF-2</a></li>
   21910 </ul>
   21911 </div>
   21912 </div>
   21913 
   21914 
   21915 <div class="product">
   21916 <span class="title">python-evdev-0.3.1</span>
   21917 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   21918 <span class="homepage"><a href="http://gvalkov.github.com/python-evdev/">homepage</a></span>
   21919 <div class="licence">
   21920 <pre>Scanned Source License python-evdev-0.3.1/LICENSE:
   21921 
   21922 Copyright (c) 2012 Georgi Valkov. All rights reserved.
   21923 
   21924 Redistribution and use in source and binary forms, with or without
   21925 modification, are permitted provided that the following conditions are
   21926 met:
   21927 
   21928   1. Redistributions of source code must retain the above copyright
   21929      notice, this list of conditions and the following disclaimer.
   21930    
   21931   2. Redistributions in binary form must reproduce the above copyright
   21932      notice, this list of conditions and the following disclaimer in
   21933      the documentation and/or other materials provided with the
   21934      distribution.
   21935 
   21936   3. Neither the name of author nor the names of its contributors may
   21937      be used to endorse or promote products derived from this software
   21938      without specific prior written permission.
   21939 
   21940 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
   21941 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
   21942 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
   21943 DISCLAIMED. IN NO EVENT SHALL GEORGI VALKOV BE LIABLE FOR ANY
   21944 DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
   21945 (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
   21946 LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
   21947 ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
   21948 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
   21949 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
   21950 
   21951 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   21952 </pre>
   21953 <ul>
   21954 
   21955 </ul>
   21956 </div>
   21957 </div>
   21958 
   21959 
   21960 <div class="product">
   21961 <span class="title">python-exec-0.3.1</span>
   21962 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   21963 <span class="homepage"><a href="https://bitbucket.org/mgorny/python-exec/">homepage</a></span>
   21964 <div class="licence">
   21965 <pre>Copyright Attribution License chromiumos-overlay/licenses/copyright-attribution/dev-lang/python-exec:
   21966 
   21967 Copyright 2012 Micha Grny
   21968 All rights reserved
   21969 
   21970 Redistribution and use in source and binary forms, with or without
   21971 modification, are permitted providing that the following conditions
   21972 are met:
   21973 1. Redistributions of source code must retain the above copyright
   21974    notice, this list of conditions and the following disclaimer.
   21975 2. Redistributions in binary form must reproduce the above copyright
   21976    notice, this list of conditions and the following disclaimer in the
   21977    documentation and/or other materials provided with the distribution.
   21978 
   21979 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
   21980 IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
   21981 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
   21982 ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
   21983 DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
   21984 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
   21985 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
   21986 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
   21987 STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
   21988 IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
   21989 POSSIBILITY OF SUCH DAMAGE.
   21990 
   21991 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   21992 </pre>
   21993 <ul>
   21994 
   21995 </ul>
   21996 </div>
   21997 </div>
   21998 
   21999 
   22000 <div class="product">
   22001 <span class="title">python-exec-2.0.1</span>
   22002 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   22003 <span class="homepage"><a href="https://bitbucket.org/mgorny/python-exec/">homepage</a></span>
   22004 <div class="licence">
   22005 <pre>Copyright Attribution License chromiumos-overlay/licenses/copyright-attribution/dev-lang/python-exec:
   22006 
   22007 Copyright 2012 Micha Grny
   22008 All rights reserved
   22009 
   22010 Redistribution and use in source and binary forms, with or without
   22011 modification, are permitted providing that the following conditions
   22012 are met:
   22013 1. Redistributions of source code must retain the above copyright
   22014    notice, this list of conditions and the following disclaimer.
   22015 2. Redistributions in binary form must reproduce the above copyright
   22016    notice, this list of conditions and the following disclaimer in the
   22017    documentation and/or other materials provided with the distribution.
   22018 
   22019 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
   22020 IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
   22021 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
   22022 ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
   22023 DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
   22024 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
   22025 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
   22026 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
   22027 STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
   22028 IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
   22029 POSSIBILITY OF SUCH DAMAGE.
   22030 
   22031 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   22032 </pre>
   22033 <ul>
   22034 
   22035 </ul>
   22036 </div>
   22037 </div>
   22038 
   22039 
   22040 <div class="product">
   22041 <span class="title">python-xlib-0.14</span>
   22042 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   22043 <span class="homepage"><a href="http://python-xlib.sourceforge.net/">homepage</a></span>
   22044 <div class="licence">
   22045 <pre></pre>
   22046 <ul>
   22047 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
   22048 </ul>
   22049 </div>
   22050 </div>
   22051 
   22052 
   22053 <div class="product">
   22054 <span class="title">pyudev-0.16.1</span>
   22055 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   22056 <span class="homepage"><a href="http://packages.python.org/pyudev/">homepage</a></span>
   22057 <div class="licence">
   22058 <pre></pre>
   22059 <ul>
   22060 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li>
   22061 </ul>
   22062 </div>
   22063 </div>
   22064 
   22065 
   22066 <div class="product">
   22067 <span class="title">pyusb-1.0.0_beta1</span>
   22068 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   22069 <span class="homepage"><a href="http://pyusb.sourceforge.net/">homepage</a></span>
   22070 <div class="licence">
   22071 <pre>Scanned Source License pyusb-1.0.0b1/LICENSE:
   22072 
   22073 Copyright (C) 2009-2011 Wander Lairson Costa. All Rights Reserved.
   22074 
   22075 Redistribution and use in source and binary forms, with or without
   22076 modification, are permitted provided that the following conditions
   22077 are met:
   22078 
   22079 1. Redistributions of source code must retain the above copyright
   22080    notice, this list of conditions and the following disclaimer.
   22081 
   22082 2. Redistributions in binary form must reproduce the above copyright
   22083    notice, this list of conditions and the following disclaimer in the
   22084    documentation and/or other materials provided with the distribution.
   22085 
   22086 3. The name of the author may not be used to endorse or promote products
   22087    derived from this software without specific prior written permission.
   22088 
   22089 THIS SOFTWARE IS PROVIDED BY THE AUTHOR "AS IS" AND ANY EXPRESS OR IMPLIED
   22090 WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
   22091 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
   22092 EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
   22093 EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT
   22094 OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
   22095 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
   22096 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
   22097 IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY
   22098 OF SUCH DAMAGE.
   22099 
   22100 
   22101 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   22102 
   22103 Scanned Source License pyusb-1.0.0b1/PKG-INFO:
   22104 
   22105 Metadata-Version: 1.0
   22106 Name: pyusb
   22107 Version: 1.0.0b1
   22108 Summary: Python USB access module
   22109 Home-page: http://pyusb.sourceforge.net
   22110 Author: Wander Lairson Costa
   22111 Author-email: wander.lairson (a] gmail.com
   22112 License: BSD
   22113 Description: 
   22114         PyUSB offers easy USB devices communication in Python.
   22115         It should work without additional code in any environment with
   22116         Python &gt;= 2.4, ctypes and an pre-built usb backend library
   22117         (currently, libusb 0.1.x, libusb 1.x, and OpenUSB).
   22118         
   22119 Platform: UNKNOWN
   22120 
   22121 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   22122 </pre>
   22123 <ul>
   22124 
   22125 </ul>
   22126 </div>
   22127 </div>
   22128 
   22129 
   22130 <div class="product">
   22131 <span class="title">pyyaml-3.09</span>
   22132 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   22133 <span class="homepage"><a href="http://pyyaml.org/wiki/PyYAML">homepage</a></span>
   22134 <div class="licence">
   22135 <pre>Scanned Source License PyYAML-3.09/LICENSE:
   22136 
   22137 Copyright (c) 2006 Kirill Simonov
   22138 
   22139 Permission is hereby granted, free of charge, to any person obtaining a copy of
   22140 this software and associated documentation files (the "Software"), to deal in
   22141 the Software without restriction, including without limitation the rights to
   22142 use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
   22143 of the Software, and to permit persons to whom the Software is furnished to do
   22144 so, subject to the following conditions:
   22145 
   22146 The above copyright notice and this permission notice shall be included in all
   22147 copies or substantial portions of the Software.
   22148 
   22149 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   22150 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   22151 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
   22152 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
   22153 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
   22154 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
   22155 SOFTWARE.
   22156 
   22157 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   22158 
   22159 Scanned Source License PyYAML-3.09/PKG-INFO:
   22160 
   22161 Metadata-Version: 1.0
   22162 Name: PyYAML
   22163 Version: 3.09
   22164 Summary: YAML parser and emitter for Python
   22165 Home-page: http://pyyaml.org/wiki/PyYAML
   22166 Author: Kirill Simonov
   22167 Author-email: xi (a] resolvent.net
   22168 License: MIT
   22169 Download-URL: http://pyyaml.org/download/pyyaml/PyYAML-3.09.tar.gz
   22170 Description: YAML is a data serialization format designed for human readability
   22171         and interaction with scripting languages.  PyYAML is a YAML parser
   22172         and emitter for Python.
   22173         
   22174         PyYAML features a complete YAML 1.1 parser, Unicode support, pickle
   22175         support, capable extension API, and sensible error messages.  PyYAML
   22176         supports standard YAML tags and provides Python-specific tags that
   22177         allow to represent an arbitrary Python object.
   22178         
   22179         PyYAML is applicable for a broad range of tasks from complex
   22180         configuration files to object serialization and persistance.
   22181 Platform: Any
   22182 Classifier: Development Status :: 5 - Production/Stable
   22183 Classifier: Intended Audience :: Developers
   22184 Classifier: License :: OSI Approved :: MIT License
   22185 Classifier: Operating System :: OS Independent
   22186 Classifier: Programming Language :: Python
   22187 Classifier: Programming Language :: Python :: 2
   22188 Classifier: Programming Language :: Python :: 2.3
   22189 Classifier: Programming Language :: Python :: 2.4
   22190 Classifier: Programming Language :: Python :: 2.5
   22191 Classifier: Programming Language :: Python :: 2.6
   22192 Classifier: Programming Language :: Python :: 3
   22193 Classifier: Programming Language :: Python :: 3.0
   22194 Classifier: Programming Language :: Python :: 3.1
   22195 Classifier: Topic :: Software Development :: Libraries :: Python Modules
   22196 Classifier: Topic :: Text Processing :: Markup
   22197 
   22198 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   22199 </pre>
   22200 <ul>
   22201 
   22202 </ul>
   22203 </div>
   22204 </div>
   22205 
   22206 
   22207 <div class="product">
   22208 <span class="title">qemacs-0.4.0_pre20090420</span>
   22209 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   22210 <span class="homepage"><a href="http://savannah.nongnu.org/projects/qemacs">homepage</a></span>
   22211 <div class="licence">
   22212 <pre></pre>
   22213 <ul>
   22214 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li>
   22215 </ul>
   22216 </div>
   22217 </div>
   22218 
   22219 
   22220 <div class="product">
   22221 <span class="title">radvd-1.9.8</span>
   22222 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   22223 <span class="homepage"><a href="http://v6web.litech.org/radvd/">homepage</a></span>
   22224 <div class="licence">
   22225 <pre>Scanned Source License radvd-1.9.8/COPYRIGHT:
   22226 
   22227   The author(s) grant permission for redistribution and use in source and
   22228 binary forms, with or without modification, of the software and documentation
   22229 provided that the following conditions are met:
   22230 
   22231 0. If you receive a version of the software that is specifically labelled
   22232    as not being for redistribution (check the version message and/or README),
   22233    you are not permitted to redistribute that version of the software in any
   22234    way or form.
   22235 1. All terms of all other applicable copyrights and licenses must be
   22236    followed.
   22237 2. Redistributions of source code must retain the authors' copyright
   22238    notice(s), this list of conditions, and the following disclaimer.
   22239 3. Redistributions in binary form must reproduce the authors' copyright
   22240    notice(s), this list of conditions, and the following disclaimer in the
   22241    documentation and/or other materials provided with the distribution.
   22242 4. All advertising materials mentioning features or use of this software
   22243    must display the following acknowledgement with the name(s) of the
   22244    authors as specified in the copyright notice(s) substituted where
   22245    indicated:
   22246 
   22247         This product includes software developed by the authors which are 
   22248 	mentioned at the start of the source files and other contributors.
   22249 
   22250 5. Neither the name(s) of the author(s) nor the names of its contributors
   22251    may be used to endorse or promote products derived from this software
   22252    without specific prior written permission.
   22253 
   22254 THIS SOFTWARE IS PROVIDED BY ITS AUTHORS AND CONTRIBUTORS ``AS IS'' AND ANY
   22255 EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
   22256 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
   22257 DISCLAIMED. IN NO EVENT SHALL THE AUTHORS OR CONTRIBUTORS BE LIABLE FOR ANY
   22258 DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
   22259 (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
   22260 LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
   22261 ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
   22262 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
   22263 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
   22264 
   22265 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   22266 </pre>
   22267 <ul>
   22268 
   22269 </ul>
   22270 </div>
   22271 </div>
   22272 
   22273 
   22274 <div class="product">
   22275 <span class="title">randrproto-1.4.0</span>
   22276 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   22277 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span>
   22278 <div class="licence">
   22279 <pre>Scanned Source License randrproto-1.4.0/COPYING:
   22280 
   22281 Copyright  2000 Compaq Computer Corporation
   22282 Copyright  2002 Hewlett-Packard Company
   22283 Copyright  2006 Intel Corporation
   22284 Copyright  2008 Red Hat, Inc.
   22285 
   22286 Permission to use, copy, modify, distribute, and sell this software and its
   22287 documentation for any purpose is hereby granted without fee, provided that
   22288 the above copyright notice appear in all copies and that both that copyright
   22289 notice and this permission notice appear in supporting documentation, and
   22290 that the name of the copyright holders not be used in advertising or
   22291 publicity pertaining to distribution of the software without specific,
   22292 written prior permission.  The copyright holders make no representations
   22293 about the suitability of this software for any purpose.  It is provided "as
   22294 is" without express or implied warranty.
   22295 
   22296 THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
   22297 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
   22298 EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY SPECIAL, INDIRECT OR
   22299 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
   22300 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
   22301 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
   22302 OF THIS SOFTWARE.
   22303 
   22304 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   22305 </pre>
   22306 <ul>
   22307 
   22308 </ul>
   22309 </div>
   22310 </div>
   22311 
   22312 
   22313 <div class="product">
   22314 <span class="title">read-edid-1.4.2</span>
   22315 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   22316 <span class="homepage"><a href="http://www.polypux.org/projects/read-edid/">homepage</a></span>
   22317 <div class="licence">
   22318 <pre></pre>
   22319 <ul>
   22320 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
   22321 </ul>
   22322 </div>
   22323 </div>
   22324 
   22325 
   22326 <div class="product">
   22327 <span class="title">readline-6.2_p1</span>
   22328 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   22329 <span class="homepage"><a href="http://cnswww.cns.cwru.edu/php/chet/readline/rltop.html">homepage</a></span>
   22330 <div class="licence">
   22331 <pre></pre>
   22332 <ul>
   22333 <li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li>
   22334 </ul>
   22335 </div>
   22336 </div>
   22337 
   22338 
   22339 <div class="product">
   22340 <span class="title">realtek-rt2800-firmware-0.0.1</span>
   22341 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   22342 <span class="homepage"><a href="http://git.kernel.org/?p=linux/kernel/git/firmware/linux-firmware.git">homepage</a></span>
   22343 <div class="licence">
   22344 <pre>Custom License ralink-firmware:
   22345 
   22346 Copyright (c) 2007, Ralink Technology Corporation
   22347 All rights reserved.
   22348 
   22349 Redistribution.  Redistribution and use in binary form, without
   22350 modification, are permitted provided that the following conditions are
   22351 met:
   22352 
   22353 * Redistributions must reproduce the above copyright notice and the
   22354   following disclaimer in the documentation and/or other materials
   22355   provided with the distribution.
   22356 * Neither the name of Ralink Technology Corporation nor the names of its
   22357   suppliers may be used to endorse or promote products derived from this
   22358   software without specific prior written permission.
   22359 * No reverse engineering, decompilation, or disassembly of this software
   22360   is permitted.
   22361 
   22362 Limited patent license. Ralink Technology Corporation grants a world-wide,
   22363 royalty-free, non-exclusive license under patents it now or hereafter
   22364 owns or controls to make, have made, use, import, offer to sell and
   22365 sell ("Utilize") this software, but solely to the extent that any
   22366 such patent is necessary to Utilize the software alone, or in
   22367 combination with an operating system licensed under an approved Open
   22368 Source license as listed by the Open Source Initiative at
   22369 http://opensource.org/licenses.  The patent license shall not apply to
   22370 any other combinations which include this software.  No hardware per
   22371 se is licensed hereunder.
   22372 
   22373 DISCLAIMER.  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
   22374 CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING,
   22375 BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
   22376 FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
   22377 COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
   22378 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
   22379 BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
   22380 OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
   22381 ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
   22382 TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
   22383 USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
   22384 DAMAGE.
   22385 
   22386 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   22387 </pre>
   22388 <ul>
   22389 
   22390 </ul>
   22391 </div>
   22392 </div>
   22393 
   22394 
   22395 <div class="product">
   22396 <span class="title">recordproto-1.14.1</span>
   22397 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   22398 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span>
   22399 <div class="licence">
   22400 <pre>Scanned Source License recordproto-1.14.1/COPYING:
   22401 
   22402 Copyright 1995 Network Computing Devices
   22403 
   22404 Permission to use, copy, modify, distribute, and sell this software and
   22405 its documentation for any purpose is hereby granted without fee, provided
   22406 that the above copyright notice appear in all copies and that both that
   22407 copyright notice and this permission notice appear in supporting
   22408 documentation, and that the name of Network Computing Devices 
   22409 not be used in advertising or publicity pertaining to distribution
   22410 of the software without specific, written prior permission.
   22411 
   22412 NETWORK COMPUTING DEVICES DISCLAIMs ALL WARRANTIES WITH REGARD TO 
   22413 THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY 
   22414 AND FITNESS, IN NO EVENT SHALL NETWORK COMPUTING DEVICES BE LIABLE 
   22415 FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 
   22416 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN 
   22417 AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING 
   22418 OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
   22419 
   22420 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   22421 </pre>
   22422 <ul>
   22423 
   22424 </ul>
   22425 </div>
   22426 </div>
   22427 
   22428 
   22429 <div class="product">
   22430 <span class="title">recover-duts-0.0.1</span>
   22431 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   22432 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span>
   22433 <div class="licence">
   22434 <pre></pre>
   22435 <ul>
   22436 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
   22437 </ul>
   22438 </div>
   22439 </div>
   22440 
   22441 
   22442 <div class="product">
   22443 <span class="title">renderproto-0.11.1</span>
   22444 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   22445 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span>
   22446 <div class="licence">
   22447 <pre>Scanned Source License renderproto-0.11.1/COPYING:
   22448 
   22449 Copyright  2000 SuSE, Inc.
   22450 
   22451 Permission to use, copy, modify, distribute, and sell this software and its
   22452 documentation for any purpose is hereby granted without fee, provided that
   22453 the above copyright notice appear in all copies and that both that
   22454 copyright notice and this permission notice appear in supporting
   22455 documentation, and that the name of SuSE not be used in advertising or
   22456 publicity pertaining to distribution of the software without specific,
   22457 written prior permission.  SuSE makes no representations about the
   22458 suitability of this software for any purpose.  It is provided "as is"
   22459 without express or implied warranty.
   22460 
   22461 SuSE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL
   22462 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL SuSE
   22463 BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
   22464 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
   22465 OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN 
   22466 CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
   22467 
   22468 Author:  Keith Packard, SuSE, Inc.
   22469 
   22470 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   22471 </pre>
   22472 <ul>
   22473 
   22474 </ul>
   22475 </div>
   22476 </div>
   22477 
   22478 
   22479 <div class="product">
   22480 <span class="title">resourceproto-1.2.0</span>
   22481 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   22482 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span>
   22483 <div class="licence">
   22484 <pre>Scanned Source License resourceproto-1.2.0/COPYING:
   22485 
   22486 Copyright (c) 2002  XFree86 Inc
   22487 
   22488 Permission is hereby granted, free of charge, to any person obtaining a copy
   22489 of this software and associated documentation files (the "Software"), to deal
   22490 in the Software without restriction, including without limitation the rights
   22491 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
   22492 copies of the Software, and to permit persons to whom the Software is
   22493 furnished to do so, subject to the following conditions:
   22494 
   22495 The above copyright notice and this permission notice shall be included in all
   22496 copies or substantial portions of the Software.
   22497 
   22498 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   22499 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   22500 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
   22501 XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
   22502 IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
   22503 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
   22504 
   22505 Except as contained in this notice, the name of the XFree86 Project shall not
   22506 be used in advertising or otherwise to promote the sale, use or other dealings
   22507 in this Software without prior written authorization from the XFree86 Project.
   22508 
   22509 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   22510 </pre>
   22511 <ul>
   22512 
   22513 </ul>
   22514 </div>
   22515 </div>
   22516 
   22517 
   22518 <div class="product">
   22519 <span class="title">root-certificates-0.0.1</span>
   22520 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   22521 <span class="homepage"><a href="http://src.chromium.org">homepage</a></span>
   22522 <div class="licence">
   22523 <pre></pre>
   22524 <ul>
   22525 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
   22526 </ul>
   22527 </div>
   22528 </div>
   22529 
   22530 
   22531 <div class="product">
   22532 <span class="title">rootdev-0.0.1</span>
   22533 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   22534 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span>
   22535 <div class="licence">
   22536 <pre></pre>
   22537 <ul>
   22538 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li>
   22539 </ul>
   22540 </div>
   22541 </div>
   22542 
   22543 
   22544 <div class="product">
   22545 <span class="title">rsync-3.0.9</span>
   22546 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   22547 <span class="homepage"><a href="http://rsync.samba.org/">homepage</a></span>
   22548 <div class="licence">
   22549 <pre></pre>
   22550 <ul>
   22551 <li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li>
   22552 </ul>
   22553 </div>
   22554 </div>
   22555 
   22556 
   22557 <div class="product">
   22558 <span class="title">rsyslog-5.8.11</span>
   22559 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   22560 <span class="homepage"><a href="http://www.rsyslog.com/">homepage</a></span>
   22561 <div class="licence">
   22562 <pre></pre>
   22563 <ul>
   22564 <li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li>
   22565 <li><a href='#Apache-2.0'>Gentoo Package Stock License Apache-2.0</a></li>
   22566 <li><a href='#LGPL-3'>Gentoo Package Stock License LGPL-3</a></li>
   22567 </ul>
   22568 </div>
   22569 </div>
   22570 
   22571 
   22572 <div class="product">
   22573 <span class="title">rxvt-unicode-9.10</span>
   22574 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   22575 <span class="homepage"><a href="http://software.schmorp.de/pkg/rxvt-unicode.html">homepage</a></span>
   22576 <div class="licence">
   22577 <pre></pre>
   22578 <ul>
   22579 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
   22580 </ul>
   22581 </div>
   22582 </div>
   22583 
   22584 
   22585 <div class="product">
   22586 <span class="title">salsa-0.0.1</span>
   22587 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   22588 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span>
   22589 <div class="licence">
   22590 <pre></pre>
   22591 <ul>
   22592 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li>
   22593 </ul>
   22594 </div>
   22595 </div>
   22596 
   22597 
   22598 <div class="product">
   22599 <span class="title">sandbox-2.6</span>
   22600 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   22601 <span class="homepage"><a href="http://www.gentoo.org/">homepage</a></span>
   22602 <div class="licence">
   22603 <pre></pre>
   22604 <ul>
   22605 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
   22606 </ul>
   22607 </div>
   22608 </div>
   22609 
   22610 
   22611 <div class="product">
   22612 <span class="title">sbc-1.0</span>
   22613 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   22614 <span class="homepage"><a href="http://git.kernel.org/?p=bluetooth/sbc.git">homepage</a></span>
   22615 <div class="licence">
   22616 <pre></pre>
   22617 <ul>
   22618 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li>
   22619 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
   22620 </ul>
   22621 </div>
   22622 </div>
   22623 
   22624 
   22625 <div class="product">
   22626 <span class="title">scons-2.0.1</span>
   22627 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   22628 <span class="homepage"><a href="http://www.scons.org/">homepage</a></span>
   22629 <div class="licence">
   22630 <pre>Scanned Source License scons-2.0.1/LICENSE.txt:
   22631 
   22632 Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 The SCons Foundation
   22633 
   22634 Permission is hereby granted, free of charge, to any person obtaining
   22635 a copy of this software and associated documentation files (the
   22636 "Software"), to deal in the Software without restriction, including
   22637 without limitation the rights to use, copy, modify, merge, publish,
   22638 distribute, sublicense, and/or sell copies of the Software, and to
   22639 permit persons to whom the Software is furnished to do so, subject to
   22640 the following conditions:
   22641 
   22642 The above copyright notice and this permission notice shall be included
   22643 in all copies or substantial portions of the Software.
   22644 
   22645 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
   22646 KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
   22647 WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
   22648 NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
   22649 LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
   22650 OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
   22651 WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
   22652 
   22653 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   22654 
   22655 Scanned Source License scons-2.0.1/PKG-INFO:
   22656 
   22657 Metadata-Version: 1.0
   22658 Name: scons
   22659 Version: 2.0.1
   22660 Summary: Open Source next-generation build tool.
   22661 Home-page: http://www.scons.org/
   22662 Author: Steven Knight
   22663 Author-email: knight (a] baldmt.com
   22664 License: UNKNOWN
   22665 Description: Open Source next-generation build tool.
   22666         Improved, cross-platform substitute for the classic Make
   22667         utility.  In short, SCons is an easier, more reliable
   22668         and faster way to build software.
   22669 Platform: UNKNOWN
   22670 
   22671 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   22672 </pre>
   22673 <ul>
   22674 
   22675 </ul>
   22676 </div>
   22677 </div>
   22678 
   22679 
   22680 <div class="product">
   22681 <span class="title">screen-4.0.3</span>
   22682 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   22683 <span class="homepage"><a href="http://www.gnu.org/software/screen/">homepage</a></span>
   22684 <div class="licence">
   22685 <pre></pre>
   22686 <ul>
   22687 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
   22688 </ul>
   22689 </div>
   22690 </div>
   22691 
   22692 
   22693 <div class="product">
   22694 <span class="title">scrnsaverproto-1.2.1</span>
   22695 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   22696 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span>
   22697 <div class="licence">
   22698 <pre>Scanned Source License scrnsaverproto-1.2.1/COPYING:
   22699 
   22700 Copyright (c) 1992  X Consortium
   22701 
   22702 Permission is hereby granted, free of charge, to any person obtaining a copy
   22703 of this software and associated documentation files (the "Software"), to deal
   22704 in the Software without restriction, including without limitation the rights
   22705 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
   22706 copies of the Software, and to permit persons to whom the Software is
   22707 furnished to do so, subject to the following conditions:
   22708 
   22709 The above copyright notice and this permission notice shall be included in
   22710 all copies or substantial portions of the Software.
   22711 
   22712 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   22713 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   22714 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
   22715 X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
   22716 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
   22717 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
   22718 
   22719 Except as contained in this notice, the name of the X Consortium shall not be
   22720 used in advertising or otherwise to promote the sale, use or other dealings
   22721 in this Software without prior written authorization from the X Consortium.
   22722 
   22723 Author:  Keith Packard, MIT X Consortium
   22724 
   22725 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   22726 </pre>
   22727 <ul>
   22728 
   22729 </ul>
   22730 </div>
   22731 </div>
   22732 
   22733 
   22734 <div class="product">
   22735 <span class="title">sed-4.2.1</span>
   22736 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   22737 <span class="homepage"><a href="http://sed.sourceforge.net/">homepage</a></span>
   22738 <div class="licence">
   22739 <pre></pre>
   22740 <ul>
   22741 <li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li>
   22742 </ul>
   22743 </div>
   22744 </div>
   22745 
   22746 
   22747 <div class="product">
   22748 <span class="title">selenium-2.29.0</span>
   22749 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   22750 <span class="homepage"><a href="http://pypi.python.org/pypi/selenium/">homepage</a></span>
   22751 <div class="licence">
   22752 <pre></pre>
   22753 <ul>
   22754 <li><a href='#Apache-2.0'>Gentoo Package Stock License Apache-2.0</a></li>
   22755 </ul>
   22756 </div>
   22757 </div>
   22758 
   22759 
   22760 <div class="product">
   22761 <span class="title">setproctitle-1.1.8</span>
   22762 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   22763 <span class="homepage"><a href="http://code.google.com/p/py-setproctitle/">homepage</a></span>
   22764 <div class="licence">
   22765 <pre>Scanned Source License setproctitle-1.1.8/COPYRIGHT:
   22766 
   22767 Copyright (c) 2009-2012, Daniele Varrazzo &lt;daniele.varrazzo (a] gmail.com&gt;
   22768 All rights reserved.
   22769 
   22770 Redistribution and use in source and binary forms, with or without
   22771 modification, are permitted provided that the following conditions are met:
   22772 
   22773 * Redistributions of source code must retain the above copyright notice, this
   22774   list of conditions and the following disclaimer.
   22775 * Redistributions in binary form must reproduce the above copyright notice,
   22776   this list of conditions and the following disclaimer in the documentation
   22777   and/or other materials provided with the distribution.
   22778 * The name of Daniele Varrazzo may not be used to endorse or promote
   22779   products derived from this software without specific prior written
   22780   permission.
   22781 
   22782 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
   22783 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
   22784 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
   22785 DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
   22786 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
   22787 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
   22788 SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
   22789 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
   22790 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
   22791 OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
   22792 
   22793 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   22794 
   22795 Scanned Source License setproctitle-1.1.8/PKG-INFO:
   22796 
   22797 Metadata-Version: 1.1
   22798 Name: setproctitle
   22799 Version: 1.1.8
   22800 Summary: A library to allow customization of the process title.
   22801 Home-page: http://code.google.com/p/py-setproctitle/
   22802 Author: Daniele Varrazzo
   22803 Author-email: daniele.varrazzo (a] gmail.com
   22804 License: BSD
   22805 Download-URL: http://pypi.python.org/pypi/setproctitle/
   22806 Description: A ``setproctitle`` implementation for Python
   22807         ============================================
   22808         
   22809         :author: Daniele Varrazzo
   22810         
   22811         The library allows a process to change its title (as displayed by system tools
   22812         such as ``ps`` and ``top``).
   22813         
   22814         Changing the title is mostly useful in multi-process systems, for example
   22815         when a master process is forked: changing the children's title allows to
   22816         identify the task each process is busy with.  The technique is used by
   22817         PostgreSQL_ and the `OpenSSH Server`_ for example.
   22818         
   22819         The procedure is hardly portable across different systems.  PostgreSQL provides
   22820         a good `multi-platform implementation`__:  this module is a Python wrapper
   22821         around PostgreSQL code.
   22822         
   22823         - `Homepage &lt;http://code.google.com/p/py-setproctitle/>;`__
   22824         - `Download &lt;http://pypi.python.org/pypi/setproctitle/>;`__
   22825         - `Source repository &lt;https://github.com/dvarrazzo/py-setproctitle>;`__
   22826         - `Bug tracker &lt;http://code.google.com/p/py-setproctitle/issues/list>;`__
   22827         
   22828         
   22829         .. _PostgreSQL: http://www.postgresql.org
   22830         .. _OpenSSH Server: http://www.openssh.com/
   22831         .. __: http://doxygen.postgresql.org/ps__status_8c_source.html
   22832         
   22833         
   22834         Installation
   22835         ------------
   22836         
   22837         You can use ``easy_install`` to install the module: to perform a system-wide
   22838         installation use::
   22839         
   22840             sudo easy_install setproctitle
   22841         
   22842         If you are an unprivileged user or you want to limit installation to a local
   22843         environment, you can use the command::
   22844         
   22845             easy_install -d /target/path setproctitle
   22846         
   22847         Note that ``easy_install`` requires ``/target/path`` to be in your
   22848         ``PYTHONPATH``.
   22849         
   22850         
   22851         Python 3 support
   22852         ~~~~~~~~~~~~~~~~
   22853         
   22854         As of version 1.1 the module works with Python 3.  In order to install the
   22855         module, you can use the `distribute`_ replacemente for ``easy_install``.
   22856         
   22857         In order to build and test the module under Python 3, the ``Makefile``
   22858         contains some helper targets.
   22859         
   22860         .. _distribute: http://pypi.python.org/pypi/distribute
   22861         
   22862         
   22863         Usage
   22864         -----
   22865         
   22866         The ``setproctitle`` module exports the following functions:
   22867         
   22868         ``setproctitle(title)``
   22869             Set *title* as the title for the current process.
   22870         
   22871         ``getproctitle()``
   22872             Return the current process title.
   22873         
   22874         
   22875         Environment variables
   22876         ~~~~~~~~~~~~~~~~~~~~~
   22877         
   22878         A few environment variables can be used to customize the module behavior:
   22879         
   22880         ``SPT_NOENV``
   22881             Avoid clobbering ``/proc/PID/environ``.
   22882         
   22883             On many platforms, setting the process title will clobber the
   22884             ``environ`` memory area. ``os.environ`` will work as expected from within
   22885             the Python process, but the content of the file ``/proc/PID/environ`` will
   22886             be overwritten.  If you require this file not to be broken you can set the
   22887             ``SPT_NOENV`` environment variable to any non-empty value: in this case
   22888             the maximum length for the title will be limited to the length of the
   22889             command line.
   22890         
   22891         ``SPT_DEBUG``
   22892             Print debug information on ``stderr``.
   22893         
   22894             If the module doesn't work as expected you can set this variable to a
   22895             non-empty value to generate information useful for debugging.  Note that
   22896             the most useful information is printed when the module is imported, not
   22897             when the functions are called.
   22898         
   22899         
   22900         Module status
   22901         -------------
   22902         
   22903         The module can be currently compiled and effectively used on the following
   22904         platforms:
   22905         
   22906         - GNU/Linux
   22907         - BSD
   22908         - MacOS X
   22909         - Windows
   22910         
   22911         Note that on Windows there is no way to change the process string:
   22912         what the module does is to create a *Named Object* whose value can be read
   22913         using a tool such as `Process Explorer`_ (contribution of a more useful tool
   22914         to be used together with ``setproctitle`` would be well accepted).
   22915         
   22916         The module can probably work on HP-UX, but I haven't found any to test with.
   22917         It is unlikely that it can work on Solaris instead.
   22918         
   22919         .. _Process Explorer: http://technet.microsoft.com/en-us/sysinternals/bb896653.aspx
   22920         
   22921         
   22922         Other known implementations and discussions
   22923         -------------------------------------------
   22924         
   22925         - `procname`_: a module exposing the same functionality, but less portable 
   22926           and not well packaged.
   22927         - `Issue 5672`_: where the introduction of such functionality into the stdlib
   22928           is being discussed.
   22929         
   22930         .. _procname: http://code.google.com/p/procname/
   22931         .. _Issue 5672: http://bugs.python.org/issue5672
   22932         
   22933         
   22934         ..
   22935             vim: set filetype=rst:
   22936         
   22937         
   22938         Releases history
   22939         ----------------
   22940         
   22941         Version 1.1.8
   22942         ~~~~~~~~~~~~~
   22943         
   22944         - Added support for Python "diehard" 2.4.
   22945         - Fixed build on Mac OS X 10.9 Maverick (issue #27).
   22946         
   22947         
   22948         Version 1.1.7
   22949         ~~~~~~~~~~~~~
   22950         
   22951         - Added PyPy support, courtesy of Ozan Turksever (http://www.logsign.net).
   22952         
   22953         
   22954         Version 1.1.6
   22955         ~~~~~~~~~~~~~
   22956         
   22957         - The module can be compiled again on Windows (issue #21).
   22958         
   22959         
   22960         Version 1.1.5
   22961         ~~~~~~~~~~~~~
   22962         
   22963         - No module bug, but a packaging issue: files ``README`` and ``HISTORY``
   22964           added back into the distribution.
   22965         
   22966         
   22967         Version 1.1.4
   22968         ~~~~~~~~~~~~~
   22969         
   22970         - The module works correctly in embedded Python.
   22971         - ``setproctitle()`` accepts a keyword argument.
   22972         - Debug output support always compiled in: the variable ``SPT_DEBUG`` can be
   22973           used to emit debug log.
   22974         
   22975         
   22976         Version 1.1.3
   22977         ~~~~~~~~~~~~~
   22978         
   22979         - Don't clobber environ if the variable ``SPT_NOENV`` is set (issue #16).
   22980         
   22981         
   22982         Version 1.1.2
   22983         ~~~~~~~~~~~~~
   22984         
   22985         - Find the setproctitle include file on OpenBSD (issue #11).
   22986         - Skip test with unicode if the file system encoding wouldn't make it pass
   22987           (issue #13).
   22988         
   22989         
   22990         Version 1.1.1
   22991         ~~~~~~~~~~~~~
   22992         
   22993         - Fixed segfault when the module is imported under mod_wsgi (issue #9).
   22994         
   22995         
   22996         Version 1.1
   22997         ~~~~~~~~~~~
   22998         
   22999         - The module works correctly with Python 3.
   23000         
   23001         
   23002         Version 1.0.1
   23003         ~~~~~~~~~~~~~
   23004         
   23005         - ``setproctitle()`` works even when Python messes up with argv, e.g. when run
   23006           with the -m option (issue #8).
   23007         
   23008         
   23009         Version 1.0
   23010         ~~~~~~~~~~~
   23011         
   23012         No major change since the previous version.  The module has been heavily used
   23013         in production environment without any problem reported, so it's time to declare
   23014         it stable.
   23015         
   23016         
   23017         Version 0.4
   23018         ~~~~~~~~~~~
   23019         
   23020         - Module works on BSD (tested on FreeBSD 7.2).
   23021         
   23022         - Module works on Windows. Many thanks to `Develer`_ for providing a neat `GCC
   23023           package for Windows with Python integration`__ that made the Windows porting
   23024           painless.
   23025         
   23026           .. _Develer: http://www.develer.com/
   23027           .. __: http://www.develer.com/oss/GccWinBinaries
   23028         
   23029         
   23030         Version 0.3
   23031         ~~~~~~~~~~~
   23032         
   23033         - Module works on Mac OS X 10.2. Reported working on OS X 10.6 too.
   23034         
   23035         
   23036         Version 0.2
   23037         ~~~~~~~~~~~
   23038         
   23039         - Added ``prctl()`` call on Linux &gt;= 2.6.9 to update ``/proc/self/status``.
   23040         
   23041         
   23042         Version 0.1
   23043         ~~~~~~~~~~~
   23044         
   23045         - Initial public release.
   23046         
   23047 Platform: GNU/Linux
   23048 Platform: BSD
   23049 Platform: MacOS X
   23050 Platform: Windows
   23051 Classifier: Development Status :: 5 - Production/Stable
   23052 Classifier: Intended Audience :: Developers
   23053 Classifier: License :: OSI Approved :: BSD License
   23054 Classifier: Programming Language :: C
   23055 Classifier: Programming Language :: Python
   23056 Classifier: Programming Language :: Python :: 3
   23057 Classifier: Operating System :: POSIX :: Linux
   23058 Classifier: Operating System :: POSIX :: BSD
   23059 Classifier: Operating System :: MacOS :: MacOS X
   23060 Classifier: Operating System :: Microsoft :: Windows
   23061 Classifier: Topic :: Software Development
   23062 
   23063 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   23064 </pre>
   23065 <ul>
   23066 
   23067 </ul>
   23068 </div>
   23069 </div>
   23070 
   23071 
   23072 <div class="product">
   23073 <span class="title">setuptools-0.8</span>
   23074 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   23075 <span class="homepage"><a href="http://pypi.python.org/pypi/setuptools">homepage</a></span>
   23076 <div class="licence">
   23077 <pre>Scanned Source License setuptools-0.8/PKG-INFO:
   23078 
   23079 Metadata-Version: 1.1
   23080 Name: setuptools
   23081 Version: 0.8
   23082 Summary: Easily download, build, install, upgrade, and uninstall Python packages
   23083 Home-page: https://pypi.python.org/pypi/setuptools
   23084 Author: The fellowship of the packaging
   23085 Author-email: distutils-sig (a] python.org
   23086 License: PSF or ZPL
   23087 Description: ===============================
   23088         Installing and Using Setuptools
   23089         ===============================
   23090         
   23091         .. contents:: **Table of Contents**
   23092         
   23093         
   23094         -------------------------
   23095         Installation Instructions
   23096         -------------------------
   23097         
   23098         Upgrading from Distribute
   23099         =========================
   23100         
   23101         Currently, Distribute disallows installing Setuptools 0.7+ over Distribute.
   23102         You must first uninstall any active version of Distribute first (see
   23103         `Uninstalling`_).
   23104         
   23105         Upgrading from Setuptools 0.6
   23106         =============================
   23107         
   23108         Upgrading from prior versions of Setuptools is supported. Initial reports
   23109         good success in this regard.
   23110         
   23111         Windows
   23112         =======
   23113         
   23114         The recommended way to install setuptools on Windows is to download
   23115         `ez_setup.py`_ and run it. The script will download the appropriate .egg
   23116         file and install it for you.
   23117         
   23118         .. _ez_setup.py: https://bitbucket.org/pypa/setuptools/raw/0.8/ez_setup.py
   23119         
   23120         For best results, uninstall previous versions FIRST (see `Uninstalling`_).
   23121         
   23122         Once installation is complete, you will find an ``easy_install.exe`` program in
   23123         your Python ``Scripts`` subdirectory.  For simple invocation and best results,
   23124         add this directory to your ``PATH`` environment variable, if it is not already
   23125         present.
   23126         
   23127         
   23128         Unix-based Systems including Mac OS X
   23129         =====================================
   23130         
   23131         Download `ez_setup.py`_ and run it using the target Python version. The script
   23132         will download the appropriate version and install it for you::
   23133         
   23134             &gt; wget https://bitbucket.org/pypa/setuptools/raw/0.8/ez_setup.py -O - | python
   23135         
   23136         Note that you will may need to invoke the command with superuser privileges to
   23137         install to the system Python.
   23138         
   23139         Alternatively, on Python 2.6 and later, Setuptools may be installed to a
   23140         user-local path::
   23141         
   23142             &gt; wget https://bitbucket.org/pypa/setuptools/raw/0.8/ez_setup.py
   23143             &gt; python ez_setup.py --user
   23144         
   23145         
   23146         Advanced Installation
   23147         =====================
   23148         
   23149         For more advanced installation options, such as installing to custom
   23150         locations or prefixes, download and extract the source
   23151         tarball from `Setuptools on PyPI &lt;https://pypi.python.org/pypi/setuptools>;`_
   23152         and run setup.py with any supported distutils and Setuptools options.
   23153         For example::
   23154         
   23155             setuptools-0.8$ python setup.py --prefix=/opt/setuptools
   23156         
   23157         Use ``--help`` to get a full options list, but we recommend consulting
   23158         the `EasyInstall manual`_ for detailed instructions, especially `the section
   23159         on custom installation locations`_.
   23160         
   23161         .. _EasyInstall manual: https://pythonhosted.org/setuptools/EasyInstall
   23162         .. _the section on custom installation locations: https://pythonhosted.org/setuptools/EasyInstall#custom-installation-locations
   23163         
   23164         
   23165         Downloads
   23166         =========
   23167         
   23168         All setuptools downloads can be found at `the project's home page in the Python
   23169         Package Index`_.  Scroll to the very bottom of the page to find the links.
   23170         
   23171         .. _the project's home page in the Python Package Index: https://pypi.python.org/pypi/setuptools
   23172         
   23173         In addition to the PyPI downloads, the development version of ``setuptools``
   23174         is available from the `Bitbucket repo`_, and in-development versions of the
   23175         `0.6 branch`_ are available as well.
   23176         
   23177         .. _Bitbucket repo: https://bitbucket.org/pypa/setuptools/get/default.tar.gz#egg=setuptools-dev
   23178         .. _0.6 branch: http://svn.python.org/projects/sandbox/branches/setuptools-0.6/#egg=setuptools-dev06
   23179         
   23180         Uninstalling
   23181         ============
   23182         
   23183         On Windows, if Setuptools was installed using an ``.exe`` or ``.msi``
   23184         installer, simply use the uninstall feature of "Add/Remove Programs" in the
   23185         Control Panel.
   23186         
   23187         Otherwise, to uninstall Setuptools or Distribute, regardless of the Python
   23188         version, delete all ``setuptools*`` and ``distribute*`` files and
   23189         directories from your system's ``site-packages`` directory
   23190         (and any other ``sys.path`` directories) FIRST.
   23191         
   23192         If you are upgrading or otherwise plan to re-install Setuptools or Distribute,
   23193         nothing further needs to be done. If you want to completely remove Setuptools,
   23194         you may also want to remove the 'easy_install' and 'easy_install-x.x' scripts
   23195         and associated executables installed to the Python scripts directory.
   23196         
   23197         --------------------------------
   23198         Using Setuptools and EasyInstall
   23199         --------------------------------
   23200         
   23201         Here are some of the available manuals, tutorials, and other resources for
   23202         learning about Setuptools, Python Eggs, and EasyInstall:
   23203         
   23204         * `The EasyInstall user's guide and reference manual`_
   23205         * `The setuptools Developer's Guide`_
   23206         * `The pkg_resources API reference`_
   23207         * `Package Compatibility Notes`_ (user-maintained)
   23208         * `The Internal Structure of Python Eggs`_
   23209         
   23210         Questions, comments, and bug reports should be directed to the `distutils-sig
   23211         mailing list`_.  If you have written (or know of) any tutorials, documentation,
   23212         plug-ins, or other resources for setuptools users, please let us know about
   23213         them there, so this reference list can be updated.  If you have working,
   23214         *tested* patches to correct problems or add features, you may submit them to
   23215         the `setuptools bug tracker`_.
   23216         
   23217         .. _setuptools bug tracker: https://bitbucket.org/pypa/setuptools/issues
   23218         .. _Package Compatibility Notes: https://pythonhosted.org/setuptools/PackageNotes
   23219         .. _The Internal Structure of Python Eggs: https://pythonhosted.org/setuptools/formats.html
   23220         .. _The setuptools Developer's Guide: https://pythonhosted.org/setuptools/setuptools.html
   23221         .. _The pkg_resources API reference: https://pythonhosted.org/setuptools/pkg_resources.html
   23222         .. _The EasyInstall user's guide and reference manual: https://pythonhosted.org/setuptools/easy_install.html
   23223         .. _distutils-sig mailing list: http://mail.python.org/pipermail/distutils-sig/
   23224         
   23225         
   23226         -------
   23227         Credits
   23228         -------
   23229         
   23230         * The original design for the ``.egg`` format and the ``pkg_resources`` API was
   23231           co-created by Phillip Eby and Bob Ippolito.  Bob also implemented the first
   23232           version of ``pkg_resources``, and supplied the OS X operating system version
   23233           compatibility algorithm.
   23234         
   23235         * Ian Bicking implemented many early "creature comfort" features of
   23236           easy_install, including support for downloading via Sourceforge and
   23237           Subversion repositories.  Ian's comments on the Web-SIG about WSGI
   23238           application deployment also inspired the concept of "entry points" in eggs,
   23239           and he has given talks at PyCon and elsewhere to inform and educate the
   23240           community about eggs and setuptools.
   23241         
   23242         * Jim Fulton contributed time and effort to build automated tests of various
   23243           aspects of ``easy_install``, and supplied the doctests for the command-line
   23244           ``.exe`` wrappers on Windows.
   23245         
   23246         * Phillip J. Eby is the principal author and maintainer of setuptools, and
   23247           first proposed the idea of an importable binary distribution format for
   23248           Python application plug-ins.
   23249         
   23250         * Significant parts of the implementation of setuptools were funded by the Open
   23251           Source Applications Foundation, to provide a plug-in infrastructure for the
   23252           Chandler PIM application.  In addition, many OSAF staffers (such as Mike
   23253           "Code Bear" Taylor) contributed their time and stress as guinea pigs for the
   23254           use of eggs and setuptools, even before eggs were "cool".  (Thanks, guys!)
   23255         
   23256         .. _files:
   23257         
   23258         =======
   23259         CHANGES
   23260         =======
   23261         
   23262         ---
   23263         0.8
   23264         ---
   23265         
   23266         * Code base now runs on Python 2.4 - Python 3.3 without Python 2to3
   23267           conversion.
   23268         
   23269         -----
   23270         0.7.8
   23271         -----
   23272         
   23273         * Distribute #375: Yet another fix for yet another regression.
   23274         
   23275         -----
   23276         0.7.7
   23277         -----
   23278         
   23279         * Distribute #375: Repair AttributeError created in last release (redo).
   23280         * `Issue #30`_: Added test for get_cache_path.
   23281         
   23282         -----
   23283         0.7.6
   23284         -----
   23285         
   23286         * Distribute #375: Repair AttributeError created in last release.
   23287         
   23288         -----
   23289         0.7.5
   23290         -----
   23291         
   23292         * `Issue #21`_: Restore Python 2.4 compatibility in ``test_easy_install``.
   23293         * Distribute #375: Merged additional warning from Distribute 0.6.46.
   23294         * Now honor the environment variable
   23295           ``SETUPTOOLS_DISABLE_VERSIONED_EASY_INSTALL_SCRIPT`` in addition to the now
   23296           deprecated ``DISTRIBUTE_DISABLE_VERSIONED_EASY_INSTALL_SCRIPT``.
   23297         
   23298         -----
   23299         0.7.4
   23300         -----
   23301         
   23302         * Issue #20: Fix comparison of parsed SVN version on Python 3.
   23303         
   23304         -----
   23305         0.7.3
   23306         -----
   23307         
   23308         * Issue #1: Disable installation of Windows-specific files on non-Windows systems.
   23309         * Use new sysconfig module with Python 2.7 or &gt;=3.2.
   23310         
   23311         -----
   23312         0.7.2
   23313         -----
   23314         
   23315         * Issue #14: Use markerlib when the `parser` module is not available.
   23316         * Issue #10: ``ez_setup.py`` now uses HTTPS to download setuptools from PyPI.
   23317         
   23318         -----
   23319         0.7.1
   23320         -----
   23321         
   23322         * Fix NameError (Issue #3) again - broken in bad merge.
   23323         
   23324         ---
   23325         0.7
   23326         ---
   23327         
   23328         * Merged Setuptools and Distribute. See docs/merge.txt for details.
   23329         
   23330         Added several features that were slated for setuptools 0.6c12:
   23331         
   23332         * Index URL now defaults to HTTPS.
   23333         * Added experimental environment marker support. Now clients may designate a
   23334           PEP-426 environment marker for "extra" dependencies. Setuptools uses this
   23335           feature in ``setup.py`` for optional SSL and certificate validation support
   23336           on older platforms. Based on Distutils-SIG discussions, the syntax is
   23337           somewhat tentative. There should probably be a PEP with a firmer spec before
   23338           the feature should be considered suitable for use.
   23339         * Added support for SSL certificate validation when installing packages from
   23340           an HTTPS service.
   23341         
   23342         -----
   23343         0.7b4
   23344         -----
   23345         
   23346         * Issue #3: Fixed NameError in SSL support.
   23347         
   23348         ------
   23349         0.6.49
   23350         ------
   23351         
   23352         * Move warning check in ``get_cache_path`` to follow the directory creation
   23353           to avoid errors when the cache path does not yet exist. Fixes the error
   23354           reported in #375.
   23355         
   23356         ------
   23357         0.6.48
   23358         ------
   23359         
   23360         * Correct AttributeError in ``ResourceManager.get_cache_path`` introduced in
   23361           0.6.46 (redo).
   23362         
   23363         ------
   23364         0.6.47
   23365         ------
   23366         
   23367         * Correct AttributeError in ``ResourceManager.get_cache_path`` introduced in
   23368           0.6.46.
   23369         
   23370         ------
   23371         0.6.46
   23372         ------
   23373         
   23374         * Issue #375: Issue a warning if the PYTHON_EGG_CACHE or otherwise
   23375           customized egg cache location specifies a directory that's group- or
   23376           world-writable.
   23377         
   23378         ------
   23379         0.6.45
   23380         ------
   23381         
   23382         * Issue #379: ``distribute_setup.py`` now traps VersionConflict as well,
   23383           restoring ability to upgrade from an older setuptools version.
   23384         
   23385         ------
   23386         0.6.44
   23387         ------
   23388         
   23389         * ``distribute_setup.py`` has been updated to allow Setuptools 0.7 to
   23390           satisfy use_setuptools.
   23391         
   23392         ------
   23393         0.6.43
   23394         ------
   23395         
   23396         * Issue #378: Restore support for Python 2.4 Syntax (regression in 0.6.42).
   23397         
   23398         ------
   23399         0.6.42
   23400         ------
   23401         
   23402         * External links finder no longer yields duplicate links.
   23403         * Issue #337: Moved site.py to setuptools/site-patch.py (graft of very old
   23404           patch from setuptools trunk which inspired PR #31).
   23405         
   23406         ------
   23407         0.6.41
   23408         ------
   23409         
   23410         * Issue #27: Use public api for loading resources from zip files rather than
   23411           the private method `_zip_directory_cache`.
   23412         * Added a new function ``easy_install.get_win_launcher`` which may be used by
   23413           third-party libraries such as buildout to get a suitable script launcher.
   23414         
   23415         ------
   23416         0.6.40
   23417         ------
   23418         
   23419         * Issue #376: brought back cli.exe and gui.exe that were deleted in the
   23420           previous release.
   23421         
   23422         ------
   23423         0.6.39
   23424         ------
   23425         
   23426         * Add support for console launchers on ARM platforms.
   23427         * Fix possible issue in GUI launchers where the subsystem was not supplied to
   23428           the linker.
   23429         * Launcher build script now refactored for robustness.
   23430         * Issue #375: Resources extracted from a zip egg to the file system now also
   23431           check the contents of the file against the zip contents during each
   23432           invocation of get_resource_filename.
   23433         
   23434         ------
   23435         0.6.38
   23436         ------
   23437         
   23438         * Issue #371: The launcher manifest file is now installed properly.
   23439         
   23440         ------
   23441         0.6.37
   23442         ------
   23443         
   23444         * Issue #143: Launcher scripts, including easy_install itself, are now
   23445           accompanied by a manifest on 32-bit Windows environments to avoid the
   23446           Installer Detection Technology and thus undesirable UAC elevation described
   23447           in `this Microsoft article
   23448           &lt;http://technet.microsoft.com/en-us/library/cc709628%28WS.10%29.aspx>;`_.
   23449         
   23450         ------
   23451         0.6.36
   23452         ------
   23453         
   23454         * Pull Request #35: In `Buildout issue 64
   23455           &lt;https://github.com/buildout/buildout/issues/64>;`_, it was reported that
   23456           under Python 3, installation of distutils scripts could attempt to copy
   23457           the ``__pycache__`` directory as a file, causing an error, apparently only
   23458           under Windows. Easy_install now skips all directories when processing
   23459           metadata scripts.
   23460         
   23461         ------
   23462         0.6.35
   23463         ------
   23464         
   23465         
   23466         Note this release is backward-incompatible with distribute 0.6.23-0.6.34 in
   23467         how it parses version numbers.
   23468         
   23469         * Issue #278: Restored compatibility with distribute 0.6.22 and setuptools
   23470           0.6. Updated the documentation to match more closely with the version
   23471           parsing as intended in setuptools 0.6.
   23472         
   23473         ------
   23474         0.6.34
   23475         ------
   23476         
   23477         * Issue #341: 0.6.33 fails to build under Python 2.4.
   23478         
   23479         ------
   23480         0.6.33
   23481         ------
   23482         
   23483         * Fix 2 errors with Jython 2.5.
   23484         * Fix 1 failure with Jython 2.5 and 2.7.
   23485         * Disable workaround for Jython scripts on Linux systems.
   23486         * Issue #336: `setup.py` no longer masks failure exit code when tests fail.
   23487         * Fix issue in pkg_resources where try/except around a platform-dependent
   23488           import would trigger hook load failures on Mercurial. See pull request 32
   23489           for details.
   23490         * Issue #341: Fix a ResourceWarning.
   23491         
   23492         ------
   23493         0.6.32
   23494         ------
   23495         
   23496         * Fix test suite with Python 2.6.
   23497         * Fix some DeprecationWarnings and ResourceWarnings.
   23498         * Issue #335: Backed out `setup_requires` superceding installed requirements
   23499           until regression can be addressed.
   23500         
   23501         ------
   23502         0.6.31
   23503         ------
   23504         
   23505         * Issue #303: Make sure the manifest only ever contains UTF-8 in Python 3.
   23506         * Issue #329: Properly close files created by tests for compatibility with
   23507           Jython.
   23508         * Work around Jython bugs `#1980 &lt;http://bugs.jython.org/issue1980>;`_ and
   23509           `#1981 &lt;http://bugs.jython.org/issue1981>;`_.
   23510         * `Issue #334`_: Provide workaround for packages that reference `sys.__stdout__`
   23511           such as numpy does. This change should address
   23512           `virtualenv #359 &lt;https://github.com/pypa/virtualenv/issues/359>;`_ as long
   23513           as the system encoding is UTF-8 or the IO encoding is specified in the
   23514           environment, i.e.::
   23515         
   23516              PYTHONIOENCODING=utf8 pip install numpy
   23517         
   23518         * Fix for encoding issue when installing from Windows executable on Python 3.
   23519         * `Issue #323`_: Allow `setup_requires` requirements to supercede installed
   23520           requirements. Added some new keyword arguments to existing pkg_resources
   23521           methods. Also had to updated how __path__ is handled for namespace packages
   23522           to ensure that when a new egg distribution containing a namespace package is
   23523           placed on sys.path, the entries in __path__ are found in the same order they
   23524           would have been in had that egg been on the path when pkg_resources was
   23525           first imported.
   23526         
   23527         ------
   23528         0.6.30
   23529         ------
   23530         
   23531         * `Issue #328`_: Clean up temporary directories in distribute_setup.py.
   23532         * Fix fatal bug in distribute_setup.py.
   23533         
   23534         ------
   23535         0.6.29
   23536         ------
   23537         
   23538         * Pull Request #14: Honor file permissions in zip files.
   23539         * `Issue #327`_: Merged pull request #24 to fix a dependency problem with pip.
   23540         * Merged pull request #23 to fix https://github.com/pypa/virtualenv/issues/301.
   23541         * If Sphinx is installed, the `upload_docs` command now runs `build_sphinx`
   23542           to produce uploadable documentation.
   23543         * `Issue #326`_: `upload_docs` provided mangled auth credentials under Python 3.
   23544         * `Issue #320`_: Fix check for "createable" in distribute_setup.py.
   23545         * `Issue #305`_: Remove a warning that was triggered during normal operations.
   23546         * `Issue #311`_: Print metadata in UTF-8 independent of platform.
   23547         * `Issue #303`_: Read manifest file with UTF-8 encoding under Python 3.
   23548         * `Issue #301`_: Allow to run tests of namespace packages when using 2to3.
   23549         * `Issue #304`_: Prevent import loop in site.py under Python 3.3.
   23550         * `Issue #283`_: Reenable scanning of `*.pyc` / `*.pyo` files on Python 3.3.
   23551         * `Issue #299`_: The develop command didn't work on Python 3, when using 2to3,
   23552           as the egg link would go to the Python 2 source. Linking to the 2to3'd code
   23553           in build/lib makes it work, although you will have to rebuild the module
   23554           before testing it.
   23555         * `Issue #306`_: Even if 2to3 is used, we build in-place under Python 2.
   23556         * `Issue #307`_: Prints the full path when .svn/entries is broken.
   23557         * `Issue #313`_: Support for sdist subcommands (Python 2.7)
   23558         * `Issue #314`_: test_local_index() would fail an OS X.
   23559         * `Issue #310`_: Non-ascii characters in a namespace __init__.py causes errors.
   23560         * `Issue #218`_: Improved documentation on behavior of `package_data` and
   23561           `include_package_data`. Files indicated by `package_data` are now included
   23562           in the manifest.
   23563         * `distribute_setup.py` now allows a `--download-base` argument for retrieving
   23564           distribute from a specified location.
   23565         
   23566         ------
   23567         0.6.28
   23568         ------
   23569         
   23570         * `Issue #294`_: setup.py can now be invoked from any directory.
   23571         * Scripts are now installed honoring the umask.
   23572         * Added support for .dist-info directories.
   23573         * `Issue #283`_: Fix and disable scanning of `*.pyc` / `*.pyo` files on
   23574           Python 3.3.
   23575         
   23576         ------
   23577         0.6.27
   23578         ------
   23579         
   23580         * Support current snapshots of CPython 3.3.
   23581         * Distribute now recognizes README.rst as a standard, default readme file.
   23582         * Exclude 'encodings' modules when removing modules from sys.modules.
   23583           Workaround for #285.
   23584         * `Issue #231`_: Don't fiddle with system python when used with buildout
   23585           (bootstrap.py)
   23586         
   23587         ------
   23588         0.6.26
   23589         ------
   23590         
   23591         * `Issue #183`_: Symlinked files are now extracted from source distributions.
   23592         * `Issue #227`_: Easy_install fetch parameters are now passed during the
   23593           installation of a source distribution; now fulfillment of setup_requires
   23594           dependencies will honor the parameters passed to easy_install.
   23595         
   23596         ------
   23597         0.6.25
   23598         ------
   23599         
   23600         * `Issue #258`_: Workaround a cache issue
   23601         * `Issue #260`_: distribute_setup.py now accepts the --user parameter for
   23602           Python 2.6 and later.
   23603         * `Issue #262`_: package_index.open_with_auth no longer throws LookupError
   23604           on Python 3.
   23605         * `Issue #269`_: AttributeError when an exception occurs reading Manifest.in
   23606           on late releases of Python.
   23607         * `Issue #272`_: Prevent TypeError when namespace package names are unicode
   23608           and single-install-externally-managed is used. Also fixes PIP `issue
   23609           449`_.
   23610         * `Issue #273`_: Legacy script launchers now install with Python2/3 support.
   23611         
   23612         ------
   23613         0.6.24
   23614         ------
   23615         
   23616         * `Issue #249`_: Added options to exclude 2to3 fixers
   23617         
   23618         ------
   23619         0.6.23
   23620         ------
   23621         
   23622         * `Issue #244`_: Fixed a test
   23623         * `Issue #243`_: Fixed a test
   23624         * `Issue #239`_: Fixed a test
   23625         * `Issue #240`_: Fixed a test
   23626         * `Issue #241`_: Fixed a test
   23627         * `Issue #237`_: Fixed a test
   23628         * `Issue #238`_: easy_install now uses 64bit executable wrappers on 64bit Python
   23629         * `Issue #208`_: Fixed parsed_versions, it now honors post-releases as noted in the documentation
   23630         * `Issue #207`_: Windows cli and gui wrappers pass CTRL-C to child python process
   23631         * `Issue #227`_: easy_install now passes its arguments to setup.py bdist_egg
   23632         * `Issue #225`_: Fixed a NameError on Python 2.5, 2.4
   23633         
   23634         ------
   23635         0.6.21
   23636         ------
   23637         
   23638         * `Issue #225`_: FIxed a regression on py2.4
   23639         
   23640         ------
   23641         0.6.20
   23642         ------
   23643         
   23644         * `Issue #135`_: Include url in warning when processing URLs in package_index.
   23645         * `Issue #212`_: Fix issue where easy_instal fails on Python 3 on windows installer.
   23646         * `Issue #213`_: Fix typo in documentation.
   23647         
   23648         ------
   23649         0.6.19
   23650         ------
   23651         
   23652         * `Issue 206`_: AttributeError: 'HTTPMessage' object has no attribute 'getheaders'
   23653         
   23654         ------
   23655         0.6.18
   23656         ------
   23657         
   23658         * `Issue 210`_: Fixed a regression introduced by `Issue 204`_ fix.
   23659         
   23660         ------
   23661         0.6.17
   23662         ------
   23663         
   23664         * Support 'DISTRIBUTE_DISABLE_VERSIONED_EASY_INSTALL_SCRIPT' environment
   23665           variable to allow to disable installation of easy_install-${version} script.
   23666         * Support Python &gt;=3.1.4 and &gt;=3.2.1.
   23667         * `Issue 204`_: Don't try to import the parent of a namespace package in
   23668           declare_namespace
   23669         * `Issue 196`_: Tolerate responses with multiple Content-Length headers
   23670         * `Issue 205`_: Sandboxing doesn't preserve working_set. Leads to setup_requires
   23671           problems.
   23672         
   23673         ------
   23674         0.6.16
   23675         ------
   23676         
   23677         * Builds sdist gztar even on Windows (avoiding `Issue 193`_).
   23678         * `Issue 192`_: Fixed metadata omitted on Windows when package_dir
   23679           specified with forward-slash.
   23680         * `Issue 195`_: Cython build support.
   23681         * `Issue 200`_: Issues with recognizing 64-bit packages on Windows.
   23682         
   23683         ------
   23684         0.6.15
   23685         ------
   23686         
   23687         * Fixed typo in bdist_egg
   23688         * Several issues under Python 3 has been solved.
   23689         * `Issue 146`_: Fixed missing DLL files after easy_install of windows exe package.
   23690         
   23691         ------
   23692         0.6.14
   23693         ------
   23694         
   23695         * `Issue 170`_: Fixed unittest failure. Thanks to Toshio.
   23696         * `Issue 171`_: Fixed race condition in unittests cause deadlocks in test suite.
   23697         * `Issue 143`_: Fixed a lookup issue with easy_install.
   23698           Thanks to David and Zooko.
   23699         * `Issue 174`_: Fixed the edit mode when its used with setuptools itself
   23700         
   23701         ------
   23702         0.6.13
   23703         ------
   23704         
   23705         * `Issue 160`_: 2.7 gives ValueError("Invalid IPv6 URL")
   23706         * `Issue 150`_: Fixed using ~/.local even in a --no-site-packages virtualenv
   23707         * `Issue 163`_: scan index links before external links, and don't use the md5 when
   23708           comparing two distributions
   23709         
   23710         ------
   23711         0.6.12
   23712         ------
   23713         
   23714         * `Issue 149`_: Fixed various failures on 2.3/2.4
   23715         
   23716         ------
   23717         0.6.11
   23718         ------
   23719         
   23720         * Found another case of SandboxViolation - fixed
   23721         * `Issue 15`_ and 48: Introduced a socket timeout of 15 seconds on url openings
   23722         * Added indexsidebar.html into MANIFEST.in
   23723         * `Issue 108`_: Fixed TypeError with Python3.1
   23724         * `Issue 121`_: Fixed --help install command trying to actually install.
   23725         * `Issue 112`_: Added an os.makedirs so that Tarek's solution will work.
   23726         * `Issue 133`_: Added --no-find-links to easy_install
   23727         * Added easy_install --user
   23728         * `Issue 100`_: Fixed develop --user not taking '.' in PYTHONPATH into account
   23729         * `Issue 134`_: removed spurious UserWarnings. Patch by VanLindberg
   23730         * `Issue 138`_: cant_write_to_target error when setup_requires is used.
   23731         * `Issue 147`_: respect the sys.dont_write_bytecode flag
   23732         
   23733         ------
   23734         0.6.10
   23735         ------
   23736         
   23737         * Reverted change made for the DistributionNotFound exception because
   23738           zc.buildout uses the exception message to get the name of the
   23739           distribution.
   23740         
   23741         -----
   23742         0.6.9
   23743         -----
   23744         
   23745         * `Issue 90`_: unknown setuptools version can be added in the working set
   23746         * `Issue 87`_: setupt.py doesn't try to convert distribute_setup.py anymore
   23747           Initial Patch by arfrever.
   23748         * `Issue 89`_: added a side bar with a download link to the doc.
   23749         * `Issue 86`_: fixed missing sentence in pkg_resources doc.
   23750         * Added a nicer error message when a DistributionNotFound is raised.
   23751         * `Issue 80`_: test_develop now works with Python 3.1
   23752         * `Issue 93`_: upload_docs now works if there is an empty sub-directory.
   23753         * `Issue 70`_: exec bit on non-exec files
   23754         * `Issue 99`_: now the standalone easy_install command doesn't uses a
   23755           "setup.cfg" if any exists in the working directory. It will use it
   23756           only if triggered by ``install_requires`` from a setup.py call
   23757           (install, develop, etc).
   23758         * `Issue 101`_: Allowing ``os.devnull`` in Sandbox
   23759         * `Issue 92`_: Fixed the "no eggs" found error with MacPort
   23760           (platform.mac_ver() fails)
   23761         * `Issue 103`_: test_get_script_header_jython_workaround not run
   23762           anymore under py3 with C or POSIX local. Contributed by Arfrever.
   23763         * `Issue 104`_: remvoved the assertion when the installation fails,
   23764           with a nicer message for the end user.
   23765         * `Issue 100`_: making sure there's no SandboxViolation when
   23766           the setup script patches setuptools.
   23767         
   23768         -----
   23769         0.6.8
   23770         -----
   23771         
   23772         * Added "check_packages" in dist. (added in Setuptools 0.6c11)
   23773         * Fixed the DONT_PATCH_SETUPTOOLS state.
   23774         
   23775         -----
   23776         0.6.7
   23777         -----
   23778         
   23779         * `Issue 58`_: Added --user support to the develop command
   23780         * `Issue 11`_: Generated scripts now wrap their call to the script entry point
   23781           in the standard "if name == 'main'"
   23782         * Added the 'DONT_PATCH_SETUPTOOLS' environment variable, so virtualenv
   23783           can drive an installation that doesn't patch a global setuptools.
   23784         * Reviewed unladen-swallow specific change from
   23785           http://code.google.com/p/unladen-swallow/source/detail?spec=svn875&r=719
   23786           and determined that it no longer applies. Distribute should work fine with
   23787           Unladen Swallow 2009Q3.
   23788         * `Issue 21`_: Allow PackageIndex.open_url to gracefully handle all cases of a
   23789           httplib.HTTPException instead of just InvalidURL and BadStatusLine.
   23790         * Removed virtual-python.py from this distribution and updated documentation
   23791           to point to the actively maintained virtualenv instead.
   23792         * `Issue 64`_: use_setuptools no longer rebuilds the distribute egg every
   23793           time it is run
   23794         * use_setuptools now properly respects the requested version
   23795         * use_setuptools will no longer try to import a distribute egg for the
   23796           wrong Python version
   23797         * `Issue 74`_: no_fake should be True by default.
   23798         * `Issue 72`_: avoid a bootstrapping issue with easy_install -U
   23799         
   23800         -----
   23801         0.6.6
   23802         -----
   23803         
   23804         * Unified the bootstrap file so it works on both py2.x and py3k without 2to3
   23805           (patch by Holger Krekel)
   23806         
   23807         -----
   23808         0.6.5
   23809         -----
   23810         
   23811         * `Issue 65`_: cli.exe and gui.exe are now generated at build time,
   23812           depending on the platform in use.
   23813         
   23814         * `Issue 67`_: Fixed doc typo (PEP 381/382)
   23815         
   23816         * Distribute no longer shadows setuptools if we require a 0.7-series
   23817           setuptools.  And an error is raised when installing a 0.7 setuptools with
   23818           distribute.
   23819         
   23820         * When run from within buildout, no attempt is made to modify an existing
   23821           setuptools egg, whether in a shared egg directory or a system setuptools.
   23822         
   23823         * Fixed a hole in sandboxing allowing builtin file to write outside of
   23824           the sandbox.
   23825         
   23826         -----
   23827         0.6.4
   23828         -----
   23829         
   23830         * Added the generation of `distribute_setup_3k.py` during the release.
   23831           This closes `issue #52`_.
   23832         
   23833         * Added an upload_docs command to easily upload project documentation to
   23834           PyPI's https://pythonhosted.org. This close `issue #56`_.
   23835         
   23836         * Fixed a bootstrap bug on the use_setuptools() API.
   23837         
   23838         -----
   23839         0.6.3
   23840         -----
   23841         
   23842         setuptools
   23843         ==========
   23844         
   23845         * Fixed a bunch of calls to file() that caused crashes on Python 3.
   23846         
   23847         bootstrapping
   23848         =============
   23849         
   23850         * Fixed a bug in sorting that caused bootstrap to fail on Python 3.
   23851         
   23852         -----
   23853         0.6.2
   23854         -----
   23855         
   23856         setuptools
   23857         ==========
   23858         
   23859         * Added Python 3 support; see docs/python3.txt.
   23860           This closes http://bugs.python.org/setuptools/issue39.
   23861         
   23862         * Added option to run 2to3 automatically when installing on Python 3.
   23863           This closes `issue #31`_.
   23864         
   23865         * Fixed invalid usage of requirement.parse, that broke develop -d.
   23866           This closes http://bugs.python.org/setuptools/issue44.
   23867         
   23868         * Fixed script launcher for 64-bit Windows.
   23869           This closes http://bugs.python.org/setuptools/issue2.
   23870         
   23871         * KeyError when compiling extensions.
   23872           This closes http://bugs.python.org/setuptools/issue41.
   23873         
   23874         bootstrapping
   23875         =============
   23876         
   23877         * Fixed bootstrap not working on Windows. This closes `issue #49`_.
   23878         
   23879         * Fixed 2.6 dependencies. This closes `issue #50`_.
   23880         
   23881         * Make sure setuptools is patched when running through easy_install
   23882           This closes http://bugs.python.org/setuptools/issue40.
   23883         
   23884         -----
   23885         0.6.1
   23886         -----
   23887         
   23888         setuptools
   23889         ==========
   23890         
   23891         * package_index.urlopen now catches BadStatusLine and malformed url errors.
   23892           This closes `issue #16`_ and `issue #18`_.
   23893         
   23894         * zip_ok is now False by default. This closes
   23895           http://bugs.python.org/setuptools/issue33.
   23896         
   23897         * Fixed invalid URL error catching. http://bugs.python.org/setuptools/issue20.
   23898         
   23899         * Fixed invalid bootstraping with easy_install installation (`issue #40`_).
   23900           Thanks to Florian Schulze for the help.
   23901         
   23902         * Removed buildout/bootstrap.py. A new repository will create a specific
   23903           bootstrap.py script.
   23904         
   23905         
   23906         bootstrapping
   23907         =============
   23908         
   23909         * The boostrap process leave setuptools alone if detected in the system
   23910           and --root or --prefix is provided, but is not in the same location.
   23911           This closes `issue #10`_.
   23912         
   23913         ---
   23914         0.6
   23915         ---
   23916         
   23917         setuptools
   23918         ==========
   23919         
   23920         * Packages required at build time where not fully present at install time.
   23921           This closes `issue #12`_.
   23922         
   23923         * Protected against failures in tarfile extraction. This closes `issue #10`_.
   23924         
   23925         * Made Jython api_tests.txt doctest compatible. This closes `issue #7`_.
   23926         
   23927         * sandbox.py replaced builtin type file with builtin function open. This
   23928           closes `issue #6`_.
   23929         
   23930         * Immediately close all file handles. This closes `issue #3`_.
   23931         
   23932         * Added compatibility with Subversion 1.6. This references `issue #1`_.
   23933         
   23934         pkg_resources
   23935         =============
   23936         
   23937         * Avoid a call to /usr/bin/sw_vers on OSX and use the official platform API
   23938           instead. Based on a patch from ronaldoussoren. This closes `issue #5`_.
   23939         
   23940         * Fixed a SandboxViolation for mkdir that could occur in certain cases.
   23941           This closes `issue #13`_.
   23942         
   23943         * Allow to find_on_path on systems with tight permissions to fail gracefully.
   23944           This closes `issue #9`_.
   23945         
   23946         * Corrected inconsistency between documentation and code of add_entry.
   23947           This closes `issue #8`_.
   23948         
   23949         * Immediately close all file handles. This closes `issue #3`_.
   23950         
   23951         easy_install
   23952         ============
   23953         
   23954         * Immediately close all file handles. This closes `issue #3`_.
   23955         
   23956         
   23957         .. _`Issue #135`: https://bitbucket.org/tarek/distribute/issue/135
   23958         .. _`Issue #183`: https://bitbucket.org/tarek/distribute/issue/183
   23959         .. _`Issue #207`: https://bitbucket.org/tarek/distribute/issue/207
   23960         .. _`Issue #208`: https://bitbucket.org/tarek/distribute/issue/208
   23961         .. _`Issue #21`: https://bitbucket.org/tarek/distribute/issue/21
   23962         .. _`Issue #212`: https://bitbucket.org/tarek/distribute/issue/212
   23963         .. _`Issue #213`: https://bitbucket.org/tarek/distribute/issue/213
   23964         .. _`Issue #218`: https://bitbucket.org/tarek/distribute/issue/218
   23965         .. _`Issue #225`: https://bitbucket.org/tarek/distribute/issue/225
   23966         .. _`Issue #225`: https://bitbucket.org/tarek/distribute/issue/225
   23967         .. _`Issue #227`: https://bitbucket.org/tarek/distribute/issue/227
   23968         .. _`Issue #227`: https://bitbucket.org/tarek/distribute/issue/227
   23969         .. _`Issue #231`: https://bitbucket.org/tarek/distribute/issue/231
   23970         .. _`Issue #237`: https://bitbucket.org/tarek/distribute/issue/237
   23971         .. _`Issue #238`: https://bitbucket.org/tarek/distribute/issue/238
   23972         .. _`Issue #239`: https://bitbucket.org/tarek/distribute/issue/239
   23973         .. _`Issue #240`: https://bitbucket.org/tarek/distribute/issue/240
   23974         .. _`Issue #241`: https://bitbucket.org/tarek/distribute/issue/241
   23975         .. _`Issue #243`: https://bitbucket.org/tarek/distribute/issue/243
   23976         .. _`Issue #244`: https://bitbucket.org/tarek/distribute/issue/244
   23977         .. _`Issue #249`: https://bitbucket.org/tarek/distribute/issue/249
   23978         .. _`Issue #258`: https://bitbucket.org/tarek/distribute/issue/258
   23979         .. _`Issue #260`: https://bitbucket.org/tarek/distribute/issue/260
   23980         .. _`Issue #262`: https://bitbucket.org/tarek/distribute/issue/262
   23981         .. _`Issue #269`: https://bitbucket.org/tarek/distribute/issue/269
   23982         .. _`Issue #272`: https://bitbucket.org/tarek/distribute/issue/272
   23983         .. _`Issue #273`: https://bitbucket.org/tarek/distribute/issue/273
   23984         .. _`Issue #283`: https://bitbucket.org/tarek/distribute/issue/283
   23985         .. _`Issue #283`: https://bitbucket.org/tarek/distribute/issue/283
   23986         .. _`Issue #294`: https://bitbucket.org/tarek/distribute/issue/294
   23987         .. _`Issue #299`: https://bitbucket.org/tarek/distribute/issue/299
   23988         .. _`Issue #30`: https://bitbucket.org/tarek/distribute/issue/30
   23989         .. _`Issue #301`: https://bitbucket.org/tarek/distribute/issue/301
   23990         .. _`Issue #303`: https://bitbucket.org/tarek/distribute/issue/303
   23991         .. _`Issue #304`: https://bitbucket.org/tarek/distribute/issue/304
   23992         .. _`Issue #305`: https://bitbucket.org/tarek/distribute/issue/305
   23993         .. _`Issue #306`: https://bitbucket.org/tarek/distribute/issue/306
   23994         .. _`Issue #307`: https://bitbucket.org/tarek/distribute/issue/307
   23995         .. _`Issue #310`: https://bitbucket.org/tarek/distribute/issue/310
   23996         .. _`Issue #311`: https://bitbucket.org/tarek/distribute/issue/311
   23997         .. _`Issue #313`: https://bitbucket.org/tarek/distribute/issue/313
   23998         .. _`Issue #314`: https://bitbucket.org/tarek/distribute/issue/314
   23999         .. _`Issue #320`: https://bitbucket.org/tarek/distribute/issue/320
   24000         .. _`Issue #323`: https://bitbucket.org/tarek/distribute/issue/323
   24001         .. _`Issue #326`: https://bitbucket.org/tarek/distribute/issue/326
   24002         .. _`Issue #327`: https://bitbucket.org/tarek/distribute/issue/327
   24003         .. _`Issue #328`: https://bitbucket.org/tarek/distribute/issue/328
   24004         .. _`Issue #334`: https://bitbucket.org/tarek/distribute/issue/334
   24005         .. _`Issue 100`: https://bitbucket.org/tarek/distribute/issue/100
   24006         .. _`Issue 100`: https://bitbucket.org/tarek/distribute/issue/100
   24007         .. _`Issue 101`: https://bitbucket.org/tarek/distribute/issue/101
   24008         .. _`Issue 103`: https://bitbucket.org/tarek/distribute/issue/103
   24009         .. _`Issue 104`: https://bitbucket.org/tarek/distribute/issue/104
   24010         .. _`Issue 108`: https://bitbucket.org/tarek/distribute/issue/108
   24011         .. _`Issue 11`: https://bitbucket.org/tarek/distribute/issue/11
   24012         .. _`Issue 112`: https://bitbucket.org/tarek/distribute/issue/112
   24013         .. _`Issue 121`: https://bitbucket.org/tarek/distribute/issue/121
   24014         .. _`Issue 133`: https://bitbucket.org/tarek/distribute/issue/133
   24015         .. _`Issue 134`: https://bitbucket.org/tarek/distribute/issue/134
   24016         .. _`Issue 138`: https://bitbucket.org/tarek/distribute/issue/138
   24017         .. _`Issue 143`: https://bitbucket.org/tarek/distribute/issue/143
   24018         .. _`Issue 146`: https://bitbucket.org/tarek/distribute/issue/146
   24019         .. _`Issue 147`: https://bitbucket.org/tarek/distribute/issue/147
   24020         .. _`Issue 149`: https://bitbucket.org/tarek/distribute/issue/149
   24021         .. _`Issue 15`: https://bitbucket.org/tarek/distribute/issue/15
   24022         .. _`Issue 150`: https://bitbucket.org/tarek/distribute/issue/150
   24023         .. _`Issue 160`: https://bitbucket.org/tarek/distribute/issue/160
   24024         .. _`Issue 163`: https://bitbucket.org/tarek/distribute/issue/163
   24025         .. _`Issue 170`: https://bitbucket.org/tarek/distribute/issue/170
   24026         .. _`Issue 171`: https://bitbucket.org/tarek/distribute/issue/171
   24027         .. _`Issue 174`: https://bitbucket.org/tarek/distribute/issue/174
   24028         .. _`Issue 192`: https://bitbucket.org/tarek/distribute/issue/192
   24029         .. _`Issue 193`: https://bitbucket.org/tarek/distribute/issue/193
   24030         .. _`Issue 195`: https://bitbucket.org/tarek/distribute/issue/195
   24031         .. _`Issue 196`: https://bitbucket.org/tarek/distribute/issue/196
   24032         .. _`Issue 200`: https://bitbucket.org/tarek/distribute/issue/200
   24033         .. _`Issue 204`: https://bitbucket.org/tarek/distribute/issue/204
   24034         .. _`Issue 204`: https://bitbucket.org/tarek/distribute/issue/204
   24035         .. _`Issue 205`: https://bitbucket.org/tarek/distribute/issue/205
   24036         .. _`Issue 206`: https://bitbucket.org/tarek/distribute/issue/206
   24037         .. _`Issue 21`: https://bitbucket.org/tarek/distribute/issue/21
   24038         .. _`Issue 210`: https://bitbucket.org/tarek/distribute/issue/210
   24039         .. _`Issue 58`: https://bitbucket.org/tarek/distribute/issue/58
   24040         .. _`Issue 64`: https://bitbucket.org/tarek/distribute/issue/64
   24041         .. _`Issue 65`: https://bitbucket.org/tarek/distribute/issue/65
   24042         .. _`Issue 67`: https://bitbucket.org/tarek/distribute/issue/67
   24043         .. _`Issue 70`: https://bitbucket.org/tarek/distribute/issue/70
   24044         .. _`Issue 72`: https://bitbucket.org/tarek/distribute/issue/72
   24045         .. _`Issue 74`: https://bitbucket.org/tarek/distribute/issue/74
   24046         .. _`Issue 80`: https://bitbucket.org/tarek/distribute/issue/80
   24047         .. _`Issue 86`: https://bitbucket.org/tarek/distribute/issue/86
   24048         .. _`Issue 87`: https://bitbucket.org/tarek/distribute/issue/87
   24049         .. _`Issue 89`: https://bitbucket.org/tarek/distribute/issue/89
   24050         .. _`Issue 90`: https://bitbucket.org/tarek/distribute/issue/90
   24051         .. _`Issue 92`: https://bitbucket.org/tarek/distribute/issue/92
   24052         .. _`Issue 93`: https://bitbucket.org/tarek/distribute/issue/93
   24053         .. _`Issue 99`: https://bitbucket.org/tarek/distribute/issue/99
   24054         .. _`issue
   24055           449`: https://bitbucket.org/tarek/distribute/issue/449
   24056         .. _`issue #1`: https://bitbucket.org/tarek/distribute/issue/1
   24057         .. _`issue #10`: https://bitbucket.org/tarek/distribute/issue/10
   24058         .. _`issue #10`: https://bitbucket.org/tarek/distribute/issue/10
   24059         .. _`issue #12`: https://bitbucket.org/tarek/distribute/issue/12
   24060         .. _`issue #13`: https://bitbucket.org/tarek/distribute/issue/13
   24061         .. _`issue #16`: https://bitbucket.org/tarek/distribute/issue/16
   24062         .. _`issue #18`: https://bitbucket.org/tarek/distribute/issue/18
   24063         .. _`issue #3`: https://bitbucket.org/tarek/distribute/issue/3
   24064         .. _`issue #3`: https://bitbucket.org/tarek/distribute/issue/3
   24065         .. _`issue #3`: https://bitbucket.org/tarek/distribute/issue/3
   24066         .. _`issue #31`: https://bitbucket.org/tarek/distribute/issue/31
   24067         .. _`issue #40`: https://bitbucket.org/tarek/distribute/issue/40
   24068         .. _`issue #49`: https://bitbucket.org/tarek/distribute/issue/49
   24069         .. _`issue #5`: https://bitbucket.org/tarek/distribute/issue/5
   24070         .. _`issue #50`: https://bitbucket.org/tarek/distribute/issue/50
   24071         .. _`issue #52`: https://bitbucket.org/tarek/distribute/issue/52
   24072         .. _`issue #56`: https://bitbucket.org/tarek/distribute/issue/56
   24073         .. _`issue #6`: https://bitbucket.org/tarek/distribute/issue/6
   24074         .. _`issue #7`: https://bitbucket.org/tarek/distribute/issue/7
   24075         .. _`issue #8`: https://bitbucket.org/tarek/distribute/issue/8
   24076         .. _`issue #9`: https://bitbucket.org/tarek/distribute/issue/9
   24077         
   24078         
   24079 Keywords: CPAN PyPI distutils eggs package management
   24080 Platform: UNKNOWN
   24081 Classifier: Development Status :: 5 - Production/Stable
   24082 Classifier: Intended Audience :: Developers
   24083 Classifier: License :: OSI Approved :: Python Software Foundation License
   24084 Classifier: License :: OSI Approved :: Zope Public License
   24085 Classifier: Operating System :: OS Independent
   24086 Classifier: Programming Language :: Python :: 2.4
   24087 Classifier: Programming Language :: Python :: 2.5
   24088 Classifier: Programming Language :: Python :: 2.6
   24089 Classifier: Programming Language :: Python :: 2.7
   24090 Classifier: Programming Language :: Python :: 3
   24091 Classifier: Programming Language :: Python :: 3.1
   24092 Classifier: Programming Language :: Python :: 3.2
   24093 Classifier: Programming Language :: Python :: 3.3
   24094 Classifier: Topic :: Software Development :: Libraries :: Python Modules
   24095 Classifier: Topic :: System :: Archiving :: Packaging
   24096 Classifier: Topic :: System :: Systems Administration
   24097 Classifier: Topic :: Utilities
   24098 
   24099 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   24100 
   24101 Scanned Source License setuptools-0.8/setuptools.egg-info/EGG-INFO/PKG-INFO:
   24102 
   24103 Metadata-Version: 1.0
   24104 Name: setuptools
   24105 Version: 0.6c11
   24106 Summary: xxxx
   24107 Home-page: xxx
   24108 Author: xxx
   24109 Author-email: xxx
   24110 License: xxx
   24111 Description: xxx
   24112 
   24113 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   24114 
   24115 Scanned Source License setuptools-0.8/setuptools.egg-info/PKG-INFO:
   24116 
   24117 Metadata-Version: 1.1
   24118 Name: setuptools
   24119 Version: 0.8
   24120 Summary: Easily download, build, install, upgrade, and uninstall Python packages
   24121 Home-page: https://pypi.python.org/pypi/setuptools
   24122 Author: The fellowship of the packaging
   24123 Author-email: distutils-sig (a] python.org
   24124 License: PSF or ZPL
   24125 Description: ===============================
   24126         Installing and Using Setuptools
   24127         ===============================
   24128         
   24129         .. contents:: **Table of Contents**
   24130         
   24131         
   24132         -------------------------
   24133         Installation Instructions
   24134         -------------------------
   24135         
   24136         Upgrading from Distribute
   24137         =========================
   24138         
   24139         Currently, Distribute disallows installing Setuptools 0.7+ over Distribute.
   24140         You must first uninstall any active version of Distribute first (see
   24141         `Uninstalling`_).
   24142         
   24143         Upgrading from Setuptools 0.6
   24144         =============================
   24145         
   24146         Upgrading from prior versions of Setuptools is supported. Initial reports
   24147         good success in this regard.
   24148         
   24149         Windows
   24150         =======
   24151         
   24152         The recommended way to install setuptools on Windows is to download
   24153         `ez_setup.py`_ and run it. The script will download the appropriate .egg
   24154         file and install it for you.
   24155         
   24156         .. _ez_setup.py: https://bitbucket.org/pypa/setuptools/raw/0.8/ez_setup.py
   24157         
   24158         For best results, uninstall previous versions FIRST (see `Uninstalling`_).
   24159         
   24160         Once installation is complete, you will find an ``easy_install.exe`` program in
   24161         your Python ``Scripts`` subdirectory.  For simple invocation and best results,
   24162         add this directory to your ``PATH`` environment variable, if it is not already
   24163         present.
   24164         
   24165         
   24166         Unix-based Systems including Mac OS X
   24167         =====================================
   24168         
   24169         Download `ez_setup.py`_ and run it using the target Python version. The script
   24170         will download the appropriate version and install it for you::
   24171         
   24172             &gt; wget https://bitbucket.org/pypa/setuptools/raw/0.8/ez_setup.py -O - | python
   24173         
   24174         Note that you will may need to invoke the command with superuser privileges to
   24175         install to the system Python.
   24176         
   24177         Alternatively, on Python 2.6 and later, Setuptools may be installed to a
   24178         user-local path::
   24179         
   24180             &gt; wget https://bitbucket.org/pypa/setuptools/raw/0.8/ez_setup.py
   24181             &gt; python ez_setup.py --user
   24182         
   24183         
   24184         Advanced Installation
   24185         =====================
   24186         
   24187         For more advanced installation options, such as installing to custom
   24188         locations or prefixes, download and extract the source
   24189         tarball from `Setuptools on PyPI &lt;https://pypi.python.org/pypi/setuptools>;`_
   24190         and run setup.py with any supported distutils and Setuptools options.
   24191         For example::
   24192         
   24193             setuptools-0.8$ python setup.py --prefix=/opt/setuptools
   24194         
   24195         Use ``--help`` to get a full options list, but we recommend consulting
   24196         the `EasyInstall manual`_ for detailed instructions, especially `the section
   24197         on custom installation locations`_.
   24198         
   24199         .. _EasyInstall manual: https://pythonhosted.org/setuptools/EasyInstall
   24200         .. _the section on custom installation locations: https://pythonhosted.org/setuptools/EasyInstall#custom-installation-locations
   24201         
   24202         
   24203         Downloads
   24204         =========
   24205         
   24206         All setuptools downloads can be found at `the project's home page in the Python
   24207         Package Index`_.  Scroll to the very bottom of the page to find the links.
   24208         
   24209         .. _the project's home page in the Python Package Index: https://pypi.python.org/pypi/setuptools
   24210         
   24211         In addition to the PyPI downloads, the development version of ``setuptools``
   24212         is available from the `Bitbucket repo`_, and in-development versions of the
   24213         `0.6 branch`_ are available as well.
   24214         
   24215         .. _Bitbucket repo: https://bitbucket.org/pypa/setuptools/get/default.tar.gz#egg=setuptools-dev
   24216         .. _0.6 branch: http://svn.python.org/projects/sandbox/branches/setuptools-0.6/#egg=setuptools-dev06
   24217         
   24218         Uninstalling
   24219         ============
   24220         
   24221         On Windows, if Setuptools was installed using an ``.exe`` or ``.msi``
   24222         installer, simply use the uninstall feature of "Add/Remove Programs" in the
   24223         Control Panel.
   24224         
   24225         Otherwise, to uninstall Setuptools or Distribute, regardless of the Python
   24226         version, delete all ``setuptools*`` and ``distribute*`` files and
   24227         directories from your system's ``site-packages`` directory
   24228         (and any other ``sys.path`` directories) FIRST.
   24229         
   24230         If you are upgrading or otherwise plan to re-install Setuptools or Distribute,
   24231         nothing further needs to be done. If you want to completely remove Setuptools,
   24232         you may also want to remove the 'easy_install' and 'easy_install-x.x' scripts
   24233         and associated executables installed to the Python scripts directory.
   24234         
   24235         --------------------------------
   24236         Using Setuptools and EasyInstall
   24237         --------------------------------
   24238         
   24239         Here are some of the available manuals, tutorials, and other resources for
   24240         learning about Setuptools, Python Eggs, and EasyInstall:
   24241         
   24242         * `The EasyInstall user's guide and reference manual`_
   24243         * `The setuptools Developer's Guide`_
   24244         * `The pkg_resources API reference`_
   24245         * `Package Compatibility Notes`_ (user-maintained)
   24246         * `The Internal Structure of Python Eggs`_
   24247         
   24248         Questions, comments, and bug reports should be directed to the `distutils-sig
   24249         mailing list`_.  If you have written (or know of) any tutorials, documentation,
   24250         plug-ins, or other resources for setuptools users, please let us know about
   24251         them there, so this reference list can be updated.  If you have working,
   24252         *tested* patches to correct problems or add features, you may submit them to
   24253         the `setuptools bug tracker`_.
   24254         
   24255         .. _setuptools bug tracker: https://bitbucket.org/pypa/setuptools/issues
   24256         .. _Package Compatibility Notes: https://pythonhosted.org/setuptools/PackageNotes
   24257         .. _The Internal Structure of Python Eggs: https://pythonhosted.org/setuptools/formats.html
   24258         .. _The setuptools Developer's Guide: https://pythonhosted.org/setuptools/setuptools.html
   24259         .. _The pkg_resources API reference: https://pythonhosted.org/setuptools/pkg_resources.html
   24260         .. _The EasyInstall user's guide and reference manual: https://pythonhosted.org/setuptools/easy_install.html
   24261         .. _distutils-sig mailing list: http://mail.python.org/pipermail/distutils-sig/
   24262         
   24263         
   24264         -------
   24265         Credits
   24266         -------
   24267         
   24268         * The original design for the ``.egg`` format and the ``pkg_resources`` API was
   24269           co-created by Phillip Eby and Bob Ippolito.  Bob also implemented the first
   24270           version of ``pkg_resources``, and supplied the OS X operating system version
   24271           compatibility algorithm.
   24272         
   24273         * Ian Bicking implemented many early "creature comfort" features of
   24274           easy_install, including support for downloading via Sourceforge and
   24275           Subversion repositories.  Ian's comments on the Web-SIG about WSGI
   24276           application deployment also inspired the concept of "entry points" in eggs,
   24277           and he has given talks at PyCon and elsewhere to inform and educate the
   24278           community about eggs and setuptools.
   24279         
   24280         * Jim Fulton contributed time and effort to build automated tests of various
   24281           aspects of ``easy_install``, and supplied the doctests for the command-line
   24282           ``.exe`` wrappers on Windows.
   24283         
   24284         * Phillip J. Eby is the principal author and maintainer of setuptools, and
   24285           first proposed the idea of an importable binary distribution format for
   24286           Python application plug-ins.
   24287         
   24288         * Significant parts of the implementation of setuptools were funded by the Open
   24289           Source Applications Foundation, to provide a plug-in infrastructure for the
   24290           Chandler PIM application.  In addition, many OSAF staffers (such as Mike
   24291           "Code Bear" Taylor) contributed their time and stress as guinea pigs for the
   24292           use of eggs and setuptools, even before eggs were "cool".  (Thanks, guys!)
   24293         
   24294         .. _files:
   24295         
   24296         =======
   24297         CHANGES
   24298         =======
   24299         
   24300         ---
   24301         0.8
   24302         ---
   24303         
   24304         * Code base now runs on Python 2.4 - Python 3.3 without Python 2to3
   24305           conversion.
   24306         
   24307         -----
   24308         0.7.8
   24309         -----
   24310         
   24311         * Distribute #375: Yet another fix for yet another regression.
   24312         
   24313         -----
   24314         0.7.7
   24315         -----
   24316         
   24317         * Distribute #375: Repair AttributeError created in last release (redo).
   24318         * `Issue #30`_: Added test for get_cache_path.
   24319         
   24320         -----
   24321         0.7.6
   24322         -----
   24323         
   24324         * Distribute #375: Repair AttributeError created in last release.
   24325         
   24326         -----
   24327         0.7.5
   24328         -----
   24329         
   24330         * `Issue #21`_: Restore Python 2.4 compatibility in ``test_easy_install``.
   24331         * Distribute #375: Merged additional warning from Distribute 0.6.46.
   24332         * Now honor the environment variable
   24333           ``SETUPTOOLS_DISABLE_VERSIONED_EASY_INSTALL_SCRIPT`` in addition to the now
   24334           deprecated ``DISTRIBUTE_DISABLE_VERSIONED_EASY_INSTALL_SCRIPT``.
   24335         
   24336         -----
   24337         0.7.4
   24338         -----
   24339         
   24340         * Issue #20: Fix comparison of parsed SVN version on Python 3.
   24341         
   24342         -----
   24343         0.7.3
   24344         -----
   24345         
   24346         * Issue #1: Disable installation of Windows-specific files on non-Windows systems.
   24347         * Use new sysconfig module with Python 2.7 or &gt;=3.2.
   24348         
   24349         -----
   24350         0.7.2
   24351         -----
   24352         
   24353         * Issue #14: Use markerlib when the `parser` module is not available.
   24354         * Issue #10: ``ez_setup.py`` now uses HTTPS to download setuptools from PyPI.
   24355         
   24356         -----
   24357         0.7.1
   24358         -----
   24359         
   24360         * Fix NameError (Issue #3) again - broken in bad merge.
   24361         
   24362         ---
   24363         0.7
   24364         ---
   24365         
   24366         * Merged Setuptools and Distribute. See docs/merge.txt for details.
   24367         
   24368         Added several features that were slated for setuptools 0.6c12:
   24369         
   24370         * Index URL now defaults to HTTPS.
   24371         * Added experimental environment marker support. Now clients may designate a
   24372           PEP-426 environment marker for "extra" dependencies. Setuptools uses this
   24373           feature in ``setup.py`` for optional SSL and certificate validation support
   24374           on older platforms. Based on Distutils-SIG discussions, the syntax is
   24375           somewhat tentative. There should probably be a PEP with a firmer spec before
   24376           the feature should be considered suitable for use.
   24377         * Added support for SSL certificate validation when installing packages from
   24378           an HTTPS service.
   24379         
   24380         -----
   24381         0.7b4
   24382         -----
   24383         
   24384         * Issue #3: Fixed NameError in SSL support.
   24385         
   24386         ------
   24387         0.6.49
   24388         ------
   24389         
   24390         * Move warning check in ``get_cache_path`` to follow the directory creation
   24391           to avoid errors when the cache path does not yet exist. Fixes the error
   24392           reported in #375.
   24393         
   24394         ------
   24395         0.6.48
   24396         ------
   24397         
   24398         * Correct AttributeError in ``ResourceManager.get_cache_path`` introduced in
   24399           0.6.46 (redo).
   24400         
   24401         ------
   24402         0.6.47
   24403         ------
   24404         
   24405         * Correct AttributeError in ``ResourceManager.get_cache_path`` introduced in
   24406           0.6.46.
   24407         
   24408         ------
   24409         0.6.46
   24410         ------
   24411         
   24412         * Issue #375: Issue a warning if the PYTHON_EGG_CACHE or otherwise
   24413           customized egg cache location specifies a directory that's group- or
   24414           world-writable.
   24415         
   24416         ------
   24417         0.6.45
   24418         ------
   24419         
   24420         * Issue #379: ``distribute_setup.py`` now traps VersionConflict as well,
   24421           restoring ability to upgrade from an older setuptools version.
   24422         
   24423         ------
   24424         0.6.44
   24425         ------
   24426         
   24427         * ``distribute_setup.py`` has been updated to allow Setuptools 0.7 to
   24428           satisfy use_setuptools.
   24429         
   24430         ------
   24431         0.6.43
   24432         ------
   24433         
   24434         * Issue #378: Restore support for Python 2.4 Syntax (regression in 0.6.42).
   24435         
   24436         ------
   24437         0.6.42
   24438         ------
   24439         
   24440         * External links finder no longer yields duplicate links.
   24441         * Issue #337: Moved site.py to setuptools/site-patch.py (graft of very old
   24442           patch from setuptools trunk which inspired PR #31).
   24443         
   24444         ------
   24445         0.6.41
   24446         ------
   24447         
   24448         * Issue #27: Use public api for loading resources from zip files rather than
   24449           the private method `_zip_directory_cache`.
   24450         * Added a new function ``easy_install.get_win_launcher`` which may be used by
   24451           third-party libraries such as buildout to get a suitable script launcher.
   24452         
   24453         ------
   24454         0.6.40
   24455         ------
   24456         
   24457         * Issue #376: brought back cli.exe and gui.exe that were deleted in the
   24458           previous release.
   24459         
   24460         ------
   24461         0.6.39
   24462         ------
   24463         
   24464         * Add support for console launchers on ARM platforms.
   24465         * Fix possible issue in GUI launchers where the subsystem was not supplied to
   24466           the linker.
   24467         * Launcher build script now refactored for robustness.
   24468         * Issue #375: Resources extracted from a zip egg to the file system now also
   24469           check the contents of the file against the zip contents during each
   24470           invocation of get_resource_filename.
   24471         
   24472         ------
   24473         0.6.38
   24474         ------
   24475         
   24476         * Issue #371: The launcher manifest file is now installed properly.
   24477         
   24478         ------
   24479         0.6.37
   24480         ------
   24481         
   24482         * Issue #143: Launcher scripts, including easy_install itself, are now
   24483           accompanied by a manifest on 32-bit Windows environments to avoid the
   24484           Installer Detection Technology and thus undesirable UAC elevation described
   24485           in `this Microsoft article
   24486           &lt;http://technet.microsoft.com/en-us/library/cc709628%28WS.10%29.aspx>;`_.
   24487         
   24488         ------
   24489         0.6.36
   24490         ------
   24491         
   24492         * Pull Request #35: In `Buildout issue 64
   24493           &lt;https://github.com/buildout/buildout/issues/64>;`_, it was reported that
   24494           under Python 3, installation of distutils scripts could attempt to copy
   24495           the ``__pycache__`` directory as a file, causing an error, apparently only
   24496           under Windows. Easy_install now skips all directories when processing
   24497           metadata scripts.
   24498         
   24499         ------
   24500         0.6.35
   24501         ------
   24502         
   24503         
   24504         Note this release is backward-incompatible with distribute 0.6.23-0.6.34 in
   24505         how it parses version numbers.
   24506         
   24507         * Issue #278: Restored compatibility with distribute 0.6.22 and setuptools
   24508           0.6. Updated the documentation to match more closely with the version
   24509           parsing as intended in setuptools 0.6.
   24510         
   24511         ------
   24512         0.6.34
   24513         ------
   24514         
   24515         * Issue #341: 0.6.33 fails to build under Python 2.4.
   24516         
   24517         ------
   24518         0.6.33
   24519         ------
   24520         
   24521         * Fix 2 errors with Jython 2.5.
   24522         * Fix 1 failure with Jython 2.5 and 2.7.
   24523         * Disable workaround for Jython scripts on Linux systems.
   24524         * Issue #336: `setup.py` no longer masks failure exit code when tests fail.
   24525         * Fix issue in pkg_resources where try/except around a platform-dependent
   24526           import would trigger hook load failures on Mercurial. See pull request 32
   24527           for details.
   24528         * Issue #341: Fix a ResourceWarning.
   24529         
   24530         ------
   24531         0.6.32
   24532         ------
   24533         
   24534         * Fix test suite with Python 2.6.
   24535         * Fix some DeprecationWarnings and ResourceWarnings.
   24536         * Issue #335: Backed out `setup_requires` superceding installed requirements
   24537           until regression can be addressed.
   24538         
   24539         ------
   24540         0.6.31
   24541         ------
   24542         
   24543         * Issue #303: Make sure the manifest only ever contains UTF-8 in Python 3.
   24544         * Issue #329: Properly close files created by tests for compatibility with
   24545           Jython.
   24546         * Work around Jython bugs `#1980 &lt;http://bugs.jython.org/issue1980>;`_ and
   24547           `#1981 &lt;http://bugs.jython.org/issue1981>;`_.
   24548         * `Issue #334`_: Provide workaround for packages that reference `sys.__stdout__`
   24549           such as numpy does. This change should address
   24550           `virtualenv #359 &lt;https://github.com/pypa/virtualenv/issues/359>;`_ as long
   24551           as the system encoding is UTF-8 or the IO encoding is specified in the
   24552           environment, i.e.::
   24553         
   24554              PYTHONIOENCODING=utf8 pip install numpy
   24555         
   24556         * Fix for encoding issue when installing from Windows executable on Python 3.
   24557         * `Issue #323`_: Allow `setup_requires` requirements to supercede installed
   24558           requirements. Added some new keyword arguments to existing pkg_resources
   24559           methods. Also had to updated how __path__ is handled for namespace packages
   24560           to ensure that when a new egg distribution containing a namespace package is
   24561           placed on sys.path, the entries in __path__ are found in the same order they
   24562           would have been in had that egg been on the path when pkg_resources was
   24563           first imported.
   24564         
   24565         ------
   24566         0.6.30
   24567         ------
   24568         
   24569         * `Issue #328`_: Clean up temporary directories in distribute_setup.py.
   24570         * Fix fatal bug in distribute_setup.py.
   24571         
   24572         ------
   24573         0.6.29
   24574         ------
   24575         
   24576         * Pull Request #14: Honor file permissions in zip files.
   24577         * `Issue #327`_: Merged pull request #24 to fix a dependency problem with pip.
   24578         * Merged pull request #23 to fix https://github.com/pypa/virtualenv/issues/301.
   24579         * If Sphinx is installed, the `upload_docs` command now runs `build_sphinx`
   24580           to produce uploadable documentation.
   24581         * `Issue #326`_: `upload_docs` provided mangled auth credentials under Python 3.
   24582         * `Issue #320`_: Fix check for "createable" in distribute_setup.py.
   24583         * `Issue #305`_: Remove a warning that was triggered during normal operations.
   24584         * `Issue #311`_: Print metadata in UTF-8 independent of platform.
   24585         * `Issue #303`_: Read manifest file with UTF-8 encoding under Python 3.
   24586         * `Issue #301`_: Allow to run tests of namespace packages when using 2to3.
   24587         * `Issue #304`_: Prevent import loop in site.py under Python 3.3.
   24588         * `Issue #283`_: Reenable scanning of `*.pyc` / `*.pyo` files on Python 3.3.
   24589         * `Issue #299`_: The develop command didn't work on Python 3, when using 2to3,
   24590           as the egg link would go to the Python 2 source. Linking to the 2to3'd code
   24591           in build/lib makes it work, although you will have to rebuild the module
   24592           before testing it.
   24593         * `Issue #306`_: Even if 2to3 is used, we build in-place under Python 2.
   24594         * `Issue #307`_: Prints the full path when .svn/entries is broken.
   24595         * `Issue #313`_: Support for sdist subcommands (Python 2.7)
   24596         * `Issue #314`_: test_local_index() would fail an OS X.
   24597         * `Issue #310`_: Non-ascii characters in a namespace __init__.py causes errors.
   24598         * `Issue #218`_: Improved documentation on behavior of `package_data` and
   24599           `include_package_data`. Files indicated by `package_data` are now included
   24600           in the manifest.
   24601         * `distribute_setup.py` now allows a `--download-base` argument for retrieving
   24602           distribute from a specified location.
   24603         
   24604         ------
   24605         0.6.28
   24606         ------
   24607         
   24608         * `Issue #294`_: setup.py can now be invoked from any directory.
   24609         * Scripts are now installed honoring the umask.
   24610         * Added support for .dist-info directories.
   24611         * `Issue #283`_: Fix and disable scanning of `*.pyc` / `*.pyo` files on
   24612           Python 3.3.
   24613         
   24614         ------
   24615         0.6.27
   24616         ------
   24617         
   24618         * Support current snapshots of CPython 3.3.
   24619         * Distribute now recognizes README.rst as a standard, default readme file.
   24620         * Exclude 'encodings' modules when removing modules from sys.modules.
   24621           Workaround for #285.
   24622         * `Issue #231`_: Don't fiddle with system python when used with buildout
   24623           (bootstrap.py)
   24624         
   24625         ------
   24626         0.6.26
   24627         ------
   24628         
   24629         * `Issue #183`_: Symlinked files are now extracted from source distributions.
   24630         * `Issue #227`_: Easy_install fetch parameters are now passed during the
   24631           installation of a source distribution; now fulfillment of setup_requires
   24632           dependencies will honor the parameters passed to easy_install.
   24633         
   24634         ------
   24635         0.6.25
   24636         ------
   24637         
   24638         * `Issue #258`_: Workaround a cache issue
   24639         * `Issue #260`_: distribute_setup.py now accepts the --user parameter for
   24640           Python 2.6 and later.
   24641         * `Issue #262`_: package_index.open_with_auth no longer throws LookupError
   24642           on Python 3.
   24643         * `Issue #269`_: AttributeError when an exception occurs reading Manifest.in
   24644           on late releases of Python.
   24645         * `Issue #272`_: Prevent TypeError when namespace package names are unicode
   24646           and single-install-externally-managed is used. Also fixes PIP `issue
   24647           449`_.
   24648         * `Issue #273`_: Legacy script launchers now install with Python2/3 support.
   24649         
   24650         ------
   24651         0.6.24
   24652         ------
   24653         
   24654         * `Issue #249`_: Added options to exclude 2to3 fixers
   24655         
   24656         ------
   24657         0.6.23
   24658         ------
   24659         
   24660         * `Issue #244`_: Fixed a test
   24661         * `Issue #243`_: Fixed a test
   24662         * `Issue #239`_: Fixed a test
   24663         * `Issue #240`_: Fixed a test
   24664         * `Issue #241`_: Fixed a test
   24665         * `Issue #237`_: Fixed a test
   24666         * `Issue #238`_: easy_install now uses 64bit executable wrappers on 64bit Python
   24667         * `Issue #208`_: Fixed parsed_versions, it now honors post-releases as noted in the documentation
   24668         * `Issue #207`_: Windows cli and gui wrappers pass CTRL-C to child python process
   24669         * `Issue #227`_: easy_install now passes its arguments to setup.py bdist_egg
   24670         * `Issue #225`_: Fixed a NameError on Python 2.5, 2.4
   24671         
   24672         ------
   24673         0.6.21
   24674         ------
   24675         
   24676         * `Issue #225`_: FIxed a regression on py2.4
   24677         
   24678         ------
   24679         0.6.20
   24680         ------
   24681         
   24682         * `Issue #135`_: Include url in warning when processing URLs in package_index.
   24683         * `Issue #212`_: Fix issue where easy_instal fails on Python 3 on windows installer.
   24684         * `Issue #213`_: Fix typo in documentation.
   24685         
   24686         ------
   24687         0.6.19
   24688         ------
   24689         
   24690         * `Issue 206`_: AttributeError: 'HTTPMessage' object has no attribute 'getheaders'
   24691         
   24692         ------
   24693         0.6.18
   24694         ------
   24695         
   24696         * `Issue 210`_: Fixed a regression introduced by `Issue 204`_ fix.
   24697         
   24698         ------
   24699         0.6.17
   24700         ------
   24701         
   24702         * Support 'DISTRIBUTE_DISABLE_VERSIONED_EASY_INSTALL_SCRIPT' environment
   24703           variable to allow to disable installation of easy_install-${version} script.
   24704         * Support Python &gt;=3.1.4 and &gt;=3.2.1.
   24705         * `Issue 204`_: Don't try to import the parent of a namespace package in
   24706           declare_namespace
   24707         * `Issue 196`_: Tolerate responses with multiple Content-Length headers
   24708         * `Issue 205`_: Sandboxing doesn't preserve working_set. Leads to setup_requires
   24709           problems.
   24710         
   24711         ------
   24712         0.6.16
   24713         ------
   24714         
   24715         * Builds sdist gztar even on Windows (avoiding `Issue 193`_).
   24716         * `Issue 192`_: Fixed metadata omitted on Windows when package_dir
   24717           specified with forward-slash.
   24718         * `Issue 195`_: Cython build support.
   24719         * `Issue 200`_: Issues with recognizing 64-bit packages on Windows.
   24720         
   24721         ------
   24722         0.6.15
   24723         ------
   24724         
   24725         * Fixed typo in bdist_egg
   24726         * Several issues under Python 3 has been solved.
   24727         * `Issue 146`_: Fixed missing DLL files after easy_install of windows exe package.
   24728         
   24729         ------
   24730         0.6.14
   24731         ------
   24732         
   24733         * `Issue 170`_: Fixed unittest failure. Thanks to Toshio.
   24734         * `Issue 171`_: Fixed race condition in unittests cause deadlocks in test suite.
   24735         * `Issue 143`_: Fixed a lookup issue with easy_install.
   24736           Thanks to David and Zooko.
   24737         * `Issue 174`_: Fixed the edit mode when its used with setuptools itself
   24738         
   24739         ------
   24740         0.6.13
   24741         ------
   24742         
   24743         * `Issue 160`_: 2.7 gives ValueError("Invalid IPv6 URL")
   24744         * `Issue 150`_: Fixed using ~/.local even in a --no-site-packages virtualenv
   24745         * `Issue 163`_: scan index links before external links, and don't use the md5 when
   24746           comparing two distributions
   24747         
   24748         ------
   24749         0.6.12
   24750         ------
   24751         
   24752         * `Issue 149`_: Fixed various failures on 2.3/2.4
   24753         
   24754         ------
   24755         0.6.11
   24756         ------
   24757         
   24758         * Found another case of SandboxViolation - fixed
   24759         * `Issue 15`_ and 48: Introduced a socket timeout of 15 seconds on url openings
   24760         * Added indexsidebar.html into MANIFEST.in
   24761         * `Issue 108`_: Fixed TypeError with Python3.1
   24762         * `Issue 121`_: Fixed --help install command trying to actually install.
   24763         * `Issue 112`_: Added an os.makedirs so that Tarek's solution will work.
   24764         * `Issue 133`_: Added --no-find-links to easy_install
   24765         * Added easy_install --user
   24766         * `Issue 100`_: Fixed develop --user not taking '.' in PYTHONPATH into account
   24767         * `Issue 134`_: removed spurious UserWarnings. Patch by VanLindberg
   24768         * `Issue 138`_: cant_write_to_target error when setup_requires is used.
   24769         * `Issue 147`_: respect the sys.dont_write_bytecode flag
   24770         
   24771         ------
   24772         0.6.10
   24773         ------
   24774         
   24775         * Reverted change made for the DistributionNotFound exception because
   24776           zc.buildout uses the exception message to get the name of the
   24777           distribution.
   24778         
   24779         -----
   24780         0.6.9
   24781         -----
   24782         
   24783         * `Issue 90`_: unknown setuptools version can be added in the working set
   24784         * `Issue 87`_: setupt.py doesn't try to convert distribute_setup.py anymore
   24785           Initial Patch by arfrever.
   24786         * `Issue 89`_: added a side bar with a download link to the doc.
   24787         * `Issue 86`_: fixed missing sentence in pkg_resources doc.
   24788         * Added a nicer error message when a DistributionNotFound is raised.
   24789         * `Issue 80`_: test_develop now works with Python 3.1
   24790         * `Issue 93`_: upload_docs now works if there is an empty sub-directory.
   24791         * `Issue 70`_: exec bit on non-exec files
   24792         * `Issue 99`_: now the standalone easy_install command doesn't uses a
   24793           "setup.cfg" if any exists in the working directory. It will use it
   24794           only if triggered by ``install_requires`` from a setup.py call
   24795           (install, develop, etc).
   24796         * `Issue 101`_: Allowing ``os.devnull`` in Sandbox
   24797         * `Issue 92`_: Fixed the "no eggs" found error with MacPort
   24798           (platform.mac_ver() fails)
   24799         * `Issue 103`_: test_get_script_header_jython_workaround not run
   24800           anymore under py3 with C or POSIX local. Contributed by Arfrever.
   24801         * `Issue 104`_: remvoved the assertion when the installation fails,
   24802           with a nicer message for the end user.
   24803         * `Issue 100`_: making sure there's no SandboxViolation when
   24804           the setup script patches setuptools.
   24805         
   24806         -----
   24807         0.6.8
   24808         -----
   24809         
   24810         * Added "check_packages" in dist. (added in Setuptools 0.6c11)
   24811         * Fixed the DONT_PATCH_SETUPTOOLS state.
   24812         
   24813         -----
   24814         0.6.7
   24815         -----
   24816         
   24817         * `Issue 58`_: Added --user support to the develop command
   24818         * `Issue 11`_: Generated scripts now wrap their call to the script entry point
   24819           in the standard "if name == 'main'"
   24820         * Added the 'DONT_PATCH_SETUPTOOLS' environment variable, so virtualenv
   24821           can drive an installation that doesn't patch a global setuptools.
   24822         * Reviewed unladen-swallow specific change from
   24823           http://code.google.com/p/unladen-swallow/source/detail?spec=svn875&r=719
   24824           and determined that it no longer applies. Distribute should work fine with
   24825           Unladen Swallow 2009Q3.
   24826         * `Issue 21`_: Allow PackageIndex.open_url to gracefully handle all cases of a
   24827           httplib.HTTPException instead of just InvalidURL and BadStatusLine.
   24828         * Removed virtual-python.py from this distribution and updated documentation
   24829           to point to the actively maintained virtualenv instead.
   24830         * `Issue 64`_: use_setuptools no longer rebuilds the distribute egg every
   24831           time it is run
   24832         * use_setuptools now properly respects the requested version
   24833         * use_setuptools will no longer try to import a distribute egg for the
   24834           wrong Python version
   24835         * `Issue 74`_: no_fake should be True by default.
   24836         * `Issue 72`_: avoid a bootstrapping issue with easy_install -U
   24837         
   24838         -----
   24839         0.6.6
   24840         -----
   24841         
   24842         * Unified the bootstrap file so it works on both py2.x and py3k without 2to3
   24843           (patch by Holger Krekel)
   24844         
   24845         -----
   24846         0.6.5
   24847         -----
   24848         
   24849         * `Issue 65`_: cli.exe and gui.exe are now generated at build time,
   24850           depending on the platform in use.
   24851         
   24852         * `Issue 67`_: Fixed doc typo (PEP 381/382)
   24853         
   24854         * Distribute no longer shadows setuptools if we require a 0.7-series
   24855           setuptools.  And an error is raised when installing a 0.7 setuptools with
   24856           distribute.
   24857         
   24858         * When run from within buildout, no attempt is made to modify an existing
   24859           setuptools egg, whether in a shared egg directory or a system setuptools.
   24860         
   24861         * Fixed a hole in sandboxing allowing builtin file to write outside of
   24862           the sandbox.
   24863         
   24864         -----
   24865         0.6.4
   24866         -----
   24867         
   24868         * Added the generation of `distribute_setup_3k.py` during the release.
   24869           This closes `issue #52`_.
   24870         
   24871         * Added an upload_docs command to easily upload project documentation to
   24872           PyPI's https://pythonhosted.org. This close `issue #56`_.
   24873         
   24874         * Fixed a bootstrap bug on the use_setuptools() API.
   24875         
   24876         -----
   24877         0.6.3
   24878         -----
   24879         
   24880         setuptools
   24881         ==========
   24882         
   24883         * Fixed a bunch of calls to file() that caused crashes on Python 3.
   24884         
   24885         bootstrapping
   24886         =============
   24887         
   24888         * Fixed a bug in sorting that caused bootstrap to fail on Python 3.
   24889         
   24890         -----
   24891         0.6.2
   24892         -----
   24893         
   24894         setuptools
   24895         ==========
   24896         
   24897         * Added Python 3 support; see docs/python3.txt.
   24898           This closes http://bugs.python.org/setuptools/issue39.
   24899         
   24900         * Added option to run 2to3 automatically when installing on Python 3.
   24901           This closes `issue #31`_.
   24902         
   24903         * Fixed invalid usage of requirement.parse, that broke develop -d.
   24904           This closes http://bugs.python.org/setuptools/issue44.
   24905         
   24906         * Fixed script launcher for 64-bit Windows.
   24907           This closes http://bugs.python.org/setuptools/issue2.
   24908         
   24909         * KeyError when compiling extensions.
   24910           This closes http://bugs.python.org/setuptools/issue41.
   24911         
   24912         bootstrapping
   24913         =============
   24914         
   24915         * Fixed bootstrap not working on Windows. This closes `issue #49`_.
   24916         
   24917         * Fixed 2.6 dependencies. This closes `issue #50`_.
   24918         
   24919         * Make sure setuptools is patched when running through easy_install
   24920           This closes http://bugs.python.org/setuptools/issue40.
   24921         
   24922         -----
   24923         0.6.1
   24924         -----
   24925         
   24926         setuptools
   24927         ==========
   24928         
   24929         * package_index.urlopen now catches BadStatusLine and malformed url errors.
   24930           This closes `issue #16`_ and `issue #18`_.
   24931         
   24932         * zip_ok is now False by default. This closes
   24933           http://bugs.python.org/setuptools/issue33.
   24934         
   24935         * Fixed invalid URL error catching. http://bugs.python.org/setuptools/issue20.
   24936         
   24937         * Fixed invalid bootstraping with easy_install installation (`issue #40`_).
   24938           Thanks to Florian Schulze for the help.
   24939         
   24940         * Removed buildout/bootstrap.py. A new repository will create a specific
   24941           bootstrap.py script.
   24942         
   24943         
   24944         bootstrapping
   24945         =============
   24946         
   24947         * The boostrap process leave setuptools alone if detected in the system
   24948           and --root or --prefix is provided, but is not in the same location.
   24949           This closes `issue #10`_.
   24950         
   24951         ---
   24952         0.6
   24953         ---
   24954         
   24955         setuptools
   24956         ==========
   24957         
   24958         * Packages required at build time where not fully present at install time.
   24959           This closes `issue #12`_.
   24960         
   24961         * Protected against failures in tarfile extraction. This closes `issue #10`_.
   24962         
   24963         * Made Jython api_tests.txt doctest compatible. This closes `issue #7`_.
   24964         
   24965         * sandbox.py replaced builtin type file with builtin function open. This
   24966           closes `issue #6`_.
   24967         
   24968         * Immediately close all file handles. This closes `issue #3`_.
   24969         
   24970         * Added compatibility with Subversion 1.6. This references `issue #1`_.
   24971         
   24972         pkg_resources
   24973         =============
   24974         
   24975         * Avoid a call to /usr/bin/sw_vers on OSX and use the official platform API
   24976           instead. Based on a patch from ronaldoussoren. This closes `issue #5`_.
   24977         
   24978         * Fixed a SandboxViolation for mkdir that could occur in certain cases.
   24979           This closes `issue #13`_.
   24980         
   24981         * Allow to find_on_path on systems with tight permissions to fail gracefully.
   24982           This closes `issue #9`_.
   24983         
   24984         * Corrected inconsistency between documentation and code of add_entry.
   24985           This closes `issue #8`_.
   24986         
   24987         * Immediately close all file handles. This closes `issue #3`_.
   24988         
   24989         easy_install
   24990         ============
   24991         
   24992         * Immediately close all file handles. This closes `issue #3`_.
   24993         
   24994         
   24995         .. _`Issue #135`: https://bitbucket.org/tarek/distribute/issue/135
   24996         .. _`Issue #183`: https://bitbucket.org/tarek/distribute/issue/183
   24997         .. _`Issue #207`: https://bitbucket.org/tarek/distribute/issue/207
   24998         .. _`Issue #208`: https://bitbucket.org/tarek/distribute/issue/208
   24999         .. _`Issue #21`: https://bitbucket.org/tarek/distribute/issue/21
   25000         .. _`Issue #212`: https://bitbucket.org/tarek/distribute/issue/212
   25001         .. _`Issue #213`: https://bitbucket.org/tarek/distribute/issue/213
   25002         .. _`Issue #218`: https://bitbucket.org/tarek/distribute/issue/218
   25003         .. _`Issue #225`: https://bitbucket.org/tarek/distribute/issue/225
   25004         .. _`Issue #225`: https://bitbucket.org/tarek/distribute/issue/225
   25005         .. _`Issue #227`: https://bitbucket.org/tarek/distribute/issue/227
   25006         .. _`Issue #227`: https://bitbucket.org/tarek/distribute/issue/227
   25007         .. _`Issue #231`: https://bitbucket.org/tarek/distribute/issue/231
   25008         .. _`Issue #237`: https://bitbucket.org/tarek/distribute/issue/237
   25009         .. _`Issue #238`: https://bitbucket.org/tarek/distribute/issue/238
   25010         .. _`Issue #239`: https://bitbucket.org/tarek/distribute/issue/239
   25011         .. _`Issue #240`: https://bitbucket.org/tarek/distribute/issue/240
   25012         .. _`Issue #241`: https://bitbucket.org/tarek/distribute/issue/241
   25013         .. _`Issue #243`: https://bitbucket.org/tarek/distribute/issue/243
   25014         .. _`Issue #244`: https://bitbucket.org/tarek/distribute/issue/244
   25015         .. _`Issue #249`: https://bitbucket.org/tarek/distribute/issue/249
   25016         .. _`Issue #258`: https://bitbucket.org/tarek/distribute/issue/258
   25017         .. _`Issue #260`: https://bitbucket.org/tarek/distribute/issue/260
   25018         .. _`Issue #262`: https://bitbucket.org/tarek/distribute/issue/262
   25019         .. _`Issue #269`: https://bitbucket.org/tarek/distribute/issue/269
   25020         .. _`Issue #272`: https://bitbucket.org/tarek/distribute/issue/272
   25021         .. _`Issue #273`: https://bitbucket.org/tarek/distribute/issue/273
   25022         .. _`Issue #283`: https://bitbucket.org/tarek/distribute/issue/283
   25023         .. _`Issue #283`: https://bitbucket.org/tarek/distribute/issue/283
   25024         .. _`Issue #294`: https://bitbucket.org/tarek/distribute/issue/294
   25025         .. _`Issue #299`: https://bitbucket.org/tarek/distribute/issue/299
   25026         .. _`Issue #30`: https://bitbucket.org/tarek/distribute/issue/30
   25027         .. _`Issue #301`: https://bitbucket.org/tarek/distribute/issue/301
   25028         .. _`Issue #303`: https://bitbucket.org/tarek/distribute/issue/303
   25029         .. _`Issue #304`: https://bitbucket.org/tarek/distribute/issue/304
   25030         .. _`Issue #305`: https://bitbucket.org/tarek/distribute/issue/305
   25031         .. _`Issue #306`: https://bitbucket.org/tarek/distribute/issue/306
   25032         .. _`Issue #307`: https://bitbucket.org/tarek/distribute/issue/307
   25033         .. _`Issue #310`: https://bitbucket.org/tarek/distribute/issue/310
   25034         .. _`Issue #311`: https://bitbucket.org/tarek/distribute/issue/311
   25035         .. _`Issue #313`: https://bitbucket.org/tarek/distribute/issue/313
   25036         .. _`Issue #314`: https://bitbucket.org/tarek/distribute/issue/314
   25037         .. _`Issue #320`: https://bitbucket.org/tarek/distribute/issue/320
   25038         .. _`Issue #323`: https://bitbucket.org/tarek/distribute/issue/323
   25039         .. _`Issue #326`: https://bitbucket.org/tarek/distribute/issue/326
   25040         .. _`Issue #327`: https://bitbucket.org/tarek/distribute/issue/327
   25041         .. _`Issue #328`: https://bitbucket.org/tarek/distribute/issue/328
   25042         .. _`Issue #334`: https://bitbucket.org/tarek/distribute/issue/334
   25043         .. _`Issue 100`: https://bitbucket.org/tarek/distribute/issue/100
   25044         .. _`Issue 100`: https://bitbucket.org/tarek/distribute/issue/100
   25045         .. _`Issue 101`: https://bitbucket.org/tarek/distribute/issue/101
   25046         .. _`Issue 103`: https://bitbucket.org/tarek/distribute/issue/103
   25047         .. _`Issue 104`: https://bitbucket.org/tarek/distribute/issue/104
   25048         .. _`Issue 108`: https://bitbucket.org/tarek/distribute/issue/108
   25049         .. _`Issue 11`: https://bitbucket.org/tarek/distribute/issue/11
   25050         .. _`Issue 112`: https://bitbucket.org/tarek/distribute/issue/112
   25051         .. _`Issue 121`: https://bitbucket.org/tarek/distribute/issue/121
   25052         .. _`Issue 133`: https://bitbucket.org/tarek/distribute/issue/133
   25053         .. _`Issue 134`: https://bitbucket.org/tarek/distribute/issue/134
   25054         .. _`Issue 138`: https://bitbucket.org/tarek/distribute/issue/138
   25055         .. _`Issue 143`: https://bitbucket.org/tarek/distribute/issue/143
   25056         .. _`Issue 146`: https://bitbucket.org/tarek/distribute/issue/146
   25057         .. _`Issue 147`: https://bitbucket.org/tarek/distribute/issue/147
   25058         .. _`Issue 149`: https://bitbucket.org/tarek/distribute/issue/149
   25059         .. _`Issue 15`: https://bitbucket.org/tarek/distribute/issue/15
   25060         .. _`Issue 150`: https://bitbucket.org/tarek/distribute/issue/150
   25061         .. _`Issue 160`: https://bitbucket.org/tarek/distribute/issue/160
   25062         .. _`Issue 163`: https://bitbucket.org/tarek/distribute/issue/163
   25063         .. _`Issue 170`: https://bitbucket.org/tarek/distribute/issue/170
   25064         .. _`Issue 171`: https://bitbucket.org/tarek/distribute/issue/171
   25065         .. _`Issue 174`: https://bitbucket.org/tarek/distribute/issue/174
   25066         .. _`Issue 192`: https://bitbucket.org/tarek/distribute/issue/192
   25067         .. _`Issue 193`: https://bitbucket.org/tarek/distribute/issue/193
   25068         .. _`Issue 195`: https://bitbucket.org/tarek/distribute/issue/195
   25069         .. _`Issue 196`: https://bitbucket.org/tarek/distribute/issue/196
   25070         .. _`Issue 200`: https://bitbucket.org/tarek/distribute/issue/200
   25071         .. _`Issue 204`: https://bitbucket.org/tarek/distribute/issue/204
   25072         .. _`Issue 204`: https://bitbucket.org/tarek/distribute/issue/204
   25073         .. _`Issue 205`: https://bitbucket.org/tarek/distribute/issue/205
   25074         .. _`Issue 206`: https://bitbucket.org/tarek/distribute/issue/206
   25075         .. _`Issue 21`: https://bitbucket.org/tarek/distribute/issue/21
   25076         .. _`Issue 210`: https://bitbucket.org/tarek/distribute/issue/210
   25077         .. _`Issue 58`: https://bitbucket.org/tarek/distribute/issue/58
   25078         .. _`Issue 64`: https://bitbucket.org/tarek/distribute/issue/64
   25079         .. _`Issue 65`: https://bitbucket.org/tarek/distribute/issue/65
   25080         .. _`Issue 67`: https://bitbucket.org/tarek/distribute/issue/67
   25081         .. _`Issue 70`: https://bitbucket.org/tarek/distribute/issue/70
   25082         .. _`Issue 72`: https://bitbucket.org/tarek/distribute/issue/72
   25083         .. _`Issue 74`: https://bitbucket.org/tarek/distribute/issue/74
   25084         .. _`Issue 80`: https://bitbucket.org/tarek/distribute/issue/80
   25085         .. _`Issue 86`: https://bitbucket.org/tarek/distribute/issue/86
   25086         .. _`Issue 87`: https://bitbucket.org/tarek/distribute/issue/87
   25087         .. _`Issue 89`: https://bitbucket.org/tarek/distribute/issue/89
   25088         .. _`Issue 90`: https://bitbucket.org/tarek/distribute/issue/90
   25089         .. _`Issue 92`: https://bitbucket.org/tarek/distribute/issue/92
   25090         .. _`Issue 93`: https://bitbucket.org/tarek/distribute/issue/93
   25091         .. _`Issue 99`: https://bitbucket.org/tarek/distribute/issue/99
   25092         .. _`issue
   25093           449`: https://bitbucket.org/tarek/distribute/issue/449
   25094         .. _`issue #1`: https://bitbucket.org/tarek/distribute/issue/1
   25095         .. _`issue #10`: https://bitbucket.org/tarek/distribute/issue/10
   25096         .. _`issue #10`: https://bitbucket.org/tarek/distribute/issue/10
   25097         .. _`issue #12`: https://bitbucket.org/tarek/distribute/issue/12
   25098         .. _`issue #13`: https://bitbucket.org/tarek/distribute/issue/13
   25099         .. _`issue #16`: https://bitbucket.org/tarek/distribute/issue/16
   25100         .. _`issue #18`: https://bitbucket.org/tarek/distribute/issue/18
   25101         .. _`issue #3`: https://bitbucket.org/tarek/distribute/issue/3
   25102         .. _`issue #3`: https://bitbucket.org/tarek/distribute/issue/3
   25103         .. _`issue #3`: https://bitbucket.org/tarek/distribute/issue/3
   25104         .. _`issue #31`: https://bitbucket.org/tarek/distribute/issue/31
   25105         .. _`issue #40`: https://bitbucket.org/tarek/distribute/issue/40
   25106         .. _`issue #49`: https://bitbucket.org/tarek/distribute/issue/49
   25107         .. _`issue #5`: https://bitbucket.org/tarek/distribute/issue/5
   25108         .. _`issue #50`: https://bitbucket.org/tarek/distribute/issue/50
   25109         .. _`issue #52`: https://bitbucket.org/tarek/distribute/issue/52
   25110         .. _`issue #56`: https://bitbucket.org/tarek/distribute/issue/56
   25111         .. _`issue #6`: https://bitbucket.org/tarek/distribute/issue/6
   25112         .. _`issue #7`: https://bitbucket.org/tarek/distribute/issue/7
   25113         .. _`issue #8`: https://bitbucket.org/tarek/distribute/issue/8
   25114         .. _`issue #9`: https://bitbucket.org/tarek/distribute/issue/9
   25115         
   25116         
   25117 Keywords: CPAN PyPI distutils eggs package management
   25118 Platform: UNKNOWN
   25119 Classifier: Development Status :: 5 - Production/Stable
   25120 Classifier: Intended Audience :: Developers
   25121 Classifier: License :: OSI Approved :: Python Software Foundation License
   25122 Classifier: License :: OSI Approved :: Zope Public License
   25123 Classifier: Operating System :: OS Independent
   25124 Classifier: Programming Language :: Python :: 2.4
   25125 Classifier: Programming Language :: Python :: 2.5
   25126 Classifier: Programming Language :: Python :: 2.6
   25127 Classifier: Programming Language :: Python :: 2.7
   25128 Classifier: Programming Language :: Python :: 3
   25129 Classifier: Programming Language :: Python :: 3.1
   25130 Classifier: Programming Language :: Python :: 3.2
   25131 Classifier: Programming Language :: Python :: 3.3
   25132 Classifier: Topic :: Software Development :: Libraries :: Python Modules
   25133 Classifier: Topic :: System :: Archiving :: Packaging
   25134 Classifier: Topic :: System :: Systems Administration
   25135 Classifier: Topic :: Utilities
   25136 
   25137 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   25138 </pre>
   25139 <ul>
   25140 <li><a href='#PSF-2'>Gentoo Package Stock License PSF-2</a></li>
   25141 </ul>
   25142 </div>
   25143 </div>
   25144 
   25145 
   25146 <div class="product">
   25147 <span class="title">setxkbmap-1.2.0</span>
   25148 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   25149 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span>
   25150 <div class="licence">
   25151 <pre>Scanned Source License setxkbmap-1.2.0/COPYING:
   25152 
   25153 Copyright (c) 1996 by Silicon Graphics Computer Systems, Inc.
   25154 
   25155 Permission to use, copy, modify, and distribute this
   25156 software and its documentation for any purpose and without
   25157 fee is hereby granted, provided that the above copyright
   25158 notice appear in all copies and that both that copyright
   25159 notice and this permission notice appear in supporting
   25160 documentation, and that the name of Silicon Graphics not be
   25161 used in advertising or publicity pertaining to distribution
   25162 of the software without specific prior written permission.
   25163 Silicon Graphics makes no representation about the suitability
   25164 of this software for any purpose. It is provided "as is"
   25165 without any express or implied warranty.
   25166 
   25167 SILICON GRAPHICS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS
   25168 SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
   25169 AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON
   25170 GRAPHICS BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL
   25171 DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
   25172 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
   25173 OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION  WITH
   25174 THE USE OR PERFORMANCE OF THIS SOFTWARE.
   25175 
   25176 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   25177 </pre>
   25178 <ul>
   25179 
   25180 </ul>
   25181 </div>
   25182 </div>
   25183 
   25184 
   25185 <div class="product">
   25186 <span class="title">sgml-common-0.6.3</span>
   25187 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   25188 <span class="homepage"><a href="http://www.iso.ch/cate/3524030.html">homepage</a></span>
   25189 <div class="licence">
   25190 <pre></pre>
   25191 <ul>
   25192 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
   25193 </ul>
   25194 </div>
   25195 </div>
   25196 
   25197 
   25198 <div class="product">
   25199 <span class="title">shadow-4.1.2.2</span>
   25200 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   25201 <span class="homepage"><a href="http://shadow.pld.org.pl/">homepage</a></span>
   25202 <div class="licence">
   25203 <pre>Scanned Source License shadow-4.1.2.2/COPYING:
   25204 
   25205 NOTE:
   25206   This license has been obsoleted by the change to the BSD-style copyright.
   25207   You may continue to use this license if you wish, but you are under no
   25208   obligation to do so.
   25209 
   25210 (*
   25211 This document is freely plagiarised from the 'Artistic Licence',
   25212 distributed as part of the Perl v4.0 kit by Larry Wall, which is
   25213 available from most major archive sites.  I stole it from CrackLib.
   25214 
   25215 	$Id: COPYING 1342 2007-11-10 23:46:11Z nekral-guest $
   25216 *)
   25217 
   25218 This documents purpose is to state the conditions under which this
   25219 Package (See definition below) viz: "Shadow", the Shadow Password Suite
   25220 which is held by Julianne Frances Haugh, may be copied, such that the
   25221 copyright holder maintains some semblance of artistic control over the
   25222 development of the package, while giving the users of the package the
   25223 right to use and distribute the Package in a more-or-less customary
   25224 fashion, plus the right to make reasonable modifications. 
   25225 
   25226 So there.
   25227 
   25228 ***************************************************************************
   25229 
   25230 Definitions:
   25231 
   25232 
   25233 A "Package" refers to the collection of files distributed by the
   25234 Copyright Holder, and derivatives of that collection of files created
   25235 through textual modification, or segments thereof. 
   25236 
   25237 "Standard Version" refers to such a Package if it has not been modified,
   25238 or has been modified in accordance with the wishes of the Copyright
   25239 Holder.
   25240 
   25241 "Copyright Holder" is whoever is named in the copyright or copyrights
   25242 for the package.
   25243 
   25244 "You" is you, if you're thinking about copying or distributing this
   25245 Package.
   25246 
   25247 "Reasonable copying fee" is whatever you can justify on the basis of
   25248 media cost, duplication charges, time of people involved, and so on.
   25249 (You will not be required to justify it to the Copyright Holder, but
   25250 only to the computing community at large as a market that must bear the
   25251 fee.)
   25252 
   25253 "Freely Available" means that no fee is charged for the item itself,
   25254 though there may be fees involved in handling the item.  It also means
   25255 that recipients of the item may redistribute it under the same
   25256 conditions they received it.
   25257 
   25258 
   25259 1.  You may make and give away verbatim copies of the source form of the
   25260 Standard Version of this Package without restriction, provided that you
   25261 duplicate all of the original copyright notices and associated
   25262 disclaimers.
   25263 
   25264 2.  You may apply bug fixes, portability fixes and other modifications
   25265 derived from the Public Domain or from the Copyright Holder.  A Package
   25266 modified in such a way shall still be considered the Standard Version.
   25267 
   25268 3.  You may otherwise modify your copy of this Package in any way,
   25269 provided that you insert a prominent notice in each changed file stating
   25270 how and when AND WHY you changed that file, and provided that you do at
   25271 least ONE of the following:
   25272 
   25273 a) place your modifications in the Public Domain or otherwise make them
   25274 Freely Available, such as by posting said modifications to Usenet or an
   25275 equivalent medium, or placing the modifications on a major archive site
   25276 such as uunet.uu.net, or by allowing the Copyright Holder to include
   25277 your modifications in the Standard Version of the Package.
   25278 
   25279 b) use the modified Package only within your corporation or organization.
   25280 
   25281 c) rename any non-standard executables so the names do not conflict with
   25282 standard executables, which must also be provided, and provide separate
   25283 documentation for each non-standard executable that clearly documents
   25284 how it differs from the Standard Version.
   25285 
   25286 d) make other distribution arrangements with the Copyright Holder.
   25287 
   25288 4.  You may distribute the programs of this Package in object code or
   25289 executable form, provided that you do at least ONE of the following:
   25290 
   25291 a) distribute a Standard Version of the executables and library files,
   25292 together with instructions (in the manual page or equivalent) on where
   25293 to get the Standard Version.
   25294 
   25295 b) accompany the distribution with the machine-readable source of the
   25296 Package with your modifications.
   25297 
   25298 c) accompany any non-standard executables with their corresponding
   25299 Standard Version executables, giving the non-standard executables
   25300 non-standard names, and clearly documenting the differences in manual
   25301 pages (or equivalent), together with instructions on where to get the
   25302 Standard Version.
   25303 
   25304 d) make other distribution arrangements with the Copyright Holder.
   25305 
   25306 5.  You may charge a reasonable copying fee for any distribution of this
   25307 Package.  You may charge any fee you choose for support of this Package. 
   25308 YOU MAY NOT CHARGE A FEE FOR THIS PACKAGE ITSELF.  However, you may
   25309 distribute this Package in aggregate with other (possibly commercial)
   25310 programs as part of a larger (possibly commercial) software distribution
   25311 provided that YOU DO NOT ADVERTISE this package as a product of your
   25312 own. 
   25313 
   25314 6.  The name of the Copyright Holder may not be used to endorse or
   25315 promote products derived from this software without specific prior
   25316 written permission.
   25317 
   25318 7.  THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED
   25319 WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
   25320 MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
   25321 
   25322 				The End
   25323 
   25324 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   25325 </pre>
   25326 <ul>
   25327 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
   25328 </ul>
   25329 </div>
   25330 </div>
   25331 
   25332 
   25333 <div class="product">
   25334 <span class="title">shared-mime-info-1.0</span>
   25335 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   25336 <span class="homepage"><a href="http://freedesktop.org/wiki/Software/shared-mime-info">homepage</a></span>
   25337 <div class="licence">
   25338 <pre></pre>
   25339 <ul>
   25340 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
   25341 </ul>
   25342 </div>
   25343 </div>
   25344 
   25345 
   25346 <div class="product">
   25347 <span class="title">sharutils-4.7</span>
   25348 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   25349 <span class="homepage"><a href="http://www.gnu.org/software/sharutils/">homepage</a></span>
   25350 <div class="licence">
   25351 <pre></pre>
   25352 <ul>
   25353 <li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li>
   25354 </ul>
   25355 </div>
   25356 </div>
   25357 
   25358 
   25359 <div class="product">
   25360 <span class="title">shflags-1.0.3</span>
   25361 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   25362 <span class="homepage"><a href="http://code.google.com/p/shflags/">homepage</a></span>
   25363 <div class="licence">
   25364 <pre></pre>
   25365 <ul>
   25366 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li>
   25367 </ul>
   25368 </div>
   25369 </div>
   25370 
   25371 
   25372 <div class="product">
   25373 <span class="title">shill-test-scripts-0.0.1</span>
   25374 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   25375 <span class="homepage"><a href="http://src.chromium.org">homepage</a></span>
   25376 <div class="licence">
   25377 <pre></pre>
   25378 <ul>
   25379 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li>
   25380 </ul>
   25381 </div>
   25382 </div>
   25383 
   25384 
   25385 <div class="product">
   25386 <span class="title">sil-abyssinica-1.0</span>
   25387 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   25388 <span class="homepage"><a href="http://scripts.sil.org/AbyssinicaSIL">homepage</a></span>
   25389 <div class="licence">
   25390 <pre>Gentoo Package Stock License OFL:
   25391 
   25392 This Font Software is Copyright (c) 2003-2005, SIL International (http://scripts.sil.org/).
   25393 All Rights Reserved.
   25394 
   25395 "Gentium" is a Reserved Font Name for this Font Software.
   25396 "SIL" is a Reserved Font Name for this Font Software.
   25397 
   25398 This Font Software is licensed under the SIL Open Font License, Version 1.0.
   25399 No modification of the license is permitted, only verbatim copy is allowed.
   25400 This license is copied below, and is also available with a FAQ at:
   25401 http://scripts.sil.org/OFL
   25402 
   25403 
   25404 -----------------------------------------------------------
   25405 SIL OPEN FONT LICENSE Version 1.0 - 22 November 2005
   25406 -----------------------------------------------------------
   25407 
   25408 PREAMBLE
   25409 The goals of the Open Font License (OFL) are to stimulate worldwide
   25410 development of cooperative font projects, to support the font creation
   25411 efforts of academic and linguistic communities, and to provide an open
   25412 framework in which fonts may be shared and improved in partnership with
   25413 others.
   25414 
   25415 The OFL allows the licensed fonts to be used, studied, modified and
   25416 redistributed freely as long as they are not sold by themselves. The
   25417 fonts, including any derivative works, can be bundled, embedded, 
   25418 redistributed and sold with any software provided that the font
   25419 names of derivative works are changed. The fonts and derivatives,
   25420 however, cannot be released under any other type of license.
   25421 
   25422 DEFINITIONS
   25423 "Font Software" refers to any and all of the following:
   25424 	- font files
   25425 	- data files
   25426 	- source code
   25427 	- build scripts
   25428 	- documentation
   25429 
   25430 "Reserved Font Name" refers to the Font Software name as seen by
   25431 users and any other names as specified after the copyright statement.
   25432 
   25433 "Standard Version" refers to the collection of Font Software
   25434 components as distributed by the Copyright Holder.
   25435 
   25436 "Modified Version" refers to any derivative font software made by
   25437 adding to, deleting, or substituting -- in part or in whole --
   25438 any of the components of the Standard Version, by changing formats
   25439 or by porting the Font Software to a new environment.
   25440 
   25441 "Author" refers to any designer, engineer, programmer, technical
   25442 writer or other person who contributed to the Font Software.
   25443 
   25444 PERMISSION &amp; CONDITIONS
   25445 Permission is hereby granted, free of charge, to any person obtaining
   25446 a copy of the Font Software, to use, study, copy, merge, embed, modify,
   25447 redistribute, and sell modified and unmodified copies of the Font
   25448 Software, subject to the following conditions:
   25449 
   25450 1) Neither the Font Software nor any of its individual components,
   25451 in Standard or Modified Versions, may be sold by itself.
   25452 
   25453 2) Standard or Modified Versions of the Font Software may be bundled,
   25454 redistributed and sold with any software, provided that each copy
   25455 contains the above copyright notice and this license. These can be
   25456 included either as stand-alone text files, human-readable headers or
   25457 in the appropriate machine-readable metadata fields within text or
   25458 binary files as long as those fields can be easily viewed by the user.
   25459 
   25460 3) No Modified Version of the Font Software may use the Reserved Font
   25461 Name(s), in part or in whole, unless explicit written permission is
   25462 granted by the Copyright Holder. This restriction applies to all 
   25463 references stored in the Font Software, such as the font menu name and
   25464 other font description fields, which are used to differentiate the
   25465 font from others.
   25466 
   25467 4) The name(s) of the Copyright Holder or the Author(s) of the Font
   25468 Software shall not be used to promote, endorse or advertise any
   25469 Modified Version, except to acknowledge the contribution(s) of the
   25470 Copyright Holder and the Author(s) or with their explicit written
   25471 permission.
   25472 
   25473 5) The Font Software, modified or unmodified, in part or in whole,
   25474 must be distributed using this license, and may not be distributed
   25475 under any other license.
   25476 
   25477 TERMINATION
   25478 This license becomes null and void if any of the above conditions are
   25479 not met.
   25480 
   25481 DISCLAIMER
   25482 THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
   25483 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
   25484 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
   25485 OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
   25486 COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
   25487 INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
   25488 DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
   25489 FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
   25490 OTHER DEALINGS IN THE FONT SOFTWARE.
   25491 
   25492 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   25493 </pre>
   25494 <ul>
   25495 
   25496 </ul>
   25497 </div>
   25498 </div>
   25499 
   25500 
   25501 <div class="product">
   25502 <span class="title">simplejson-2.5.0</span>
   25503 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   25504 <span class="homepage"><a href="http://undefined.org/python/#simplejson">homepage</a></span>
   25505 <div class="licence">
   25506 <pre>Scanned Source License simplejson-2.5.0/LICENSE.txt:
   25507 
   25508 Copyright (c) 2006 Bob Ippolito
   25509 
   25510 Permission is hereby granted, free of charge, to any person obtaining a copy of
   25511 this software and associated documentation files (the "Software"), to deal in
   25512 the Software without restriction, including without limitation the rights to
   25513 use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
   25514 of the Software, and to permit persons to whom the Software is furnished to do
   25515 so, subject to the following conditions:
   25516 
   25517 The above copyright notice and this permission notice shall be included in all
   25518 copies or substantial portions of the Software.
   25519 
   25520 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   25521 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   25522 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
   25523 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
   25524 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
   25525 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
   25526 SOFTWARE.
   25527 
   25528 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   25529 
   25530 Scanned Source License simplejson-2.5.0/PKG-INFO:
   25531 
   25532 Metadata-Version: 1.0
   25533 Name: simplejson
   25534 Version: 2.5.0
   25535 Summary: Simple, fast, extensible JSON encoder/decoder for Python
   25536 Home-page: http://github.com/simplejson/simplejson
   25537 Author: Bob Ippolito
   25538 Author-email: bob (a] redivi.com
   25539 License: MIT License
   25540 Description: simplejson is a simple, fast, complete, correct and extensible
   25541         JSON &lt;http://json.org>; encoder and decoder for Python 2.5+.  It is
   25542         pure Python code with no dependencies, but includes an optional C
   25543         extension for a serious speed boost.
   25544         
   25545         The latest documentation for simplejson can be read online here:
   25546         http://simplejson.readthedocs.org/
   25547         
   25548         simplejson is the externally maintained development version of the
   25549         json library included with Python 2.6 and Python 3.0, but maintains
   25550         backwards compatibility with Python 2.5.
   25551         
   25552         The encoder may be subclassed to provide serialization in any kind of
   25553         situation, without any special support by the objects to be serialized
   25554         (somewhat like pickle).
   25555         
   25556         The decoder can handle incoming JSON strings of any specified encoding
   25557         (UTF-8 by default).
   25558         
   25559         
   25560 Platform: any
   25561 Classifier: Intended Audience :: Developers
   25562 Classifier: License :: OSI Approved :: MIT License
   25563 Classifier: Programming Language :: Python
   25564 Classifier: Topic :: Software Development :: Libraries :: Python Modules
   25565 
   25566 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   25567 </pre>
   25568 <ul>
   25569 
   25570 </ul>
   25571 </div>
   25572 </div>
   25573 
   25574 
   25575 <div class="product">
   25576 <span class="title">smartmontools-5.42</span>
   25577 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   25578 <span class="homepage"><a href="http://smartmontools.sourceforge.net/">homepage</a></span>
   25579 <div class="licence">
   25580 <pre></pre>
   25581 <ul>
   25582 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
   25583 </ul>
   25584 </div>
   25585 </div>
   25586 
   25587 
   25588 <div class="product">
   25589 <span class="title">socat-1.7.2.3</span>
   25590 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   25591 <span class="homepage"><a href="http://www.dest-unreach.org/socat/">homepage</a></span>
   25592 <div class="licence">
   25593 <pre></pre>
   25594 <ul>
   25595 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
   25596 </ul>
   25597 </div>
   25598 </div>
   25599 
   25600 
   25601 <div class="product">
   25602 <span class="title">sox-14.3.2</span>
   25603 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   25604 <span class="homepage"><a href="http://sox.sourceforge.net">homepage</a></span>
   25605 <div class="licence">
   25606 <pre></pre>
   25607 <ul>
   25608 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li>
   25609 </ul>
   25610 </div>
   25611 </div>
   25612 
   25613 
   25614 <div class="product">
   25615 <span class="title">speex-1.2_rc1</span>
   25616 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   25617 <span class="homepage"><a href="http://www.speex.org">homepage</a></span>
   25618 <div class="licence">
   25619 <pre>Scanned Source License speex-1.2rc1/COPYING:
   25620 
   25621 Copyright 2002-2008 	Xiph.org Foundation
   25622 Copyright 2002-2008 	Jean-Marc Valin
   25623 Copyright 2005-2007	Analog Devices Inc.
   25624 Copyright 2005-2008	Commonwealth Scientific and Industrial Research 
   25625                         Organisation (CSIRO)
   25626 Copyright 1993, 2002, 2006 David Rowe
   25627 Copyright 2003 		EpicGames
   25628 Copyright 1992-1994	Jutta Degener, Carsten Bormann
   25629 
   25630 Redistribution and use in source and binary forms, with or without
   25631 modification, are permitted provided that the following conditions
   25632 are met:
   25633 
   25634 - Redistributions of source code must retain the above copyright
   25635 notice, this list of conditions and the following disclaimer.
   25636 
   25637 - Redistributions in binary form must reproduce the above copyright
   25638 notice, this list of conditions and the following disclaimer in the
   25639 documentation and/or other materials provided with the distribution.
   25640 
   25641 - Neither the name of the Xiph.org Foundation nor the names of its
   25642 contributors may be used to endorse or promote products derived from
   25643 this software without specific prior written permission.
   25644 
   25645 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
   25646 ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
   25647 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
   25648 A PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR
   25649 CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
   25650 EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
   25651 PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
   25652 PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
   25653 LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
   25654 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
   25655 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
   25656 
   25657 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   25658 </pre>
   25659 <ul>
   25660 
   25661 </ul>
   25662 </div>
   25663 </div>
   25664 
   25665 
   25666 <div class="product">
   25667 <span class="title">sqlite-3.6.22</span>
   25668 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   25669 <span class="homepage"><a href="http://www.sqlite.org/">homepage</a></span>
   25670 <div class="licence">
   25671 <pre></pre>
   25672 <ul>
   25673 <li><a href='#as-is'>Gentoo Package Stock License as-is</a></li>
   25674 </ul>
   25675 </div>
   25676 </div>
   25677 
   25678 
   25679 <div class="product">
   25680 <span class="title">sshfs-fuse-2.4</span>
   25681 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   25682 <span class="homepage"><a href="http://fuse.sourceforge.net/sshfs.html">homepage</a></span>
   25683 <div class="licence">
   25684 <pre></pre>
   25685 <ul>
   25686 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
   25687 </ul>
   25688 </div>
   25689 </div>
   25690 
   25691 
   25692 <div class="product">
   25693 <span class="title">strace-4.8</span>
   25694 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   25695 <span class="homepage"><a href="http://sourceforge.net/projects/strace/">homepage</a></span>
   25696 <div class="licence">
   25697 <pre>Scanned Source License strace-4.8/COPYING:
   25698 
   25699 Copyright (c) 1991, 1992 Paul Kranenburg &lt;pk (a] cs.few.eur.nl&gt;
   25700 Copyright (c) 1993 Branko Lankester &lt;branko (a] hacktic.nl&gt;
   25701 Copyright (c) 1993 Ulrich Pegelow &lt;pegelow (a] moorea.uni-muenster.de&gt;
   25702 Copyright (c) 1995, 1996 Michael Elizabeth Chastain &lt;mec (a] duracef.shout.net&gt;
   25703 Copyright (c) 1993, 1994, 1995, 1996 Rick Sladkey &lt;jrs (a] world.std.com&gt;
   25704 Copyright (C) 1998-2001 Wichert Akkerman &lt;wakkerma (a] deephackmode.org&gt;
   25705 All rights reserved.
   25706 
   25707 Redistribution and use in source and binary forms, with or without
   25708 modification, are permitted provided that the following conditions
   25709 are met:
   25710 1. Redistributions of source code must retain the above copyright
   25711    notice, this list of conditions and the following disclaimer.
   25712 2. Redistributions in binary form must reproduce the above copyright
   25713    notice, this list of conditions and the following disclaimer in the
   25714    documentation and/or other materials provided with the distribution.
   25715 3. The name of the author may not be used to endorse or promote products
   25716    derived from this software without specific prior written permission.
   25717 
   25718 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
   25719 IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
   25720 OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
   25721 IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
   25722 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
   25723 NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
   25724 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
   25725 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
   25726 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
   25727 THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
   25728 
   25729 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   25730 
   25731 Scanned Source License strace-4.8/debian/copyright:
   25732 
   25733 This is the Debian packaged version of strace. For a complete list of
   25734 changes from the upstream version please see the changelog.
   25735 
   25736 The upstream sources can be found at http://sourceforge.net/projects/strace/
   25737 
   25738 This is the copyright as found in the upstream sources:
   25739 
   25740 Copyright (c) 1991, 1992 Paul Kranenburg &lt;pk (a] cs.few.eur.nl&gt;
   25741 Copyright (c) 1993 Branko Lankester &lt;branko (a] hacktic.nl&gt;
   25742 Copyright (c) 1993 Ulrich Pegelow &lt;pegelow (a] moorea.uni-muenster.de&gt;
   25743 Copyright (c) 1995, 1996 Michael Elizabeth Chastain &lt;mec (a] duracef.shout.net&gt;
   25744 Copyright (c) 1993, 1994, 1995, 1996 Rick Sladkey &lt;jrs (a] world.std.com&gt;
   25745 Copyright (C) 1998-2003 Wichert Akkerman &lt;wakkerma (a] deephackmode.org&gt;
   25746 Copyright (c) 2002-2008 Roland McGrath  &lt;roland (a] redhat.com&gt;
   25747 Copyright (c) 2003-2008 Dmitry V. Levin &lt;ldv (a] altlinux.org&gt;
   25748 Copyright (c) 2007-2008 Jan Kratochvil  &lt;jan.kratochvil (a] redhat.com&gt;
   25749 All rights reserved.
   25750 
   25751 Redistribution and use in source and binary forms, with or without
   25752 modification, are permitted provided that the following conditions
   25753 are met:
   25754 1. Redistributions of source code must retain the above copyright
   25755    notice, this list of conditions and the following disclaimer.
   25756 2. Redistributions in binary form must reproduce the above copyright
   25757    notice, this list of conditions and the following disclaimer in the
   25758    documentation and/or other materials provided with the distribution.
   25759 3. The name of the author may not be used to endorse or promote products
   25760    derived from this software without specific prior written permission.
   25761 
   25762 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
   25763 IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
   25764 OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
   25765 IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
   25766 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
   25767 NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
   25768 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
   25769 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
   25770 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
   25771 THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
   25772 
   25773 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   25774 </pre>
   25775 <ul>
   25776 
   25777 </ul>
   25778 </div>
   25779 </div>
   25780 
   25781 
   25782 <div class="product">
   25783 <span class="title">stressapptest-1.0.4</span>
   25784 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   25785 <span class="homepage"><a href="http://code.google.com/p/stressapptest/">homepage</a></span>
   25786 <div class="licence">
   25787 <pre></pre>
   25788 <ul>
   25789 <li><a href='#Apache-2.0'>Gentoo Package Stock License Apache-2.0</a></li>
   25790 </ul>
   25791 </div>
   25792 </div>
   25793 
   25794 
   25795 <div class="product">
   25796 <span class="title">strongswan-5.0.2</span>
   25797 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   25798 <span class="homepage"><a href="http://www.strongswan.org/">homepage</a></span>
   25799 <div class="licence">
   25800 <pre>Gentoo Package Stock License RSA:
   25801 
   25802 Copyright (C) &lt;years&gt;, RSA Data Security, Inc. Created &lt;year&gt;. All
   25803 rights reserved.
   25804 
   25805 License to copy and use this software is granted provided that it
   25806 is identified as the "RSA Data Security, Inc. MD&lt;id&gt; Message-Digest
   25807 Algorithm" in all material mentioning or referencing this software
   25808 or this function.
   25809 
   25810 License is also granted to make and use derivative works provided
   25811 that such works are identified as "derived from the RSA Data
   25812 Security, Inc. MD&lt;id&gt; Message-Digest Algorithm" in all material
   25813 mentioning or referencing the derived work.
   25814 
   25815 RSA Data Security, Inc. makes no representations concerning either
   25816 the merchantability of this software or the suitability of this
   25817 software for any particular purpose. It is provided "as is"
   25818 without express or implied warranty of any kind.
   25819 
   25820 These notices must be retained in any copies of any part of this
   25821 documentation and/or software.
   25822 
   25823 ----------------------------------------------------------------------
   25824 http://www.ietf.org/ietf-ftp/IPR/RSA-MD-all
   25825 
   25826 The following was recevied Fenbruary 23,2000
   25827 From: "Linn, John" &lt;jlinn (a] rsasecurity.com&gt;
   25828 
   25829 February 19, 2000
   25830 
   25831         The purpose of this memo is to clarify the status of intellectual
   25832 property rights asserted by RSA Security Inc. ("RSA") in the MD2, MD4 and
   25833 MD5 message-digest algorithms, which are documented in RFC-1319, RFC-1320,
   25834 and RFC-1321 respectively.
   25835 
   25836         Implementations of these message-digest algorithms, including
   25837 implementations derived from the reference C code in RFC-1319, RFC-1320, and
   25838 RFC-1321, may be made, used, and sold without license from RSA for any
   25839 purpose.
   25840 
   25841         No rights other than the ones explicitly set forth above are
   25842 granted.  Further, although RSA grants rights to implement certain
   25843 algorithms as defined by identified RFCs, including implementations derived
   25844 from the reference C code in those RFCs, no right to use, copy, sell, or
   25845 distribute any other implementations of the MD2, MD4, or MD5 message-digest
   25846 algorithms created, implemented, or distributed by RSA is hereby granted by
   25847 implication, estoppel, or otherwise.  Parties interested in licensing
   25848 security components and toolkits written by RSA should contact the company
   25849 to discuss receiving a license.  All other questions should be directed to
   25850 Margaret K. Seif, General Counsel, RSA Security Inc., 36 Crosby Drive,
   25851 Bedford, Massachusetts 01730.
   25852 
   25853         Implementations of the MD2, MD4, or MD5 algorithms may be subject to
   25854 United States laws and regulations controlling the export of technical data,
   25855 computer software, laboratory prototypes and other commodities (including
   25856 the Arms Export Control Act, as amended, and the Export Administration Act
   25857 of 1970).  The transfer of certain technical data and commodities may
   25858 require a license from the cognizant agency of the United States Government.
   25859 RSA neither represents that a license shall not be required for a particular
   25860 implementation nor that, if required, one shall be issued.
   25861 
   25862 
   25863         DISCLAIMER: RSA MAKES NO REPRESENTATIONS AND EXTENDS NO WARRANTIES
   25864 OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO
   25865 WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, VALIDITY OF
   25866 INTELLECTUAL PROPERTY RIGHTS, ISSUED OR PENDING, OR THE ABSENCE OF LATENT OR
   25867 OTHER DEFECTS, WHETHER OR NOT DISCOVERABLE, IN CONNECTION WITH THE MD2, MD4,
   25868 OR MD5 ALGORITHMS.  NOTHING IN THIS GRANT OF RIGHTS SHALL BE CONSTRUED AS A
   25869 REPRESENTATION OR WARRANTY GIVEN BY RSA THAT THE IMPLEMENTATION OF THE
   25870 ALGORITHM WILL NOT INFRINGE THE INTELLECTUAL PROPERTY RIGHTS OF ANY THIRD
   25871 PARTY.  IN NO EVENT SHALL RSA, ITS TRUSTEES, DIRECTORS, OFFICERS, EMPLOYEES,
   25872 PARENTS AND AFFILIATES BE LIABLE FOR INCIDENTAL OR CONSEQUENTIAL DAMAGES OF
   25873 ANY KIND RESULTING FROM IMPLEMENTATION OF THIS ALGORITHM, INCLUDING ECONOMIC
   25874 DAMAGE OR INJURY TO PROPERTY AND LOST PROFITS, REGARDLESS OF WHETHER RSA
   25875 SHALL BE ADVISED, SHALL HAVE OTHER REASON TO KNOW, OR IN FACT SHALL KNOW OF
   25876 THE POSSIBILITY OF SUCH INJURY OR DAMAGE.
   25877 
   25878 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   25879 
   25880 Gentoo Package Stock License DES:
   25881 
   25882 Copyright (C) 1995-1997 Eric Young (eay (a] cryptsoft.com)
   25883 All rights reserved.
   25884 
   25885 This package is an DES implementation written by Eric Young (eay (a] cryptsoft.com).
   25886 The implementation was written so as to conform with MIT's libdes.
   25887 
   25888 This library is free for commercial and non-commercial use as long as
   25889 the following conditions are aheared to.  The following conditions
   25890 apply to all code found in this distribution.
   25891 
   25892 Copyright remains Eric Young's, and as such any Copyright notices in
   25893 the code are not to be removed.
   25894 If this package is used in a product, Eric Young should be given attribution
   25895 as the author of that the SSL library.  This can be in the form of a textual
   25896 message at program startup or in documentation (online or textual) provided
   25897 with the package.
   25898 
   25899 Redistribution and use in source and binary forms, with or without
   25900 modification, are permitted provided that the following conditions
   25901 are met:
   25902 1. Redistributions of source code must retain the copyright
   25903    notice, this list of conditions and the following disclaimer.
   25904 2. Redistributions in binary form must reproduce the above copyright
   25905    notice, this list of conditions and the following disclaimer in the
   25906    documentation and/or other materials provided with the distribution.
   25907 3. All advertising materials mentioning features or use of this software
   25908    must display the following acknowledgement:
   25909    This product includes software developed by Eric Young (eay (a] cryptsoft.com)
   25910 
   25911 THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
   25912 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
   25913 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
   25914 ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
   25915 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
   25916 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
   25917 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
   25918 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
   25919 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
   25920 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
   25921 SUCH DAMAGE.
   25922 
   25923 The license and distribution terms for any publically available version or
   25924 derivative of this code cannot be changed.  i.e. this code cannot simply be
   25925 copied and put under another distrubution license
   25926 [including the GNU Public License.]
   25927 
   25928 The reason behind this being stated in this direct manner is past
   25929 experience in code simply being copied and the attribution removed
   25930 from it and then being distributed as part of other packages. This
   25931 implementation was a non-trivial and unpaid effort.
   25932 
   25933 
   25934 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   25935 </pre>
   25936 <ul>
   25937 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
   25938 </ul>
   25939 </div>
   25940 </div>
   25941 
   25942 
   25943 <div class="product">
   25944 <span class="title">sudo-1.8.6_p7</span>
   25945 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   25946 <span class="homepage"><a href="http://www.sudo.ws/">homepage</a></span>
   25947 <div class="licence">
   25948 <pre>Scanned Source License sudo-1.8.6p7/doc/LICENSE:
   25949 
   25950 Sudo is distributed under the following license:
   25951 
   25952    Copyright (c) 1994-1996, 1998-2012
   25953         Todd C. Miller &lt;Todd.Miller (a] courtesan.com&gt;
   25954 
   25955    Permission to use, copy, modify, and distribute this software for any
   25956    purpose with or without fee is hereby granted, provided that the above
   25957    copyright notice and this permission notice appear in all copies.
   25958 
   25959    THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
   25960    WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
   25961    MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
   25962    ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
   25963    WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
   25964    ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
   25965    OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
   25966 
   25967    Sponsored in part by the Defense Advanced Research Projects
   25968    Agency (DARPA) and Air Force Research Laboratory, Air Force
   25969    Materiel Command, USAF, under agreement number F39502-99-1-0512.
   25970 
   25971 The file redblack.c bears the following license:
   25972 
   25973    Copyright (c) 2001 Emin Martinian
   25974   
   25975    Redistribution and use in source and binary forms, with or without
   25976    modification, are permitted provided that neither the name of Emin
   25977    Martinian nor the names of any contributors are be used to endorse or
   25978    promote products derived from this software without specific prior
   25979    written permission.
   25980   
   25981    THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
   25982    "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
   25983    LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
   25984    A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
   25985    OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
   25986    SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
   25987    LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
   25988    DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
   25989    THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
   25990    (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
   25991    OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
   25992 
   25993 The files getcwd.c, glob.c, glob.h and snprintf.c bear the following license:
   25994 
   25995    Copyright (c) 1989, 1990, 1991, 1993
   25996         The Regents of the University of California.  All rights reserved.
   25997 
   25998    Redistribution and use in source and binary forms, with or without
   25999    modification, are permitted provided that the following conditions
   26000    are met:
   26001    1. Redistributions of source code must retain the above copyright
   26002       notice, this list of conditions and the following disclaimer.
   26003    2. Redistributions in binary form must reproduce the above copyright
   26004       notice, this list of conditions and the following disclaimer in the
   26005       documentation and/or other materials provided with the distribution.
   26006    3. Neither the name of the University nor the names of its contributors
   26007       may be used to endorse or promote products derived from this software
   26008       without specific prior written permission.
   26009 
   26010    THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
   26011    ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
   26012    IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
   26013    ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
   26014    FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
   26015    DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
   26016    OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
   26017    HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
   26018    LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
   26019    OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
   26020    SUCH DAMAGE.
   26021 
   26022 The file fnmatch.c bears the following license:
   26023 
   26024    Copyright (c) 2011, VMware, Inc.
   26025    All rights reserved.
   26026    
   26027    Redistribution and use in source and binary forms, with or without
   26028    modification, are permitted provided that the following conditions are met:
   26029        * Redistributions of source code must retain the above copyright
   26030          notice, this list of conditions and the following disclaimer.
   26031        * Redistributions in binary form must reproduce the above copyright
   26032          notice, this list of conditions and the following disclaimer in the
   26033          documentation and/or other materials provided with the distribution.
   26034        * Neither the name of the VMware, Inc. nor the names of its contributors
   26035          may be used to endorse or promote products derived from this software
   26036          without specific prior written permission.
   26037    
   26038    THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
   26039    AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
   26040    IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
   26041    ARE DISCLAIMED. IN NO EVENT SHALL VMWARE, INC. OR CONTRIBUTORS BE LIABLE FOR
   26042    ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
   26043    (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
   26044    LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
   26045    ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
   26046    (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
   26047    THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
   26048 
   26049 The embedded copy of zlib bears the following license:
   26050 
   26051   Copyright (C) 1995-2012 Jean-loup Gailly and Mark Adler
   26052 
   26053   This software is provided 'as-is', without any express or implied
   26054   warranty.  In no event will the authors be held liable for any damages
   26055   arising from the use of this software.
   26056 
   26057   Permission is granted to anyone to use this software for any purpose,
   26058   including commercial applications, and to alter it and redistribute it
   26059   freely, subject to the following restrictions:
   26060 
   26061   1. The origin of this software must not be misrepresented; you must not
   26062      claim that you wrote the original software. If you use this software
   26063      in a product, an acknowledgment in the product documentation would be
   26064      appreciated but is not required.
   26065   2. Altered source versions must be plainly marked as such, and must not be
   26066      misrepresented as being the original software.
   26067   3. This notice may not be removed or altered from any source distribution.
   26068 
   26069   Jean-loup Gailly        Mark Adler
   26070   jloup (a] gzip.org          madler (a] alumni.caltech.edu
   26071 
   26072 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   26073 </pre>
   26074 <ul>
   26075 <li><a href='#ISC'>Gentoo Package Stock License ISC</a></li>
   26076 </ul>
   26077 </div>
   26078 </div>
   26079 
   26080 
   26081 <div class="product">
   26082 <span class="title">swap-init-0.0.1</span>
   26083 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   26084 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span>
   26085 <div class="licence">
   26086 <pre></pre>
   26087 <ul>
   26088 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li>
   26089 </ul>
   26090 </div>
   26091 </div>
   26092 
   26093 
   26094 <div class="product">
   26095 <span class="title">swig-2.0.4</span>
   26096 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   26097 <span class="homepage"><a href="http://www.swig.org/">homepage</a></span>
   26098 <div class="licence">
   26099 <pre>Scanned Source License swig-2.0.4/CCache/COPYING:
   26100 
   26101 		    GNU GENERAL PUBLIC LICENSE
   26102 		       Version 2, June 1991
   26103 
   26104  Copyright (C) 1989, 1991 Free Software Foundation, Inc.
   26105                           675 Mass Ave, Cambridge, MA 02139, USA
   26106  Everyone is permitted to copy and distribute verbatim copies
   26107  of this license document, but changing it is not allowed.
   26108 
   26109 			    Preamble
   26110 
   26111   The licenses for most software are designed to take away your
   26112 freedom to share and change it.  By contrast, the GNU General Public
   26113 License is intended to guarantee your freedom to share and change free
   26114 software--to make sure the software is free for all its users.  This
   26115 General Public License applies to most of the Free Software
   26116 Foundation's software and to any other program whose authors commit to
   26117 using it.  (Some other Free Software Foundation software is covered by
   26118 the GNU Library General Public License instead.)  You can apply it to
   26119 your programs, too.
   26120 
   26121   When we speak of free software, we are referring to freedom, not
   26122 price.  Our General Public Licenses are designed to make sure that you
   26123 have the freedom to distribute copies of free software (and charge for
   26124 this service if you wish), that you receive source code or can get it
   26125 if you want it, that you can change the software or use pieces of it
   26126 in new free programs; and that you know you can do these things.
   26127 
   26128   To protect your rights, we need to make restrictions that forbid
   26129 anyone to deny you these rights or to ask you to surrender the rights.
   26130 These restrictions translate to certain responsibilities for you if you
   26131 distribute copies of the software, or if you modify it.
   26132 
   26133   For example, if you distribute copies of such a program, whether
   26134 gratis or for a fee, you must give the recipients all the rights that
   26135 you have.  You must make sure that they, too, receive or can get the
   26136 source code.  And you must show them these terms so they know their
   26137 rights.
   26138 
   26139   We protect your rights with two steps: (1) copyright the software, and
   26140 (2) offer you this license which gives you legal permission to copy,
   26141 distribute and/or modify the software.
   26142 
   26143   Also, for each author's protection and ours, we want to make certain
   26144 that everyone understands that there is no warranty for this free
   26145 software.  If the software is modified by someone else and passed on, we
   26146 want its recipients to know that what they have is not the original, so
   26147 that any problems introduced by others will not reflect on the original
   26148 authors' reputations.
   26149 
   26150   Finally, any free program is threatened constantly by software
   26151 patents.  We wish to avoid the danger that redistributors of a free
   26152 program will individually obtain patent licenses, in effect making the
   26153 program proprietary.  To prevent this, we have made it clear that any
   26154 patent must be licensed for everyone's free use or not licensed at all.
   26155 
   26156   The precise terms and conditions for copying, distribution and
   26157 modification follow.
   26158 
   26159 		    GNU GENERAL PUBLIC LICENSE
   26160    TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
   26161 
   26162   0. This License applies to any program or other work which contains
   26163 a notice placed by the copyright holder saying it may be distributed
   26164 under the terms of this General Public License.  The "Program", below,
   26165 refers to any such program or work, and a "work based on the Program"
   26166 means either the Program or any derivative work under copyright law:
   26167 that is to say, a work containing the Program or a portion of it,
   26168 either verbatim or with modifications and/or translated into another
   26169 language.  (Hereinafter, translation is included without limitation in
   26170 the term "modification".)  Each licensee is addressed as "you".
   26171 
   26172 Activities other than copying, distribution and modification are not
   26173 covered by this License; they are outside its scope.  The act of
   26174 running the Program is not restricted, and the output from the Program
   26175 is covered only if its contents constitute a work based on the
   26176 Program (independent of having been made by running the Program).
   26177 Whether that is true depends on what the Program does.
   26178 
   26179   1. You may copy and distribute verbatim copies of the Program's
   26180 source code as you receive it, in any medium, provided that you
   26181 conspicuously and appropriately publish on each copy an appropriate
   26182 copyright notice and disclaimer of warranty; keep intact all the
   26183 notices that refer to this License and to the absence of any warranty;
   26184 and give any other recipients of the Program a copy of this License
   26185 along with the Program.
   26186 
   26187 You may charge a fee for the physical act of transferring a copy, and
   26188 you may at your option offer warranty protection in exchange for a fee.
   26189 
   26190   2. You may modify your copy or copies of the Program or any portion
   26191 of it, thus forming a work based on the Program, and copy and
   26192 distribute such modifications or work under the terms of Section 1
   26193 above, provided that you also meet all of these conditions:
   26194 
   26195     a) You must cause the modified files to carry prominent notices
   26196     stating that you changed the files and the date of any change.
   26197 
   26198     b) You must cause any work that you distribute or publish, that in
   26199     whole or in part contains or is derived from the Program or any
   26200     part thereof, to be licensed as a whole at no charge to all third
   26201     parties under the terms of this License.
   26202 
   26203     c) If the modified program normally reads commands interactively
   26204     when run, you must cause it, when started running for such
   26205     interactive use in the most ordinary way, to print or display an
   26206     announcement including an appropriate copyright notice and a
   26207     notice that there is no warranty (or else, saying that you provide
   26208     a warranty) and that users may redistribute the program under
   26209     these conditions, and telling the user how to view a copy of this
   26210     License.  (Exception: if the Program itself is interactive but
   26211     does not normally print such an announcement, your work based on
   26212     the Program is not required to print an announcement.)
   26213 
   26214 These requirements apply to the modified work as a whole.  If
   26215 identifiable sections of that work are not derived from the Program,
   26216 and can be reasonably considered independent and separate works in
   26217 themselves, then this License, and its terms, do not apply to those
   26218 sections when you distribute them as separate works.  But when you
   26219 distribute the same sections as part of a whole which is a work based
   26220 on the Program, the distribution of the whole must be on the terms of
   26221 this License, whose permissions for other licensees extend to the
   26222 entire whole, and thus to each and every part regardless of who wrote it.
   26223 
   26224 Thus, it is not the intent of this section to claim rights or contest
   26225 your rights to work written entirely by you; rather, the intent is to
   26226 exercise the right to control the distribution of derivative or
   26227 collective works based on the Program.
   26228 
   26229 In addition, mere aggregation of another work not based on the Program
   26230 with the Program (or with a work based on the Program) on a volume of
   26231 a storage or distribution medium does not bring the other work under
   26232 the scope of this License.
   26233 
   26234   3. You may copy and distribute the Program (or a work based on it,
   26235 under Section 2) in object code or executable form under the terms of
   26236 Sections 1 and 2 above provided that you also do one of the following:
   26237 
   26238     a) Accompany it with the complete corresponding machine-readable
   26239     source code, which must be distributed under the terms of Sections
   26240     1 and 2 above on a medium customarily used for software interchange; or,
   26241 
   26242     b) Accompany it with a written offer, valid for at least three
   26243     years, to give any third party, for a charge no more than your
   26244     cost of physically performing source distribution, a complete
   26245     machine-readable copy of the corresponding source code, to be
   26246     distributed under the terms of Sections 1 and 2 above on a medium
   26247     customarily used for software interchange; or,
   26248 
   26249     c) Accompany it with the information you received as to the offer
   26250     to distribute corresponding source code.  (This alternative is
   26251     allowed only for noncommercial distribution and only if you
   26252     received the program in object code or executable form with such
   26253     an offer, in accord with Subsection b above.)
   26254 
   26255 The source code for a work means the preferred form of the work for
   26256 making modifications to it.  For an executable work, complete source
   26257 code means all the source code for all modules it contains, plus any
   26258 associated interface definition files, plus the scripts used to
   26259 control compilation and installation of the executable.  However, as a
   26260 special exception, the source code distributed need not include
   26261 anything that is normally distributed (in either source or binary
   26262 form) with the major components (compiler, kernel, and so on) of the
   26263 operating system on which the executable runs, unless that component
   26264 itself accompanies the executable.
   26265 
   26266 If distribution of executable or object code is made by offering
   26267 access to copy from a designated place, then offering equivalent
   26268 access to copy the source code from the same place counts as
   26269 distribution of the source code, even though third parties are not
   26270 compelled to copy the source along with the object code.
   26271 
   26272   4. You may not copy, modify, sublicense, or distribute the Program
   26273 except as expressly provided under this License.  Any attempt
   26274 otherwise to copy, modify, sublicense or distribute the Program is
   26275 void, and will automatically terminate your rights under this License.
   26276 However, parties who have received copies, or rights, from you under
   26277 this License will not have their licenses terminated so long as such
   26278 parties remain in full compliance.
   26279 
   26280   5. You are not required to accept this License, since you have not
   26281 signed it.  However, nothing else grants you permission to modify or
   26282 distribute the Program or its derivative works.  These actions are
   26283 prohibited by law if you do not accept this License.  Therefore, by
   26284 modifying or distributing the Program (or any work based on the
   26285 Program), you indicate your acceptance of this License to do so, and
   26286 all its terms and conditions for copying, distributing or modifying
   26287 the Program or works based on it.
   26288 
   26289   6. Each time you redistribute the Program (or any work based on the
   26290 Program), the recipient automatically receives a license from the
   26291 original licensor to copy, distribute or modify the Program subject to
   26292 these terms and conditions.  You may not impose any further
   26293 restrictions on the recipients' exercise of the rights granted herein.
   26294 You are not responsible for enforcing compliance by third parties to
   26295 this License.
   26296 
   26297   7. If, as a consequence of a court judgment or allegation of patent
   26298 infringement or for any other reason (not limited to patent issues),
   26299 conditions are imposed on you (whether by court order, agreement or
   26300 otherwise) that contradict the conditions of this License, they do not
   26301 excuse you from the conditions of this License.  If you cannot
   26302 distribute so as to satisfy simultaneously your obligations under this
   26303 License and any other pertinent obligations, then as a consequence you
   26304 may not distribute the Program at all.  For example, if a patent
   26305 license would not permit royalty-free redistribution of the Program by
   26306 all those who receive copies directly or indirectly through you, then
   26307 the only way you could satisfy both it and this License would be to
   26308 refrain entirely from distribution of the Program.
   26309 
   26310 If any portion of this section is held invalid or unenforceable under
   26311 any particular circumstance, the balance of the section is intended to
   26312 apply and the section as a whole is intended to apply in other
   26313 circumstances.
   26314 
   26315 It is not the purpose of this section to induce you to infringe any
   26316 patents or other property right claims or to contest validity of any
   26317 such claims; this section has the sole purpose of protecting the
   26318 integrity of the free software distribution system, which is
   26319 implemented by public license practices.  Many people have made
   26320 generous contributions to the wide range of software distributed
   26321 through that system in reliance on consistent application of that
   26322 system; it is up to the author/donor to decide if he or she is willing
   26323 to distribute software through any other system and a licensee cannot
   26324 impose that choice.
   26325 
   26326 This section is intended to make thoroughly clear what is believed to
   26327 be a consequence of the rest of this License.
   26328 
   26329   8. If the distribution and/or use of the Program is restricted in
   26330 certain countries either by patents or by copyrighted interfaces, the
   26331 original copyright holder who places the Program under this License
   26332 may add an explicit geographical distribution limitation excluding
   26333 those countries, so that distribution is permitted only in or among
   26334 countries not thus excluded.  In such case, this License incorporates
   26335 the limitation as if written in the body of this License.
   26336 
   26337   9. The Free Software Foundation may publish revised and/or new versions
   26338 of the General Public License from time to time.  Such new versions will
   26339 be similar in spirit to the present version, but may differ in detail to
   26340 address new problems or concerns.
   26341 
   26342 Each version is given a distinguishing version number.  If the Program
   26343 specifies a version number of this License which applies to it and "any
   26344 later version", you have the option of following the terms and conditions
   26345 either of that version or of any later version published by the Free
   26346 Software Foundation.  If the Program does not specify a version number of
   26347 this License, you may choose any version ever published by the Free Software
   26348 Foundation.
   26349 
   26350   10. If you wish to incorporate parts of the Program into other free
   26351 programs whose distribution conditions are different, write to the author
   26352 to ask for permission.  For software which is copyrighted by the Free
   26353 Software Foundation, write to the Free Software Foundation; we sometimes
   26354 make exceptions for this.  Our decision will be guided by the two goals
   26355 of preserving the free status of all derivatives of our free software and
   26356 of promoting the sharing and reuse of software generally.
   26357 
   26358 			    NO WARRANTY
   26359 
   26360   11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
   26361 FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.  EXCEPT WHEN
   26362 OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
   26363 PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
   26364 OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
   26365 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  THE ENTIRE RISK AS
   26366 TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU.  SHOULD THE
   26367 PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
   26368 REPAIR OR CORRECTION.
   26369 
   26370   12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
   26371 WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
   26372 REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
   26373 INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
   26374 OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
   26375 TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
   26376 YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
   26377 PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
   26378 POSSIBILITY OF SUCH DAMAGES.
   26379 
   26380 		     END OF TERMS AND CONDITIONS
   26381 
   26382 	Appendix: How to Apply These Terms to Your New Programs
   26383 
   26384   If you develop a new program, and you want it to be of the greatest
   26385 possible use to the public, the best way to achieve this is to make it
   26386 free software which everyone can redistribute and change under these terms.
   26387 
   26388   To do so, attach the following notices to the program.  It is safest
   26389 to attach them to the start of each source file to most effectively
   26390 convey the exclusion of warranty; and each file should have at least
   26391 the "copyright" line and a pointer to where the full notice is found.
   26392 
   26393     &lt;one line to give the program's name and a brief idea of what it does.&gt;
   26394     Copyright (C) 19yy  &lt;name of author&gt;
   26395 
   26396     This program is free software; you can redistribute it and/or modify
   26397     it under the terms of the GNU General Public License as published by
   26398     the Free Software Foundation; either version 2 of the License, or
   26399     (at your option) any later version.
   26400 
   26401     This program is distributed in the hope that it will be useful,
   26402     but WITHOUT ANY WARRANTY; without even the implied warranty of
   26403     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   26404     GNU General Public License for more details.
   26405 
   26406     You should have received a copy of the GNU General Public License
   26407     along with this program; if not, write to the Free Software
   26408     Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
   26409 
   26410 Also add information on how to contact you by electronic and paper mail.
   26411 
   26412 If the program is interactive, make it output a short notice like this
   26413 when it starts in an interactive mode:
   26414 
   26415     Gnomovision version 69, Copyright (C) 19yy name of author
   26416     Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
   26417     This is free software, and you are welcome to redistribute it
   26418     under certain conditions; type `show c' for details.
   26419 
   26420 The hypothetical commands `show w' and `show c' should show the appropriate
   26421 parts of the General Public License.  Of course, the commands you use may
   26422 be called something other than `show w' and `show c'; they could even be
   26423 mouse-clicks or menu items--whatever suits your program.
   26424 
   26425 You should also get your employer (if you work as a programmer) or your
   26426 school, if any, to sign a "copyright disclaimer" for the program, if
   26427 necessary.  Here is a sample; alter the names:
   26428 
   26429   Yoyodyne, Inc., hereby disclaims all copyright interest in the program
   26430   `Gnomovision' (which makes passes at compilers) written by James Hacker.
   26431 
   26432   &lt;signature of Ty Coon&gt;, 1 April 1989
   26433   Ty Coon, President of Vice
   26434 
   26435 This General Public License does not permit incorporating your program into
   26436 proprietary programs.  If your program is a subroutine library, you may
   26437 consider it more useful to permit linking proprietary applications with the
   26438 library.  If this is what you want to do, use the GNU Library General
   26439 Public License instead of this License.
   26440 
   26441 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   26442 
   26443 Scanned Source License swig-2.0.4/CCache/debian/copyright:
   26444 
   26445 This package was debianized by Paul Russell &lt;prussell (a] debian.org&gt; on
   26446 Sun, 31 Mar 2002 14:08:57 +0200.
   26447 
   26448 It was downloaded from http://ccache.samba.org/ftp/ccache/
   26449 
   26450 The ccache-zlib patch was downloaded from http://www.gustaebel.de/lars/ccache/
   26451 
   26452 Upstream Author: Andrew Tridgell &lt;tridge (a] samba.org&gt;
   26453 
   26454 Copyright: 2002-2005 Andrew Tridgell &lt;tridge (a] samba.org&gt;
   26455 
   26456    This program is free software; you can redistribute it and/or modify
   26457    it under the terms of the GNU General Public License as published by
   26458    the Free Software Foundation; either version 2 of the License, or
   26459    (at your option) any later version.
   26460 
   26461    This program is distributed in the hope that it will be useful,
   26462    but WITHOUT ANY WARRANTY; without even the implied warranty of
   26463    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   26464    GNU General Public License for more details.
   26465 
   26466    You should have received a copy of the GNU General Public License
   26467    along with this program; if not, write to the Free Software
   26468    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
   26469    02110-1301, USA
   26470 
   26471 You are free to distribute this software under the terms of the GNU General
   26472 Public License. On Debian systems, the complete text of the GNU General
   26473 Public License can be found in /usr/share/common-licenses/GPL file.
   26474 
   26475 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   26476 
   26477 Scanned Source License swig-2.0.4/COPYRIGHT:
   26478 
   26479 SWIG Copyright and Authors
   26480 --------------------------
   26481 
   26482 Copyright (c) 1995-2011 The SWIG Developers
   26483 Copyright (c) 2005-2006 Arizona Board of Regents (University of Arizona).
   26484 Copyright (c) 1998-2005 University of Chicago.
   26485 Copyright (c) 1995-1998 The University of Utah and the Regents of the University of California
   26486 
   26487 Portions also copyrighted by:
   26488  Network Applied Communication Laboratory, Inc
   26489  Information-technology Promotion Agency, Japan
   26490 
   26491 Active SWIG Developers:
   26492  William Fulton (wsf (a] fultondesigns.co.uk)               (SWIG core, Java, C#, Windows, Cygwin)
   26493  Olly Betts (olly (a] survex.com)                           (PHP)
   26494  Joseph Wang (joequant (a] gmail.com)                       (R)
   26495  Xavier Delacour (xavier.delacour (a] gmail.com)            (Octave)
   26496  David Nadlinger (code (a] klickverbot.at)                  (D)
   26497 
   26498 Past SWIG developers and major contributors include:
   26499  Dave Beazley (dave-swig (a] dabeaz.com)                    (SWIG core, Python, Tcl, Perl)
   26500  Henning Thielemann (swig (a] henning-thielemann.de)        (Modula3)
   26501  Matthias Kppe (mkoeppe (a] mail.math.uni-magdeburg.de)    (Guile, MzScheme)
   26502  Luigi Ballabio (luigi.ballabio (a] fastwebnet.it)          (STL wrapping)
   26503  Mikel Bancroft (mikel (a] franz.com)                       (Allegro CL)
   26504  Surendra Singhi (efuzzyone (a] netscape.net)               (CLISP, CFFI)
   26505  Marcelo Matus (mmatus (a] acms.arizona.edu)                (SWIG core, Python, UTL[python,perl,tcl,ruby])
   26506  Art Yerkes (ayerkes (a] speakeasy.net)                     (Ocaml)
   26507  Lyle Johnson (lyle (a] users.sourceforge.net)              (Ruby)
   26508  Charlie Savage (cfis (a] interserv.com)                    (Ruby)
   26509  Thien-Thi Nguyen (ttn (a] glug.org)                        (build/test/misc)
   26510  Richard Palmer (richard (a] magicality.org)                (PHP)
   26511  Sam Liddicott - Ananova Ltd (saml (a] liddicott.com)       (PHP)
   26512  Tim Hockin - Sun Microsystems (thockin (a] sun.com)        (PHP)
   26513  Kevin Ruland                                           (PHP)
   26514  Shibukawa Yoshiki                                      (Japanese Translation)
   26515  Jason Stewart (jason (a] openinformatics.com)              (Perl5)
   26516  Loic Dachary                                           (Perl5)
   26517  David Fletcher                                         (Perl5)
   26518  Gary Holt                                              (Perl5)
   26519  Masaki Fukushima                                       (Ruby)
   26520  Scott Michel (scottm (a] cs.ucla.edu)                      (Java directors)
   26521  Tiger Feng (songyanf (a] cs.uchicago.edu)                  (SWIG core)
   26522  Mark Rose (mrose (a] stm.lbl.gov)                          (Directors)
   26523  Jonah Beckford (beckford (a] usermail.com)                 (CHICKEN)
   26524  Ahmon Dancy (dancy (a] franz.com)                          (Allegro CL)
   26525  Dirk Gerrits                                           (Allegro CL)
   26526  Neil Cawse                                             (C#)
   26527  Harco de Hilster                                       (Java)
   26528  Alexey Dyachenko (dyachenko (a] fromru.com)                (Tcl)
   26529  Bob Techentin                                          (Tcl)
   26530  Martin Froehlich &lt;MartinFroehlich (a] ACM.org&gt;             (Guile)
   26531  Marcio Luis Teixeira &lt;marciot (a] holly.colostate.edu&gt;     (Guile)
   26532  Duncan Temple Lang                                     (R)
   26533  Miklos Vajna &lt;vmiklos (a] frugalware.org&gt;                  (PHP directors)
   26534  Mark Gossage (mark (a] gossage.cjb.net)                    (Lua)
   26535  Gonzalo Garramuno (ggarra (a] advancedsl.com.ar)           (Ruby, Ruby's UTL)
   26536  John Lenz                                              (Guile, MzScheme updates, Chicken module, runtime system)
   26537  Ian Lance Taylor                                       (Go)
   26538  Vadim Zeitlin                                          (PCRE)
   26539  Stefan Zager (szager (a] gmail.com)			(Python)
   26540 
   26541 Past contributors include:
   26542  James Michael DuPont, Clark McGrew, Dustin Mitchell, Ian Cooke, Catalin Dumitrescu, Baran
   26543  Kovuk, Oleg Tolmatcev, Tal Shalif, Lluis Padro, Chris Seatory, Igor Bely, Robin Dunn,
   26544  Edward Zimmermann, David Ascher, Dominique Dumont, Pier Giorgio Esposito, Hasan Baran Kovuk,
   26545  Klaus Wiedernders
   26546  (See CHANGES and CHANGES.current and the bug tracker for a more complete list).
   26547 
   26548 Past students:
   26549  Songyan Feng (Chicago).
   26550  Xinghua Shi (Chicago).
   26551  Jing Cao (Chicago).
   26552  Aquinas Hobor (Chicago).
   26553 
   26554 Historically, the following people contributed to early versions of SWIG.
   26555 Peter Lomdahl, Brad Holian, Shujia Zhou, Niels Jensen, and Tim Germann
   26556 at Los Alamos National Laboratory were the first users. Patrick
   26557 Tullmann at the University of Utah suggested the idea of automatic
   26558 documentation generation. John Schmidt and Kurtis Bleeker at the
   26559 University of Utah tested out the early versions.  Chris Johnson
   26560 supported SWIG's developed at the University of Utah. John Buckman,
   26561 Larry Virden, and Tom Schwaller provided valuable input on the first
   26562 releases and improving the portability of SWIG. David Fletcher and
   26563 Gary Holt have provided a great deal of input on improving SWIG's
   26564 Perl5 implementation. Kevin Butler contributed the first Windows NT
   26565 port.
   26566 
   26567 Early bug reports and patches:
   26568 Adam Hupp, Arthur Smyles, Brad Clements, Brett Williams, Buck Hodges,
   26569 Burkhard Kloss, Chia-Liang Kao, Craig Files, Dennis Marsa, Dieter Baron,
   26570 Drake Diedrich, Fleur Diana Dragan, Gary Pennington, Geoffrey Hort, Gerald Williams,
   26571 Greg Anderson, Greg Kochanski, Greg Troxel, Henry Rowley, Irina Kotlova,
   26572 Israel Taller, James Bailey, Jim Fulton, Joel Reed, Jon Travis,
   26573 Junio Hamano, Justin Heyes-Jones, Karl Forner, Keith Davidson,
   26574 Krzysztof Kozminski, Larry Virden, Luke J Crook, Magnus Ljung, Marc Zonzon,
   26575 Mark Howson, Micahel Scharf, Michel Sanner, Mike Romberg, Mike Simons,
   26576 Mike Weiblen, Paul Brannan, Ram Bhamidipaty, Reinhard Fobbe, Rich Wales,
   26577 Richard Salz, Roy Lecates, Rudy Albachten, Scott Drummonds
   26578 Scott Michel, Shaun Lowry, Steve Galser, Tarn Weisner Burton,
   26579 Thomas Weidner, Tony Seward, Uwe Steinmann, Vadim Chugunov, Wyss Clemens,
   26580 Zhong Ren.
   26581 
   26582 
   26583 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   26584 
   26585 Scanned Source License swig-2.0.4/LICENSE:
   26586 
   26587 SWIG is free software: you can redistribute it and/or modify it
   26588 under the terms of the GNU General Public License as published by
   26589 the Free Software Foundation, either version 3 of the License, or
   26590 (at your option) any later version. See the LICENSE-GPL file for
   26591 the full terms of the GNU General Public license version 3.
   26592 
   26593 Portions of SWIG are also licensed under the terms of the licenses
   26594 in the file LICENSE-UNIVERSITIES. You must observe the terms of
   26595 these licenses, as well as the terms of the GNU General Public License,
   26596 when you distribute SWIG.
   26597 
   26598 The SWIG library and examples, under the Lib and Examples top level 
   26599 directories, are distributed under the following terms:
   26600 
   26601   You may copy, modify, distribute, and make derivative works based on
   26602   this software, in source code or object code form, without
   26603   restriction. If you distribute the software to others, you may do
   26604   so according to the terms of your choice. This software is offered as
   26605   is, without warranty of any kind.
   26606 
   26607 See the COPYRIGHT file for a list of contributors to SWIG and their
   26608 copyright notices.
   26609 
   26610 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   26611 
   26612 Scanned Source License swig-2.0.4/LICENSE-UNIVERSITIES:
   26613 
   26614 SWIG is distributed under the following terms:
   26615 
   26616 I.  
   26617 
   26618 Copyright (c) 1995-1998
   26619 The University of Utah and the Regents of the University of California
   26620 All Rights Reserved
   26621 
   26622 Permission is hereby granted, without written agreement and without
   26623 license or royalty fees, to use, copy, modify, and distribute this
   26624 software and its documentation for any purpose, provided that 
   26625 (1) The above copyright notice and the following two paragraphs
   26626 appear in all copies of the source code and (2) redistributions
   26627 including binaries reproduces these notices in the supporting
   26628 documentation.   Substantial modifications to this software may be
   26629 copyrighted by their authors and need not follow the licensing terms
   26630 described here, provided that the new terms are clearly indicated in
   26631 all files where they apply.
   26632 
   26633 IN NO EVENT SHALL THE AUTHOR, THE UNIVERSITY OF CALIFORNIA, THE 
   26634 UNIVERSITY OF UTAH OR DISTRIBUTORS OF THIS SOFTWARE BE LIABLE TO ANY
   26635 PARTY FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL
   26636 DAMAGES ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION,
   26637 EVEN IF THE AUTHORS OR ANY OF THE ABOVE PARTIES HAVE BEEN ADVISED OF
   26638 THE POSSIBILITY OF SUCH DAMAGE.
   26639 
   26640 THE AUTHOR, THE UNIVERSITY OF CALIFORNIA, AND THE UNIVERSITY OF UTAH
   26641 SPECIFICALLY DISCLAIM ANY WARRANTIES,INCLUDING, BUT NOT LIMITED TO, 
   26642 THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
   26643 PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS ON AN "AS IS" BASIS, AND 
   26644 THE AUTHORS AND DISTRIBUTORS HAVE NO OBLIGATION TO PROVIDE MAINTENANCE,
   26645 SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
   26646 
   26647 
   26648 II. 
   26649 
   26650 This software includes contributions that are Copyright (c) 1998-2005
   26651 University of Chicago.
   26652 All rights reserved.
   26653 
   26654 Redistribution and use in source and binary forms, with or without
   26655 modification, are permitted provided that the following conditions are
   26656 met:
   26657 
   26658 Redistributions of source code must retain the above copyright notice,
   26659 this list of conditions and the following disclaimer.  Redistributions
   26660 in binary form must reproduce the above copyright notice, this list of
   26661 conditions and the following disclaimer in the documentation and/or
   26662 other materials provided with the distribution.  Neither the name of
   26663 the University of Chicago nor the names of its contributors may be
   26664 used to endorse or promote products derived from this software without
   26665 specific prior written permission.
   26666 
   26667 THIS SOFTWARE IS PROVIDED BY THE UNIVERSITY OF CHICAGO AND CONTRIBUTORS
   26668 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
   26669 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
   26670 PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE UNIVERSITY OF
   26671 CHICAGO OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
   26672 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
   26673 TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
   26674 PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
   26675 LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
   26676 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
   26677 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
   26678 
   26679 
   26680 III.  
   26681 
   26682 This software includes contributions that are Copyright (c) 2005-2006
   26683 Arizona Board of Regents (University of Arizona).
   26684 All Rights Reserved
   26685 
   26686 Permission is hereby granted, without written agreement and without
   26687 license or royalty fees, to use, copy, modify, and distribute this
   26688 software and its documentation for any purpose, provided that 
   26689 (1) The above copyright notice and the following paragraph
   26690 appear in all copies of the source code and (2) redistributions
   26691 including binaries reproduces these notices in the supporting
   26692 documentation.   Substantial modifications to this software may be
   26693 copyrighted by their authors and need not follow the licensing terms
   26694 described here, provided that the new terms are clearly indicated in
   26695 all files where they apply.
   26696 
   26697 THIS SOFTWARE IS PROVIDED BY THE UNIVERSITY OF ARIZONA AND CONTRIBUTORS
   26698 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
   26699 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
   26700 PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE UNIVERSITY OF
   26701 ARIZONA OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
   26702 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
   26703 TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
   26704 PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
   26705 LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
   26706 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
   26707 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
   26708 
   26709 
   26710 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   26711 </pre>
   26712 <ul>
   26713 <li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li>
   26714 <li><a href='#as-is'>Gentoo Package Stock License as-is</a></li>
   26715 </ul>
   26716 </div>
   26717 </div>
   26718 
   26719 
   26720 <div class="product">
   26721 <span class="title">syslinux-3.83</span>
   26722 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   26723 <span class="homepage"><a href="http://syslinux.zytor.com/">homepage</a></span>
   26724 <div class="licence">
   26725 <pre></pre>
   26726 <ul>
   26727 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
   26728 </ul>
   26729 </div>
   26730 </div>
   26731 
   26732 
   26733 <div class="product">
   26734 <span class="title">sysstat-10.2.0</span>
   26735 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   26736 <span class="homepage"><a href="http://pagesperso-orange.fr/sebastien.godard/">homepage</a></span>
   26737 <div class="licence">
   26738 <pre></pre>
   26739 <ul>
   26740 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
   26741 </ul>
   26742 </div>
   26743 </div>
   26744 
   26745 
   26746 <div class="product">
   26747 <span class="title">system_api-0.0.1</span>
   26748 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   26749 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span>
   26750 <div class="licence">
   26751 <pre></pre>
   26752 <ul>
   26753 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li>
   26754 </ul>
   26755 </div>
   26756 </div>
   26757 
   26758 
   26759 <div class="product">
   26760 <span class="title">tar-1.26</span>
   26761 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   26762 <span class="homepage"><a href="http://www.gnu.org/software/tar/">homepage</a></span>
   26763 <div class="licence">
   26764 <pre></pre>
   26765 <ul>
   26766 <li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li>
   26767 </ul>
   26768 </div>
   26769 </div>
   26770 
   26771 
   26772 <div class="product">
   26773 <span class="title">tcpdump-4.5.1</span>
   26774 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   26775 <span class="homepage"><a href="http://www.tcpdump.org/">homepage</a></span>
   26776 <div class="licence">
   26777 <pre>Scanned Source License tcpdump-4.5.1/LICENSE:
   26778 
   26779 License: BSD
   26780  
   26781 Redistribution and use in source and binary forms, with or without
   26782 modification, are permitted provided that the following conditions
   26783 are met:
   26784   
   26785   1. Redistributions of source code must retain the above copyright
   26786      notice, this list of conditions and the following disclaimer.
   26787   2. Redistributions in binary form must reproduce the above copyright
   26788      notice, this list of conditions and the following disclaimer in
   26789      the documentation and/or other materials provided with the
   26790      distribution.
   26791   3. The names of the authors may not be used to endorse or promote
   26792      products derived from this software without specific prior
   26793      written permission.
   26794   
   26795 THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
   26796 IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
   26797 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
   26798 
   26799 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   26800 </pre>
   26801 <ul>
   26802 
   26803 </ul>
   26804 </div>
   26805 </div>
   26806 
   26807 
   26808 <div class="product">
   26809 <span class="title">telemetry-0.0.1</span>
   26810 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   26811 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span>
   26812 <div class="licence">
   26813 <pre></pre>
   26814 <ul>
   26815 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
   26816 </ul>
   26817 </div>
   26818 </div>
   26819 
   26820 
   26821 <div class="product">
   26822 <span class="title">tibt-jomolhari-0.0.3c</span>
   26823 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   26824 <span class="homepage"><a href="https://sites.google.com/site/chrisfynn2/home/fonts/jomolhari">homepage</a></span>
   26825 <div class="licence">
   26826 <pre></pre>
   26827 <ul>
   26828 <li><a href='#OFL-1.1'>Gentoo Package Stock License OFL-1.1</a></li>
   26829 </ul>
   26830 </div>
   26831 </div>
   26832 
   26833 
   26834 <div class="product">
   26835 <span class="title">tiff-4.0.0</span>
   26836 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   26837 <span class="homepage"><a href="http://www.remotesensing.org/libtiff/">homepage</a></span>
   26838 <div class="licence">
   26839 <pre>Scanned Source License tiff-4.0.0/COPYRIGHT:
   26840 
   26841 Copyright (c) 1988-1997 Sam Leffler
   26842 Copyright (c) 1991-1997 Silicon Graphics, Inc.
   26843 
   26844 Permission to use, copy, modify, distribute, and sell this software and 
   26845 its documentation for any purpose is hereby granted without fee, provided
   26846 that (i) the above copyright notices and this permission notice appear in
   26847 all copies of the software and related documentation, and (ii) the names of
   26848 Sam Leffler and Silicon Graphics may not be used in any advertising or
   26849 publicity relating to the software without the specific, prior written
   26850 permission of Sam Leffler and Silicon Graphics.
   26851 
   26852 THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF ANY KIND, 
   26853 EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY 
   26854 WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.  
   26855 
   26856 IN NO EVENT SHALL SAM LEFFLER OR SILICON GRAPHICS BE LIABLE FOR
   26857 ANY SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND,
   26858 OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
   26859 WHETHER OR NOT ADVISED OF THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF 
   26860 LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE 
   26861 OF THIS SOFTWARE.
   26862 
   26863 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   26864 </pre>
   26865 <ul>
   26866 <li><a href='#as-is'>Gentoo Package Stock License as-is</a></li>
   26867 </ul>
   26868 </div>
   26869 </div>
   26870 
   26871 
   26872 <div class="product">
   26873 <span class="title">time-1.7</span>
   26874 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   26875 <span class="homepage"><a href="http://www.gnu.org/directory/time.html">homepage</a></span>
   26876 <div class="licence">
   26877 <pre></pre>
   26878 <ul>
   26879 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
   26880 </ul>
   26881 </div>
   26882 </div>
   26883 
   26884 
   26885 <div class="product">
   26886 <span class="title">timezone-data-2014e</span>
   26887 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   26888 <span class="homepage"><a href="http://www.iana.org/time-zones">homepage</a></span>
   26889 <div class="licence">
   26890 <pre>Copyright Attribution License chromiumos-overlay/licenses/copyright-attribution/sys-libs/timezone-data:
   26891 
   26892 Copyright (c) 1985, 1987, 1988 The Regents of the University of California.
   26893 All rights reserved.
   26894 
   26895 Redistribution and use in source and binary forms are permitted
   26896 provided that the above copyright notice and this paragraph are
   26897 duplicated in all such forms and that any documentation,
   26898 advertising materials, and other materials related to such
   26899 distribution and use acknowledge that the software was developed
   26900 by the University of California, Berkeley.  The name of the
   26901 University may not be used to endorse or promote products derived
   26902 from this software without specific prior written permission.
   26903 THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
   26904 IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
   26905 WARRANTIES OF MERCHANT[A]BILITY AND FITNESS FOR A PARTICULAR PURPOSE.
   26906 
   26907 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   26908 </pre>
   26909 <ul>
   26910 <li><a href='#public-domain'>Gentoo Package Stock License public-domain</a></li>
   26911 </ul>
   26912 </div>
   26913 </div>
   26914 
   26915 
   26916 <div class="product">
   26917 <span class="title">tlsdate-0.0.5</span>
   26918 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   26919 <span class="homepage"><a href="https://github.com/ioerror/tlsdate">homepage</a></span>
   26920 <div class="licence">
   26921 <pre>Scanned Source License tlsdate-0.0.5/LICENSE:
   26922 
   26923                     This file contains the license for tlsdate,
   26924         a free software project to set your system clock securely.
   26925 
   26926         It also lists the licenses for other components used by tlsdate.
   26927 
   26928       For more information about tlsdate, see https://github.com/ioerror/tlsdate
   26929 
   26930              If you got this file as a part of a larger bundle,
   26931         there may be other license terms that you should be aware of.
   26932 
   26933 ===============================================================================
   26934 tlsdate is distributed under this license:
   26935 
   26936 Copyright (c) 2011-2012, Jacob Appelbaum &lt;jacob (a] appelbaum.net&gt;
   26937 Copyright (c) 2011-2012, The Tor Project, Inc.
   26938 
   26939 Redistribution and use in source and binary forms, with or without
   26940 modification, are permitted provided that the following conditions are
   26941 met:
   26942 
   26943     * Redistributions of source code must retain the above copyright
   26944 notice, this list of conditions and the following disclaimer.
   26945 
   26946     * Redistributions in binary form must reproduce the above
   26947 copyright notice, this list of conditions and the following disclaimer
   26948 in the documentation and/or other materials provided with the
   26949 distribution.
   26950 
   26951     * Neither the names of the copyright owners nor the names of its
   26952 contributors may be used to endorse or promote products derived from
   26953 this software without specific prior written permission.
   26954 
   26955 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
   26956 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
   26957 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
   26958 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
   26959 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
   26960 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
   26961 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
   26962 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
   26963 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
   26964 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
   26965 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
   26966 ===============================================================================
   26967 If you got tlsdate as a static binary with OpenSSL included, then you should
   26968 know:
   26969 
   26970  "This product includes software developed by the OpenSSL Project for use in
   26971   the OpenSSL Toolkit (http://www.openssl.org/)"
   26972 
   26973 ===============================================================================
   26974 
   26975 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   26976 </pre>
   26977 <ul>
   26978 
   26979 </ul>
   26980 </div>
   26981 </div>
   26982 
   26983 
   26984 <div class="product">
   26985 <span class="title">tmux-1.9a</span>
   26986 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   26987 <span class="homepage"><a href="http://tmux.sourceforge.net">homepage</a></span>
   26988 <div class="licence">
   26989 <pre></pre>
   26990 <ul>
   26991 <li><a href='#ISC'>Gentoo Package Stock License ISC</a></li>
   26992 </ul>
   26993 </div>
   26994 </div>
   26995 
   26996 
   26997 <div class="product">
   26998 <span class="title">touch_noise_filter-0.0.1</span>
   26999 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   27000 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span>
   27001 <div class="licence">
   27002 <pre></pre>
   27003 <ul>
   27004 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li>
   27005 </ul>
   27006 </div>
   27007 </div>
   27008 
   27009 
   27010 <div class="product">
   27011 <span class="title">touchbot-1.0</span>
   27012 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   27013 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span>
   27014 <div class="licence">
   27015 <pre></pre>
   27016 <ul>
   27017 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
   27018 </ul>
   27019 </div>
   27020 </div>
   27021 
   27022 
   27023 <div class="product">
   27024 <span class="title">touchpad-tests-0.0.1</span>
   27025 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   27026 <span class="homepage"><a href="">homepage</a></span>
   27027 <div class="licence">
   27028 <pre></pre>
   27029 <ul>
   27030 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li>
   27031 </ul>
   27032 </div>
   27033 </div>
   27034 
   27035 
   27036 <div class="product">
   27037 <span class="title">tpm-tools-1.3.5</span>
   27038 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   27039 <span class="homepage"><a href="http://trousers.sourceforge.net">homepage</a></span>
   27040 <div class="licence">
   27041 <pre></pre>
   27042 <ul>
   27043 <li><a href='#CPL-1.0'>Gentoo Package Stock License CPL-1.0</a></li>
   27044 </ul>
   27045 </div>
   27046 </div>
   27047 
   27048 
   27049 <div class="product">
   27050 <span class="title">trapproto-3.4.3</span>
   27051 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   27052 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span>
   27053 <div class="licence">
   27054 <pre>Scanned Source License trapproto-3.4.3/COPYING:
   27055 
   27056 Copyright 1987, 1988, 1989, 1990, 1994 by Digital Equipment Corporation, 
   27057 Maynard, MA
   27058 
   27059 Permission to use, copy, modify, and distribute this software and its 
   27060 documentation for any purpose and without fee is hereby granted, 
   27061 provided that the above copyright notice appear in all copies and that
   27062 both that copyright notice and this permission notice appear in 
   27063 supporting documentation, and that the name of Digital not be
   27064 used in advertising or publicity pertaining to distribution of the
   27065 software without specific, written prior permission.  
   27066 
   27067 DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
   27068 ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL
   27069 DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR
   27070 ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
   27071 WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
   27072 ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
   27073 SOFTWARE.
   27074 
   27075 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   27076 </pre>
   27077 <ul>
   27078 
   27079 </ul>
   27080 </div>
   27081 </div>
   27082 
   27083 
   27084 <div class="product">
   27085 <span class="title">trousers-0.3.3</span>
   27086 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   27087 <span class="homepage"><a href="http://trousers.sf.net">homepage</a></span>
   27088 <div class="licence">
   27089 <pre></pre>
   27090 <ul>
   27091 <li><a href='#CPL-1.0'>Gentoo Package Stock License CPL-1.0</a></li>
   27092 </ul>
   27093 </div>
   27094 </div>
   27095 
   27096 
   27097 <div class="product">
   27098 <span class="title">tty-0.0.1</span>
   27099 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   27100 <span class="homepage"><a href="">homepage</a></span>
   27101 <div class="licence">
   27102 <pre></pre>
   27103 <ul>
   27104 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li>
   27105 </ul>
   27106 </div>
   27107 </div>
   27108 
   27109 
   27110 <div class="product">
   27111 <span class="title">turbostat-3.8.11</span>
   27112 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   27113 <span class="homepage"><a href="https://www.kernel.org/">homepage</a></span>
   27114 <div class="licence">
   27115 <pre></pre>
   27116 <ul>
   27117 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
   27118 </ul>
   27119 </div>
   27120 </div>
   27121 
   27122 
   27123 <div class="product">
   27124 <span class="title">u-boot-2013.06</span>
   27125 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   27126 <span class="homepage"><a href="http://www.denx.de/wiki/U-Boot">homepage</a></span>
   27127 <div class="licence">
   27128 <pre></pre>
   27129 <ul>
   27130 <li><a href='#GPL-2+'>Gentoo Package Stock License GPL-2+</a></li>
   27131 </ul>
   27132 </div>
   27133 </div>
   27134 
   27135 
   27136 <div class="product">
   27137 <span class="title">udev-171</span>
   27138 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   27139 <span class="homepage"><a href="http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev.html">homepage</a></span>
   27140 <div class="licence">
   27141 <pre></pre>
   27142 <ul>
   27143 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
   27144 </ul>
   27145 </div>
   27146 </div>
   27147 
   27148 
   27149 <div class="product">
   27150 <span class="title">unrar-4.2.4</span>
   27151 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   27152 <span class="homepage"><a href="http://www.rarlab.com/rar_add.htm">homepage</a></span>
   27153 <div class="licence">
   27154 <pre>Gentoo Package Stock License unRAR:
   27155 
   27156  ******    *****   ******   UnRAR - free utility for RAR archives
   27157  **   **  **   **  **   **  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   27158  ******   *******  ******    License for use and distribution of
   27159  **   **  **   **  **   **   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   27160  **   **  **   **  **   **         FREE portable version
   27161                                    ~~~~~~~~~~~~~~~~~~~~~
   27162 
   27163       The source code of UnRAR utility is freeware. This means:
   27164 
   27165    1. All copyrights to RAR and the utility UnRAR are exclusively
   27166       owned by the author - Alexander Roshal.
   27167 
   27168    2. UnRAR source code may be used in any software to handle
   27169       RAR archives without limitations free of charge, but cannot be
   27170       used to develop RAR (WinRAR) compatible archiver and to
   27171       re-create RAR compression algorithm, which is proprietary.
   27172       Distribution of modified UnRAR source code in separate form
   27173       or as a part of other software is permitted, provided that
   27174       full text of this paragraph, starting from "UnRAR source code"
   27175       words, is included in license, or in documentation if license
   27176       is not available, and in source code comments of resulting package.
   27177 
   27178    3. The UnRAR utility may be freely distributed. It is allowed
   27179       to distribute UnRAR inside of other software packages.
   27180 
   27181    4. THE RAR ARCHIVER AND THE UnRAR UTILITY ARE DISTRIBUTED "AS IS".
   27182       NO WARRANTY OF ANY KIND IS EXPRESSED OR IMPLIED.  YOU USE AT 
   27183       YOUR OWN RISK. THE AUTHOR WILL NOT BE LIABLE FOR DATA LOSS, 
   27184       DAMAGES, LOSS OF PROFITS OR ANY OTHER KIND OF LOSS WHILE USING
   27185       OR MISUSING THIS SOFTWARE.
   27186 
   27187    5. Installing and using the UnRAR utility signifies acceptance of
   27188       these terms and conditions of the license.
   27189 
   27190    6. If you don't agree with terms of the license you must remove
   27191       UnRAR files from your storage devices and cease to use the
   27192       utility.
   27193 
   27194       Thank you for your interest in RAR and UnRAR.
   27195 
   27196 
   27197                                             Alexander L. Roshal
   27198 
   27199 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   27200 </pre>
   27201 <ul>
   27202 
   27203 </ul>
   27204 </div>
   27205 </div>
   27206 
   27207 
   27208 <div class="product">
   27209 <span class="title">update-policy-chromeos-0.0.1</span>
   27210 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   27211 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span>
   27212 <div class="licence">
   27213 <pre></pre>
   27214 <ul>
   27215 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li>
   27216 </ul>
   27217 </div>
   27218 </div>
   27219 
   27220 
   27221 <div class="product">
   27222 <span class="title">update_engine-0.0.2</span>
   27223 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   27224 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span>
   27225 <div class="licence">
   27226 <pre></pre>
   27227 <ul>
   27228 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li>
   27229 </ul>
   27230 </div>
   27231 </div>
   27232 
   27233 
   27234 <div class="product">
   27235 <span class="title">upstart-1.2</span>
   27236 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   27237 <span class="homepage"><a href="http://upstart.ubuntu.com/">homepage</a></span>
   27238 <div class="licence">
   27239 <pre></pre>
   27240 <ul>
   27241 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
   27242 </ul>
   27243 </div>
   27244 </div>
   27245 
   27246 
   27247 <div class="product">
   27248 <span class="title">ureadahead-0.100.0</span>
   27249 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   27250 <span class="homepage"><a href="https://launchpad.net/ureadahead">homepage</a></span>
   27251 <div class="licence">
   27252 <pre></pre>
   27253 <ul>
   27254 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
   27255 </ul>
   27256 </div>
   27257 </div>
   27258 
   27259 
   27260 <div class="product">
   27261 <span class="title">usbutils-007</span>
   27262 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   27263 <span class="homepage"><a href="http://linux-usb.sourceforge.net/">homepage</a></span>
   27264 <div class="licence">
   27265 <pre></pre>
   27266 <ul>
   27267 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
   27268 </ul>
   27269 </div>
   27270 </div>
   27271 
   27272 
   27273 <div class="product">
   27274 <span class="title">userfeedback-0.0.1</span>
   27275 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   27276 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span>
   27277 <div class="licence">
   27278 <pre></pre>
   27279 <ul>
   27280 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li>
   27281 </ul>
   27282 </div>
   27283 </div>
   27284 
   27285 
   27286 <div class="product">
   27287 <span class="title">util-linux-2.24</span>
   27288 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   27289 <span class="homepage"><a href="http://www.kernel.org/pub/linux/utils/util-linux/">homepage</a></span>
   27290 <div class="licence">
   27291 <pre>Scanned Source License util-linux-2.24/COPYING:
   27292 
   27293                     GNU GENERAL PUBLIC LICENSE
   27294                        Version 2, June 1991
   27295 
   27296  Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
   27297  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
   27298  Everyone is permitted to copy and distribute verbatim copies
   27299  of this license document, but changing it is not allowed.
   27300 
   27301                             Preamble
   27302 
   27303   The licenses for most software are designed to take away your
   27304 freedom to share and change it.  By contrast, the GNU General Public
   27305 License is intended to guarantee your freedom to share and change free
   27306 software--to make sure the software is free for all its users.  This
   27307 General Public License applies to most of the Free Software
   27308 Foundation's software and to any other program whose authors commit to
   27309 using it.  (Some other Free Software Foundation software is covered by
   27310 the GNU Lesser General Public License instead.)  You can apply it to
   27311 your programs, too.
   27312 
   27313   When we speak of free software, we are referring to freedom, not
   27314 price.  Our General Public Licenses are designed to make sure that you
   27315 have the freedom to distribute copies of free software (and charge for
   27316 this service if you wish), that you receive source code or can get it
   27317 if you want it, that you can change the software or use pieces of it
   27318 in new free programs; and that you know you can do these things.
   27319 
   27320   To protect your rights, we need to make restrictions that forbid
   27321 anyone to deny you these rights or to ask you to surrender the rights.
   27322 These restrictions translate to certain responsibilities for you if you
   27323 distribute copies of the software, or if you modify it.
   27324 
   27325   For example, if you distribute copies of such a program, whether
   27326 gratis or for a fee, you must give the recipients all the rights that
   27327 you have.  You must make sure that they, too, receive or can get the
   27328 source code.  And you must show them these terms so they know their
   27329 rights.
   27330 
   27331   We protect your rights with two steps: (1) copyright the software, and
   27332 (2) offer you this license which gives you legal permission to copy,
   27333 distribute and/or modify the software.
   27334 
   27335   Also, for each author's protection and ours, we want to make certain
   27336 that everyone understands that there is no warranty for this free
   27337 software.  If the software is modified by someone else and passed on, we
   27338 want its recipients to know that what they have is not the original, so
   27339 that any problems introduced by others will not reflect on the original
   27340 authors' reputations.
   27341 
   27342   Finally, any free program is threatened constantly by software
   27343 patents.  We wish to avoid the danger that redistributors of a free
   27344 program will individually obtain patent licenses, in effect making the
   27345 program proprietary.  To prevent this, we have made it clear that any
   27346 patent must be licensed for everyone's free use or not licensed at all.
   27347 
   27348   The precise terms and conditions for copying, distribution and
   27349 modification follow.
   27350 
   27351                     GNU GENERAL PUBLIC LICENSE
   27352    TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
   27353 
   27354   0. This License applies to any program or other work which contains
   27355 a notice placed by the copyright holder saying it may be distributed
   27356 under the terms of this General Public License.  The "Program", below,
   27357 refers to any such program or work, and a "work based on the Program"
   27358 means either the Program or any derivative work under copyright law:
   27359 that is to say, a work containing the Program or a portion of it,
   27360 either verbatim or with modifications and/or translated into another
   27361 language.  (Hereinafter, translation is included without limitation in
   27362 the term "modification".)  Each licensee is addressed as "you".
   27363 
   27364 Activities other than copying, distribution and modification are not
   27365 covered by this License; they are outside its scope.  The act of
   27366 running the Program is not restricted, and the output from the Program
   27367 is covered only if its contents constitute a work based on the
   27368 Program (independent of having been made by running the Program).
   27369 Whether that is true depends on what the Program does.
   27370 
   27371   1. You may copy and distribute verbatim copies of the Program's
   27372 source code as you receive it, in any medium, provided that you
   27373 conspicuously and appropriately publish on each copy an appropriate
   27374 copyright notice and disclaimer of warranty; keep intact all the
   27375 notices that refer to this License and to the absence of any warranty;
   27376 and give any other recipients of the Program a copy of this License
   27377 along with the Program.
   27378 
   27379 You may charge a fee for the physical act of transferring a copy, and
   27380 you may at your option offer warranty protection in exchange for a fee.
   27381 
   27382   2. You may modify your copy or copies of the Program or any portion
   27383 of it, thus forming a work based on the Program, and copy and
   27384 distribute such modifications or work under the terms of Section 1
   27385 above, provided that you also meet all of these conditions:
   27386 
   27387     a) You must cause the modified files to carry prominent notices
   27388     stating that you changed the files and the date of any change.
   27389 
   27390     b) You must cause any work that you distribute or publish, that in
   27391     whole or in part contains or is derived from the Program or any
   27392     part thereof, to be licensed as a whole at no charge to all third
   27393     parties under the terms of this License.
   27394 
   27395     c) If the modified program normally reads commands interactively
   27396     when run, you must cause it, when started running for such
   27397     interactive use in the most ordinary way, to print or display an
   27398     announcement including an appropriate copyright notice and a
   27399     notice that there is no warranty (or else, saying that you provide
   27400     a warranty) and that users may redistribute the program under
   27401     these conditions, and telling the user how to view a copy of this
   27402     License.  (Exception: if the Program itself is interactive but
   27403     does not normally print such an announcement, your work based on
   27404     the Program is not required to print an announcement.)
   27405 
   27406 These requirements apply to the modified work as a whole.  If
   27407 identifiable sections of that work are not derived from the Program,
   27408 and can be reasonably considered independent and separate works in
   27409 themselves, then this License, and its terms, do not apply to those
   27410 sections when you distribute them as separate works.  But when you
   27411 distribute the same sections as part of a whole which is a work based
   27412 on the Program, the distribution of the whole must be on the terms of
   27413 this License, whose permissions for other licensees extend to the
   27414 entire whole, and thus to each and every part regardless of who wrote it.
   27415 
   27416 Thus, it is not the intent of this section to claim rights or contest
   27417 your rights to work written entirely by you; rather, the intent is to
   27418 exercise the right to control the distribution of derivative or
   27419 collective works based on the Program.
   27420 
   27421 In addition, mere aggregation of another work not based on the Program
   27422 with the Program (or with a work based on the Program) on a volume of
   27423 a storage or distribution medium does not bring the other work under
   27424 the scope of this License.
   27425 
   27426   3. You may copy and distribute the Program (or a work based on it,
   27427 under Section 2) in object code or executable form under the terms of
   27428 Sections 1 and 2 above provided that you also do one of the following:
   27429 
   27430     a) Accompany it with the complete corresponding machine-readable
   27431     source code, which must be distributed under the terms of Sections
   27432     1 and 2 above on a medium customarily used for software interchange; or,
   27433 
   27434     b) Accompany it with a written offer, valid for at least three
   27435     years, to give any third party, for a charge no more than your
   27436     cost of physically performing source distribution, a complete
   27437     machine-readable copy of the corresponding source code, to be
   27438     distributed under the terms of Sections 1 and 2 above on a medium
   27439     customarily used for software interchange; or,
   27440 
   27441     c) Accompany it with the information you received as to the offer
   27442     to distribute corresponding source code.  (This alternative is
   27443     allowed only for noncommercial distribution and only if you
   27444     received the program in object code or executable form with such
   27445     an offer, in accord with Subsection b above.)
   27446 
   27447 The source code for a work means the preferred form of the work for
   27448 making modifications to it.  For an executable work, complete source
   27449 code means all the source code for all modules it contains, plus any
   27450 associated interface definition files, plus the scripts used to
   27451 control compilation and installation of the executable.  However, as a
   27452 special exception, the source code distributed need not include
   27453 anything that is normally distributed (in either source or binary
   27454 form) with the major components (compiler, kernel, and so on) of the
   27455 operating system on which the executable runs, unless that component
   27456 itself accompanies the executable.
   27457 
   27458 If distribution of executable or object code is made by offering
   27459 access to copy from a designated place, then offering equivalent
   27460 access to copy the source code from the same place counts as
   27461 distribution of the source code, even though third parties are not
   27462 compelled to copy the source along with the object code.
   27463 
   27464   4. You may not copy, modify, sublicense, or distribute the Program
   27465 except as expressly provided under this License.  Any attempt
   27466 otherwise to copy, modify, sublicense or distribute the Program is
   27467 void, and will automatically terminate your rights under this License.
   27468 However, parties who have received copies, or rights, from you under
   27469 this License will not have their licenses terminated so long as such
   27470 parties remain in full compliance.
   27471 
   27472   5. You are not required to accept this License, since you have not
   27473 signed it.  However, nothing else grants you permission to modify or
   27474 distribute the Program or its derivative works.  These actions are
   27475 prohibited by law if you do not accept this License.  Therefore, by
   27476 modifying or distributing the Program (or any work based on the
   27477 Program), you indicate your acceptance of this License to do so, and
   27478 all its terms and conditions for copying, distributing or modifying
   27479 the Program or works based on it.
   27480 
   27481   6. Each time you redistribute the Program (or any work based on the
   27482 Program), the recipient automatically receives a license from the
   27483 original licensor to copy, distribute or modify the Program subject to
   27484 these terms and conditions.  You may not impose any further
   27485 restrictions on the recipients' exercise of the rights granted herein.
   27486 You are not responsible for enforcing compliance by third parties to
   27487 this License.
   27488 
   27489   7. If, as a consequence of a court judgment or allegation of patent
   27490 infringement or for any other reason (not limited to patent issues),
   27491 conditions are imposed on you (whether by court order, agreement or
   27492 otherwise) that contradict the conditions of this License, they do not
   27493 excuse you from the conditions of this License.  If you cannot
   27494 distribute so as to satisfy simultaneously your obligations under this
   27495 License and any other pertinent obligations, then as a consequence you
   27496 may not distribute the Program at all.  For example, if a patent
   27497 license would not permit royalty-free redistribution of the Program by
   27498 all those who receive copies directly or indirectly through you, then
   27499 the only way you could satisfy both it and this License would be to
   27500 refrain entirely from distribution of the Program.
   27501 
   27502 If any portion of this section is held invalid or unenforceable under
   27503 any particular circumstance, the balance of the section is intended to
   27504 apply and the section as a whole is intended to apply in other
   27505 circumstances.
   27506 
   27507 It is not the purpose of this section to induce you to infringe any
   27508 patents or other property right claims or to contest validity of any
   27509 such claims; this section has the sole purpose of protecting the
   27510 integrity of the free software distribution system, which is
   27511 implemented by public license practices.  Many people have made
   27512 generous contributions to the wide range of software distributed
   27513 through that system in reliance on consistent application of that
   27514 system; it is up to the author/donor to decide if he or she is willing
   27515 to distribute software through any other system and a licensee cannot
   27516 impose that choice.
   27517 
   27518 This section is intended to make thoroughly clear what is believed to
   27519 be a consequence of the rest of this License.
   27520 
   27521   8. If the distribution and/or use of the Program is restricted in
   27522 certain countries either by patents or by copyrighted interfaces, the
   27523 original copyright holder who places the Program under this License
   27524 may add an explicit geographical distribution limitation excluding
   27525 those countries, so that distribution is permitted only in or among
   27526 countries not thus excluded.  In such case, this License incorporates
   27527 the limitation as if written in the body of this License.
   27528 
   27529   9. The Free Software Foundation may publish revised and/or new versions
   27530 of the General Public License from time to time.  Such new versions will
   27531 be similar in spirit to the present version, but may differ in detail to
   27532 address new problems or concerns.
   27533 
   27534 Each version is given a distinguishing version number.  If the Program
   27535 specifies a version number of this License which applies to it and "any
   27536 later version", you have the option of following the terms and conditions
   27537 either of that version or of any later version published by the Free
   27538 Software Foundation.  If the Program does not specify a version number of
   27539 this License, you may choose any version ever published by the Free Software
   27540 Foundation.
   27541 
   27542   10. If you wish to incorporate parts of the Program into other free
   27543 programs whose distribution conditions are different, write to the author
   27544 to ask for permission.  For software which is copyrighted by the Free
   27545 Software Foundation, write to the Free Software Foundation; we sometimes
   27546 make exceptions for this.  Our decision will be guided by the two goals
   27547 of preserving the free status of all derivatives of our free software and
   27548 of promoting the sharing and reuse of software generally.
   27549 
   27550                             NO WARRANTY
   27551 
   27552   11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
   27553 FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.  EXCEPT WHEN
   27554 OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
   27555 PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
   27556 OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
   27557 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  THE ENTIRE RISK AS
   27558 TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU.  SHOULD THE
   27559 PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
   27560 REPAIR OR CORRECTION.
   27561 
   27562   12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
   27563 WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
   27564 REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
   27565 INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
   27566 OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
   27567 TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
   27568 YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
   27569 PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
   27570 POSSIBILITY OF SUCH DAMAGES.
   27571 
   27572                      END OF TERMS AND CONDITIONS
   27573 
   27574             How to Apply These Terms to Your New Programs
   27575 
   27576   If you develop a new program, and you want it to be of the greatest
   27577 possible use to the public, the best way to achieve this is to make it
   27578 free software which everyone can redistribute and change under these terms.
   27579 
   27580   To do so, attach the following notices to the program.  It is safest
   27581 to attach them to the start of each source file to most effectively
   27582 convey the exclusion of warranty; and each file should have at least
   27583 the "copyright" line and a pointer to where the full notice is found.
   27584 
   27585     &lt;one line to give the program's name and a brief idea of what it does.&gt;
   27586     Copyright (C) &lt;year&gt;  &lt;name of author&gt;
   27587 
   27588     This program is free software; you can redistribute it and/or modify
   27589     it under the terms of the GNU General Public License as published by
   27590     the Free Software Foundation; either version 2 of the License, or
   27591     (at your option) any later version.
   27592 
   27593     This program is distributed in the hope that it will be useful,
   27594     but WITHOUT ANY WARRANTY; without even the implied warranty of
   27595     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   27596     GNU General Public License for more details.
   27597 
   27598     You should have received a copy of the GNU General Public License along
   27599     with this program; if not, write to the Free Software Foundation, Inc.,
   27600     51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
   27601 
   27602 Also add information on how to contact you by electronic and paper mail.
   27603 
   27604 If the program is interactive, make it output a short notice like this
   27605 when it starts in an interactive mode:
   27606 
   27607     Gnomovision version 69, Copyright (C) year name of author
   27608     Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
   27609     This is free software, and you are welcome to redistribute it
   27610     under certain conditions; type `show c' for details.
   27611 
   27612 The hypothetical commands `show w' and `show c' should show the appropriate
   27613 parts of the General Public License.  Of course, the commands you use may
   27614 be called something other than `show w' and `show c'; they could even be
   27615 mouse-clicks or menu items--whatever suits your program.
   27616 
   27617 You should also get your employer (if you work as a programmer) or your
   27618 school, if any, to sign a "copyright disclaimer" for the program, if
   27619 necessary.  Here is a sample; alter the names:
   27620 
   27621   Yoyodyne, Inc., hereby disclaims all copyright interest in the program
   27622   `Gnomovision' (which makes passes at compilers) written by James Hacker.
   27623 
   27624   &lt;signature of Ty Coon&gt;, 1 April 1989
   27625   Ty Coon, President of Vice
   27626 
   27627 This General Public License does not permit incorporating your program into
   27628 proprietary programs.  If your program is a subroutine library, you may
   27629 consider it more useful to permit linking proprietary applications with the
   27630 library.  If this is what you want to do, use the GNU Lesser General
   27631 Public License instead of this License.
   27632 
   27633 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   27634 
   27635 Scanned Source License util-linux-2.24/Documentation/licenses/COPYING.BSD-3:
   27636 
   27637 Redistribution and use in source and binary forms, with or without
   27638 modification, are permitted provided that the following conditions
   27639 are met:
   27640 1. Redistributions of source code must retain the above copyright
   27641    notice, and the entire permission notice in its entirety,
   27642    including the disclaimer of warranties.
   27643 2. Redistributions in binary form must reproduce the above copyright
   27644    notice, this list of conditions and the following disclaimer in the
   27645    documentation and/or other materials provided with the distribution.
   27646 3. The name of the author may not be used to endorse or promote
   27647    products derived from this software without specific prior
   27648    written permission.
   27649 
   27650 THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED
   27651 WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
   27652 OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE, ALL OF
   27653 WHICH ARE HEREBY DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR BE
   27654 LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
   27655 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT
   27656 OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
   27657 BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
   27658 LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
   27659 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
   27660 USE OF THIS SOFTWARE, EVEN IF NOT ADVISED OF THE POSSIBILITY OF SUCH
   27661 DAMAGE.
   27662 
   27663 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   27664 
   27665 Scanned Source License util-linux-2.24/Documentation/licenses/COPYING.UCB:
   27666 
   27667 /*
   27668  * Copyright (c) 1989 The Regents of the University of California.
   27669  * All rights reserved.
   27670  *
   27671  * Redistribution and use in source and binary forms, with or without
   27672  * modification, are permitted provided that the following conditions
   27673  * are met:
   27674  * 1. Redistributions of source code must retain the above copyright
   27675  *    notice, this list of conditions and the following disclaimer.
   27676  * 2. Redistributions in binary form must reproduce the above copyright
   27677  *    notice, this list of conditions and the following disclaimer in the
   27678  *    documentation and/or other materials provided with the distribution.
   27679  * 3. All advertising materials mentioning features or use of this software
   27680  *    must display the following acknowledgement:
   27681  *	This product includes software developed by the University of
   27682  *	California, Berkeley and its contributors.
   27683  * 4. Neither the name of the University nor the names of its contributors
   27684  *    may be used to endorse or promote products derived from this software
   27685  *    without specific prior written permission.
   27686  *
   27687  * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
   27688  * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
   27689  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
   27690  * ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
   27691  * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
   27692  * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
   27693  * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
   27694  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
   27695  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
   27696  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
   27697  * SUCH DAMAGE.
   27698  */
   27699 
   27700 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   27701 
   27702 Scanned Source License util-linux-2.24/libblkid/COPYING:
   27703 
   27704 This library is free software; you can redistribute it and/or
   27705 modify it under the terms of the GNU Lesser General Public
   27706 License as published by the Free Software Foundation; either
   27707 version 2.1 of the License, or (at your option) any later
   27708 version.
   27709 
   27710 The complete text of the license is available in the
   27711 ../Documentation/licenses/COPYING.LGPLv2.1 file.
   27712 
   27713 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   27714 
   27715 Scanned Source License util-linux-2.24/libmount/COPYING:
   27716 
   27717 This library is free software; you can redistribute it and/or
   27718 modify it under the terms of the GNU Lesser General Public
   27719 License as published by the Free Software Foundation; either
   27720 version 2.1 of the License, or (at your option) any later
   27721 version.
   27722 
   27723 The complete text of the license is available in the
   27724 ../Documentation/licenses/COPYING.LGPLv2.1 file.
   27725 
   27726 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   27727 
   27728 Scanned Source License util-linux-2.24/libuuid/COPYING:
   27729 
   27730 This library is free software; you can redistribute it and/or
   27731 modify it under the terms of the Modified BSD License.
   27732 
   27733 The complete text of the license is available in the
   27734 ../Documentation/licenses/COPYING.BSD-3 file.
   27735 
   27736 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   27737 </pre>
   27738 <ul>
   27739 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li>
   27740 <li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li>
   27741 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
   27742 <li><a href='#public-domain'>Gentoo Package Stock License public-domain</a></li>
   27743 </ul>
   27744 </div>
   27745 </div>
   27746 
   27747 
   27748 <div class="product">
   27749 <span class="title">util-macros-1.17</span>
   27750 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   27751 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span>
   27752 <div class="licence">
   27753 <pre>Scanned Source License util-macros-1.17/COPYING:
   27754 
   27755 Copyright 2005 Red Hat, Inc.
   27756 
   27757 Permission to use, copy, modify, distribute, and sell this software
   27758 and its documentation for any purpose is hereby granted without
   27759 fee, provided that the above copyright notice appear in all copies
   27760 and that both that copyright notice and this permission notice
   27761 appear in supporting documentation, and that the name of Red Hat
   27762 not be used in advertising or publicity pertaining to distribution
   27763 of the software without specific, written prior permission.  Red
   27764 Hat makes no representations about the suitability of this software
   27765 for any purpose.  It is provided "as is" without express or implied
   27766 warranty.
   27767 
   27768 RED HAT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
   27769 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN
   27770 NO EVENT SHALL RED HAT BE LIABLE FOR ANY SPECIAL, INDIRECT OR
   27771 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
   27772 OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
   27773 NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
   27774 CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
   27775 
   27776 ----------------------------------------------------------------------------
   27777 
   27778 Copyright (c) 2005, 2006, Oracle and/or its affiliates. All rights reserved.
   27779 
   27780 Permission is hereby granted, free of charge, to any person obtaining a
   27781 copy of this software and associated documentation files (the "Software"),
   27782 to deal in the Software without restriction, including without limitation
   27783 the rights to use, copy, modify, merge, publish, distribute, sublicense,
   27784 and/or sell copies of the Software, and to permit persons to whom the
   27785 Software is furnished to do so, subject to the following conditions:
   27786 
   27787 The above copyright notice and this permission notice (including the next
   27788 paragraph) shall be included in all copies or substantial portions of the
   27789 Software.
   27790 
   27791 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   27792 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   27793 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
   27794 THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
   27795 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
   27796 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
   27797 DEALINGS IN THE SOFTWARE.
   27798 
   27799 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   27800 </pre>
   27801 <ul>
   27802 
   27803 </ul>
   27804 </div>
   27805 </div>
   27806 
   27807 
   27808 <div class="product">
   27809 <span class="title">utouch-evemu-1.0.5</span>
   27810 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   27811 <span class="homepage"><a href="http://bitmath.org/code/evemu/">homepage</a></span>
   27812 <div class="licence">
   27813 <pre></pre>
   27814 <ul>
   27815 <li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li>
   27816 </ul>
   27817 </div>
   27818 </div>
   27819 
   27820 
   27821 <div class="product">
   27822 <span class="title">vboot_reference-1.0</span>
   27823 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   27824 <span class="homepage"><a href="">homepage</a></span>
   27825 <div class="licence">
   27826 <pre></pre>
   27827 <ul>
   27828 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li>
   27829 </ul>
   27830 </div>
   27831 </div>
   27832 
   27833 
   27834 <div class="product">
   27835 <span class="title">verity-0.0.1</span>
   27836 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   27837 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span>
   27838 <div class="licence">
   27839 <pre></pre>
   27840 <ul>
   27841 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li>
   27842 </ul>
   27843 </div>
   27844 </div>
   27845 
   27846 
   27847 <div class="product">
   27848 <span class="title">videoproto-2.3.1</span>
   27849 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   27850 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span>
   27851 <div class="licence">
   27852 <pre>Scanned Source License videoproto-2.3.1/COPYING:
   27853 
   27854 Copyright 1991 by Digital Equipment Corporation, Maynard, Massachusetts,
   27855 and the Massachusetts Institute of Technology, Cambridge, Massachusetts.
   27856 
   27857                         All Rights Reserved
   27858 
   27859 Permission to use, copy, modify, and distribute this software and its 
   27860 documentation for any purpose and without fee is hereby granted, 
   27861 provided that the above copyright notice appear in all copies and that
   27862 both that copyright notice and this permission notice appear in 
   27863 supporting documentation, and that the names of Digital or MIT not be
   27864 used in advertising or publicity pertaining to distribution of the
   27865 software without specific, written prior permission.  
   27866 
   27867 DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
   27868 ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL
   27869 DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR
   27870 ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
   27871 WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
   27872 ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
   27873 SOFTWARE.
   27874 
   27875 
   27876 Permission is hereby granted, free of charge, to any person obtaining a copy
   27877 of this software and associated documentation files (the "Software"), to deal
   27878 in the Software without restriction, including without limitation the rights
   27879 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
   27880 copies of the Software, and to permit persons to whom the Software is
   27881 furnished to do so, subject to the following conditions:
   27882 
   27883 The above copyright notice and this permission notice shall be included in all
   27884 copies or substantial portions of the Software.
   27885 
   27886 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   27887 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   27888 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
   27889 XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
   27890 IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
   27891 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
   27892 
   27893 Except as contained in this notice, the name of the XFree86 Project shall not
   27894 be used in advertising or otherwise to promote the sale, use or other dealings
   27895 in this Software without prior written authorization from the XFree86 Project.
   27896 
   27897 
   27898 Copyright (c) 2004 The Unichrome Project. All rights reserved.
   27899 
   27900 Permission is hereby granted, free of charge, to any person obtaining a
   27901 copy of this software and associated documentation files (the "Software"),
   27902 to deal in the Software without restriction, including without limitation
   27903 the rights to use, copy, modify, merge, publish, distribute, sublicense,
   27904 and/or sell copies of the Software, and to permit persons to whom the
   27905 Software is furnished to do so, subject to the following conditions:
   27906 
   27907 The above copyright notice and this permission notice shall be included in
   27908 all copies or substantial portions of the Software.
   27909 
   27910 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   27911 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   27912 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
   27913 AUTHOR(S) OR COPYRIGHT HOLDER(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
   27914 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
   27915 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
   27916 DEALINGS IN THE SOFTWARE.
   27917 
   27918 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   27919 </pre>
   27920 <ul>
   27921 
   27922 </ul>
   27923 </div>
   27924 </div>
   27925 
   27926 
   27927 <div class="product">
   27928 <span class="title">vim-7.3.409</span>
   27929 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   27930 <span class="homepage"><a href="http://www.vim.org/">homepage</a></span>
   27931 <div class="licence">
   27932 <pre>Gentoo Package Stock License vim:
   27933 
   27934 License details for VIM Editor:
   27935 
   27936 *uganda.txt*    For Vim version 7.2.  Last change: 2008 Jun 21
   27937 
   27938 
   27939 		  VIM REFERENCE MANUAL    by Bram Moolenaar
   27940 
   27941 
   27942 			*uganda* *Uganda* *copying* *copyright* *license*
   27943 SUMMARY
   27944 								*iccf* *ICCF*
   27945 Vim is Charityware.  You can use and copy it as much as you like, but you are
   27946 encouraged to make a donation for needy children in Uganda.  Please see |kcc|
   27947 below or visit the ICCF web site, available at these URLs:
   27948 
   27949 	http://iccf-holland.org/
   27950 	http://www.vim.org/iccf/
   27951 	http://www.iccf.nl/
   27952 
   27953 You can also sponsor the development of Vim.  Vim sponsors can vote for
   27954 features.  See |sponsor|.  The money goes to Uganda anyway.
   27955 
   27956 The Open Publication License applies to the Vim documentation, see
   27957 |manual-copyright|.
   27958 
   27959 === begin of license ===
   27960 
   27961 VIM LICENSE
   27962 
   27963 I)  There are no restrictions on distributing unmodified copies of Vim except
   27964     that they must include this license text.  You can also distribute
   27965     unmodified parts of Vim, likewise unrestricted except that they must
   27966     include this license text.  You are also allowed to include executables
   27967     that you made from the unmodified Vim sources, plus your own usage
   27968     examples and Vim scripts.
   27969 
   27970 II) It is allowed to distribute a modified (or extended) version of Vim,
   27971     including executables and/or source code, when the following four
   27972     conditions are met:
   27973     1) This license text must be included unmodified.
   27974     2) The modified Vim must be distributed in one of the following five ways:
   27975        a) If you make changes to Vim yourself, you must clearly describe in
   27976 	  the distribution how to contact you.  When the maintainer asks you
   27977 	  (in any way) for a copy of the modified Vim you distributed, you
   27978 	  must make your changes, including source code, available to the
   27979 	  maintainer without fee.  The maintainer reserves the right to
   27980 	  include your changes in the official version of Vim.  What the
   27981 	  maintainer will do with your changes and under what license they
   27982 	  will be distributed is negotiable.  If there has been no negotiation
   27983 	  then this license, or a later version, also applies to your changes.
   27984 	  The current maintainer is Bram Moolenaar &lt;Bram (a] vim.org&gt;.  If this
   27985 	  changes it will be announced in appropriate places (most likely
   27986 	  vim.sf.net, www.vim.org and/or comp.editors).  When it is completely
   27987 	  impossible to contact the maintainer, the obligation to send him
   27988 	  your changes ceases.  Once the maintainer has confirmed that he has
   27989 	  received your changes they will not have to be sent again.
   27990        b) If you have received a modified Vim that was distributed as
   27991 	  mentioned under a) you are allowed to further distribute it
   27992 	  unmodified, as mentioned at I).  If you make additional changes the
   27993 	  text under a) applies to those changes.
   27994        c) Provide all the changes, including source code, with every copy of
   27995 	  the modified Vim you distribute.  This may be done in the form of a
   27996 	  context diff.  You can choose what license to use for new code you
   27997 	  add.  The changes and their license must not restrict others from
   27998 	  making their own changes to the official version of Vim.
   27999        d) When you have a modified Vim which includes changes as mentioned
   28000 	  under c), you can distribute it without the source code for the
   28001 	  changes if the following three conditions are met:
   28002 	  - The license that applies to the changes permits you to distribute
   28003 	    the changes to the Vim maintainer without fee or restriction, and
   28004 	    permits the Vim maintainer to include the changes in the official
   28005 	    version of Vim without fee or restriction.
   28006 	  - You keep the changes for at least three years after last
   28007 	    distributing the corresponding modified Vim.  When the maintainer
   28008 	    or someone who you distributed the modified Vim to asks you (in
   28009 	    any way) for the changes within this period, you must make them
   28010 	    available to him.
   28011 	  - You clearly describe in the distribution how to contact you.  This
   28012 	    contact information must remain valid for at least three years
   28013 	    after last distributing the corresponding modified Vim, or as long
   28014 	    as possible.
   28015        e) When the GNU General Public License (GPL) applies to the changes,
   28016 	  you can distribute the modified Vim under the GNU GPL version 2 or
   28017 	  any later version.
   28018     3) A message must be added, at least in the output of the ":version"
   28019        command and in the intro screen, such that the user of the modified Vim
   28020        is able to see that it was modified.  When distributing as mentioned
   28021        under 2)e) adding the message is only required for as far as this does
   28022        not conflict with the license used for the changes.
   28023     4) The contact information as required under 2)a) and 2)d) must not be
   28024        removed or changed, except that the person himself can make
   28025        corrections.
   28026 
   28027 III) If you distribute a modified version of Vim, you are encouraged to use
   28028      the Vim license for your changes and make them available to the
   28029      maintainer, including the source code.  The preferred way to do this is
   28030      by e-mail or by uploading the files to a server and e-mailing the URL.
   28031      If the number of changes is small (e.g., a modified Makefile) e-mailing a
   28032      context diff will do.  The e-mail address to be used is
   28033      &lt;maintainer (a] vim.org&gt;
   28034 
   28035 IV)  It is not allowed to remove this license from the distribution of the Vim
   28036      sources, parts of it or from a modified version.  You may use this
   28037      license for previous Vim releases instead of the license that they came
   28038      with, at your option.
   28039 
   28040 === end of license ===
   28041 
   28042 Note:
   28043 
   28044 - If you are happy with Vim, please express that by reading the rest of this
   28045   file and consider helping needy children in Uganda.
   28046 
   28047 - If you want to support further Vim development consider becoming a
   28048   |sponsor|.  The money goes to Uganda anyway.
   28049 
   28050 - According to Richard Stallman the Vim license is GNU GPL compatible.
   28051   A few minor changes have been made since he checked it, but that should not
   28052   make a difference.
   28053 
   28054 - If you link Vim with a library that goes under the GNU GPL, this limits
   28055   further distribution to the GNU GPL.  Also when you didn't actually change
   28056   anything in Vim.
   28057 
   28058 - Once a change is included that goes under the GNU GPL, this forces all
   28059   further changes to also be made under the GNU GPL or a compatible license.
   28060 
   28061 - If you distribute a modified version of Vim, you can include your name and
   28062   contact information with the "--with-modified-by" configure argument or the
   28063   MODIFIED_BY define.
   28064 
   28065 ==============================================================================
   28066 Kibaale Children's Centre		*kcc* *Kibaale*  *charity*
   28067 
   28068 Kibaale Children's Centre (KCC) is located in Kibaale, a small town in the
   28069 south of Uganda, near Tanzania, in East Africa.  The area is known as Rakai
   28070 District.  The population is mostly farmers.  Although people are poor, there
   28071 is enough food.  But this district is suffering from AIDS more than any other
   28072 part of the world.  Some say that it started there.  Estimations are that 10
   28073 to 30% of the Ugandans are infected with HIV.  Because parents die, there are
   28074 many orphans.  In this district about 60,000 children have lost one or both
   28075 parents, out of a population of 350,000.  And this is still continuing.
   28076 
   28077 The children need a lot of help.  The KCC is working hard to provide the needy
   28078 with food, medical care and education.  Food and medical care to keep them
   28079 healthy now, and education so that they can take care of themselves in the
   28080 future.  KCC works on a Christian base, but help is given to children of any
   28081 religion.
   28082 
   28083 The key to solving the problems in this area is education.  This has been
   28084 neglected in the past years with president Idi Amin and the following civil
   28085 wars.  Now that the government is stable again, the children and parents have
   28086 to learn how to take care of themselves and how to avoid infections.  There is
   28087 also help for people who are ill and hungry, but the primary goal is to
   28088 prevent people from getting ill and to teach them how to grow healthy food.
   28089 
   28090 Most of the orphans are living in an extended family.  An uncle or older
   28091 sister is taking care of them.  Because these families are big and the income
   28092 (if any) is low, a child is lucky if it gets healthy food.  Clothes, medical
   28093 care and schooling is beyond its reach.  To help these needy children, a
   28094 sponsorship program was put into place.  A child can be financially adopted.
   28095 For a few dollars a month KCC sees to it that the child gets indispensable
   28096 items, is healthy, goes to school and KCC takes care of anything else that
   28097 needs to be done for the child and the family that supports it.
   28098 
   28099 Besides helping the child directly, the environment where the child grows up
   28100 needs to be improved.  KCC helps schools to improve their teaching methods.
   28101 There is a demonstration school at the centre and teacher trainings are given.
   28102 Health workers are being trained, hygiene education is carried out and
   28103 households are stimulated to build a proper latrine.  I helped setting up a
   28104 production site for cement slabs.  These are used to build a good latrine.
   28105 They are sold below cost price.
   28106 
   28107 There is a small clinic at the project, which provides children and their
   28108 family with medical help.  When needed, transport to a hospital is offered.
   28109 Immunization programs are carried out and help is provided when an epidemic is
   28110 breaking out (measles and cholera have been a problem).
   28111 							*donate*
   28112 Summer 1994 to summer 1995 I spent a whole year at the centre, working as a
   28113 volunteer.  I have helped to expand the centre and worked in the area of water
   28114 and sanitation.  I learned that the help that the KCC provides really helps.
   28115 When I came back to Holland, I wanted to continue supporting KCC.  To do this
   28116 I'm raising funds and organizing the sponsorship program.  Please consider one
   28117 of these possibilities:
   28118 
   28119 1.  Sponsor a child in primary school: 17 euro a month (or more).
   28120 2.  Sponsor a child in secondary school: 25 euro a month (or more).
   28121 3.  Sponsor the clinic: Any amount a month or quarter
   28122 4.  A one-time donation
   28123 
   28124 Compared with other organizations that do child sponsorship the amounts are
   28125 very low.  This is because the money goes directly to the centre.  Less than
   28126 5% is used for administration.  This is possible because this is a small
   28127 organization that works with volunteers.  If you would like to sponsor a
   28128 child, you should have the intention to do this for at least one year.
   28129 
   28130 How do you know that the money will be spent right?  First of all you have my
   28131 personal guarantee as the author of Vim.  I trust the people that are working
   28132 at the centre, I know them personally.  Further more, the centre is
   28133 co-sponsored and inspected by World Vision, Save the Children Fund and
   28134 International Child Care Fund.  The centre is visited about once a year to
   28135 check the progress (at our own cost).  I have visited the centre myself in
   28136 1996, 1998, 2000, 2001 and 2003.  The visit reports are on the ICCF web site.
   28137 
   28138 If you have any further questions, send me e-mail: &lt;Bram (a] vim.org&gt;.
   28139 
   28140 The address of the centre is:
   28141 			Kibaale Children's Centre
   28142 			p.o. box 1658
   28143 			Masaka, Uganda, East Africa
   28144 
   28145 Sending money:						*iccf-donations*
   28146 
   28147 Check the ICCF web site for the latest information!  See |iccf| for the URL.
   28148 
   28149 
   28150 USA:		The methods mentioned below can be used.
   28151 		Sending a check to the Nehemiah Group Outreach Society (NGOS)
   28152 		is no longer possible, unfortunately. We are looking for
   28153 		another way to get you an IRS tax receipt. 
   28154 		For sponsoring a child contact KCF in Canada (see below). US
   28155 		checks can be sent to them to lower banking costs.
   28156 
   28157 Canada:		Contact Kibaale Children's Fund (KCF) in Surrey, Canada.  They
   28158 		take care of the Canadian sponsors for the children in
   28159 		Kibaale.  KCF forwards 100% of the money to the project in
   28160 		Uganda.  You can send them a one time donation directly.
   28161 		Please send me a note so that I know what has been donated
   28162 		because of Vim.  Ask KCF for information about sponsorship.
   28163 			Kibaale Children's Fund c/o Pacific Academy
   28164 			10238-168 Street
   28165 			Surrey, B.C. V4N 1Z4
   28166 			Canada
   28167 			Phone: 604-581-5353
   28168 		If you make a donation to Kibaale Children's Fund (KCF) you
   28169 		will receive a tax receipt which can be submitted with your
   28170 		tax return.
   28171 
   28172 Holland:	Transfer to the account of "Stichting ICCF Holland" in Venlo.
   28173 		This will allow for tax deduction if you live in Holland.
   28174 			Postbank, nr. 4548774
   28175 
   28176 Germany:	It is possible to make donations that allow for a tax return.
   28177 		Check the ICCF web site for the latest information:
   28178 			http://iccf-holland.org/germany.html
   28179 
   28180 World:		Use a postal money order.  That should be possible from any
   28181 		country, mostly from the post office.  Use this name (which is
   28182 		in my passport): "Abraham Moolenaar".  Use Euro for the
   28183 		currency if possible.
   28184 
   28185 Europe:		Use a bank transfer if possible.  Your bank should have a form
   28186 		that you can use for this.  See "Others" below for the swift
   28187 		code and IBAN number.
   28188 		Any other method should work.  Ask for information about
   28189 		sponsorship.
   28190 
   28191 Credit Card:	You can use PayPal to send money with a Credit card.  This is
   28192 		the most widely used Internet based payment system.  It's
   28193 		really simple to use.  Use this link to find more info:
   28194 		    https://www.paypal.com/en_US/mrb/pal=XAC62PML3GF8Q
   28195 		The e-mail address for sending the money to is:
   28196 		    Bram (a] iccf-holland.org
   28197 		For amounts above 400 Euro ($500) sending a check is
   28198 		preferred.
   28199 
   28200 Others:		Transfer to one of these accounts if possible:
   28201 		    Postbank, account 4548774
   28202 				Swift code: INGB NL 2A
   28203 				IBAN: NL47 PSTB 0004 5487 74
   28204 			under the name "stichting ICCF Holland", Venlo
   28205 		    If that doesn't work:
   28206 		    Rabobank Venlo, account 3765.05.117
   28207 				Swift code: RABO NL 2U
   28208 			under the name "Bram Moolenaar", Venlo
   28209 		Otherwise, send a check in euro or US dollars to the address
   28210 		below.  Minimal amount: $70 (my bank does not accept smaller
   28211 		amounts for foreign check, sorry)
   28212 
   28213 Address to send checks to:
   28214 			stichting ICCF Holland
   28215 			Bram Moolenaar
   28216 			Finsterruetihof 1
   28217 			8134 Adliswil
   28218 			Switzerland
   28219 
   28220 This address is expected to be valid for a long time.
   28221 
   28222  vim:tw=78:ts=8:ft=help:norl:
   28223 
   28224 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   28225 </pre>
   28226 <ul>
   28227 
   28228 </ul>
   28229 </div>
   28230 </div>
   28231 
   28232 
   28233 <div class="product">
   28234 <span class="title">vpd-0.0.1</span>
   28235 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   28236 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span>
   28237 <div class="licence">
   28238 <pre></pre>
   28239 <ul>
   28240 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li>
   28241 </ul>
   28242 </div>
   28243 </div>
   28244 
   28245 
   28246 <div class="product">
   28247 <span class="title">wget-1.14</span>
   28248 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   28249 <span class="homepage"><a href="http://www.gnu.org/software/wget/">homepage</a></span>
   28250 <div class="licence">
   28251 <pre></pre>
   28252 <ul>
   28253 <li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li>
   28254 </ul>
   28255 </div>
   28256 </div>
   28257 
   28258 
   28259 <div class="product">
   28260 <span class="title">which-2.20</span>
   28261 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   28262 <span class="homepage"><a href="http://www.xs4all.nl/~carlo17/which/">homepage</a></span>
   28263 <div class="licence">
   28264 <pre></pre>
   28265 <ul>
   28266 <li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li>
   28267 </ul>
   28268 </div>
   28269 </div>
   28270 
   28271 
   28272 <div class="product">
   28273 <span class="title">wireless-regdb-20131127</span>
   28274 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   28275 <span class="homepage"><a href="http://wireless.kernel.org/en/developers/Regulatory">homepage</a></span>
   28276 <div class="licence">
   28277 <pre></pre>
   28278 <ul>
   28279 <li><a href='#ISC'>Gentoo Package Stock License ISC</a></li>
   28280 </ul>
   28281 </div>
   28282 </div>
   28283 
   28284 
   28285 <div class="product">
   28286 <span class="title">wireless-tools-29</span>
   28287 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   28288 <span class="homepage"><a href="http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html">homepage</a></span>
   28289 <div class="licence">
   28290 <pre></pre>
   28291 <ul>
   28292 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
   28293 </ul>
   28294 </div>
   28295 </div>
   28296 
   28297 
   28298 <div class="product">
   28299 <span class="title">wireless_automation-0.0.1</span>
   28300 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   28301 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span>
   28302 <div class="licence">
   28303 <pre></pre>
   28304 <ul>
   28305 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
   28306 </ul>
   28307 </div>
   28308 </div>
   28309 
   28310 
   28311 <div class="product">
   28312 <span class="title">workarounds-0.0.1</span>
   28313 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   28314 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span>
   28315 <div class="licence">
   28316 <pre></pre>
   28317 <ul>
   28318 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li>
   28319 </ul>
   28320 </div>
   28321 </div>
   28322 
   28323 
   28324 <div class="product">
   28325 <span class="title">wpa_supplicant-0.7.2</span>
   28326 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   28327 <span class="homepage"><a href="http://hostap.epitest.fi/wpa_supplicant/">homepage</a></span>
   28328 <div class="licence">
   28329 <pre></pre>
   28330 <ul>
   28331 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
   28332 </ul>
   28333 </div>
   28334 </div>
   28335 
   28336 
   28337 <div class="product">
   28338 <span class="title">ws4py-0.3.2</span>
   28339 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   28340 <span class="homepage"><a href="https://github.com/Lawouach/WebSocket-for-Python">homepage</a></span>
   28341 <div class="licence">
   28342 <pre>Scanned Source License ws4py-0.3.2/LICENSE:
   28343 
   28344 Copyright (c) 2011-2013, Sylvain Hellegouarch 
   28345 All rights reserved. 
   28346 
   28347 Redistribution and use in source and binary forms, with or without 
   28348 modification, are permitted provided that the following conditions are met: 
   28349 
   28350  * Redistributions of source code must retain the above copyright notice, 
   28351    this list of conditions and the following disclaimer. 
   28352  * Redistributions in binary form must reproduce the above copyright 
   28353    notice, this list of conditions and the following disclaimer in the 
   28354    documentation and/or other materials provided with the distribution. 
   28355  * Neither the name of ws4py nor the names of its contributors may be used 
   28356    to endorse or promote products derived from this software without 
   28357    specific prior written permission. 
   28358 
   28359 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" 
   28360 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 
   28361 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 
   28362 ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE 
   28363 LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 
   28364 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 
   28365 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 
   28366 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 
   28367 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 
   28368 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 
   28369 POSSIBILITY OF SUCH DAMAGE.
   28370 
   28371 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   28372 </pre>
   28373 <ul>
   28374 
   28375 </ul>
   28376 </div>
   28377 </div>
   28378 
   28379 
   28380 <div class="product">
   28381 <span class="title">X.Org-1.9.3</span>
   28382 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   28383 <span class="homepage"><a href="http://www.x.org/">homepage</a></span>
   28384 <div class="licence">
   28385 <pre></pre>
   28386 <ul>
   28387 <li><a href='#X'>Custom License X</a></li>
   28388 </ul>
   28389 </div>
   28390 </div>
   28391 
   28392 
   28393 <div class="product">
   28394 <span class="title">x11vnc-0.9.13</span>
   28395 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   28396 <span class="homepage"><a href="http://www.karlrunge.com/x11vnc/">homepage</a></span>
   28397 <div class="licence">
   28398 <pre></pre>
   28399 <ul>
   28400 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
   28401 </ul>
   28402 </div>
   28403 </div>
   28404 
   28405 
   28406 <div class="product">
   28407 <span class="title">xbitmaps-1.1.1</span>
   28408 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   28409 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span>
   28410 <div class="licence">
   28411 <pre>Scanned Source License xbitmaps-1.1.1/COPYING:
   28412 
   28413 Copyright (c) 1998 The Open Group
   28414 
   28415 All rights reserved.
   28416 
   28417 Permission is hereby granted, free of charge, to any person obtaining a
   28418 copy of this software and associated documentation files (the
   28419 "Software"), to deal in the Software without restriction, including
   28420 without limitation the rights to use, copy, modify, merge, publish,
   28421 distribute, and/or sell copies of the Software, and to permit persons
   28422 to whom the Software is furnished to do so, provided that the above
   28423 copyright notice(s) and this permission notice appear in all copies of
   28424 the Software and that both the above copyright notice(s) and this
   28425 permission notice appear in supporting documentation.
   28426 
   28427 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
   28428 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
   28429 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
   28430 OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
   28431 HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL
   28432 INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING
   28433 FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
   28434 NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
   28435 WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
   28436 
   28437 Except as contained in this notice, the name of a copyright holder
   28438 shall not be used in advertising or otherwise to promote the sale, use
   28439 or other dealings in this Software without prior written authorization
   28440 of the copyright holder.
   28441 
   28442 X Window System is a trademark of The Open Group.
   28443 
   28444 Copyright 1988 by Evans &amp; Sutherland Computer Corporation, 
   28445 Salt Lake City, Utah
   28446 
   28447                        All Rights Reserved                       
   28448                                                                  
   28449 Permission to use, copy, modify, and distribute this software and
   28450 its documentation  for  any  purpose  and  without  fee is hereby
   28451 granted, provided that the above copyright notice appear  in  all
   28452 copies and that both  that  copyright  notice  and  this  permis-
   28453 sion  notice appear in supporting  documentation,  and  that  the
   28454 name  of Evans &amp; Sutherland  not be used in advertising or publi-
   28455 city pertaining to distribution  of the software without  specif-
   28456 ic, written prior permission.                                    
   28457                                                                  
   28458 EVANS  &amp; SUTHERLAND  DISCLAIMS  ALL  WARRANTIES  WITH  REGARD  TO
   28459 THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILI-
   28460 TY AND FITNESS, IN NO EVENT SHALL EVANS &amp;  SUTHERLAND  BE  LIABLE
   28461 FOR  ANY  SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY  DAM-
   28462 AGES  WHATSOEVER RESULTING FROM  LOSS OF USE,  DATA  OR  PROFITS,
   28463 WHETHER   IN  AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
   28464 ACTION, ARISING OUT OF OR IN  CONNECTION  WITH  THE  USE  OR PER-
   28465 FORMANCE OF THIS SOFTWARE.                                       
   28466 
   28467 
   28468 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   28469 </pre>
   28470 <ul>
   28471 
   28472 </ul>
   28473 </div>
   28474 </div>
   28475 
   28476 
   28477 <div class="product">
   28478 <span class="title">xcb-proto-1.7.1</span>
   28479 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   28480 <span class="homepage"><a href="http://xcb.freedesktop.org/">homepage</a></span>
   28481 <div class="licence">
   28482 <pre>Scanned Source License xcb-proto-1.7.1/COPYING:
   28483 
   28484 Copyright (C) 2001-2006 Bart Massey, Jamey Sharp, and Josh Triplett.
   28485 All Rights Reserved.
   28486 
   28487 Permission is hereby granted, free of charge, to any person
   28488 obtaining a copy of this software and associated
   28489 documentation files (the "Software"), to deal in the
   28490 Software without restriction, including without limitation
   28491 the rights to use, copy, modify, merge, publish, distribute,
   28492 sublicense, and/or sell copies of the Software, and to
   28493 permit persons to whom the Software is furnished to do so,
   28494 subject to the following conditions:
   28495 
   28496 The above copyright notice and this permission notice shall
   28497 be included in all copies or substantial portions of the
   28498 Software.
   28499 
   28500 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
   28501 KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
   28502 WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
   28503 PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS
   28504 BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
   28505 IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
   28506 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
   28507 OTHER DEALINGS IN THE SOFTWARE.
   28508 
   28509 Except as contained in this notice, the names of the authors
   28510 or their institutions shall not be used in advertising or
   28511 otherwise to promote the sale, use or other dealings in this
   28512 Software without prior written authorization from the
   28513 authors.
   28514 
   28515 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   28516 </pre>
   28517 <ul>
   28518 
   28519 </ul>
   28520 </div>
   28521 </div>
   28522 
   28523 
   28524 <div class="product">
   28525 <span class="title">xcb-util-0.3.8</span>
   28526 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   28527 <span class="homepage"><a href="http://xcb.freedesktop.org/">homepage</a></span>
   28528 <div class="licence">
   28529 <pre></pre>
   28530 <ul>
   28531 <li><a href='#X'>Custom License X</a></li>
   28532 </ul>
   28533 </div>
   28534 </div>
   28535 
   28536 
   28537 <div class="product">
   28538 <span class="title">xcb-util-image-0.3.8</span>
   28539 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   28540 <span class="homepage"><a href="http://xcb.freedesktop.org/">homepage</a></span>
   28541 <div class="licence">
   28542 <pre></pre>
   28543 <ul>
   28544 <li><a href='#X'>Custom License X</a></li>
   28545 </ul>
   28546 </div>
   28547 </div>
   28548 
   28549 
   28550 <div class="product">
   28551 <span class="title">xcb-util-keysyms-0.3.8</span>
   28552 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   28553 <span class="homepage"><a href="http://xcb.freedesktop.org/">homepage</a></span>
   28554 <div class="licence">
   28555 <pre></pre>
   28556 <ul>
   28557 <li><a href='#X'>Custom License X</a></li>
   28558 </ul>
   28559 </div>
   28560 </div>
   28561 
   28562 
   28563 <div class="product">
   28564 <span class="title">xcb-util-renderutil-0.3.8</span>
   28565 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   28566 <span class="homepage"><a href="http://xcb.freedesktop.org/">homepage</a></span>
   28567 <div class="licence">
   28568 <pre></pre>
   28569 <ul>
   28570 <li><a href='#X'>Custom License X</a></li>
   28571 </ul>
   28572 </div>
   28573 </div>
   28574 
   28575 
   28576 <div class="product">
   28577 <span class="title">xcb-util-wm-0.3.8</span>
   28578 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   28579 <span class="homepage"><a href="http://xcb.freedesktop.org/">homepage</a></span>
   28580 <div class="licence">
   28581 <pre></pre>
   28582 <ul>
   28583 <li><a href='#X'>Custom License X</a></li>
   28584 </ul>
   28585 </div>
   28586 </div>
   28587 
   28588 
   28589 <div class="product">
   28590 <span class="title">xcmiscproto-1.2.1</span>
   28591 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   28592 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span>
   28593 <div class="licence">
   28594 <pre>Scanned Source License xcmiscproto-1.2.1/COPYING:
   28595 
   28596 Copyright 1993, 1994, 1998  The Open Group
   28597 
   28598 Permission to use, copy, modify, distribute, and sell this software and its
   28599 documentation for any purpose is hereby granted without fee, provided that
   28600 the above copyright notice appear in all copies and that both that
   28601 copyright notice and this permission notice appear in supporting
   28602 documentation.
   28603 
   28604 The above copyright notice and this permission notice shall be included in
   28605 all copies or substantial portions of the Software.
   28606 
   28607 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   28608 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   28609 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
   28610 OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
   28611 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
   28612 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
   28613 
   28614 Except as contained in this notice, the name of The Open Group shall not be
   28615 used in advertising or otherwise to promote the sale, use or other dealings
   28616 in this Software without prior written authorization from The Open Group.
   28617 
   28618 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   28619 </pre>
   28620 <ul>
   28621 
   28622 </ul>
   28623 </div>
   28624 </div>
   28625 
   28626 
   28627 <div class="product">
   28628 <span class="title">xdotool-2.20110530.1</span>
   28629 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   28630 <span class="homepage"><a href="http://www.semicomplete.com/projects/xdotool/">homepage</a></span>
   28631 <div class="licence">
   28632 <pre>Scanned Source License xdotool-2.20110530.1/COPYRIGHT:
   28633 
   28634 Copyright (c) 2007, 2008, 2009: Jordan Sissel.
   28635 All rights reserved.
   28636 
   28637 Redistribution and use in source and binary forms, with or without
   28638 modification, are permitted provided that the following conditions are met:
   28639     * Redistributions of source code must retain the above copyright
   28640       notice, this list of conditions and the following disclaimer.
   28641     * Redistributions in binary form must reproduce the above copyright
   28642       notice, this list of conditions and the following disclaimer in the
   28643       documentation and/or other materials provided with the distribution.
   28644     * Neither the name of the Jordan Sissel nor the names of its contributors
   28645       may be used to endorse or promote products derived from this software
   28646       without specific prior written permission.
   28647 
   28648 THIS SOFTWARE IS PROVIDED BY JORDAN SISSEL ``AS IS'' AND ANY
   28649 EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
   28650 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
   28651 DISCLAIMED. IN NO EVENT SHALL JORDAN SISSEL BE LIABLE FOR ANY
   28652 DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
   28653 (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
   28654 LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
   28655 ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
   28656 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
   28657 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
   28658 
   28659 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   28660 </pre>
   28661 <ul>
   28662 <li><a href='#as-is'>Gentoo Package Stock License as-is</a></li>
   28663 </ul>
   28664 </div>
   28665 </div>
   28666 
   28667 
   28668 <div class="product">
   28669 <span class="title">xdpyinfo-1.3.0</span>
   28670 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   28671 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span>
   28672 <div class="licence">
   28673 <pre>Scanned Source License xdpyinfo-1.3.0/COPYING:
   28674 
   28675 Copyright 1988, 1998  The Open Group
   28676 Copyright 2005 Hitachi, Ltd.
   28677 
   28678 Permission to use, copy, modify, distribute, and sell this software and its
   28679 documentation for any purpose is hereby granted without fee, provided that
   28680 the above copyright notice appear in all copies and that both that
   28681 copyright notice and this permission notice appear in supporting
   28682 documentation.
   28683 
   28684 The above copyright notice and this permission notice shall be included in
   28685 all copies or substantial portions of the Software.
   28686 
   28687 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   28688 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   28689 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
   28690 OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
   28691 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
   28692 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
   28693 
   28694 Except as contained in this notice, the name of The Open Group shall not be
   28695 used in advertising or otherwise to promote the sale, use or other dealings
   28696 in this Software without prior written authorization from The Open Group.
   28697 
   28698 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   28699 </pre>
   28700 <ul>
   28701 
   28702 </ul>
   28703 </div>
   28704 </div>
   28705 
   28706 
   28707 <div class="product">
   28708 <span class="title">xdriinfo-1.0.4</span>
   28709 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   28710 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span>
   28711 <div class="licence">
   28712 <pre>Scanned Source License xdriinfo-1.0.4/COPYING:
   28713 
   28714 Client application for querying drivers' configuration information
   28715 Copyright (C) 2003 Felix Kuehling
   28716 
   28717 Permission is hereby granted, free of charge, to any person obtaining a
   28718 copy of this software and associated documentation files (the "Software"),
   28719 to deal in the Software without restriction, including without limitation
   28720 the rights to use, copy, modify, merge, publish, distribute, sublicense,
   28721 and/or sell copies of the Software, and to permit persons to whom the
   28722 Software is furnished to do so, subject to the following conditions:
   28723 
   28724 The above copyright notice and this permission notice shall be included
   28725 in all copies or substantial portions of the Software.
   28726 
   28727 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
   28728 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   28729 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
   28730 FELIX KUEHLING, OR ANY OTHER CONTRIBUTORS BE LIABLE FOR ANY CLAIM,
   28731 DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
   28732 OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE
   28733 OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
   28734 
   28735 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   28736 </pre>
   28737 <ul>
   28738 
   28739 </ul>
   28740 </div>
   28741 </div>
   28742 
   28743 
   28744 <div class="product">
   28745 <span class="title">xev-1.2.0</span>
   28746 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   28747 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span>
   28748 <div class="licence">
   28749 <pre>Scanned Source License xev-1.2.0/COPYING:
   28750 
   28751 Copyright (c) 1988  X Consortium
   28752 
   28753 Permission is hereby granted, free of charge, to any person obtaining
   28754 a copy of this software and associated documentation files (the
   28755 "Software"), to deal in the Software without restriction, including
   28756 without limitation the rights to use, copy, modify, merge, publish,
   28757 distribute, sublicense, and/or sell copies of the Software, and to
   28758 permit persons to whom the Software is furnished to do so, subject to
   28759 the following conditions:
   28760 
   28761 The above copyright notice and this permission notice shall be included
   28762 in all copies or substantial portions of the Software.
   28763 
   28764 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
   28765 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
   28766 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
   28767 IN NO EVENT SHALL THE X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR
   28768 OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
   28769 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
   28770 OTHER DEALINGS IN THE SOFTWARE.
   28771 
   28772 Except as contained in this notice, the name of the X Consortium shall
   28773 not be used in advertising or otherwise to promote the sale, use or
   28774 other dealings in this Software without prior written authorization
   28775 from the X Consortium.
   28776 
   28777 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   28778 </pre>
   28779 <ul>
   28780 
   28781 </ul>
   28782 </div>
   28783 </div>
   28784 
   28785 
   28786 <div class="product">
   28787 <span class="title">xextproto-7.2.0</span>
   28788 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   28789 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span>
   28790 <div class="licence">
   28791 <pre>Scanned Source License xextproto-7.2.0/COPYING:
   28792 
   28793 Copyright 1989, 1998  The Open Group
   28794 
   28795 Permission to use, copy, modify, distribute, and sell this software and its
   28796 documentation for any purpose is hereby granted without fee, provided that
   28797 the above copyright notice appear in all copies and that both that
   28798 copyright notice and this permission notice appear in supporting
   28799 documentation.
   28800 
   28801 The above copyright notice and this permission notice shall be included in
   28802 all copies or substantial portions of the Software.
   28803 
   28804 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   28805 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   28806 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
   28807 OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
   28808 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
   28809 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
   28810 
   28811 Except as contained in this notice, the name of The Open Group shall not be
   28812 used in advertising or otherwise to promote the sale, use or other dealings
   28813 in this Software without prior written authorization from The Open Group.
   28814 
   28815 
   28816 Copyright (c) 1997 by Silicon Graphics Computer Systems, Inc.
   28817 Permission to use, copy, modify, and distribute this
   28818 software and its documentation for any purpose and without
   28819 fee is hereby granted, provided that the above copyright
   28820 notice appear in all copies and that both that copyright
   28821 notice and this permission notice appear in supporting
   28822 documentation, and that the name of Silicon Graphics not be
   28823 used in advertising or publicity pertaining to distribution
   28824 of the software without specific prior written permission.
   28825 Silicon Graphics makes no representation about the suitability
   28826 of this software for any purpose. It is provided "as is"
   28827 without any express or implied warranty.
   28828 SILICON GRAPHICS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS
   28829 SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
   28830 AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON
   28831 GRAPHICS BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL
   28832 DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
   28833 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
   28834 OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION  WITH
   28835 THE USE OR PERFORMANCE OF THIS SOFTWARE.
   28836 
   28837 
   28838 Copyright 1992 Network Computing Devices
   28839 
   28840 Permission to use, copy, modify, distribute, and sell this software and its
   28841 documentation for any purpose is hereby granted without fee, provided that
   28842 the above copyright notice appear in all copies and that both that
   28843 copyright notice and this permission notice appear in supporting
   28844 documentation, and that the name of NCD. not be used in advertising or
   28845 publicity pertaining to distribution of the software without specific,
   28846 written prior permission.  NCD. makes no representations about the
   28847 suitability of this software for any purpose.  It is provided "as is"
   28848 without express or implied warranty.
   28849 
   28850 NCD. DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL
   28851 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL NCD.
   28852 BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
   28853 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
   28854 OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN 
   28855 CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
   28856 
   28857 
   28858 Copyright (c) 1994, 1995  Hewlett-Packard Company
   28859 
   28860 Permission is hereby granted, free of charge, to any person obtaining
   28861 a copy of this software and associated documentation files (the
   28862 "Software"), to deal in the Software without restriction, including
   28863 without limitation the rights to use, copy, modify, merge, publish,
   28864 distribute, sublicense, and/or sell copies of the Software, and to
   28865 permit persons to whom the Software is furnished to do so, subject to
   28866 the following conditions:
   28867 
   28868 The above copyright notice and this permission notice shall be included
   28869 in all copies or substantial portions of the Software.
   28870 
   28871 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
   28872 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
   28873 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
   28874 IN NO EVENT SHALL HEWLETT-PACKARD COMPANY BE LIABLE FOR ANY CLAIM,
   28875 DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
   28876 OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR
   28877 THE USE OR OTHER DEALINGS IN THE SOFTWARE.
   28878 
   28879 Except as contained in this notice, the name of the Hewlett-Packard
   28880 Company shall not be used in advertising or otherwise to promote the
   28881 sale, use or other dealings in this Software without prior written
   28882 authorization from the Hewlett-Packard Company.
   28883 
   28884 
   28885 Copyright (c) 1996 Digital Equipment Corporation, Maynard, Massachusetts.
   28886 
   28887 Permission is hereby granted, free of charge, to any person obtaining a copy
   28888 of this software and associated documentation files (the "Software"), to deal
   28889 in the Software without restriction, including without limitation the rights
   28890 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
   28891 copies of the Software.
   28892 
   28893 The above copyright notice and this permission notice shall be included in
   28894 all copies or substantial portions of the Software.
   28895 
   28896 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   28897 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   28898 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
   28899 DIGITAL EQUIPMENT CORPORATION BE LIABLE FOR ANY CLAIM, DAMAGES, INCLUDING, 
   28900 BUT NOT LIMITED TO CONSEQUENTIAL OR INCIDENTAL DAMAGES, OR OTHER LIABILITY, 
   28901 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR 
   28902 IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
   28903 
   28904 Except as contained in this notice, the name of Digital Equipment Corporation 
   28905 shall not be used in advertising or otherwise to promote the sale, use or other
   28906 dealings in this Software without prior written authorization from Digital 
   28907 Equipment Corporation.
   28908 
   28909 
   28910 Copyright 1988, 1989, 1990, 1994 Network Computing Devices, Inc.
   28911 
   28912 Permission to use, copy, modify, distribute, and sell this software and
   28913 its documentation for any purpose is hereby granted without fee, provided
   28914 that the above copyright notice appear in all copies and that both that
   28915 copyright notice and this permission notice appear in supporting
   28916 documentation, and that the name Network Computing Devices, Inc. not be
   28917 used in advertising or publicity pertaining to distribution of this 
   28918 software without specific, written prior permission.
   28919 
   28920 THIS SOFTWARE IS PROVIDED `AS-IS'.  NETWORK COMPUTING DEVICES, INC.,
   28921 DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING WITHOUT
   28922 LIMITATION ALL IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
   28923 PARTICULAR PURPOSE, OR NONINFRINGEMENT.  IN NO EVENT SHALL NETWORK
   28924 COMPUTING DEVICES, INC., BE LIABLE FOR ANY DAMAGES WHATSOEVER, INCLUDING
   28925 SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES, INCLUDING LOSS OF USE,
   28926 DATA, OR PROFITS, EVEN IF ADVISED OF THE POSSIBILITY THEREOF, AND
   28927 REGARDLESS OF WHETHER IN AN ACTION IN CONTRACT, TORT OR NEGLIGENCE,
   28928 ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
   28929 SOFTWARE.
   28930 
   28931 
   28932 Copyright 1991,1993 by Digital Equipment Corporation, Maynard, Massachusetts,
   28933 and Olivetti Research Limited, Cambridge, England.
   28934 
   28935                         All Rights Reserved
   28936 
   28937 Permission to use, copy, modify, and distribute this software and its 
   28938 documentation for any purpose and without fee is hereby granted, 
   28939 provided that the above copyright notice appear in all copies and that
   28940 both that copyright notice and this permission notice appear in 
   28941 supporting documentation, and that the names of Digital or Olivetti
   28942 not be used in advertising or publicity pertaining to distribution of the
   28943 software without specific, written prior permission.  
   28944 
   28945 DIGITAL AND OLIVETTI DISCLAIM ALL WARRANTIES WITH REGARD TO THIS
   28946 SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
   28947 FITNESS, IN NO EVENT SHALL THEY BE LIABLE FOR ANY SPECIAL, INDIRECT OR
   28948 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF
   28949 USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
   28950 OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
   28951 PERFORMANCE OF THIS SOFTWARE.
   28952 
   28953 
   28954 Copyright 1986, 1987, 1988 by Hewlett-Packard Corporation
   28955 
   28956 Permission to use, copy, modify, and distribute this
   28957 software and its documentation for any purpose and without
   28958 fee is hereby granted, provided that the above copyright
   28959 notice appear in all copies and that both that copyright
   28960 notice and this permission notice appear in supporting
   28961 documentation, and that the name of Hewlett-Packard not be used in
   28962 advertising or publicity pertaining to distribution of the
   28963 software without specific, written prior permission.
   28964 
   28965 Hewlett-Packard makes no representations about the 
   28966 suitability of this software for any purpose.  It is provided 
   28967 "as is" without express or implied warranty.
   28968 
   28969 This software is not subject to any license of the American
   28970 Telephone and Telegraph Company or of the Regents of the
   28971 University of California.
   28972 
   28973 
   28974 Copyright  2007-2008 Peter Hutterer
   28975 
   28976 Permission is hereby granted, free of charge, to any person obtaining a
   28977 copy of this software and associated documentation files (the "Software"),
   28978 to deal in the Software without restriction, including without limitation
   28979 the rights to use, copy, modify, merge, publish, distribute, sublicense,
   28980 and/or sell copies of the Software, and to permit persons to whom the
   28981 Software is furnished to do so, subject to the following conditions:
   28982 
   28983 The above copyright notice and this permission notice (including the next
   28984 paragraph) shall be included in all copies or substantial portions of the
   28985 Software.
   28986 
   28987 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   28988 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   28989 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
   28990 THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
   28991 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
   28992 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
   28993 DEALINGS IN THE SOFTWARE.
   28994 
   28995 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   28996 </pre>
   28997 <ul>
   28998 
   28999 </ul>
   29000 </div>
   29001 </div>
   29002 
   29003 
   29004 <div class="product">
   29005 <span class="title">xf86-input-cmt-0.0.1</span>
   29006 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   29007 <span class="homepage"><a href="">homepage</a></span>
   29008 <div class="licence">
   29009 <pre>Scanned Source License xf86-input-cmt-0.0.1/LICENSE:
   29010 
   29011 // Copyright (c) 2011 The Chromium OS Authors. All rights reserved.
   29012 //
   29013 // Redistribution and use in source and binary forms, with or without
   29014 // modification, are permitted provided that the following conditions are
   29015 // met:
   29016 //
   29017 //    * Redistributions of source code must retain the above copyright
   29018 // notice, this list of conditions and the following disclaimer.
   29019 //    * Redistributions in binary form must reproduce the above
   29020 // copyright notice, this list of conditions and the following disclaimer
   29021 // in the documentation and/or other materials provided with the
   29022 // distribution.
   29023 //    * Neither the name of Google Inc. nor the names of its
   29024 // contributors may be used to endorse or promote products derived from
   29025 // this software without specific prior written permission.
   29026 //
   29027 // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
   29028 // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
   29029 // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
   29030 // A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
   29031 // OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
   29032 // SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
   29033 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
   29034 // DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
   29035 // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
   29036 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
   29037 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
   29038 
   29039 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   29040 </pre>
   29041 <ul>
   29042 
   29043 </ul>
   29044 </div>
   29045 </div>
   29046 
   29047 
   29048 <div class="product">
   29049 <span class="title">xf86-input-evdev-2.7.3</span>
   29050 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   29051 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span>
   29052 <div class="licence">
   29053 <pre>Scanned Source License xf86-input-evdev-2.7.3/COPYING:
   29054 
   29055 Copyright 1990,91 by Thomas Roell, Dinkelscherben, Germany.
   29056 Copyright 1993 by David Dawes &lt;dawes (a] xfree86.org&gt;
   29057 Copyright 2002 by SuSE Linux AG, Author: Egbert Eich
   29058 Copyright 1994-2002 by The XFree86 Project, Inc.
   29059 Copyright 2002 by Paul Elliott
   29060 Copyright  2008 University of South Australia
   29061 Copyright 2008 by Chris Salch
   29062 Copyright  2008 Red Hat, Inc.
   29063 
   29064 Permission to use, copy, modify, distribute, and sell this software
   29065 and its documentation for any purpose is hereby granted without
   29066 fee, provided that the above copyright notice appear in all copies
   29067 and that both that copyright notice and this permission notice
   29068 appear in supporting documentation, and that the name of the authors
   29069 not be used in advertising or publicity pertaining to distribution of the
   29070 software without specific, written prior permission.  The authors make no
   29071 representations about the suitability of this software for any
   29072 purpose.  It is provided "as is" without express or implied
   29073 warranty.
   29074 
   29075 THE AUTHORS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
   29076 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN
   29077 NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY SPECIAL, INDIRECT OR
   29078 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
   29079 OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
   29080 NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
   29081 CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
   29082 
   29083 Copyright 2005 Sun Microsystems, Inc.  All rights reserved.
   29084 
   29085 Permission is hereby granted, free of charge, to any person obtaining a
   29086 copy of this software and associated documentation files (the "Software"),
   29087 to deal in the Software without restriction, including without limitation
   29088 the rights to use, copy, modify, merge, publish, distribute, sublicense,
   29089 and/or sell copies of the Software, and to permit persons to whom the
   29090 Software is furnished to do so, subject to the following conditions:
   29091 
   29092 The above copyright notice and this permission notice (including the next
   29093 paragraph) shall be included in all copies or substantial portions of the
   29094 Software.
   29095 
   29096 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   29097 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   29098 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
   29099 THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
   29100 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
   29101 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
   29102 DEALINGS IN THE SOFTWARE.
   29103 
   29104 Copyright 2005 Adam Jackson.
   29105 
   29106 Permission is hereby granted, free of charge, to any person obtaining a
   29107 copy of this software and associated documentation files (the "Software"),
   29108 to deal in the Software without restriction, including without limitation
   29109 on the rights to use, copy, modify, merge, publish, distribute, sub
   29110 license, and/or sell copies of the Software, and to permit persons to whom
   29111 the Software is furnished to do so, subject to the following conditions:
   29112 
   29113 The above copyright notice and this permission notice (including the next
   29114 paragraph) shall be included in all copies or substantial portions of the
   29115 Software.
   29116 
   29117 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   29118 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   29119 FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.  IN NO EVENT SHALL
   29120 ADAM JACKSON BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
   29121 IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
   29122 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
   29123 
   29124 
   29125 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   29126 </pre>
   29127 <ul>
   29128 
   29129 </ul>
   29130 </div>
   29131 </div>
   29132 
   29133 
   29134 <div class="product">
   29135 <span class="title">xf86-input-synaptics-1.6.2</span>
   29136 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   29137 <span class="homepage"><a href="http://cgit.freedesktop.org/xorg/driver/xf86-input-synaptics/">homepage</a></span>
   29138 <div class="licence">
   29139 <pre>Scanned Source License xf86-input-synaptics-1.6.2/COPYING:
   29140 
   29141 The MIT License
   29142 
   29143 Copyright (c) 1997 C. Scott Ananian
   29144 Copyright (c) 1998-2000 Bruce Kalk
   29145 Copyright (c) 1999 Henry Davies
   29146 Copyright (c) 2008 Fedor P. Goncharov
   29147 Copyright (c) 2001 Stefan Gmeiner
   29148 Copyright (c) 2002 S. Lehner
   29149 Copyright (c) 2002 Linuxcare Inc. David Kennedy
   29150 Copyright (c) 2003 Fred Hucht
   29151 Copyright (c) 2003 Neil Brown
   29152 Copyright (c) 2003 Jrg Bsner
   29153 Copyright (c) 2003 Hartwig Felger
   29154 Copyright (c) 2002-2007 Peter Osterlund
   29155 Copyright (c) 2004 Arne Schwabe
   29156 Copyright (c) 2004 Matthias Ihmig
   29157 Copyright (c) 2004 Alexei Gilchrist
   29158 Copyright (c) 2006-2007 Christian Thaeter
   29159 Copyright (c) 2006 Stefan Bethge
   29160 Copyright (c) 2007 Joseph P. Skudlarek
   29161 Copyright (c) 2007 Florian Loitsch
   29162 Copyright (c) 2008-2009 Red Hat, Inc.
   29163 
   29164 Permission is hereby granted, free of charge, to any person obtaining a copy
   29165 of this software and associated documentation files (the "Software"), to deal
   29166 in the Software without restriction, including without limitation the rights
   29167 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
   29168 copies of the Software, and to permit persons to whom the Software is
   29169 furnished to do so, subject to the following conditions:
   29170 
   29171 The above copyright notice and this permission notice shall be included in
   29172 all copies or substantial portions of the Software.
   29173 
   29174 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   29175 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   29176 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
   29177 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
   29178 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
   29179 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
   29180 THE SOFTWARE.
   29181 
   29182 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   29183 </pre>
   29184 <ul>
   29185 
   29186 </ul>
   29187 </div>
   29188 </div>
   29189 
   29190 
   29191 <div class="product">
   29192 <span class="title">xf86-video-fbdev-0.4.1</span>
   29193 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   29194 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span>
   29195 <div class="licence">
   29196 <pre>Scanned Source License xf86-video-fbdev-0.4.1/COPYING:
   29197 
   29198 Copyright (C) 1994-2003 The XFree86 Project, Inc.  All Rights Reserved.
   29199 
   29200 Permission is hereby granted, free of charge, to any person obtaining a copy
   29201 of this software and associated documentation files (the "Software"), to deal
   29202 in the Software without restriction, including without limitation the rights
   29203 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
   29204 copies of the Software, and to permit persons to whom the Software is fur-
   29205 nished to do so, subject to the following conditions:
   29206 
   29207 The above copyright notice and this permission notice shall be included in
   29208 all copies or substantial portions of the Software.
   29209 
   29210 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   29211 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FIT-
   29212 NESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
   29213 XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
   29214 IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CON-
   29215 NECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
   29216 
   29217 Except as contained in this notice, the name of the XFree86 Project shall not
   29218 be used in advertising or otherwise to promote the sale, use or other deal-
   29219 ings in this Software without prior written authorization from the XFree86
   29220 Project.
   29221 
   29222 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   29223 </pre>
   29224 <ul>
   29225 
   29226 </ul>
   29227 </div>
   29228 </div>
   29229 
   29230 
   29231 <div class="product">
   29232 <span class="title">xf86-video-intel-2.99.907</span>
   29233 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   29234 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span>
   29235 <div class="licence">
   29236 <pre>Scanned Source License xf86-video-intel-2.99.907/COPYING:
   29237 
   29238 Copyright 2002 Tungsten Graphics, Inc., Cedar Park, Texas.
   29239 Copyright 2003 Tungsten Graphics, Inc., Cedar Park, Texas.
   29240 Copyright 2005 Tungsten Graphics, Inc., Cedar Park, Texas.
   29241 All Rights Reserved.
   29242 
   29243 Permission is hereby granted, free of charge, to any person obtaining a
   29244 copy of this software and associated documentation files (the
   29245 "Software"), to deal in the Software without restriction, including
   29246 without limitation the rights to use, copy, modify, merge, publish,
   29247 distribute, sub license, and/or sell copies of the Software, and to
   29248 permit persons to whom the Software is furnished to do so, subject to
   29249 the following conditions:
   29250 
   29251 The above copyright notice and this permission notice (including the
   29252 next paragraph) shall be included in all copies or substantial portions
   29253 of the Software.
   29254 
   29255 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
   29256 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
   29257 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.
   29258 IN NO EVENT SHALL TUNGSTEN GRAPHICS AND/OR ITS SUPPLIERS BE LIABLE FOR
   29259 ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
   29260 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
   29261 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
   29262 
   29263 Copyright (c) 2005 Jesse Barnes &lt;jbarnes (a] virtuousgeek.org&gt;
   29264 Copyright  2002 David Dawes
   29265 Copyright 1998-1999 Precision Insight, Inc., Cedar Park, Texas.
   29266 
   29267 All Rights Reserved.
   29268 
   29269 Permission is hereby granted, free of charge, to any person obtaining a
   29270 copy of this software and associated documentation files (the
   29271 "Software"), to deal in the Software without restriction, including
   29272 without limitation the rights to use, copy, modify, merge, publish,
   29273 distribute, sub license, and/or sell copies of the Software, and to
   29274 permit persons to whom the Software is furnished to do so, subject to
   29275 the following conditions:
   29276 
   29277 The above copyright notice and this permission notice (including the
   29278 next paragraph) shall be included in all copies or substantial portions
   29279 of the Software.
   29280 
   29281 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
   29282 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
   29283 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.
   29284 IN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR
   29285 ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
   29286 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
   29287 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
   29288 
   29289 Copyright  2006 Intel Corporation
   29290 Copyright  2006,2010 Intel Corporation
   29291 Copyright  2007 Intel Corporation
   29292 Copyright  2008 Intel Corporation
   29293 Copyright  2009 Intel Corporation
   29294 Copyright  2007 Red Hat, Inc.
   29295 
   29296 Permission is hereby granted, free of charge, to any person obtaining a
   29297 copy of this software and associated documentation files (the "Software"),
   29298 to deal in the Software without restriction, including without limitation
   29299 the rights to use, copy, modify, merge, publish, distribute, sublicense,
   29300 and/or sell copies of the Software, and to permit persons to whom the
   29301 Software is furnished to do so, subject to the following conditions:
   29302 
   29303 The above copyright notice and this permission notice (including the next
   29304 paragraph) shall be included in all copies or substantial portions of the
   29305 Software.
   29306 
   29307 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   29308 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   29309 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
   29310 THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
   29311 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
   29312 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
   29313 SOFTWARE.
   29314 
   29315 Copyright 2000 by Alan Hourihane, Sychdyn, North Wales, UK.
   29316 
   29317 Permission to use, copy, modify, distribute, and sell this software and its
   29318 documentation for any purpose is hereby granted without fee, provided that
   29319 the above copyright notice appear in all copies and that both that
   29320 copyright notice and this permission notice appear in supporting
   29321 documentation, and that the name of Alan Hourihane not be used in
   29322 advertising or publicity pertaining to distribution of the software without
   29323 specific, written prior permission.  Alan Hourihane makes no representations
   29324 about the suitability of this software for any purpose.  It is provided
   29325 "as is" without express or implied warranty.
   29326 
   29327 ALAN HOURIHANE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
   29328 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
   29329 EVENT SHALL ALAN HOURIHANE BE LIABLE FOR ANY SPECIAL, INDIRECT OR
   29330 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
   29331 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
   29332 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
   29333 PERFORMANCE OF THIS SOFTWARE.
   29334 
   29335 Copyright 2000 Intel Corporation.  All Rights Reserved.
   29336 
   29337 Permission is hereby granted, free of charge, to any person obtaining a
   29338 copy of this software and associated documentation files (the
   29339 "Software"), to deal in the Software without restriction, including
   29340 without limitation the rights to use, copy, modify, merge, publish,
   29341 distribute, sub license, and/or sell copies of the Software, and to
   29342 permit persons to whom the Software is furnished to do so, subject to
   29343 the following conditions:
   29344 
   29345 The above copyright notice and this permission notice (including the
   29346 next paragraph) shall be included in all copies or substantial portions
   29347 of the Software.
   29348 
   29349 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
   29350 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
   29351 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.
   29352 IN NO EVENT SHALL INTEL, AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM,
   29353 DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
   29354 OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR
   29355 THE USE OR OTHER DEALINGS IN THE SOFTWARE.
   29356 
   29357 Copyright 2001 VA Linux Systems Inc., Fremont, California.
   29358 Copyright  2002 by David Dawes
   29359 
   29360 All Rights Reserved.
   29361 
   29362 Permission is hereby granted, free of charge, to any person obtaining a
   29363 copy of this software and associated documentation files (the "Software"),
   29364 to deal in the Software without restriction, including without limitation
   29365 on the rights to use, copy, modify, merge, publish, distribute, sub
   29366 license, and/or sell copies of the Software, and to permit persons to whom
   29367 the Software is furnished to do so, subject to the following conditions:
   29368 
   29369 The above copyright notice and this permission notice (including the next
   29370 paragraph) shall be included in all copies or substantial portions of the
   29371 Software.
   29372 
   29373 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   29374 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   29375 FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL
   29376 ATI, VA LINUX SYSTEMS AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM,
   29377 DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
   29378 OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
   29379 USE OR OTHER DEALINGS IN THE SOFTWARE.
   29380 
   29381 Copyright  1999 Keith Packard
   29382 Copyright  2001 Keith Packard
   29383 Copyright  2000, 2008 Keith Packard
   29384 
   29385 Permission to use, copy, modify, distribute, and sell this software and its
   29386 documentation for any purpose is hereby granted without fee, provided that
   29387 the above copyright notice appear in all copies and that both that
   29388 copyright notice and this permission notice appear in supporting
   29389 documentation, and that the name of Keith Packard not be used in
   29390 advertising or publicity pertaining to distribution of the software without
   29391 specific, written prior permission.  Keith Packard makes no
   29392 representations about the suitability of this software for any purpose.  It
   29393 is provided "as is" without express or implied warranty.
   29394 
   29395 KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
   29396 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
   29397 EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR
   29398 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
   29399 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
   29400 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
   29401 PERFORMANCE OF THIS SOFTWARE.
   29402 
   29403 
   29404 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   29405 </pre>
   29406 <ul>
   29407 
   29408 </ul>
   29409 </div>
   29410 </div>
   29411 
   29412 
   29413 <div class="product">
   29414 <span class="title">xf86bigfontproto-1.2.0</span>
   29415 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   29416 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span>
   29417 <div class="licence">
   29418 <pre>Scanned Source License xf86bigfontproto-1.2.0/COPYING:
   29419 
   29420 Permission is hereby granted, free of charge, to any person obtaining a copy
   29421 of this software and associated documentation files (the "Software"), to deal
   29422 in the Software without restriction, including without limitation the rights
   29423 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
   29424 copies of the Software, and to permit persons to whom the Software is
   29425 furnished to do so, subject to the following conditions:
   29426 
   29427 The above copyright notice and this permission notice shall be included in all
   29428 copies or substantial portions of the Software.
   29429 
   29430 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   29431 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   29432 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
   29433 XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
   29434 IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
   29435 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
   29436 
   29437 Except as contained in this notice, the name of the XFree86 Project shall not
   29438 be used in advertising or otherwise to promote the sale, use or other dealings
   29439 in this Software without prior written authorization from the XFree86 Project.
   29440 
   29441 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   29442 </pre>
   29443 <ul>
   29444 
   29445 </ul>
   29446 </div>
   29447 </div>
   29448 
   29449 
   29450 <div class="product">
   29451 <span class="title">xf86dgaproto-2.1</span>
   29452 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   29453 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span>
   29454 <div class="licence">
   29455 <pre>Scanned Source License xf86dgaproto-2.1/COPYING:
   29456 
   29457 Permission is hereby granted, free of charge, to any person obtaining a copy
   29458 of this software and associated documentation files (the "Software"), to deal
   29459 in the Software without restriction, including without limitation the rights
   29460 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
   29461 copies of the Software, and to permit persons to whom the Software is
   29462 furnished to do so, subject to the following conditions:
   29463 
   29464 The above copyright notice and this permission notice shall be included in all
   29465 copies or substantial portions of the Software.
   29466 
   29467 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   29468 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   29469 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
   29470 XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
   29471 IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
   29472 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
   29473 
   29474 Except as contained in this notice, the name of the XFree86 Project shall not
   29475 be used in advertising or otherwise to promote the sale, use or other dealings
   29476 in this Software without prior written authorization from the XFree86 Project.
   29477 
   29478 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   29479 </pre>
   29480 <ul>
   29481 
   29482 </ul>
   29483 </div>
   29484 </div>
   29485 
   29486 
   29487 <div class="product">
   29488 <span class="title">xf86driproto-2.1.1</span>
   29489 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   29490 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span>
   29491 <div class="licence">
   29492 <pre>Scanned Source License xf86driproto-2.1.1/COPYING:
   29493 
   29494 Copyright 1998-1999 Precision Insight, Inc., Cedar Park, Texas.
   29495 Copyright 2000 VA Linux Systems, Inc.
   29496 All Rights Reserved.
   29497 
   29498 Permission is hereby granted, free of charge, to any person obtaining a
   29499 copy of this software and associated documentation files (the
   29500 "Software"), to deal in the Software without restriction, including
   29501 without limitation the rights to use, copy, modify, merge, publish,
   29502 distribute, sub license, and/or sell copies of the Software, and to
   29503 permit persons to whom the Software is furnished to do so, subject to
   29504 the following conditions:
   29505 
   29506 The above copyright notice and this permission notice (including the
   29507 next paragraph) shall be included in all copies or substantial portions
   29508 of the Software.
   29509 
   29510 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
   29511 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
   29512 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.
   29513 IN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR
   29514 ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
   29515 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
   29516 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
   29517 
   29518 
   29519 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   29520 </pre>
   29521 <ul>
   29522 
   29523 </ul>
   29524 </div>
   29525 </div>
   29526 
   29527 
   29528 <div class="product">
   29529 <span class="title">xf86rushproto-1.1.2</span>
   29530 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   29531 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span>
   29532 <div class="licence">
   29533 <pre>Scanned Source License xf86rushproto-1.1.2/COPYING:
   29534 
   29535 Permission is hereby granted, free of charge, to any person obtaining a copy
   29536 of this software and associated documentation files (the "Software"), to deal
   29537 in the Software without restriction, including without limitation the rights
   29538 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
   29539 copies of the Software, and to permit persons to whom the Software is
   29540 furnished to do so, subject to the following conditions:
   29541 
   29542 The above copyright notice and this permission notice shall be included in all
   29543 copies or substantial portions of the Software.
   29544 
   29545 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   29546 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   29547 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
   29548 XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
   29549 IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
   29550 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
   29551 
   29552 Except as contained in this notice, the name of the XFree86 Project shall not
   29553 be used in advertising or otherwise to promote the sale, use or other dealings
   29554 in this Software without prior written authorization from the XFree86 Project.
   29555 
   29556 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   29557 </pre>
   29558 <ul>
   29559 
   29560 </ul>
   29561 </div>
   29562 </div>
   29563 
   29564 
   29565 <div class="product">
   29566 <span class="title">xf86vidmodeproto-2.3.1</span>
   29567 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   29568 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span>
   29569 <div class="licence">
   29570 <pre>Scanned Source License xf86vidmodeproto-2.3.1/COPYING:
   29571 
   29572 Copyright 1995  Kaleb S. KEITHLEY
   29573 
   29574 Permission is hereby granted, free of charge, to any person obtaining
   29575 a copy of this software and associated documentation files (the
   29576 "Software"), to deal in the Software without restriction, including
   29577 without limitation the rights to use, copy, modify, merge, publish,
   29578 distribute, sublicense, and/or sell copies of the Software, and to
   29579 permit persons to whom the Software is furnished to do so, subject to
   29580 the following conditions:
   29581 
   29582 The above copyright notice and this permission notice shall be
   29583 included in all copies or substantial portions of the Software.
   29584 
   29585 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
   29586 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
   29587 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
   29588 IN NO EVENT SHALL Kaleb S. KEITHLEY BE LIABLE FOR ANY CLAIM, DAMAGES
   29589 OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
   29590 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
   29591 OTHER DEALINGS IN THE SOFTWARE.
   29592 
   29593 Except as contained in this notice, the name of Kaleb S. KEITHLEY
   29594 shall not be used in advertising or otherwise to promote the sale, use
   29595 or other dealings in this Software without prior written authorization
   29596 from Kaleb S. KEITHLEY
   29597 
   29598 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   29599 </pre>
   29600 <ul>
   29601 
   29602 </ul>
   29603 </div>
   29604 </div>
   29605 
   29606 
   29607 <div class="product">
   29608 <span class="title">xhost-1.0.4</span>
   29609 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   29610 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span>
   29611 <div class="licence">
   29612 <pre>Scanned Source License xhost-1.0.4/COPYING:
   29613 
   29614 Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved.
   29615 
   29616 Permission is hereby granted, free of charge, to any person obtaining a
   29617 copy of this software and associated documentation files (the "Software"),
   29618 to deal in the Software without restriction, including without limitation
   29619 the rights to use, copy, modify, merge, publish, distribute, sublicense,
   29620 and/or sell copies of the Software, and to permit persons to whom the
   29621 Software is furnished to do so, subject to the following conditions:
   29622 
   29623 The above copyright notice and this permission notice (including the next
   29624 paragraph) shall be included in all copies or substantial portions of the
   29625 Software.
   29626 
   29627 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   29628 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   29629 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
   29630 THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
   29631 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
   29632 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
   29633 DEALINGS IN THE SOFTWARE.
   29634 
   29635 Copyright 1985, 1986, 1987, 1998  The Open Group
   29636 
   29637 All rights reserved.
   29638 
   29639 Permission is hereby granted, free of charge, to any person obtaining a
   29640 copy of this software and associated documentation files (the
   29641 "Software"), to deal in the Software without restriction, including
   29642 without limitation the rights to use, copy, modify, merge, publish,
   29643 distribute, and/or sell copies of the Software, and to permit persons
   29644 to whom the Software is furnished to do so, provided that the above
   29645 copyright notice(s) and this permission notice appear in all copies of
   29646 the Software and that both the above copyright notice(s) and this
   29647 permission notice appear in supporting documentation.
   29648 
   29649 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
   29650 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
   29651 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
   29652 OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
   29653 HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL
   29654 INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING
   29655 FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
   29656 NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
   29657 WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
   29658 
   29659 Except as contained in this notice, the name of a copyright holder
   29660 shall not be used in advertising or otherwise to promote the sale, use
   29661 or other dealings in this Software without prior written authorization
   29662 of the copyright holder.
   29663 
   29664 X Window System is a trademark of The Open Group.
   29665 
   29666 
   29667 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   29668 </pre>
   29669 <ul>
   29670 
   29671 </ul>
   29672 </div>
   29673 </div>
   29674 
   29675 
   29676 <div class="product">
   29677 <span class="title">xineramaproto-1.2.1</span>
   29678 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   29679 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span>
   29680 <div class="licence">
   29681 <pre>Scanned Source License xineramaproto-1.2.1/COPYING:
   29682 
   29683 Copyright 2003  The Open Group
   29684 
   29685 Permission to use, copy, modify, distribute, and sell this software and its
   29686 documentation for any purpose is hereby granted without fee, provided that
   29687 the above copyright notice appear in all copies and that both that
   29688 copyright notice and this permission notice appear in supporting
   29689 documentation.
   29690 
   29691 The above copyright notice and this permission notice shall be included in
   29692 all copies or substantial portions of the Software.
   29693 
   29694 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   29695 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   29696 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
   29697 OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
   29698 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
   29699 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
   29700 
   29701 Except as contained in this notice, the name of The Open Group shall not be
   29702 used in advertising or otherwise to promote the sale, use or other dealings
   29703 in this Software without prior written authorization from The Open Group.
   29704 
   29705 
   29706 Copyright (c) 1991, 1997 Digital Equipment Corporation, Maynard, Massachusetts.
   29707 Permission is hereby granted, free of charge, to any person obtaining a copy
   29708 of this software and associated documentation files (the "Software"), to deal
   29709 in the Software without restriction, including without limitation the rights
   29710 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
   29711 copies of the Software.
   29712 
   29713 The above copyright notice and this permission notice shall be included in
   29714 all copies or substantial portions of the Software.
   29715 
   29716 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   29717 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   29718 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
   29719 DIGITAL EQUIPMENT CORPORATION BE LIABLE FOR ANY CLAIM, DAMAGES, INCLUDING,
   29720 BUT NOT LIMITED TO CONSEQUENTIAL OR INCIDENTAL DAMAGES, OR OTHER LIABILITY,
   29721 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
   29722 IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
   29723 
   29724 Except as contained in this notice, the name of Digital Equipment Corporation
   29725 shall not be used in advertising or otherwise to promote the sale, use or other
   29726 dealings in this Software without prior written authorization from Digital
   29727 Equipment Corporation.
   29728 
   29729 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   29730 </pre>
   29731 <ul>
   29732 
   29733 </ul>
   29734 </div>
   29735 </div>
   29736 
   29737 
   29738 <div class="product">
   29739 <span class="title">xinput-1.6.0</span>
   29740 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   29741 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span>
   29742 <div class="licence">
   29743 <pre>Scanned Source License xinput-1.6.0/COPYING:
   29744 
   29745 Copyright 1996-1997 by Frederic Lepied, France. &lt;Frederic.Lepied (a] sugix.frmug.org&gt;
   29746                                                                            
   29747 Permission to use, copy, modify, distribute, and sell this software and its
   29748 documentation for any purpose is  hereby granted without fee, provided that
   29749 the  above copyright   notice appear  in   all  copies and  that both  that
   29750 copyright  notice   and   this  permission   notice  appear  in  supporting
   29751 documentation, and that   the  name of  the authors   not  be  used  in
   29752 advertising or publicity pertaining to distribution of the software without
   29753 specific,  written      prior  permission.     The authors  make  no
   29754 representations about the suitability of this software for any purpose.  It
   29755 is provided "as is" without express or implied warranty.                   
   29756                                                                            
   29757 THE AUTHORS  DISCLAIMS ALL   WARRANTIES WITH REGARD  TO  THIS SOFTWARE,
   29758 INCLUDING ALL IMPLIED   WARRANTIES OF MERCHANTABILITY  AND   FITNESS, IN NO
   29759 EVENT  SHALL THE AUTHORS  BE   LIABLE   FOR ANY  SPECIAL, INDIRECT   OR
   29760 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
   29761 DATA  OR PROFITS, WHETHER  IN  AN ACTION OF  CONTRACT,  NEGLIGENCE OR OTHER
   29762 TORTIOUS  ACTION, ARISING    OUT OF OR   IN  CONNECTION  WITH THE USE    OR
   29763 PERFORMANCE OF THIS SOFTWARE.
   29764 
   29765 Copyright  2007 Peter Hutterer
   29766 Copyright  2009 Red Hat, Inc.
   29767 
   29768 Permission is hereby granted, free of charge, to any person obtaining a
   29769 copy of this software and associated documentation files (the "Software"),
   29770 to deal in the Software without restriction, including without limitation
   29771 the rights to use, copy, modify, merge, publish, distribute, sublicense,
   29772 and/or sell copies of the Software, and to permit persons to whom the
   29773 Software is furnished to do so, subject to the following conditions:
   29774 
   29775 The above copyright notice and this permission notice (including the next
   29776 paragraph) shall be included in all copies or substantial portions of the
   29777 Software.
   29778 
   29779 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   29780 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   29781 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
   29782 THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
   29783 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
   29784 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
   29785 DEALINGS IN THE SOFTWARE.
   29786 
   29787 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   29788 </pre>
   29789 <ul>
   29790 
   29791 </ul>
   29792 </div>
   29793 </div>
   29794 
   29795 
   29796 <div class="product">
   29797 <span class="title">xinput_calibrator-0.7.5</span>
   29798 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   29799 <span class="homepage"><a href="http://www.freedesktop.org/wiki/Software/xinput_calibrator">homepage</a></span>
   29800 <div class="licence">
   29801 <pre>Scanned Source License xinput_calibrator-0.7.5/COPYING:
   29802 
   29803 Copyright (c) 2010 Tias Guns &lt;tias (a] ulyssis.org&gt; and others
   29804 See the respective files for detailed copyright information.
   29805 
   29806 
   29807 Source code: MIT/X11 License
   29808 ------------
   29809 Permission is hereby granted, free of charge, to any person
   29810 obtaining a copy of this software and associated documentation
   29811 files (the "Software"), to deal in the Software without
   29812 restriction, including without limitation the rights to use,
   29813 copy, modify, merge, publish, distribute, sublicense, and/or sell
   29814 copies of the Software, and to permit persons to whom the
   29815 Software is furnished to do so, subject to the following
   29816 conditions:
   29817 
   29818 The above copyright notice and this permission notice shall be
   29819 included in all copies or substantial portions of the Software.
   29820 
   29821 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
   29822 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
   29823 OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
   29824 NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
   29825 HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
   29826 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
   29827 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
   29828 OTHER DEALINGS IN THE SOFTWARE.
   29829 
   29830 
   29831 Icon xinput_calibrator.svg: CC by-sa
   29832 ---------------------------
   29833 (c) Tias Guns &lt;tias (a] ulyssis.org&gt;
   29834 
   29835 The screen and triangle are from the Tango Desktop Project,
   29836 which is in the Public Domain.
   29837 
   29838 The hand is from Ubuntu's human-icon-theme, which is CC by-sa
   29839 (c) Jeff Waugh &lt;jdub (a] perkypants.org&gt;
   29840 (c) Daniel Holbach &lt;daniel.holbach (a] ubuntu.com&gt;
   29841 (c) Martin Pitt &lt;martin.pitt (a] ubuntu.com&gt;
   29842 Creative Commons Attribution-ShareAlike 3.0 License Agreement
   29843 http://creativecommons.org/licenses/by-sa/3.0/
   29844 
   29845 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   29846 </pre>
   29847 <ul>
   29848 
   29849 </ul>
   29850 </div>
   29851 </div>
   29852 
   29853 
   29854 <div class="product">
   29855 <span class="title">xkbcomp-1.2.3</span>
   29856 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   29857 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span>
   29858 <div class="licence">
   29859 <pre>Scanned Source License xkbcomp-1.2.3/COPYING:
   29860 
   29861 Copyright (c) 1994 by Silicon Graphics Computer Systems, Inc.
   29862 
   29863 Permission to use, copy, modify, and distribute this
   29864 software and its documentation for any purpose and without
   29865 fee is hereby granted, provided that the above copyright
   29866 notice appear in all copies and that both that copyright
   29867 notice and this permission notice appear in supporting
   29868 documentation, and that the name of Silicon Graphics not be 
   29869 used in advertising or publicity pertaining to distribution 
   29870 of the software without specific prior written permission.
   29871 Silicon Graphics makes no representation about the suitability 
   29872 of this software for any purpose. It is provided "as is"
   29873 without any express or implied warranty.
   29874 
   29875 SILICON GRAPHICS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS 
   29876 SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY 
   29877 AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON
   29878 GRAPHICS BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL 
   29879 DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 
   29880 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE 
   29881 OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION  WITH
   29882 THE USE OR PERFORMANCE OF THIS SOFTWARE.
   29883 
   29884 
   29885 Copyright 1988, 1998  The Open Group
   29886 
   29887 Permission to use, copy, modify, distribute, and sell this software and its
   29888 documentation for any purpose is hereby granted without fee, provided that
   29889 the above copyright notice appear in all copies and that both that
   29890 copyright notice and this permission notice appear in supporting
   29891 documentation.
   29892 
   29893 The above copyright notice and this permission notice shall be included in
   29894 all copies or substantial portions of the Software.
   29895 
   29896 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   29897 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   29898 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
   29899 OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
   29900 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
   29901 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
   29902 
   29903 Except as contained in this notice, the name of The Open Group shall not be
   29904 used in advertising or otherwise to promote the sale, use or other dealings
   29905 in this Software without prior written authorization from The Open Group.
   29906 
   29907 
   29908 Copyright 1988 by Digital Equipment Corporation, Maynard, Massachusetts.
   29909 
   29910                         All Rights Reserved
   29911 
   29912 Permission to use, copy, modify, and distribute this software and its 
   29913 documentation for any purpose and without fee is hereby granted, 
   29914 provided that the above copyright notice appear in all copies and that
   29915 both that copyright notice and this permission notice appear in 
   29916 supporting documentation, and that the name of Digital not be
   29917 used in advertising or publicity pertaining to distribution of the
   29918 software without specific, written prior permission.  
   29919 
   29920 DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
   29921 ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL
   29922 DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR
   29923 ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
   29924 WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
   29925 ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
   29926 SOFTWARE.
   29927 
   29928 
   29929 		              COPYRIGHT 1990
   29930 		        DIGITAL EQUIPMENT CORPORATION
   29931 		           MAYNARD, MASSACHUSETTS
   29932 			    ALL RIGHTS RESERVED.
   29933 
   29934 THE INFORMATION IN THIS SOFTWARE IS SUBJECT TO CHANGE WITHOUT NOTICE AND
   29935 SHOULD NOT BE CONSTRUED AS A COMMITMENT BY DIGITAL EQUIPMENT CORPORATION.
   29936 DIGITAL MAKES NO REPRESENTATIONS ABOUT THE SUITABILITY OF THIS SOFTWARE 
   29937 FOR ANY PURPOSE.  IT IS SUPPLIED "AS IS" WITHOUT EXPRESS OR IMPLIED 
   29938 WARRANTY.
   29939 
   29940 IF THE SOFTWARE IS MODIFIED IN A MANNER CREATING DERIVATIVE COPYRIGHT
   29941 RIGHTS, APPROPRIATE LEGENDS MAY BE PLACED ON THE DERIVATIVE WORK IN
   29942 ADDITION TO THAT SET FORTH ABOVE.
   29943 
   29944 Permission to use, copy, modify, and distribute this software and its
   29945 documentation for any purpose and without fee is hereby granted, provided
   29946 that the above copyright notice appear in all copies and that both that
   29947 copyright notice and this permission notice appear in supporting
   29948 documentation, and that the name of Digital Equipment Corporation not be
   29949 used in advertising or publicity pertaining to distribution of the 
   29950 software without specific, written prior permission.
   29951 
   29952 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   29953 </pre>
   29954 <ul>
   29955 
   29956 </ul>
   29957 </div>
   29958 </div>
   29959 
   29960 
   29961 <div class="product">
   29962 <span class="title">xkeyboard-config-2.4.1</span>
   29963 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   29964 <span class="homepage"><a href="http://www.freedesktop.org/wiki/Software/XKeyboardConfig">homepage</a></span>
   29965 <div class="licence">
   29966 <pre>Scanned Source License xkeyboard-config-2.4.1/COPYING:
   29967 
   29968 Copyright 1996 by Joseph Moss
   29969 Copyright (C) 2002-2007 Free Software Foundation, Inc.
   29970 Copyright (C) Dmitry Golubev &lt;lastguru (a] mail.ru&gt;, 2003-2004
   29971 Copyright (C) 2004, Gregory Mokhin &lt;mokhin (a] bog.msu.ru&gt;
   29972 Copyright (C) 2006 Erdal Ronah
   29973 
   29974 Permission to use, copy, modify, distribute, and sell this software and its
   29975 documentation for any purpose is hereby granted without fee, provided that
   29976 the above copyright notice appear in all copies and that both that
   29977 copyright notice and this permission notice appear in supporting
   29978 documentation, and that the name of the copyright holder(s) not be used in
   29979 advertising or publicity pertaining to distribution of the software without
   29980 specific, written prior permission.  The copyright holder(s) makes no
   29981 representations about the suitability of this software for any purpose.  It
   29982 is provided "as is" without express or implied warranty.
   29983 
   29984 THE COPYRIGHT HOLDER(S) DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
   29985 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
   29986 EVENT SHALL THE COPYRIGHT HOLDER(S) BE LIABLE FOR ANY SPECIAL, INDIRECT OR
   29987 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
   29988 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
   29989 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
   29990 PERFORMANCE OF THIS SOFTWARE.
   29991 
   29992 
   29993 Copyright (c) 1996  Digital Equipment Corporation
   29994 
   29995 Permission is hereby granted, free of charge, to any person obtaining
   29996 a copy of this software and associated documentation files (the
   29997 "Software"), to deal in the Software without restriction, including
   29998 without limitation the rights to use, copy, modify, merge, publish,
   29999 distribute, sublicense, and sell copies of the Software, and to
   30000 permit persons to whom the Software is furnished to do so, subject to
   30001 the following conditions:
   30002 
   30003 The above copyright notice and this permission notice shall be included
   30004 in all copies or substantial portions of the Software.
   30005 
   30006 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
   30007 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
   30008 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
   30009 IN NO EVENT SHALL DIGITAL EQUIPMENT CORPORATION BE LIABLE FOR ANY CLAIM,
   30010 DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
   30011 OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR
   30012 THE USE OR OTHER DEALINGS IN THE SOFTWARE.
   30013 
   30014 Except as contained in this notice, the name of the Digital Equipment 
   30015 Corporation shall not be used in advertising or otherwise to promote
   30016 the sale, use or other dealings in this Software without prior written
   30017 authorization from Digital Equipment Corporation.
   30018 
   30019 
   30020 Copyright 1996, 1998  The Open Group
   30021 
   30022 Permission to use, copy, modify, distribute, and sell this software and its
   30023 documentation for any purpose is hereby granted without fee, provided that
   30024 the above copyright notice appear in all copies and that both that
   30025 copyright notice and this permission notice appear in supporting
   30026 documentation.
   30027 
   30028 The above copyright notice and this permission notice shall be
   30029 included in all copies or substantial portions of the Software.
   30030 
   30031 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
   30032 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
   30033 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
   30034 IN NO EVENT SHALL THE OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR
   30035 OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
   30036 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
   30037 OTHER DEALINGS IN THE SOFTWARE.
   30038 
   30039 Except as contained in this notice, the name of The Open Group shall
   30040 not be used in advertising or otherwise to promote the sale, use or
   30041 other dealings in this Software without prior written authorization
   30042 from The Open Group.
   30043 
   30044 
   30045 Copyright 2004-2005 Sun Microsystems, Inc.  All rights reserved.
   30046 
   30047 Permission is hereby granted, free of charge, to any person obtaining a
   30048 copy of this software and associated documentation files (the "Software"),
   30049 to deal in the Software without restriction, including without limitation
   30050 the rights to use, copy, modify, merge, publish, distribute, sublicense,
   30051 and/or sell copies of the Software, and to permit persons to whom the
   30052 Software is furnished to do so, subject to the following conditions:
   30053 
   30054 The above copyright notice and this permission notice (including the next
   30055 paragraph) shall be included in all copies or substantial portions of the
   30056 Software.
   30057 
   30058 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   30059 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   30060 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
   30061 THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
   30062 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
   30063 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
   30064 DEALINGS IN THE SOFTWARE.
   30065 
   30066 
   30067 Copyright (c) 1996 by Silicon Graphics Computer Systems, Inc.
   30068 
   30069 Permission to use, copy, modify, and distribute this
   30070 software and its documentation for any purpose and without
   30071 fee is hereby granted, provided that the above copyright
   30072 notice appear in all copies and that both that copyright
   30073 notice and this permission notice appear in supporting
   30074 documentation, and that the name of Silicon Graphics not be 
   30075 used in advertising or publicity pertaining to distribution 
   30076 of the software without specific prior written permission.
   30077 Silicon Graphics makes no representation about the suitability 
   30078 of this software for any purpose. It is provided "as is"
   30079 without any express or implied warranty.
   30080 
   30081 SILICON GRAPHICS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS 
   30082 SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY 
   30083 AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON
   30084 GRAPHICS BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL 
   30085 DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 
   30086 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE 
   30087 OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION  WITH
   30088 THE USE OR PERFORMANCE OF THIS SOFTWARE.
   30089 
   30090 
   30091 Copyright (c) 1996  X Consortium
   30092 
   30093 Permission is hereby granted, free of charge, to any person obtaining
   30094 a copy of this software and associated documentation files (the
   30095 "Software"), to deal in the Software without restriction, including
   30096 without limitation the rights to use, copy, modify, merge, publish,
   30097 distribute, sublicense, and/or sell copies of the Software, and to
   30098 permit persons to whom the Software is furnished to do so, subject to
   30099 the following conditions:
   30100 
   30101 The above copyright notice and this permission notice shall be
   30102 included in all copies or substantial portions of the Software.
   30103 
   30104 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
   30105 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
   30106 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
   30107 IN NO EVENT SHALL THE X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR
   30108 OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
   30109 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
   30110 OTHER DEALINGS IN THE SOFTWARE.
   30111 
   30112 Except as contained in this notice, the name of the X Consortium shall
   30113 not be used in advertising or otherwise to promote the sale, use or
   30114 other dealings in this Software without prior written authorization
   30115 from the X Consortium.
   30116 
   30117 
   30118 Copyright (C) 2004, 2006 var Arnfjr Bjarmason &lt;avarab (a] gmail.com&gt;
   30119 
   30120 Permission to use, copy, modify, distribute, and sell this software and its
   30121 documentation for any purpose is hereby granted without fee, provided that
   30122 the above copyright notice appear in all copies and that both that
   30123 copyright notice and this permission notice appear in supporting
   30124 documentation.
   30125 
   30126 The above copyright notice and this permission notice shall be
   30127 included in all copies or substantial portions of the Software.
   30128 
   30129 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
   30130 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
   30131 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
   30132 IN NO EVENT SHALL THE OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR
   30133 OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
   30134 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
   30135 OTHER DEALINGS IN THE SOFTWARE.
   30136 
   30137 Except as contained in this notice, the name of a copyright holder shall
   30138 not be used in advertising or otherwise to promote the sale, use or
   30139 other dealings in this Software without prior written authorization of
   30140 the copyright holder.
   30141 
   30142 
   30143 Copyright (C) 1999, 2000 by Anton Zinoviev &lt;anton (a] lml.bas.bg&gt;
   30144 
   30145 This software may be used, modified, copied, distributed, and sold,
   30146 in both source and binary form provided that the above copyright
   30147 and these terms are retained. Under no circumstances is the author
   30148 responsible for the proper functioning of this software, nor does
   30149 the author assume any responsibility for damages incurred with its
   30150 use.
   30151 
   30152 Permission is granted to anyone to use, distribute and modify
   30153 this file in any way, provided that the above copyright notice
   30154 is left intact and the author of the modification summarizes
   30155 the changes in this header.
   30156 
   30157 This file is distributed without any expressed or implied warranty.
   30158 
   30159 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   30160 </pre>
   30161 <ul>
   30162 
   30163 </ul>
   30164 </div>
   30165 </div>
   30166 
   30167 
   30168 <div class="product">
   30169 <span class="title">xl2tpd-1.3.0</span>
   30170 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   30171 <span class="homepage"><a href="http://www.xelerance.com/services/software/xl2tpd/">homepage</a></span>
   30172 <div class="licence">
   30173 <pre></pre>
   30174 <ul>
   30175 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
   30176 </ul>
   30177 </div>
   30178 </div>
   30179 
   30180 
   30181 <div class="product">
   30182 <span class="title">xlsatoms-1.1.0</span>
   30183 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   30184 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span>
   30185 <div class="licence">
   30186 <pre>Scanned Source License xlsatoms-1.1.0/COPYING:
   30187 
   30188 Copyright 1989, 1994, 1998  The Open Group
   30189 
   30190 Permission to use, copy, modify, distribute, and sell this software and its
   30191 documentation for any purpose is hereby granted without fee, provided that
   30192 the above copyright notice appear in all copies and that both that
   30193 copyright notice and this permission notice appear in supporting
   30194 documentation.
   30195 
   30196 The above copyright notice and this permission notice shall be included in
   30197 all copies or substantial portions of the Software.
   30198 
   30199 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   30200 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   30201 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
   30202 OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
   30203 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
   30204 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
   30205 
   30206 Except as contained in this notice, the name of The Open Group shall not be
   30207 used in advertising or otherwise to promote the sale, use or other dealings
   30208 in this Software without prior written authorization from The Open Group.
   30209 
   30210 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   30211 </pre>
   30212 <ul>
   30213 
   30214 </ul>
   30215 </div>
   30216 </div>
   30217 
   30218 
   30219 <div class="product">
   30220 <span class="title">xlsclients-1.1.2</span>
   30221 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   30222 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span>
   30223 <div class="licence">
   30224 <pre>Scanned Source License xlsclients-1.1.2/COPYING:
   30225 
   30226 Copyright 1989, 1991, 1994, 1998  The Open Group
   30227 Copyright 2009  Open Text Corporation
   30228 
   30229 Permission to use, copy, modify, distribute, and sell this software and its
   30230 documentation for any purpose is hereby granted without fee, provided that
   30231 the above copyright notice appear in all copies and that both that
   30232 copyright notice and this permission notice appear in supporting
   30233 documentation.
   30234 
   30235 The above copyright notice and this permission notice shall be included in
   30236 all copies or substantial portions of the Software.
   30237 
   30238 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   30239 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   30240 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
   30241 OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
   30242 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
   30243 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
   30244 
   30245 Except as contained in this notice, the name of The Open Group shall not be
   30246 used in advertising or otherwise to promote the sale, use or other dealings
   30247 in this Software without prior written authorization from The Open Group.
   30248 
   30249 Copyright (c) 2009 Apple Inc.
   30250 
   30251 Permission is hereby granted, free of charge, to any person obtaining a
   30252 copy of this software and associated documentation files (the "Software"),
   30253 to deal in the Software without restriction, including without limitation
   30254 the rights to use, copy, modify, merge, publish, distribute, sublicense,
   30255 and/or sell copies of the Software, and to permit persons to whom the
   30256 Software is furnished to do so, subject to the following conditions:
   30257 
   30258 The above copyright notice and this permission notice shall be included in
   30259 all copies or substantial portions of the Software.
   30260 
   30261 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   30262 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   30263 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
   30264 THE ABOVE LISTED COPYRIGHT HOLDER(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR
   30265 OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
   30266 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
   30267 DEALINGS IN THE SOFTWARE.
   30268 
   30269 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   30270 </pre>
   30271 <ul>
   30272 
   30273 </ul>
   30274 </div>
   30275 </div>
   30276 
   30277 
   30278 <div class="product">
   30279 <span class="title">xmodmap-1.0.5</span>
   30280 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   30281 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span>
   30282 <div class="licence">
   30283 <pre>Scanned Source License xmodmap-1.0.5/COPYING:
   30284 
   30285 Copyright (c) 1987, 2010, Oracle and/or its affiliates. All rights reserved.
   30286 
   30287 Permission is hereby granted, free of charge, to any person obtaining a
   30288 copy of this software and associated documentation files (the "Software"),
   30289 to deal in the Software without restriction, including without limitation
   30290 the rights to use, copy, modify, merge, publish, distribute, sublicense,
   30291 and/or sell copies of the Software, and to permit persons to whom the
   30292 Software is furnished to do so, subject to the following conditions:
   30293 
   30294 The above copyright notice and this permission notice (including the next
   30295 paragraph) shall be included in all copies or substantial portions of the
   30296 Software.
   30297 
   30298 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   30299 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   30300 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
   30301 THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
   30302 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
   30303 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
   30304 DEALINGS IN THE SOFTWARE.
   30305 
   30306 Copyright 1988, 1998  The Open Group
   30307 
   30308 Permission to use, copy, modify, distribute, and sell this software and its
   30309 documentation for any purpose is hereby granted without fee, provided that
   30310 the above copyright notice appear in all copies and that both that
   30311 copyright notice and this permission notice appear in supporting
   30312 documentation.
   30313 
   30314 The above copyright notice and this permission notice shall be included
   30315 in all copies or substantial portions of the Software.
   30316 
   30317 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
   30318 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
   30319 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
   30320 IN NO EVENT SHALL THE OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR
   30321 OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
   30322 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
   30323 OTHER DEALINGS IN THE SOFTWARE.
   30324 
   30325 Except as contained in this notice, the name of The Open Group shall
   30326 not be used in advertising or otherwise to promote the sale, use or
   30327 other dealings in this Software without prior written authorization
   30328 from The Open Group.
   30329 
   30330 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   30331 </pre>
   30332 <ul>
   30333 
   30334 </ul>
   30335 </div>
   30336 </div>
   30337 
   30338 
   30339 <div class="product">
   30340 <span class="title">xorg-conf-0.0.6</span>
   30341 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   30342 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span>
   30343 <div class="licence">
   30344 <pre></pre>
   30345 <ul>
   30346 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li>
   30347 </ul>
   30348 </div>
   30349 </div>
   30350 
   30351 
   30352 <div class="product">
   30353 <span class="title">xorg-server-1.12.4</span>
   30354 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   30355 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span>
   30356 <div class="licence">
   30357 <pre>Scanned Source License xorg-server-1.12.4/COPYING:
   30358 
   30359 The following is the 'standard copyright' agreed upon by most contributors,
   30360 and is currently the canonical license preferred by the X.Org Foundation.
   30361 This is a slight variant of the common MIT license form published by the
   30362 Open Source Initiative at http://www.opensource.org/licenses/mit-license.php
   30363 
   30364 Copyright holders of new code should use this license statement where
   30365 possible, and insert their name to this list.  Please sort by surname
   30366 for people, and by the full name for other entities (e.g.  Juliusz
   30367 Chroboczek sorts before Intel Corporation sorts before Daniel Stone).
   30368 
   30369 Copyright  2000-2001 Juliusz Chroboczek
   30370 Copyright  1998 Egbert Eich
   30371 Copyright  2006-2007 Intel Corporation
   30372 Copyright  2006 Nokia Corporation
   30373 Copyright  2006-2008 Peter Hutterer
   30374 Copyright  2006 Adam Jackson
   30375 Copyright  2009-2010 NVIDIA Corporation
   30376 Copyright  1987, 2003-2006, 2008-2010 Oracle and/or its affiliates.
   30377 Copyright  1999 Keith Packard
   30378 Copyright  2007-2009 Red Hat, Inc.
   30379 Copyright  2005-2008 Daniel Stone
   30380 Copyright  2006-2009 Simon Thum
   30381 Copyright  2006 Luc Verhaegen
   30382 
   30383 Permission is hereby granted, free of charge, to any person obtaining a
   30384 copy of this software and associated documentation files (the "Software"),
   30385 to deal in the Software without restriction, including without limitation
   30386 the rights to use, copy, modify, merge, publish, distribute, sublicense,
   30387 and/or sell copies of the Software, and to permit persons to whom the
   30388 Software is furnished to do so, subject to the following conditions:
   30389 
   30390 The above copyright notice and this permission notice (including the next
   30391 paragraph) shall be included in all copies or substantial portions of the
   30392 Software.
   30393 
   30394 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   30395 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   30396 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
   30397 THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
   30398 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
   30399 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
   30400 DEALINGS IN THE SOFTWARE.
   30401 
   30402 
   30403 
   30404 
   30405 The following licenses are 'legacy': usually MIT/X11 licenses with the name
   30406 of the copyright holder(s) in the license statement, but also some BSD-like
   30407 licenses.
   30408 
   30409 
   30410 Copyright (C) 1994-2003 The XFree86 Project, Inc.  All Rights Reserved.
   30411 Copyright (C) Colin Harrison 2005-2008
   30412 
   30413 Permission is hereby granted, free of charge, to any person obtaining a copy of
   30414 this software and associated documentation files (the "Software"), to deal in
   30415 the Software without restriction, including without limitation the rights to
   30416 use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
   30417 of the Software, and to permit persons to whom the Software is furnished to do
   30418 so, subject to the following conditions:
   30419 
   30420 The above copyright notice and this permission notice shall be included in all
   30421 copies or substantial portions of the Software.
   30422 
   30423 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   30424 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FIT-
   30425 NESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
   30426 XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
   30427 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
   30428 WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
   30429 
   30430 Except as contained in this notice, the name of the XFree86 Project shall not
   30431 be used in advertising or otherwise to promote the sale, use or other dealings
   30432 in this Software without prior written authorization from the XFree86 Project.
   30433 
   30434 
   30435 Copyright 1997 by The XFree86 Project, Inc.
   30436 
   30437 Permission to use, copy, modify, distribute, and sell this software and its
   30438 documentation for any purpose is hereby granted without fee, provided that
   30439 the above copyright notice appear in all copies and that both that
   30440 copyright notice and this permission notice appear in supporting
   30441 documentation, and that the name of the XFree86 Project, Inc.
   30442 not be used in advertising or publicity pertaining to distribution of
   30443 the software without specific, written prior permission.  The Xfree86
   30444 Project, Inc. makes no representations about the suitability of this
   30445 software for any purpose.  It is provided "as is" without express or
   30446 implied warranty.
   30447 
   30448 THE XFREE86 PROJECT, INC. DISCLAIMS ALL WARRANTIES WITH REGARD
   30449 TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
   30450 FITNESS, IN NO EVENT SHALL OREST ZBOROWSKI OR DAVID WEXELBLAT BE LIABLE
   30451 FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
   30452 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
   30453 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
   30454 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
   30455 
   30456 
   30457 Copyright 1985-1998, 2001  The Open Group
   30458 Copyright 2002 Red Hat Inc., Durham, North Carolina.
   30459 
   30460 Permission to use, copy, modify, distribute, and sell this software and its
   30461 documentation for any purpose is hereby granted without fee, provided that
   30462 the above copyright notice appear in all copies and that both that
   30463 copyright notice and this permission notice appear in supporting
   30464 documentation.
   30465 
   30466 The above copyright notice and this permission notice shall be included in
   30467 all copies or substantial portions of the Software.
   30468 
   30469 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   30470 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   30471 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
   30472 OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
   30473 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
   30474 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
   30475 
   30476 Except as contained in this notice, the name of The Open Group shall not be
   30477 used in advertising or otherwise to promote the sale, use or other dealings
   30478 in this Software without prior written authorization from The Open Group.
   30479 
   30480 
   30481 Copyright (c) 1987, 1989-1990, 1992-1995  X Consortium
   30482 
   30483 Permission is hereby granted, free of charge, to any person obtaining a copy
   30484 of this software and associated documentation files (the "Software"), to deal
   30485 in the Software without restriction, including without limitation the rights
   30486 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
   30487 copies of the Software, and to permit persons to whom the Software is
   30488 furnished to do so, subject to the following conditions:
   30489 
   30490 The above copyright notice and this permission notice shall be included in
   30491 all copies or substantial portions of the Software.
   30492 
   30493 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   30494 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   30495 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
   30496 X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
   30497 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
   30498 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
   30499 
   30500 Except as contained in this notice, the name of the X Consortium shall not be
   30501 used in advertising or otherwise to promote the sale, use or other dealings
   30502 in this Software without prior written authorization from the X Consortium.
   30503 
   30504 
   30505 Copyright  1999-2000 SuSE, Inc.
   30506 Copyright  2007 Red Hat, Inc.
   30507 
   30508 Permission to use, copy, modify, distribute, and sell this software and its
   30509 documentation for any purpose is hereby granted without fee, provided that
   30510 the above copyright notice appear in all copies and that both that
   30511 copyright notice and this permission notice appear in supporting
   30512 documentation, and that the name of SuSE not be used in advertising or
   30513 publicity pertaining to distribution of the software without specific,
   30514 written prior permission.  SuSE makes no representations about the
   30515 suitability of this software for any purpose.  It is provided "as is"
   30516 without express or implied warranty.
   30517 
   30518 SuSE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL
   30519 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL SuSE
   30520 BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
   30521 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
   30522 OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
   30523 CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
   30524 
   30525 
   30526 Copyright 1987-1991, 1993 by Digital Equipment Corporation, Maynard, Massachusetts.
   30527 Copyright 1991 Massachusetts Institute of Technology, Cambridge, Massachusetts.
   30528 Copyright 1991, 1993 Olivetti Research Limited, Cambridge, England.
   30529 
   30530                         All Rights Reserved
   30531 
   30532 Permission to use, copy, modify, and distribute this software and its
   30533 documentation for any purpose and without fee is hereby granted,
   30534 provided that the above copyright notice appear in all copies and that
   30535 both that copyright notice and this permission notice appear in
   30536 supporting documentation, and that the name of Digital not be
   30537 used in advertising or publicity pertaining to distribution of the
   30538 software without specific, written prior permission.
   30539 
   30540 DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
   30541 ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL
   30542 DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR
   30543 ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
   30544 WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
   30545 ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
   30546 SOFTWARE.
   30547 
   30548 
   30549 Copyright 1987 by Digital Equipment Corporation, Maynard, Massachusetts,
   30550 Copyright 1994 Quarterdeck Office Systems.
   30551 
   30552                         All Rights Reserved
   30553 
   30554 Permission to use, copy, modify, and distribute this software and its
   30555 documentation for any purpose and without fee is hereby granted,
   30556 provided that the above copyright notice appear in all copies and that
   30557 both that copyright notice and this permission notice appear in
   30558 supporting documentation, and that the names of Digital and
   30559 Quarterdeck not be used in advertising or publicity pertaining to
   30560 distribution of the software without specific, written prior
   30561 permission.
   30562 
   30563 DIGITAL AND QUARTERDECK DISCLAIM ALL WARRANTIES WITH REGARD TO THIS
   30564 SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
   30565 FITNESS, IN NO EVENT SHALL DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT
   30566 OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
   30567 OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
   30568 OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE
   30569 OR PERFORMANCE OF THIS SOFTWARE.
   30570 
   30571 
   30572 Copyright 1997 Digital Equipment Corporation.
   30573 All rights reserved.
   30574 
   30575 This software is furnished under license and may be used and copied only in
   30576 accordance with the following terms and conditions.  Subject to these
   30577 conditions, you may download, copy, install, use, modify and distribute
   30578 this software in source and/or binary form. No title or ownership is
   30579 transferred hereby.
   30580 
   30581 1) Any source code used, modified or distributed must reproduce and retain
   30582    this copyright notice and list of conditions as they appear in the
   30583    source file.
   30584 
   30585 2) No right is granted to use any trade name, trademark, or logo of Digital
   30586    Equipment Corporation. Neither the "Digital Equipment Corporation"
   30587    name nor any trademark or logo of Digital Equipment Corporation may be
   30588    used to endorse or promote products derived from this software without
   30589    the prior written permission of Digital Equipment Corporation.
   30590 
   30591 3) This software is provided "AS-IS" and any express or implied warranties,
   30592    including but not limited to, any implied warranties of merchantability,
   30593    fitness for a particular purpose, or non-infringement are disclaimed.
   30594    In no event shall DIGITAL be liable for any damages whatsoever, and in
   30595    particular, DIGITAL shall not be liable for special, indirect,
   30596    consequential, or incidental damages or damages for lost profits, loss
   30597    of revenue or loss of use, whether such damages arise in contract,
   30598    negligence, tort, under statute, in equity, at law or otherwise, even
   30599    if advised of the possibility of such damage.
   30600 
   30601 
   30602 Copyright (c) 1991, 1996-1997 Digital Equipment Corporation, Maynard, Massachusetts.
   30603 
   30604 Permission is hereby granted, free of charge, to any person obtaining a copy
   30605 of this software and associated documentation files (the "Software"), to deal
   30606 in the Software without restriction, including without limitation the rights
   30607 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
   30608 copies of the Software.
   30609 
   30610 The above copyright notice and this permission notice shall be included in
   30611 all copies or substantial portions of the Software.
   30612 
   30613 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   30614 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   30615 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
   30616 DIGITAL EQUIPMENT CORPORATION BE LIABLE FOR ANY CLAIM, DAMAGES, INCLUDING,
   30617 BUT NOT LIMITED TO CONSEQUENTIAL OR INCIDENTAL DAMAGES, OR OTHER LIABILITY,
   30618 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
   30619 IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
   30620 
   30621 Except as contained in this notice, the name of Digital Equipment Corporation
   30622 shall not be used in advertising or otherwise to promote the sale, use or other
   30623 dealings in this Software without prior written authorization from Digital
   30624 Equipment Corporation.
   30625 
   30626 
   30627 SGI FREE SOFTWARE LICENSE B (Version 2.0, Sept. 18, 2008)
   30628 Copyright (C) 1991-2000 Silicon Graphics, Inc. All Rights Reserved.
   30629 
   30630 Permission is hereby granted, free of charge, to any person obtaining a
   30631 copy of this software and associated documentation files (the "Software"),
   30632 to deal in the Software without restriction, including without limitation
   30633 the rights to use, copy, modify, merge, publish, distribute, sublicense,
   30634 and/or sell copies of the Software, and to permit persons to whom the
   30635 Software is furnished to do so, subject to the following conditions:
   30636 
   30637 The above copyright notice including the dates of first publication and
   30638 either this permission notice or a reference to
   30639 http://oss.sgi.com/projects/FreeB/
   30640 shall be included in all copies or substantial portions of the Software.
   30641 
   30642 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
   30643 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   30644 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
   30645 SILICON GRAPHICS, INC. BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
   30646 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
   30647 OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
   30648 SOFTWARE.
   30649 
   30650 
   30651 Copyright (c) 1994, 1995  Hewlett-Packard Company
   30652 
   30653 Permission is hereby granted, free of charge, to any person obtaining
   30654 a copy of this software and associated documentation files (the
   30655 "Software"), to deal in the Software without restriction, including
   30656 without limitation the rights to use, copy, modify, merge, publish,
   30657 distribute, sublicense, and/or sell copies of the Software, and to
   30658 permit persons to whom the Software is furnished to do so, subject to
   30659 the following conditions:
   30660 
   30661 The above copyright notice and this permission notice shall be included
   30662 in all copies or substantial portions of the Software.
   30663 
   30664 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
   30665 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
   30666 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
   30667 IN NO EVENT SHALL HEWLETT-PACKARD COMPANY BE LIABLE FOR ANY CLAIM,
   30668 DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
   30669 OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR
   30670 THE USE OR OTHER DEALINGS IN THE SOFTWARE.
   30671 
   30672 Except as contained in this notice, the name of the Hewlett-Packard
   30673 Company shall not be used in advertising or otherwise to promote the
   30674 sale, use or other dealings in this Software without prior written
   30675 authorization from the Hewlett-Packard Company.
   30676 
   30677 
   30678 Copyright 1989 by Hewlett-Packard Company, Palo Alto, California.
   30679 All Rights Reserved
   30680 
   30681 Permission to use, copy, modify, and distribute this software and its
   30682 documentation for any purpose and without fee is hereby granted,
   30683 provided that the above copyright notice appear in all copies and that
   30684 both that copyright notice and this permission notice appear in
   30685 supporting documentation, and that the name of Hewlett-Packard not be
   30686 used in advertising or publicity pertaining to distribution of the
   30687 software without specific, written prior permission.
   30688 
   30689 HEWLETT-PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
   30690 ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL
   30691 HEWLETT-PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR
   30692 ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
   30693 WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
   30694 ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
   30695 SOFTWARE.
   30696 
   30697 
   30698 Copyright 2001-2004 Red Hat Inc., Durham, North Carolina.
   30699 Copyright (c) 2003 by the XFree86 Project, Inc.
   30700 Copyright 2004-2005 Red Hat Inc., Raleigh, North Carolina.
   30701 All Rights Reserved.
   30702 
   30703 Permission is hereby granted, free of charge, to any person obtaining
   30704 a copy of this software and associated documentation files (the
   30705 "Software"), to deal in the Software without restriction, including
   30706 without limitation on the rights to use, copy, modify, merge,
   30707 publish, distribute, sublicense, and/or sell copies of the Software,
   30708 and to permit persons to whom the Software is furnished to do so,
   30709 subject to the following conditions:
   30710 
   30711 The above copyright notice and this permission notice (including the
   30712 next paragraph) shall be included in all copies or substantial
   30713 portions of the Software.
   30714 
   30715 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
   30716 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
   30717 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
   30718 NON-INFRINGEMENT.  IN NO EVENT SHALL RED HAT AND/OR THEIR SUPPLIERS
   30719 BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
   30720 ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
   30721 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
   30722 SOFTWARE.
   30723 
   30724 
   30725 Copyright  2008 Red Hat, Inc.
   30726 Partly based on code Copyright  2000 SuSE, Inc.
   30727 
   30728 Permission to use, copy, modify, distribute, and sell this software
   30729 and its documentation for any purpose is hereby granted without
   30730 fee, provided that the above copyright notice appear in all copies
   30731 and that both that copyright notice and this permission notice
   30732 appear in supporting documentation, and that the name of Red Hat
   30733 not be used in advertising or publicity pertaining to distribution
   30734 of the software without specific, written prior permission.  Red
   30735 Hat makes no representations about the suitability of this software
   30736 for any purpose.  It is provided "as is" without express or implied
   30737 warranty.
   30738 
   30739 Red Hat DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
   30740 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN
   30741 NO EVENT SHALL Red Hat BE LIABLE FOR ANY SPECIAL, INDIRECT OR
   30742 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
   30743 OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
   30744 NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
   30745 CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
   30746 
   30747 Permission to use, copy, modify, distribute, and sell this software and its
   30748 documentation for any purpose is hereby granted without fee, provided that
   30749 the above copyright notice appear in all copies and that both that
   30750 copyright notice and this permission notice appear in supporting
   30751 documentation, and that the name of SuSE not be used in advertising or
   30752 publicity pertaining to distribution of the software without specific,
   30753 written prior permission.  SuSE makes no representations about the
   30754 suitability of this software for any purpose.  It is provided "as is"
   30755 without express or implied warranty.
   30756 
   30757 SuSE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL
   30758 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL SuSE
   30759 BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
   30760 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
   30761 OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
   30762 CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
   30763 
   30764 
   30765 Copyright  2006  Red Hat, Inc.
   30766 (C) Copyright 1998-1999 Precision Insight, Inc., Cedar Park, Texas.
   30767 All Rights Reserved.
   30768 
   30769 Permission is hereby granted, free of charge, to any person obtaining a
   30770 copy of this software and associated documentation files (the "Software"),
   30771 to deal in the Software without restriction, including without limitation
   30772 the rights to use, copy, modify, merge, publish, distribute, sub license,
   30773 and/or sell copies of the Software, and to permit persons to whom the
   30774 Software is furnished to do so, subject to the following conditions:
   30775 
   30776 The above copyright notice and this permission notice (including the next
   30777 paragraph) shall be included in all copies or substantial portions of the
   30778 Software.
   30779 
   30780 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   30781 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   30782 FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.  IN NO EVENT SHALL
   30783 RED HAT, INC, OR PRECISION INSIGHT AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY
   30784 CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT
   30785 OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR
   30786 THE USE OR OTHER DEALINGS IN THE SOFTWARE.
   30787 
   30788 
   30789 Copyright (c) 1995  X Consortium
   30790 Copyright 2004 Red Hat Inc., Durham, North Carolina.
   30791 All Rights Reserved.
   30792 
   30793 Permission is hereby granted, free of charge, to any person obtaining
   30794 a copy of this software and associated documentation files (the
   30795 "Software"), to deal in the Software without restriction, including
   30796 without limitation on the rights to use, copy, modify, merge,
   30797 publish, distribute, sublicense, and/or sell copies of the Software,
   30798 and to permit persons to whom the Software is furnished to do so,
   30799 subject to the following conditions:
   30800 
   30801 The above copyright notice and this permission notice shall be
   30802 included in all copies or substantial portions of the Software.
   30803 
   30804 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
   30805 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
   30806 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
   30807 NON-INFRINGEMENT.  IN NO EVENT SHALL RED HAT, THE X CONSORTIUM,
   30808 AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
   30809 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
   30810 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
   30811 OTHER DEALINGS IN THE SOFTWARE.
   30812 
   30813 Except as contained in this notice, the name of the X Consortium
   30814 shall not be used in advertising or otherwise to promote the sale,
   30815 use or other dealings in this Software without prior written
   30816 authorization from the X Consortium.
   30817 
   30818 
   30819 Copyright 1998-2000 Precision Insight, Inc., Cedar Park, Texas.
   30820 Copyright 2000 VA Linux Systems, Inc.
   30821 Copyright (c) 2002, 2008, 2009 Apple Computer, Inc.
   30822 Copyright (c) 2003-2004 Torrey T. Lyons.
   30823 All Rights Reserved.
   30824 
   30825 Permission is hereby granted, free of charge, to any person obtaining a
   30826 copy of this software and associated documentation files (the
   30827 "Software"), to deal in the Software without restriction, including
   30828 without limitation the rights to use, copy, modify, merge, publish,
   30829 distribute, sub license, and/or sell copies of the Software, and to
   30830 permit persons to whom the Software is furnished to do so, subject to
   30831 the following conditions:
   30832 
   30833 The above copyright notice and this permission notice (including the
   30834 next paragraph) shall be included in all copies or substantial portions
   30835 of the Software.
   30836 
   30837 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
   30838 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
   30839 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.
   30840 IN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR
   30841 ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
   30842 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
   30843 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
   30844 
   30845 
   30846 (C) Copyright IBM Corporation 2003
   30847 All Rights Reserved.
   30848 
   30849 Permission is hereby granted, free of charge, to any person obtaining a
   30850 copy of this software and associated documentation files (the "Software"),
   30851 to deal in the Software without restriction, including without limitation
   30852 on the rights to use, copy, modify, merge, publish, distribute, sub
   30853 license, and/or sell copies of the Software, and to permit persons to whom
   30854 the Software is furnished to do so, subject to the following conditions:
   30855 
   30856 The above copyright notice and this permission notice (including the next
   30857 paragraph) shall be included in all copies or substantial portions of the
   30858 Software.
   30859 
   30860 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   30861 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   30862 FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.  IN NO EVENT SHALL
   30863 VA LINUX SYSTEM, IBM AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM,
   30864 DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
   30865 OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
   30866 USE OR OTHER DEALINGS IN THE SOFTWARE.
   30867 
   30868 
   30869 (C) Copyright IBM Corporation 2004-2005
   30870 All Rights Reserved.
   30871 
   30872 Permission is hereby granted, free of charge, to any person obtaining a
   30873 copy of this software and associated documentation files (the "Software"),
   30874 to deal in the Software without restriction, including without limitation
   30875 the rights to use, copy, modify, merge, publish, distribute, sub license,
   30876 and/or sell copies of the Software, and to permit persons to whom the
   30877 Software is furnished to do so, subject to the following conditions:
   30878 
   30879 The above copyright notice and this permission notice (including the next
   30880 paragraph) shall be included in all copies or substantial portions of the
   30881 Software.
   30882 
   30883 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   30884 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   30885 FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.  IN NO EVENT SHALL
   30886 IBM,
   30887 AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
   30888 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
   30889 OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
   30890 SOFTWARE.
   30891 
   30892 
   30893 Copyright (c) 1997  Metro Link Incorporated
   30894 
   30895 Permission is hereby granted, free of charge, to any person obtaining a
   30896 copy of this software and associated documentation files (the "Software"),
   30897 to deal in the Software without restriction, including without limitation
   30898 the rights to use, copy, modify, merge, publish, distribute, sublicense,
   30899 and/or sell copies of the Software, and to permit persons to whom the
   30900 Software is furnished to do so, subject to the following conditions:
   30901 
   30902 The above copyright notice and this permission notice shall be included in
   30903 all copies or substantial portions of the Software.
   30904 
   30905 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   30906 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   30907 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
   30908 THE X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
   30909 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
   30910 OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
   30911 SOFTWARE.
   30912 
   30913 Except as contained in this notice, the name of the Metro Link shall not be
   30914 used in advertising or otherwise to promote the sale, use or other dealings
   30915 in this Software without prior written authorization from Metro Link.
   30916 
   30917 
   30918 Copyright 1995-1998 by Metro Link, Inc.
   30919 Copyright (c) 1997 Matthieu Herrb
   30920 
   30921 Permission to use, copy, modify, distribute, and sell this software and its
   30922 documentation for any purpose is hereby granted without fee, provided that
   30923 the above copyright notice appear in all copies and that both that
   30924 copyright notice and this permission notice appear in supporting
   30925 documentation, and that the name of Metro Link, Inc. not be used in
   30926 advertising or publicity pertaining to distribution of the software without
   30927 specific, written prior permission.  Metro Link, Inc. makes no
   30928 representations about the suitability of this software for any purpose.
   30929  It is provided "as is" without express or implied warranty.
   30930 
   30931 METRO LINK, INC. DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
   30932 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
   30933 EVENT SHALL METRO LINK, INC. BE LIABLE FOR ANY SPECIAL, INDIRECT OR
   30934 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
   30935 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
   30936 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
   30937 PERFORMANCE OF THIS SOFTWARE.
   30938 
   30939 
   30940 Copyright 1998 by Metro Link Incorporated
   30941 
   30942 Permission to use, copy, modify, distribute, and sell this software
   30943 and its documentation for any purpose is hereby granted without fee,
   30944 provided that the above copyright notice appear in all copies and that
   30945 both that copyright notice and this permission notice appear in
   30946 supporting documentation, and that the name of Metro Link
   30947 Incorporated not be used in advertising or publicity pertaining to
   30948 distribution of the software without specific, written prior
   30949 permission.  Metro Link Incorporated makes no representations
   30950 about the suitability of this software for any purpose.  It is
   30951 provided "as is" without express or implied warranty.
   30952 
   30953 METRO LINK INCORPORATED DISCLAIMS ALL WARRANTIES WITH REGARD
   30954 TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
   30955 AND FITNESS, IN NO EVENT SHALL METRO LINK INCORPORATED BE
   30956 LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY
   30957 DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
   30958 WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
   30959 ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
   30960 SOFTWARE.
   30961 
   30962 
   30963 Copyright (c) 2000 by Conectiva S.A. (http://www.conectiva.com)
   30964 
   30965 Permission is hereby granted, free of charge, to any person obtaining a
   30966 copy of this software and associated documentation files (the "Software"),
   30967 to deal in the Software without restriction, including without limitation
   30968 the rights to use, copy, modify, merge, publish, distribute, sublicense,
   30969 and/or sell copies of the Software, and to permit persons to whom the
   30970 Software is furnished to do so, subject to the following conditions:
   30971 
   30972 The above copyright notice and this permission notice shall be included in
   30973 all copies or substantial portions of the Software.
   30974 
   30975 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   30976 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   30977 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
   30978 CONECTIVA LINUX BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
   30979 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
   30980 OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
   30981 SOFTWARE.
   30982 
   30983 Except as contained in this notice, the name of Conectiva Linux shall
   30984 not be used in advertising or otherwise to promote the sale, use or other
   30985 dealings in this Software without prior written authorization from
   30986 Conectiva Linux.
   30987 
   30988 
   30989 Copyright (c) 2001, Andy Ritger  aritger (a] nvidia.com
   30990 All rights reserved.
   30991 
   30992 Redistribution and use in source and binary forms, with or without
   30993 modification, are permitted provided that the following conditions
   30994 are met:
   30995 
   30996 o Redistributions of source code must retain the above copyright
   30997   notice, this list of conditions and the following disclaimer.
   30998 o Redistributions in binary form must reproduce the above copyright
   30999   notice, this list of conditions and the following disclaimer
   31000   in the documentation and/or other materials provided with the
   31001   distribution.
   31002 o Neither the name of NVIDIA nor the names of its contributors
   31003   may be used to endorse or promote products derived from this
   31004   software without specific prior written permission.
   31005 
   31006 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
   31007 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT
   31008 NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
   31009 FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL
   31010 THE REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
   31011 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
   31012 BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
   31013 LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
   31014 CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
   31015 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
   31016 ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
   31017 POSSIBILITY OF SUCH DAMAGE.
   31018 
   31019 
   31020 Copyright 1992 Vrije Universiteit, The Netherlands
   31021 
   31022 Permission to use, copy, modify, and distribute this software and its
   31023 documentation for any purpose and without fee is hereby granted, provided
   31024 that the above copyright notice appear in all copies and that both that
   31025 copyright notice and this permission notice appear in supporting
   31026 documentation, and that the name of the Vrije Universiteit not be used in
   31027 advertising or publicity pertaining to distribution of the software without
   31028 specific, written prior permission.  The Vrije Universiteit makes no
   31029 representations about the suitability of this software for any purpose.
   31030 It is provided "as is" without express or implied warranty.
   31031 
   31032 The Vrije Universiteit DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
   31033 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
   31034 EVENT SHALL The Vrije Universiteit BE LIABLE FOR ANY SPECIAL, INDIRECT OR
   31035 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
   31036 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
   31037 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
   31038 PERFORMANCE OF THIS SOFTWARE.
   31039 
   31040 
   31041 Copyright 1998 by Concurrent Computer Corporation
   31042 
   31043 Permission to use, copy, modify, distribute, and sell this software
   31044 and its documentation for any purpose is hereby granted without fee,
   31045 provided that the above copyright notice appear in all copies and that
   31046 both that copyright notice and this permission notice appear in
   31047 supporting documentation, and that the name of Concurrent Computer
   31048 Corporation not be used in advertising or publicity pertaining to
   31049 distribution of the software without specific, written prior
   31050 permission.  Concurrent Computer Corporation makes no representations
   31051 about the suitability of this software for any purpose.  It is
   31052 provided "as is" without express or implied warranty.
   31053 
   31054 CONCURRENT COMPUTER CORPORATION DISCLAIMS ALL WARRANTIES WITH REGARD
   31055 TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
   31056 AND FITNESS, IN NO EVENT SHALL CONCURRENT COMPUTER CORPORATION BE
   31057 LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY
   31058 DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
   31059 WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
   31060 ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
   31061 SOFTWARE.
   31062 
   31063 
   31064 Copyright  2004 Nokia
   31065 
   31066 Permission to use, copy, modify, distribute, and sell this software and its
   31067 documentation for any purpose is hereby granted without fee, provided that
   31068 the above copyright notice appear in all copies and that both that
   31069 copyright notice and this permission notice appear in supporting
   31070 documentation, and that the name of Nokia not be used in
   31071 advertising or publicity pertaining to distribution of the software without
   31072 specific, written prior permission. Nokia makes no
   31073 representations about the suitability of this software for any purpose.  It
   31074 is provided "as is" without express or implied warranty.
   31075 
   31076 NOKIA DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
   31077 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
   31078 EVENT SHALL NOKIA BE LIABLE FOR ANY SPECIAL, INDIRECT OR
   31079 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
   31080 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
   31081 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
   31082 PERFORMANCE OF THIS SOFTWARE.
   31083 
   31084 
   31085 (c)Copyright 1988,1991 Adobe Systems Incorporated.
   31086 All rights reserved.
   31087 
   31088 Permission to use, copy, modify, distribute, and sublicense this software and its
   31089 documentation for any purpose and without fee is hereby granted, provided that
   31090 the above copyright notices appear in all copies and that both those copyright
   31091 notices and this permission notice appear in supporting documentation and that
   31092 the name of Adobe Systems Incorporated not be used in advertising or publicity
   31093 pertaining to distribution of the software without specific, written prior
   31094 permission.  No trademark license to use the Adobe trademarks is hereby
   31095 granted.  If the Adobe trademark "Display PostScript"(tm) is used to describe
   31096 this software, its functionality or for any other purpose, such use shall be
   31097 limited to a statement that this software works in conjunction with the Display
   31098 PostScript system.  Proper trademark attribution to reflect Adobe's ownership
   31099 of the trademark shall be given whenever any such reference to the Display
   31100 PostScript system is made.
   31101 
   31102 ADOBE MAKES NO REPRESENTATIONS ABOUT THE SUITABILITY OF THE SOFTWARE FOR ANY
   31103 PURPOSE.  IT IS PROVIDED "AS IS" WITHOUT EXPRESS OR IMPLIED WARRANTY.  ADOBE
   31104 DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED
   31105 WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-
   31106 INFRINGEMENT OF THIRD PARTY RIGHTS.  IN NO EVENT SHALL ADOBE BE LIABLE TO YOU
   31107 OR ANY OTHER PARTY FOR ANY SPECIAL, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY
   31108 DAMAGES WHATSOEVER WHETHER IN AN ACTION OF CONTRACT,NEGLIGENCE, STRICT
   31109 LIABILITY OR ANY OTHER ACTION ARISING OUT OF OR IN CONNECTION WITH THE USE OR
   31110 PERFORMANCE OF THIS SOFTWARE.  ADOBE WILL NOT PROVIDE ANY TRAINING OR OTHER
   31111 SUPPORT FOR THE SOFTWARE.
   31112 
   31113 Adobe, PostScript, and Display PostScript are trademarks of Adobe Systems
   31114 Incorporated which may be registered in certain jurisdictions.
   31115 
   31116 
   31117 Copyright 1989 Network Computing Devices, Inc., Mountain View, California.
   31118 
   31119 Permission to use, copy, modify, and distribute this software and its
   31120 documentation for any purpose and without fee is hereby granted, provided
   31121 that the above copyright notice appear in all copies and that both that
   31122 copyright notice and this permission notice appear in supporting
   31123 documentation, and that the name of N.C.D. not be used in advertising or
   31124 publicity pertaining to distribution of the software without specific,
   31125 written prior permission.  N.C.D. makes no representations about the
   31126 suitability of this software for any purpose.  It is provided "as is"
   31127 without express or implied warranty.
   31128 
   31129 
   31130 Copyright (c) 1987 by the Regents of the University of California
   31131 
   31132 Permission to use, copy, modify, and distribute this
   31133 software and its documentation for any purpose and without
   31134 fee is hereby granted, provided that the above copyright
   31135 notice appear in all copies.  The University of California
   31136 makes no representations about the suitability of this
   31137 software for any purpose.  It is provided "as is" without
   31138 express or implied warranty.
   31139 
   31140 
   31141 Copyright 1992, 1993 Data General Corporation;
   31142 Copyright 1992, 1993 OMRON Corporation
   31143 
   31144 Permission to use, copy, modify, distribute, and sell this software and its
   31145 documentation for any purpose is hereby granted without fee, provided that the
   31146 above copyright notice appear in all copies and that both that copyright
   31147 notice and this permission notice appear in supporting documentation, and that
   31148 neither the name OMRON or DATA GENERAL be used in advertising or publicity
   31149 pertaining to distribution of the software without specific, written prior
   31150 permission of the party whose name is to be used.  Neither OMRON or
   31151 DATA GENERAL make any representation about the suitability of this software
   31152 for any purpose.  It is provided "as is" without express or implied warranty.
   31153 
   31154 OMRON AND DATA GENERAL EACH DISCLAIM ALL WARRANTIES WITH REGARD TO THIS
   31155 SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS,
   31156 IN NO EVENT SHALL OMRON OR DATA GENERAL BE LIABLE FOR ANY SPECIAL, INDIRECT
   31157 OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
   31158 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
   31159 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
   31160 OF THIS SOFTWARE.
   31161 
   31162 
   31163 Copyright  1998-2004, 2006 Keith Packard
   31164 Copyright  2000-2002 Keith Packard, member of The XFree86 Project, Inc.
   31165 Copyright (c) 2002 Apple Computer, Inc.
   31166 Copyright (c) 2003 Torrey T. Lyons.
   31167 All Rights Reserved.
   31168 
   31169 Permission to use, copy, modify, distribute, and sell this software and its
   31170 documentation for any purpose is hereby granted without fee, provided that
   31171 the above copyright notice appear in all copies and that both that
   31172 copyright notice and this permission notice appear in supporting
   31173 documentation, and that the name of Keith Packard not be used in
   31174 advertising or publicity pertaining to distribution of the software without
   31175 specific, written prior permission.  Keith Packard makes no
   31176 representations about the suitability of this software for any purpose.  It
   31177 is provided "as is" without express or implied warranty.
   31178 
   31179 KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
   31180 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
   31181 EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR
   31182 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
   31183 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
   31184 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
   31185 PERFORMANCE OF THIS SOFTWARE.
   31186 
   31187 
   31188 Copyright  1999 Keith Packard
   31189 Copyright  2000 Compaq Computer Corporation
   31190 Copyright  2002 MontaVista Software Inc.
   31191 Copyright  2005 OpenedHand Ltd.
   31192 Copyright  2006 Nokia Corporation
   31193 
   31194 Permission to use, copy, modify, distribute, and sell this software and its
   31195 documentation for any purpose is hereby granted without fee, provided that
   31196 the above copyright notice appear in all copies and that both that
   31197 copyright notice and this permission notice appear in supporting
   31198 documentation, and that the name of the authors and/or copyright holders
   31199 not be used in advertising or publicity pertaining to distribution of the
   31200 software without specific, written prior permission.  The authors and/or
   31201 copyright holders make no representations about the suitability of this
   31202 software for any purpose.  It is provided "as is" without express or
   31203 implied warranty.
   31204 
   31205 THE AUTHORS AND/OR COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD
   31206 TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
   31207 AND FITNESS, IN NO EVENT SHALL THE AUTHORS AND/OR COPYRIGHT HOLDERS BE
   31208 LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
   31209 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
   31210 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
   31211 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
   31212 
   31213 
   31214 Copyright 1993 by Davor Matic
   31215 
   31216 Permission to use, copy, modify, distribute, and sell this software
   31217 and its documentation for any purpose is hereby granted without fee,
   31218 provided that the above copyright notice appear in all copies and that
   31219 both that copyright notice and this permission notice appear in
   31220 supporting documentation.  Davor Matic makes no representations about
   31221 the suitability of this software for any purpose.  It is provided "as
   31222 is" without express or implied warranty.
   31223 
   31224 
   31225 Copyright (C) 2001-2004 Harold L Hunt II All Rights Reserved.
   31226 Copyright (C) Colin Harrison 2005-2008
   31227 
   31228 Permission is hereby granted, free of charge, to any person obtaining
   31229 a copy of this software and associated documentation files (the
   31230 "Software"), to deal in the Software without restriction, including
   31231 without limitation the rights to use, copy, modify, merge, publish,
   31232 distribute, sublicense, and/or sell copies of the Software, and to
   31233 permit persons to whom the Software is furnished to do so, subject to
   31234 the following conditions:
   31235 
   31236 The above copyright notice and this permission notice shall be
   31237 included in all copies or substantial portions of the Software.
   31238 
   31239 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
   31240 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
   31241 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
   31242 NONINFRINGEMENT. IN NO EVENT SHALL HAROLD L HUNT II BE LIABLE FOR
   31243 ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
   31244 CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
   31245 WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
   31246 
   31247 Except as contained in this notice, the name of Harold L Hunt II
   31248 shall not be used in advertising or otherwise to promote the sale, use
   31249 or other dealings in this Software without prior written authorization
   31250 from Harold L Hunt II.
   31251 
   31252 
   31253 Copyright 1990,91 by Thomas Roell, Dinkelscherben, Germany.
   31254 
   31255 Permission to use, copy, modify, distribute, and sell this software and its
   31256 documentation for any purpose is hereby granted without fee, provided that
   31257 the above copyright notice appear in all copies and that both that
   31258 copyright notice and this permission notice appear in supporting
   31259 documentation, and that the name of Thomas Roell not be used in
   31260 advertising or publicity pertaining to distribution of the software without
   31261 specific, written prior permission.  Thomas Roell makes no representations
   31262 about the suitability of this software for any purpose.  It is provided
   31263 "as is" without express or implied warranty.
   31264 
   31265 THOMAS ROELL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
   31266 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
   31267 EVENT SHALL THOMAS ROELL BE LIABLE FOR ANY SPECIAL, INDIRECT OR
   31268 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
   31269 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
   31270 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
   31271 PERFORMANCE OF THIS SOFTWARE.
   31272 
   31273 
   31274 Copyright 1990,91 by Thomas Roell, Dinkelscherben, Germany
   31275 Copyright 1993 by David Wexelblat &lt;dwex (a] goblin.org&gt;
   31276 
   31277 Permission to use, copy, modify, distribute, and sell this software and its
   31278 documentation for any purpose is hereby granted without fee, provided that
   31279 the above copyright notice appear in all copies and that both that
   31280 copyright notice and this permission notice appear in supporting
   31281 documentation, and that the names of Thomas Roell and David Wexelblat
   31282 not be used in advertising or publicity pertaining to distribution of
   31283 the software without specific, written prior permission.  Thomas Roell and
   31284 David Wexelblat makes no representations about the suitability of this
   31285 software for any purpose.  It is provided "as is" without express or
   31286 implied warranty.
   31287 
   31288 THOMAS ROELL AND DAVID WEXELBLAT DISCLAIMS ALL WARRANTIES WITH REGARD TO
   31289 THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
   31290 FITNESS, IN NO EVENT SHALL THOMAS ROELL OR DAVID WEXELBLAT BE LIABLE FOR
   31291 ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER
   31292 RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF
   31293 CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
   31294 CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
   31295 
   31296 
   31297 Copyright 1990,91,92,93 by Thomas Roell, Germany.
   31298 Copyright 1991,92,93    by SGCS (Snitily Graphics Consulting Services), USA.
   31299 
   31300 Permission to use, copy, modify, distribute, and sell this software
   31301 and its documentation for any purpose is hereby granted without fee,
   31302 provided that the above copyright notice appear in all copies and
   31303 that both that copyright notice and this  permission notice appear
   31304 in supporting documentation, and that the name of Thomas Roell nor
   31305 SGCS be used in advertising or publicity pertaining to distribution
   31306 of the software without specific, written prior permission.
   31307 Thomas Roell nor SGCS makes no representations about the suitability
   31308 of this software for any purpose. It is provided "as is" without
   31309 express or implied warranty.
   31310 
   31311 THOMAS ROELL AND SGCS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS
   31312 SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
   31313 FITNESS, IN NO EVENT SHALL THOMAS ROELL OR SGCS BE LIABLE FOR ANY
   31314 SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER
   31315 RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF
   31316 CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
   31317 CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
   31318 
   31319 
   31320 Copyright 1998 by Alan Hourihane, Wigan, England.
   31321 Copyright 2000-2002 by Alan Hourihane, Flint Mountain, North Wales.
   31322 
   31323 Permission to use, copy, modify, distribute, and sell this software and its
   31324 documentation for any purpose is hereby granted without fee, provided that
   31325 the above copyright notice appear in all copies and that both that
   31326 copyright notice and this permission notice appear in supporting
   31327 documentation, and that the name of Alan Hourihane not be used in
   31328 advertising or publicity pertaining to distribution of the software without
   31329 specific, written prior permission.  Alan Hourihane makes no representations
   31330 about the suitability of this software for any purpose.  It is provided
   31331 "as is" without express or implied warranty.
   31332 
   31333 ALAN HOURIHANE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
   31334 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
   31335 EVENT SHALL ALAN HOURIHANE BE LIABLE FOR ANY SPECIAL, INDIRECT OR
   31336 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
   31337 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
   31338 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
   31339 PERFORMANCE OF THIS SOFTWARE.
   31340 
   31341 
   31342 Copyright 1995  Kaleb S. KEITHLEY
   31343 
   31344 Permission is hereby granted, free of charge, to any person obtaining
   31345 a copy of this software and associated documentation files (the
   31346 "Software"), to deal in the Software without restriction, including
   31347 without limitation the rights to use, copy, modify, merge, publish,
   31348 distribute, sublicense, and/or sell copies of the Software, and to
   31349 permit persons to whom the Software is furnished to do so, subject to
   31350 the following conditions:
   31351 
   31352 The above copyright notice and this permission notice shall be
   31353 included in all copies or substantial portions of the Software.
   31354 
   31355 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
   31356 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
   31357 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
   31358 IN NO EVENT SHALL Kaleb S. KEITHLEY BE LIABLE FOR ANY CLAIM, DAMAGES
   31359 OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
   31360 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
   31361 OTHER DEALINGS IN THE SOFTWARE.
   31362 
   31363 Except as contained in this notice, the name of Kaleb S. KEITHLEY
   31364 shall not be used in advertising or otherwise to promote the sale, use
   31365 or other dealings in this Software without prior written authorization
   31366 from Kaleb S. KEITHLEY
   31367 
   31368 
   31369 Copyright (c) 1997 Matthieu Herrb
   31370 
   31371 Permission to use, copy, modify, distribute, and sell this software and its
   31372 documentation for any purpose is hereby granted without fee, provided that
   31373 the above copyright notice appear in all copies and that both that
   31374 copyright notice and this permission notice appear in supporting
   31375 documentation, and that the name of Matthieu Herrb not be used in
   31376 advertising or publicity pertaining to distribution of the software without
   31377 specific, written prior permission.  Matthieu Herrb makes no
   31378 representations about the suitability of this software for any purpose.
   31379  It is provided "as is" without express or implied warranty.
   31380 
   31381 MATTHIEU HERRB DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
   31382 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
   31383 EVENT SHALL MATTHIEU HERRB BE LIABLE FOR ANY SPECIAL, INDIRECT OR
   31384 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
   31385 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
   31386 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
   31387 PERFORMANCE OF THIS SOFTWARE.
   31388 
   31389 
   31390 Copyright 2004, Egbert Eich
   31391 
   31392 Permission is hereby granted, free of charge, to any person obtaining a copy
   31393 of this software and associated documentation files (the "Software"), to
   31394 deal in the Software without restriction, including without limitation the
   31395 rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
   31396 sell copies of the Software, and to permit persons to whom the Software is
   31397 furnished to do so, subject to the following conditions:
   31398 
   31399 The above copyright notice and this permission notice shall be included in
   31400 all copies or substantial portions of the Software.
   31401 
   31402 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   31403 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   31404 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
   31405 EGBERT EICH BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
   31406 IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CON-
   31407 NECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
   31408 
   31409 Except as contained in this notice, the name of Egbert Eich shall not
   31410 be used in advertising or otherwise to promote the sale, use or other deal-
   31411 ings in this Software without prior written authorization from Egbert Eich.
   31412 
   31413 
   31414 Copyright 1993 by David Wexelblat &lt;dwex (a] goblin.org&gt;
   31415 Copyright 2005 by Kean Johnston &lt;jkj (a] sco.com&gt;
   31416 Copyright 1993 by David McCullough &lt;davidm (a] stallion.oz.au&gt;
   31417 
   31418 Permission to use, copy, modify, distribute, and sell this software and its
   31419 documentation for any purpose is hereby granted without fee, provided that
   31420 the above copyright notice appear in all copies and that both that
   31421 copyright notice and this permission notice appear in supporting
   31422 documentation, and that the name of David Wexelblat not be used in
   31423 advertising or publicity pertaining to distribution of the software without
   31424 specific, written prior permission.  David Wexelblat makes no representations
   31425 about the suitability of this software for any purpose.  It is provided
   31426 "as is" without express or implied warranty.
   31427 
   31428 DAVID WEXELBLAT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
   31429 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
   31430 EVENT SHALL DAVID WEXELBLAT BE LIABLE FOR ANY SPECIAL, INDIRECT OR
   31431 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
   31432 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
   31433 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
   31434 PERFORMANCE OF THIS SOFTWARE.
   31435 
   31436 
   31437 Copyright 1992 by Orest Zborowski &lt;obz (a] Kodak.com&gt;
   31438 Copyright 1993 by David Wexelblat &lt;dwex (a] goblin.org&gt;
   31439 
   31440 Permission to use, copy, modify, distribute, and sell this software and its
   31441 documentation for any purpose is hereby granted without fee, provided that
   31442 the above copyright notice appear in all copies and that both that
   31443 copyright notice and this permission notice appear in supporting
   31444 documentation, and that the names of Orest Zborowski and David Wexelblat
   31445 not be used in advertising or publicity pertaining to distribution of
   31446 the software without specific, written prior permission.  Orest Zborowski
   31447 and David Wexelblat make no representations about the suitability of this
   31448 software for any purpose.  It is provided "as is" without express or
   31449 implied warranty.
   31450 
   31451 OREST ZBOROWSKI AND DAVID WEXELBLAT DISCLAIMS ALL WARRANTIES WITH REGARD
   31452 TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
   31453 FITNESS, IN NO EVENT SHALL OREST ZBOROWSKI OR DAVID WEXELBLAT BE LIABLE
   31454 FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
   31455 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
   31456 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
   31457 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
   31458 
   31459 
   31460 Copyright 1992 by Orest Zborowski &lt;obz (a] Kodak.com&gt;
   31461 Copyright 1993 by David Dawes &lt;dawes (a] xfree86.org&gt;
   31462 
   31463 Permission to use, copy, modify, distribute, and sell this software and its
   31464 documentation for any purpose is hereby granted without fee, provided that
   31465 the above copyright notice appear in all copies and that both that
   31466 copyright notice and this permission notice appear in supporting
   31467 documentation, and that the names of Orest Zborowski and David Dawes
   31468 not be used in advertising or publicity pertaining to distribution of
   31469 the software without specific, written prior permission.  Orest Zborowski
   31470 and David Dawes make no representations about the suitability of this
   31471 software for any purpose.  It is provided "as is" without express or
   31472 implied warranty.
   31473 
   31474 OREST ZBOROWSKI AND DAVID DAWES DISCLAIMS ALL WARRANTIES WITH REGARD
   31475 TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
   31476 FITNESS, IN NO EVENT SHALL OREST ZBOROWSKI OR DAVID DAWES BE LIABLE
   31477 FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
   31478 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
   31479 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
   31480 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
   31481 
   31482 
   31483 Copyright 1995-1999 by Frederic Lepied, France. &lt;fred (a] sugix.frmug.fr.net&gt;
   31484 
   31485 Permission to use, copy, modify, distribute, and sell this software and its
   31486 documentation for any purpose is  hereby granted without fee, provided that
   31487 the  above copyright   notice appear  in   all  copies and  that both  that
   31488 copyright  notice   and   this  permission   notice  appear  in  supporting
   31489 documentation, and that   the  name of  Frederic   Lepied not  be  used  in
   31490 advertising or publicity pertaining to distribution of the software without
   31491 specific,  written      prior  permission.     Frederic  Lepied   makes  no
   31492 representations about the suitability of this software for any purpose.  It
   31493 is provided "as is" without express or implied warranty.
   31494 
   31495 FREDERIC  LEPIED DISCLAIMS ALL   WARRANTIES WITH REGARD  TO  THIS SOFTWARE,
   31496 INCLUDING ALL IMPLIED   WARRANTIES OF MERCHANTABILITY  AND   FITNESS, IN NO
   31497 EVENT  SHALL FREDERIC  LEPIED BE   LIABLE   FOR ANY  SPECIAL, INDIRECT   OR
   31498 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
   31499 DATA  OR PROFITS, WHETHER  IN  AN ACTION OF  CONTRACT,  NEGLIGENCE OR OTHER
   31500 TORTIOUS  ACTION, ARISING    OUT OF OR   IN  CONNECTION  WITH THE USE    OR
   31501 PERFORMANCE OF THIS SOFTWARE.
   31502 
   31503 
   31504 Copyright 1992 by Rich Murphey &lt;Rich (a] Rice.edu&gt;
   31505 Copyright 1993 by David Wexelblat &lt;dwex (a] goblin.org&gt;
   31506 
   31507 Permission to use, copy, modify, distribute, and sell this software and its
   31508 documentation for any purpose is hereby granted without fee, provided that
   31509 the above copyright notice appear in all copies and that both that
   31510 copyright notice and this permission notice appear in supporting
   31511 documentation, and that the names of Rich Murphey and David Wexelblat
   31512 not be used in advertising or publicity pertaining to distribution of
   31513 the software without specific, written prior permission.  Rich Murphey and
   31514 David Wexelblat make no representations about the suitability of this
   31515 software for any purpose.  It is provided "as is" without express or
   31516 implied warranty.
   31517 
   31518 RICH MURPHEY AND DAVID WEXELBLAT DISCLAIM ALL WARRANTIES WITH REGARD TO
   31519 THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
   31520 FITNESS, IN NO EVENT SHALL RICH MURPHEY OR DAVID WEXELBLAT BE LIABLE FOR
   31521 ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER
   31522 RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF
   31523 CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
   31524 CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
   31525 
   31526 
   31527 Copyright 1992 by Rich Murphey &lt;Rich (a] Rice.edu&gt;
   31528 Copyright 1993 by David Dawes &lt;dawes (a] xfree86.org&gt;
   31529 
   31530 Permission to use, copy, modify, distribute, and sell this software and its
   31531 documentation for any purpose is hereby granted without fee, provided that
   31532 the above copyright notice appear in all copies and that both that
   31533 copyright notice and this permission notice appear in supporting
   31534 documentation, and that the names of Rich Murphey and David Dawes
   31535 not be used in advertising or publicity pertaining to distribution of
   31536 the software without specific, written prior permission.  Rich Murphey and
   31537 David Dawes make no representations about the suitability of this
   31538 software for any purpose.  It is provided "as is" without express or
   31539 implied warranty.
   31540 
   31541 RICH MURPHEY AND DAVID DAWES DISCLAIM ALL WARRANTIES WITH REGARD TO
   31542 THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
   31543 FITNESS, IN NO EVENT SHALL RICH MURPHEY OR DAVID DAWES BE LIABLE FOR
   31544 ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER
   31545 RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF
   31546 CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
   31547 CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
   31548 
   31549 
   31550 Copyright  2003-2004 Anders Carlsson
   31551 
   31552 Permission to use, copy, modify, distribute, and sell this software and its
   31553 documentation for any purpose is hereby granted without fee, provided that
   31554 the above copyright notice appear in all copies and that both that
   31555 copyright notice and this permission notice appear in supporting
   31556 documentation, and that the name of Anders Carlsson not be used in
   31557 advertising or publicity pertaining to distribution of the software without
   31558 specific, written prior permission.  Anders Carlsson makes no
   31559 representations about the suitability of this software for any purpose.  It
   31560 is provided "as is" without express or implied warranty.
   31561 
   31562 ANDERS CARLSSON DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
   31563 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
   31564 EVENT SHALL ANDERS CARLSSON BE LIABLE FOR ANY SPECIAL, INDIRECT OR
   31565 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
   31566 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
   31567 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
   31568 PERFORMANCE OF THIS SOFTWARE.
   31569 
   31570 
   31571 Copyright (C) 2003 Anders Carlsson
   31572 Copyright  2003-2004 Eric Anholt
   31573 Copyright  2004 Keith Packard
   31574 
   31575 Permission to use, copy, modify, distribute, and sell this software and its
   31576 documentation for any purpose is hereby granted without fee, provided that
   31577 the above copyright notice appear in all copies and that both that
   31578 copyright notice and this permission notice appear in supporting
   31579 documentation, and that the name of Eric Anholt not be used in
   31580 advertising or publicity pertaining to distribution of the software without
   31581 specific, written prior permission.  Eric Anholt makes no
   31582 representations about the suitability of this software for any purpose.  It
   31583 is provided "as is" without express or implied warranty.
   31584 
   31585 ERIC ANHOLT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
   31586 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
   31587 EVENT SHALL ERIC ANHOLT BE LIABLE FOR ANY SPECIAL, INDIRECT OR
   31588 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
   31589 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
   31590 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
   31591 PERFORMANCE OF THIS SOFTWARE.
   31592 
   31593 
   31594 Copyright (c) 1998 Todd C. Miller &lt;Todd.Miller (a] courtesan.com&gt;
   31595 
   31596 Permission to use, copy, modify, and distribute this software for any
   31597 purpose with or without fee is hereby granted, provided that the above
   31598 copyright notice and this permission notice appear in all copies.
   31599 
   31600 THE SOFTWARE IS PROVIDED "AS IS" AND TODD C. MILLER DISCLAIMS ALL
   31601 WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES
   31602 OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL TODD C. MILLER BE LIABLE
   31603 FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
   31604 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
   31605 OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
   31606 CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
   31607 
   31608 
   31609 Copyright  2003-2004 Philip Blundell
   31610 
   31611 Permission to use, copy, modify, distribute, and sell this software and its
   31612 documentation for any purpose is hereby granted without fee, provided that
   31613 the above copyright notice appear in all copies and that both that
   31614 copyright notice and this permission notice appear in supporting
   31615 documentation, and that the name of Philip Blundell not be used in
   31616 advertising or publicity pertaining to distribution of the software without
   31617 specific, written prior permission.  Philip Blundell makes no
   31618 representations about the suitability of this software for any purpose.  It
   31619 is provided "as is" without express or implied warranty.
   31620 
   31621 PHILIP BLUNDELL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
   31622 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
   31623 EVENT SHALL PHILIP BLUNDELL BE LIABLE FOR ANY SPECIAL, INDIRECT OR
   31624 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
   31625 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
   31626 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
   31627 PERFORMANCE OF THIS SOFTWARE.
   31628 
   31629 
   31630 
   31631 Copyright (c) 1994-2003 by The XFree86 Project, Inc.
   31632 Copyright 1997 by Metro Link, Inc.
   31633 Copyright 2003 by David H. Dawes.
   31634 Copyright 2003 by X-Oz Technologies.
   31635 Copyright (c) 2004, X.Org Foundation
   31636 
   31637 Permission is hereby granted, free of charge, to any person obtaining a
   31638 copy of this software and associated documentation files (the "Software"),
   31639 to deal in the Software without restriction, including without limitation
   31640 the rights to use, copy, modify, merge, publish, distribute, sublicense,
   31641 and/or sell copies of the Software, and to permit persons to whom the
   31642 Software is furnished to do so, subject to the following conditions:
   31643 
   31644 The above copyright notice and this permission notice shall be included in
   31645 all copies or substantial portions of the Software.
   31646 
   31647 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   31648 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   31649 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
   31650 THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR
   31651 OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
   31652 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
   31653 OTHER DEALINGS IN THE SOFTWARE.
   31654 
   31655 Except as contained in this notice, the name of the copyright holder(s)
   31656 and author(s) shall not be used in advertising or otherwise to promote
   31657 the sale, use or other dealings in this Software without prior written
   31658 authorization from the copyright holder(s) and author(s).
   31659 
   31660 
   31661 Copyright 1990,91 by Thomas Roell, Dinkelscherben, Germany
   31662 Copyright 1993 by David Wexelblat &lt;dwex (a] goblin.org&gt;
   31663 Copyright 1999 by David Holland &lt;davidh (a] iquest.net&gt;
   31664 Copyright  2000 Compaq Computer Corporation
   31665 Copyright  2002 Hewlett-Packard Company
   31666 Copyright  2004, 2005 Red Hat, Inc.
   31667 Copyright  2004 Nicholas Miell
   31668 Copyright  2005 Trolltech AS
   31669 Copyright  2006 Intel Corporation
   31670 Copyright  2006-2007 Keith Packard
   31671 Copyright  2008 Red Hat, Inc
   31672 Copyright  2008 George Sapountzis &lt;gsap7 (a] yahoo.gr&gt;
   31673 
   31674 Permission to use, copy, modify, distribute, and sell this software and its
   31675 documentation for any purpose is hereby granted without fee, provided that
   31676 the above copyright notice appear in all copies and that both that copyright
   31677 notice and this permission notice appear in supporting documentation, and
   31678 that the name of the copyright holders not be used in advertising or
   31679 publicity pertaining to distribution of the software without specific,
   31680 written prior permission.  The copyright holders make no representations
   31681 about the suitability of this software for any purpose.  It is provided "as
   31682 is" without express or implied warranty.
   31683 
   31684 THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS
   31685 SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
   31686 FITNESS, IN NO EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY
   31687 SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
   31688 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
   31689 AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
   31690 OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
   31691 SOFTWARE.
   31692 
   31693 
   31694 Copyright  2000 Keith Packard, member of The XFree86 Project, Inc.
   31695             2005 Lars Knoll &amp; Zack Rusin, Trolltech
   31696 
   31697 Permission to use, copy, modify, distribute, and sell this software and its
   31698 documentation for any purpose is hereby granted without fee, provided that
   31699 the above copyright notice appear in all copies and that both that
   31700 copyright notice and this permission notice appear in supporting
   31701 documentation, and that the name of Keith Packard not be used in
   31702 advertising or publicity pertaining to distribution of the software without
   31703 specific, written prior permission.  Keith Packard makes no
   31704 representations about the suitability of this software for any purpose.  It
   31705 is provided "as is" without express or implied warranty.
   31706 
   31707 THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS
   31708 SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
   31709 FITNESS, IN NO EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY
   31710 SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
   31711 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
   31712 AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
   31713 OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
   31714 SOFTWARE.
   31715 
   31716 
   31717 Copyright 1987, 1998  The Open Group
   31718 Copyright  1998-1999, 2001 The XFree86 Project, Inc.
   31719 Copyright  2000 VA Linux Systems, Inc.
   31720 Copyright (c) 2000, 2001 Nokia Home Communications
   31721 Copyright  2007, 2008 Red Hat, Inc.
   31722 All rights reserved.
   31723 
   31724 Permission is hereby granted, free of charge, to any person obtaining a
   31725 copy of this software and associated documentation files (the
   31726 "Software"), to deal in the Software without restriction, including
   31727 without limitation the rights to use, copy, modify, merge, publish,
   31728 distribute, and/or sell copies of the Software, and to permit persons
   31729 to whom the Software is furnished to do so, provided that the above
   31730 copyright notice(s) and this permission notice appear in all copies of
   31731 the Software and that both the above copyright notice(s) and this
   31732 permission notice appear in supporting documentation.
   31733 
   31734 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
   31735 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
   31736 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
   31737 OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
   31738 HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL
   31739 INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING
   31740 FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
   31741 NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
   31742 WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
   31743 
   31744 Except as contained in this notice, the name of a copyright holder
   31745 shall not be used in advertising or otherwise to promote the sale, use
   31746 or other dealings in this Software without prior written authorization
   31747 of the copyright holder.
   31748 
   31749 
   31750 Copyright 1996 by Thomas E. Dickey &lt;dickey (a] clark.net&gt;
   31751 
   31752                         All Rights Reserved
   31753 
   31754 Permission to use, copy, modify, and distribute this software and its
   31755 documentation for any purpose and without fee is hereby granted,
   31756 provided that the above copyright notice appear in all copies and that
   31757 both that copyright notice and this permission notice appear in
   31758 supporting documentation, and that the name of the above listed
   31759 copyright holder(s) not be used in advertising or publicity pertaining
   31760 to distribution of the software without specific, written prior
   31761 permission.
   31762 
   31763 THE ABOVE LISTED COPYRIGHT HOLDER(S) DISCLAIM ALL WARRANTIES WITH REGARD
   31764 TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
   31765 AND FITNESS, IN NO EVENT SHALL THE ABOVE LISTED COPYRIGHT HOLDER(S) BE
   31766 LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
   31767 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
   31768 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
   31769 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
   31770 
   31771 
   31772 Copyright 1998-1999 Precision Insight, Inc., Cedar Park, Texas.
   31773 Copyright (c) 2001 Andreas Monitzer.
   31774 Copyright (c) 2001-2004 Greg Parker.
   31775 Copyright (c) 2001-2004 Torrey T. Lyons
   31776 Copyright (c) 2002-2003 Apple Computer, Inc.
   31777 Copyright (c) 2004-2005 Alexander Gottwald
   31778 Copyright (c) 2002-2009 Apple Inc.
   31779 Copyright (c) 2007 Jeremy Huddleston
   31780 All Rights Reserved.
   31781 
   31782 Permission is hereby granted, free of charge, to any person obtaining a
   31783 copy of this software and associated documentation files (the "Software"),
   31784 to deal in the Software without restriction, including without limitation
   31785 the rights to use, copy, modify, merge, publish, distribute, sublicense,
   31786 and/or sell copies of the Software, and to permit persons to whom the
   31787 Software is furnished to do so, subject to the following conditions:
   31788 
   31789 The above copyright notice and this permission notice shall be included in
   31790 all copies or substantial portions of the Software.
   31791 
   31792 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   31793 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   31794 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
   31795 THE ABOVE LISTED COPYRIGHT HOLDER(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR
   31796 OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
   31797 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
   31798 DEALINGS IN THE SOFTWARE.
   31799 
   31800 Except as contained in this notice, the name(s) of the above copyright
   31801 holders shall not be used in advertising or otherwise to promote the sale,
   31802 use or other dealings in this Software without prior written authorization.
   31803 
   31804 
   31805 Copyright (C) 1999,2000 by Eric Sunshine &lt;sunshine (a] sunshineco.com&gt;
   31806 Copyright (C) 2001-2005 by Thomas Winischhofer, Vienna, Austria.
   31807 
   31808 All rights reserved.
   31809 
   31810 Redistribution and use in source and binary forms, with or without
   31811 modification, are permitted provided that the following conditions are met:
   31812 
   31813   1. Redistributions of source code must retain the above copyright
   31814      notice, this list of conditions and the following disclaimer.
   31815   2. Redistributions in binary form must reproduce the above copyright
   31816      notice, this list of conditions and the following disclaimer in the
   31817      documentation and/or other materials provided with the distribution.
   31818   3. The name of the author may not be used to endorse or promote products
   31819      derived from this software without specific prior written permission.
   31820 
   31821 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
   31822 IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
   31823 OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.  IN
   31824 NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
   31825 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
   31826 TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
   31827 PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
   31828 LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
   31829 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
   31830 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
   31831 
   31832 
   31833 Copyright (C) 2005 Bogdan D. bogdand (a] users.sourceforge.net
   31834 
   31835 Permission is hereby granted, free of charge, to any person obtaining a copy of
   31836 this software and associated documentation files (the "Software"), to deal in
   31837 the Software without restriction, including without limitation the rights to
   31838 use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
   31839 of the Software, and to permit persons to whom the Software is furnished to do
   31840 so, subject to the following conditions:
   31841 
   31842 The above copyright notice and this permission notice shall be included in all
   31843 copies or substantial portions of the Software.
   31844 
   31845 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   31846 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   31847 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
   31848 AUTHOR BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
   31849 ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
   31850 WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
   31851 
   31852 Except as contained in this notice, the name of the author shall not be used in
   31853 advertising or otherwise to promote the sale, use or other dealings in this
   31854 Software without prior written authorization from the author.
   31855 
   31856 
   31857 Copyright  2002 David Dawes
   31858 
   31859 Permission is hereby granted, free of charge, to any person obtaining a
   31860 copy of this software and associated documentation files (the "Software"),
   31861 to deal in the Software without restriction, including without limitation
   31862 the rights to use, copy, modify, merge, publish, distribute, sublicense,
   31863 and/or sell copies of the Software, and to permit persons to whom the
   31864 Software is furnished to do so, subject to the following conditions:
   31865 
   31866 The above copyright notice and this permission notice shall be included in
   31867 all copies or substantial portions of the Software.
   31868 
   31869 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   31870 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   31871 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
   31872 THE AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
   31873 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
   31874 OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
   31875 SOFTWARE.
   31876 
   31877 Except as contained in this notice, the name of the author(s) shall
   31878 not be used in advertising or otherwise to promote the sale, use or other
   31879 dealings in this Software without prior written authorization from
   31880 the author(s).
   31881 
   31882 
   31883 Copyright (C) 1996-1999 SciTech Software, Inc.
   31884 Copyright (C) David Mosberger-Tang
   31885 Copyright (C) 1999 Egbert Eich
   31886 Copyright (C) 2008 Bart Trojanowski, Symbio Technologies, LLC
   31887 
   31888 Permission to use, copy, modify, distribute, and sell this software and
   31889 its documentation for any purpose is hereby granted without fee,
   31890 provided that the above copyright notice appear in all copies and that
   31891 both that copyright notice and this permission notice appear in
   31892 supporting documentation, and that the name of the authors not be used
   31893 in advertising or publicity pertaining to distribution of the software
   31894 without specific, written prior permission.  The authors makes no
   31895 representations about the suitability of this software for any purpose.
   31896 It is provided "as is" without express or implied warranty.
   31897 
   31898 THE AUTHORS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
   31899 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
   31900 EVENT SHALL THE AUTHORS BE LIABLE FOR ANY SPECIAL, INDIRECT OR
   31901 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF
   31902 USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
   31903 OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
   31904 PERFORMANCE OF THIS SOFTWARE.
   31905 
   31906 
   31907 Copyright 2005-2006 Luc Verhaegen.
   31908 
   31909 Permission is hereby granted, free of charge, to any person obtaining a
   31910 copy of this software and associated documentation files (the "Software"),
   31911 to deal in the Software without restriction, including without limitation
   31912 the rights to use, copy, modify, merge, publish, distribute, sublicense,
   31913 and/or sell copies of the Software, and to permit persons to whom the
   31914 Software is furnished to do so, subject to the following conditions:
   31915 
   31916 The above copyright notice and this permission notice shall be included in
   31917 all copies or substantial portions of the Software.
   31918 
   31919 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   31920 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   31921 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
   31922 THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR
   31923 OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
   31924 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
   31925 OTHER DEALINGS IN THE SOFTWARE.
   31926 
   31927 
   31928 Copyright 1995 by Robin Cutshaw &lt;robin (a] XFree86.Org&gt;
   31929 Copyright 2000 by Egbert Eich
   31930 Copyright 2002 by David Dawes
   31931 
   31932 Permission to use, copy, modify, distribute, and sell this software and its
   31933 documentation for any purpose is hereby granted without fee, provided that
   31934 the above copyright notice appear in all copies and that both that
   31935 copyright notice and this permission notice appear in supporting
   31936 documentation, and that the names of the above listed copyright holder(s)
   31937 not be used in advertising or publicity pertaining to distribution of
   31938 the software without specific, written prior permission.  The above listed
   31939 copyright holder(s) make(s) no representations about the suitability of this
   31940 software for any purpose.  It is provided "as is" without express or
   31941 implied warranty.
   31942 
   31943 THE ABOVE LISTED COPYRIGHT HOLDER(S) DISCLAIM(S) ALL WARRANTIES WITH REGARD
   31944 TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
   31945 AND FITNESS, IN NO EVENT SHALL THE ABOVE LISTED COPYRIGHT HOLDER(S) BE
   31946 LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY
   31947 DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER
   31948 IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
   31949 OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
   31950 
   31951 
   31952 Copyright 1997-2004 by Marc Aurele La France (TSI @ UQV), tsi (a] xfree86.org
   31953 
   31954 Permission to use, copy, modify, distribute, and sell this software and its
   31955 documentation for any purpose is hereby granted without fee, provided that
   31956 the above copyright notice appear in all copies and that both that copyright
   31957 notice and this permission notice appear in supporting documentation, and
   31958 that the name of Marc Aurele La France not be used in advertising or
   31959 publicity pertaining to distribution of the software without specific,
   31960 written prior permission.  Marc Aurele La France makes no representations
   31961 about the suitability of this software for any purpose.  It is provided
   31962 "as-is" without express or implied warranty.
   31963 
   31964 MARC AURELE LA FRANCE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
   31965 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS.  IN NO
   31966 EVENT SHALL MARC AURELE LA FRANCE BE LIABLE FOR ANY SPECIAL, INDIRECT OR
   31967 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
   31968 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
   31969 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
   31970 OF THIS SOFTWARE.
   31971 
   31972 
   31973 Copyright 1990, 1991 by Thomas Roell, Dinkelscherben, Germany
   31974 Copyright 1992 by David Dawes &lt;dawes (a] XFree86.org&gt;
   31975 Copyright 1992 by Jim Tsillas &lt;jtsilla (a] damon.ccs.northeastern.edu&gt;
   31976 Copyright 1992 by Rich Murphey &lt;Rich (a] Rice.edu&gt;
   31977 Copyright 1992 by Robert Baron &lt;Robert.Baron (a] ernst.mach.cs.cmu.edu&gt;
   31978 Copyright 1992 by Orest Zborowski &lt;obz (a] eskimo.com&gt;
   31979 Copyright 1993 by Vrije Universiteit, The Netherlands
   31980 Copyright 1993 by David Wexelblat &lt;dwex (a] XFree86.org&gt;
   31981 Copyright 1994, 1996 by Holger Veit &lt;Holger.Veit (a] gmd.de&gt;
   31982 Copyright 1997 by Takis Psarogiannakopoulos &lt;takis (a] dpmms.cam.ac.uk&gt;
   31983 Copyright 1994-2003 by The XFree86 Project, Inc
   31984 
   31985 Permission to use, copy, modify, distribute, and sell this software and its
   31986 documentation for any purpose is hereby granted without fee, provided that
   31987 the above copyright notice appear in all copies and that both that
   31988 copyright notice and this permission notice appear in supporting
   31989 documentation, and that the names of the above listed copyright holders
   31990 not be used in advertising or publicity pertaining to distribution of
   31991 the software without specific, written prior permission.  The above listed
   31992 copyright holders make no representations about the suitability of this
   31993 software for any purpose.  It is provided "as is" without express or
   31994 implied warranty.
   31995 
   31996 THE ABOVE LISTED COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD
   31997 TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
   31998 AND FITNESS, IN NO EVENT SHALL THE ABOVE LISTED COPYRIGHT HOLDERS BE
   31999 LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY
   32000 DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER
   32001 IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
   32002 OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
   32003 
   32004 
   32005 Copyright 2001-2005 by J. Kean Johnston &lt;jkj (a] sco.com&gt;
   32006 
   32007 Permission to use, copy, modify, distribute, and sell this software and its
   32008 documentation for any purpose is hereby granted without fee, provided that
   32009 the above copyright notice appear in all copies and that both that
   32010 copyright notice and this permission notice appear in supporting
   32011 documentation, and that the name J. Kean Johnston not be used in
   32012 advertising or publicity pertaining to distribution of the software without
   32013 specific, written prior permission.  J. Kean Johnston makes no
   32014 representations about the suitability of this software for any purpose.
   32015 It is provided "as is" without express or implied warranty.
   32016 
   32017 J. KEAN JOHNSTON DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
   32018 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
   32019 EVENT SHALL J. KEAN JOHNSTON BE LIABLE FOR ANY SPECIAL, INDIRECT OR
   32020 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF
   32021 USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
   32022 OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
   32023 PERFORMANCE OF THIS SOFTWARE.
   32024 
   32025 
   32026 Copyright (C) 2000 Jakub Jelinek (jakub (a] redhat.com)
   32027 
   32028 Permission is hereby granted, free of charge, to any person obtaining a copy
   32029 of this software and associated documentation files (the "Software"), to deal
   32030 in the Software without restriction, including without limitation the rights
   32031 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
   32032 copies of the Software, and to permit persons to whom the Software is
   32033 furnished to do so, subject to the following conditions:
   32034 
   32035 The above copyright notice and this permission notice shall be included in
   32036 all copies or substantial portions of the Software.
   32037 
   32038 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   32039 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   32040 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
   32041 JAKUB JELINEK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
   32042 IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
   32043 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
   32044 
   32045 
   32046 Copyright 1997,1998 by UCHIYAMA Yasushi
   32047 
   32048 Permission to use, copy, modify, distribute, and sell this software and its
   32049 documentation for any purpose is hereby granted without fee, provided that
   32050 the above copyright notice appear in all copies and that both that
   32051 copyright notice and this permission notice appear in supporting
   32052 documentation, and that the name of UCHIYAMA Yasushi not be used in
   32053 advertising or publicity pertaining to distribution of the software without
   32054 specific, written prior permission.  UCHIYAMA Yasushi makes no representations
   32055 about the suitability of this software for any purpose.  It is provided
   32056 "as is" without express or implied warranty.
   32057 
   32058 UCHIYAMA YASUSHI DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
   32059 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
   32060 EVENT SHALL UCHIYAMA YASUSHI BE LIABLE FOR ANY SPECIAL, INDIRECT OR
   32061 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
   32062 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
   32063 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
   32064 PERFORMANCE OF THIS SOFTWARE.
   32065 
   32066 
   32067 Copyright (C) 2000 Keith Packard
   32068               2004 Eric Anholt
   32069               2005 Zack Rusin
   32070 
   32071 Permission to use, copy, modify, distribute, and sell this software and its
   32072 documentation for any purpose is hereby granted without fee, provided that
   32073 the above copyright notice appear in all copies and that both that
   32074 copyright notice and this permission notice appear in supporting
   32075 documentation, and that the name of copyright holders not be used in
   32076 advertising or publicity pertaining to distribution of the software without
   32077 specific, written prior permission. Copyright holders make no
   32078 representations about the suitability of this software for any purpose.  It
   32079 is provided "as is" without express or implied warranty.
   32080 
   32081 THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS
   32082 SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
   32083 FITNESS, IN NO EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY
   32084 SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
   32085 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
   32086 AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
   32087 OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
   32088 SOFTWARE.
   32089 
   32090 
   32091 (C) Copyright IBM Corporation 2002-2007
   32092 All Rights Reserved.
   32093 
   32094 Permission is hereby granted, free of charge, to any person obtaining a
   32095 copy of this software and associated documentation files (the "Software"),
   32096 to deal in the Software without restriction, including without limitation
   32097 on the rights to use, copy, modify, merge, publish, distribute, sub
   32098 license, and/or sell copies of the Software, and to permit persons to whom
   32099 the Software is furnished to do so, subject to the following conditions:
   32100 
   32101 The above copyright notice and this permission notice (including the next
   32102 paragraph) shall be included in all copies or substantial portions of the
   32103 Software.
   32104 
   32105 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   32106 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   32107 FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.  IN NO EVENT SHALL
   32108 THE COPYRIGHT HOLDERS AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM,
   32109 DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
   32110 OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
   32111 USE OR OTHER DEALINGS IN THE SOFTWARE.
   32112 
   32113 
   32114 Permission to use, copy, modify, distribute, and sell this software and its
   32115 documentation for any purpose is hereby granted without fee, provided that
   32116 this permission notice appear in supporting documentation.  This permission
   32117 notice shall be included in all copies or substantial portions of the
   32118 Software.
   32119 
   32120 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   32121 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   32122 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
   32123 AUTHOR BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
   32124 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
   32125 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
   32126 
   32127 
   32128 Copyright  2007 OpenedHand Ltd
   32129 
   32130 Permission to use, copy, modify, distribute, and sell this software and its
   32131 documentation for any purpose is hereby granted without fee, provided that
   32132 the above copyright notice appear in all copies and that both that
   32133 copyright notice and this permission notice appear in supporting
   32134 documentation, and that the name of OpenedHand Ltd not be used in
   32135 advertising or publicity pertaining to distribution of the software without
   32136 specific, written prior permission. OpenedHand Ltd makes no
   32137 representations about the suitability of this software for any purpose.  It
   32138 is provided "as is" without express or implied warranty.
   32139 
   32140 OpenedHand Ltd DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
   32141 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
   32142 EVENT SHALL OpenedHand Ltd BE LIABLE FOR ANY SPECIAL, INDIRECT OR
   32143 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
   32144 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
   32145 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
   32146 PERFORMANCE OF THIS SOFTWARE.
   32147 
   32148 
   32149 Copyright (c) 1989, 1990, 1993, 1994
   32150      The Regents of the University of California.  All rights reserved.
   32151 
   32152 This code is derived from software contributed to Berkeley by
   32153 Chris Torek.
   32154 
   32155 This code is derived from software contributed to Berkeley by
   32156 Michael Rendell of Memorial University of Newfoundland.
   32157 
   32158 Redistribution and use in source and binary forms, with or without
   32159 modification, are permitted provided that the following conditions
   32160 are met:
   32161  1. Redistributions of source code must retain the above copyright
   32162     notice, this list of conditions and the following disclaimer.
   32163  2. Redistributions in binary form must reproduce the above copyright
   32164     notice, this list of conditions and the following disclaimer in the
   32165     documentation and/or other materials provided with the distribution.
   32166  4. Neither the name of the University nor the names of its contributors
   32167     may be used to endorse or promote products derived from this software
   32168     without specific prior written permission.
   32169 
   32170 THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
   32171 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
   32172 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
   32173 ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
   32174 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
   32175 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
   32176 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
   32177 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
   32178 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
   32179 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
   32180 SUCH DAMAGE.
   32181 
   32182 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   32183 </pre>
   32184 <ul>
   32185 
   32186 </ul>
   32187 </div>
   32188 </div>
   32189 
   32190 
   32191 <div class="product">
   32192 <span class="title">xprop-1.2.1</span>
   32193 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   32194 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span>
   32195 <div class="licence">
   32196 <pre>Scanned Source License xprop-1.2.1/COPYING:
   32197 
   32198 Copyright 1990, 1998  The Open Group
   32199 Copyright (c) 2000  The XFree86 Project, Inc.
   32200 
   32201 Permission to use, copy, modify, distribute, and sell this software and its
   32202 documentation for any purpose is hereby granted without fee, provided that
   32203 the above copyright notice appear in all copies and that both that
   32204 copyright notice and this permission notice appear in supporting
   32205 documentation.
   32206   
   32207 The above copyright notice and this permission notice shall be included
   32208 in all copies or substantial portions of the Software.
   32209 
   32210 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
   32211 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
   32212 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
   32213 IN NO EVENT SHALL THE OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR
   32214 OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
   32215 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
   32216 OTHER DEALINGS IN THE SOFTWARE.
   32217 
   32218 Except as contained in this notice, the name of The Open Group shall
   32219 not be used in advertising or otherwise to promote the sale, use or
   32220 other dealings in this Software without prior written authorization
   32221 from The Open Group.
   32222 
   32223 Copyright 2007 Kim woelders
   32224 
   32225 Permission to use, copy, modify, distribute, and sell this software and its
   32226 documentation for any purpose is hereby granted without fee, provided that
   32227 the above copyright notice appear in all copies and that both that copyright
   32228 notice and this permission notice appear in supporting documentation, and
   32229 that the name of the copyright holders not be used in advertising or
   32230 publicity pertaining to distribution of the software without specific,
   32231 written prior permission.  The copyright holders make no representations
   32232 about the suitability of this software for any purpose.  It is provided "as
   32233 is" without express or implied warranty.
   32234 
   32235 THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
   32236 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
   32237 EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY SPECIAL, INDIRECT OR
   32238 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
   32239 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
   32240 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
   32241 OF THIS SOFTWARE.
   32242 
   32243 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   32244 </pre>
   32245 <ul>
   32246 
   32247 </ul>
   32248 </div>
   32249 </div>
   32250 
   32251 
   32252 <div class="product">
   32253 <span class="title">xproto-7.0.23</span>
   32254 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   32255 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span>
   32256 <div class="licence">
   32257 <pre>Scanned Source License xproto-7.0.23/COPYING:
   32258 
   32259 Copyright (c) 1991, Oracle and/or its affiliates. All rights reserved.
   32260 
   32261 Permission is hereby granted, free of charge, to any person obtaining a
   32262 copy of this software and associated documentation files (the "Software"),
   32263 to deal in the Software without restriction, including without limitation
   32264 the rights to use, copy, modify, merge, publish, distribute, sublicense,
   32265 and/or sell copies of the Software, and to permit persons to whom the
   32266 Software is furnished to do so, subject to the following conditions:
   32267 
   32268 The above copyright notice and this permission notice (including the next
   32269 paragraph) shall be included in all copies or substantial portions of the
   32270 Software.
   32271 
   32272 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   32273 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   32274 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
   32275 THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
   32276 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
   32277 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
   32278 DEALINGS IN THE SOFTWARE.
   32279 
   32280 
   32281 Copyright 1985, 1987, 1988, 1990, 1991, 1993-1996, 1998  The Open Group
   32282 
   32283 Permission to use, copy, modify, distribute, and sell this software and its
   32284 documentation for any purpose is hereby granted without fee, provided that
   32285 the above copyright notice appear in all copies and that both that
   32286 copyright notice and this permission notice appear in supporting
   32287 documentation.
   32288 
   32289 The above copyright notice and this permission notice shall be included in
   32290 all copies or substantial portions of the Software.
   32291 
   32292 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   32293 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   32294 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
   32295 OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
   32296 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
   32297 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
   32298 
   32299 Except as contained in this notice, the name of The Open Group shall not be
   32300 used in advertising or otherwise to promote the sale, use or other dealings
   32301 in this Software without prior written authorization from The Open Group.
   32302 
   32303 The X Window System is a Trademark of The Open Group.
   32304 
   32305 
   32306 Copyright 1987 by Digital Equipment Corporation, Maynard, Massachusetts.
   32307 
   32308                         All Rights Reserved
   32309 
   32310 Permission to use, copy, modify, and distribute this software and its
   32311 documentation for any purpose and without fee is hereby granted,
   32312 provided that the above copyright notice appear in all copies and that
   32313 both that copyright notice and this permission notice appear in
   32314 supporting documentation, and that the name of Digital not be
   32315 used in advertising or publicity pertaining to distribution of the
   32316 software without specific, written prior permission.
   32317 
   32318 DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
   32319 ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL
   32320 DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR
   32321 ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
   32322 WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
   32323 ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
   32324 SOFTWARE.
   32325 
   32326 
   32327 Copyright 1987 by Apollo Computer Inc., Chelmsford, Massachusetts.
   32328 Copyright 1989 by Hewlett-Packard Company.
   32329 
   32330                         All Rights Reserved
   32331 
   32332 Permission to use, duplicate, change, and distribute this software and
   32333 its documentation for any purpose and without fee is granted, provided
   32334 that the above copyright notice appear in such copy and that this
   32335 copyright notice appear in all supporting documentation, and that the
   32336 names of Apollo Computer Inc., the Hewlett-Packard Company, or the X
   32337 Consortium not be used in advertising or publicity pertaining to
   32338 distribution of the software without written prior permission.
   32339 
   32340 HEWLETT-PACKARD MAKES NO WARRANTY OF ANY KIND WITH REGARD
   32341 TO THIS SOFWARE, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
   32342 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
   32343 PURPOSE.  Hewlett-Packard shall not be liable for errors
   32344 contained herein or direct, indirect, special, incidental or
   32345 consequential damages in connection with the furnishing,
   32346 performance, or use of this material.
   32347 
   32348 
   32349 Copyright (c) 1999  The XFree86 Project Inc.
   32350 
   32351 All Rights Reserved.
   32352 
   32353 The above copyright notice and this permission notice shall be included in
   32354 all copies or substantial portions of the Software.
   32355 
   32356 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   32357 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   32358 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
   32359 OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
   32360 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
   32361 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
   32362 
   32363 Except as contained in this notice, the name of The XFree86 Project
   32364 Inc. shall not be used in advertising or otherwise to promote the
   32365 sale, use or other dealings in this Software without prior written
   32366 authorization from The XFree86 Project Inc.
   32367 
   32368 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   32369 </pre>
   32370 <ul>
   32371 
   32372 </ul>
   32373 </div>
   32374 </div>
   32375 
   32376 
   32377 <div class="product">
   32378 <span class="title">xrandr-1.3.5</span>
   32379 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   32380 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span>
   32381 <div class="licence">
   32382 <pre>Scanned Source License xrandr-1.3.5/COPYING:
   32383 
   32384 Copyright  2001 Keith Packard, member of The XFree86 Project, Inc.
   32385 Copyright  2002 Hewlett Packard Company, Inc.
   32386 Copyright  2006 Intel Corporation
   32387 
   32388 Permission to use, copy, modify, distribute, and sell this software and its
   32389 documentation for any purpose is hereby granted without fee, provided that
   32390 the above copyright notice appear in all copies and that both that copyright
   32391 notice and this permission notice appear in supporting documentation, and
   32392 that the name of the copyright holders not be used in advertising or
   32393 publicity pertaining to distribution of the software without specific,
   32394 written prior permission.  The copyright holders make no representations
   32395 about the suitability of this software for any purpose.  It is provided "as
   32396 is" without express or implied warranty.
   32397 
   32398 THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
   32399 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
   32400 EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY SPECIAL, INDIRECT OR
   32401 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
   32402 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
   32403 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
   32404 OF THIS SOFTWARE.
   32405 
   32406 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   32407 </pre>
   32408 <ul>
   32409 
   32410 </ul>
   32411 </div>
   32412 </div>
   32413 
   32414 
   32415 <div class="product">
   32416 <span class="title">xsendevt-0.6</span>
   32417 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   32418 <span class="homepage"><a href="http://xsendevt.sourceforge.net/">homepage</a></span>
   32419 <div class="licence">
   32420 <pre></pre>
   32421 <ul>
   32422 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
   32423 </ul>
   32424 </div>
   32425 </div>
   32426 
   32427 
   32428 <div class="product">
   32429 <span class="title">xset-1.2.2</span>
   32430 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   32431 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span>
   32432 <div class="licence">
   32433 <pre>Scanned Source License xset-1.2.2/COPYING:
   32434 
   32435 Copyright 1985, 1988, 1998  The Open Group
   32436 
   32437 Permission to use, copy, modify, distribute, and sell this software and its
   32438 documentation for any purpose is hereby granted without fee, provided that
   32439 the above copyright notice appear in all copies and that both that
   32440 copyright notice and this permission notice appear in supporting
   32441 documentation.
   32442 
   32443 The above copyright notice and this permission notice shall be included in
   32444 all copies or substantial portions of the Software.
   32445 
   32446 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   32447 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   32448 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
   32449 OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
   32450 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
   32451 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
   32452 
   32453 Except as contained in this notice, the name of The Open Group shall not be
   32454 used in advertising or otherwise to promote the sale, use or other dealings
   32455 in this Software without prior written authorization from The Open Group.
   32456 
   32457 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   32458 </pre>
   32459 <ul>
   32460 
   32461 </ul>
   32462 </div>
   32463 </div>
   32464 
   32465 
   32466 <div class="product">
   32467 <span class="title">xset-mini-1.2.2</span>
   32468 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   32469 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span>
   32470 <div class="licence">
   32471 <pre></pre>
   32472 <ul>
   32473 <li><a href='#X'>Custom License X</a></li>
   32474 </ul>
   32475 </div>
   32476 </div>
   32477 
   32478 
   32479 <div class="product">
   32480 <span class="title">xtrace-1.3.0</span>
   32481 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   32482 <span class="homepage"><a href="http://xtrace.alioth.debian.org/">homepage</a></span>
   32483 <div class="licence">
   32484 <pre></pre>
   32485 <ul>
   32486 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
   32487 </ul>
   32488 </div>
   32489 </div>
   32490 
   32491 
   32492 <div class="product">
   32493 <span class="title">xtrans-1.2.6</span>
   32494 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   32495 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span>
   32496 <div class="licence">
   32497 <pre>Scanned Source License xtrans-1.2.6/COPYING:
   32498 
   32499 Copyright 1993, 1994, 1998, 2002  The Open Group
   32500 
   32501 Permission to use, copy, modify, distribute, and sell this software and its
   32502 documentation for any purpose is hereby granted without fee, provided that
   32503 the above copyright notice appear in all copies and that both that
   32504 copyright notice and this permission notice appear in supporting
   32505 documentation.
   32506 
   32507 The above copyright notice and this permission notice shall be included
   32508 in all copies or substantial portions of the Software.
   32509 
   32510 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
   32511 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
   32512 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
   32513 IN NO EVENT SHALL THE OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR
   32514 OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
   32515 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
   32516 OTHER DEALINGS IN THE SOFTWARE.
   32517 
   32518 Except as contained in this notice, the name of The Open Group shall
   32519 not be used in advertising or otherwise to promote the sale, use or
   32520 other dealings in this Software without prior written authorization
   32521 from The Open Group.
   32522 
   32523 ______________________________________________________________________________
   32524 
   32525 Copyright 1993, 1994 NCR Corporation - Dayton, Ohio, USA
   32526 
   32527 All Rights Reserved
   32528 
   32529 Permission to use, copy, modify, and distribute this software and its
   32530 documentation for any purpose and without fee is hereby granted, provided
   32531 that the above copyright notice appear in all copies and that both that
   32532 copyright notice and this permission notice appear in supporting
   32533 documentation, and that the name NCR not be used in advertising
   32534 or publicity pertaining to distribution of the software without specific,
   32535 written prior permission.  NCR makes no representations about the
   32536 suitability of this software for any purpose.  It is provided "as is"
   32537 without express or implied warranty.
   32538 
   32539 NCR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
   32540 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN
   32541 NO EVENT SHALL NCR BE LIABLE FOR ANY SPECIAL, INDIRECT OR
   32542 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
   32543 OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
   32544 NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
   32545 CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
   32546 
   32547 ______________________________________________________________________________
   32548 
   32549 Copyright (c) 2002, 2005, Oracle and/or its affiliates. All rights reserved.
   32550 
   32551 Permission is hereby granted, free of charge, to any person obtaining a
   32552 copy of this software and associated documentation files (the "Software"),
   32553 to deal in the Software without restriction, including without limitation
   32554 the rights to use, copy, modify, merge, publish, distribute, sublicense,
   32555 and/or sell copies of the Software, and to permit persons to whom the
   32556 Software is furnished to do so, subject to the following conditions:
   32557 
   32558 The above copyright notice and this permission notice (including the next
   32559 paragraph) shall be included in all copies or substantial portions of the
   32560 Software.
   32561 
   32562 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   32563 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   32564 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
   32565 THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
   32566 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
   32567 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
   32568 DEALINGS IN THE SOFTWARE.
   32569 
   32570 ______________________________________________________________________________
   32571 
   32572 (c) Copyright 1996 by Sebastien Marineau and Holger Veit
   32573                      &lt;marineau (a] genie.uottawa.ca&gt;
   32574                      &lt;Holger.Veit (a] gmd.de&gt;
   32575 
   32576 Permission is hereby granted, free of charge, to any person obtaining a
   32577 copy of this software and associated documentation files (the "Software"),
   32578 to deal in the Software without restriction, including without limitation
   32579 the rights to use, copy, modify, merge, publish, distribute, sublicense,
   32580 and/or sell copies of the Software, and to permit persons to whom the
   32581 Software is furnished to do so, subject to the following conditions:
   32582 
   32583 The above copyright notice and this permission notice shall be included in
   32584 all copies or substantial portions of the Software.
   32585 
   32586 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   32587 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   32588 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
   32589 HOLGER VEIT  BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
   32590 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
   32591 OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
   32592 SOFTWARE.
   32593 
   32594 Except as contained in this notice, the name of Sebastien Marineau or
   32595 Holger Veit shall not be used in advertising or otherwise to promote
   32596 the sale, use or other dealings in this Software without prior written
   32597 authorization from Holger Veit or Sebastien Marineau.
   32598 
   32599 ______________________________________________________________________________
   32600 
   32601 Copyright  2003 Keith Packard, Noah Levitt
   32602 
   32603 Permission to use, copy, modify, distribute, and sell this software and its
   32604 documentation for any purpose is hereby granted without fee, provided that
   32605 the above copyright notice appear in all copies and that both that
   32606 copyright notice and this permission notice appear in supporting
   32607 documentation, and that the name of Keith Packard not be used in
   32608 advertising or publicity pertaining to distribution of the software without
   32609 specific, written prior permission.  Keith Packard makes no
   32610 representations about the suitability of this software for any purpose.  It
   32611 is provided "as is" without express or implied warranty.
   32612 
   32613 KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
   32614 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
   32615 EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR
   32616 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
   32617 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
   32618 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
   32619 PERFORMANCE OF THIS SOFTWARE.
   32620 
   32621 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   32622 </pre>
   32623 <ul>
   32624 
   32625 </ul>
   32626 </div>
   32627 </div>
   32628 
   32629 
   32630 <div class="product">
   32631 <span class="title">xwd-1.0.4</span>
   32632 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   32633 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span>
   32634 <div class="licence">
   32635 <pre>Scanned Source License xwd-1.0.4/COPYING:
   32636 
   32637 Copyright 1987, 1988, 1993, 1994, 1996, 1998  The Open Group
   32638 Copyright 1994 Hewlett-Packard Co.
   32639 
   32640 Permission to use, copy, modify, distribute, and sell this software and its
   32641 documentation for any purpose is hereby granted without fee, provided that
   32642 the above copyright notice appear in all copies and that both that
   32643 copyright notice and this permission notice appear in supporting
   32644 documentation.
   32645 
   32646 The above copyright notice and this permission notice shall be included
   32647 in all copies or substantial portions of the Software.
   32648 
   32649 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
   32650 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
   32651 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
   32652 IN NO EVENT SHALL THE OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR
   32653 OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
   32654 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
   32655 OTHER DEALINGS IN THE SOFTWARE.
   32656 
   32657 Except as contained in this notice, the name of The Open Group shall
   32658 not be used in advertising or otherwise to promote the sale, use or
   32659 other dealings in this Software without prior written authorization
   32660 from The Open Group.
   32661 
   32662 Copyright 2007 Kim woelders
   32663 
   32664 Permission to use, copy, modify, distribute, and sell this software and its
   32665 documentation for any purpose is hereby granted without fee, provided that
   32666 the above copyright notice appear in all copies and that both that copyright
   32667 notice and this permission notice appear in supporting documentation, and
   32668 that the name of the copyright holders not be used in advertising or
   32669 publicity pertaining to distribution of the software without specific,
   32670 written prior permission.  The copyright holders make no representations
   32671 about the suitability of this software for any purpose.  It is provided "as
   32672 is" without express or implied warranty.
   32673 
   32674 THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
   32675 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
   32676 EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY SPECIAL, INDIRECT OR
   32677 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
   32678 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
   32679 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
   32680 OF THIS SOFTWARE.
   32681 
   32682 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   32683 </pre>
   32684 <ul>
   32685 
   32686 </ul>
   32687 </div>
   32688 </div>
   32689 
   32690 
   32691 <div class="product">
   32692 <span class="title">xwininfo-1.1.2</span>
   32693 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   32694 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span>
   32695 <div class="licence">
   32696 <pre>Scanned Source License xwininfo-1.1.2/COPYING:
   32697 
   32698 Copyright (c) 1999, 2010, Oracle and/or its affiliates. All rights reserved.
   32699 
   32700 Permission is hereby granted, free of charge, to any person obtaining a
   32701 copy of this software and associated documentation files (the "Software"),
   32702 to deal in the Software without restriction, including without limitation
   32703 the rights to use, copy, modify, merge, publish, distribute, sublicense,
   32704 and/or sell copies of the Software, and to permit persons to whom the
   32705 Software is furnished to do so, subject to the following conditions:
   32706 
   32707 The above copyright notice and this permission notice (including the next
   32708 paragraph) shall be included in all copies or substantial portions of the
   32709 Software.
   32710 
   32711 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   32712 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   32713 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
   32714 THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
   32715 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
   32716 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
   32717 DEALINGS IN THE SOFTWARE.
   32718 
   32719 
   32720 Copyright 1987, 1993, 1998  The Open Group
   32721 
   32722 Permission to use, copy, modify, distribute, and sell this software and its
   32723 documentation for any purpose is hereby granted without fee, provided that
   32724 the above copyright notice appear in all copies and that both that
   32725 copyright notice and this permission notice appear in supporting
   32726 documentation.
   32727 
   32728 The above copyright notice and this permission notice shall be included
   32729 in all copies or substantial portions of the Software.
   32730 
   32731 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
   32732 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
   32733 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
   32734 OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
   32735 HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL
   32736 INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING
   32737 FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
   32738 NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
   32739 WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
   32740 
   32741 Except as contained in this notice, the name of a copyright holder
   32742 shall not be used in advertising or otherwise to promote the sale, use
   32743 or other dealings in this Software without prior written authorization
   32744 of the copyright holder.
   32745 
   32746 Copyright 2007 Kim woelders
   32747 
   32748 Permission to use, copy, modify, distribute, and sell this software and its
   32749 documentation for any purpose is hereby granted without fee, provided that
   32750 the above copyright notice appear in all copies and that both that copyright
   32751 notice and this permission notice appear in supporting documentation, and
   32752 that the name of the copyright holders not be used in advertising or
   32753 publicity pertaining to distribution of the software without specific,
   32754 written prior permission.  The copyright holders make no representations
   32755 about the suitability of this software for any purpose.  It is provided "as
   32756 is" without express or implied warranty.
   32757 
   32758 THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
   32759 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
   32760 EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY SPECIAL, INDIRECT OR
   32761 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
   32762 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
   32763 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
   32764 OF THIS SOFTWARE.
   32765 
   32766 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   32767 </pre>
   32768 <ul>
   32769 
   32770 </ul>
   32771 </div>
   32772 </div>
   32773 
   32774 
   32775 <div class="product">
   32776 <span class="title">xxd-1.10</span>
   32777 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   32778 <span class="homepage"><a href="http://ftp.uni-erlangen.de/pub/utilities/etc/?order=s">homepage</a></span>
   32779 <div class="licence">
   32780 <pre></pre>
   32781 <ul>
   32782 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
   32783 </ul>
   32784 </div>
   32785 </div>
   32786 
   32787 
   32788 <div class="product">
   32789 <span class="title">xz-utils-5.0.5</span>
   32790 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   32791 <span class="homepage"><a href="http://tukaani.org/xz/">homepage</a></span>
   32792 <div class="licence">
   32793 <pre>Gentoo Package Stock License LGPL-2.1+:
   32794 
   32795 GNU Lesser General Public License, version 2.1 or any later version.
   32796 See LGPL-2.1 or LGPL-3 for the full text of these licenses.
   32797 
   32798 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   32799 </pre>
   32800 <ul>
   32801 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
   32802 <li><a href='#public-domain'>Gentoo Package Stock License public-domain</a></li>
   32803 <li><a href='#GPL-2+'>Gentoo Package Stock License GPL-2+</a></li>
   32804 </ul>
   32805 </div>
   32806 </div>
   32807 
   32808 
   32809 <div class="product">
   32810 <span class="title">zbar-0.10</span>
   32811 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   32812 <span class="homepage"><a href="http://zbar.sourceforge.net/">homepage</a></span>
   32813 <div class="licence">
   32814 <pre></pre>
   32815 <ul>
   32816 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li>
   32817 </ul>
   32818 </div>
   32819 </div>
   32820 
   32821 
   32822 <div class="product">
   32823 <span class="title">zlib-1.2.8</span>
   32824 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   32825 <span class="homepage"><a href="http://www.zlib.net/">homepage</a></span>
   32826 <div class="licence">
   32827 <pre>Gentoo Package Stock License ZLIB:
   32828 
   32829 Copyright (C) &lt;year&gt; &lt;copyright holders&gt;
   32830 
   32831 This software is provided 'as-is', without any express or implied
   32832 warranty.  In no event will the author(s) be held liable for any damages
   32833 arising from the use of this software.
   32834 
   32835 Permission is granted to anyone to use this software for any purpose,
   32836 including commercial applications, and to alter it and redistribute it
   32837 freely, subject to the following restrictions:
   32838 
   32839 1. The origin of this software must not be misrepresented; you must not
   32840    claim that you wrote the original software. If you use this software
   32841    in a product, an acknowledgment in the product documentation would be
   32842    appreciated but is not required.
   32843 2. Altered source versions must be plainly marked as such, and must not be
   32844    misrepresented as being the original software.
   32845 3. This notice may not be removed or altered from any source distribution.
   32846 
   32847 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   32848 </pre>
   32849 <ul>
   32850 
   32851 </ul>
   32852 </div>
   32853 </div>
   32854 
   32855 
   32856 </div>
   32857 
   32858 <h2>List of Shared Licenses used in Google Chrome OS:</h2>
   32859 <div class="product">
   32860 <a name="AFL-2.1" class="title">Gentoo Package Stock License AFL-2.1</a>
   32861 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   32862 <div class="licence">
   32863 <pre>
   32864 The Academic Free License
   32865 v. 2.1
   32866 
   32867 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:
   32868 
   32869 Licensed under the Academic Free License version 2.1
   32870 
   32871 1) Grant of Copyright License. Licensor hereby grants You a world-wide, royalty-free, non-exclusive, perpetual, sublicenseable license to do the following:
   32872 
   32873 a) to reproduce the Original Work in copies;
   32874 
   32875 b) to prepare derivative works ("Derivative Works") based upon the Original Work;
   32876 
   32877 c) to distribute copies of the Original Work and Derivative Works to the public;
   32878 
   32879 d) to perform the Original Work publicly; and
   32880 
   32881 e) to display the Original Work publicly.
   32882 
   32883 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.
   32884 
   32885 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.
   32886 
   32887 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.
   32888 
   32889 5) This section intentionally omitted.
   32890 
   32891 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.
   32892 
   32893 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.
   32894 
   32895 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.
   32896 
   32897 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.
   32898 
   32899 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.
   32900 
   32901 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.
   32902 
   32903 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.
   32904 
   32905 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.
   32906 
   32907 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.
   32908 
   32909 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.
   32910 
   32911 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.
   32912 
   32913  
   32914 
   32915 
   32916 </pre>
   32917 <div class="license-packages">
   32918 Used by these packages: dev-libs/dbus-glib-0.100.2 sys-apps/dbus-1.6.8-r5
   32919 </div>
   32920 </div>
   32921 </div>
   32922 
   32923 <div class="product">
   32924 <a name="Apache-2.0" class="title">Gentoo Package Stock License Apache-2.0</a>
   32925 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   32926 <div class="licence">
   32927 <pre>
   32928                                  Apache License
   32929                            Version 2.0, January 2004
   32930                         http://www.apache.org/licenses/
   32931 
   32932    TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
   32933 
   32934    1. Definitions.
   32935 
   32936       "License" shall mean the terms and conditions for use, reproduction,
   32937       and distribution as defined by Sections 1 through 9 of this document.
   32938 
   32939       "Licensor" shall mean the copyright owner or entity authorized by
   32940       the copyright owner that is granting the License.
   32941 
   32942       "Legal Entity" shall mean the union of the acting entity and all
   32943       other entities that control, are controlled by, or are under common
   32944       control with that entity. For the purposes of this definition,
   32945       "control" means (i) the power, direct or indirect, to cause the
   32946       direction or management of such entity, whether by contract or
   32947       otherwise, or (ii) ownership of fifty percent (50%) or more of the
   32948       outstanding shares, or (iii) beneficial ownership of such entity.
   32949 
   32950       "You" (or "Your") shall mean an individual or Legal Entity
   32951       exercising permissions granted by this License.
   32952 
   32953       "Source" form shall mean the preferred form for making modifications,
   32954       including but not limited to software source code, documentation
   32955       source, and configuration files.
   32956 
   32957       "Object" form shall mean any form resulting from mechanical
   32958       transformation or translation of a Source form, including but
   32959       not limited to compiled object code, generated documentation,
   32960       and conversions to other media types.
   32961 
   32962       "Work" shall mean the work of authorship, whether in Source or
   32963       Object form, made available under the License, as indicated by a
   32964       copyright notice that is included in or attached to the work
   32965       (an example is provided in the Appendix below).
   32966 
   32967       "Derivative Works" shall mean any work, whether in Source or Object
   32968       form, that is based on (or derived from) the Work and for which the
   32969       editorial revisions, annotations, elaborations, or other modifications
   32970       represent, as a whole, an original work of authorship. For the purposes
   32971       of this License, Derivative Works shall not include works that remain
   32972       separable from, or merely link (or bind by name) to the interfaces of,
   32973       the Work and Derivative Works thereof.
   32974 
   32975       "Contribution" shall mean any work of authorship, including
   32976       the original version of the Work and any modifications or additions
   32977       to that Work or Derivative Works thereof, that is intentionally
   32978       submitted to Licensor for inclusion in the Work by the copyright owner
   32979       or by an individual or Legal Entity authorized to submit on behalf of
   32980       the copyright owner. For the purposes of this definition, "submitted"
   32981       means any form of electronic, verbal, or written communication sent
   32982       to the Licensor or its representatives, including but not limited to
   32983       communication on electronic mailing lists, source code control systems,
   32984       and issue tracking systems that are managed by, or on behalf of, the
   32985       Licensor for the purpose of discussing and improving the Work, but
   32986       excluding communication that is conspicuously marked or otherwise
   32987       designated in writing by the copyright owner as "Not a Contribution."
   32988 
   32989       "Contributor" shall mean Licensor and any individual or Legal Entity
   32990       on behalf of whom a Contribution has been received by Licensor and
   32991       subsequently incorporated within the Work.
   32992 
   32993    2. Grant of Copyright License. Subject to the terms and conditions of
   32994       this License, each Contributor hereby grants to You a perpetual,
   32995       worldwide, non-exclusive, no-charge, royalty-free, irrevocable
   32996       copyright license to reproduce, prepare Derivative Works of,
   32997       publicly display, publicly perform, sublicense, and distribute the
   32998       Work and such Derivative Works in Source or Object form.
   32999 
   33000    3. Grant of Patent License. Subject to the terms and conditions of
   33001       this License, each Contributor hereby grants to You a perpetual,
   33002       worldwide, non-exclusive, no-charge, royalty-free, irrevocable
   33003       (except as stated in this section) patent license to make, have made,
   33004       use, offer to sell, sell, import, and otherwise transfer the Work,
   33005       where such license applies only to those patent claims licensable
   33006       by such Contributor that are necessarily infringed by their
   33007       Contribution(s) alone or by combination of their Contribution(s)
   33008       with the Work to which such Contribution(s) was submitted. If You
   33009       institute patent litigation against any entity (including a
   33010       cross-claim or counterclaim in a lawsuit) alleging that the Work
   33011       or a Contribution incorporated within the Work constitutes direct
   33012       or contributory patent infringement, then any patent licenses
   33013       granted to You under this License for that Work shall terminate
   33014       as of the date such litigation is filed.
   33015 
   33016    4. Redistribution. You may reproduce and distribute copies of the
   33017       Work or Derivative Works thereof in any medium, with or without
   33018       modifications, and in Source or Object form, provided that You
   33019       meet the following conditions:
   33020 
   33021       (a) You must give any other recipients of the Work or
   33022           Derivative Works a copy of this License; and
   33023 
   33024       (b) You must cause any modified files to carry prominent notices
   33025           stating that You changed the files; and
   33026 
   33027       (c) You must retain, in the Source form of any Derivative Works
   33028           that You distribute, all copyright, patent, trademark, and
   33029           attribution notices from the Source form of the Work,
   33030           excluding those notices that do not pertain to any part of
   33031           the Derivative Works; and
   33032 
   33033       (d) If the Work includes a "NOTICE" text file as part of its
   33034           distribution, then any Derivative Works that You distribute must
   33035           include a readable copy of the attribution notices contained
   33036           within such NOTICE file, excluding those notices that do not
   33037           pertain to any part of the Derivative Works, in at least one
   33038           of the following places: within a NOTICE text file distributed
   33039           as part of the Derivative Works; within the Source form or
   33040           documentation, if provided along with the Derivative Works; or,
   33041           within a display generated by the Derivative Works, if and
   33042           wherever such third-party notices normally appear. The contents
   33043           of the NOTICE file are for informational purposes only and
   33044           do not modify the License. You may add Your own attribution
   33045           notices within Derivative Works that You distribute, alongside
   33046           or as an addendum to the NOTICE text from the Work, provided
   33047           that such additional attribution notices cannot be construed
   33048           as modifying the License.
   33049 
   33050       You may add Your own copyright statement to Your modifications and
   33051       may provide additional or different license terms and conditions
   33052       for use, reproduction, or distribution of Your modifications, or
   33053       for any such Derivative Works as a whole, provided Your use,
   33054       reproduction, and distribution of the Work otherwise complies with
   33055       the conditions stated in this License.
   33056 
   33057    5. Submission of Contributions. Unless You explicitly state otherwise,
   33058       any Contribution intentionally submitted for inclusion in the Work
   33059       by You to the Licensor shall be under the terms and conditions of
   33060       this License, without any additional terms or conditions.
   33061       Notwithstanding the above, nothing herein shall supersede or modify
   33062       the terms of any separate license agreement you may have executed
   33063       with Licensor regarding such Contributions.
   33064 
   33065    6. Trademarks. This License does not grant permission to use the trade
   33066       names, trademarks, service marks, or product names of the Licensor,
   33067       except as required for reasonable and customary use in describing the
   33068       origin of the Work and reproducing the content of the NOTICE file.
   33069 
   33070    7. Disclaimer of Warranty. Unless required by applicable law or
   33071       agreed to in writing, Licensor provides the Work (and each
   33072       Contributor provides its Contributions) on an "AS IS" BASIS,
   33073       WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
   33074       implied, including, without limitation, any warranties or conditions
   33075       of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
   33076       PARTICULAR PURPOSE. You are solely responsible for determining the
   33077       appropriateness of using or redistributing the Work and assume any
   33078       risks associated with Your exercise of permissions under this License.
   33079 
   33080    8. Limitation of Liability. In no event and under no legal theory,
   33081       whether in tort (including negligence), contract, or otherwise,
   33082       unless required by applicable law (such as deliberate and grossly
   33083       negligent acts) or agreed to in writing, shall any Contributor be
   33084       liable to You for damages, including any direct, indirect, special,
   33085       incidental, or consequential damages of any character arising as a
   33086       result of this License or out of the use or inability to use the
   33087       Work (including but not limited to damages for loss of goodwill,
   33088       work stoppage, computer failure or malfunction, or any and all
   33089       other commercial damages or losses), even if such Contributor
   33090       has been advised of the possibility of such damages.
   33091 
   33092    9. Accepting Warranty or Additional Liability. While redistributing
   33093       the Work or Derivative Works thereof, You may choose to offer,
   33094       and charge a fee for, acceptance of support, warranty, indemnity,
   33095       or other liability obligations and/or rights consistent with this
   33096       License. However, in accepting such obligations, You may act only
   33097       on Your own behalf and on Your sole responsibility, not on behalf
   33098       of any other Contributor, and only if You agree to indemnify,
   33099       defend, and hold each Contributor harmless for any liability
   33100       incurred by, or claims asserted against, such Contributor by reason
   33101       of your accepting any such warranty or additional liability.
   33102 
   33103    END OF TERMS AND CONDITIONS
   33104 
   33105    APPENDIX: How to apply the Apache License to your work.
   33106 
   33107       To apply the Apache License to your work, attach the following
   33108       boilerplate notice, with the fields enclosed by brackets "[]"
   33109       replaced with your own identifying information. (Don't include
   33110       the brackets!)  The text should be enclosed in the appropriate
   33111       comment syntax for the file format. We also recommend that a
   33112       file or class name and description of purpose be included on the
   33113       same "printed page" as the copyright notice for easier
   33114       identification within third-party archives.
   33115 
   33116    Copyright [yyyy] [name of copyright owner]
   33117 
   33118    Licensed under the Apache License, Version 2.0 (the "License");
   33119    you may not use this file except in compliance with the License.
   33120    You may obtain a copy of the License at
   33121 
   33122        http://www.apache.org/licenses/LICENSE-2.0
   33123 
   33124    Unless required by applicable law or agreed to in writing, software
   33125    distributed under the License is distributed on an "AS IS" BASIS,
   33126    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   33127    See the License for the specific language governing permissions and
   33128    limitations under the License.
   33129 
   33130 </pre>
   33131 <div class="license-packages">
   33132 Used by these packages: dev-util/stressapptest-1.0.4 dev-python/jsonrpclib-0_pre20110820-r1 dev-libs/protobuf-python-2.3.0-r1 app-i18n/chromeos-hangul-1.2.0.3-r1 app-admin/rsyslog-5.8.11-r1 media-fonts/droidfonts-cros-20121206 media-fonts/crosextrafonts-20130214 media-fonts/croscorefonts-1.23.0 media-fonts/notofonts-20140130-r1 dev-python/selenium-2.29.0 dev-libs/protobuf-2.3.0-r5
   33133 </div>
   33134 </div>
   33135 </div>
   33136 
   33137 <div class="product">
   33138 <a name="as-is" class="title">Gentoo Package Stock License as-is</a>
   33139 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   33140 <div class="licence">
   33141 <pre>
   33142 Note: This license label is deprecated, so don't use it for new packages.
   33143 Unfortunately, "as-is" has been (ab)used also for non-free software and
   33144 you cannot rely on it. Please check the upstream license instead.
   33145 
   33146 "as-is" in its originally intended sense is now covered by the OSI-approved
   33147 "HPND" (Historical Permission Notice and Disclaimer).
   33148 
   33149 ---------------------------------------------------------------------------
   33150 
   33151 This is a generic place holder for a class of licenses that boil down to do
   33152 no guarantees and all you get is what you have. The language is usually
   33153 similar to:
   33154 
   33155   Permission to use, copy, modify, and distribute this software and its
   33156   documentation for any purpose and without fee is hereby granted, provided
   33157   that the above copyright notice appears in all copies and that both the
   33158   copyright notice and this permission notice appear in supporting
   33159   documentation, and that the same name not be used in advertising or
   33160   publicity pertaining to distribution of the software without specific,
   33161   written prior permission. We make no representations about the
   33162   suitability of this software for any purpose. It is provided "as is"
   33163   without express or implied warranty.
   33164 
   33165 
   33166 You will need to check the license that came with the software for the exact
   33167 specifics. Generally you are free to do most anything you want with "as is"
   33168 software but you should not take this license as legal advice.
   33169 
   33170 Note: Most all license have an "as is" clause. For our purposes this does
   33171 not make all software in this category. This category is for software with
   33172 very little restrictions.
   33173 
   33174 The information in this license about licenses is presented "as is". :-P
   33175 
   33176 </pre>
   33177 <div class="license-packages">
   33178 Used by these packages: net-wireless/crda-1.1.1-r5 dev-db/sqlite-3.6.22-r3 net-misc/iperf-2.0.4-r1 net-misc/dhcp-4.2.2-r2 x11-misc/xdotool-2.20110530.1 media-libs/tiff-4.0.0-r1 app-text/docbook-xml-dtd-4.1.2-r6 dev-lang/swig-2.0.4-r1 media-libs/libpng-1.2.49-r2
   33179 </div>
   33180 </div>
   33181 </div>
   33182 
   33183 <div class="product">
   33184 <a name="Atheros" class="title">Custom License Atheros</a>
   33185 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   33186 <div class="licence">
   33187 <pre>
   33188 Copyright (c) 2010, Atheros Communications, Inc.
   33189 
   33190 All rights reserved.
   33191 
   33192 Redistribution. Redistribution and use in binary form, without modification, are permitted provided that the following conditions are
   33193 
   33194 met:
   33195 
   33196 * Redistributions must reproduce the above copyright notice and the following disclaimer in the documentation and/or other materials provided with the distribution. 
   33197 
   33198 * 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. 
   33199 
   33200 * No reverse engineering, decompilation, or disassembly of this software is permitted.
   33201 
   33202 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.
   33203 
   33204 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.
   33205 
   33206 
   33207 
   33208 </pre>
   33209 <div class="license-packages">
   33210 Used by these packages: net-wireless/ath3k-0.0.1-r122 net-wireless/ath6k-34-r23
   33211 </div>
   33212 </div>
   33213 </div>
   33214 
   33215 <div class="product">
   33216 <a name="BSD-Google" class="title">Custom License BSD-Google</a>
   33217 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   33218 <div class="licence">
   33219 <pre>
   33220 Copyright 2010, Google Inc.
   33221 All rights reserved.
   33222 
   33223 Redistribution and use in source and binary forms, with or without
   33224 modification, are permitted provided that the following conditions are
   33225 met:
   33226 
   33227     * Redistributions of source code must retain the above copyright
   33228 notice, this list of conditions and the following disclaimer.
   33229     * Redistributions in binary form must reproduce the above
   33230 copyright notice, this list of conditions and the following disclaimer
   33231 in the documentation and/or other materials provided with the
   33232 distribution.
   33233     * Neither the name of Google Inc. nor the names of its
   33234 contributors may be used to endorse or promote products derived from
   33235 this software without specific prior written permission.
   33236 
   33237 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
   33238 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
   33239 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
   33240 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
   33241 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
   33242 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
   33243 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
   33244 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
   33245 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
   33246 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
   33247 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
   33248 
   33249 </pre>
   33250 <div class="license-packages">
   33251 Used by these packages: chromeos-base/chromeos-test-testauthkeys-0.0.1-r2 dev-util/hdctools-0.0.1-r354 chromeos-base/chromeos-bsp-alex-0.0.1-r12 chromeos-base/gobi3k-sdk-1.0.1-r22 chromeos-base/vpd-0.0.1-r76 chromeos-base/mttools-0.0.1-r93 chromeos-base/update_engine-0.0.2-r655 chromeos-base/chromeos-factory-board-3.0.0-r1 chromeos-base/verity-0.0.1-r79 chromeos-base/chromeos-init-0.0.25-r840 chromeos-base/userfeedback-0.0.1-r152 chromeos-base/platform2-0.0.5-r627 chromeos-base/crosh-0.0.1-r172 chromeos-base/autotest-client-0.0.1-r1 chromeos-base/salsa-0.0.1-r17 chromeos-base/chromeos-activate-date-0.0.1-r1 chromeos-base/permission_broker-0.0.1-r46 chromeos-base/chromeos-login-0.0.5-r838 chromeos-base/chromite-0.0.1-r1022 chromeos-base/metrics-0.0.1-r63 chromeos-base/chromeos-ca-certificates-0.0.1-r2 chromeos-base/chromeos-cryptohome-0.0.1-r551 chromeos-base/chromeos-factory-0.0.1-r1362 chromeos-base/chromeos-factory-regions-0.0.1-r206 sys-apps/rootdev-0.0.1-r22 chromeos-base/libchrome-271506-r5 chromeos-base/chromeos-bsp-x86-alex-0.0.2-r2 chromeos-base/bootcomplete-login-0.0.1-r1 chromeos-base/tty-0.0.1-r4 chromeos-base/chromeos-auth-config-0.0.1-r5 chromeos-base/chromeos-installer-0.0.1-r385 chromeos-base/gestures-0.0.1-r498 chromeos-base/swap-init-0.0.1-r1 chromeos-base/chromeos-base-0-r118 chromeos-base/vboot_reference-1.0-r949 chromeos-base/cros_boot_mode-0.0.1-r90 chromeos-base/inputcontrol-0.0.1-r98 chromeos-base/openssh-server-init-0.0.1-r22 chromeos-base/audiotest-0.0.1-r8 net-dns/avahi-daemon-0.0.1 chromeos-base/memento_softwareupdate-0.0.1-r55 chromeos-base/libchromeos-0.0.1-r78 chromeos-base/workarounds-0.0.1-r76 sys-apps/mosys-1.2.03-r235 chromeos-base/gobi-cromo-plugin-1.0.1-r122 chromeos-base/chromeos-imageburner-0.0.1-r111 chromeos-base/chromeos-firewall-init-0.0.1-r1 dev-util/mem-0.0.1-r2 chromeos-base/chromeos-factoryinstall-0.0.1-r140 chromeos-base/libchromeos-use-flags-0.0.1-r5 chromeos-base/libchrome_crypto-271506-r1 media-sound/adhd-0.0.1-r818 chromeos-base/chromeos-assets-0.0.2-r10 chromeos-base/google-breakpad-1303-r82 chromeos-base/dev-install-0.0.1-r679 chromeos-base/chromeos-firmware-alex-0.0.1-r136 chromeos-base/gobi3k-lib-0.0.1-r25 chromeos-base/audioconfig-0.0.1-r1 chromeos-base/xorg-conf-0.0.6-r115 chromeos-base/oem-customization-0.0.2-r7 chromeos-base/chromeos-factory-mini-0.0.1-r7 chromeos-base/touch_noise_filter-0.0.1-r18 chromeos-base/shill-test-scripts-0.0.1-r508 chromeos-base/libscrypt-1.1.6-r11 chromeos-base/chromeos-minijail-0.0.1-r141 chromeos-base/modem-diagnostics-0.1-r8 chromeos-base/system_api-0.0.1-r442 chromeos-base/chromeos-chrome-38.0.2096.1_rc-r4 x11-drivers/touchpad-tests-0.0.1-r129 chromeos-base/update-policy-chromeos-0.0.1-r2 chromeos-base/protofiles-0.0.1-r20 chromeos-base/modem-utilities-0.0.1-r60 chromeos-base/libevdev-0.0.1-r59 sys-apps/flashmap-0.3-r18 chromeos-base/autotest-factory-install-0.0.1-r3 chromeos-base/common-assets-0.0.1-r3 chromeos-base/avtest_label_detect-0.0.1-r51 chromeos-base/autotest-fakemodem-conf-0.0.1-r1 chromeos-base/bootstat-0.0.2-r95 chromeos-base/p2p-0.0.1-r107 chromeos-base/crash-reporter-0.0.1-r17 chromeos-base/mtpd-0.0.1-r94 app-i18n/input-tools-4.3.2.5-r1 chromeos-base/chromeos-test-init-0.0.1-r297
   33252 </div>
   33253 </div>
   33254 </div>
   33255 
   33256 <div class="product">
   33257 <a name="CPL-1.0" class="title">Gentoo Package Stock License CPL-1.0</a>
   33258 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   33259 <div class="licence">
   33260 <pre>
   33261 Common Public License Version 1.0
   33262 
   33263 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.
   33264 
   33265 1. DEFINITIONS
   33266 
   33267 "Contribution" means:
   33268 
   33269 a) in the case of the initial Contributor, the initial code and documentation distributed under this Agreement, and
   33270 
   33271 b) in the case of each subsequent Contributor:
   33272 
   33273 i) changes to the Program, and
   33274 
   33275 ii) additions to the Program;
   33276 
   33277 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.
   33278 
   33279 "Contributor" means any person or entity that distributes the Program.
   33280 
   33281 "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.
   33282 
   33283 "Program" means the Contributions distributed in accordance with this Agreement.
   33284 
   33285 "Recipient" means anyone who receives the Program under this Agreement, including all Contributors.
   33286 
   33287 2. GRANT OF RIGHTS
   33288 
   33289 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.
   33290 
   33291 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.
   33292 
   33293 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.
   33294 
   33295 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.
   33296 
   33297 3. REQUIREMENTS
   33298 
   33299 A Contributor may choose to distribute the Program in object code form under its own license agreement, provided that:
   33300 
   33301 a) it complies with the terms and conditions of this Agreement; and
   33302 
   33303 b) its license agreement:
   33304 
   33305 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;
   33306 
   33307 ii) effectively excludes on behalf of all Contributors all liability for damages, including direct, indirect, special, incidental and consequential damages, such as lost profits;
   33308 
   33309 iii) states that any provisions which differ from this Agreement are offered by that Contributor alone and not by any other party; and
   33310 
   33311 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.
   33312 
   33313 When the Program is made available in source code form:
   33314 
   33315 a) it must be made available under this Agreement; and
   33316 
   33317 b) a copy of this Agreement must be included with each copy of the Program.
   33318 
   33319 Contributors may not remove or alter any copyright notices contained within the Program.
   33320 
   33321 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.
   33322 
   33323 4. COMMERCIAL DISTRIBUTION
   33324 
   33325 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.
   33326 
   33327 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.
   33328 
   33329 5. NO WARRANTY
   33330 
   33331 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.
   33332 
   33333 6. DISCLAIMER OF LIABILITY
   33334 
   33335 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.
   33336 
   33337 7. GENERAL
   33338 
   33339 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.
   33340 
   33341 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.
   33342 
   33343 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.
   33344 
   33345 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.
   33346 
   33347 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.
   33348 </pre>
   33349 <div class="license-packages">
   33350 Used by these packages: app-crypt/trousers-0.3.3-r44 app-crypt/tpm-tools-1.3.5-r2
   33351 </div>
   33352 </div>
   33353 </div>
   33354 
   33355 <div class="product">
   33356 <a name="FTL" class="title">Gentoo Package Stock License FTL</a>
   33357 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   33358 <div class="licence">
   33359 <pre>
   33360                     The FreeType Project LICENSE
   33361                     ----------------------------
   33362 
   33363                        Copyright 1996-1999 by
   33364           David Turner, Robert Wilhelm, and Werner Lemberg
   33365 
   33366 
   33367 
   33368 Introduction
   33369 ============
   33370 
   33371   The FreeType  Project is distributed in  several archive packages;
   33372   some of them may contain, in addition to the FreeType font engine,
   33373   various tools and  contributions which rely on, or  relate to, the
   33374   FreeType Project.
   33375 
   33376   This  license applies  to all  files found  in such  packages, and
   33377   which do not  fall under their own explicit  license.  The license
   33378   affects  thus  the  FreeType   font  engine,  the  test  programs,
   33379   documentation and makefiles, at the very least.
   33380 
   33381   This  license   was  inspired  by  the  BSD,   Artistic,  and  IJG
   33382   (Independent JPEG  Group) licenses, which  all encourage inclusion
   33383   and  use of  free  software in  commercial  and freeware  products
   33384   alike.  As a consequence, its main points are that:
   33385 
   33386     o We don't promise that this software works.  However, we are be
   33387       interested in any kind of bug reports. (`as is' distribution)
   33388 
   33389     o You can  use this software for whatever you  want, in parts or
   33390       full form, without having to pay us. (`royalty-free' usage)
   33391 
   33392     o You may not pretend that  you wrote this software.  If you use
   33393       it, or  only parts of it,  in a program,  you must acknowledge
   33394       somewhere in your documentation  that you've used the FreeType
   33395       code. (`credits')
   33396 
   33397   We  specifically  permit  and  encourage  the  inclusion  of  this
   33398   software,  with  or without modifications, in commercial products,
   33399   provided that all warranty or  liability claims are assumed by the
   33400   product vendor.
   33401 
   33402 
   33403 Legal Terms
   33404 ===========
   33405 
   33406 0. Definitions
   33407 --------------
   33408 
   33409   Throughout this license,  the terms `package', `FreeType Project',
   33410   and  `FreeType  archive' refer  to  the  set  of files  originally
   33411   distributed  by the  authors  (David Turner,  Robert Wilhelm,  and
   33412   Werner Lemberg) as the `FreeType project', be they named as alpha,
   33413   beta or final release.
   33414 
   33415   `You' refers to  the licensee, or person using  the project, where
   33416   `using' is a generic term including compiling the project's source
   33417   code as  well as linking it  to form a  `program' or `executable'.
   33418   This  program is  referred to  as  `a program  using the  FreeType
   33419   engine'.
   33420 
   33421   This  license applies  to all  files distributed  in  the original
   33422   FreeType  archive,   including  all  source   code,  binaries  and
   33423   documentation,  unless  otherwise  stated   in  the  file  in  its
   33424   original, unmodified form as  distributed in the original archive.
   33425   If you are  unsure whether or not a particular  file is covered by
   33426   this license, you must contact us to verify this.
   33427 
   33428   The FreeType  project is copyright (C) 1996-1999  by David Turner,
   33429   Robert Wilhelm, and Werner Lemberg.  All rights reserved except as
   33430   specified below.
   33431 
   33432 1. No Warranty
   33433 --------------
   33434 
   33435   THE FREETYPE ARCHIVE  IS PROVIDED `AS IS' WITHOUT  WARRANTY OF ANY
   33436   KIND, EITHER EXPRESSED OR  IMPLIED, INCLUDING, BUT NOT LIMITED TO,
   33437   WARRANTIES  OF  MERCHANTABILITY   AND  FITNESS  FOR  A  PARTICULAR
   33438   PURPOSE.  IN NO EVENT WILL ANY OF THE AUTHORS OR COPYRIGHT HOLDERS
   33439   BE LIABLE  FOR ANY DAMAGES CAUSED  BY THE USE OR  THE INABILITY TO
   33440   USE, OF THE FREETYPE PROJECT.
   33441 
   33442   As  you have  not signed  this license,  you are  not  required to
   33443   accept  it.   However,  as  the FreeType  project  is  copyrighted
   33444   material, only  this license, or  another one contracted  with the
   33445   authors, grants you  the right to use, distribute,  and modify it.
   33446   Therefore,  by  using,  distributing,  or modifying  the  FreeType
   33447   project, you indicate that you understand and accept all the terms
   33448   of this license.
   33449 
   33450 2. Redistribution
   33451 -----------------
   33452 
   33453   Redistribution and use in source and binary forms, with or without
   33454   modification, are permitted provided that the following conditions
   33455   are met:
   33456 
   33457     o Redistribution  of source code  must retain this  license file
   33458       (`licence.txt') unaltered; any additions, deletions or changes
   33459       to   the  original   files  must   be  clearly   indicated  in
   33460       accompanying  documentation.   The  copyright notices  of  the
   33461       unaltered, original  files must be preserved in  all copies of
   33462       source files.
   33463 
   33464     o Redistribution in binary form must provide a  disclaimer  that
   33465       states  that  the software is based in part of the work of the
   33466       FreeType Team,  in  the  distribution  documentation.  We also
   33467       encourage you to put an URL to the FreeType web page  in  your
   33468       documentation, though this isn't mandatory.
   33469 
   33470   These conditions  apply to any  software derived from or  based on
   33471   the FreeType code, not just  the unmodified files.  If you use our
   33472   work, you  must acknowledge us.  However,  no fee need  be paid to
   33473   us.
   33474 
   33475 3. Advertising
   33476 --------------
   33477 
   33478   The names of  FreeType's authors and contributors may  not be used
   33479   to endorse or promote  products derived from this software without
   33480   specific prior written permission.
   33481   
   33482   We suggest,  but do not require, that  you use one or  more of the
   33483   following phrases to refer  to this software in your documentation
   33484   or advertising  materials: `FreeType Project',  `FreeType Engine',
   33485   `FreeType library', or `FreeType Distribution'.
   33486 
   33487 4. Contacts
   33488 -----------
   33489 
   33490   There are two mailing lists related to FreeType:
   33491 
   33492     o freetype (a] freetype.org
   33493 
   33494       Discusses general use and applications of FreeType, as well as
   33495       future and  wanted additions to the  library and distribution.
   33496       If  you are looking  for support,  start in  this list  if you
   33497       haven't found anything to help you in the documentation.
   33498 
   33499     o devel (a] freetype.org
   33500 
   33501       Discusses bugs,  as well  as engine internals,  design issues,
   33502       specific licenses, porting, etc.
   33503 
   33504     o http://www.freetype.org
   33505 
   33506       Holds the current  FreeType web page, which will  allow you to
   33507       download  our  latest  development  version  and  read  online
   33508       documentation.
   33509 
   33510   You can also contact us individually at:
   33511 
   33512     David Turner      &lt;david.turner (a] freetype.org&gt;
   33513     Robert Wilhelm    &lt;robert.wilhelm (a] freetype.org&gt;
   33514     Werner Lemberg    &lt;werner.lemberg (a] freetype.org&gt;
   33515 
   33516 
   33517 --- end of license.txt ---
   33518 
   33519 </pre>
   33520 <div class="license-packages">
   33521 Used by these packages: media-libs/freetype-2.5.0.1-r3 x11-libs/pango-1.32.5-r1
   33522 </div>
   33523 </div>
   33524 </div>
   33525 
   33526 <div class="product">
   33527 <a name="Google-TOS" class="title">Gentoo Package Stock License Google-TOS</a>
   33528 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   33529 <div class="licence">
   33530 <pre>
   33531 # file generated using the following command (open the link in browser for up-to-date version with html links)
   33532 # o=$(sed -n '1,3p' Google-TOS; lynx -dump http://www.google.com/intl/en/policies/terms/); echo "$o" &gt; Google-TOS
   33533 
   33534                                    [1]Google
   33535 
   33536 [2]Policies &amp; Principles
   33537 
   33538    [3]Skip to content
   33539 
   33540     1. [4]Overview
   33541     2. Terms of Service
   33542 
   33543      * Terms of Service
   33544      * [5]Updates
   33545 
   33546                             Google Terms of Service
   33547 
   33548    Last modified: November 11, 2013 ([6]view archived versions)
   33549 
   33550 Welcome to Google!
   33551 
   33552    Thanks for using our products and services (Services). The Services are
   33553    provided by Google Inc. (Google), located at 1600 Amphitheatre Parkway,
   33554    Mountain View, CA 94043, United States.
   33555 
   33556    By using our Services, you are agreeing to these terms. Please read them
   33557    carefully.
   33558 
   33559    Our Services are very diverse, so sometimes additional terms or product
   33560    requirements (including age requirements) may apply. Additional terms will
   33561    be available with the relevant Services, and those additional terms become
   33562    part of your agreement with us if you use those Services.
   33563 
   33564 Using our Services
   33565 
   33566    You must follow any policies made available to you within the Services.
   33567 
   33568    Dont misuse our Services. For example, dont interfere with our Services
   33569    or try to access them using a method other than the interface and the
   33570    instructions that we provide. You may use our Services only as permitted
   33571    by law, including applicable export and re-export control laws and
   33572    regulations. We may suspend or stop providing our Services to you if you
   33573    do not comply with our terms or policies or if we are investigating
   33574    suspected misconduct.
   33575 
   33576    Using our Services does not give you ownership of any intellectual
   33577    property rights in our Services or the content you access. You may not use
   33578    content from our Services unless you obtain permission from its owner or
   33579    are otherwise permitted by law. These terms do not grant you the right to
   33580    use any branding or logos used in our Services. Dont remove, obscure, or
   33581    alter any legal notices displayed in or along with our Services.
   33582 
   33583    Our Services display some content that is not Googles. This content is
   33584    the sole responsibility of the entity that makes it available. We may
   33585    review content to determine whether it is illegal or violates our
   33586    policies, and we may remove or refuse to display content that we
   33587    reasonably believe violates our policies or the law. But that does not
   33588    necessarily mean that we review content, so please dont assume that we
   33589    do.
   33590 
   33591    In connection with your use of the Services, we may send you service
   33592    announcements, administrative messages, and other information. You may opt
   33593    out of some of those communications.
   33594 
   33595    Some of our Services are available on mobile devices. Do not use such
   33596    Services in a way that distracts you and prevents you from obeying traffic
   33597    or safety laws.
   33598 
   33599 Your Google Account
   33600 
   33601    You may need a Google Account in order to use some of our Services. You
   33602    may create your own Google Account, or your Google Account may be assigned
   33603    to you by an administrator, such as your employer or educational
   33604    institution. If you are using a Google Account assigned to you by an
   33605    administrator, different or additional terms may apply and your
   33606    administrator may be able to access or disable your account.
   33607 
   33608    To protect your Google Account, keep your password confidential. You are
   33609    responsible for the activity that happens on or through your Google
   33610    Account. Try not to reuse your Google Account password on third-party
   33611    applications. If you learn of any unauthorized use of your password or
   33612    Google Account, [7]follow these instructions.
   33613 
   33614 Privacy and Copyright Protection
   33615 
   33616    Googles [8]privacy policies explain how we treat your personal data and
   33617    protect your privacy when you use our Services. By using our Services, you
   33618    agree that Google can use such data in accordance with our privacy
   33619    policies.
   33620 
   33621    We respond to notices of alleged copyright infringement and terminate
   33622    accounts of repeat infringers according to the process set out in the U.S.
   33623    Digital Millennium Copyright Act.
   33624 
   33625    We provide information to help copyright holders manage their intellectual
   33626    property online. If you think somebody is violating your copyrights and
   33627    want to notify us, you can find information about submitting notices and
   33628    Googles policy about responding to notices [9]in our Help Center.
   33629 
   33630 Your Content in our Services
   33631 
   33632    Some of our Services allow you to submit content. You retain ownership of
   33633    any intellectual property rights that you hold in that content. In short,
   33634    what belongs to you stays yours.
   33635 
   33636    When you upload or otherwise submit content to our Services, you give
   33637    Google (and those we work with) a worldwide license to use, host, store,
   33638    reproduce, modify, create derivative works (such as those resulting from
   33639    translations, adaptations or other changes we make so that your content
   33640    works better with our Services), communicate, publish, publicly perform,
   33641    publicly display and distribute such content. The rights you grant in this
   33642    license are for the limited purpose of operating, promoting, and improving
   33643    our Services, and to develop new ones. This license continues even if you
   33644    stop using our Services (for example, for a business listing you have
   33645    added to Google Maps). Some Services may offer you ways to access and
   33646    remove content that has been provided to that Service. Also, in some of
   33647    our Services, there are terms or settings that narrow the scope of our use
   33648    of the content submitted in those Services. Make sure you have the
   33649    necessary rights to grant us this license for any content that you submit
   33650    to our Services.
   33651 
   33652    If you have a Google Account, we may display your Profile name, Profile
   33653    photo, and actions you take on Google or on third-party applications
   33654    connected to your Google Account (such as +1s, reviews you write and
   33655    comments you post) in our Services, including displaying in ads and other
   33656    commercial contexts. We will respect the choices you make to limit sharing
   33657    or visibility settings in your Google Account. For example, you can choose
   33658    your settings so your name and photo do not appear in an ad.
   33659 
   33660    You can find more information about how Google uses and stores content in
   33661    the privacy policy or additional terms for particular Services. If you
   33662    submit feedback or suggestions about our Services, we may use your
   33663    feedback or suggestions without obligation to you.
   33664 
   33665 About Software in our Services
   33666 
   33667    When a Service requires or includes downloadable software, this software
   33668    may update automatically on your device once a new version or feature is
   33669    available. Some Services may let you adjust your automatic update
   33670    settings.
   33671 
   33672    Google gives you a personal, worldwide, royalty-free, non-assignable and
   33673    non-exclusive license to use the software provided to you by Google as
   33674    part of the Services. This license is for the sole purpose of enabling you
   33675    to use and enjoy the benefit of the Services as provided by Google, in the
   33676    manner permitted by these terms. You may not copy, modify, distribute,
   33677    sell, or lease any part of our Services or included software, nor may you
   33678    reverse engineer or attempt to extract the source code of that software,
   33679    unless laws prohibit those restrictions or you have our written
   33680    permission.
   33681 
   33682    Open source software is important to us. Some software used in our
   33683    Services may be offered under an open source license that we will make
   33684    available to you. There may be provisions in the open source license that
   33685    expressly override some of these terms.
   33686 
   33687 Modifying and Terminating our Services
   33688 
   33689    We are constantly changing and improving our Services. We may add or
   33690    remove functionalities or features, and we may suspend or stop a Service
   33691    altogether.
   33692 
   33693    You can stop using our Services at any time, although well be sorry to
   33694    see you go. Google may also stop providing Services to you, or add or
   33695    create new limits to our Services at any time.
   33696 
   33697    We believe that you own your data and preserving your access to such data
   33698    is important. If we discontinue a Service, where reasonably possible, we
   33699    will give you reasonable advance notice and a chance to get information
   33700    out of that Service.
   33701 
   33702 Our Warranties and Disclaimers
   33703 
   33704    We provide our Services using a commercially reasonable level of skill and
   33705    care and we hope that you will enjoy using them. But there are certain
   33706    things that we dont promise about our Services.
   33707 
   33708    OTHER THAN AS EXPRESSLY SET OUT IN THESE TERMS OR ADDITIONAL TERMS,
   33709    NEITHER GOOGLE NOR ITS SUPPLIERS OR DISTRIBUTORS MAKE ANY SPECIFIC
   33710    PROMISES ABOUT THE SERVICES. FOR EXAMPLE, WE DONT MAKE ANY COMMITMENTS
   33711    ABOUT THE CONTENT WITHIN THE SERVICES, THE SPECIFIC FUNCTIONS OF THE
   33712    SERVICES, OR THEIR RELIABILITY, AVAILABILITY, OR ABILITY TO MEET YOUR
   33713    NEEDS. WE PROVIDE THE SERVICES AS IS.
   33714 
   33715    SOME JURISDICTIONS PROVIDE FOR CERTAIN WARRANTIES, LIKE THE IMPLIED
   33716    WARRANTY OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
   33717    NON-INFRINGEMENT. TO THE EXTENT PERMITTED BY LAW, WE EXCLUDE ALL
   33718    WARRANTIES.
   33719 
   33720 Liability for our Services
   33721 
   33722    WHEN PERMITTED BY LAW, GOOGLE, AND GOOGLES SUPPLIERS AND DISTRIBUTORS,
   33723    WILL NOT BE RESPONSIBLE FOR LOST PROFITS, REVENUES, OR DATA, FINANCIAL
   33724    LOSSES OR INDIRECT, SPECIAL, CONSEQUENTIAL, EXEMPLARY, OR PUNITIVE
   33725    DAMAGES.
   33726 
   33727    TO THE EXTENT PERMITTED BY LAW, THE TOTAL LIABILITY OF GOOGLE, AND ITS
   33728    SUPPLIERS AND DISTRIBUTORS, FOR ANY CLAIMS UNDER THESE TERMS, INCLUDING
   33729    FOR ANY IMPLIED WARRANTIES, IS LIMITED TO THE AMOUNT YOU PAID US TO USE
   33730    THE SERVICES (OR, IF WE CHOOSE, TO SUPPLYING YOU THE SERVICES AGAIN).
   33731 
   33732    IN ALL CASES, GOOGLE, AND ITS SUPPLIERS AND DISTRIBUTORS, WILL NOT BE
   33733    LIABLE FOR ANY LOSS OR DAMAGE THAT IS NOT REASONABLY FORESEEABLE.
   33734 
   33735 Business uses of our Services
   33736 
   33737    If you are using our Services on behalf of a business, that business
   33738    accepts these terms. It will hold harmless and indemnify Google and its
   33739    affiliates, officers, agents, and employees from any claim, suit or action
   33740    arising from or related to the use of the Services or violation of these
   33741    terms, including any liability or expense arising from claims, losses,
   33742    damages, suits, judgments, litigation costs and attorneys fees.
   33743 
   33744 About these Terms
   33745 
   33746    We may modify these terms or any additional terms that apply to a Service
   33747    to, for example, reflect changes to the law or changes to our Services.
   33748    You should look at the terms regularly. Well post notice of modifications
   33749    to these terms on this page. Well post notice of modified additional
   33750    terms in the applicable Service. Changes will not apply retroactively and
   33751    will become effective no sooner than fourteen days after they are posted.
   33752    However, changes addressing new functions for a Service or changes made
   33753    for legal reasons will be effective immediately. If you do not agree to
   33754    the modified terms for a Service, you should discontinue your use of that
   33755    Service.
   33756 
   33757    If there is a conflict between these terms and the additional terms, the
   33758    additional terms will control for that conflict.
   33759 
   33760    These terms control the relationship between Google and you. They do not
   33761    create any third party beneficiary rights.
   33762 
   33763    If you do not comply with these terms, and we dont take action right
   33764    away, this doesnt mean that we are giving up any rights that we may have
   33765    (such as taking action in the future).
   33766 
   33767    If it turns out that a particular term is not enforceable, this will not
   33768    affect any other terms.
   33769 
   33770    The laws of California, U.S.A., excluding Californias conflict of laws
   33771    rules, will apply to any disputes arising out of or relating to these
   33772    terms or the Services. All claims arising out of or relating to these
   33773    terms or the Services will be litigated exclusively in the federal or
   33774    state courts of Santa Clara County, California, USA, and you and Google
   33775    consent to personal jurisdiction in those courts.
   33776 
   33777    For information about how to contact Google, please visit our [10]contact
   33778    page.
   33779 
   33780   Good to Know
   33781 
   33782      * Our Good to Know site helps you stay safe and protect your familys
   33783        information online. [11]Visit to learn more
   33784 
   33785   Our legal policies
   33786 
   33787      * [12]Privacy Policy
   33788      * Terms of Service
   33789      * [13]FAQ
   33790 
   33791   Some technical details
   33792 
   33793      * [14]Technologies and Principles
   33794      * [15]Advertising
   33795      * [16]How Google uses cookies
   33796      * [17]How Google uses pattern recognition
   33797      * [18]Types of location data used by Google
   33798      * [19]How Google Wallet uses credit card numbers
   33799      * [20]How Google Voice works
   33800 
   33801    Change language: [[21]________________________]
   33802 
   33803      * [22]Google
   33804      * [23]About Google
   33805      * [24]Privacy &amp; Terms
   33806 
   33807 References
   33808 
   33809    Visible links
   33810    1. http://www.google.com/
   33811    2. http://www.google.com/intl/en/policies/
   33812    3. http://www.google.com/intl/en/policies/terms/#content
   33813    4. http://www.google.com/intl/en/policies/
   33814    5. http://www.google.com/intl/en/policies/terms/archive/
   33815    6. http://www.google.com/intl/en/policies/terms/archive/
   33816    7. http://support.google.com/accounts/bin/answer.py?hl=en&answer=58585
   33817    8. http://www.google.com/intl/en/policies/privacy/
   33818    9. http://support.google.com/bin/static.py?hl=en&ts=1114905&page=ts.cs
   33819   10. http://www.google.com/intl/en/contact/
   33820   11. http://www.google.com/intl/en/goodtoknow/
   33821   12. http://www.google.com/intl/en/policies/privacy/
   33822   13. http://www.google.com/intl/en/policies/faq/
   33823   14. http://www.google.com/intl/en/policies/technologies/
   33824   15. http://www.google.com/intl/en/policies/technologies/ads/
   33825   16. http://www.google.com/intl/en/policies/technologies/cookies/
   33826   17. http://www.google.com/intl/en/policies/technologies/pattern-recognition/
   33827   18. http://www.google.com/intl/en/policies/technologies/location-data/
   33828   19. http://www.google.com/intl/en/policies/technologies/wallet/
   33829   20. http://www.google.com/intl/en/policies/technologies/voice/
   33830   22. http://www.google.com/
   33831   23. http://www.google.com/intl/en/about/
   33832   24. http://www.google.com/intl/en/policies/
   33833 
   33834 </pre>
   33835 <div class="license-packages">
   33836 Used by these packages: chromeos-base/gobi-sdk-0.1-r34 app-i18n/GoogleKeyboardInput-xkb-1.1.0.0-r1 chromeos-base/madison-cromo-plugin-0.1-r50 chromeos-base/gtalk-62219080-r7 app-i18n/GoogleChineseInput-pinyin-2.0.0.0-r1 app-i18n/GoogleChineseInput-zhuyin-2.0.0.0-r1 chromeos-base/gobi-firmware-1.0.61-r5 chromeos-base/genius-app-oem-0.0.6-r1 chromeos-base/pepper-flash-14.0.0.145-r1 chromeos-base/ja-motoyafonts-1.0.0 chromeos-base/chromeos-default-apps-1.2.0 chromeos-base/chromeos-chrome-38.0.2096.1_rc-r4 chromeos-base/netflix-helper-2.0.0-r3 chromeos-base/ascender_to_license-20130111 app-i18n/GoogleChineseInput-cangjie-2.0.0.0-r1
   33837 </div>
   33838 </div>
   33839 </div>
   33840 
   33841 <div class="product">
   33842 <a name="GPL-2" class="title">Gentoo Package Stock License GPL-2</a>
   33843 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   33844 <div class="licence">
   33845 <pre>
   33846 		    GNU GENERAL PUBLIC LICENSE
   33847 		       Version 2, June 1991
   33848 
   33849  Copyright (C) 1989, 1991 Free Software Foundation, Inc.
   33850                        51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
   33851  Everyone is permitted to copy and distribute verbatim copies
   33852  of this license document, but changing it is not allowed.
   33853 
   33854 			    Preamble
   33855 
   33856   The licenses for most software are designed to take away your
   33857 freedom to share and change it.  By contrast, the GNU General Public
   33858 License is intended to guarantee your freedom to share and change free
   33859 software--to make sure the software is free for all its users.  This
   33860 General Public License applies to most of the Free Software
   33861 Foundation's software and to any other program whose authors commit to
   33862 using it.  (Some other Free Software Foundation software is covered by
   33863 the GNU Library General Public License instead.)  You can apply it to
   33864 your programs, too.
   33865 
   33866   When we speak of free software, we are referring to freedom, not
   33867 price.  Our General Public Licenses are designed to make sure that you
   33868 have the freedom to distribute copies of free software (and charge for
   33869 this service if you wish), that you receive source code or can get it
   33870 if you want it, that you can change the software or use pieces of it
   33871 in new free programs; and that you know you can do these things.
   33872 
   33873   To protect your rights, we need to make restrictions that forbid
   33874 anyone to deny you these rights or to ask you to surrender the rights.
   33875 These restrictions translate to certain responsibilities for you if you
   33876 distribute copies of the software, or if you modify it.
   33877 
   33878   For example, if you distribute copies of such a program, whether
   33879 gratis or for a fee, you must give the recipients all the rights that
   33880 you have.  You must make sure that they, too, receive or can get the
   33881 source code.  And you must show them these terms so they know their
   33882 rights.
   33883 
   33884   We protect your rights with two steps: (1) copyright the software, and
   33885 (2) offer you this license which gives you legal permission to copy,
   33886 distribute and/or modify the software.
   33887 
   33888   Also, for each author's protection and ours, we want to make certain
   33889 that everyone understands that there is no warranty for this free
   33890 software.  If the software is modified by someone else and passed on, we
   33891 want its recipients to know that what they have is not the original, so
   33892 that any problems introduced by others will not reflect on the original
   33893 authors' reputations.
   33894 
   33895   Finally, any free program is threatened constantly by software
   33896 patents.  We wish to avoid the danger that redistributors of a free
   33897 program will individually obtain patent licenses, in effect making the
   33898 program proprietary.  To prevent this, we have made it clear that any
   33899 patent must be licensed for everyone's free use or not licensed at all.
   33900 
   33901   The precise terms and conditions for copying, distribution and
   33902 modification follow.
   33903 
   33904 		    GNU GENERAL PUBLIC LICENSE
   33905    TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
   33906 
   33907   0. This License applies to any program or other work which contains
   33908 a notice placed by the copyright holder saying it may be distributed
   33909 under the terms of this General Public License.  The "Program", below,
   33910 refers to any such program or work, and a "work based on the Program"
   33911 means either the Program or any derivative work under copyright law:
   33912 that is to say, a work containing the Program or a portion of it,
   33913 either verbatim or with modifications and/or translated into another
   33914 language.  (Hereinafter, translation is included without limitation in
   33915 the term "modification".)  Each licensee is addressed as "you".
   33916 
   33917 Activities other than copying, distribution and modification are not
   33918 covered by this License; they are outside its scope.  The act of
   33919 running the Program is not restricted, and the output from the Program
   33920 is covered only if its contents constitute a work based on the
   33921 Program (independent of having been made by running the Program).
   33922 Whether that is true depends on what the Program does.
   33923 
   33924   1. You may copy and distribute verbatim copies of the Program's
   33925 source code as you receive it, in any medium, provided that you
   33926 conspicuously and appropriately publish on each copy an appropriate
   33927 copyright notice and disclaimer of warranty; keep intact all the
   33928 notices that refer to this License and to the absence of any warranty;
   33929 and give any other recipients of the Program a copy of this License
   33930 along with the Program.
   33931 
   33932 You may charge a fee for the physical act of transferring a copy, and
   33933 you may at your option offer warranty protection in exchange for a fee.
   33934 
   33935   2. You may modify your copy or copies of the Program or any portion
   33936 of it, thus forming a work based on the Program, and copy and
   33937 distribute such modifications or work under the terms of Section 1
   33938 above, provided that you also meet all of these conditions:
   33939 
   33940     a) You must cause the modified files to carry prominent notices
   33941     stating that you changed the files and the date of any change.
   33942 
   33943     b) You must cause any work that you distribute or publish, that in
   33944     whole or in part contains or is derived from the Program or any
   33945     part thereof, to be licensed as a whole at no charge to all third
   33946     parties under the terms of this License.
   33947 
   33948     c) If the modified program normally reads commands interactively
   33949     when run, you must cause it, when started running for such
   33950     interactive use in the most ordinary way, to print or display an
   33951     announcement including an appropriate copyright notice and a
   33952     notice that there is no warranty (or else, saying that you provide
   33953     a warranty) and that users may redistribute the program under
   33954     these conditions, and telling the user how to view a copy of this
   33955     License.  (Exception: if the Program itself is interactive but
   33956     does not normally print such an announcement, your work based on
   33957     the Program is not required to print an announcement.)
   33958 
   33959 These requirements apply to the modified work as a whole.  If
   33960 identifiable sections of that work are not derived from the Program,
   33961 and can be reasonably considered independent and separate works in
   33962 themselves, then this License, and its terms, do not apply to those
   33963 sections when you distribute them as separate works.  But when you
   33964 distribute the same sections as part of a whole which is a work based
   33965 on the Program, the distribution of the whole must be on the terms of
   33966 this License, whose permissions for other licensees extend to the
   33967 entire whole, and thus to each and every part regardless of who wrote it.
   33968 
   33969 Thus, it is not the intent of this section to claim rights or contest
   33970 your rights to work written entirely by you; rather, the intent is to
   33971 exercise the right to control the distribution of derivative or
   33972 collective works based on the Program.
   33973 
   33974 In addition, mere aggregation of another work not based on the Program
   33975 with the Program (or with a work based on the Program) on a volume of
   33976 a storage or distribution medium does not bring the other work under
   33977 the scope of this License.
   33978 
   33979   3. You may copy and distribute the Program (or a work based on it,
   33980 under Section 2) in object code or executable form under the terms of
   33981 Sections 1 and 2 above provided that you also do one of the following:
   33982 
   33983     a) Accompany it with the complete corresponding machine-readable
   33984     source code, which must be distributed under the terms of Sections
   33985     1 and 2 above on a medium customarily used for software interchange; or,
   33986 
   33987     b) Accompany it with a written offer, valid for at least three
   33988     years, to give any third party, for a charge no more than your
   33989     cost of physically performing source distribution, a complete
   33990     machine-readable copy of the corresponding source code, to be
   33991     distributed under the terms of Sections 1 and 2 above on a medium
   33992     customarily used for software interchange; or,
   33993 
   33994     c) Accompany it with the information you received as to the offer
   33995     to distribute corresponding source code.  (This alternative is
   33996     allowed only for noncommercial distribution and only if you
   33997     received the program in object code or executable form with such
   33998     an offer, in accord with Subsection b above.)
   33999 
   34000 The source code for a work means the preferred form of the work for
   34001 making modifications to it.  For an executable work, complete source
   34002 code means all the source code for all modules it contains, plus any
   34003 associated interface definition files, plus the scripts used to
   34004 control compilation and installation of the executable.  However, as a
   34005 special exception, the source code distributed need not include
   34006 anything that is normally distributed (in either source or binary
   34007 form) with the major components (compiler, kernel, and so on) of the
   34008 operating system on which the executable runs, unless that component
   34009 itself accompanies the executable.
   34010 
   34011 If distribution of executable or object code is made by offering
   34012 access to copy from a designated place, then offering equivalent
   34013 access to copy the source code from the same place counts as
   34014 distribution of the source code, even though third parties are not
   34015 compelled to copy the source along with the object code.
   34016 
   34017   4. You may not copy, modify, sublicense, or distribute the Program
   34018 except as expressly provided under this License.  Any attempt
   34019 otherwise to copy, modify, sublicense or distribute the Program is
   34020 void, and will automatically terminate your rights under this License.
   34021 However, parties who have received copies, or rights, from you under
   34022 this License will not have their licenses terminated so long as such
   34023 parties remain in full compliance.
   34024 
   34025   5. You are not required to accept this License, since you have not
   34026 signed it.  However, nothing else grants you permission to modify or
   34027 distribute the Program or its derivative works.  These actions are
   34028 prohibited by law if you do not accept this License.  Therefore, by
   34029 modifying or distributing the Program (or any work based on the
   34030 Program), you indicate your acceptance of this License to do so, and
   34031 all its terms and conditions for copying, distributing or modifying
   34032 the Program or works based on it.
   34033 
   34034   6. Each time you redistribute the Program (or any work based on the
   34035 Program), the recipient automatically receives a license from the
   34036 original licensor to copy, distribute or modify the Program subject to
   34037 these terms and conditions.  You may not impose any further
   34038 restrictions on the recipients' exercise of the rights granted herein.
   34039 You are not responsible for enforcing compliance by third parties to
   34040 this License.
   34041 
   34042   7. If, as a consequence of a court judgment or allegation of patent
   34043 infringement or for any other reason (not limited to patent issues),
   34044 conditions are imposed on you (whether by court order, agreement or
   34045 otherwise) that contradict the conditions of this License, they do not
   34046 excuse you from the conditions of this License.  If you cannot
   34047 distribute so as to satisfy simultaneously your obligations under this
   34048 License and any other pertinent obligations, then as a consequence you
   34049 may not distribute the Program at all.  For example, if a patent
   34050 license would not permit royalty-free redistribution of the Program by
   34051 all those who receive copies directly or indirectly through you, then
   34052 the only way you could satisfy both it and this License would be to
   34053 refrain entirely from distribution of the Program.
   34054 
   34055 If any portion of this section is held invalid or unenforceable under
   34056 any particular circumstance, the balance of the section is intended to
   34057 apply and the section as a whole is intended to apply in other
   34058 circumstances.
   34059 
   34060 It is not the purpose of this section to induce you to infringe any
   34061 patents or other property right claims or to contest validity of any
   34062 such claims; this section has the sole purpose of protecting the
   34063 integrity of the free software distribution system, which is
   34064 implemented by public license practices.  Many people have made
   34065 generous contributions to the wide range of software distributed
   34066 through that system in reliance on consistent application of that
   34067 system; it is up to the author/donor to decide if he or she is willing
   34068 to distribute software through any other system and a licensee cannot
   34069 impose that choice.
   34070 
   34071 This section is intended to make thoroughly clear what is believed to
   34072 be a consequence of the rest of this License.
   34073 
   34074   8. If the distribution and/or use of the Program is restricted in
   34075 certain countries either by patents or by copyrighted interfaces, the
   34076 original copyright holder who places the Program under this License
   34077 may add an explicit geographical distribution limitation excluding
   34078 those countries, so that distribution is permitted only in or among
   34079 countries not thus excluded.  In such case, this License incorporates
   34080 the limitation as if written in the body of this License.
   34081 
   34082   9. The Free Software Foundation may publish revised and/or new versions
   34083 of the General Public License from time to time.  Such new versions will
   34084 be similar in spirit to the present version, but may differ in detail to
   34085 address new problems or concerns.
   34086 
   34087 Each version is given a distinguishing version number.  If the Program
   34088 specifies a version number of this License which applies to it and "any
   34089 later version", you have the option of following the terms and conditions
   34090 either of that version or of any later version published by the Free
   34091 Software Foundation.  If the Program does not specify a version number of
   34092 this License, you may choose any version ever published by the Free Software
   34093 Foundation.
   34094 
   34095   10. If you wish to incorporate parts of the Program into other free
   34096 programs whose distribution conditions are different, write to the author
   34097 to ask for permission.  For software which is copyrighted by the Free
   34098 Software Foundation, write to the Free Software Foundation; we sometimes
   34099 make exceptions for this.  Our decision will be guided by the two goals
   34100 of preserving the free status of all derivatives of our free software and
   34101 of promoting the sharing and reuse of software generally.
   34102 
   34103 			    NO WARRANTY
   34104 
   34105   11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
   34106 FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.  EXCEPT WHEN
   34107 OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
   34108 PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
   34109 OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
   34110 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  THE ENTIRE RISK AS
   34111 TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU.  SHOULD THE
   34112 PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
   34113 REPAIR OR CORRECTION.
   34114 
   34115   12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
   34116 WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
   34117 REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
   34118 INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
   34119 OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
   34120 TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
   34121 YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
   34122 PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
   34123 POSSIBILITY OF SUCH DAMAGES.
   34124 
   34125 		     END OF TERMS AND CONDITIONS
   34126 
   34127 	    How to Apply These Terms to Your New Programs
   34128 
   34129   If you develop a new program, and you want it to be of the greatest
   34130 possible use to the public, the best way to achieve this is to make it
   34131 free software which everyone can redistribute and change under these terms.
   34132 
   34133   To do so, attach the following notices to the program.  It is safest
   34134 to attach them to the start of each source file to most effectively
   34135 convey the exclusion of warranty; and each file should have at least
   34136 the "copyright" line and a pointer to where the full notice is found.
   34137 
   34138     &lt;one line to give the program's name and a brief idea of what it does.&gt;
   34139     Copyright (C) &lt;year&gt;  &lt;name of author&gt;
   34140 
   34141     This program is free software; you can redistribute it and/or modify
   34142     it under the terms of the GNU General Public License as published by
   34143     the Free Software Foundation; either version 2 of the License, or
   34144     (at your option) any later version.
   34145 
   34146     This program is distributed in the hope that it will be useful,
   34147     but WITHOUT ANY WARRANTY; without even the implied warranty of
   34148     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   34149     GNU General Public License for more details.
   34150 
   34151     You should have received a copy of the GNU General Public License
   34152     along with this program; if not, write to the Free Software
   34153     Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
   34154 
   34155 
   34156 Also add information on how to contact you by electronic and paper mail.
   34157 
   34158 If the program is interactive, make it output a short notice like this
   34159 when it starts in an interactive mode:
   34160 
   34161     Gnomovision version 69, Copyright (C) year name of author
   34162     Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
   34163     This is free software, and you are welcome to redistribute it
   34164     under certain conditions; type `show c' for details.
   34165 
   34166 The hypothetical commands `show w' and `show c' should show the appropriate
   34167 parts of the General Public License.  Of course, the commands you use may
   34168 be called something other than `show w' and `show c'; they could even be
   34169 mouse-clicks or menu items--whatever suits your program.
   34170 
   34171 You should also get your employer (if you work as a programmer) or your
   34172 school, if any, to sign a "copyright disclaimer" for the program, if
   34173 necessary.  Here is a sample; alter the names:
   34174 
   34175   Yoyodyne, Inc., hereby disclaims all copyright interest in the program
   34176   `Gnomovision' (which makes passes at compilers) written by James Hacker.
   34177 
   34178   &lt;signature of Ty Coon&gt;, 1 April 1989
   34179   Ty Coon, President of Vice
   34180 
   34181 This General Public License does not permit incorporating your program into
   34182 proprietary programs.  If your program is a subroutine library, you may
   34183 consider it more useful to permit linking proprietary applications with the
   34184 library.  If this is what you want to do, use the GNU Library General
   34185 Public License instead of this License.
   34186 
   34187 </pre>
   34188 <div class="license-packages">
   34189 Used by these packages: chromeos-base/autotest-tests-security-0.0.1-r105 sys-apps/dtc-1.4.0 sys-kernel/linux-headers-3.12 sys-apps/findutils-4.4.2-r1 sys-process/time-1.7-r1 chromeos-base/autotest-tests-cryptohome-0.0.1-r105 chromeos-base/autotest-deps-ltp-0.0.1-r10 media-plugins/alsa-plugins-1.0.25-r1 app-benchmarks/lmbench-3.0_alpha9-r1 sys-apps/iotools-1.5 chromeos-base/autotest-tests-power-0.0.1-r105 media-libs/freetype-2.5.0.1-r3 chromeos-base/gmerge-0.0.1-r817 sys-apps/mmc-utils-0.0.1-r5 sys-fs/ecryptfs-utils-101 app-text/htmltidy-20090325 app-laptop/laptop-mode-tools-1.59-r21 chromeos-base/autotest-deps-touchpad-0.0.1-r1114 sys-process/ktop-0.0.1-r25 sys-apps/mawk-1.3.4_p20100625 sys-libs/libnih-1.0.3 dev-util/gtk-doc-am-1.18 sys-auth/pambase-20101024-r2 net-dialup/minicom-2.7 sys-apps/hdparm-9.39 sys-fs/fuse-2.8.6-r3 chromeos-base/autotest-tests-graphics-0.0.1-r105 sys-devel/autoconf-2.13 sys-devel/gdb-7.7.1-r1 chromeos-base/autotest-all-0.0.1-r26 chromeos-base/autotest-private-0.2.1-r243 x11-apps/xsendevt-0.6-r1 dev-libs/libgpg-error-1.10-r1 app-misc/screen-4.0.3-r6 chromeos-base/autotest-tests-audio-0.0.1-r105 sys-power/powertop-2.5 chromeos-base/autotest-deps-webgl-mpd-0.0.1-r665 chromeos-base/autotest-deps-graphics-0.0.1-r494 app-admin/sysstat-10.2.0 net-dialup/ppp-2.4.5-r4 app-misc/mime-types-9 net-misc/openssh-6.4_p1-r1 net-libs/libnfnetlink-1.0.1 chromeos-base/autotest-private-tests-quickoffice-0.0.1-r71 chromeos-base/autotest-deps-glbench-0.0.1-r5001 sys-process/procps-3.3.4 sys-devel/automake-wrapper-9 chromeos-base/telemetry-0.0.1-r4 sys-fs/ntfs3g-2012.1.15-r4 media-libs/sbc-1.0 sys-auth/pam_pwdfile-0.99-r1 chromeos-base/autotest-server-tests-bluetooth-0.0.1-r96 sys-apps/iproute2-3.8.0 dev-libs/nss-3.16-r1 media-libs/freeimage-3.15.3-r2 dev-util/xxd-1.10-r3 net-libs/libnetfilter_queue-1.0.1 sys-apps/hwids-20130915.1 chromeos-base/autotest-tests-ownershipapi-0.0.1-r4817 net-misc/openvpn-2.3.2-r2 dev-python/python-xlib-0.14 sys-fs/e2fsprogs-1.42 sys-apps/daisydog-0.0.1-r16 sys-fs/udev-171-r6 x11-apps/mtplot-0.0.1-r35 chromeos-base/autotest-deps-cellular-0.0.1-r141 chromeos-base/autotest-server-tests-0.0.2-r224 app-benchmarks/i7z-0.27-r1 net-wireless/wireless-tools-29 sys-apps/usbutils-007 chromeos-base/chromeos-initramfs-0.0.1-r163 dev-util/intltool-0.50.2-r2 sys-apps/flashrom-0.9.4-r319 chromeos-base/autotest-chrome-0.0.1-r3917 net-dns/dnsmasq-2.50 app-text/sgml-common-0.6.3-r5 app-benchmarks/punybench-0.0.1-r56 net-misc/strongswan-5.0.2-r14 sys-devel/autoconf-wrapper-13 dev-libs/lzo-2.06 media-gfx/ply-image-0.0.1-r46 sys-apps/pciutils-3.1.10 dev-libs/pkcs11-helper-1.07 dev-util/turbostat-3.8.11-r530 x11-misc/x11vnc-0.9.13-r1 chromeos-base/root-certificates-0.0.1-r3 sys-kernel/Linux-2.6 app-admin/eselect-opengl-1.2.4-r1 sys-apps/portage-2.1.11.50-r6 chromeos-base/autotest-tests-0.0.3-r5424 app-portage/portage-utils-0.53 net-misc/socat-1.7.2.3 sys-apps/dmidecode-2.11-r2 app-arch/xz-utils-5.0.5-r1 sys-apps/baselayout-2.0.1-r232 dev-vcs/git-1.8.3.2-r1 app-crypt/nss-3.16-r1 app-admin/eselect-python-20100321 x11-misc/read-edid-1.4.2 chromeos-base/autotest-tests-cros-disks-0.0.1-r105 sys-apps/util-linux-2.24 net-wireless/bluez-5.19-r7 sys-fs/avfs-1.0.1-r2 sys-apps/i2c-tools-3.0.2 x11-misc/xtrace-1.3.0 sys-apps/ureadahead-0.100.0-r3 net-dialup/xl2tpd-1.3.0-r2 chromeos-base/autotest-deps-0.0.4-r5331 sys-apps/ethtool-3.12.1 x11-terms/rxvt-unicode-9.10 app-misc/pax-utils-0.8.1 dev-libs/dbus-glib-0.100.2 chromeos-base/autotest-private-tests-echoprivate-0.0.1-r40 chromeos-base/autotest-tests-cellular-0.0.1-r141 net-wireless/wpa_supplicant-0.7.2-r155 app-misc/evtest-1.29 sys-apps/chvt-0.0.1-r1 chromeos-base/autotest-0.0.2-r5319 sys-process/psmisc-22.20 chromeos-base/autotest-tests-tpm-0.0.1-r105 net-wireless/hostapd-2.1-r3 sys-devel/automake-1.11.6 dev-util/perf-3.14-r3 net-libs/libmbim-1.9.0-r21 sys-fs/sshfs-fuse-2.4 games-util/joystick-1.4.2 sys-libs/pam-1.1.5 sci-libs/fftw-3.2.2 sys-devel/patch-2.6.1 sys-apps/diffutils-3.2 chromeos-base/autotest-tests-p2p-0.0.1-r105 sys-apps/net-tools-1.60_p20120127084908 dev-libs/libatomic_ops-7.2d sys-apps/keyutils-1.1-r1 chromeos-base/touchbot-1.0-r90 chromeos-base/autotest-deps-piglit-0.0.1-r4755 media-sound/alsa-utils-1.0.27.1-r1 sys-devel/binutils-config-3-r3 sys-apps/shadow-4.1.2.2-r4 chromeos-base/autotest-tests-touchpad-0.0.1-r1114 chromeos-base/autotest-tests-debugd-0.0.1-r105 x11-misc/shared-mime-info-1.0-r1 chromeos-base/autotest-server-tests-shill-0.0.1-r96 chromeos-base/autotest-server-tests-telemetry-0.0.1-r96 sys-apps/busybox-1.21.0-r5 sys-apps/sandbox-2.6-r1 net-dialup/lrzsz-0.12.20-r2 sys-apps/lshw-02.17b-r1 sys-fs/lvm2-2.02.97-r3 media-gfx/perceptualdiff-1.1.1-r2 sys-apps/kbd-1.15.3 chromeos-base/autotest-tests-shill-0.0.1-r105 net-firewall/iptables-1.4.16.3 sys-apps/upstart-1.2-r7 app-accessibility/brltty-4.5-r10 net-misc/htpdate-1.0.4-r6 chromeos-base/autotest-tests-ltp-0.0.1-r3664 chromeos-base/autotest-deps-webgl-perf-0.0.1-r494 sys-apps/dbus-1.6.8-r5 dev-libs/nspr-4.10.4 chromeos-base/recover-duts-0.0.1-r171 sys-devel/libtool-2.4.2 sys-block/fio-2.1.10-r1 sys-boot/syslinux-3.83-r5 sys-apps/smartmontools-5.42 sys-boot/coreboot-2013.04 sys-libs/libcap-2.17 chromeos-base/autotest-deps-p2p-0.0.1-r105 chromeos-base/wireless_automation-0.0.1-r7 sys-libs/e2fsprogs-libs-1.42 sys-apps/memtester-4.2.2
   34190 </div>
   34191 </div>
   34192 </div>
   34193 
   34194 <div class="product">
   34195 <a name="GPL-2+" class="title">Gentoo Package Stock License GPL-2+</a>
   34196 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   34197 <div class="licence">
   34198 <pre>
   34199 GNU General Public License, version 2 or any later version.
   34200 See GPL-2 or GPL-3 for the full text of these licenses.
   34201 
   34202 </pre>
   34203 <div class="license-packages">
   34204 Used by these packages: media-libs/freetype-2.5.0.1-r3 app-arch/xz-utils-5.0.5-r1 sys-boot/u-boot-2013.06 dev-libs/libatomic_ops-7.2d
   34205 </div>
   34206 </div>
   34207 </div>
   34208 
   34209 <div class="product">
   34210 <a name="GPL-3" class="title">Gentoo Package Stock License GPL-3</a>
   34211 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   34212 <div class="licence">
   34213 <pre>
   34214                     GNU GENERAL PUBLIC LICENSE
   34215                        Version 3, 29 June 2007
   34216 
   34217  Copyright (C) 2007 Free Software Foundation, Inc. &lt;http://fsf.org/>;
   34218  Everyone is permitted to copy and distribute verbatim copies
   34219  of this license document, but changing it is not allowed.
   34220 
   34221                             Preamble
   34222 
   34223   The GNU General Public License is a free, copyleft license for
   34224 software and other kinds of works.
   34225 
   34226   The licenses for most software and other practical works are designed
   34227 to take away your freedom to share and change the works.  By contrast,
   34228 the GNU General Public License is intended to guarantee your freedom to
   34229 share and change all versions of a program--to make sure it remains free
   34230 software for all its users.  We, the Free Software Foundation, use the
   34231 GNU General Public License for most of our software; it applies also to
   34232 any other work released this way by its authors.  You can apply it to
   34233 your programs, too.
   34234 
   34235   When we speak of free software, we are referring to freedom, not
   34236 price.  Our General Public Licenses are designed to make sure that you
   34237 have the freedom to distribute copies of free software (and charge for
   34238 them if you wish), that you receive source code or can get it if you
   34239 want it, that you can change the software or use pieces of it in new
   34240 free programs, and that you know you can do these things.
   34241 
   34242   To protect your rights, we need to prevent others from denying you
   34243 these rights or asking you to surrender the rights.  Therefore, you have
   34244 certain responsibilities if you distribute copies of the software, or if
   34245 you modify it: responsibilities to respect the freedom of others.
   34246 
   34247   For example, if you distribute copies of such a program, whether
   34248 gratis or for a fee, you must pass on to the recipients the same
   34249 freedoms that you received.  You must make sure that they, too, receive
   34250 or can get the source code.  And you must show them these terms so they
   34251 know their rights.
   34252 
   34253   Developers that use the GNU GPL protect your rights with two steps:
   34254 (1) assert copyright on the software, and (2) offer you this License
   34255 giving you legal permission to copy, distribute and/or modify it.
   34256 
   34257   For the developers' and authors' protection, the GPL clearly explains
   34258 that there is no warranty for this free software.  For both users' and
   34259 authors' sake, the GPL requires that modified versions be marked as
   34260 changed, so that their problems will not be attributed erroneously to
   34261 authors of previous versions.
   34262 
   34263   Some devices are designed to deny users access to install or run
   34264 modified versions of the software inside them, although the manufacturer
   34265 can do so.  This is fundamentally incompatible with the aim of
   34266 protecting users' freedom to change the software.  The systematic
   34267 pattern of such abuse occurs in the area of products for individuals to
   34268 use, which is precisely where it is most unacceptable.  Therefore, we
   34269 have designed this version of the GPL to prohibit the practice for those
   34270 products.  If such problems arise substantially in other domains, we
   34271 stand ready to extend this provision to those domains in future versions
   34272 of the GPL, as needed to protect the freedom of users.
   34273 
   34274   Finally, every program is threatened constantly by software patents.
   34275 States should not allow patents to restrict development and use of
   34276 software on general-purpose computers, but in those that do, we wish to
   34277 avoid the special danger that patents applied to a free program could
   34278 make it effectively proprietary.  To prevent this, the GPL assures that
   34279 patents cannot be used to render the program non-free.
   34280 
   34281   The precise terms and conditions for copying, distribution and
   34282 modification follow.
   34283 
   34284                        TERMS AND CONDITIONS
   34285 
   34286   0. Definitions.
   34287 
   34288   "This License" refers to version 3 of the GNU General Public License.
   34289 
   34290   "Copyright" also means copyright-like laws that apply to other kinds of
   34291 works, such as semiconductor masks.
   34292 
   34293   "The Program" refers to any copyrightable work licensed under this
   34294 License.  Each licensee is addressed as "you".  "Licensees" and
   34295 "recipients" may be individuals or organizations.
   34296 
   34297   To "modify" a work means to copy from or adapt all or part of the work
   34298 in a fashion requiring copyright permission, other than the making of an
   34299 exact copy.  The resulting work is called a "modified version" of the
   34300 earlier work or a work "based on" the earlier work.
   34301 
   34302   A "covered work" means either the unmodified Program or a work based
   34303 on the Program.
   34304 
   34305   To "propagate" a work means to do anything with it that, without
   34306 permission, would make you directly or secondarily liable for
   34307 infringement under applicable copyright law, except executing it on a
   34308 computer or modifying a private copy.  Propagation includes copying,
   34309 distribution (with or without modification), making available to the
   34310 public, and in some countries other activities as well.
   34311 
   34312   To "convey" a work means any kind of propagation that enables other
   34313 parties to make or receive copies.  Mere interaction with a user through
   34314 a computer network, with no transfer of a copy, is not conveying.
   34315 
   34316   An interactive user interface displays "Appropriate Legal Notices"
   34317 to the extent that it includes a convenient and prominently visible
   34318 feature that (1) displays an appropriate copyright notice, and (2)
   34319 tells the user that there is no warranty for the work (except to the
   34320 extent that warranties are provided), that licensees may convey the
   34321 work under this License, and how to view a copy of this License.  If
   34322 the interface presents a list of user commands or options, such as a
   34323 menu, a prominent item in the list meets this criterion.
   34324 
   34325   1. Source Code.
   34326 
   34327   The "source code" for a work means the preferred form of the work
   34328 for making modifications to it.  "Object code" means any non-source
   34329 form of a work.
   34330 
   34331   A "Standard Interface" means an interface that either is an official
   34332 standard defined by a recognized standards body, or, in the case of
   34333 interfaces specified for a particular programming language, one that
   34334 is widely used among developers working in that language.
   34335 
   34336   The "System Libraries" of an executable work include anything, other
   34337 than the work as a whole, that (a) is included in the normal form of
   34338 packaging a Major Component, but which is not part of that Major
   34339 Component, and (b) serves only to enable use of the work with that
   34340 Major Component, or to implement a Standard Interface for which an
   34341 implementation is available to the public in source code form.  A
   34342 "Major Component", in this context, means a major essential component
   34343 (kernel, window system, and so on) of the specific operating system
   34344 (if any) on which the executable work runs, or a compiler used to
   34345 produce the work, or an object code interpreter used to run it.
   34346 
   34347   The "Corresponding Source" for a work in object code form means all
   34348 the source code needed to generate, install, and (for an executable
   34349 work) run the object code and to modify the work, including scripts to
   34350 control those activities.  However, it does not include the work's
   34351 System Libraries, or general-purpose tools or generally available free
   34352 programs which are used unmodified in performing those activities but
   34353 which are not part of the work.  For example, Corresponding Source
   34354 includes interface definition files associated with source files for
   34355 the work, and the source code for shared libraries and dynamically
   34356 linked subprograms that the work is specifically designed to require,
   34357 such as by intimate data communication or control flow between those
   34358 subprograms and other parts of the work.
   34359 
   34360   The Corresponding Source need not include anything that users
   34361 can regenerate automatically from other parts of the Corresponding
   34362 Source.
   34363 
   34364   The Corresponding Source for a work in source code form is that
   34365 same work.
   34366 
   34367   2. Basic Permissions.
   34368 
   34369   All rights granted under this License are granted for the term of
   34370 copyright on the Program, and are irrevocable provided the stated
   34371 conditions are met.  This License explicitly affirms your unlimited
   34372 permission to run the unmodified Program.  The output from running a
   34373 covered work is covered by this License only if the output, given its
   34374 content, constitutes a covered work.  This License acknowledges your
   34375 rights of fair use or other equivalent, as provided by copyright law.
   34376 
   34377   You may make, run and propagate covered works that you do not
   34378 convey, without conditions so long as your license otherwise remains
   34379 in force.  You may convey covered works to others for the sole purpose
   34380 of having them make modifications exclusively for you, or provide you
   34381 with facilities for running those works, provided that you comply with
   34382 the terms of this License in conveying all material for which you do
   34383 not control copyright.  Those thus making or running the covered works
   34384 for you must do so exclusively on your behalf, under your direction
   34385 and control, on terms that prohibit them from making any copies of
   34386 your copyrighted material outside their relationship with you.
   34387 
   34388   Conveying under any other circumstances is permitted solely under
   34389 the conditions stated below.  Sublicensing is not allowed; section 10
   34390 makes it unnecessary.
   34391 
   34392   3. Protecting Users' Legal Rights From Anti-Circumvention Law.
   34393 
   34394   No covered work shall be deemed part of an effective technological
   34395 measure under any applicable law fulfilling obligations under article
   34396 11 of the WIPO copyright treaty adopted on 20 December 1996, or
   34397 similar laws prohibiting or restricting circumvention of such
   34398 measures.
   34399 
   34400   When you convey a covered work, you waive any legal power to forbid
   34401 circumvention of technological measures to the extent such circumvention
   34402 is effected by exercising rights under this License with respect to
   34403 the covered work, and you disclaim any intention to limit operation or
   34404 modification of the work as a means of enforcing, against the work's
   34405 users, your or third parties' legal rights to forbid circumvention of
   34406 technological measures.
   34407 
   34408   4. Conveying Verbatim Copies.
   34409 
   34410   You may convey verbatim copies of the Program's source code as you
   34411 receive it, in any medium, provided that you conspicuously and
   34412 appropriately publish on each copy an appropriate copyright notice;
   34413 keep intact all notices stating that this License and any
   34414 non-permissive terms added in accord with section 7 apply to the code;
   34415 keep intact all notices of the absence of any warranty; and give all
   34416 recipients a copy of this License along with the Program.
   34417 
   34418   You may charge any price or no price for each copy that you convey,
   34419 and you may offer support or warranty protection for a fee.
   34420 
   34421   5. Conveying Modified Source Versions.
   34422 
   34423   You may convey a work based on the Program, or the modifications to
   34424 produce it from the Program, in the form of source code under the
   34425 terms of section 4, provided that you also meet all of these conditions:
   34426 
   34427     a) The work must carry prominent notices stating that you modified
   34428     it, and giving a relevant date.
   34429 
   34430     b) The work must carry prominent notices stating that it is
   34431     released under this License and any conditions added under section
   34432     7.  This requirement modifies the requirement in section 4 to
   34433     "keep intact all notices".
   34434 
   34435     c) You must license the entire work, as a whole, under this
   34436     License to anyone who comes into possession of a copy.  This
   34437     License will therefore apply, along with any applicable section 7
   34438     additional terms, to the whole of the work, and all its parts,
   34439     regardless of how they are packaged.  This License gives no
   34440     permission to license the work in any other way, but it does not
   34441     invalidate such permission if you have separately received it.
   34442 
   34443     d) If the work has interactive user interfaces, each must display
   34444     Appropriate Legal Notices; however, if the Program has interactive
   34445     interfaces that do not display Appropriate Legal Notices, your
   34446     work need not make them do so.
   34447 
   34448   A compilation of a covered work with other separate and independent
   34449 works, which are not by their nature extensions of the covered work,
   34450 and which are not combined with it such as to form a larger program,
   34451 in or on a volume of a storage or distribution medium, is called an
   34452 "aggregate" if the compilation and its resulting copyright are not
   34453 used to limit the access or legal rights of the compilation's users
   34454 beyond what the individual works permit.  Inclusion of a covered work
   34455 in an aggregate does not cause this License to apply to the other
   34456 parts of the aggregate.
   34457 
   34458   6. Conveying Non-Source Forms.
   34459 
   34460   You may convey a covered work in object code form under the terms
   34461 of sections 4 and 5, provided that you also convey the
   34462 machine-readable Corresponding Source under the terms of this License,
   34463 in one of these ways:
   34464 
   34465     a) Convey the object code in, or embodied in, a physical product
   34466     (including a physical distribution medium), accompanied by the
   34467     Corresponding Source fixed on a durable physical medium
   34468     customarily used for software interchange.
   34469 
   34470     b) Convey the object code in, or embodied in, a physical product
   34471     (including a physical distribution medium), accompanied by a
   34472     written offer, valid for at least three years and valid for as
   34473     long as you offer spare parts or customer support for that product
   34474     model, to give anyone who possesses the object code either (1) a
   34475     copy of the Corresponding Source for all the software in the
   34476     product that is covered by this License, on a durable physical
   34477     medium customarily used for software interchange, for a price no
   34478     more than your reasonable cost of physically performing this
   34479     conveying of source, or (2) access to copy the
   34480     Corresponding Source from a network server at no charge.
   34481 
   34482     c) Convey individual copies of the object code with a copy of the
   34483     written offer to provide the Corresponding Source.  This
   34484     alternative is allowed only occasionally and noncommercially, and
   34485     only if you received the object code with such an offer, in accord
   34486     with subsection 6b.
   34487 
   34488     d) Convey the object code by offering access from a designated
   34489     place (gratis or for a charge), and offer equivalent access to the
   34490     Corresponding Source in the same way through the same place at no
   34491     further charge.  You need not require recipients to copy the
   34492     Corresponding Source along with the object code.  If the place to
   34493     copy the object code is a network server, the Corresponding Source
   34494     may be on a different server (operated by you or a third party)
   34495     that supports equivalent copying facilities, provided you maintain
   34496     clear directions next to the object code saying where to find the
   34497     Corresponding Source.  Regardless of what server hosts the
   34498     Corresponding Source, you remain obligated to ensure that it is
   34499     available for as long as needed to satisfy these requirements.
   34500 
   34501     e) Convey the object code using peer-to-peer transmission, provided
   34502     you inform other peers where the object code and Corresponding
   34503     Source of the work are being offered to the general public at no
   34504     charge under subsection 6d.
   34505 
   34506   A separable portion of the object code, whose source code is excluded
   34507 from the Corresponding Source as a System Library, need not be
   34508 included in conveying the object code work.
   34509 
   34510   A "User Product" is either (1) a "consumer product", which means any
   34511 tangible personal property which is normally used for personal, family,
   34512 or household purposes, or (2) anything designed or sold for incorporation
   34513 into a dwelling.  In determining whether a product is a consumer product,
   34514 doubtful cases shall be resolved in favor of coverage.  For a particular
   34515 product received by a particular user, "normally used" refers to a
   34516 typical or common use of that class of product, regardless of the status
   34517 of the particular user or of the way in which the particular user
   34518 actually uses, or expects or is expected to use, the product.  A product
   34519 is a consumer product regardless of whether the product has substantial
   34520 commercial, industrial or non-consumer uses, unless such uses represent
   34521 the only significant mode of use of the product.
   34522 
   34523   "Installation Information" for a User Product means any methods,
   34524 procedures, authorization keys, or other information required to install
   34525 and execute modified versions of a covered work in that User Product from
   34526 a modified version of its Corresponding Source.  The information must
   34527 suffice to ensure that the continued functioning of the modified object
   34528 code is in no case prevented or interfered with solely because
   34529 modification has been made.
   34530 
   34531   If you convey an object code work under this section in, or with, or
   34532 specifically for use in, a User Product, and the conveying occurs as
   34533 part of a transaction in which the right of possession and use of the
   34534 User Product is transferred to the recipient in perpetuity or for a
   34535 fixed term (regardless of how the transaction is characterized), the
   34536 Corresponding Source conveyed under this section must be accompanied
   34537 by the Installation Information.  But this requirement does not apply
   34538 if neither you nor any third party retains the ability to install
   34539 modified object code on the User Product (for example, the work has
   34540 been installed in ROM).
   34541 
   34542   The requirement to provide Installation Information does not include a
   34543 requirement to continue to provide support service, warranty, or updates
   34544 for a work that has been modified or installed by the recipient, or for
   34545 the User Product in which it has been modified or installed.  Access to a
   34546 network may be denied when the modification itself materially and
   34547 adversely affects the operation of the network or violates the rules and
   34548 protocols for communication across the network.
   34549 
   34550   Corresponding Source conveyed, and Installation Information provided,
   34551 in accord with this section must be in a format that is publicly
   34552 documented (and with an implementation available to the public in
   34553 source code form), and must require no special password or key for
   34554 unpacking, reading or copying.
   34555 
   34556   7. Additional Terms.
   34557 
   34558   "Additional permissions" are terms that supplement the terms of this
   34559 License by making exceptions from one or more of its conditions.
   34560 Additional permissions that are applicable to the entire Program shall
   34561 be treated as though they were included in this License, to the extent
   34562 that they are valid under applicable law.  If additional permissions
   34563 apply only to part of the Program, that part may be used separately
   34564 under those permissions, but the entire Program remains governed by
   34565 this License without regard to the additional permissions.
   34566 
   34567   When you convey a copy of a covered work, you may at your option
   34568 remove any additional permissions from that copy, or from any part of
   34569 it.  (Additional permissions may be written to require their own
   34570 removal in certain cases when you modify the work.)  You may place
   34571 additional permissions on material, added by you to a covered work,
   34572 for which you have or can give appropriate copyright permission.
   34573 
   34574   Notwithstanding any other provision of this License, for material you
   34575 add to a covered work, you may (if authorized by the copyright holders of
   34576 that material) supplement the terms of this License with terms:
   34577 
   34578     a) Disclaiming warranty or limiting liability differently from the
   34579     terms of sections 15 and 16 of this License; or
   34580 
   34581     b) Requiring preservation of specified reasonable legal notices or
   34582     author attributions in that material or in the Appropriate Legal
   34583     Notices displayed by works containing it; or
   34584 
   34585     c) Prohibiting misrepresentation of the origin of that material, or
   34586     requiring that modified versions of such material be marked in
   34587     reasonable ways as different from the original version; or
   34588 
   34589     d) Limiting the use for publicity purposes of names of licensors or
   34590     authors of the material; or
   34591 
   34592     e) Declining to grant rights under trademark law for use of some
   34593     trade names, trademarks, or service marks; or
   34594 
   34595     f) Requiring indemnification of licensors and authors of that
   34596     material by anyone who conveys the material (or modified versions of
   34597     it) with contractual assumptions of liability to the recipient, for
   34598     any liability that these contractual assumptions directly impose on
   34599     those licensors and authors.
   34600 
   34601   All other non-permissive additional terms are considered "further
   34602 restrictions" within the meaning of section 10.  If the Program as you
   34603 received it, or any part of it, contains a notice stating that it is
   34604 governed by this License along with a term that is a further
   34605 restriction, you may remove that term.  If a license document contains
   34606 a further restriction but permits relicensing or conveying under this
   34607 License, you may add to a covered work material governed by the terms
   34608 of that license document, provided that the further restriction does
   34609 not survive such relicensing or conveying.
   34610 
   34611   If you add terms to a covered work in accord with this section, you
   34612 must place, in the relevant source files, a statement of the
   34613 additional terms that apply to those files, or a notice indicating
   34614 where to find the applicable terms.
   34615 
   34616   Additional terms, permissive or non-permissive, may be stated in the
   34617 form of a separately written license, or stated as exceptions;
   34618 the above requirements apply either way.
   34619 
   34620   8. Termination.
   34621 
   34622   You may not propagate or modify a covered work except as expressly
   34623 provided under this License.  Any attempt otherwise to propagate or
   34624 modify it is void, and will automatically terminate your rights under
   34625 this License (including any patent licenses granted under the third
   34626 paragraph of section 11).
   34627 
   34628   However, if you cease all violation of this License, then your
   34629 license from a particular copyright holder is reinstated (a)
   34630 provisionally, unless and until the copyright holder explicitly and
   34631 finally terminates your license, and (b) permanently, if the copyright
   34632 holder fails to notify you of the violation by some reasonable means
   34633 prior to 60 days after the cessation.
   34634 
   34635   Moreover, your license from a particular copyright holder is
   34636 reinstated permanently if the copyright holder notifies you of the
   34637 violation by some reasonable means, this is the first time you have
   34638 received notice of violation of this License (for any work) from that
   34639 copyright holder, and you cure the violation prior to 30 days after
   34640 your receipt of the notice.
   34641 
   34642   Termination of your rights under this section does not terminate the
   34643 licenses of parties who have received copies or rights from you under
   34644 this License.  If your rights have been terminated and not permanently
   34645 reinstated, you do not qualify to receive new licenses for the same
   34646 material under section 10.
   34647 
   34648   9. Acceptance Not Required for Having Copies.
   34649 
   34650   You are not required to accept this License in order to receive or
   34651 run a copy of the Program.  Ancillary propagation of a covered work
   34652 occurring solely as a consequence of using peer-to-peer transmission
   34653 to receive a copy likewise does not require acceptance.  However,
   34654 nothing other than this License grants you permission to propagate or
   34655 modify any covered work.  These actions infringe copyright if you do
   34656 not accept this License.  Therefore, by modifying or propagating a
   34657 covered work, you indicate your acceptance of this License to do so.
   34658 
   34659   10. Automatic Licensing of Downstream Recipients.
   34660 
   34661   Each time you convey a covered work, the recipient automatically
   34662 receives a license from the original licensors, to run, modify and
   34663 propagate that work, subject to this License.  You are not responsible
   34664 for enforcing compliance by third parties with this License.
   34665 
   34666   An "entity transaction" is a transaction transferring control of an
   34667 organization, or substantially all assets of one, or subdividing an
   34668 organization, or merging organizations.  If propagation of a covered
   34669 work results from an entity transaction, each party to that
   34670 transaction who receives a copy of the work also receives whatever
   34671 licenses to the work the party's predecessor in interest had or could
   34672 give under the previous paragraph, plus a right to possession of the
   34673 Corresponding Source of the work from the predecessor in interest, if
   34674 the predecessor has it or can get it with reasonable efforts.
   34675 
   34676   You may not impose any further restrictions on the exercise of the
   34677 rights granted or affirmed under this License.  For example, you may
   34678 not impose a license fee, royalty, or other charge for exercise of
   34679 rights granted under this License, and you may not initiate litigation
   34680 (including a cross-claim or counterclaim in a lawsuit) alleging that
   34681 any patent claim is infringed by making, using, selling, offering for
   34682 sale, or importing the Program or any portion of it.
   34683 
   34684   11. Patents.
   34685 
   34686   A "contributor" is a copyright holder who authorizes use under this
   34687 License of the Program or a work on which the Program is based.  The
   34688 work thus licensed is called the contributor's "contributor version".
   34689 
   34690   A contributor's "essential patent claims" are all patent claims
   34691 owned or controlled by the contributor, whether already acquired or
   34692 hereafter acquired, that would be infringed by some manner, permitted
   34693 by this License, of making, using, or selling its contributor version,
   34694 but do not include claims that would be infringed only as a
   34695 consequence of further modification of the contributor version.  For
   34696 purposes of this definition, "control" includes the right to grant
   34697 patent sublicenses in a manner consistent with the requirements of
   34698 this License.
   34699 
   34700   Each contributor grants you a non-exclusive, worldwide, royalty-free
   34701 patent license under the contributor's essential patent claims, to
   34702 make, use, sell, offer for sale, import and otherwise run, modify and
   34703 propagate the contents of its contributor version.
   34704 
   34705   In the following three paragraphs, a "patent license" is any express
   34706 agreement or commitment, however denominated, not to enforce a patent
   34707 (such as an express permission to practice a patent or covenant not to
   34708 sue for patent infringement).  To "grant" such a patent license to a
   34709 party means to make such an agreement or commitment not to enforce a
   34710 patent against the party.
   34711 
   34712   If you convey a covered work, knowingly relying on a patent license,
   34713 and the Corresponding Source of the work is not available for anyone
   34714 to copy, free of charge and under the terms of this License, through a
   34715 publicly available network server or other readily accessible means,
   34716 then you must either (1) cause the Corresponding Source to be so
   34717 available, or (2) arrange to deprive yourself of the benefit of the
   34718 patent license for this particular work, or (3) arrange, in a manner
   34719 consistent with the requirements of this License, to extend the patent
   34720 license to downstream recipients.  "Knowingly relying" means you have
   34721 actual knowledge that, but for the patent license, your conveying the
   34722 covered work in a country, or your recipient's use of the covered work
   34723 in a country, would infringe one or more identifiable patents in that
   34724 country that you have reason to believe are valid.
   34725 
   34726   If, pursuant to or in connection with a single transaction or
   34727 arrangement, you convey, or propagate by procuring conveyance of, a
   34728 covered work, and grant a patent license to some of the parties
   34729 receiving the covered work authorizing them to use, propagate, modify
   34730 or convey a specific copy of the covered work, then the patent license
   34731 you grant is automatically extended to all recipients of the covered
   34732 work and works based on it.
   34733 
   34734   A patent license is "discriminatory" if it does not include within
   34735 the scope of its coverage, prohibits the exercise of, or is
   34736 conditioned on the non-exercise of one or more of the rights that are
   34737 specifically granted under this License.  You may not convey a covered
   34738 work if you are a party to an arrangement with a third party that is
   34739 in the business of distributing software, under which you make payment
   34740 to the third party based on the extent of your activity of conveying
   34741 the work, and under which the third party grants, to any of the
   34742 parties who would receive the covered work from you, a discriminatory
   34743 patent license (a) in connection with copies of the covered work
   34744 conveyed by you (or copies made from those copies), or (b) primarily
   34745 for and in connection with specific products or compilations that
   34746 contain the covered work, unless you entered into that arrangement,
   34747 or that patent license was granted, prior to 28 March 2007.
   34748 
   34749   Nothing in this License shall be construed as excluding or limiting
   34750 any implied license or other defenses to infringement that may
   34751 otherwise be available to you under applicable patent law.
   34752 
   34753   12. No Surrender of Others' Freedom.
   34754 
   34755   If conditions are imposed on you (whether by court order, agreement or
   34756 otherwise) that contradict the conditions of this License, they do not
   34757 excuse you from the conditions of this License.  If you cannot convey a
   34758 covered work so as to satisfy simultaneously your obligations under this
   34759 License and any other pertinent obligations, then as a consequence you may
   34760 not convey it at all.  For example, if you agree to terms that obligate you
   34761 to collect a royalty for further conveying from those to whom you convey
   34762 the Program, the only way you could satisfy both those terms and this
   34763 License would be to refrain entirely from conveying the Program.
   34764 
   34765   13. Use with the GNU Affero General Public License.
   34766 
   34767   Notwithstanding any other provision of this License, you have
   34768 permission to link or combine any covered work with a work licensed
   34769 under version 3 of the GNU Affero General Public License into a single
   34770 combined work, and to convey the resulting work.  The terms of this
   34771 License will continue to apply to the part which is the covered work,
   34772 but the special requirements of the GNU Affero General Public License,
   34773 section 13, concerning interaction through a network will apply to the
   34774 combination as such.
   34775 
   34776   14. Revised Versions of this License.
   34777 
   34778   The Free Software Foundation may publish revised and/or new versions of
   34779 the GNU General Public License from time to time.  Such new versions will
   34780 be similar in spirit to the present version, but may differ in detail to
   34781 address new problems or concerns.
   34782 
   34783   Each version is given a distinguishing version number.  If the
   34784 Program specifies that a certain numbered version of the GNU General
   34785 Public License "or any later version" applies to it, you have the
   34786 option of following the terms and conditions either of that numbered
   34787 version or of any later version published by the Free Software
   34788 Foundation.  If the Program does not specify a version number of the
   34789 GNU General Public License, you may choose any version ever published
   34790 by the Free Software Foundation.
   34791 
   34792   If the Program specifies that a proxy can decide which future
   34793 versions of the GNU General Public License can be used, that proxy's
   34794 public statement of acceptance of a version permanently authorizes you
   34795 to choose that version for the Program.
   34796 
   34797   Later license versions may give you additional or different
   34798 permissions.  However, no additional obligations are imposed on any
   34799 author or copyright holder as a result of your choosing to follow a
   34800 later version.
   34801 
   34802   15. Disclaimer of Warranty.
   34803 
   34804   THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
   34805 APPLICABLE LAW.  EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
   34806 HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
   34807 OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
   34808 THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
   34809 PURPOSE.  THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
   34810 IS WITH YOU.  SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
   34811 ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
   34812 
   34813   16. Limitation of Liability.
   34814 
   34815   IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
   34816 WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
   34817 THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
   34818 GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
   34819 USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
   34820 DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
   34821 PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
   34822 EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
   34823 SUCH DAMAGES.
   34824 
   34825   17. Interpretation of Sections 15 and 16.
   34826 
   34827   If the disclaimer of warranty and limitation of liability provided
   34828 above cannot be given local legal effect according to their terms,
   34829 reviewing courts shall apply local law that most closely approximates
   34830 an absolute waiver of all civil liability in connection with the
   34831 Program, unless a warranty or assumption of liability accompanies a
   34832 copy of the Program in return for a fee.
   34833 
   34834                      END OF TERMS AND CONDITIONS
   34835 
   34836             How to Apply These Terms to Your New Programs
   34837 
   34838   If you develop a new program, and you want it to be of the greatest
   34839 possible use to the public, the best way to achieve this is to make it
   34840 free software which everyone can redistribute and change under these terms.
   34841 
   34842   To do so, attach the following notices to the program.  It is safest
   34843 to attach them to the start of each source file to most effectively
   34844 state the exclusion of warranty; and each file should have at least
   34845 the "copyright" line and a pointer to where the full notice is found.
   34846 
   34847     &lt;one line to give the program's name and a brief idea of what it does.&gt;
   34848     Copyright (C) &lt;year&gt;  &lt;name of author&gt;
   34849 
   34850     This program is free software: you can redistribute it and/or modify
   34851     it under the terms of the GNU General Public License as published by
   34852     the Free Software Foundation, either version 3 of the License, or
   34853     (at your option) any later version.
   34854 
   34855     This program is distributed in the hope that it will be useful,
   34856     but WITHOUT ANY WARRANTY; without even the implied warranty of
   34857     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   34858     GNU General Public License for more details.
   34859 
   34860     You should have received a copy of the GNU General Public License
   34861     along with this program.  If not, see &lt;http://www.gnu.org/licenses/>;.
   34862 
   34863 Also add information on how to contact you by electronic and paper mail.
   34864 
   34865   If the program does terminal interaction, make it output a short
   34866 notice like this when it starts in an interactive mode:
   34867 
   34868     &lt;program&gt;  Copyright (C) &lt;year&gt;  &lt;name of author&gt;
   34869     This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
   34870     This is free software, and you are welcome to redistribute it
   34871     under certain conditions; type `show c' for details.
   34872 
   34873 The hypothetical commands `show w' and `show c' should show the appropriate
   34874 parts of the General Public License.  Of course, your program's commands
   34875 might be different; for a GUI interface, you would use an "about box".
   34876 
   34877   You should also get your employer (if you work as a programmer) or school,
   34878 if any, to sign a "copyright disclaimer" for the program, if necessary.
   34879 For more information on this, and how to apply and follow the GNU GPL, see
   34880 &lt;http://www.gnu.org/licenses/>;.
   34881 
   34882   The GNU General Public License does not permit incorporating your program
   34883 into proprietary programs.  If your program is a subroutine library, you
   34884 may consider it more useful to permit linking proprietary applications with
   34885 the library.  If this is what you want to do, use the GNU Lesser General
   34886 Public License instead of this License.  But first, please read
   34887 &lt;http://www.gnu.org/philosophy/why-not-lgpl.html>;.
   34888 
   34889 </pre>
   34890 <div class="license-packages">
   34891 Used by these packages: net-misc/wget-1.14 app-misc/utouch-evemu-1.0.5-r10 app-arch/gzip-1.5 app-arch/cpio-2.11-r1 sys-fs/fuse-exfat-1.0.2_pre401 app-arch/tar-1.26-r1 sys-devel/binutils-2.22-r27 sys-devel/make-3.82-r4 sys-devel/m4-1.4.16 app-benchmarks/glmark2-285-r2 net-misc/rsync-3.0.9-r3 sys-block/parted-3.1-r1 sys-apps/less-457 app-admin/rsyslog-5.8.11-r1 sys-libs/readline-6.2_p1 sys-libs/gcc-libs-4.8.2-r11 sys-fs/mtools-4.0.15 sys-fs/dosfstools-3.0.26 sys-apps/util-linux-2.24 sys-devel/autoconf-2.69 sys-apps/grep-2.14 sys-apps/sed-4.2.1-r1 sys-fs/exfat-utils-1.0.2_pre401 app-shells/bash-4.2_p45-r1 dev-lang/swig-2.0.4-r1 sys-libs/gdbm-1.9.1-r2 sys-apps/coreutils-8.22-r1 app-arch/sharutils-4.7 chromeos-base/autotest-deps-glmark2-0.0.1-r513 sys-apps/which-2.20
   34892 </div>
   34893 </div>
   34894 </div>
   34895 
   34896 <div class="product">
   34897 <a name="ISC" class="title">Gentoo Package Stock License ISC</a>
   34898 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   34899 <div class="licence">
   34900 <pre>
   34901 Copyright (c) 4-digit year, Company or Person's Name
   34902 
   34903 Permission to use, copy, modify, and/or distribute this software for any
   34904 purpose with or without fee is hereby granted, provided that the above
   34905 copyright notice and this permission notice appear in all copies.
   34906 
   34907 THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
   34908 WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
   34909 MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
   34910 ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
   34911 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
   34912 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
   34913 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
   34914 
   34915 </pre>
   34916 <div class="license-packages">
   34917 Used by these packages: app-admin/sudo-1.8.6_p7 media-libs/harfbuzz-0.9.27-r2 dev-libs/confuse-2.7 net-wireless/iw-3.10 app-misc/tmux-1.9a net-wireless/wireless-regdb-20131127-r3
   34918 </div>
   34919 </div>
   34920 </div>
   34921 
   34922 <div class="product">
   34923 <a name="LGPL-2" class="title">Gentoo Package Stock License LGPL-2</a>
   34924 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   34925 <div class="licence">
   34926 <pre>
   34927 		  GNU LIBRARY GENERAL PUBLIC LICENSE
   34928 		       Version 2, June 1991
   34929 
   34930  Copyright (C) 1991 Free Software Foundation, Inc.
   34931  59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
   34932  Everyone is permitted to copy and distribute verbatim copies
   34933  of this license document, but changing it is not allowed.
   34934 
   34935 [This is the first released version of the library GPL.  It is
   34936  numbered 2 because it goes with version 2 of the ordinary GPL.]
   34937 
   34938 			    Preamble
   34939 
   34940   The licenses for most software are designed to take away your
   34941 freedom to share and change it.  By contrast, the GNU General Public
   34942 Licenses are intended to guarantee your freedom to share and change
   34943 free software--to make sure the software is free for all its users.
   34944 
   34945   This license, the Library General Public License, applies to some
   34946 specially designated Free Software Foundation software, and to any
   34947 other libraries whose authors decide to use it.  You can use it for
   34948 your libraries, too.
   34949 
   34950   When we speak of free software, we are referring to freedom, not
   34951 price.  Our General Public Licenses are designed to make sure that you
   34952 have the freedom to distribute copies of free software (and charge for
   34953 this service if you wish), that you receive source code or can get it
   34954 if you want it, that you can change the software or use pieces of it
   34955 in new free programs; and that you know you can do these things.
   34956 
   34957   To protect your rights, we need to make restrictions that forbid
   34958 anyone to deny you these rights or to ask you to surrender the rights.
   34959 These restrictions translate to certain responsibilities for you if
   34960 you distribute copies of the library, or if you modify it.
   34961 
   34962   For example, if you distribute copies of the library, whether gratis
   34963 or for a fee, you must give the recipients all the rights that we gave
   34964 you.  You must make sure that they, too, receive or can get the source
   34965 code.  If you link a program with the library, you must provide
   34966 complete object files to the recipients so that they can relink them
   34967 with the library, after making changes to the library and recompiling
   34968 it.  And you must show them these terms so they know their rights.
   34969 
   34970   Our method of protecting your rights has two steps: (1) copyright
   34971 the library, and (2) offer you this license which gives you legal
   34972 permission to copy, distribute and/or modify the library.
   34973 
   34974   Also, for each distributor's protection, we want to make certain
   34975 that everyone understands that there is no warranty for this free
   34976 library.  If the library is modified by someone else and passed on, we
   34977 want its recipients to know that what they have is not the original
   34978 version, so that any problems introduced by others will not reflect on
   34979 the original authors' reputations.
   34980 
   34981   Finally, any free program is threatened constantly by software
   34982 patents.  We wish to avoid the danger that companies distributing free
   34983 software will individually obtain patent licenses, thus in effect
   34984 transforming the program into proprietary software.  To prevent this,
   34985 we have made it clear that any patent must be licensed for everyone's
   34986 free use or not licensed at all.
   34987 
   34988   Most GNU software, including some libraries, is covered by the ordinary
   34989 GNU General Public License, which was designed for utility programs.  This
   34990 license, the GNU Library General Public License, applies to certain
   34991 designated libraries.  This license is quite different from the ordinary
   34992 one; be sure to read it in full, and don't assume that anything in it is
   34993 the same as in the ordinary license.
   34994 
   34995   The reason we have a separate public license for some libraries is that
   34996 they blur the distinction we usually make between modifying or adding to a
   34997 program and simply using it.  Linking a program with a library, without
   34998 changing the library, is in some sense simply using the library, and is
   34999 analogous to running a utility program or application program.  However, in
   35000 a textual and legal sense, the linked executable is a combined work, a
   35001 derivative of the original library, and the ordinary General Public License
   35002 treats it as such.
   35003 
   35004   Because of this blurred distinction, using the ordinary General
   35005 Public License for libraries did not effectively promote software
   35006 sharing, because most developers did not use the libraries.  We
   35007 concluded that weaker conditions might promote sharing better.
   35008 
   35009   However, unrestricted linking of non-free programs would deprive the
   35010 users of those programs of all benefit from the free status of the
   35011 libraries themselves.  This Library General Public License is intended to
   35012 permit developers of non-free programs to use free libraries, while
   35013 preserving your freedom as a user of such programs to change the free
   35014 libraries that are incorporated in them.  (We have not seen how to achieve
   35015 this as regards changes in header files, but we have achieved it as regards
   35016 changes in the actual functions of the Library.)  The hope is that this
   35017 will lead to faster development of free libraries.
   35018 
   35019   The precise terms and conditions for copying, distribution and
   35020 modification follow.  Pay close attention to the difference between a
   35021 "work based on the library" and a "work that uses the library".  The
   35022 former contains code derived from the library, while the latter only
   35023 works together with the library.
   35024 
   35025   Note that it is possible for a library to be covered by the ordinary
   35026 General Public License rather than by this special one.
   35027 
   35028 		  GNU LIBRARY GENERAL PUBLIC LICENSE
   35029    TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
   35030 
   35031   0. This License Agreement applies to any software library which
   35032 contains a notice placed by the copyright holder or other authorized
   35033 party saying it may be distributed under the terms of this Library
   35034 General Public License (also called "this License").  Each licensee is
   35035 addressed as "you".
   35036 
   35037   A "library" means a collection of software functions and/or data
   35038 prepared so as to be conveniently linked with application programs
   35039 (which use some of those functions and data) to form executables.
   35040 
   35041   The "Library", below, refers to any such software library or work
   35042 which has been distributed under these terms.  A "work based on the
   35043 Library" means either the Library or any derivative work under
   35044 copyright law: that is to say, a work containing the Library or a
   35045 portion of it, either verbatim or with modifications and/or translated
   35046 straightforwardly into another language.  (Hereinafter, translation is
   35047 included without limitation in the term "modification".)
   35048 
   35049   "Source code" for a work means the preferred form of the work for
   35050 making modifications to it.  For a library, complete source code means
   35051 all the source code for all modules it contains, plus any associated
   35052 interface definition files, plus the scripts used to control compilation
   35053 and installation of the library.
   35054 
   35055   Activities other than copying, distribution and modification are not
   35056 covered by this License; they are outside its scope.  The act of
   35057 running a program using the Library is not restricted, and output from
   35058 such a program is covered only if its contents constitute a work based
   35059 on the Library (independent of the use of the Library in a tool for
   35060 writing it).  Whether that is true depends on what the Library does
   35061 and what the program that uses the Library does.
   35062   
   35063   1. You may copy and distribute verbatim copies of the Library's
   35064 complete source code as you receive it, in any medium, provided that
   35065 you conspicuously and appropriately publish on each copy an
   35066 appropriate copyright notice and disclaimer of warranty; keep intact
   35067 all the notices that refer to this License and to the absence of any
   35068 warranty; and distribute a copy of this License along with the
   35069 Library.
   35070 
   35071   You may charge a fee for the physical act of transferring a copy,
   35072 and you may at your option offer warranty protection in exchange for a
   35073 fee.
   35074 
   35075   2. You may modify your copy or copies of the Library or any portion
   35076 of it, thus forming a work based on the Library, and copy and
   35077 distribute such modifications or work under the terms of Section 1
   35078 above, provided that you also meet all of these conditions:
   35079 
   35080     a) The modified work must itself be a software library.
   35081 
   35082     b) You must cause the files modified to carry prominent notices
   35083     stating that you changed the files and the date of any change.
   35084 
   35085     c) You must cause the whole of the work to be licensed at no
   35086     charge to all third parties under the terms of this License.
   35087 
   35088     d) If a facility in the modified Library refers to a function or a
   35089     table of data to be supplied by an application program that uses
   35090     the facility, other than as an argument passed when the facility
   35091     is invoked, then you must make a good faith effort to ensure that,
   35092     in the event an application does not supply such function or
   35093     table, the facility still operates, and performs whatever part of
   35094     its purpose remains meaningful.
   35095 
   35096     (For example, a function in a library to compute square roots has
   35097     a purpose that is entirely well-defined independent of the
   35098     application.  Therefore, Subsection 2d requires that any
   35099     application-supplied function or table used by this function must
   35100     be optional: if the application does not supply it, the square
   35101     root function must still compute square roots.)
   35102 
   35103 These requirements apply to the modified work as a whole.  If
   35104 identifiable sections of that work are not derived from the Library,
   35105 and can be reasonably considered independent and separate works in
   35106 themselves, then this License, and its terms, do not apply to those
   35107 sections when you distribute them as separate works.  But when you
   35108 distribute the same sections as part of a whole which is a work based
   35109 on the Library, the distribution of the whole must be on the terms of
   35110 this License, whose permissions for other licensees extend to the
   35111 entire whole, and thus to each and every part regardless of who wrote
   35112 it.
   35113 
   35114 Thus, it is not the intent of this section to claim rights or contest
   35115 your rights to work written entirely by you; rather, the intent is to
   35116 exercise the right to control the distribution of derivative or
   35117 collective works based on the Library.
   35118 
   35119 In addition, mere aggregation of another work not based on the Library
   35120 with the Library (or with a work based on the Library) on a volume of
   35121 a storage or distribution medium does not bring the other work under
   35122 the scope of this License.
   35123 
   35124   3. You may opt to apply the terms of the ordinary GNU General Public
   35125 License instead of this License to a given copy of the Library.  To do
   35126 this, you must alter all the notices that refer to this License, so
   35127 that they refer to the ordinary GNU General Public License, version 2,
   35128 instead of to this License.  (If a newer version than version 2 of the
   35129 ordinary GNU General Public License has appeared, then you can specify
   35130 that version instead if you wish.)  Do not make any other change in
   35131 these notices.
   35132 
   35133   Once this change is made in a given copy, it is irreversible for
   35134 that copy, so the ordinary GNU General Public License applies to all
   35135 subsequent copies and derivative works made from that copy.
   35136 
   35137   This option is useful when you wish to copy part of the code of
   35138 the Library into a program that is not a library.
   35139 
   35140   4. You may copy and distribute the Library (or a portion or
   35141 derivative of it, under Section 2) in object code or executable form
   35142 under the terms of Sections 1 and 2 above provided that you accompany
   35143 it with the complete corresponding machine-readable source code, which
   35144 must be distributed under the terms of Sections 1 and 2 above on a
   35145 medium customarily used for software interchange.
   35146 
   35147   If distribution of object code is made by offering access to copy
   35148 from a designated place, then offering equivalent access to copy the
   35149 source code from the same place satisfies the requirement to
   35150 distribute the source code, even though third parties are not
   35151 compelled to copy the source along with the object code.
   35152 
   35153   5. A program that contains no derivative of any portion of the
   35154 Library, but is designed to work with the Library by being compiled or
   35155 linked with it, is called a "work that uses the Library".  Such a
   35156 work, in isolation, is not a derivative work of the Library, and
   35157 therefore falls outside the scope of this License.
   35158 
   35159   However, linking a "work that uses the Library" with the Library
   35160 creates an executable that is a derivative of the Library (because it
   35161 contains portions of the Library), rather than a "work that uses the
   35162 library".  The executable is therefore covered by this License.
   35163 Section 6 states terms for distribution of such executables.
   35164 
   35165   When a "work that uses the Library" uses material from a header file
   35166 that is part of the Library, the object code for the work may be a
   35167 derivative work of the Library even though the source code is not.
   35168 Whether this is true is especially significant if the work can be
   35169 linked without the Library, or if the work is itself a library.  The
   35170 threshold for this to be true is not precisely defined by law.
   35171 
   35172   If such an object file uses only numerical parameters, data
   35173 structure layouts and accessors, and small macros and small inline
   35174 functions (ten lines or less in length), then the use of the object
   35175 file is unrestricted, regardless of whether it is legally a derivative
   35176 work.  (Executables containing this object code plus portions of the
   35177 Library will still fall under Section 6.)
   35178 
   35179   Otherwise, if the work is a derivative of the Library, you may
   35180 distribute the object code for the work under the terms of Section 6.
   35181 Any executables containing that work also fall under Section 6,
   35182 whether or not they are linked directly with the Library itself.
   35183 
   35184   6. As an exception to the Sections above, you may also compile or
   35185 link a "work that uses the Library" with the Library to produce a
   35186 work containing portions of the Library, and distribute that work
   35187 under terms of your choice, provided that the terms permit
   35188 modification of the work for the customer's own use and reverse
   35189 engineering for debugging such modifications.
   35190 
   35191   You must give prominent notice with each copy of the work that the
   35192 Library is used in it and that the Library and its use are covered by
   35193 this License.  You must supply a copy of this License.  If the work
   35194 during execution displays copyright notices, you must include the
   35195 copyright notice for the Library among them, as well as a reference
   35196 directing the user to the copy of this License.  Also, you must do one
   35197 of these things:
   35198 
   35199     a) Accompany the work with the complete corresponding
   35200     machine-readable source code for the Library including whatever
   35201     changes were used in the work (which must be distributed under
   35202     Sections 1 and 2 above); and, if the work is an executable linked
   35203     with the Library, with the complete machine-readable "work that
   35204     uses the Library", as object code and/or source code, so that the
   35205     user can modify the Library and then relink to produce a modified
   35206     executable containing the modified Library.  (It is understood
   35207     that the user who changes the contents of definitions files in the
   35208     Library will not necessarily be able to recompile the application
   35209     to use the modified definitions.)
   35210 
   35211     b) Accompany the work with a written offer, valid for at
   35212     least three years, to give the same user the materials
   35213     specified in Subsection 6a, above, for a charge no more
   35214     than the cost of performing this distribution.
   35215 
   35216     c) If distribution of the work is made by offering access to copy
   35217     from a designated place, offer equivalent access to copy the above
   35218     specified materials from the same place.
   35219 
   35220     d) Verify that the user has already received a copy of these
   35221     materials or that you have already sent this user a copy.
   35222 
   35223   For an executable, the required form of the "work that uses the
   35224 Library" must include any data and utility programs needed for
   35225 reproducing the executable from it.  However, as a special exception,
   35226 the source code distributed need not include anything that is normally
   35227 distributed (in either source or binary form) with the major
   35228 components (compiler, kernel, and so on) of the operating system on
   35229 which the executable runs, unless that component itself accompanies
   35230 the executable.
   35231 
   35232   It may happen that this requirement contradicts the license
   35233 restrictions of other proprietary libraries that do not normally
   35234 accompany the operating system.  Such a contradiction means you cannot
   35235 use both them and the Library together in an executable that you
   35236 distribute.
   35237 
   35238   7. You may place library facilities that are a work based on the
   35239 Library side-by-side in a single library together with other library
   35240 facilities not covered by this License, and distribute such a combined
   35241 library, provided that the separate distribution of the work based on
   35242 the Library and of the other library facilities is otherwise
   35243 permitted, and provided that you do these two things:
   35244 
   35245     a) Accompany the combined library with a copy of the same work
   35246     based on the Library, uncombined with any other library
   35247     facilities.  This must be distributed under the terms of the
   35248     Sections above.
   35249 
   35250     b) Give prominent notice with the combined library of the fact
   35251     that part of it is a work based on the Library, and explaining
   35252     where to find the accompanying uncombined form of the same work.
   35253 
   35254   8. You may not copy, modify, sublicense, link with, or distribute
   35255 the Library except as expressly provided under this License.  Any
   35256 attempt otherwise to copy, modify, sublicense, link with, or
   35257 distribute the Library is void, and will automatically terminate your
   35258 rights under this License.  However, parties who have received copies,
   35259 or rights, from you under this License will not have their licenses
   35260 terminated so long as such parties remain in full compliance.
   35261 
   35262   9. You are not required to accept this License, since you have not
   35263 signed it.  However, nothing else grants you permission to modify or
   35264 distribute the Library or its derivative works.  These actions are
   35265 prohibited by law if you do not accept this License.  Therefore, by
   35266 modifying or distributing the Library (or any work based on the
   35267 Library), you indicate your acceptance of this License to do so, and
   35268 all its terms and conditions for copying, distributing or modifying
   35269 the Library or works based on it.
   35270 
   35271   10. Each time you redistribute the Library (or any work based on the
   35272 Library), the recipient automatically receives a license from the
   35273 original licensor to copy, distribute, link with or modify the Library
   35274 subject to these terms and conditions.  You may not impose any further
   35275 restrictions on the recipients' exercise of the rights granted herein.
   35276 You are not responsible for enforcing compliance by third parties to
   35277 this License.
   35278 
   35279   11. If, as a consequence of a court judgment or allegation of patent
   35280 infringement or for any other reason (not limited to patent issues),
   35281 conditions are imposed on you (whether by court order, agreement or
   35282 otherwise) that contradict the conditions of this License, they do not
   35283 excuse you from the conditions of this License.  If you cannot
   35284 distribute so as to satisfy simultaneously your obligations under this
   35285 License and any other pertinent obligations, then as a consequence you
   35286 may not distribute the Library at all.  For example, if a patent
   35287 license would not permit royalty-free redistribution of the Library by
   35288 all those who receive copies directly or indirectly through you, then
   35289 the only way you could satisfy both it and this License would be to
   35290 refrain entirely from distribution of the Library.
   35291 
   35292 If any portion of this section is held invalid or unenforceable under any
   35293 particular circumstance, the balance of the section is intended to apply,
   35294 and the section as a whole is intended to apply in other circumstances.
   35295 
   35296 It is not the purpose of this section to induce you to infringe any
   35297 patents or other property right claims or to contest validity of any
   35298 such claims; this section has the sole purpose of protecting the
   35299 integrity of the free software distribution system which is
   35300 implemented by public license practices.  Many people have made
   35301 generous contributions to the wide range of software distributed
   35302 through that system in reliance on consistent application of that
   35303 system; it is up to the author/donor to decide if he or she is willing
   35304 to distribute software through any other system and a licensee cannot
   35305 impose that choice.
   35306 
   35307 This section is intended to make thoroughly clear what is believed to
   35308 be a consequence of the rest of this License.
   35309 
   35310   12. If the distribution and/or use of the Library is restricted in
   35311 certain countries either by patents or by copyrighted interfaces, the
   35312 original copyright holder who places the Library under this License may add
   35313 an explicit geographical distribution limitation excluding those countries,
   35314 so that distribution is permitted only in or among countries not thus
   35315 excluded.  In such case, this License incorporates the limitation as if
   35316 written in the body of this License.
   35317 
   35318   13. The Free Software Foundation may publish revised and/or new
   35319 versions of the Library General Public License from time to time.
   35320 Such new versions will be similar in spirit to the present version,
   35321 but may differ in detail to address new problems or concerns.
   35322 
   35323 Each version is given a distinguishing version number.  If the Library
   35324 specifies a version number of this License which applies to it and
   35325 "any later version", you have the option of following the terms and
   35326 conditions either of that version or of any later version published by
   35327 the Free Software Foundation.  If the Library does not specify a
   35328 license version number, you may choose any version ever published by
   35329 the Free Software Foundation.
   35330 
   35331   14. If you wish to incorporate parts of the Library into other free
   35332 programs whose distribution conditions are incompatible with these,
   35333 write to the author to ask for permission.  For software which is
   35334 copyrighted by the Free Software Foundation, write to the Free
   35335 Software Foundation; we sometimes make exceptions for this.  Our
   35336 decision will be guided by the two goals of preserving the free status
   35337 of all derivatives of our free software and of promoting the sharing
   35338 and reuse of software generally.
   35339 
   35340 			    NO WARRANTY
   35341 
   35342   15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO
   35343 WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW.
   35344 EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR
   35345 OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY
   35346 KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE
   35347 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
   35348 PURPOSE.  THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE
   35349 LIBRARY IS WITH YOU.  SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME
   35350 THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
   35351 
   35352   16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN
   35353 WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY
   35354 AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU
   35355 FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR
   35356 CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE
   35357 LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING
   35358 RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A
   35359 FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF
   35360 SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
   35361 DAMAGES.
   35362 
   35363 		     END OF TERMS AND CONDITIONS
   35364 
   35365      Appendix: How to Apply These Terms to Your New Libraries
   35366 
   35367   If you develop a new library, and you want it to be of the greatest
   35368 possible use to the public, we recommend making it free software that
   35369 everyone can redistribute and change.  You can do so by permitting
   35370 redistribution under these terms (or, alternatively, under the terms of the
   35371 ordinary General Public License).
   35372 
   35373   To apply these terms, attach the following notices to the library.  It is
   35374 safest to attach them to the start of each source file to most effectively
   35375 convey the exclusion of warranty; and each file should have at least the
   35376 "copyright" line and a pointer to where the full notice is found.
   35377 
   35378     &lt;one line to give the library's name and a brief idea of what it does.&gt;
   35379     Copyright (C) &lt;year&gt;  &lt;name of author&gt;
   35380 
   35381     This library is free software; you can redistribute it and/or
   35382     modify it under the terms of the GNU Library General Public
   35383     License as published by the Free Software Foundation; either
   35384     version 2 of the License, or (at your option) any later version.
   35385 
   35386     This library is distributed in the hope that it will be useful,
   35387     but WITHOUT ANY WARRANTY; without even the implied warranty of
   35388     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
   35389     Library General Public License for more details.
   35390 
   35391     You should have received a copy of the GNU Library General Public
   35392     License along with this library; if not, write to the Free
   35393     Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
   35394     MA 02111-1307, USA
   35395 
   35396 Also add information on how to contact you by electronic and paper mail.
   35397 
   35398 You should also get your employer (if you work as a programmer) or your
   35399 school, if any, to sign a "copyright disclaimer" for the library, if
   35400 necessary.  Here is a sample; alter the names:
   35401 
   35402   Yoyodyne, Inc., hereby disclaims all copyright interest in the
   35403   library `Frob' (a library for tweaking knobs) written by James Random Hacker.
   35404 
   35405   &lt;signature of Ty Coon&gt;, 1 April 1990
   35406   Ty Coon, President of Vice
   35407 
   35408 That's all there is to it!
   35409 
   35410 </pre>
   35411 <div class="license-packages">
   35412 Used by these packages: x11-libs/gtk+-2.20.1 sys-devel/gdb-7.7.1-r1 x11-libs/pango-1.32.5-r1 dev-libs/libaio-0.3.109-r3 dev-libs/dbus-c++-0.0.2-r53 dev-embedded/libftdi-1.0-r3 x11-apps/mesa-progs-8.0.1 dev-libs/glib-2.34.3-r2 dev-libs/atk-1.32.0-r1 gnome-base/libglade-2.6.4 sys-apps/kmod-17
   35413 </div>
   35414 </div>
   35415 </div>
   35416 
   35417 <div class="product">
   35418 <a name="LGPL-2+" class="title">Gentoo Package Stock License LGPL-2+</a>
   35419 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   35420 <div class="licence">
   35421 <pre>
   35422 GNU Library General Public License, version 2 or any later version.
   35423 See LGPL-2, LGPL-2.1, or LGPL-3 for the full text of these licenses.
   35424 
   35425 </pre>
   35426 <div class="license-packages">
   35427 Used by these packages: x11-libs/pango-1.32.5-r1 dev-libs/glib-2.34.3-r2
   35428 </div>
   35429 </div>
   35430 </div>
   35431 
   35432 <div class="product">
   35433 <a name="LGPL-2.1" class="title">Gentoo Package Stock License LGPL-2.1</a>
   35434 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   35435 <div class="licence">
   35436 <pre>
   35437 		  GNU LESSER GENERAL PUBLIC LICENSE
   35438 		       Version 2.1, February 1999
   35439 
   35440  Copyright (C) 1991, 1999 Free Software Foundation, Inc.
   35441      51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
   35442  Everyone is permitted to copy and distribute verbatim copies
   35443  of this license document, but changing it is not allowed.
   35444 
   35445 [This is the first released version of the Lesser GPL.  It also counts
   35446  as the successor of the GNU Library Public License, version 2, hence
   35447  the version number 2.1.]
   35448 
   35449 			    Preamble
   35450 
   35451   The licenses for most software are designed to take away your
   35452 freedom to share and change it.  By contrast, the GNU General Public
   35453 Licenses are intended to guarantee your freedom to share and change
   35454 free software--to make sure the software is free for all its users.
   35455 
   35456   This license, the Lesser General Public License, applies to some
   35457 specially designated software packages--typically libraries--of the
   35458 Free Software Foundation and other authors who decide to use it.  You
   35459 can use it too, but we suggest you first think carefully about whether
   35460 this license or the ordinary General Public License is the better
   35461 strategy to use in any particular case, based on the explanations below.
   35462 
   35463   When we speak of free software, we are referring to freedom of use,
   35464 not price.  Our General Public Licenses are designed to make sure that
   35465 you have the freedom to distribute copies of free software (and charge
   35466 for this service if you wish); that you receive source code or can get
   35467 it if you want it; that you can change the software and use pieces of
   35468 it in new free programs; and that you are informed that you can do
   35469 these things.
   35470 
   35471   To protect your rights, we need to make restrictions that forbid
   35472 distributors to deny you these rights or to ask you to surrender these
   35473 rights.  These restrictions translate to certain responsibilities for
   35474 you if you distribute copies of the library or if you modify it.
   35475 
   35476   For example, if you distribute copies of the library, whether gratis
   35477 or for a fee, you must give the recipients all the rights that we gave
   35478 you.  You must make sure that they, too, receive or can get the source
   35479 code.  If you link other code with the library, you must provide
   35480 complete object files to the recipients, so that they can relink them
   35481 with the library after making changes to the library and recompiling
   35482 it.  And you must show them these terms so they know their rights.
   35483 
   35484   We protect your rights with a two-step method: (1) we copyright the
   35485 library, and (2) we offer you this license, which gives you legal
   35486 permission to copy, distribute and/or modify the library.
   35487 
   35488   To protect each distributor, we want to make it very clear that
   35489 there is no warranty for the free library.  Also, if the library is
   35490 modified by someone else and passed on, the recipients should know
   35491 that what they have is not the original version, so that the original
   35492 author's reputation will not be affected by problems that might be
   35493 introduced by others.
   35494 
   35495   Finally, software patents pose a constant threat to the existence of
   35496 any free program.  We wish to make sure that a company cannot
   35497 effectively restrict the users of a free program by obtaining a
   35498 restrictive license from a patent holder.  Therefore, we insist that
   35499 any patent license obtained for a version of the library must be
   35500 consistent with the full freedom of use specified in this license.
   35501 
   35502   Most GNU software, including some libraries, is covered by the
   35503 ordinary GNU General Public License.  This license, the GNU Lesser
   35504 General Public License, applies to certain designated libraries, and
   35505 is quite different from the ordinary General Public License.  We use
   35506 this license for certain libraries in order to permit linking those
   35507 libraries into non-free programs.
   35508 
   35509   When a program is linked with a library, whether statically or using
   35510 a shared library, the combination of the two is legally speaking a
   35511 combined work, a derivative of the original library.  The ordinary
   35512 General Public License therefore permits such linking only if the
   35513 entire combination fits its criteria of freedom.  The Lesser General
   35514 Public License permits more lax criteria for linking other code with
   35515 the library.
   35516 
   35517   We call this license the "Lesser" General Public License because it
   35518 does Less to protect the user's freedom than the ordinary General
   35519 Public License.  It also provides other free software developers Less
   35520 of an advantage over competing non-free programs.  These disadvantages
   35521 are the reason we use the ordinary General Public License for many
   35522 libraries.  However, the Lesser license provides advantages in certain
   35523 special circumstances.
   35524 
   35525   For example, on rare occasions, there may be a special need to
   35526 encourage the widest possible use of a certain library, so that it becomes
   35527 a de-facto standard.  To achieve this, non-free programs must be
   35528 allowed to use the library.  A more frequent case is that a free
   35529 library does the same job as widely used non-free libraries.  In this
   35530 case, there is little to gain by limiting the free library to free
   35531 software only, so we use the Lesser General Public License.
   35532 
   35533   In other cases, permission to use a particular library in non-free
   35534 programs enables a greater number of people to use a large body of
   35535 free software.  For example, permission to use the GNU C Library in
   35536 non-free programs enables many more people to use the whole GNU
   35537 operating system, as well as its variant, the GNU/Linux operating
   35538 system.
   35539 
   35540   Although the Lesser General Public License is Less protective of the
   35541 users' freedom, it does ensure that the user of a program that is
   35542 linked with the Library has the freedom and the wherewithal to run
   35543 that program using a modified version of the Library.
   35544 
   35545   The precise terms and conditions for copying, distribution and
   35546 modification follow.  Pay close attention to the difference between a
   35547 "work based on the library" and a "work that uses the library".  The
   35548 former contains code derived from the library, whereas the latter must
   35549 be combined with the library in order to run.
   35550 
   35551 		  GNU LESSER GENERAL PUBLIC LICENSE
   35552    TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
   35553 
   35554   0. This License Agreement applies to any software library or other
   35555 program which contains a notice placed by the copyright holder or
   35556 other authorized party saying it may be distributed under the terms of
   35557 this Lesser General Public License (also called "this License").
   35558 Each licensee is addressed as "you".
   35559 
   35560   A "library" means a collection of software functions and/or data
   35561 prepared so as to be conveniently linked with application programs
   35562 (which use some of those functions and data) to form executables.
   35563 
   35564   The "Library", below, refers to any such software library or work
   35565 which has been distributed under these terms.  A "work based on the
   35566 Library" means either the Library or any derivative work under
   35567 copyright law: that is to say, a work containing the Library or a
   35568 portion of it, either verbatim or with modifications and/or translated
   35569 straightforwardly into another language.  (Hereinafter, translation is
   35570 included without limitation in the term "modification".)
   35571 
   35572   "Source code" for a work means the preferred form of the work for
   35573 making modifications to it.  For a library, complete source code means
   35574 all the source code for all modules it contains, plus any associated
   35575 interface definition files, plus the scripts used to control compilation
   35576 and installation of the library.
   35577 
   35578   Activities other than copying, distribution and modification are not
   35579 covered by this License; they are outside its scope.  The act of
   35580 running a program using the Library is not restricted, and output from
   35581 such a program is covered only if its contents constitute a work based
   35582 on the Library (independent of the use of the Library in a tool for
   35583 writing it).  Whether that is true depends on what the Library does
   35584 and what the program that uses the Library does.
   35585   
   35586   1. You may copy and distribute verbatim copies of the Library's
   35587 complete source code as you receive it, in any medium, provided that
   35588 you conspicuously and appropriately publish on each copy an
   35589 appropriate copyright notice and disclaimer of warranty; keep intact
   35590 all the notices that refer to this License and to the absence of any
   35591 warranty; and distribute a copy of this License along with the
   35592 Library.
   35593 
   35594   You may charge a fee for the physical act of transferring a copy,
   35595 and you may at your option offer warranty protection in exchange for a
   35596 fee.
   35597 
   35598   2. You may modify your copy or copies of the Library or any portion
   35599 of it, thus forming a work based on the Library, and copy and
   35600 distribute such modifications or work under the terms of Section 1
   35601 above, provided that you also meet all of these conditions:
   35602 
   35603     a) The modified work must itself be a software library.
   35604 
   35605     b) You must cause the files modified to carry prominent notices
   35606     stating that you changed the files and the date of any change.
   35607 
   35608     c) You must cause the whole of the work to be licensed at no
   35609     charge to all third parties under the terms of this License.
   35610 
   35611     d) If a facility in the modified Library refers to a function or a
   35612     table of data to be supplied by an application program that uses
   35613     the facility, other than as an argument passed when the facility
   35614     is invoked, then you must make a good faith effort to ensure that,
   35615     in the event an application does not supply such function or
   35616     table, the facility still operates, and performs whatever part of
   35617     its purpose remains meaningful.
   35618 
   35619     (For example, a function in a library to compute square roots has
   35620     a purpose that is entirely well-defined independent of the
   35621     application.  Therefore, Subsection 2d requires that any
   35622     application-supplied function or table used by this function must
   35623     be optional: if the application does not supply it, the square
   35624     root function must still compute square roots.)
   35625 
   35626 These requirements apply to the modified work as a whole.  If
   35627 identifiable sections of that work are not derived from the Library,
   35628 and can be reasonably considered independent and separate works in
   35629 themselves, then this License, and its terms, do not apply to those
   35630 sections when you distribute them as separate works.  But when you
   35631 distribute the same sections as part of a whole which is a work based
   35632 on the Library, the distribution of the whole must be on the terms of
   35633 this License, whose permissions for other licensees extend to the
   35634 entire whole, and thus to each and every part regardless of who wrote
   35635 it.
   35636 
   35637 Thus, it is not the intent of this section to claim rights or contest
   35638 your rights to work written entirely by you; rather, the intent is to
   35639 exercise the right to control the distribution of derivative or
   35640 collective works based on the Library.
   35641 
   35642 In addition, mere aggregation of another work not based on the Library
   35643 with the Library (or with a work based on the Library) on a volume of
   35644 a storage or distribution medium does not bring the other work under
   35645 the scope of this License.
   35646 
   35647   3. You may opt to apply the terms of the ordinary GNU General Public
   35648 License instead of this License to a given copy of the Library.  To do
   35649 this, you must alter all the notices that refer to this License, so
   35650 that they refer to the ordinary GNU General Public License, version 2,
   35651 instead of to this License.  (If a newer version than version 2 of the
   35652 ordinary GNU General Public License has appeared, then you can specify
   35653 that version instead if you wish.)  Do not make any other change in
   35654 these notices.
   35655 
   35656   Once this change is made in a given copy, it is irreversible for
   35657 that copy, so the ordinary GNU General Public License applies to all
   35658 subsequent copies and derivative works made from that copy.
   35659 
   35660   This option is useful when you wish to copy part of the code of
   35661 the Library into a program that is not a library.
   35662 
   35663   4. You may copy and distribute the Library (or a portion or
   35664 derivative of it, under Section 2) in object code or executable form
   35665 under the terms of Sections 1 and 2 above provided that you accompany
   35666 it with the complete corresponding machine-readable source code, which
   35667 must be distributed under the terms of Sections 1 and 2 above on a
   35668 medium customarily used for software interchange.
   35669 
   35670   If distribution of object code is made by offering access to copy
   35671 from a designated place, then offering equivalent access to copy the
   35672 source code from the same place satisfies the requirement to
   35673 distribute the source code, even though third parties are not
   35674 compelled to copy the source along with the object code.
   35675 
   35676   5. A program that contains no derivative of any portion of the
   35677 Library, but is designed to work with the Library by being compiled or
   35678 linked with it, is called a "work that uses the Library".  Such a
   35679 work, in isolation, is not a derivative work of the Library, and
   35680 therefore falls outside the scope of this License.
   35681 
   35682   However, linking a "work that uses the Library" with the Library
   35683 creates an executable that is a derivative of the Library (because it
   35684 contains portions of the Library), rather than a "work that uses the
   35685 library".  The executable is therefore covered by this License.
   35686 Section 6 states terms for distribution of such executables.
   35687 
   35688   When a "work that uses the Library" uses material from a header file
   35689 that is part of the Library, the object code for the work may be a
   35690 derivative work of the Library even though the source code is not.
   35691 Whether this is true is especially significant if the work can be
   35692 linked without the Library, or if the work is itself a library.  The
   35693 threshold for this to be true is not precisely defined by law.
   35694 
   35695   If such an object file uses only numerical parameters, data
   35696 structure layouts and accessors, and small macros and small inline
   35697 functions (ten lines or less in length), then the use of the object
   35698 file is unrestricted, regardless of whether it is legally a derivative
   35699 work.  (Executables containing this object code plus portions of the
   35700 Library will still fall under Section 6.)
   35701 
   35702   Otherwise, if the work is a derivative of the Library, you may
   35703 distribute the object code for the work under the terms of Section 6.
   35704 Any executables containing that work also fall under Section 6,
   35705 whether or not they are linked directly with the Library itself.
   35706 
   35707   6. As an exception to the Sections above, you may also combine or
   35708 link a "work that uses the Library" with the Library to produce a
   35709 work containing portions of the Library, and distribute that work
   35710 under terms of your choice, provided that the terms permit
   35711 modification of the work for the customer's own use and reverse
   35712 engineering for debugging such modifications.
   35713 
   35714   You must give prominent notice with each copy of the work that the
   35715 Library is used in it and that the Library and its use are covered by
   35716 this License.  You must supply a copy of this License.  If the work
   35717 during execution displays copyright notices, you must include the
   35718 copyright notice for the Library among them, as well as a reference
   35719 directing the user to the copy of this License.  Also, you must do one
   35720 of these things:
   35721 
   35722     a) Accompany the work with the complete corresponding
   35723     machine-readable source code for the Library including whatever
   35724     changes were used in the work (which must be distributed under
   35725     Sections 1 and 2 above); and, if the work is an executable linked
   35726     with the Library, with the complete machine-readable "work that
   35727     uses the Library", as object code and/or source code, so that the
   35728     user can modify the Library and then relink to produce a modified
   35729     executable containing the modified Library.  (It is understood
   35730     that the user who changes the contents of definitions files in the
   35731     Library will not necessarily be able to recompile the application
   35732     to use the modified definitions.)
   35733 
   35734     b) Use a suitable shared library mechanism for linking with the
   35735     Library.  A suitable mechanism is one that (1) uses at run time a
   35736     copy of the library already present on the user's computer system,
   35737     rather than copying library functions into the executable, and (2)
   35738     will operate properly with a modified version of the library, if
   35739     the user installs one, as long as the modified version is
   35740     interface-compatible with the version that the work was made with.
   35741 
   35742     c) Accompany the work with a written offer, valid for at
   35743     least three years, to give the same user the materials
   35744     specified in Subsection 6a, above, for a charge no more
   35745     than the cost of performing this distribution.
   35746 
   35747     d) If distribution of the work is made by offering access to copy
   35748     from a designated place, offer equivalent access to copy the above
   35749     specified materials from the same place.
   35750 
   35751     e) Verify that the user has already received a copy of these
   35752     materials or that you have already sent this user a copy.
   35753 
   35754   For an executable, the required form of the "work that uses the
   35755 Library" must include any data and utility programs needed for
   35756 reproducing the executable from it.  However, as a special exception,
   35757 the materials to be distributed need not include anything that is
   35758 normally distributed (in either source or binary form) with the major
   35759 components (compiler, kernel, and so on) of the operating system on
   35760 which the executable runs, unless that component itself accompanies
   35761 the executable.
   35762 
   35763   It may happen that this requirement contradicts the license
   35764 restrictions of other proprietary libraries that do not normally
   35765 accompany the operating system.  Such a contradiction means you cannot
   35766 use both them and the Library together in an executable that you
   35767 distribute.
   35768 
   35769   7. You may place library facilities that are a work based on the
   35770 Library side-by-side in a single library together with other library
   35771 facilities not covered by this License, and distribute such a combined
   35772 library, provided that the separate distribution of the work based on
   35773 the Library and of the other library facilities is otherwise
   35774 permitted, and provided that you do these two things:
   35775 
   35776     a) Accompany the combined library with a copy of the same work
   35777     based on the Library, uncombined with any other library
   35778     facilities.  This must be distributed under the terms of the
   35779     Sections above.
   35780 
   35781     b) Give prominent notice with the combined library of the fact
   35782     that part of it is a work based on the Library, and explaining
   35783     where to find the accompanying uncombined form of the same work.
   35784 
   35785   8. You may not copy, modify, sublicense, link with, or distribute
   35786 the Library except as expressly provided under this License.  Any
   35787 attempt otherwise to copy, modify, sublicense, link with, or
   35788 distribute the Library is void, and will automatically terminate your
   35789 rights under this License.  However, parties who have received copies,
   35790 or rights, from you under this License will not have their licenses
   35791 terminated so long as such parties remain in full compliance.
   35792 
   35793   9. You are not required to accept this License, since you have not
   35794 signed it.  However, nothing else grants you permission to modify or
   35795 distribute the Library or its derivative works.  These actions are
   35796 prohibited by law if you do not accept this License.  Therefore, by
   35797 modifying or distributing the Library (or any work based on the
   35798 Library), you indicate your acceptance of this License to do so, and
   35799 all its terms and conditions for copying, distributing or modifying
   35800 the Library or works based on it.
   35801 
   35802   10. Each time you redistribute the Library (or any work based on the
   35803 Library), the recipient automatically receives a license from the
   35804 original licensor to copy, distribute, link with or modify the Library
   35805 subject to these terms and conditions.  You may not impose any further
   35806 restrictions on the recipients' exercise of the rights granted herein.
   35807 You are not responsible for enforcing compliance by third parties with
   35808 this License.
   35809 
   35810   11. If, as a consequence of a court judgment or allegation of patent
   35811 infringement or for any other reason (not limited to patent issues),
   35812 conditions are imposed on you (whether by court order, agreement or
   35813 otherwise) that contradict the conditions of this License, they do not
   35814 excuse you from the conditions of this License.  If you cannot
   35815 distribute so as to satisfy simultaneously your obligations under this
   35816 License and any other pertinent obligations, then as a consequence you
   35817 may not distribute the Library at all.  For example, if a patent
   35818 license would not permit royalty-free redistribution of the Library by
   35819 all those who receive copies directly or indirectly through you, then
   35820 the only way you could satisfy both it and this License would be to
   35821 refrain entirely from distribution of the Library.
   35822 
   35823 If any portion of this section is held invalid or unenforceable under any
   35824 particular circumstance, the balance of the section is intended to apply,
   35825 and the section as a whole is intended to apply in other circumstances.
   35826 
   35827 It is not the purpose of this section to induce you to infringe any
   35828 patents or other property right claims or to contest validity of any
   35829 such claims; this section has the sole purpose of protecting the
   35830 integrity of the free software distribution system which is
   35831 implemented by public license practices.  Many people have made
   35832 generous contributions to the wide range of software distributed
   35833 through that system in reliance on consistent application of that
   35834 system; it is up to the author/donor to decide if he or she is willing
   35835 to distribute software through any other system and a licensee cannot
   35836 impose that choice.
   35837 
   35838 This section is intended to make thoroughly clear what is believed to
   35839 be a consequence of the rest of this License.
   35840 
   35841   12. If the distribution and/or use of the Library is restricted in
   35842 certain countries either by patents or by copyrighted interfaces, the
   35843 original copyright holder who places the Library under this License may add
   35844 an explicit geographical distribution limitation excluding those countries,
   35845 so that distribution is permitted only in or among countries not thus
   35846 excluded.  In such case, this License incorporates the limitation as if
   35847 written in the body of this License.
   35848 
   35849   13. The Free Software Foundation may publish revised and/or new
   35850 versions of the Lesser General Public License from time to time.
   35851 Such new versions will be similar in spirit to the present version,
   35852 but may differ in detail to address new problems or concerns.
   35853 
   35854 Each version is given a distinguishing version number.  If the Library
   35855 specifies a version number of this License which applies to it and
   35856 "any later version", you have the option of following the terms and
   35857 conditions either of that version or of any later version published by
   35858 the Free Software Foundation.  If the Library does not specify a
   35859 license version number, you may choose any version ever published by
   35860 the Free Software Foundation.
   35861 
   35862   14. If you wish to incorporate parts of the Library into other free
   35863 programs whose distribution conditions are incompatible with these,
   35864 write to the author to ask for permission.  For software which is
   35865 copyrighted by the Free Software Foundation, write to the Free
   35866 Software Foundation; we sometimes make exceptions for this.  Our
   35867 decision will be guided by the two goals of preserving the free status
   35868 of all derivatives of our free software and of promoting the sharing
   35869 and reuse of software generally.
   35870 
   35871 			    NO WARRANTY
   35872 
   35873   15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO
   35874 WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW.
   35875 EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR
   35876 OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY
   35877 KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE
   35878 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
   35879 PURPOSE.  THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE
   35880 LIBRARY IS WITH YOU.  SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME
   35881 THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
   35882 
   35883   16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN
   35884 WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY
   35885 AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU
   35886 FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR
   35887 CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE
   35888 LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING
   35889 RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A
   35890 FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF
   35891 SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
   35892 DAMAGES.
   35893 
   35894 		     END OF TERMS AND CONDITIONS
   35895 
   35896            How to Apply These Terms to Your New Libraries
   35897 
   35898   If you develop a new library, and you want it to be of the greatest
   35899 possible use to the public, we recommend making it free software that
   35900 everyone can redistribute and change.  You can do so by permitting
   35901 redistribution under these terms (or, alternatively, under the terms of the
   35902 ordinary General Public License).
   35903 
   35904   To apply these terms, attach the following notices to the library.  It is
   35905 safest to attach them to the start of each source file to most effectively
   35906 convey the exclusion of warranty; and each file should have at least the
   35907 "copyright" line and a pointer to where the full notice is found.
   35908 
   35909     &lt;one line to give the library's name and a brief idea of what it does.&gt;
   35910     Copyright (C) &lt;year&gt;  &lt;name of author&gt;
   35911 
   35912     This library is free software; you can redistribute it and/or
   35913     modify it under the terms of the GNU Lesser General Public
   35914     License as published by the Free Software Foundation; either
   35915     version 2.1 of the License, or (at your option) any later version.
   35916 
   35917     This library is distributed in the hope that it will be useful,
   35918     but WITHOUT ANY WARRANTY; without even the implied warranty of
   35919     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
   35920     Lesser General Public License for more details.
   35921 
   35922     You should have received a copy of the GNU Lesser General Public
   35923     License along with this library; if not, write to the Free Software
   35924     Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
   35925 
   35926 Also add information on how to contact you by electronic and paper mail.
   35927 
   35928 You should also get your employer (if you work as a programmer) or your
   35929 school, if any, to sign a "copyright disclaimer" for the library, if
   35930 necessary.  Here is a sample; alter the names:
   35931 
   35932   Yoyodyne, Inc., hereby disclaims all copyright interest in the
   35933   library `Frob' (a library for tweaking knobs) written by James Random Hacker.
   35934 
   35935   &lt;signature of Ty Coon&gt;, 1 April 1990
   35936   Ty Coon, President of Vice
   35937 
   35938 That's all there is to it!
   35939 
   35940 
   35941 
   35942 </pre>
   35943 <div class="license-packages">
   35944 Used by these packages: dev-util/shflags-1.0.3-r1 dev-libs/engine_pkcs11-0.1.8-r1 media-libs/ladspa-sdk-1.13-r1 media-plugins/alsa-plugins-1.0.25-r1 net-dns/avahi-0.6.31-r4 x11-libs/cairo-1.12.12 dev-libs/libusb-compat-0.1.5-r3 dev-libs/libgpg-error-1.10-r1 dev-libs/libp11-0.2.8-r1 dev-libs/libusb-1.0.18 media-libs/sbc-1.0 dev-libs/nss-3.16-r1 dev-python/pyudev-0.16.1 media-gfx/zbar-0.10-r4 dev-libs/libgcrypt-1.4.6 dev-python/pygtk-2.14.1-r5 net-misc/modemmanager-next-1.3.0-r242 media-libs/libmtp-0.0.1-r18 sys-libs/libcap-ng-0.6.6 dev-libs/libdaemon-0.14-r1 app-crypt/nss-3.16-r1 sys-apps/util-linux-2.24 net-wireless/bluez-5.19-r7 dev-python/pygobject-2.18.0-r5 media-libs/libv4l-0.8.8 dev-libs/libnl-3.2.24 net-misc/modemmanager-classic-interfaces-0.0.1 sys-apps/acl-2.2.51 dev-python/pycairo-1.10.0-r4 sys-apps/attr-2.4.46-r2 sys-apps/keyutils-1.1-r1 media-libs/alsa-lib-1.0.27.2 app-editors/qemacs-0.4.0_pre20090420 dev-libs/opensc-0.12.2-r1 dev-libs/libnl-1.1-r1 app-accessibility/brltty-4.5-r10 dev-libs/nspr-4.10.4 media-sound/sox-14.3.2-r1
   35945 </div>
   35946 </div>
   35947 </div>
   35948 
   35949 <div class="product">
   35950 <a name="LGPL-3" class="title">Gentoo Package Stock License LGPL-3</a>
   35951 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   35952 <div class="licence">
   35953 <pre>
   35954 		   GNU LESSER GENERAL PUBLIC LICENSE
   35955                        Version 3, 29 June 2007
   35956 
   35957  Copyright (C) 2007 Free Software Foundation, Inc. &lt;http://fsf.org/>;
   35958  Everyone is permitted to copy and distribute verbatim copies
   35959  of this license document, but changing it is not allowed.
   35960 
   35961 
   35962   This version of the GNU Lesser General Public License incorporates
   35963 the terms and conditions of version 3 of the GNU General Public
   35964 License, supplemented by the additional permissions listed below.
   35965 
   35966   0. Additional Definitions. 
   35967 
   35968   As used herein, "this License" refers to version 3 of the GNU Lesser
   35969 General Public License, and the "GNU GPL" refers to version 3 of the GNU
   35970 General Public License.
   35971 
   35972   "The Library" refers to a covered work governed by this License,
   35973 other than an Application or a Combined Work as defined below.
   35974 
   35975   An "Application" is any work that makes use of an interface provided
   35976 by the Library, but which is not otherwise based on the Library.
   35977 Defining a subclass of a class defined by the Library is deemed a mode
   35978 of using an interface provided by the Library.
   35979 
   35980   A "Combined Work" is a work produced by combining or linking an
   35981 Application with the Library.  The particular version of the Library
   35982 with which the Combined Work was made is also called the "Linked
   35983 Version".
   35984 
   35985   The "Minimal Corresponding Source" for a Combined Work means the
   35986 Corresponding Source for the Combined Work, excluding any source code
   35987 for portions of the Combined Work that, considered in isolation, are
   35988 based on the Application, and not on the Linked Version.
   35989 
   35990   The "Corresponding Application Code" for a Combined Work means the
   35991 object code and/or source code for the Application, including any data
   35992 and utility programs needed for reproducing the Combined Work from the
   35993 Application, but excluding the System Libraries of the Combined Work.
   35994 
   35995   1. Exception to Section 3 of the GNU GPL.
   35996 
   35997   You may convey a covered work under sections 3 and 4 of this License
   35998 without being bound by section 3 of the GNU GPL.
   35999 
   36000   2. Conveying Modified Versions.
   36001 
   36002   If you modify a copy of the Library, and, in your modifications, a
   36003 facility refers to a function or data to be supplied by an Application
   36004 that uses the facility (other than as an argument passed when the
   36005 facility is invoked), then you may convey a copy of the modified
   36006 version:
   36007 
   36008    a) under this License, provided that you make a good faith effort to
   36009    ensure that, in the event an Application does not supply the
   36010    function or data, the facility still operates, and performs
   36011    whatever part of its purpose remains meaningful, or
   36012 
   36013    b) under the GNU GPL, with none of the additional permissions of
   36014    this License applicable to that copy.
   36015 
   36016   3. Object Code Incorporating Material from Library Header Files.
   36017 
   36018   The object code form of an Application may incorporate material from
   36019 a header file that is part of the Library.  You may convey such object
   36020 code under terms of your choice, provided that, if the incorporated
   36021 material is not limited to numerical parameters, data structure
   36022 layouts and accessors, or small macros, inline functions and templates
   36023 (ten or fewer lines in length), you do both of the following:
   36024 
   36025    a) Give prominent notice with each copy of the object code that the
   36026    Library is used in it and that the Library and its use are
   36027    covered by this License.
   36028 
   36029    b) Accompany the object code with a copy of the GNU GPL and this license
   36030    document.
   36031 
   36032   4. Combined Works.
   36033 
   36034   You may convey a Combined Work under terms of your choice that,
   36035 taken together, effectively do not restrict modification of the
   36036 portions of the Library contained in the Combined Work and reverse
   36037 engineering for debugging such modifications, if you also do each of
   36038 the following:
   36039 
   36040    a) Give prominent notice with each copy of the Combined Work that
   36041    the Library is used in it and that the Library and its use are
   36042    covered by this License.
   36043 
   36044    b) Accompany the Combined Work with a copy of the GNU GPL and this license
   36045    document.
   36046 
   36047    c) For a Combined Work that displays copyright notices during
   36048    execution, include the copyright notice for the Library among
   36049    these notices, as well as a reference directing the user to the
   36050    copies of the GNU GPL and this license document.
   36051 
   36052    d) Do one of the following:
   36053 
   36054        0) Convey the Minimal Corresponding Source under the terms of this
   36055        License, and the Corresponding Application Code in a form
   36056        suitable for, and under terms that permit, the user to
   36057        recombine or relink the Application with a modified version of
   36058        the Linked Version to produce a modified Combined Work, in the
   36059        manner specified by section 6 of the GNU GPL for conveying
   36060        Corresponding Source.
   36061 
   36062        1) Use a suitable shared library mechanism for linking with the
   36063        Library.  A suitable mechanism is one that (a) uses at run time
   36064        a copy of the Library already present on the user's computer
   36065        system, and (b) will operate properly with a modified version
   36066        of the Library that is interface-compatible with the Linked
   36067        Version. 
   36068 
   36069    e) Provide Installation Information, but only if you would otherwise
   36070    be required to provide such information under section 6 of the
   36071    GNU GPL, and only to the extent that such information is
   36072    necessary to install and execute a modified version of the
   36073    Combined Work produced by recombining or relinking the
   36074    Application with a modified version of the Linked Version. (If
   36075    you use option 4d0, the Installation Information must accompany
   36076    the Minimal Corresponding Source and Corresponding Application
   36077    Code. If you use option 4d1, you must provide the Installation
   36078    Information in the manner specified by section 6 of the GNU GPL
   36079    for conveying Corresponding Source.)
   36080 
   36081   5. Combined Libraries.
   36082 
   36083   You may place library facilities that are a work based on the
   36084 Library side by side in a single library together with other library
   36085 facilities that are not Applications and are not covered by this
   36086 License, and convey such a combined library under terms of your
   36087 choice, if you do both of the following:
   36088 
   36089    a) Accompany the combined library with a copy of the same work based
   36090    on the Library, uncombined with any other library facilities,
   36091    conveyed under the terms of this License.
   36092 
   36093    b) Give prominent notice with the combined library that part of it
   36094    is a work based on the Library, and explaining where to find the
   36095    accompanying uncombined form of the same work.
   36096 
   36097   6. Revised Versions of the GNU Lesser General Public License.
   36098 
   36099   The Free Software Foundation may publish revised and/or new versions
   36100 of the GNU Lesser General Public License from time to time. Such new
   36101 versions will be similar in spirit to the present version, but may
   36102 differ in detail to address new problems or concerns.
   36103 
   36104   Each version is given a distinguishing version number. If the
   36105 Library as you received it specifies that a certain numbered version
   36106 of the GNU Lesser General Public License "or any later version"
   36107 applies to it, you have the option of following the terms and
   36108 conditions either of that published version or of any later version
   36109 published by the Free Software Foundation. If the Library as you
   36110 received it does not specify a version number of the GNU Lesser
   36111 General Public License, you may choose any version of the GNU Lesser
   36112 General Public License ever published by the Free Software Foundation.
   36113 
   36114   If the Library as you received it specifies that a proxy can decide
   36115 whether future versions of the GNU Lesser General Public License shall
   36116 apply, that proxy's public statement of acceptance of any version is
   36117 permanent authorization for you to choose that version for the
   36118 Library.
   36119 
   36120 </pre>
   36121 <div class="license-packages">
   36122 Used by these packages: sys-devel/binutils-2.22-r27 app-admin/rsyslog-5.8.11-r1 sys-libs/gcc-libs-4.8.2-r11 dev-libs/gmp-5.0.2_p1 media-libs/mesa-10.3-r3 dev-python/pycairo-1.10.0-r4 chromeos-base/autotest-deps-piglit-0.0.1-r4755
   36123 </div>
   36124 </div>
   36125 </div>
   36126 
   36127 <div class="product">
   36128 <a name="MPL-2.0" class="title">Gentoo Package Stock License MPL-2.0</a>
   36129 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   36130 <div class="licence">
   36131 <pre>
   36132 Mozilla Public License Version 2.0
   36133 ==================================
   36134 
   36135 1. Definitions
   36136 --------------
   36137 
   36138 1.1. "Contributor"
   36139     means each individual or legal entity that creates, contributes to
   36140     the creation of, or owns Covered Software.
   36141 
   36142 1.2. "Contributor Version"
   36143     means the combination of the Contributions of others (if any) used
   36144     by a Contributor and that particular Contributor's Contribution.
   36145 
   36146 1.3. "Contribution"
   36147     means Covered Software of a particular Contributor.
   36148 
   36149 1.4. "Covered Software"
   36150     means Source Code Form to which the initial Contributor has attached
   36151     the notice in Exhibit A, the Executable Form of such Source Code
   36152     Form, and Modifications of such Source Code Form, in each case
   36153     including portions thereof.
   36154 
   36155 1.5. "Incompatible With Secondary Licenses"
   36156     means
   36157 
   36158     (a) that the initial Contributor has attached the notice described
   36159         in Exhibit B to the Covered Software; or
   36160 
   36161     (b) that the Covered Software was made available under the terms of
   36162         version 1.1 or earlier of the License, but not also under the
   36163         terms of a Secondary License.
   36164 
   36165 1.6. "Executable Form"
   36166     means any form of the work other than Source Code Form.
   36167 
   36168 1.7. "Larger Work"
   36169     means a work that combines Covered Software with other material, in 
   36170     a separate file or files, that is not Covered Software.
   36171 
   36172 1.8. "License"
   36173     means this document.
   36174 
   36175 1.9. "Licensable"
   36176     means having the right to grant, to the maximum extent possible,
   36177     whether at the time of the initial grant or subsequently, any and
   36178     all of the rights conveyed by this License.
   36179 
   36180 1.10. "Modifications"
   36181     means any of the following:
   36182 
   36183     (a) any file in Source Code Form that results from an addition to,
   36184         deletion from, or modification of the contents of Covered
   36185         Software; or
   36186 
   36187     (b) any new file in Source Code Form that contains any Covered
   36188         Software.
   36189 
   36190 1.11. "Patent Claims" of a Contributor
   36191     means any patent claim(s), including without limitation, method,
   36192     process, and apparatus claims, in any patent Licensable by such
   36193     Contributor that would be infringed, but for the grant of the
   36194     License, by the making, using, selling, offering for sale, having
   36195     made, import, or transfer of either its Contributions or its
   36196     Contributor Version.
   36197 
   36198 1.12. "Secondary License"
   36199     means either the GNU General Public License, Version 2.0, the GNU
   36200     Lesser General Public License, Version 2.1, the GNU Affero General
   36201     Public License, Version 3.0, or any later versions of those
   36202     licenses.
   36203 
   36204 1.13. "Source Code Form"
   36205     means the form of the work preferred for making modifications.
   36206 
   36207 1.14. "You" (or "Your")
   36208     means an individual or a legal entity exercising rights under this
   36209     License. For legal entities, "You" includes any entity that
   36210     controls, is controlled by, or is under common control with You. For
   36211     purposes of this definition, "control" means (a) the power, direct
   36212     or indirect, to cause the direction or management of such entity,
   36213     whether by contract or otherwise, or (b) ownership of more than
   36214     fifty percent (50%) of the outstanding shares or beneficial
   36215     ownership of such entity.
   36216 
   36217 2. License Grants and Conditions
   36218 --------------------------------
   36219 
   36220 2.1. Grants
   36221 
   36222 Each Contributor hereby grants You a world-wide, royalty-free,
   36223 non-exclusive license:
   36224 
   36225 (a) under intellectual property rights (other than patent or trademark)
   36226     Licensable by such Contributor to use, reproduce, make available,
   36227     modify, display, perform, distribute, and otherwise exploit its
   36228     Contributions, either on an unmodified basis, with Modifications, or
   36229     as part of a Larger Work; and
   36230 
   36231 (b) under Patent Claims of such Contributor to make, use, sell, offer
   36232     for sale, have made, import, and otherwise transfer either its
   36233     Contributions or its Contributor Version.
   36234 
   36235 2.2. Effective Date
   36236 
   36237 The licenses granted in Section 2.1 with respect to any Contribution
   36238 become effective for each Contribution on the date the Contributor first
   36239 distributes such Contribution.
   36240 
   36241 2.3. Limitations on Grant Scope
   36242 
   36243 The licenses granted in this Section 2 are the only rights granted under
   36244 this License. No additional rights or licenses will be implied from the
   36245 distribution or licensing of Covered Software under this License.
   36246 Notwithstanding Section 2.1(b) above, no patent license is granted by a
   36247 Contributor:
   36248 
   36249 (a) for any code that a Contributor has removed from Covered Software;
   36250     or
   36251 
   36252 (b) for infringements caused by: (i) Your and any other third party's
   36253     modifications of Covered Software, or (ii) the combination of its
   36254     Contributions with other software (except as part of its Contributor
   36255     Version); or
   36256 
   36257 (c) under Patent Claims infringed by Covered Software in the absence of
   36258     its Contributions.
   36259 
   36260 This License does not grant any rights in the trademarks, service marks,
   36261 or logos of any Contributor (except as may be necessary to comply with
   36262 the notice requirements in Section 3.4).
   36263 
   36264 2.4. Subsequent Licenses
   36265 
   36266 No Contributor makes additional grants as a result of Your choice to
   36267 distribute the Covered Software under a subsequent version of this
   36268 License (see Section 10.2) or under the terms of a Secondary License (if
   36269 permitted under the terms of Section 3.3).
   36270 
   36271 2.5. Representation
   36272 
   36273 Each Contributor represents that the Contributor believes its
   36274 Contributions are its original creation(s) or it has sufficient rights
   36275 to grant the rights to its Contributions conveyed by this License.
   36276 
   36277 2.6. Fair Use
   36278 
   36279 This License is not intended to limit any rights You have under
   36280 applicable copyright doctrines of fair use, fair dealing, or other
   36281 equivalents.
   36282 
   36283 2.7. Conditions
   36284 
   36285 Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted
   36286 in Section 2.1.
   36287 
   36288 3. Responsibilities
   36289 -------------------
   36290 
   36291 3.1. Distribution of Source Form
   36292 
   36293 All distribution of Covered Software in Source Code Form, including any
   36294 Modifications that You create or to which You contribute, must be under
   36295 the terms of this License. You must inform recipients that the Source
   36296 Code Form of the Covered Software is governed by the terms of this
   36297 License, and how they can obtain a copy of this License. You may not
   36298 attempt to alter or restrict the recipients' rights in the Source Code
   36299 Form.
   36300 
   36301 3.2. Distribution of Executable Form
   36302 
   36303 If You distribute Covered Software in Executable Form then:
   36304 
   36305 (a) such Covered Software must also be made available in Source Code
   36306     Form, as described in Section 3.1, and You must inform recipients of
   36307     the Executable Form how they can obtain a copy of such Source Code
   36308     Form by reasonable means in a timely manner, at a charge no more
   36309     than the cost of distribution to the recipient; and
   36310 
   36311 (b) You may distribute such Executable Form under the terms of this
   36312     License, or sublicense it under different terms, provided that the
   36313     license for the Executable Form does not attempt to limit or alter
   36314     the recipients' rights in the Source Code Form under this License.
   36315 
   36316 3.3. Distribution of a Larger Work
   36317 
   36318 You may create and distribute a Larger Work under terms of Your choice,
   36319 provided that You also comply with the requirements of this License for
   36320 the Covered Software. If the Larger Work is a combination of Covered
   36321 Software with a work governed by one or more Secondary Licenses, and the
   36322 Covered Software is not Incompatible With Secondary Licenses, this
   36323 License permits You to additionally distribute such Covered Software
   36324 under the terms of such Secondary License(s), so that the recipient of
   36325 the Larger Work may, at their option, further distribute the Covered
   36326 Software under the terms of either this License or such Secondary
   36327 License(s).
   36328 
   36329 3.4. Notices
   36330 
   36331 You may not remove or alter the substance of any license notices
   36332 (including copyright notices, patent notices, disclaimers of warranty,
   36333 or limitations of liability) contained within the Source Code Form of
   36334 the Covered Software, except that You may alter any license notices to
   36335 the extent required to remedy known factual inaccuracies.
   36336 
   36337 3.5. Application of Additional Terms
   36338 
   36339 You may choose to offer, and to charge a fee for, warranty, support,
   36340 indemnity or liability obligations to one or more recipients of Covered
   36341 Software. However, You may do so only on Your own behalf, and not on
   36342 behalf of any Contributor. You must make it absolutely clear that any
   36343 such warranty, support, indemnity, or liability obligation is offered by
   36344 You alone, and You hereby agree to indemnify every Contributor for any
   36345 liability incurred by such Contributor as a result of warranty, support,
   36346 indemnity or liability terms You offer. You may include additional
   36347 disclaimers of warranty and limitations of liability specific to any
   36348 jurisdiction.
   36349 
   36350 4. Inability to Comply Due to Statute or Regulation
   36351 ---------------------------------------------------
   36352 
   36353 If it is impossible for You to comply with any of the terms of this
   36354 License with respect to some or all of the Covered Software due to
   36355 statute, judicial order, or regulation then You must: (a) comply with
   36356 the terms of this License to the maximum extent possible; and (b)
   36357 describe the limitations and the code they affect. Such description must
   36358 be placed in a text file included with all distributions of the Covered
   36359 Software under this License. Except to the extent prohibited by statute
   36360 or regulation, such description must be sufficiently detailed for a
   36361 recipient of ordinary skill to be able to understand it.
   36362 
   36363 5. Termination
   36364 --------------
   36365 
   36366 5.1. The rights granted under this License will terminate automatically
   36367 if You fail to comply with any of its terms. However, if You become
   36368 compliant, then the rights granted under this License from a particular
   36369 Contributor are reinstated (a) provisionally, unless and until such
   36370 Contributor explicitly and finally terminates Your grants, and (b) on an
   36371 ongoing basis, if such Contributor fails to notify You of the
   36372 non-compliance by some reasonable means prior to 60 days after You have
   36373 come back into compliance. Moreover, Your grants from a particular
   36374 Contributor are reinstated on an ongoing basis if such Contributor
   36375 notifies You of the non-compliance by some reasonable means, this is the
   36376 first time You have received notice of non-compliance with this License
   36377 from such Contributor, and You become compliant prior to 30 days after
   36378 Your receipt of the notice.
   36379 
   36380 5.2. If You initiate litigation against any entity by asserting a patent
   36381 infringement claim (excluding declaratory judgment actions,
   36382 counter-claims, and cross-claims) alleging that a Contributor Version
   36383 directly or indirectly infringes any patent, then the rights granted to
   36384 You by any and all Contributors for the Covered Software under Section
   36385 2.1 of this License shall terminate.
   36386 
   36387 5.3. In the event of termination under Sections 5.1 or 5.2 above, all
   36388 end user license agreements (excluding distributors and resellers) which
   36389 have been validly granted by You or Your distributors under this License
   36390 prior to termination shall survive termination.
   36391 
   36392 ************************************************************************
   36393 *                                                                      *
   36394 *  6. Disclaimer of Warranty                                           *
   36395 *  -------------------------                                           *
   36396 *                                                                      *
   36397 *  Covered Software is provided under this License on an "as is"       *
   36398 *  basis, without warranty of any kind, either expressed, implied, or  *
   36399 *  statutory, including, without limitation, warranties that the       *
   36400 *  Covered Software is free of defects, merchantable, fit for a        *
   36401 *  particular purpose or non-infringing. The entire risk as to the     *
   36402 *  quality and performance of the Covered Software is with You.        *
   36403 *  Should any Covered Software prove defective in any respect, You     *
   36404 *  (not any Contributor) assume the cost of any necessary servicing,   *
   36405 *  repair, or correction. This disclaimer of warranty constitutes an   *
   36406 *  essential part of this License. No use of any Covered Software is   *
   36407 *  authorized under this License except under this disclaimer.         *
   36408 *                                                                      *
   36409 ************************************************************************
   36410 
   36411 ************************************************************************
   36412 *                                                                      *
   36413 *  7. Limitation of Liability                                          *
   36414 *  --------------------------                                          *
   36415 *                                                                      *
   36416 *  Under no circumstances and under no legal theory, whether tort      *
   36417 *  (including negligence), contract, or otherwise, shall any           *
   36418 *  Contributor, or anyone who distributes Covered Software as          *
   36419 *  permitted above, be liable to You for any direct, indirect,         *
   36420 *  special, incidental, or consequential damages of any character      *
   36421 *  including, without limitation, damages for lost profits, loss of    *
   36422 *  goodwill, work stoppage, computer failure or malfunction, or any    *
   36423 *  and all other commercial damages or losses, even if such party      *
   36424 *  shall have been informed of the possibility of such damages. This   *
   36425 *  limitation of liability shall not apply to liability for death or   *
   36426 *  personal injury resulting from such party's negligence to the       *
   36427 *  extent applicable law prohibits such limitation. Some               *
   36428 *  jurisdictions do not allow the exclusion or limitation of           *
   36429 *  incidental or consequential damages, so this exclusion and          *
   36430 *  limitation may not apply to You.                                    *
   36431 *                                                                      *
   36432 ************************************************************************
   36433 
   36434 8. Litigation
   36435 -------------
   36436 
   36437 Any litigation relating to this License may be brought only in the
   36438 courts of a jurisdiction where the defendant maintains its principal
   36439 place of business and such litigation shall be governed by laws of that
   36440 jurisdiction, without reference to its conflict-of-law provisions.
   36441 Nothing in this Section shall prevent a party's ability to bring
   36442 cross-claims or counter-claims.
   36443 
   36444 9. Miscellaneous
   36445 ----------------
   36446 
   36447 This License represents the complete agreement concerning the subject
   36448 matter hereof. If any provision of this License is held to be
   36449 unenforceable, such provision shall be reformed only to the extent
   36450 necessary to make it enforceable. Any law or regulation which provides
   36451 that the language of a contract shall be construed against the drafter
   36452 shall not be used to construe this License against a Contributor.
   36453 
   36454 10. Versions of the License
   36455 ---------------------------
   36456 
   36457 10.1. New Versions
   36458 
   36459 Mozilla Foundation is the license steward. Except as provided in Section
   36460 10.3, no one other than the license steward has the right to modify or
   36461 publish new versions of this License. Each version will be given a
   36462 distinguishing version number.
   36463 
   36464 10.2. Effect of New Versions
   36465 
   36466 You may distribute the Covered Software under the terms of the version
   36467 of the License under which You originally received the Covered Software,
   36468 or under the terms of any subsequent version published by the license
   36469 steward.
   36470 
   36471 10.3. Modified Versions
   36472 
   36473 If you create software not governed by this License, and you want to
   36474 create a new license for such software, you may create and use a
   36475 modified version of this License if you rename the license and remove
   36476 any references to the name of the license steward (except to note that
   36477 such modified license differs from this License).
   36478 
   36479 10.4. Distributing Source Code Form that is Incompatible With Secondary
   36480 Licenses
   36481 
   36482 If You choose to distribute Source Code Form that is Incompatible With
   36483 Secondary Licenses under the terms of this version of the License, the
   36484 notice described in Exhibit B of this License must be attached.
   36485 
   36486 Exhibit A - Source Code Form License Notice
   36487 -------------------------------------------
   36488 
   36489   This Source Code Form is subject to the terms of the Mozilla Public
   36490   License, v. 2.0. If a copy of the MPL was not distributed with this
   36491   file, You can obtain one at http://mozilla.org/MPL/2.0/.
   36492 
   36493 If it is not possible or desirable to put the notice in a particular
   36494 file, then You may include the notice in a location (such as a LICENSE
   36495 file in a relevant directory) where a recipient would be likely to look
   36496 for such a notice.
   36497 
   36498 You may add additional accurate notices of copyright ownership.
   36499 
   36500 Exhibit B - "Incompatible With Secondary Licenses" Notice
   36501 ---------------------------------------------------------
   36502 
   36503   This Source Code Form is "Incompatible With Secondary Licenses", as
   36504   defined by the Mozilla Public License, v. 2.0.
   36505 
   36506 
   36507 </pre>
   36508 <div class="license-packages">
   36509 Used by these packages: dev-libs/nss-3.16-r1 app-crypt/nss-3.16-r1 dev-libs/nspr-4.10.4
   36510 </div>
   36511 </div>
   36512 </div>
   36513 
   36514 <div class="product">
   36515 <a name="OFL-1.1" class="title">Gentoo Package Stock License OFL-1.1</a>
   36516 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   36517 <div class="licence">
   36518 <pre>
   36519 SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
   36520 -----
   36521 
   36522 PREAMBLE
   36523 
   36524 The goals of the Open Font License (OFL) are to stimulate worldwide
   36525 development of collaborative font projects, to support the font creation
   36526 efforts of academic and linguistic communities, and to provide a free
   36527 and open framework in which fonts may be shared and improved in
   36528 partnership with others.
   36529 
   36530 The OFL allows the licensed fonts to be used, studied, modified and
   36531 redistributed freely as long as they are not sold by themselves.  The
   36532 fonts, including any derivative works, can be bundled, embedded,
   36533 redistributed and/or sold with any software provided that any reserved
   36534 names are not used by derivative works.  The fonts and derivatives,
   36535 however, cannot be released under any other type of license.  The
   36536 requirement for fonts to remain under this license does not apply to
   36537 any document created using the fonts or their derivatives.
   36538 
   36539 DEFINITIONS
   36540 
   36541 "Font Software" refers to the set of files released by the Copyright
   36542 Holder(s) under this license and clearly marked as such.  This may
   36543 include source files, build scripts and documentation.
   36544 
   36545 "Reserved Font Name" refers to any names specified as such after the
   36546 copyright statement(s).
   36547 
   36548 "Original Version" refers to the collection of Font Software components
   36549 as distributed by the Copyright Holder(s).
   36550 
   36551 "Modified Version" refers to any derivative made by adding to, deleting,
   36552 or substituting -- in part or in whole -- any of the components of the
   36553 Original Version, by changing formats or by porting the Font Software
   36554 to a new environment.
   36555 
   36556 "Author" refers to any designer, engineer, programmer, technical writer
   36557 or other person who contributed to the Font Software.
   36558 
   36559 PERMISSION &amp; CONDITIONS
   36560 
   36561 Permission is hereby granted, free of charge, to any person obtaining a
   36562 copy of the Font Software, to use, study, copy, merge, embed, modify,
   36563 redistribute, and sell modified and unmodified copies of the Font
   36564 Software, subject to the following conditions:
   36565 
   36566 1) Neither the Font Software nor any of its individual components, in
   36567 Original or Modified Versions, may be sold by itself.
   36568 
   36569 2) Original or Modified Versions of the Font Software may be bundled,
   36570 redistributed and/or sold with any software, provided that each copy
   36571 contains the above copyright notice and this license.  These can be
   36572 included either as stand-alone text files, human-readable headers or in
   36573 the appropriate machine-readable metadata fields within text or binary
   36574 files as long as those fields can be easily viewed by the user.
   36575 
   36576 3) No Modified Version of the Font Software may use the Reserved Font
   36577 Name(s) unless explicit written permission is granted by the
   36578 corresponding Copyright Holder.  This restriction only applies to the
   36579 primary font name as presented to the users.
   36580 
   36581 4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
   36582 Software shall not be used to promote, endorse or advertise any
   36583 Modified Version, except to acknowledge the contribution(s) of the
   36584 Copyright Holder(s) and the Author(s) or with their explicit written
   36585 permission.
   36586 
   36587 5) The Font Software, modified or unmodified, in part or in whole,
   36588 must be distributed entirely under this license, and must not be
   36589 distributed under any other license.  The requirement for fonts to
   36590 remain under this license does not apply to any document created
   36591 using the Font Software.
   36592 
   36593 TERMINATION
   36594 
   36595 This license becomes null and void if any of the above conditions are
   36596 not met.
   36597 
   36598 DISCLAIMER THE FONT SOFTWARE IS PROVIDED "AS IS",
   36599 WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
   36600 INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
   36601 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
   36602 NONINFRINGEMENT OF COPYRIGHT, PATENT, TRADEMARK, OR
   36603 OTHER RIGHT.  IN NO EVENT SHALL THE COPYRIGHT HOLDER BE
   36604 LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
   36605 INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR
   36606 CONSEQUENTIAL DAMAGES, WHETHER IN AN ACTION OF
   36607 CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF THE
   36608 USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
   36609 OTHER DEALINGS IN THE FONT SOFTWARE.
   36610 
   36611 </pre>
   36612 <div class="license-packages">
   36613 Used by these packages: media-fonts/my-padauk-2.50 media-fonts/crosextrafonts-carlito-20130920 media-fonts/ml-anjalioldlipi-0.740 media-fonts/tibt-jomolhari-0.0.3c media-fonts/ko-nanumfonts-3.10.0 media-fonts/lohitfonts-cros-2.5.0-r1
   36614 </div>
   36615 </div>
   36616 </div>
   36617 
   36618 <div class="product">
   36619 <a name="PSF-2" class="title">Gentoo Package Stock License PSF-2</a>
   36620 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   36621 <div class="licence">
   36622 <pre>
   36623 PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2
   36624 --------------------------------------------
   36625 
   36626 1. This LICENSE AGREEMENT is between the Python Software Foundation
   36627 ("PSF"), and the Individual or Organization ("Licensee") accessing and
   36628 otherwise using this software ("Python") in source or binary form and
   36629 its associated documentation.
   36630 
   36631 2. Subject to the terms and conditions of this License Agreement, PSF hereby
   36632 grants Licensee a nonexclusive, royalty-free, world-wide license to reproduce,
   36633 analyze, test, perform and/or display publicly, prepare derivative works,
   36634 distribute, and otherwise use Python alone or in any derivative version,
   36635 provided, however, that PSF's License Agreement and PSF's notice of copyright,
   36636 i.e., "Copyright (c) &lt;YEARS&gt; Python Software Foundation; All Rights Reserved"
   36637 are retained in Python alone or in any derivative version prepared by Licensee.
   36638 
   36639 3. In the event Licensee prepares a derivative work that is based on
   36640 or incorporates Python or any part thereof, and wants to make
   36641 the derivative work available to others as provided herein, then
   36642 Licensee hereby agrees to include in any such work a brief summary of
   36643 the changes made to Python.
   36644 
   36645 4. PSF is making Python available to Licensee on an "AS IS"
   36646 basis.  PSF MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
   36647 IMPLIED.  BY WAY OF EXAMPLE, BUT NOT LIMITATION, PSF MAKES NO AND
   36648 DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
   36649 FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON WILL NOT
   36650 INFRINGE ANY THIRD PARTY RIGHTS.
   36651 
   36652 5. PSF SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON
   36653 FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS
   36654 A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON,
   36655 OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
   36656 
   36657 6. This License Agreement will automatically terminate upon a material
   36658 breach of its terms and conditions.
   36659 
   36660 7. Nothing in this License Agreement shall be deemed to create any
   36661 relationship of agency, partnership, or joint venture between PSF and
   36662 Licensee.  This License Agreement does not grant permission to use PSF
   36663 trademarks or trade name in a trademark sense to endorse or promote
   36664 products or services of Licensee, or any third party.
   36665 
   36666 8. By copying, installing or otherwise using Python, Licensee
   36667 agrees to be bound by the terms and conditions of this License
   36668 Agreement.
   36669 
   36670 </pre>
   36671 <div class="license-packages">
   36672 Used by these packages: dev-python/setuptools-0.8-r1 dev-lang/python-2.7.3-r7 chromeos-base/minifakedns-0.0.1-r13
   36673 </div>
   36674 </div>
   36675 </div>
   36676 
   36677 <div class="product">
   36678 <a name="public-domain" class="title">Gentoo Package Stock License public-domain</a>
   36679 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   36680 <div class="licence">
   36681 <pre>
   36682 Software is in the public domain.
   36683 
   36684 </pre>
   36685 <div class="license-packages">
   36686 Used by these packages: sys-apps/hwids-20130915.1 app-arch/xz-utils-5.0.5-r1 sys-libs/timezone-data-2014e sys-apps/util-linux-2.24 dev-libs/jsoncpp-0.6.0_rc2
   36687 </div>
   36688 </div>
   36689 </div>
   36690 
   36691 <div class="product">
   36692 <a name="SGI-B-2.0" class="title">Gentoo Package Stock License SGI-B-2.0</a>
   36693 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   36694 <div class="licence">
   36695 <pre>
   36696 SGI FREE SOFTWARE LICENSE B (Version 2.0, Sept. 18, 2008)
   36697 
   36698 Copyright (C) [dates of first publication] Silicon Graphics, Inc. All Rights
   36699 Reserved.
   36700 
   36701 Permission is hereby granted, free of charge, to any person obtaining a copy of
   36702 this software and associated documentation files (the "Software"), to deal in
   36703 the Software without restriction, including without limitation the rights to
   36704 use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
   36705 of the Software, and to permit persons to whom the Software is furnished to do
   36706 so, subject to the following conditions:
   36707 
   36708 The above copyright notice including the dates of first publication and either
   36709 this permission notice or a reference to http://oss.sgi.com/projects/FreeB/
   36710 shall be included in all copies or substantial portions of the Software.
   36711 
   36712 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   36713 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   36714 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL SILICON
   36715 GRAPHICS, INC. BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
   36716 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
   36717 WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
   36718 
   36719 Except as contained in this notice, the name of Silicon Graphics, Inc. shall
   36720 not be used in advertising or otherwise to promote the sale, use or other
   36721 dealings in this Software without prior written authorization from Silicon
   36722 Graphics, Inc.
   36723 
   36724 </pre>
   36725 <div class="license-packages">
   36726 Used by these packages: x11-proto/glproto-1.4.14-r1 media-libs/mesa-10.3-r3 media-libs/glu-9.0.0
   36727 </div>
   36728 </div>
   36729 </div>
   36730 
   36731 <div class="product">
   36732 <a name="X" class="title">Custom License X</a>
   36733 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
   36734 <div class="licence">
   36735 <pre>
   36736 The following is the 'standard copyright' agreed upon by most contributors,
   36737 and is currently the canonical license preferred by the X.Org Foundation.
   36738 This is a slight variant of the common MIT license form published by the
   36739 Open Source Initiative at http://www.opensource.org/licenses/mit-license.php
   36740 
   36741 Copyright holders of new code should use this license statement where
   36742 possible, and insert their name to this list.  Please sort by surname
   36743 for people, and by the full name for other entities (e.g.  Juliusz
   36744 Chroboczek sorts before Intel Corporation sorts before Daniel Stone).
   36745 
   36746 Copyright  2000-2001 Juliusz Chroboczek
   36747 Copyright  1998 Egbert Eich
   36748 Copyright  2006-2007 Intel Corporation
   36749 Copyright  2006 Nokia Corporation
   36750 Copyright  2006-2008 Peter Hutterer
   36751 Copyright  2006 Adam Jackson
   36752 Copyright  2009 NVIDIA Corporation
   36753 Copyright  1999 Keith Packard
   36754 Copyright  2007-2009 Red Hat, Inc.
   36755 Copyright  2005-2008 Daniel Stone
   36756 Copyright  2006-2009 Simon Thum
   36757 Copyright  1987, 2003-2006, 2008-2009 Sun Microsystems, Inc.
   36758 Copyright  2006 Luc Verhaegen
   36759 
   36760 Permission is hereby granted, free of charge, to any person obtaining a
   36761 copy of this software and associated documentation files (the "Software"),
   36762 to deal in the Software without restriction, including without limitation
   36763 the rights to use, copy, modify, merge, publish, distribute, sublicense,
   36764 and/or sell copies of the Software, and to permit persons to whom the
   36765 Software is furnished to do so, subject to the following conditions:
   36766 
   36767 The above copyright notice and this permission notice (including the next
   36768 paragraph) shall be included in all copies or substantial portions of the
   36769 Software.
   36770 
   36771 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   36772 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   36773 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
   36774 THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
   36775 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
   36776 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
   36777 DEALINGS IN THE SOFTWARE.
   36778 
   36779 
   36780 
   36781 
   36782 The following licenses are 'legacy': usually MIT/X11 licenses with the name
   36783 of the copyright holder(s) in the license statement, but also some BSD-like
   36784 licenses.
   36785 
   36786 
   36787 Copyright (C) 1994-2003 The XFree86 Project, Inc.  All Rights Reserved.
   36788 Copyright (C) Colin Harrison 2005-2008
   36789 
   36790 Permission is hereby granted, free of charge, to any person obtaining a copy of
   36791 this software and associated documentation files (the "Software"), to deal in
   36792 the Software without restriction, including without limitation the rights to
   36793 use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
   36794 of the Software, and to permit persons to whom the Software is furnished to do
   36795 so, subject to the following conditions:
   36796 
   36797 The above copyright notice and this permission notice shall be included in all
   36798 copies or substantial portions of the Software.
   36799 
   36800 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   36801 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FIT-
   36802 NESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
   36803 XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
   36804 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
   36805 WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
   36806 
   36807 Except as contained in this notice, the name of the XFree86 Project shall not
   36808 be used in advertising or otherwise to promote the sale, use or other dealings
   36809 in this Software without prior written authorization from the XFree86 Project.
   36810 
   36811 
   36812 Copyright 1997 by The XFree86 Project, Inc.
   36813 
   36814 Permission to use, copy, modify, distribute, and sell this software and its
   36815 documentation for any purpose is hereby granted without fee, provided that
   36816 the above copyright notice appear in all copies and that both that
   36817 copyright notice and this permission notice appear in supporting
   36818 documentation, and that the name of the XFree86 Project, Inc.
   36819 not be used in advertising or publicity pertaining to distribution of
   36820 the software without specific, written prior permission.  The Xfree86
   36821 Project, Inc. makes no representations about the suitability of this
   36822 software for any purpose.  It is provided "as is" without express or
   36823 implied warranty.
   36824 
   36825 THE XFREE86 PROJECT, INC. DISCLAIMS ALL WARRANTIES WITH REGARD
   36826 TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
   36827 FITNESS, IN NO EVENT SHALL OREST ZBOROWSKI OR DAVID WEXELBLAT BE LIABLE
   36828 FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
   36829 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
   36830 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
   36831 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
   36832 
   36833 
   36834 Copyright 1985-1998, 2001  The Open Group
   36835 Copyright 2002 Red Hat Inc., Durham, North Carolina.
   36836 
   36837 Permission to use, copy, modify, distribute, and sell this software and its
   36838 documentation for any purpose is hereby granted without fee, provided that
   36839 the above copyright notice appear in all copies and that both that
   36840 copyright notice and this permission notice appear in supporting
   36841 documentation.
   36842 
   36843 The above copyright notice and this permission notice shall be included in
   36844 all copies or substantial portions of the Software.
   36845 
   36846 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   36847 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   36848 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
   36849 OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
   36850 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
   36851 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
   36852 
   36853 Except as contained in this notice, the name of The Open Group shall not be
   36854 used in advertising or otherwise to promote the sale, use or other dealings
   36855 in this Software without prior written authorization from The Open Group.
   36856 
   36857 
   36858 Copyright (c) 1987, 1989-1990, 1992-1995  X Consortium
   36859 
   36860 Permission is hereby granted, free of charge, to any person obtaining a copy
   36861 of this software and associated documentation files (the "Software"), to deal
   36862 in the Software without restriction, including without limitation the rights
   36863 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
   36864 copies of the Software, and to permit persons to whom the Software is
   36865 furnished to do so, subject to the following conditions:
   36866 
   36867 The above copyright notice and this permission notice shall be included in
   36868 all copies or substantial portions of the Software.
   36869 
   36870 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   36871 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   36872 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
   36873 X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
   36874 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
   36875 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
   36876 
   36877 Except as contained in this notice, the name of the X Consortium shall not be
   36878 used in advertising or otherwise to promote the sale, use or other dealings
   36879 in this Software without prior written authorization from the X Consortium.
   36880 
   36881 
   36882 Copyright  1999-2000 SuSE, Inc.
   36883 Copyright  2007 Red Hat, Inc.
   36884 
   36885 Permission to use, copy, modify, distribute, and sell this software and its
   36886 documentation for any purpose is hereby granted without fee, provided that
   36887 the above copyright notice appear in all copies and that both that
   36888 copyright notice and this permission notice appear in supporting
   36889 documentation, and that the name of SuSE not be used in advertising or
   36890 publicity pertaining to distribution of the software without specific,
   36891 written prior permission.  SuSE makes no representations about the
   36892 suitability of this software for any purpose.  It is provided "as is"
   36893 without express or implied warranty.
   36894 
   36895 SuSE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL
   36896 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL SuSE
   36897 BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
   36898 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
   36899 OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
   36900 CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
   36901 
   36902 
   36903 Copyright 1987-1991, 1993 by Digital Equipment Corporation, Maynard, Massachusetts.
   36904 Copyright 1991 Massachusetts Institute of Technology, Cambridge, Massachusetts.
   36905 Copyright 1991, 1993 Olivetti Research Limited, Cambridge, England.
   36906 
   36907                         All Rights Reserved
   36908 
   36909 Permission to use, copy, modify, and distribute this software and its
   36910 documentation for any purpose and without fee is hereby granted,
   36911 provided that the above copyright notice appear in all copies and that
   36912 both that copyright notice and this permission notice appear in
   36913 supporting documentation, and that the name of Digital not be
   36914 used in advertising or publicity pertaining to distribution of the
   36915 software without specific, written prior permission.
   36916 
   36917 DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
   36918 ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL
   36919 DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR
   36920 ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
   36921 WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
   36922 ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
   36923 SOFTWARE.
   36924 
   36925 
   36926 Copyright 1987 by Digital Equipment Corporation, Maynard, Massachusetts,
   36927 Copyright 1994 Quarterdeck Office Systems.
   36928 
   36929                         All Rights Reserved
   36930 
   36931 Permission to use, copy, modify, and distribute this software and its
   36932 documentation for any purpose and without fee is hereby granted,
   36933 provided that the above copyright notice appear in all copies and that
   36934 both that copyright notice and this permission notice appear in
   36935 supporting documentation, and that the names of Digital and
   36936 Quarterdeck not be used in advertising or publicity pertaining to
   36937 distribution of the software without specific, written prior
   36938 permission.
   36939 
   36940 DIGITAL AND QUARTERDECK DISCLAIM ALL WARRANTIES WITH REGARD TO THIS
   36941 SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
   36942 FITNESS, IN NO EVENT SHALL DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT
   36943 OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
   36944 OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
   36945 OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE
   36946 OR PERFORMANCE OF THIS SOFTWARE.
   36947 
   36948 
   36949 Copyright 1997 Digital Equipment Corporation.
   36950 All rights reserved.
   36951 
   36952 This software is furnished under license and may be used and copied only in
   36953 accordance with the following terms and conditions.  Subject to these
   36954 conditions, you may download, copy, install, use, modify and distribute
   36955 this software in source and/or binary form. No title or ownership is
   36956 transferred hereby.
   36957 
   36958 1) Any source code used, modified or distributed must reproduce and retain
   36959    this copyright notice and list of conditions as they appear in the
   36960    source file.
   36961 
   36962 2) No right is granted to use any trade name, trademark, or logo of Digital
   36963    Equipment Corporation. Neither the "Digital Equipment Corporation"
   36964    name nor any trademark or logo of Digital Equipment Corporation may be
   36965    used to endorse or promote products derived from this software without
   36966    the prior written permission of Digital Equipment Corporation.
   36967 
   36968 3) This software is provided "AS-IS" and any express or implied warranties,
   36969    including but not limited to, any implied warranties of merchantability,
   36970    fitness for a particular purpose, or non-infringement are disclaimed.
   36971    In no event shall DIGITAL be liable for any damages whatsoever, and in
   36972    particular, DIGITAL shall not be liable for special, indirect,
   36973    consequential, or incidental damages or damages for lost profits, loss
   36974    of revenue or loss of use, whether such damages arise in contract,
   36975    negligence, tort, under statute, in equity, at law or otherwise, even
   36976    if advised of the possibility of such damage.
   36977 
   36978 
   36979 Copyright (c) 1991, 1996-1997 Digital Equipment Corporation, Maynard, Massachusetts.
   36980 
   36981 Permission is hereby granted, free of charge, to any person obtaining a copy
   36982 of this software and associated documentation files (the "Software"), to deal
   36983 in the Software without restriction, including without limitation the rights
   36984 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
   36985 copies of the Software.
   36986 
   36987 The above copyright notice and this permission notice shall be included in
   36988 all copies or substantial portions of the Software.
   36989 
   36990 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   36991 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   36992 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
   36993 DIGITAL EQUIPMENT CORPORATION BE LIABLE FOR ANY CLAIM, DAMAGES, INCLUDING,
   36994 BUT NOT LIMITED TO CONSEQUENTIAL OR INCIDENTAL DAMAGES, OR OTHER LIABILITY,
   36995 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
   36996 IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
   36997 
   36998 Except as contained in this notice, the name of Digital Equipment Corporation
   36999 shall not be used in advertising or otherwise to promote the sale, use or other
   37000 dealings in this Software without prior written authorization from Digital
   37001 Equipment Corporation.
   37002 
   37003 
   37004 SGI FREE SOFTWARE LICENSE B (Version 2.0, Sept. 18, 2008)
   37005 Copyright (C) 1991-2000 Silicon Graphics, Inc. All Rights Reserved.
   37006 
   37007 Permission is hereby granted, free of charge, to any person obtaining a
   37008 copy of this software and associated documentation files (the "Software"),
   37009 to deal in the Software without restriction, including without limitation
   37010 the rights to use, copy, modify, merge, publish, distribute, sublicense,
   37011 and/or sell copies of the Software, and to permit persons to whom the
   37012 Software is furnished to do so, subject to the following conditions:
   37013 
   37014 The above copyright notice including the dates of first publication and
   37015 either this permission notice or a reference to
   37016 http://oss.sgi.com/projects/FreeB/
   37017 shall be included in all copies or substantial portions of the Software.
   37018 
   37019 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
   37020 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   37021 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
   37022 SILICON GRAPHICS, INC. BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
   37023 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
   37024 OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
   37025 SOFTWARE.
   37026 
   37027 
   37028 Copyright (c) 1994, 1995  Hewlett-Packard Company
   37029 
   37030 Permission is hereby granted, free of charge, to any person obtaining
   37031 a copy of this software and associated documentation files (the
   37032 "Software"), to deal in the Software without restriction, including
   37033 without limitation the rights to use, copy, modify, merge, publish,
   37034 distribute, sublicense, and/or sell copies of the Software, and to
   37035 permit persons to whom the Software is furnished to do so, subject to
   37036 the following conditions:
   37037 
   37038 The above copyright notice and this permission notice shall be included
   37039 in all copies or substantial portions of the Software.
   37040 
   37041 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
   37042 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
   37043 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
   37044 IN NO EVENT SHALL HEWLETT-PACKARD COMPANY BE LIABLE FOR ANY CLAIM,
   37045 DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
   37046 OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR
   37047 THE USE OR OTHER DEALINGS IN THE SOFTWARE.
   37048 
   37049 Except as contained in this notice, the name of the Hewlett-Packard
   37050 Company shall not be used in advertising or otherwise to promote the
   37051 sale, use or other dealings in this Software without prior written
   37052 authorization from the Hewlett-Packard Company.
   37053 
   37054 
   37055 Copyright 1989 by Hewlett-Packard Company, Palo Alto, California.
   37056 All Rights Reserved
   37057 
   37058 Permission to use, copy, modify, and distribute this software and its
   37059 documentation for any purpose and without fee is hereby granted,
   37060 provided that the above copyright notice appear in all copies and that
   37061 both that copyright notice and this permission notice appear in
   37062 supporting documentation, and that the name of Hewlett-Packard not be
   37063 used in advertising or publicity pertaining to distribution of the
   37064 software without specific, written prior permission.
   37065 
   37066 HEWLETT-PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
   37067 ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL
   37068 HEWLETT-PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR
   37069 ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
   37070 WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
   37071 ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
   37072 SOFTWARE.
   37073 
   37074 
   37075 Copyright 2001-2004 Red Hat Inc., Durham, North Carolina.
   37076 Copyright (c) 2003 by the XFree86 Project, Inc.
   37077 Copyright 2004-2005 Red Hat Inc., Raleigh, North Carolina.
   37078 All Rights Reserved.
   37079 
   37080 Permission is hereby granted, free of charge, to any person obtaining
   37081 a copy of this software and associated documentation files (the
   37082 "Software"), to deal in the Software without restriction, including
   37083 without limitation on the rights to use, copy, modify, merge,
   37084 publish, distribute, sublicense, and/or sell copies of the Software,
   37085 and to permit persons to whom the Software is furnished to do so,
   37086 subject to the following conditions:
   37087 
   37088 The above copyright notice and this permission notice (including the
   37089 next paragraph) shall be included in all copies or substantial
   37090 portions of the Software.
   37091 
   37092 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
   37093 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
   37094 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
   37095 NON-INFRINGEMENT.  IN NO EVENT SHALL RED HAT AND/OR THEIR SUPPLIERS
   37096 BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
   37097 ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
   37098 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
   37099 SOFTWARE.
   37100 
   37101 
   37102 Copyright  2008 Red Hat, Inc.
   37103 Partly based on code Copyright  2000 SuSE, Inc.
   37104 
   37105 Permission to use, copy, modify, distribute, and sell this software
   37106 and its documentation for any purpose is hereby granted without
   37107 fee, provided that the above copyright notice appear in all copies
   37108 and that both that copyright notice and this permission notice
   37109 appear in supporting documentation, and that the name of Red Hat
   37110 not be used in advertising or publicity pertaining to distribution
   37111 of the software without specific, written prior permission.  Red
   37112 Hat makes no representations about the suitability of this software
   37113 for any purpose.  It is provided "as is" without express or implied
   37114 warranty.
   37115 
   37116 Red Hat DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
   37117 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN
   37118 NO EVENT SHALL Red Hat BE LIABLE FOR ANY SPECIAL, INDIRECT OR
   37119 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
   37120 OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
   37121 NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
   37122 CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
   37123 
   37124 Permission to use, copy, modify, distribute, and sell this software and its
   37125 documentation for any purpose is hereby granted without fee, provided that
   37126 the above copyright notice appear in all copies and that both that
   37127 copyright notice and this permission notice appear in supporting
   37128 documentation, and that the name of SuSE not be used in advertising or
   37129 publicity pertaining to distribution of the software without specific,
   37130 written prior permission.  SuSE makes no representations about the
   37131 suitability of this software for any purpose.  It is provided "as is"
   37132 without express or implied warranty.
   37133 
   37134 SuSE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL
   37135 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL SuSE
   37136 BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
   37137 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
   37138 OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
   37139 CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
   37140 
   37141 
   37142 Copyright  2006  Red Hat, Inc.
   37143 (C) Copyright 1998-1999 Precision Insight, Inc., Cedar Park, Texas.
   37144 All Rights Reserved.
   37145 
   37146 Permission is hereby granted, free of charge, to any person obtaining a
   37147 copy of this software and associated documentation files (the "Software"),
   37148 to deal in the Software without restriction, including without limitation
   37149 the rights to use, copy, modify, merge, publish, distribute, sub license,
   37150 and/or sell copies of the Software, and to permit persons to whom the
   37151 Software is furnished to do so, subject to the following conditions:
   37152 
   37153 The above copyright notice and this permission notice (including the next
   37154 paragraph) shall be included in all copies or substantial portions of the
   37155 Software.
   37156 
   37157 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   37158 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   37159 FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.  IN NO EVENT SHALL
   37160 RED HAT, INC, OR PRECISION INSIGHT AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY
   37161 CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT
   37162 OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR
   37163 THE USE OR OTHER DEALINGS IN THE SOFTWARE.
   37164 
   37165 
   37166 Copyright (c) 1995  X Consortium
   37167 Copyright 2004 Red Hat Inc., Durham, North Carolina.
   37168 All Rights Reserved.
   37169 
   37170 Permission is hereby granted, free of charge, to any person obtaining
   37171 a copy of this software and associated documentation files (the
   37172 "Software"), to deal in the Software without restriction, including
   37173 without limitation on the rights to use, copy, modify, merge,
   37174 publish, distribute, sublicense, and/or sell copies of the Software,
   37175 and to permit persons to whom the Software is furnished to do so,
   37176 subject to the following conditions:
   37177 
   37178 The above copyright notice and this permission notice shall be
   37179 included in all copies or substantial portions of the Software.
   37180 
   37181 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
   37182 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
   37183 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
   37184 NON-INFRINGEMENT.  IN NO EVENT SHALL RED HAT, THE X CONSORTIUM,
   37185 AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
   37186 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
   37187 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
   37188 OTHER DEALINGS IN THE SOFTWARE.
   37189 
   37190 Except as contained in this notice, the name of the X Consortium
   37191 shall not be used in advertising or otherwise to promote the sale,
   37192 use or other dealings in this Software without prior written
   37193 authorization from the X Consortium.
   37194 
   37195 
   37196 Copyright 1998-2000 Precision Insight, Inc., Cedar Park, Texas.
   37197 Copyright 2000 VA Linux Systems, Inc.
   37198 Copyright (c) 2002, 2008, 2009 Apple Computer, Inc.
   37199 Copyright (c) 2003-2004 Torrey T. Lyons.
   37200 All Rights Reserved.
   37201 
   37202 Permission is hereby granted, free of charge, to any person obtaining a
   37203 copy of this software and associated documentation files (the
   37204 "Software"), to deal in the Software without restriction, including
   37205 without limitation the rights to use, copy, modify, merge, publish,
   37206 distribute, sub license, and/or sell copies of the Software, and to
   37207 permit persons to whom the Software is furnished to do so, subject to
   37208 the following conditions:
   37209 
   37210 The above copyright notice and this permission notice (including the
   37211 next paragraph) shall be included in all copies or substantial portions
   37212 of the Software.
   37213 
   37214 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
   37215 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
   37216 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.
   37217 IN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR
   37218 ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
   37219 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
   37220 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
   37221 
   37222 
   37223 (C) Copyright IBM Corporation 2003
   37224 All Rights Reserved.
   37225 
   37226 Permission is hereby granted, free of charge, to any person obtaining a
   37227 copy of this software and associated documentation files (the "Software"),
   37228 to deal in the Software without restriction, including without limitation
   37229 on the rights to use, copy, modify, merge, publish, distribute, sub
   37230 license, and/or sell copies of the Software, and to permit persons to whom
   37231 the Software is furnished to do so, subject to the following conditions:
   37232 
   37233 The above copyright notice and this permission notice (including the next
   37234 paragraph) shall be included in all copies or substantial portions of the
   37235 Software.
   37236 
   37237 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   37238 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   37239 FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.  IN NO EVENT SHALL
   37240 VA LINUX SYSTEM, IBM AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM,
   37241 DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
   37242 OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
   37243 USE OR OTHER DEALINGS IN THE SOFTWARE.
   37244 
   37245 
   37246 (C) Copyright IBM Corporation 2004-2005
   37247 All Rights Reserved.
   37248 
   37249 Permission is hereby granted, free of charge, to any person obtaining a
   37250 copy of this software and associated documentation files (the "Software"),
   37251 to deal in the Software without restriction, including without limitation
   37252 the rights to use, copy, modify, merge, publish, distribute, sub license,
   37253 and/or sell copies of the Software, and to permit persons to whom the
   37254 Software is furnished to do so, subject to the following conditions:
   37255 
   37256 The above copyright notice and this permission notice (including the next
   37257 paragraph) shall be included in all copies or substantial portions of the
   37258 Software.
   37259 
   37260 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   37261 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   37262 FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.  IN NO EVENT SHALL
   37263 IBM,
   37264 AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
   37265 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
   37266 OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
   37267 SOFTWARE.
   37268 
   37269 
   37270 Copyright (c) 1997  Metro Link Incorporated
   37271 
   37272 Permission is hereby granted, free of charge, to any person obtaining a
   37273 copy of this software and associated documentation files (the "Software"),
   37274 to deal in the Software without restriction, including without limitation
   37275 the rights to use, copy, modify, merge, publish, distribute, sublicense,
   37276 and/or sell copies of the Software, and to permit persons to whom the
   37277 Software is furnished to do so, subject to the following conditions:
   37278 
   37279 The above copyright notice and this permission notice shall be included in
   37280 all copies or substantial portions of the Software.
   37281 
   37282 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   37283 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   37284 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
   37285 THE X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
   37286 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
   37287 OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
   37288 SOFTWARE.
   37289 
   37290 Except as contained in this notice, the name of the Metro Link shall not be
   37291 used in advertising or otherwise to promote the sale, use or other dealings
   37292 in this Software without prior written authorization from Metro Link.
   37293 
   37294 
   37295 Copyright 1995-1998 by Metro Link, Inc.
   37296 Copyright (c) 1997 Matthieu Herrb
   37297 
   37298 Permission to use, copy, modify, distribute, and sell this software and its
   37299 documentation for any purpose is hereby granted without fee, provided that
   37300 the above copyright notice appear in all copies and that both that
   37301 copyright notice and this permission notice appear in supporting
   37302 documentation, and that the name of Metro Link, Inc. not be used in
   37303 advertising or publicity pertaining to distribution of the software without
   37304 specific, written prior permission.  Metro Link, Inc. makes no
   37305 representations about the suitability of this software for any purpose.
   37306  It is provided "as is" without express or implied warranty.
   37307 
   37308 METRO LINK, INC. DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
   37309 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
   37310 EVENT SHALL METRO LINK, INC. BE LIABLE FOR ANY SPECIAL, INDIRECT OR
   37311 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
   37312 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
   37313 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
   37314 PERFORMANCE OF THIS SOFTWARE.
   37315 
   37316 
   37317 Copyright 1998 by Metro Link Incorporated
   37318 
   37319 Permission to use, copy, modify, distribute, and sell this software
   37320 and its documentation for any purpose is hereby granted without fee,
   37321 provided that the above copyright notice appear in all copies and that
   37322 both that copyright notice and this permission notice appear in
   37323 supporting documentation, and that the name of Metro Link
   37324 Incorporated not be used in advertising or publicity pertaining to
   37325 distribution of the software without specific, written prior
   37326 permission.  Metro Link Incorporated makes no representations
   37327 about the suitability of this software for any purpose.  It is
   37328 provided "as is" without express or implied warranty.
   37329 
   37330 METRO LINK INCORPORATED DISCLAIMS ALL WARRANTIES WITH REGARD
   37331 TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
   37332 AND FITNESS, IN NO EVENT SHALL METRO LINK INCORPORATED BE
   37333 LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY
   37334 DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
   37335 WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
   37336 ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
   37337 SOFTWARE.
   37338 
   37339 
   37340 Copyright (c) 2000 by Conectiva S.A. (http://www.conectiva.com)
   37341 
   37342 Permission is hereby granted, free of charge, to any person obtaining a
   37343 copy of this software and associated documentation files (the "Software"),
   37344 to deal in the Software without restriction, including without limitation
   37345 the rights to use, copy, modify, merge, publish, distribute, sublicense,
   37346 and/or sell copies of the Software, and to permit persons to whom the
   37347 Software is furnished to do so, subject to the following conditions:
   37348 
   37349 The above copyright notice and this permission notice shall be included in
   37350 all copies or substantial portions of the Software.
   37351 
   37352 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   37353 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   37354 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
   37355 CONECTIVA LINUX BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
   37356 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
   37357 OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
   37358 SOFTWARE.
   37359 
   37360 Except as contained in this notice, the name of Conectiva Linux shall
   37361 not be used in advertising or otherwise to promote the sale, use or other
   37362 dealings in this Software without prior written authorization from
   37363 Conectiva Linux.
   37364 
   37365 
   37366 Copyright (c) 2001, Andy Ritger  aritger (a] nvidia.com
   37367 All rights reserved.
   37368 
   37369 Redistribution and use in source and binary forms, with or without
   37370 modification, are permitted provided that the following conditions
   37371 are met:
   37372 
   37373 o Redistributions of source code must retain the above copyright
   37374   notice, this list of conditions and the following disclaimer.
   37375 o Redistributions in binary form must reproduce the above copyright
   37376   notice, this list of conditions and the following disclaimer
   37377   in the documentation and/or other materials provided with the
   37378   distribution.
   37379 o Neither the name of NVIDIA nor the names of its contributors
   37380   may be used to endorse or promote products derived from this
   37381   software without specific prior written permission.
   37382 
   37383 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
   37384 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT
   37385 NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
   37386 FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL
   37387 THE REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
   37388 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
   37389 BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
   37390 LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
   37391 CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
   37392 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
   37393 ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
   37394 POSSIBILITY OF SUCH DAMAGE.
   37395 
   37396 
   37397 Copyright 1992 Vrije Universiteit, The Netherlands
   37398 
   37399 Permission to use, copy, modify, and distribute this software and its
   37400 documentation for any purpose and without fee is hereby granted, provided
   37401 that the above copyright notice appear in all copies and that both that
   37402 copyright notice and this permission notice appear in supporting
   37403 documentation, and that the name of the Vrije Universiteit not be used in
   37404 advertising or publicity pertaining to distribution of the software without
   37405 specific, written prior permission.  The Vrije Universiteit makes no
   37406 representations about the suitability of this software for any purpose.
   37407 It is provided "as is" without express or implied warranty.
   37408 
   37409 The Vrije Universiteit DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
   37410 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
   37411 EVENT SHALL The Vrije Universiteit BE LIABLE FOR ANY SPECIAL, INDIRECT OR
   37412 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
   37413 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
   37414 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
   37415 PERFORMANCE OF THIS SOFTWARE.
   37416 
   37417 
   37418 Copyright 1998 by Concurrent Computer Corporation
   37419 
   37420 Permission to use, copy, modify, distribute, and sell this software
   37421 and its documentation for any purpose is hereby granted without fee,
   37422 provided that the above copyright notice appear in all copies and that
   37423 both that copyright notice and this permission notice appear in
   37424 supporting documentation, and that the name of Concurrent Computer
   37425 Corporation not be used in advertising or publicity pertaining to
   37426 distribution of the software without specific, written prior
   37427 permission.  Concurrent Computer Corporation makes no representations
   37428 about the suitability of this software for any purpose.  It is
   37429 provided "as is" without express or implied warranty.
   37430 
   37431 CONCURRENT COMPUTER CORPORATION DISCLAIMS ALL WARRANTIES WITH REGARD
   37432 TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
   37433 AND FITNESS, IN NO EVENT SHALL CONCURRENT COMPUTER CORPORATION BE
   37434 LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY
   37435 DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
   37436 WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
   37437 ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
   37438 SOFTWARE.
   37439 
   37440 
   37441 Copyright  2004 Nokia
   37442 
   37443 Permission to use, copy, modify, distribute, and sell this software and its
   37444 documentation for any purpose is hereby granted without fee, provided that
   37445 the above copyright notice appear in all copies and that both that
   37446 copyright notice and this permission notice appear in supporting
   37447 documentation, and that the name of Nokia not be used in
   37448 advertising or publicity pertaining to distribution of the software without
   37449 specific, written prior permission. Nokia makes no
   37450 representations about the suitability of this software for any purpose.  It
   37451 is provided "as is" without express or implied warranty.
   37452 
   37453 NOKIA DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
   37454 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
   37455 EVENT SHALL NOKIA BE LIABLE FOR ANY SPECIAL, INDIRECT OR
   37456 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
   37457 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
   37458 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
   37459 PERFORMANCE OF THIS SOFTWARE.
   37460 
   37461 
   37462 (c)Copyright 1988,1991 Adobe Systems Incorporated.
   37463 All rights reserved.
   37464 
   37465 Permission to use, copy, modify, distribute, and sublicense this software and its
   37466 documentation for any purpose and without fee is hereby granted, provided that
   37467 the above copyright notices appear in all copies and that both those copyright
   37468 notices and this permission notice appear in supporting documentation and that
   37469 the name of Adobe Systems Incorporated not be used in advertising or publicity
   37470 pertaining to distribution of the software without specific, written prior
   37471 permission.  No trademark license to use the Adobe trademarks is hereby
   37472 granted.  If the Adobe trademark "Display PostScript"(tm) is used to describe
   37473 this software, its functionality or for any other purpose, such use shall be
   37474 limited to a statement that this software works in conjunction with the Display
   37475 PostScript system.  Proper trademark attribution to reflect Adobe's ownership
   37476 of the trademark shall be given whenever any such reference to the Display
   37477 PostScript system is made.
   37478 
   37479 ADOBE MAKES NO REPRESENTATIONS ABOUT THE SUITABILITY OF THE SOFTWARE FOR ANY
   37480 PURPOSE.  IT IS PROVIDED "AS IS" WITHOUT EXPRESS OR IMPLIED WARRANTY.  ADOBE
   37481 DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED
   37482 WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-
   37483 INFRINGEMENT OF THIRD PARTY RIGHTS.  IN NO EVENT SHALL ADOBE BE LIABLE TO YOU
   37484 OR ANY OTHER PARTY FOR ANY SPECIAL, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY
   37485 DAMAGES WHATSOEVER WHETHER IN AN ACTION OF CONTRACT,NEGLIGENCE, STRICT
   37486 LIABILITY OR ANY OTHER ACTION ARISING OUT OF OR IN CONNECTION WITH THE USE OR
   37487 PERFORMANCE OF THIS SOFTWARE.  ADOBE WILL NOT PROVIDE ANY TRAINING OR OTHER
   37488 SUPPORT FOR THE SOFTWARE.
   37489 
   37490 Adobe, PostScript, and Display PostScript are trademarks of Adobe Systems
   37491 Incorporated which may be registered in certain jurisdictions.
   37492 
   37493 
   37494 Copyright 1989 Network Computing Devices, Inc., Mountain View, California.
   37495 
   37496 Permission to use, copy, modify, and distribute this software and its
   37497 documentation for any purpose and without fee is hereby granted, provided
   37498 that the above copyright notice appear in all copies and that both that
   37499 copyright notice and this permission notice appear in supporting
   37500 documentation, and that the name of N.C.D. not be used in advertising or
   37501 publicity pertaining to distribution of the software without specific,
   37502 written prior permission.  N.C.D. makes no representations about the
   37503 suitability of this software for any purpose.  It is provided "as is"
   37504 without express or implied warranty.
   37505 
   37506 
   37507 Copyright (c) 1987 by the Regents of the University of California
   37508 
   37509 Permission to use, copy, modify, and distribute this
   37510 software and its documentation for any purpose and without
   37511 fee is hereby granted, provided that the above copyright
   37512 notice appear in all copies.  The University of California
   37513 makes no representations about the suitability of this
   37514 software for any purpose.  It is provided "as is" without
   37515 express or implied warranty.
   37516 
   37517 
   37518 Copyright 1992, 1993 Data General Corporation;
   37519 Copyright 1992, 1993 OMRON Corporation
   37520 
   37521 Permission to use, copy, modify, distribute, and sell this software and its
   37522 documentation for any purpose is hereby granted without fee, provided that the
   37523 above copyright notice appear in all copies and that both that copyright
   37524 notice and this permission notice appear in supporting documentation, and that
   37525 neither the name OMRON or DATA GENERAL be used in advertising or publicity
   37526 pertaining to distribution of the software without specific, written prior
   37527 permission of the party whose name is to be used.  Neither OMRON or
   37528 DATA GENERAL make any representation about the suitability of this software
   37529 for any purpose.  It is provided "as is" without express or implied warranty.
   37530 
   37531 OMRON AND DATA GENERAL EACH DISCLAIM ALL WARRANTIES WITH REGARD TO THIS
   37532 SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS,
   37533 IN NO EVENT SHALL OMRON OR DATA GENERAL BE LIABLE FOR ANY SPECIAL, INDIRECT
   37534 OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
   37535 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
   37536 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
   37537 OF THIS SOFTWARE.
   37538 
   37539 
   37540 Copyright  1998-2004, 2006 Keith Packard
   37541 Copyright  2000-2002 Keith Packard, member of The XFree86 Project, Inc.
   37542 Copyright (c) 2002 Apple Computer, Inc.
   37543 Copyright (c) 2003 Torrey T. Lyons.
   37544 All Rights Reserved.
   37545 
   37546 Permission to use, copy, modify, distribute, and sell this software and its
   37547 documentation for any purpose is hereby granted without fee, provided that
   37548 the above copyright notice appear in all copies and that both that
   37549 copyright notice and this permission notice appear in supporting
   37550 documentation, and that the name of Keith Packard not be used in
   37551 advertising or publicity pertaining to distribution of the software without
   37552 specific, written prior permission.  Keith Packard makes no
   37553 representations about the suitability of this software for any purpose.  It
   37554 is provided "as is" without express or implied warranty.
   37555 
   37556 KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
   37557 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
   37558 EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR
   37559 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
   37560 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
   37561 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
   37562 PERFORMANCE OF THIS SOFTWARE.
   37563 
   37564 
   37565 Copyright  1999 Keith Packard
   37566 Copyright  2000 Compaq Computer Corporation
   37567 Copyright  2002 MontaVista Software Inc.
   37568 Copyright  2005 OpenedHand Ltd.
   37569 Copyright  2006 Nokia Corporation
   37570 
   37571 Permission to use, copy, modify, distribute, and sell this software and its
   37572 documentation for any purpose is hereby granted without fee, provided that
   37573 the above copyright notice appear in all copies and that both that
   37574 copyright notice and this permission notice appear in supporting
   37575 documentation, and that the name of the authors and/or copyright holders
   37576 not be used in advertising or publicity pertaining to distribution of the
   37577 software without specific, written prior permission.  The authors and/or
   37578 copyright holders make no representations about the suitability of this
   37579 software for any purpose.  It is provided "as is" without express or
   37580 implied warranty.
   37581 
   37582 THE AUTHORS AND/OR COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD
   37583 TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
   37584 AND FITNESS, IN NO EVENT SHALL THE AUTHORS AND/OR COPYRIGHT HOLDERS BE
   37585 LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
   37586 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
   37587 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
   37588 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
   37589 
   37590 
   37591 Copyright 1993 by Davor Matic
   37592 
   37593 Permission to use, copy, modify, distribute, and sell this software
   37594 and its documentation for any purpose is hereby granted without fee,
   37595 provided that the above copyright notice appear in all copies and that
   37596 both that copyright notice and this permission notice appear in
   37597 supporting documentation.  Davor Matic makes no representations about
   37598 the suitability of this software for any purpose.  It is provided "as
   37599 is" without express or implied warranty.
   37600 
   37601 
   37602 Copyright (C) 2001-2004 Harold L Hunt II All Rights Reserved.
   37603 Copyright (C) Colin Harrison 2005-2008
   37604 
   37605 Permission is hereby granted, free of charge, to any person obtaining
   37606 a copy of this software and associated documentation files (the
   37607 "Software"), to deal in the Software without restriction, including
   37608 without limitation the rights to use, copy, modify, merge, publish,
   37609 distribute, sublicense, and/or sell copies of the Software, and to
   37610 permit persons to whom the Software is furnished to do so, subject to
   37611 the following conditions:
   37612 
   37613 The above copyright notice and this permission notice shall be
   37614 included in all copies or substantial portions of the Software.
   37615 
   37616 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
   37617 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
   37618 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
   37619 NONINFRINGEMENT. IN NO EVENT SHALL HAROLD L HUNT II BE LIABLE FOR
   37620 ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
   37621 CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
   37622 WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
   37623 
   37624 Except as contained in this notice, the name of Harold L Hunt II
   37625 shall not be used in advertising or otherwise to promote the sale, use
   37626 or other dealings in this Software without prior written authorization
   37627 from Harold L Hunt II.
   37628 
   37629 
   37630 Copyright 1990,91 by Thomas Roell, Dinkelscherben, Germany.
   37631 
   37632 Permission to use, copy, modify, distribute, and sell this software and its
   37633 documentation for any purpose is hereby granted without fee, provided that
   37634 the above copyright notice appear in all copies and that both that
   37635 copyright notice and this permission notice appear in supporting
   37636 documentation, and that the name of Thomas Roell not be used in
   37637 advertising or publicity pertaining to distribution of the software without
   37638 specific, written prior permission.  Thomas Roell makes no representations
   37639 about the suitability of this software for any purpose.  It is provided
   37640 "as is" without express or implied warranty.
   37641 
   37642 THOMAS ROELL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
   37643 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
   37644 EVENT SHALL THOMAS ROELL BE LIABLE FOR ANY SPECIAL, INDIRECT OR
   37645 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
   37646 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
   37647 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
   37648 PERFORMANCE OF THIS SOFTWARE.
   37649 
   37650 
   37651 Copyright 1990,91 by Thomas Roell, Dinkelscherben, Germany
   37652 Copyright 1993 by David Wexelblat &lt;dwex (a] goblin.org&gt;
   37653 
   37654 Permission to use, copy, modify, distribute, and sell this software and its
   37655 documentation for any purpose is hereby granted without fee, provided that
   37656 the above copyright notice appear in all copies and that both that
   37657 copyright notice and this permission notice appear in supporting
   37658 documentation, and that the names of Thomas Roell and David Wexelblat
   37659 not be used in advertising or publicity pertaining to distribution of
   37660 the software without specific, written prior permission.  Thomas Roell and
   37661 David Wexelblat makes no representations about the suitability of this
   37662 software for any purpose.  It is provided "as is" without express or
   37663 implied warranty.
   37664 
   37665 THOMAS ROELL AND DAVID WEXELBLAT DISCLAIMS ALL WARRANTIES WITH REGARD TO
   37666 THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
   37667 FITNESS, IN NO EVENT SHALL THOMAS ROELL OR DAVID WEXELBLAT BE LIABLE FOR
   37668 ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER
   37669 RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF
   37670 CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
   37671 CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
   37672 
   37673 
   37674 Copyright 1990,91,92,93 by Thomas Roell, Germany.
   37675 Copyright 1991,92,93    by SGCS (Snitily Graphics Consulting Services), USA.
   37676 
   37677 Permission to use, copy, modify, distribute, and sell this software
   37678 and its documentation for any purpose is hereby granted without fee,
   37679 provided that the above copyright notice appear in all copies and
   37680 that both that copyright notice and this  permission notice appear
   37681 in supporting documentation, and that the name of Thomas Roell nor
   37682 SGCS be used in advertising or publicity pertaining to distribution
   37683 of the software without specific, written prior permission.
   37684 Thomas Roell nor SGCS makes no representations about the suitability
   37685 of this software for any purpose. It is provided "as is" without
   37686 express or implied warranty.
   37687 
   37688 THOMAS ROELL AND SGCS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS
   37689 SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
   37690 FITNESS, IN NO EVENT SHALL THOMAS ROELL OR SGCS BE LIABLE FOR ANY
   37691 SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER
   37692 RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF
   37693 CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
   37694 CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
   37695 
   37696 
   37697 Copyright 1998 by Alan Hourihane, Wigan, England.
   37698 Copyright 2000-2002 by Alan Hourihane, Flint Mountain, North Wales.
   37699 
   37700 Permission to use, copy, modify, distribute, and sell this software and its
   37701 documentation for any purpose is hereby granted without fee, provided that
   37702 the above copyright notice appear in all copies and that both that
   37703 copyright notice and this permission notice appear in supporting
   37704 documentation, and that the name of Alan Hourihane not be used in
   37705 advertising or publicity pertaining to distribution of the software without
   37706 specific, written prior permission.  Alan Hourihane makes no representations
   37707 about the suitability of this software for any purpose.  It is provided
   37708 "as is" without express or implied warranty.
   37709 
   37710 ALAN HOURIHANE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
   37711 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
   37712 EVENT SHALL ALAN HOURIHANE BE LIABLE FOR ANY SPECIAL, INDIRECT OR
   37713 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
   37714 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
   37715 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
   37716 PERFORMANCE OF THIS SOFTWARE.
   37717 
   37718 
   37719 Copyright 1995  Kaleb S. KEITHLEY
   37720 
   37721 Permission is hereby granted, free of charge, to any person obtaining
   37722 a copy of this software and associated documentation files (the
   37723 "Software"), to deal in the Software without restriction, including
   37724 without limitation the rights to use, copy, modify, merge, publish,
   37725 distribute, sublicense, and/or sell copies of the Software, and to
   37726 permit persons to whom the Software is furnished to do so, subject to
   37727 the following conditions:
   37728 
   37729 The above copyright notice and this permission notice shall be
   37730 included in all copies or substantial portions of the Software.
   37731 
   37732 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
   37733 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
   37734 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
   37735 IN NO EVENT SHALL Kaleb S. KEITHLEY BE LIABLE FOR ANY CLAIM, DAMAGES
   37736 OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
   37737 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
   37738 OTHER DEALINGS IN THE SOFTWARE.
   37739 
   37740 Except as contained in this notice, the name of Kaleb S. KEITHLEY
   37741 shall not be used in advertising or otherwise to promote the sale, use
   37742 or other dealings in this Software without prior written authorization
   37743 from Kaleb S. KEITHLEY
   37744 
   37745 
   37746 Copyright (c) 1997 Matthieu Herrb
   37747 
   37748 Permission to use, copy, modify, distribute, and sell this software and its
   37749 documentation for any purpose is hereby granted without fee, provided that
   37750 the above copyright notice appear in all copies and that both that
   37751 copyright notice and this permission notice appear in supporting
   37752 documentation, and that the name of Matthieu Herrb not be used in
   37753 advertising or publicity pertaining to distribution of the software without
   37754 specific, written prior permission.  Matthieu Herrb makes no
   37755 representations about the suitability of this software for any purpose.
   37756  It is provided "as is" without express or implied warranty.
   37757 
   37758 MATTHIEU HERRB DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
   37759 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
   37760 EVENT SHALL MATTHIEU HERRB BE LIABLE FOR ANY SPECIAL, INDIRECT OR
   37761 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
   37762 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
   37763 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
   37764 PERFORMANCE OF THIS SOFTWARE.
   37765 
   37766 
   37767 Copyright 2004, Egbert Eich
   37768 
   37769 Permission is hereby granted, free of charge, to any person obtaining a copy
   37770 of this software and associated documentation files (the "Software"), to
   37771 deal in the Software without restriction, including without limitation the
   37772 rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
   37773 sell copies of the Software, and to permit persons to whom the Software is
   37774 furnished to do so, subject to the following conditions:
   37775 
   37776 The above copyright notice and this permission notice shall be included in
   37777 all copies or substantial portions of the Software.
   37778 
   37779 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   37780 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   37781 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
   37782 EGBERT EICH BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
   37783 IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CON-
   37784 NECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
   37785 
   37786 Except as contained in this notice, the name of Egbert Eich shall not
   37787 be used in advertising or otherwise to promote the sale, use or other deal-
   37788 ings in this Software without prior written authorization from Egbert Eich.
   37789 
   37790 
   37791 Copyright 1993 by David Wexelblat &lt;dwex (a] goblin.org&gt;
   37792 Copyright 2005 by Kean Johnston &lt;jkj (a] sco.com&gt;
   37793 Copyright 1993 by David McCullough &lt;davidm (a] stallion.oz.au&gt;
   37794 
   37795 Permission to use, copy, modify, distribute, and sell this software and its
   37796 documentation for any purpose is hereby granted without fee, provided that
   37797 the above copyright notice appear in all copies and that both that
   37798 copyright notice and this permission notice appear in supporting
   37799 documentation, and that the name of David Wexelblat not be used in
   37800 advertising or publicity pertaining to distribution of the software without
   37801 specific, written prior permission.  David Wexelblat makes no representations
   37802 about the suitability of this software for any purpose.  It is provided
   37803 "as is" without express or implied warranty.
   37804 
   37805 DAVID WEXELBLAT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
   37806 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
   37807 EVENT SHALL DAVID WEXELBLAT BE LIABLE FOR ANY SPECIAL, INDIRECT OR
   37808 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
   37809 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
   37810 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
   37811 PERFORMANCE OF THIS SOFTWARE.
   37812 
   37813 
   37814 Copyright 1992 by Orest Zborowski &lt;obz (a] Kodak.com&gt;
   37815 Copyright 1993 by David Wexelblat &lt;dwex (a] goblin.org&gt;
   37816 
   37817 Permission to use, copy, modify, distribute, and sell this software and its
   37818 documentation for any purpose is hereby granted without fee, provided that
   37819 the above copyright notice appear in all copies and that both that
   37820 copyright notice and this permission notice appear in supporting
   37821 documentation, and that the names of Orest Zborowski and David Wexelblat
   37822 not be used in advertising or publicity pertaining to distribution of
   37823 the software without specific, written prior permission.  Orest Zborowski
   37824 and David Wexelblat make no representations about the suitability of this
   37825 software for any purpose.  It is provided "as is" without express or
   37826 implied warranty.
   37827 
   37828 OREST ZBOROWSKI AND DAVID WEXELBLAT DISCLAIMS ALL WARRANTIES WITH REGARD
   37829 TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
   37830 FITNESS, IN NO EVENT SHALL OREST ZBOROWSKI OR DAVID WEXELBLAT BE LIABLE
   37831 FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
   37832 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
   37833 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
   37834 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
   37835 
   37836 
   37837 Copyright 1992 by Orest Zborowski &lt;obz (a] Kodak.com&gt;
   37838 Copyright 1993 by David Dawes &lt;dawes (a] xfree86.org&gt;
   37839 
   37840 Permission to use, copy, modify, distribute, and sell this software and its
   37841 documentation for any purpose is hereby granted without fee, provided that
   37842 the above copyright notice appear in all copies and that both that
   37843 copyright notice and this permission notice appear in supporting
   37844 documentation, and that the names of Orest Zborowski and David Dawes
   37845 not be used in advertising or publicity pertaining to distribution of
   37846 the software without specific, written prior permission.  Orest Zborowski
   37847 and David Dawes make no representations about the suitability of this
   37848 software for any purpose.  It is provided "as is" without express or
   37849 implied warranty.
   37850 
   37851 OREST ZBOROWSKI AND DAVID DAWES DISCLAIMS ALL WARRANTIES WITH REGARD
   37852 TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
   37853 FITNESS, IN NO EVENT SHALL OREST ZBOROWSKI OR DAVID DAWES BE LIABLE
   37854 FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
   37855 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
   37856 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
   37857 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
   37858 
   37859 
   37860 Copyright 1995-1999 by Frederic Lepied, France. &lt;fred (a] sugix.frmug.fr.net&gt;
   37861 
   37862 Permission to use, copy, modify, distribute, and sell this software and its
   37863 documentation for any purpose is  hereby granted without fee, provided that
   37864 the  above copyright   notice appear  in   all  copies and  that both  that
   37865 copyright  notice   and   this  permission   notice  appear  in  supporting
   37866 documentation, and that   the  name of  Frederic   Lepied not  be  used  in
   37867 advertising or publicity pertaining to distribution of the software without
   37868 specific,  written      prior  permission.     Frederic  Lepied   makes  no
   37869 representations about the suitability of this software for any purpose.  It
   37870 is provided "as is" without express or implied warranty.
   37871 
   37872 FREDERIC  LEPIED DISCLAIMS ALL   WARRANTIES WITH REGARD  TO  THIS SOFTWARE,
   37873 INCLUDING ALL IMPLIED   WARRANTIES OF MERCHANTABILITY  AND   FITNESS, IN NO
   37874 EVENT  SHALL FREDERIC  LEPIED BE   LIABLE   FOR ANY  SPECIAL, INDIRECT   OR
   37875 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
   37876 DATA  OR PROFITS, WHETHER  IN  AN ACTION OF  CONTRACT,  NEGLIGENCE OR OTHER
   37877 TORTIOUS  ACTION, ARISING    OUT OF OR   IN  CONNECTION  WITH THE USE    OR
   37878 PERFORMANCE OF THIS SOFTWARE.
   37879 
   37880 
   37881 Copyright 1992 by Rich Murphey &lt;Rich (a] Rice.edu&gt;
   37882 Copyright 1993 by David Wexelblat &lt;dwex (a] goblin.org&gt;
   37883 
   37884 Permission to use, copy, modify, distribute, and sell this software and its
   37885 documentation for any purpose is hereby granted without fee, provided that
   37886 the above copyright notice appear in all copies and that both that
   37887 copyright notice and this permission notice appear in supporting
   37888 documentation, and that the names of Rich Murphey and David Wexelblat
   37889 not be used in advertising or publicity pertaining to distribution of
   37890 the software without specific, written prior permission.  Rich Murphey and
   37891 David Wexelblat make no representations about the suitability of this
   37892 software for any purpose.  It is provided "as is" without express or
   37893 implied warranty.
   37894 
   37895 RICH MURPHEY AND DAVID WEXELBLAT DISCLAIM ALL WARRANTIES WITH REGARD TO
   37896 THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
   37897 FITNESS, IN NO EVENT SHALL RICH MURPHEY OR DAVID WEXELBLAT BE LIABLE FOR
   37898 ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER
   37899 RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF
   37900 CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
   37901 CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
   37902 
   37903 
   37904 Copyright 1992 by Rich Murphey &lt;Rich (a] Rice.edu&gt;
   37905 Copyright 1993 by David Dawes &lt;dawes (a] xfree86.org&gt;
   37906 
   37907 Permission to use, copy, modify, distribute, and sell this software and its
   37908 documentation for any purpose is hereby granted without fee, provided that
   37909 the above copyright notice appear in all copies and that both that
   37910 copyright notice and this permission notice appear in supporting
   37911 documentation, and that the names of Rich Murphey and David Dawes
   37912 not be used in advertising or publicity pertaining to distribution of
   37913 the software without specific, written prior permission.  Rich Murphey and
   37914 David Dawes make no representations about the suitability of this
   37915 software for any purpose.  It is provided "as is" without express or
   37916 implied warranty.
   37917 
   37918 RICH MURPHEY AND DAVID DAWES DISCLAIM ALL WARRANTIES WITH REGARD TO
   37919 THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
   37920 FITNESS, IN NO EVENT SHALL RICH MURPHEY OR DAVID DAWES BE LIABLE FOR
   37921 ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER
   37922 RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF
   37923 CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
   37924 CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
   37925 
   37926 
   37927 Copyright  2003-2004 Anders Carlsson
   37928 
   37929 Permission to use, copy, modify, distribute, and sell this software and its
   37930 documentation for any purpose is hereby granted without fee, provided that
   37931 the above copyright notice appear in all copies and that both that
   37932 copyright notice and this permission notice appear in supporting
   37933 documentation, and that the name of Anders Carlsson not be used in
   37934 advertising or publicity pertaining to distribution of the software without
   37935 specific, written prior permission.  Anders Carlsson makes no
   37936 representations about the suitability of this software for any purpose.  It
   37937 is provided "as is" without express or implied warranty.
   37938 
   37939 ANDERS CARLSSON DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
   37940 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
   37941 EVENT SHALL ANDERS CARLSSON BE LIABLE FOR ANY SPECIAL, INDIRECT OR
   37942 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
   37943 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
   37944 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
   37945 PERFORMANCE OF THIS SOFTWARE.
   37946 
   37947 
   37948 Copyright (C) 2003 Anders Carlsson
   37949 Copyright  2003-2004 Eric Anholt
   37950 Copyright  2004 Keith Packard
   37951 
   37952 Permission to use, copy, modify, distribute, and sell this software and its
   37953 documentation for any purpose is hereby granted without fee, provided that
   37954 the above copyright notice appear in all copies and that both that
   37955 copyright notice and this permission notice appear in supporting
   37956 documentation, and that the name of Eric Anholt not be used in
   37957 advertising or publicity pertaining to distribution of the software without
   37958 specific, written prior permission.  Eric Anholt makes no
   37959 representations about the suitability of this software for any purpose.  It
   37960 is provided "as is" without express or implied warranty.
   37961 
   37962 ERIC ANHOLT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
   37963 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
   37964 EVENT SHALL ERIC ANHOLT BE LIABLE FOR ANY SPECIAL, INDIRECT OR
   37965 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
   37966 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
   37967 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
   37968 PERFORMANCE OF THIS SOFTWARE.
   37969 
   37970 
   37971 Copyright  2004 PillowElephantBadgerBankPond
   37972 
   37973 Permission to use, copy, modify, distribute, and sell this software and its
   37974 documentation for any purpose is hereby granted without fee, provided that
   37975 the above copyright notice appear in all copies and that both that
   37976 copyright notice and this permission notice appear in supporting
   37977 documentation, and that the name of PillowElephantBadgerBankPond not be used in
   37978 advertising or publicity pertaining to distribution of the software without
   37979 specific, written prior permission.  PillowElephantBadgerBankPond makes no
   37980 representations about the suitability of this software for any purpose.  It
   37981 is provided "as is" without express or implied warranty.
   37982 
   37983 PillowElephantBadgerBankPond DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
   37984 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
   37985 EVENT SHALL PillowElephantBadgerBankPond BE LIABLE FOR ANY SPECIAL, INDIRECT OR
   37986 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
   37987 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
   37988 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
   37989 PERFORMANCE OF THIS SOFTWARE.
   37990 
   37991 
   37992 Copyright (c) 1998 Todd C. Miller &lt;Todd.Miller (a] courtesan.com&gt;
   37993 
   37994 Permission to use, copy, modify, and distribute this software for any
   37995 purpose with or without fee is hereby granted, provided that the above
   37996 copyright notice and this permission notice appear in all copies.
   37997 
   37998 THE SOFTWARE IS PROVIDED "AS IS" AND TODD C. MILLER DISCLAIMS ALL
   37999 WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES
   38000 OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL TODD C. MILLER BE LIABLE
   38001 FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
   38002 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
   38003 OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
   38004 CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
   38005 
   38006 
   38007 Copyright  2003-2004 Philip Blundell
   38008 
   38009 Permission to use, copy, modify, distribute, and sell this software and its
   38010 documentation for any purpose is hereby granted without fee, provided that
   38011 the above copyright notice appear in all copies and that both that
   38012 copyright notice and this permission notice appear in supporting
   38013 documentation, and that the name of Philip Blundell not be used in
   38014 advertising or publicity pertaining to distribution of the software without
   38015 specific, written prior permission.  Philip Blundell makes no
   38016 representations about the suitability of this software for any purpose.  It
   38017 is provided "as is" without express or implied warranty.
   38018 
   38019 PHILIP BLUNDELL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
   38020 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
   38021 EVENT SHALL PHILIP BLUNDELL BE LIABLE FOR ANY SPECIAL, INDIRECT OR
   38022 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
   38023 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
   38024 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
   38025 PERFORMANCE OF THIS SOFTWARE.
   38026 
   38027 
   38028 
   38029 Copyright (c) 1994-2003 by The XFree86 Project, Inc.
   38030 Copyright 1997 by Metro Link, Inc.
   38031 Copyright 2003 by David H. Dawes.
   38032 Copyright 2003 by X-Oz Technologies.
   38033 Copyright (c) 2004, X.Org Foundation
   38034 
   38035 Permission is hereby granted, free of charge, to any person obtaining a
   38036 copy of this software and associated documentation files (the "Software"),
   38037 to deal in the Software without restriction, including without limitation
   38038 the rights to use, copy, modify, merge, publish, distribute, sublicense,
   38039 and/or sell copies of the Software, and to permit persons to whom the
   38040 Software is furnished to do so, subject to the following conditions:
   38041 
   38042 The above copyright notice and this permission notice shall be included in
   38043 all copies or substantial portions of the Software.
   38044 
   38045 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   38046 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   38047 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
   38048 THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR
   38049 OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
   38050 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
   38051 OTHER DEALINGS IN THE SOFTWARE.
   38052 
   38053 Except as contained in this notice, the name of the copyright holder(s)
   38054 and author(s) shall not be used in advertising or otherwise to promote
   38055 the sale, use or other dealings in this Software without prior written
   38056 authorization from the copyright holder(s) and author(s).
   38057 
   38058 
   38059 Copyright 1990,91 by Thomas Roell, Dinkelscherben, Germany
   38060 Copyright 1993 by David Wexelblat &lt;dwex (a] goblin.org&gt;
   38061 Copyright 1999 by David Holland &lt;davidh (a] iquest.net&gt;
   38062 Copyright  2000 Compaq Computer Corporation
   38063 Copyright  2002 Hewlett-Packard Company
   38064 Copyright  2004, 2005 Red Hat, Inc.
   38065 Copyright  2004 Nicholas Miell
   38066 Copyright  2005 Trolltech AS
   38067 Copyright  2006 Intel Corporation
   38068 Copyright  2006-2007 Keith Packard
   38069 Copyright  2008 Red Hat, Inc
   38070 Copyright  2008 George Sapountzis &lt;gsap7 (a] yahoo.gr&gt;
   38071 
   38072 Permission to use, copy, modify, distribute, and sell this software and its
   38073 documentation for any purpose is hereby granted without fee, provided that
   38074 the above copyright notice appear in all copies and that both that copyright
   38075 notice and this permission notice appear in supporting documentation, and
   38076 that the name of the copyright holders not be used in advertising or
   38077 publicity pertaining to distribution of the software without specific,
   38078 written prior permission.  The copyright holders make no representations
   38079 about the suitability of this software for any purpose.  It is provided "as
   38080 is" without express or implied warranty.
   38081 
   38082 THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS
   38083 SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
   38084 FITNESS, IN NO EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY
   38085 SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
   38086 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
   38087 AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
   38088 OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
   38089 SOFTWARE.
   38090 
   38091 
   38092 Copyright  2000 Keith Packard, member of The XFree86 Project, Inc.
   38093             2005 Lars Knoll &amp; Zack Rusin, Trolltech
   38094 
   38095 Permission to use, copy, modify, distribute, and sell this software and its
   38096 documentation for any purpose is hereby granted without fee, provided that
   38097 the above copyright notice appear in all copies and that both that
   38098 copyright notice and this permission notice appear in supporting
   38099 documentation, and that the name of Keith Packard not be used in
   38100 advertising or publicity pertaining to distribution of the software without
   38101 specific, written prior permission.  Keith Packard makes no
   38102 representations about the suitability of this software for any purpose.  It
   38103 is provided "as is" without express or implied warranty.
   38104 
   38105 THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS
   38106 SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
   38107 FITNESS, IN NO EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY
   38108 SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
   38109 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
   38110 AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
   38111 OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
   38112 SOFTWARE.
   38113 
   38114 
   38115 Copyright 1987, 1998  The Open Group
   38116 Copyright  1998-1999, 2001 The XFree86 Project, Inc.
   38117 Copyright  2000 VA Linux Systems, Inc.
   38118 Copyright (c) 2000, 2001 Nokia Home Communications
   38119 Copyright  2007, 2008 Red Hat, Inc.
   38120 All rights reserved.
   38121 
   38122 Permission is hereby granted, free of charge, to any person obtaining a
   38123 copy of this software and associated documentation files (the
   38124 "Software"), to deal in the Software without restriction, including
   38125 without limitation the rights to use, copy, modify, merge, publish,
   38126 distribute, and/or sell copies of the Software, and to permit persons
   38127 to whom the Software is furnished to do so, provided that the above
   38128 copyright notice(s) and this permission notice appear in all copies of
   38129 the Software and that both the above copyright notice(s) and this
   38130 permission notice appear in supporting documentation.
   38131 
   38132 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
   38133 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
   38134 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
   38135 OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
   38136 HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL
   38137 INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING
   38138 FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
   38139 NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
   38140 WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
   38141 
   38142 Except as contained in this notice, the name of a copyright holder
   38143 shall not be used in advertising or otherwise to promote the sale, use
   38144 or other dealings in this Software without prior written authorization
   38145 of the copyright holder.
   38146 
   38147 
   38148 Copyright 1996 by Thomas E. Dickey &lt;dickey (a] clark.net&gt;
   38149 
   38150                         All Rights Reserved
   38151 
   38152 Permission to use, copy, modify, and distribute this software and its
   38153 documentation for any purpose and without fee is hereby granted,
   38154 provided that the above copyright notice appear in all copies and that
   38155 both that copyright notice and this permission notice appear in
   38156 supporting documentation, and that the name of the above listed
   38157 copyright holder(s) not be used in advertising or publicity pertaining
   38158 to distribution of the software without specific, written prior
   38159 permission.
   38160 
   38161 THE ABOVE LISTED COPYRIGHT HOLDER(S) DISCLAIM ALL WARRANTIES WITH REGARD
   38162 TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
   38163 AND FITNESS, IN NO EVENT SHALL THE ABOVE LISTED COPYRIGHT HOLDER(S) BE
   38164 LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
   38165 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
   38166 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
   38167 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
   38168 
   38169 
   38170 Copyright 1998-1999 Precision Insight, Inc., Cedar Park, Texas.
   38171 Copyright (c) 2001 Andreas Monitzer.
   38172 Copyright (c) 2001-2004 Greg Parker.
   38173 Copyright (c) 2001-2004 Torrey T. Lyons
   38174 Copyright (c) 2002-2003 Apple Computer, Inc.
   38175 Copyright (c) 2004-2005 Alexander Gottwald
   38176 Copyright (c) 2002-2009 Apple Inc.
   38177 Copyright (c) 2007 Jeremy Huddleston
   38178 All Rights Reserved.
   38179 
   38180 Permission is hereby granted, free of charge, to any person obtaining a
   38181 copy of this software and associated documentation files (the "Software"),
   38182 to deal in the Software without restriction, including without limitation
   38183 the rights to use, copy, modify, merge, publish, distribute, sublicense,
   38184 and/or sell copies of the Software, and to permit persons to whom the
   38185 Software is furnished to do so, subject to the following conditions:
   38186 
   38187 The above copyright notice and this permission notice shall be included in
   38188 all copies or substantial portions of the Software.
   38189 
   38190 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   38191 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   38192 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
   38193 THE ABOVE LISTED COPYRIGHT HOLDER(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR
   38194 OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
   38195 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
   38196 DEALINGS IN THE SOFTWARE.
   38197 
   38198 Except as contained in this notice, the name(s) of the above copyright
   38199 holders shall not be used in advertising or otherwise to promote the sale,
   38200 use or other dealings in this Software without prior written authorization.
   38201 
   38202 
   38203 Copyright (C) 1999,2000 by Eric Sunshine &lt;sunshine (a] sunshineco.com&gt;
   38204 Copyright (C) 2001-2005 by Thomas Winischhofer, Vienna, Austria.
   38205 
   38206 All rights reserved.
   38207 
   38208 Redistribution and use in source and binary forms, with or without
   38209 modification, are permitted provided that the following conditions are met:
   38210 
   38211   1. Redistributions of source code must retain the above copyright
   38212      notice, this list of conditions and the following disclaimer.
   38213   2. Redistributions in binary form must reproduce the above copyright
   38214      notice, this list of conditions and the following disclaimer in the
   38215      documentation and/or other materials provided with the distribution.
   38216   3. The name of the author may not be used to endorse or promote products
   38217      derived from this software without specific prior written permission.
   38218 
   38219 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
   38220 IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
   38221 OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.  IN
   38222 NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
   38223 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
   38224 TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
   38225 PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
   38226 LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
   38227 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
   38228 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
   38229 
   38230 
   38231 Copyright (C) 2005 Bogdan D. bogdand (a] users.sourceforge.net
   38232 
   38233 Permission is hereby granted, free of charge, to any person obtaining a copy of
   38234 this software and associated documentation files (the "Software"), to deal in
   38235 the Software without restriction, including without limitation the rights to
   38236 use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
   38237 of the Software, and to permit persons to whom the Software is furnished to do
   38238 so, subject to the following conditions:
   38239 
   38240 The above copyright notice and this permission notice shall be included in all
   38241 copies or substantial portions of the Software.
   38242 
   38243 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   38244 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   38245 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
   38246 AUTHOR BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
   38247 ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
   38248 WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
   38249 
   38250 Except as contained in this notice, the name of the author shall not be used in
   38251 advertising or otherwise to promote the sale, use or other dealings in this
   38252 Software without prior written authorization from the author.
   38253 
   38254 
   38255 Copyright  2002 David Dawes
   38256 
   38257 Permission is hereby granted, free of charge, to any person obtaining a
   38258 copy of this software and associated documentation files (the "Software"),
   38259 to deal in the Software without restriction, including without limitation
   38260 the rights to use, copy, modify, merge, publish, distribute, sublicense,
   38261 and/or sell copies of the Software, and to permit persons to whom the
   38262 Software is furnished to do so, subject to the following conditions:
   38263 
   38264 The above copyright notice and this permission notice shall be included in
   38265 all copies or substantial portions of the Software.
   38266 
   38267 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   38268 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   38269 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
   38270 THE AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
   38271 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
   38272 OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
   38273 SOFTWARE.
   38274 
   38275 Except as contained in this notice, the name of the author(s) shall
   38276 not be used in advertising or otherwise to promote the sale, use or other
   38277 dealings in this Software without prior written authorization from
   38278 the author(s).
   38279 
   38280 
   38281 Copyright (C) 1996-1999 SciTech Software, Inc.
   38282 Copyright (C) David Mosberger-Tang
   38283 Copyright (C) 1999 Egbert Eich
   38284 Copyright (C) 2008 Bart Trojanowski, Symbio Technologies, LLC
   38285 
   38286 Permission to use, copy, modify, distribute, and sell this software and
   38287 its documentation for any purpose is hereby granted without fee,
   38288 provided that the above copyright notice appear in all copies and that
   38289 both that copyright notice and this permission notice appear in
   38290 supporting documentation, and that the name of the authors not be used
   38291 in advertising or publicity pertaining to distribution of the software
   38292 without specific, written prior permission.  The authors makes no
   38293 representations about the suitability of this software for any purpose.
   38294 It is provided "as is" without express or implied warranty.
   38295 
   38296 THE AUTHORS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
   38297 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
   38298 EVENT SHALL THE AUTHORS BE LIABLE FOR ANY SPECIAL, INDIRECT OR
   38299 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF
   38300 USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
   38301 OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
   38302 PERFORMANCE OF THIS SOFTWARE.
   38303 
   38304 
   38305 Copyright 2005-2006 Luc Verhaegen.
   38306 
   38307 Permission is hereby granted, free of charge, to any person obtaining a
   38308 copy of this software and associated documentation files (the "Software"),
   38309 to deal in the Software without restriction, including without limitation
   38310 the rights to use, copy, modify, merge, publish, distribute, sublicense,
   38311 and/or sell copies of the Software, and to permit persons to whom the
   38312 Software is furnished to do so, subject to the following conditions:
   38313 
   38314 The above copyright notice and this permission notice shall be included in
   38315 all copies or substantial portions of the Software.
   38316 
   38317 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   38318 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   38319 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
   38320 THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR
   38321 OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
   38322 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
   38323 OTHER DEALINGS IN THE SOFTWARE.
   38324 
   38325 
   38326 Copyright 1995 by Robin Cutshaw &lt;robin (a] XFree86.Org&gt;
   38327 Copyright 2000 by Egbert Eich
   38328 Copyright 2002 by David Dawes
   38329 
   38330 Permission to use, copy, modify, distribute, and sell this software and its
   38331 documentation for any purpose is hereby granted without fee, provided that
   38332 the above copyright notice appear in all copies and that both that
   38333 copyright notice and this permission notice appear in supporting
   38334 documentation, and that the names of the above listed copyright holder(s)
   38335 not be used in advertising or publicity pertaining to distribution of
   38336 the software without specific, written prior permission.  The above listed
   38337 copyright holder(s) make(s) no representations about the suitability of this
   38338 software for any purpose.  It is provided "as is" without express or
   38339 implied warranty.
   38340 
   38341 THE ABOVE LISTED COPYRIGHT HOLDER(S) DISCLAIM(S) ALL WARRANTIES WITH REGARD
   38342 TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
   38343 AND FITNESS, IN NO EVENT SHALL THE ABOVE LISTED COPYRIGHT HOLDER(S) BE
   38344 LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY
   38345 DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER
   38346 IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
   38347 OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
   38348 
   38349 
   38350 Copyright 1997-2004 by Marc Aurele La France (TSI @ UQV), tsi (a] xfree86.org
   38351 
   38352 Permission to use, copy, modify, distribute, and sell this software and its
   38353 documentation for any purpose is hereby granted without fee, provided that
   38354 the above copyright notice appear in all copies and that both that copyright
   38355 notice and this permission notice appear in supporting documentation, and
   38356 that the name of Marc Aurele La France not be used in advertising or
   38357 publicity pertaining to distribution of the software without specific,
   38358 written prior permission.  Marc Aurele La France makes no representations
   38359 about the suitability of this software for any purpose.  It is provided
   38360 "as-is" without express or implied warranty.
   38361 
   38362 MARC AURELE LA FRANCE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
   38363 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS.  IN NO
   38364 EVENT SHALL MARC AURELE LA FRANCE BE LIABLE FOR ANY SPECIAL, INDIRECT OR
   38365 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
   38366 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
   38367 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
   38368 OF THIS SOFTWARE.
   38369 
   38370 
   38371 Copyright 1990, 1991 by Thomas Roell, Dinkelscherben, Germany
   38372 Copyright 1992 by David Dawes &lt;dawes (a] XFree86.org&gt;
   38373 Copyright 1992 by Jim Tsillas &lt;jtsilla (a] damon.ccs.northeastern.edu&gt;
   38374 Copyright 1992 by Rich Murphey &lt;Rich (a] Rice.edu&gt;
   38375 Copyright 1992 by Robert Baron &lt;Robert.Baron (a] ernst.mach.cs.cmu.edu&gt;
   38376 Copyright 1992 by Orest Zborowski &lt;obz (a] eskimo.com&gt;
   38377 Copyright 1993 by Vrije Universiteit, The Netherlands
   38378 Copyright 1993 by David Wexelblat &lt;dwex (a] XFree86.org&gt;
   38379 Copyright 1994, 1996 by Holger Veit &lt;Holger.Veit (a] gmd.de&gt;
   38380 Copyright 1997 by Takis Psarogiannakopoulos &lt;takis (a] dpmms.cam.ac.uk&gt;
   38381 Copyright 1994-2003 by The XFree86 Project, Inc
   38382 
   38383 Permission to use, copy, modify, distribute, and sell this software and its
   38384 documentation for any purpose is hereby granted without fee, provided that
   38385 the above copyright notice appear in all copies and that both that
   38386 copyright notice and this permission notice appear in supporting
   38387 documentation, and that the names of the above listed copyright holders
   38388 not be used in advertising or publicity pertaining to distribution of
   38389 the software without specific, written prior permission.  The above listed
   38390 copyright holders make no representations about the suitability of this
   38391 software for any purpose.  It is provided "as is" without express or
   38392 implied warranty.
   38393 
   38394 THE ABOVE LISTED COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD
   38395 TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
   38396 AND FITNESS, IN NO EVENT SHALL THE ABOVE LISTED COPYRIGHT HOLDERS BE
   38397 LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY
   38398 DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER
   38399 IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
   38400 OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
   38401 
   38402 
   38403 Copyright 2001-2005 by J. Kean Johnston &lt;jkj (a] sco.com&gt;
   38404 
   38405 Permission to use, copy, modify, distribute, and sell this software and its
   38406 documentation for any purpose is hereby granted without fee, provided that
   38407 the above copyright notice appear in all copies and that both that
   38408 copyright notice and this permission notice appear in supporting
   38409 documentation, and that the name J. Kean Johnston not be used in
   38410 advertising or publicity pertaining to distribution of the software without
   38411 specific, written prior permission.  J. Kean Johnston makes no
   38412 representations about the suitability of this software for any purpose.
   38413 It is provided "as is" without express or implied warranty.
   38414 
   38415 J. KEAN JOHNSTON DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
   38416 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
   38417 EVENT SHALL J. KEAN JOHNSTON BE LIABLE FOR ANY SPECIAL, INDIRECT OR
   38418 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF
   38419 USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
   38420 OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
   38421 PERFORMANCE OF THIS SOFTWARE.
   38422 
   38423 
   38424 Copyright (C) 2000 Jakub Jelinek (jakub (a] redhat.com)
   38425 
   38426 Permission is hereby granted, free of charge, to any person obtaining a copy
   38427 of this software and associated documentation files (the "Software"), to deal
   38428 in the Software without restriction, including without limitation the rights
   38429 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
   38430 copies of the Software, and to permit persons to whom the Software is
   38431 furnished to do so, subject to the following conditions:
   38432 
   38433 The above copyright notice and this permission notice shall be included in
   38434 all copies or substantial portions of the Software.
   38435 
   38436 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   38437 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   38438 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
   38439 JAKUB JELINEK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
   38440 IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
   38441 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
   38442 
   38443 
   38444 Copyright 1997,1998 by UCHIYAMA Yasushi
   38445 
   38446 Permission to use, copy, modify, distribute, and sell this software and its
   38447 documentation for any purpose is hereby granted without fee, provided that
   38448 the above copyright notice appear in all copies and that both that
   38449 copyright notice and this permission notice appear in supporting
   38450 documentation, and that the name of UCHIYAMA Yasushi not be used in
   38451 advertising or publicity pertaining to distribution of the software without
   38452 specific, written prior permission.  UCHIYAMA Yasushi makes no representations
   38453 about the suitability of this software for any purpose.  It is provided
   38454 "as is" without express or implied warranty.
   38455 
   38456 UCHIYAMA YASUSHI DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
   38457 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
   38458 EVENT SHALL UCHIYAMA YASUSHI BE LIABLE FOR ANY SPECIAL, INDIRECT OR
   38459 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
   38460 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
   38461 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
   38462 PERFORMANCE OF THIS SOFTWARE.
   38463 
   38464 
   38465 Copyright (C) 2000 Keith Packard
   38466               2004 Eric Anholt
   38467               2005 Zack Rusin
   38468 
   38469 Permission to use, copy, modify, distribute, and sell this software and its
   38470 documentation for any purpose is hereby granted without fee, provided that
   38471 the above copyright notice appear in all copies and that both that
   38472 copyright notice and this permission notice appear in supporting
   38473 documentation, and that the name of copyright holders not be used in
   38474 advertising or publicity pertaining to distribution of the software without
   38475 specific, written prior permission. Copyright holders make no
   38476 representations about the suitability of this software for any purpose.  It
   38477 is provided "as is" without express or implied warranty.
   38478 
   38479 THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS
   38480 SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
   38481 FITNESS, IN NO EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY
   38482 SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
   38483 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
   38484 AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
   38485 OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
   38486 SOFTWARE.
   38487 
   38488 
   38489 (C) Copyright IBM Corporation 2002-2007
   38490 All Rights Reserved.
   38491 
   38492 Permission is hereby granted, free of charge, to any person obtaining a
   38493 copy of this software and associated documentation files (the "Software"),
   38494 to deal in the Software without restriction, including without limitation
   38495 on the rights to use, copy, modify, merge, publish, distribute, sub
   38496 license, and/or sell copies of the Software, and to permit persons to whom
   38497 the Software is furnished to do so, subject to the following conditions:
   38498 
   38499 The above copyright notice and this permission notice (including the next
   38500 paragraph) shall be included in all copies or substantial portions of the
   38501 Software.
   38502 
   38503 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   38504 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   38505 FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.  IN NO EVENT SHALL
   38506 THE COPYRIGHT HOLDERS AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM,
   38507 DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
   38508 OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
   38509 USE OR OTHER DEALINGS IN THE SOFTWARE.
   38510 
   38511 
   38512 Permission to use, copy, modify, distribute, and sell this software and its
   38513 documentation for any purpose is hereby granted without fee, provided that
   38514 this permission notice appear in supporting documentation.  This permission
   38515 notice shall be included in all copies or substantial portions of the
   38516 Software.
   38517 
   38518 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   38519 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   38520 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
   38521 AUTHOR BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
   38522 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
   38523 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
   38524 
   38525 
   38526 Copyright  2007 OpenedHand Ltd
   38527 
   38528 Permission to use, copy, modify, distribute, and sell this software and its
   38529 documentation for any purpose is hereby granted without fee, provided that
   38530 the above copyright notice appear in all copies and that both that
   38531 copyright notice and this permission notice appear in supporting
   38532 documentation, and that the name of OpenedHand Ltd not be used in
   38533 advertising or publicity pertaining to distribution of the software without
   38534 specific, written prior permission. OpenedHand Ltd makes no
   38535 representations about the suitability of this software for any purpose.  It
   38536 is provided "as is" without express or implied warranty.
   38537 
   38538 OpenedHand Ltd DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
   38539 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
   38540 EVENT SHALL OpenedHand Ltd BE LIABLE FOR ANY SPECIAL, INDIRECT OR
   38541 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
   38542 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
   38543 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
   38544 PERFORMANCE OF THIS SOFTWARE.
   38545 
   38546 
   38547 Copyright (c) 1989, 1990, 1993, 1994
   38548      The Regents of the University of California.  All rights reserved.
   38549 
   38550 This code is derived from software contributed to Berkeley by
   38551 Chris Torek.
   38552 
   38553 This code is derived from software contributed to Berkeley by
   38554 Michael Rendell of Memorial University of Newfoundland.
   38555 
   38556 Redistribution and use in source and binary forms, with or without
   38557 modification, are permitted provided that the following conditions
   38558 are met:
   38559  1. Redistributions of source code must retain the above copyright
   38560     notice, this list of conditions and the following disclaimer.
   38561  2. Redistributions in binary form must reproduce the above copyright
   38562     notice, this list of conditions and the following disclaimer in the
   38563     documentation and/or other materials provided with the distribution.
   38564  4. Neither the name of the University nor the names of its contributors
   38565     may be used to endorse or promote products derived from this software
   38566     without specific prior written permission.
   38567 
   38568 THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
   38569 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
   38570 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
   38571 ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
   38572 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
   38573 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
   38574 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
   38575 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
   38576 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
   38577 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
   38578 SUCH DAMAGE.
   38579 
   38580 </pre>
   38581 <div class="license-packages">
   38582 Used by these packages: x11-libs/libdrm-2.4.54-r1 x11-libs/xcb-util-wm-0.3.8 x11-libs/xcb-util-renderutil-0.3.8 x11-libs/xcb-util-image-0.3.8 x11-libs/xcb-util-0.3.8 x11-libs/xcb-util-keysyms-0.3.8 x11-base/X.Org-1.9.3 x11-apps/xset-mini-1.2.2-r3 x11-libs/libdrm-tests-2.4.54
   38583 </div>
   38584 </div>
   38585 </div>
   38586 
   38587 
   38588 <!-- Note that some packages included above are used during build, but not
   38589 shipped with ChromeOS proper /merlin -->
   38590 <script src="chrome://os-credits/keyboard_utils.js"></script>
   38591 </body>
   38592 </html>
   38593