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.1</span> 306 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 307 <span class="homepage"><a href="http://sources.redhat.com/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-all-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-echoprivate-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-private-tests-pagecycler-0.0.1</span> 593 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 594 <span class="homepage"><a href="http://src.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-private-tests-quickoffice-0.0.1</span> 606 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 607 <span class="homepage"><a href="http://src.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-0.0.2</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-bluetooth-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-server-tests-shill-0.0.1</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-server-tests-telemetry-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-0.0.3</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-audio-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-cellular-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-cros-disks-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-cryptohome-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-debugd-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-graphics-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-ltp-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-ownershipapi-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-p2p-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-power-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-security-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-shill-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">autotest-tests-touchpad-0.0.1</span> 840 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 841 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span> 842 <div class="licence"> 843 <pre></pre> 844 <ul> 845 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 846 </ul> 847 </div> 848 </div> 849 850 851 <div class="product"> 852 <span class="title">autotest-tests-tpm-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='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 859 </ul> 860 </div> 861 </div> 862 863 864 <div class="product"> 865 <span class="title">avahi-0.6.31</span> 866 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 867 <span class="homepage"><a href="http://avahi.org/">homepage</a></span> 868 <div class="licence"> 869 <pre></pre> 870 <ul> 871 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li> 872 </ul> 873 </div> 874 </div> 875 876 877 <div class="product"> 878 <span class="title">avahi-daemon-0.0.1</span> 879 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 880 <span class="homepage"><a href="http://www.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">avfs-1.0.1</span> 892 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 893 <span class="homepage"><a href="http://sourceforge.net/projects/avf">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">avtest_label_detect-0.0.1</span> 905 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 906 <span class="homepage"><a href="http://src.chromium.org">homepage</a></span> 907 <div class="licence"> 908 <pre></pre> 909 <ul> 910 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 911 </ul> 912 </div> 913 </div> 914 915 916 <div class="product"> 917 <span class="title">baselayout-2.0.1</span> 918 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 919 <span class="homepage"><a href="http://src.chromium.org/">homepage</a></span> 920 <div class="licence"> 921 <pre></pre> 922 <ul> 923 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 924 </ul> 925 </div> 926 </div> 927 928 929 <div class="product"> 930 <span class="title">bash-4.2_p45</span> 931 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 932 <span class="homepage"><a href="http://tiswww.case.edu/php/chet/bash/bashtop.html">homepage</a></span> 933 <div class="licence"> 934 <pre></pre> 935 <ul> 936 <li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li> 937 </ul> 938 </div> 939 </div> 940 941 942 <div class="product"> 943 <span class="title">beaker-1.5.4</span> 944 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 945 <span class="homepage"><a href="http://beaker.groovie.org/">homepage</a></span> 946 <div class="licence"> 947 <pre>Scanned Source License Beaker-1.5.4/Beaker.egg-info/PKG-INFO: 948 949 Metadata-Version: 1.0 950 Name: Beaker 951 Version: 1.5.4 952 Summary: A Session and Caching library with WSGI Middleware 953 Home-page: http://beaker.groovie.org 954 Author: Ben Bangert, Mike Bayer, Philip Jenvey 955 Author-email: ben (a] groovie.org, pjenvey (a] groovie.org 956 License: BSD 957 Description: Cache and Session Library 958 +++++++++++++++++++++++++ 959 960 About 961 ===== 962 963 Beaker is a web session and general caching library that includes WSGI 964 middleware for use in web applications. 965 966 As a general caching library, Beaker can handle storing for various times 967 any Python object that can be pickled with optional back-ends on a 968 fine-grained basis. 969 970 Beaker was built largely on the code from MyghtyUtils, then refactored and 971 extended with database support. 972 973 Beaker includes Cache and Session WSGI middleware to ease integration with 974 WSGI capable frameworks, and is automatically used by `Pylons 975 <http://pylonshq.com/>`_. 976 977 978 Features 979 ======== 980 981 * Fast, robust performance 982 * Multiple reader/single writer lock system to avoid duplicate simultaneous 983 cache creation 984 * Cache back-ends include dbm, file, memory, memcached, and database (Using 985 SQLAlchemy for multiple-db vendor support) 986 * Signed cookie's to prevent session hijacking/spoofing 987 * Cookie-only sessions to remove the need for a db or file backend (ideal 988 for clustered systems) 989 * Extensible Container object to support new back-ends 990 * Cache's can be divided into namespaces (to represent templates, objects, 991 etc.) then keyed for different copies 992 * Create functions for automatic call-backs to create new cache copies after 993 expiration 994 * Fine-grained toggling of back-ends, keys, and expiration per Cache object 995 996 997 Documentation 998 ============= 999 1000 Documentation can be found on the `Official Beaker Docs site 1001 <http://beaker.groovie.org/>`_. 1002 1003 1004 Source 1005 ====== 1006 1007 The latest developer version is available in a `Mercurial repository 1008 <http://bitbucket.org/bbangert/beaker/get/tip.gz#egg=Beaker-dev>`_. 1009 1010 Keywords: wsgi myghty session web cache middleware 1011 Platform: UNKNOWN 1012 Classifier: Development Status :: 5 - Production/Stable 1013 Classifier: Environment :: Web Environment 1014 Classifier: Intended Audience :: Developers 1015 Classifier: License :: OSI Approved :: BSD License 1016 Classifier: Programming Language :: Python 1017 Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content 1018 1019 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 1020 1021 Scanned Source License Beaker-1.5.4/LICENSE: 1022 1023 Copyright (c) 2006, 2007 Ben Bangert, Mike Bayer, Philip Jenvey 1024 and contributors. 1025 All rights reserved. 1026 1027 Redistribution and use in source and binary forms, with or without 1028 modification, are permitted provided that the following conditions 1029 are met: 1030 1. Redistributions of source code must retain the above copyright 1031 notice, this list of conditions and the following disclaimer. 1032 2. Redistributions in binary form must reproduce the above copyright 1033 notice, this list of conditions and the following disclaimer in the 1034 documentation and/or other materials provided with the distribution. 1035 3. The name of the author or contributors may not be used to endorse or 1036 promote products derived from this software without specific prior 1037 written permission. 1038 1039 THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND 1040 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 1041 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 1042 ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 1043 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 1044 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 1045 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 1046 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 1047 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 1048 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 1049 SUCH DAMAGE. 1050 1051 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 1052 1053 Scanned Source License Beaker-1.5.4/PKG-INFO: 1054 1055 Metadata-Version: 1.0 1056 Name: Beaker 1057 Version: 1.5.4 1058 Summary: A Session and Caching library with WSGI Middleware 1059 Home-page: http://beaker.groovie.org 1060 Author: Ben Bangert, Mike Bayer, Philip Jenvey 1061 Author-email: ben (a] groovie.org, pjenvey (a] groovie.org 1062 License: BSD 1063 Description: Cache and Session Library 1064 +++++++++++++++++++++++++ 1065 1066 About 1067 ===== 1068 1069 Beaker is a web session and general caching library that includes WSGI 1070 middleware for use in web applications. 1071 1072 As a general caching library, Beaker can handle storing for various times 1073 any Python object that can be pickled with optional back-ends on a 1074 fine-grained basis. 1075 1076 Beaker was built largely on the code from MyghtyUtils, then refactored and 1077 extended with database support. 1078 1079 Beaker includes Cache and Session WSGI middleware to ease integration with 1080 WSGI capable frameworks, and is automatically used by `Pylons 1081 <http://pylonshq.com/>`_. 1082 1083 1084 Features 1085 ======== 1086 1087 * Fast, robust performance 1088 * Multiple reader/single writer lock system to avoid duplicate simultaneous 1089 cache creation 1090 * Cache back-ends include dbm, file, memory, memcached, and database (Using 1091 SQLAlchemy for multiple-db vendor support) 1092 * Signed cookie's to prevent session hijacking/spoofing 1093 * Cookie-only sessions to remove the need for a db or file backend (ideal 1094 for clustered systems) 1095 * Extensible Container object to support new back-ends 1096 * Cache's can be divided into namespaces (to represent templates, objects, 1097 etc.) then keyed for different copies 1098 * Create functions for automatic call-backs to create new cache copies after 1099 expiration 1100 * Fine-grained toggling of back-ends, keys, and expiration per Cache object 1101 1102 1103 Documentation 1104 ============= 1105 1106 Documentation can be found on the `Official Beaker Docs site 1107 <http://beaker.groovie.org/>`_. 1108 1109 1110 Source 1111 ====== 1112 1113 The latest developer version is available in a `Mercurial repository 1114 <http://bitbucket.org/bbangert/beaker/get/tip.gz#egg=Beaker-dev>`_. 1115 1116 Keywords: wsgi myghty session web cache middleware 1117 Platform: UNKNOWN 1118 Classifier: Development Status :: 5 - Production/Stable 1119 Classifier: Environment :: Web Environment 1120 Classifier: Intended Audience :: Developers 1121 Classifier: License :: OSI Approved :: BSD License 1122 Classifier: Programming Language :: Python 1123 Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content 1124 1125 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 1126 </pre> 1127 <ul> 1128 1129 </ul> 1130 </div> 1131 </div> 1132 1133 1134 <div class="product"> 1135 <span class="title">bigreqsproto-1.1.1</span> 1136 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 1137 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span> 1138 <div class="licence"> 1139 <pre>Scanned Source License bigreqsproto-1.1.1/COPYING: 1140 1141 Copyright 1992, 1998 The Open Group 1142 1143 Permission to use, copy, modify, distribute, and sell this software and its 1144 documentation for any purpose is hereby granted without fee, provided that 1145 the above copyright notice appear in all copies and that both that 1146 copyright notice and this permission notice appear in supporting 1147 documentation. 1148 1149 The above copyright notice and this permission notice shall be included in 1150 all copies or substantial portions of the Software. 1151 1152 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 1153 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 1154 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 1155 OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN 1156 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 1157 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 1158 1159 Except as contained in this notice, the name of The Open Group shall not be 1160 used in advertising or otherwise to promote the sale, use or other dealings 1161 in this Software without prior written authorization from The Open Group. 1162 1163 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 1164 </pre> 1165 <ul> 1166 1167 </ul> 1168 </div> 1169 </div> 1170 1171 1172 <div class="product"> 1173 <span class="title">binutils-2.22</span> 1174 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 1175 <span class="homepage"><a href="http://sources.redhat.com/binutils/">homepage</a></span> 1176 <div class="licence"> 1177 <pre></pre> 1178 <ul> 1179 <li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li> 1180 <li><a href='#LGPL-3'>Gentoo Package Stock License LGPL-3</a></li> 1181 </ul> 1182 </div> 1183 </div> 1184 1185 1186 <div class="product"> 1187 <span class="title">binutils-config-3</span> 1188 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 1189 <span class="homepage"><a href="http://www.gentoo.org/">homepage</a></span> 1190 <div class="licence"> 1191 <pre></pre> 1192 <ul> 1193 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 1194 </ul> 1195 </div> 1196 </div> 1197 1198 1199 <div class="product"> 1200 <span class="title">bluez-5.19</span> 1201 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 1202 <span class="homepage"><a href="http://www.bluez.org/">homepage</a></span> 1203 <div class="licence"> 1204 <pre></pre> 1205 <ul> 1206 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li> 1207 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 1208 </ul> 1209 </div> 1210 </div> 1211 1212 1213 <div class="product"> 1214 <span class="title">bootcomplete-login-0.0.1</span> 1215 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 1216 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span> 1217 <div class="licence"> 1218 <pre></pre> 1219 <ul> 1220 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 1221 </ul> 1222 </div> 1223 </div> 1224 1225 1226 <div class="product"> 1227 <span class="title">bootstat-0.0.1</span> 1228 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 1229 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span> 1230 <div class="licence"> 1231 <pre></pre> 1232 <ul> 1233 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 1234 </ul> 1235 </div> 1236 </div> 1237 1238 1239 <div class="product"> 1240 <span class="title">brltty-4.5</span> 1241 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 1242 <span class="homepage"><a href="http://mielke.cc/brltty/">homepage</a></span> 1243 <div class="licence"> 1244 <pre></pre> 1245 <ul> 1246 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li> 1247 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 1248 </ul> 1249 </div> 1250 </div> 1251 1252 1253 <div class="product"> 1254 <span class="title">bsdiff-4.3</span> 1255 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 1256 <span class="homepage"><a href="http://www.daemonology.net/bsdiff/">homepage</a></span> 1257 <div class="licence"> 1258 <pre>Copyright Attribution License chromiumos-overlay/licenses/copyright-attribution/dev-util/bsdiff: 1259 1260 Copyright 2003-2005 Colin Percival 1261 All rights reserved 1262 1263 Redistribution and use in source and binary forms, with or without 1264 modification, are permitted providing that the following conditions 1265 are met: 1266 1. Redistributions of source code must retain the above copyright 1267 notice, this list of conditions and the following disclaimer. 1268 2. Redistributions in binary form must reproduce the above copyright 1269 notice, this list of conditions and the following disclaimer in the 1270 documentation and/or other materials provided with the distribution. 1271 1272 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR 1273 IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED 1274 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 1275 ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY 1276 DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 1277 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 1278 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 1279 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, 1280 STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING 1281 IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 1282 POSSIBILITY OF SUCH DAMAGE. 1283 1284 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 1285 </pre> 1286 <ul> 1287 1288 </ul> 1289 </div> 1290 </div> 1291 1292 1293 <div class="product"> 1294 <span class="title">btsocket-0.0.1</span> 1295 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 1296 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span> 1297 <div class="licence"> 1298 <pre>Scanned Source License btsocket-0.0.1/LICENSE: 1299 1300 // Copyright (c) 2013 The Chromium OS Authors. All rights reserved. 1301 // 1302 // Redistribution and use in source and binary forms, with or without 1303 // modification, are permitted provided that the following conditions are 1304 // met: 1305 // 1306 // * Redistributions of source code must retain the above copyright 1307 // notice, this list of conditions and the following disclaimer. 1308 // * Redistributions in binary form must reproduce the above 1309 // copyright notice, this list of conditions and the following disclaimer 1310 // in the documentation and/or other materials provided with the 1311 // distribution. 1312 // * Neither the name of Google Inc. nor the names of its 1313 // contributors may be used to endorse or promote products derived from 1314 // this software without specific prior written permission. 1315 // 1316 // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 1317 // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 1318 // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 1319 // A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 1320 // OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 1321 // SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT 1322 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 1323 // DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 1324 // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 1325 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 1326 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 1327 1328 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 1329 </pre> 1330 <ul> 1331 1332 </ul> 1333 </div> 1334 </div> 1335 1336 1337 <div class="product"> 1338 <span class="title">busybox-1.21.0</span> 1339 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 1340 <span class="homepage"><a href="http://www.busybox.net/">homepage</a></span> 1341 <div class="licence"> 1342 <pre></pre> 1343 <ul> 1344 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 1345 </ul> 1346 </div> 1347 </div> 1348 1349 1350 <div class="product"> 1351 <span class="title">bzip2-1.0.6</span> 1352 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 1353 <span class="homepage"><a href="http://www.bzip.org/">homepage</a></span> 1354 <div class="licence"> 1355 <pre>Scanned Source License bzip2-1.0.6/LICENSE: 1356 1357 1358 -------------------------------------------------------------------------- 1359 1360 This program, "bzip2", the associated library "libbzip2", and all 1361 documentation, are copyright (C) 1996-2010 Julian R Seward. All 1362 rights reserved. 1363 1364 Redistribution and use in source and binary forms, with or without 1365 modification, are permitted provided that the following conditions 1366 are met: 1367 1368 1. Redistributions of source code must retain the above copyright 1369 notice, this list of conditions and the following disclaimer. 1370 1371 2. The origin of this software must not be misrepresented; you must 1372 not claim that you wrote the original software. If you use this 1373 software in a product, an acknowledgment in the product 1374 documentation would be appreciated but is not required. 1375 1376 3. Altered source versions must be plainly marked as such, and must 1377 not be misrepresented as being the original software. 1378 1379 4. The name of the author may not be used to endorse or promote 1380 products derived from this software without specific prior written 1381 permission. 1382 1383 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS 1384 OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED 1385 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 1386 ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY 1387 DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 1388 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE 1389 GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 1390 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, 1391 WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 1392 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 1393 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 1394 1395 Julian Seward, jseward (a] bzip.org 1396 bzip2/libbzip2 version 1.0.6 of 6 September 2010 1397 1398 -------------------------------------------------------------------------- 1399 1400 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 1401 1402 Gentoo Package Stock License BZIP2: 1403 1404 <copyright notice> 1405 All rights reserved. 1406 1407 Redistribution and use in source and binary forms, with or without 1408 modification, are permitted provided that the following conditions 1409 are met: 1410 1411 1. Redistributions of source code must retain the above copyright 1412 notice, this list of conditions and the following disclaimer. 1413 1414 2. The origin of this software must not be misrepresented; you must 1415 not claim that you wrote the original software. If you use this 1416 software in a product, an acknowledgment in the product 1417 documentation would be appreciated but is not required. 1418 1419 3. Altered source versions must be plainly marked as such, and must 1420 not be misrepresented as being the original software. 1421 1422 4. The name of the author may not be used to endorse or promote 1423 products derived from this software without specific prior written 1424 permission. 1425 1426 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS 1427 OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED 1428 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 1429 ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY 1430 DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 1431 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE 1432 GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 1433 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, 1434 WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 1435 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 1436 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 1437 1438 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 1439 </pre> 1440 <ul> 1441 1442 </ul> 1443 </div> 1444 </div> 1445 1446 1447 <div class="product"> 1448 <span class="title">c-ares-1.7.5</span> 1449 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 1450 <span class="homepage"><a href="http://c-ares.haxx.se/">homepage</a></span> 1451 <div class="licence"> 1452 <pre>Copyright Attribution License chromiumos-overlay/licenses/copyright-attribution/net-dns/c-ares: 1453 1454 Copyright 1998 by the Massachusetts Institute of Technology. 1455 1456 Permission to use, copy, modify, and distribute this 1457 software and its documentation for any purpose and without 1458 fee is hereby granted, provided that the above copyright 1459 notice appear in all copies and that both that copyright 1460 notice and this permission notice appear in supporting 1461 documentation, and that the name of M.I.T. not be used in 1462 advertising or publicity pertaining to distribution of the 1463 software without specific, written prior permission. 1464 M.I.T. makes no representations about the suitability of 1465 this software for any purpose. It is provided "as is" 1466 without express or implied warranty. 1467 1468 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 1469 </pre> 1470 <ul> 1471 1472 </ul> 1473 </div> 1474 </div> 1475 1476 1477 <div class="product"> 1478 <span class="title">cairo-1.12.12</span> 1479 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 1480 <span class="homepage"><a href="http://cairographics.org/">homepage</a></span> 1481 <div class="licence"> 1482 <pre>Gentoo Package Stock License MPL-1.1: 1483 1484 MOZILLA PUBLIC LICENSE 1485 Version 1.1 1486 1487 --------------- 1488 1489 1. Definitions. 1490 1491 1.0.1. "Commercial Use" means distribution or otherwise making the 1492 Covered Code available to a third party. 1493 1494 1.1. "Contributor" means each entity that creates or contributes to 1495 the creation of Modifications. 1496 1497 1.2. "Contributor Version" means the combination of the Original 1498 Code, prior Modifications used by a Contributor, and the Modifications 1499 made by that particular Contributor. 1500 1501 1.3. "Covered Code" means the Original Code or Modifications or the 1502 combination of the Original Code and Modifications, in each case 1503 including portions thereof. 1504 1505 1.4. "Electronic Distribution Mechanism" means a mechanism generally 1506 accepted in the software development community for the electronic 1507 transfer of data. 1508 1509 1.5. "Executable" means Covered Code in any form other than Source 1510 Code. 1511 1512 1.6. "Initial Developer" means the individual or entity identified 1513 as the Initial Developer in the Source Code notice required by Exhibit 1514 A. 1515 1516 1.7. "Larger Work" means a work which combines Covered Code or 1517 portions thereof with code not governed by the terms of this License. 1518 1519 1.8. "License" means this document. 1520 1521 1.8.1. "Licensable" means having the right to grant, to the maximum 1522 extent possible, whether at the time of the initial grant or 1523 subsequently acquired, any and all of the rights conveyed herein. 1524 1525 1.9. "Modifications" means any addition to or deletion from the 1526 substance or structure of either the Original Code or any previous 1527 Modifications. When Covered Code is released as a series of files, a 1528 Modification is: 1529 A. Any addition to or deletion from the contents of a file 1530 containing Original Code or previous Modifications. 1531 1532 B. Any new file that contains any part of the Original Code or 1533 previous Modifications. 1534 1535 1.10. "Original Code" means Source Code of computer software code 1536 which is described in the Source Code notice required by Exhibit A as 1537 Original Code, and which, at the time of its release under this 1538 License is not already Covered Code governed by this License. 1539 1540 1.10.1. "Patent Claims" means any patent claim(s), now owned or 1541 hereafter acquired, including without limitation, method, process, 1542 and apparatus claims, in any patent Licensable by grantor. 1543 1544 1.11. "Source Code" means the preferred form of the Covered Code for 1545 making modifications to it, including all modules it contains, plus 1546 any associated interface definition files, scripts used to control 1547 compilation and installation of an Executable, or source code 1548 differential comparisons against either the Original Code or another 1549 well known, available Covered Code of the Contributor's choice. The 1550 Source Code can be in a compressed or archival form, provided the 1551 appropriate decompression or de-archiving software is widely available 1552 for no charge. 1553 1554 1.12. "You" (or "Your") means an individual or a legal entity 1555 exercising rights under, and complying with all of the terms of, this 1556 License or a future version of this License issued under Section 6.1. 1557 For legal entities, "You" includes any entity which controls, is 1558 controlled by, or is under common control with You. For purposes of 1559 this definition, "control" means (a) the power, direct or indirect, 1560 to cause the direction or management of such entity, whether by 1561 contract or otherwise, or (b) ownership of more than fifty percent 1562 (50%) of the outstanding shares or beneficial ownership of such 1563 entity. 1564 1565 2. Source Code License. 1566 1567 2.1. The Initial Developer Grant. 1568 The Initial Developer hereby grants You a world-wide, royalty-free, 1569 non-exclusive license, subject to third party intellectual property 1570 claims: 1571 (a) under intellectual property rights (other than patent or 1572 trademark) Licensable by Initial Developer to use, reproduce, 1573 modify, display, perform, sublicense and distribute the Original 1574 Code (or portions thereof) with or without Modifications, and/or 1575 as part of a Larger Work; and 1576 1577 (b) under Patents Claims infringed by the making, using or 1578 selling of Original Code, to make, have made, use, practice, 1579 sell, and offer for sale, and/or otherwise dispose of the 1580 Original Code (or portions thereof). 1581 1582 (c) the licenses granted in this Section 2.1(a) and (b) are 1583 effective on the date Initial Developer first distributes 1584 Original Code under the terms of this License. 1585 1586 (d) Notwithstanding Section 2.1(b) above, no patent license is 1587 granted: 1) for code that You delete from the Original Code; 2) 1588 separate from the Original Code; or 3) for infringements caused 1589 by: i) the modification of the Original Code or ii) the 1590 combination of the Original Code with other software or devices. 1591 1592 2.2. Contributor Grant. 1593 Subject to third party intellectual property claims, each Contributor 1594 hereby grants You a world-wide, royalty-free, non-exclusive license 1595 1596 (a) under intellectual property rights (other than patent or 1597 trademark) Licensable by Contributor, to use, reproduce, modify, 1598 display, perform, sublicense and distribute the Modifications 1599 created by such Contributor (or portions thereof) either on an 1600 unmodified basis, with other Modifications, as Covered Code 1601 and/or as part of a Larger Work; and 1602 1603 (b) under Patent Claims infringed by the making, using, or 1604 selling of Modifications made by that Contributor either alone 1605 and/or in combination with its Contributor Version (or portions 1606 of such combination), to make, use, sell, offer for sale, have 1607 made, and/or otherwise dispose of: 1) Modifications made by that 1608 Contributor (or portions thereof); and 2) the combination of 1609 Modifications made by that Contributor with its Contributor 1610 Version (or portions of such combination). 1611 1612 (c) the licenses granted in Sections 2.2(a) and 2.2(b) are 1613 effective on the date Contributor first makes Commercial Use of 1614 the Covered Code. 1615 1616 (d) Notwithstanding Section 2.2(b) above, no patent license is 1617 granted: 1) for any code that Contributor has deleted from the 1618 Contributor Version; 2) separate from the Contributor Version; 1619 3) for infringements caused by: i) third party modifications of 1620 Contributor Version or ii) the combination of Modifications made 1621 by that Contributor with other software (except as part of the 1622 Contributor Version) or other devices; or 4) under Patent Claims 1623 infringed by Covered Code in the absence of Modifications made by 1624 that Contributor. 1625 1626 3. Distribution Obligations. 1627 1628 3.1. Application of License. 1629 The Modifications which You create or to which You contribute are 1630 governed by the terms of this License, including without limitation 1631 Section 2.2. The Source Code version of Covered Code may be 1632 distributed only under the terms of this License or a future version 1633 of this License released under Section 6.1, and You must include a 1634 copy of this License with every copy of the Source Code You 1635 distribute. You may not offer or impose any terms on any Source Code 1636 version that alters or restricts the applicable version of this 1637 License or the recipients' rights hereunder. However, You may include 1638 an additional document offering the additional rights described in 1639 Section 3.5. 1640 1641 3.2. Availability of Source Code. 1642 Any Modification which You create or to which You contribute must be 1643 made available in Source Code form under the terms of this License 1644 either on the same media as an Executable version or via an accepted 1645 Electronic Distribution Mechanism to anyone to whom you made an 1646 Executable version available; and if made available via Electronic 1647 Distribution Mechanism, must remain available for at least twelve (12) 1648 months after the date it initially became available, or at least six 1649 (6) months after a subsequent version of that particular Modification 1650 has been made available to such recipients. You are responsible for 1651 ensuring that the Source Code version remains available even if the 1652 Electronic Distribution Mechanism is maintained by a third party. 1653 1654 3.3. Description of Modifications. 1655 You must cause all Covered Code to which You contribute to contain a 1656 file documenting the changes You made to create that Covered Code and 1657 the date of any change. You must include a prominent statement that 1658 the Modification is derived, directly or indirectly, from Original 1659 Code provided by the Initial Developer and including the name of the 1660 Initial Developer in (a) the Source Code, and (b) in any notice in an 1661 Executable version or related documentation in which You describe the 1662 origin or ownership of the Covered Code. 1663 1664 3.4. Intellectual Property Matters 1665 (a) Third Party Claims. 1666 If Contributor has knowledge that a license under a third party's 1667 intellectual property rights is required to exercise the rights 1668 granted by such Contributor under Sections 2.1 or 2.2, 1669 Contributor must include a text file with the Source Code 1670 distribution titled "LEGAL" which describes the claim and the 1671 party making the claim in sufficient detail that a recipient will 1672 know whom to contact. If Contributor obtains such knowledge after 1673 the Modification is made available as described in Section 3.2, 1674 Contributor shall promptly modify the LEGAL file in all copies 1675 Contributor makes available thereafter and shall take other steps 1676 (such as notifying appropriate mailing lists or newsgroups) 1677 reasonably calculated to inform those who received the Covered 1678 Code that new knowledge has been obtained. 1679 1680 (b) Contributor APIs. 1681 If Contributor's Modifications include an application programming 1682 interface and Contributor has knowledge of patent licenses which 1683 are reasonably necessary to implement that API, Contributor must 1684 also include this information in the LEGAL file. 1685 1686 (c) Representations. 1687 Contributor represents that, except as disclosed pursuant to 1688 Section 3.4(a) above, Contributor believes that Contributor's 1689 Modifications are Contributor's original creation(s) and/or 1690 Contributor has sufficient rights to grant the rights conveyed by 1691 this License. 1692 1693 3.5. Required Notices. 1694 You must duplicate the notice in Exhibit A in each file of the Source 1695 Code. If it is not possible to put such notice in a particular Source 1696 Code file due to its structure, then You must include such notice in a 1697 location (such as a relevant directory) where a user would be likely 1698 to look for such a notice. If You created one or more Modification(s) 1699 You may add your name as a Contributor to the notice described in 1700 Exhibit A. You must also duplicate this License in any documentation 1701 for the Source Code where You describe recipients' rights or ownership 1702 rights relating to Covered Code. You may choose to offer, and to 1703 charge a fee for, warranty, support, indemnity or liability 1704 obligations to one or more recipients of Covered Code. However, You 1705 may do so only on Your own behalf, and not on behalf of the Initial 1706 Developer or any Contributor. You must make it absolutely clear than 1707 any such warranty, support, indemnity or liability obligation is 1708 offered by You alone, and You hereby agree to indemnify the Initial 1709 Developer and every Contributor for any liability incurred by the 1710 Initial Developer or such Contributor as a result of warranty, 1711 support, indemnity or liability terms You offer. 1712 1713 3.6. Distribution of Executable Versions. 1714 You may distribute Covered Code in Executable form only if the 1715 requirements of Section 3.1-3.5 have been met for that Covered Code, 1716 and if You include a notice stating that the Source Code version of 1717 the Covered Code is available under the terms of this License, 1718 including a description of how and where You have fulfilled the 1719 obligations of Section 3.2. The notice must be conspicuously included 1720 in any notice in an Executable version, related documentation or 1721 collateral in which You describe recipients' rights relating to the 1722 Covered Code. You may distribute the Executable version of Covered 1723 Code or ownership rights under a license of Your choice, which may 1724 contain terms different from this License, provided that You are in 1725 compliance with the terms of this License and that the license for the 1726 Executable version does not attempt to limit or alter the recipient's 1727 rights in the Source Code version from the rights set forth in this 1728 License. If You distribute the Executable version under a different 1729 license You must make it absolutely clear that any terms which differ 1730 from this License are offered by You alone, not by the Initial 1731 Developer or any Contributor. You hereby agree to indemnify the 1732 Initial Developer and every Contributor for any liability incurred by 1733 the Initial Developer or such Contributor as a result of any such 1734 terms You offer. 1735 1736 3.7. Larger Works. 1737 You may create a Larger Work by combining Covered Code with other code 1738 not governed by the terms of this License and distribute the Larger 1739 Work as a single product. In such a case, You must make sure the 1740 requirements of this License are fulfilled for the Covered Code. 1741 1742 4. Inability to Comply Due to Statute or Regulation. 1743 1744 If it is impossible for You to comply with any of the terms of this 1745 License with respect to some or all of the Covered Code due to 1746 statute, judicial order, or regulation then You must: (a) comply with 1747 the terms of this License to the maximum extent possible; and (b) 1748 describe the limitations and the code they affect. Such description 1749 must be included in the LEGAL file described in Section 3.4 and must 1750 be included with all distributions of the Source Code. Except to the 1751 extent prohibited by statute or regulation, such description must be 1752 sufficiently detailed for a recipient of ordinary skill to be able to 1753 understand it. 1754 1755 5. Application of this License. 1756 1757 This License applies to code to which the Initial Developer has 1758 attached the notice in Exhibit A and to related Covered Code. 1759 1760 6. Versions of the License. 1761 1762 6.1. New Versions. 1763 Netscape Communications Corporation ("Netscape") may publish revised 1764 and/or new versions of the License from time to time. Each version 1765 will be given a distinguishing version number. 1766 1767 6.2. Effect of New Versions. 1768 Once Covered Code has been published under a particular version of the 1769 License, You may always continue to use it under the terms of that 1770 version. You may also choose to use such Covered Code under the terms 1771 of any subsequent version of the License published by Netscape. No one 1772 other than Netscape has the right to modify the terms applicable to 1773 Covered Code created under this License. 1774 1775 6.3. Derivative Works. 1776 If You create or use a modified version of this License (which you may 1777 only do in order to apply it to code which is not already Covered Code 1778 governed by this License), You must (a) rename Your license so that 1779 the phrases "Mozilla", "MOZILLAPL", "MOZPL", "Netscape", 1780 "MPL", "NPL" or any confusingly similar phrase do not appear in your 1781 license (except to note that your license differs from this License) 1782 and (b) otherwise make it clear that Your version of the license 1783 contains terms which differ from the Mozilla Public License and 1784 Netscape Public License. (Filling in the name of the Initial 1785 Developer, Original Code or Contributor in the notice described in 1786 Exhibit A shall not of themselves be deemed to be modifications of 1787 this License.) 1788 1789 7. DISCLAIMER OF WARRANTY. 1790 1791 COVERED CODE IS PROVIDED UNDER THIS LICENSE ON AN "AS IS" BASIS, 1792 WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, 1793 WITHOUT LIMITATION, WARRANTIES THAT THE COVERED CODE IS FREE OF 1794 DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. 1795 THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE COVERED CODE 1796 IS WITH YOU. SHOULD ANY COVERED CODE PROVE DEFECTIVE IN ANY RESPECT, 1797 YOU (NOT THE INITIAL DEVELOPER OR ANY OTHER CONTRIBUTOR) ASSUME THE 1798 COST OF ANY NECESSARY SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER 1799 OF WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO USE OF 1800 ANY COVERED CODE IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER. 1801 1802 8. TERMINATION. 1803 1804 8.1. This License and the rights granted hereunder will terminate 1805 automatically if You fail to comply with terms herein and fail to cure 1806 such breach within 30 days of becoming aware of the breach. All 1807 sublicenses to the Covered Code which are properly granted shall 1808 survive any termination of this License. Provisions which, by their 1809 nature, must remain in effect beyond the termination of this License 1810 shall survive. 1811 1812 8.2. If You initiate litigation by asserting a patent infringement 1813 claim (excluding declatory judgment actions) against Initial Developer 1814 or a Contributor (the Initial Developer or Contributor against whom 1815 You file such action is referred to as "Participant") alleging that: 1816 1817 (a) such Participant's Contributor Version directly or indirectly 1818 infringes any patent, then any and all rights granted by such 1819 Participant to You under Sections 2.1 and/or 2.2 of this License 1820 shall, upon 60 days notice from Participant terminate prospectively, 1821 unless if within 60 days after receipt of notice You either: (i) 1822 agree in writing to pay Participant a mutually agreeable reasonable 1823 royalty for Your past and future use of Modifications made by such 1824 Participant, or (ii) withdraw Your litigation claim with respect to 1825 the Contributor Version against such Participant. If within 60 days 1826 of notice, a reasonable royalty and payment arrangement are not 1827 mutually agreed upon in writing by the parties or the litigation claim 1828 is not withdrawn, the rights granted by Participant to You under 1829 Sections 2.1 and/or 2.2 automatically terminate at the expiration of 1830 the 60 day notice period specified above. 1831 1832 (b) any software, hardware, or device, other than such Participant's 1833 Contributor Version, directly or indirectly infringes any patent, then 1834 any rights granted to You by such Participant under Sections 2.1(b) 1835 and 2.2(b) are revoked effective as of the date You first made, used, 1836 sold, distributed, or had made, Modifications made by that 1837 Participant. 1838 1839 8.3. If You assert a patent infringement claim against Participant 1840 alleging that such Participant's Contributor Version directly or 1841 indirectly infringes any patent where such claim is resolved (such as 1842 by license or settlement) prior to the initiation of patent 1843 infringement litigation, then the reasonable value of the licenses 1844 granted by such Participant under Sections 2.1 or 2.2 shall be taken 1845 into account in determining the amount or value of any payment or 1846 license. 1847 1848 8.4. In the event of termination under Sections 8.1 or 8.2 above, 1849 all end user license agreements (excluding distributors and resellers) 1850 which have been validly granted by You or any distributor hereunder 1851 prior to termination shall survive termination. 1852 1853 9. LIMITATION OF LIABILITY. 1854 1855 UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT 1856 (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL YOU, THE INITIAL 1857 DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF COVERED CODE, 1858 OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON FOR 1859 ANY INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY 1860 CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, 1861 WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER 1862 COMMERCIAL DAMAGES OR LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN 1863 INFORMED OF THE POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF 1864 LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY 1865 RESULTING FROM SUCH PARTY'S NEGLIGENCE TO THE EXTENT APPLICABLE LAW 1866 PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE 1867 EXCLUSION OR LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO 1868 THIS EXCLUSION AND LIMITATION MAY NOT APPLY TO YOU. 1869 1870 10. U.S. GOVERNMENT END USERS. 1871 1872 The Covered Code is a "commercial item," as that term is defined in 1873 48 C.F.R. 2.101 (Oct. 1995), consisting of "commercial computer 1874 software" and "commercial computer software documentation," as such 1875 terms are used in 48 C.F.R. 12.212 (Sept. 1995). Consistent with 48 1876 C.F.R. 12.212 and 48 C.F.R. 227.7202-1 through 227.7202-4 (June 1995), 1877 all U.S. Government End Users acquire Covered Code with only those 1878 rights set forth herein. 1879 1880 11. MISCELLANEOUS. 1881 1882 This License represents the complete agreement concerning subject 1883 matter hereof. If any provision of this License is held to be 1884 unenforceable, such provision shall be reformed only to the extent 1885 necessary to make it enforceable. This License shall be governed by 1886 California law provisions (except to the extent applicable law, if 1887 any, provides otherwise), excluding its conflict-of-law provisions. 1888 With respect to disputes in which at least one party is a citizen of, 1889 or an entity chartered or registered to do business in the United 1890 States of America, any litigation relating to this License shall be 1891 subject to the jurisdiction of the Federal Courts of the Northern 1892 District of California, with venue lying in Santa Clara County, 1893 California, with the losing party responsible for costs, including 1894 without limitation, court costs and reasonable attorneys' fees and 1895 expenses. The application of the United Nations Convention on 1896 Contracts for the International Sale of Goods is expressly excluded. 1897 Any law or regulation which provides that the language of a contract 1898 shall be construed against the drafter shall not apply to this 1899 License. 1900 1901 12. RESPONSIBILITY FOR CLAIMS. 1902 1903 As between Initial Developer and the Contributors, each party is 1904 responsible for claims and damages arising, directly or indirectly, 1905 out of its utilization of rights under this License and You agree to 1906 work with Initial Developer and Contributors to distribute such 1907 responsibility on an equitable basis. Nothing herein is intended or 1908 shall be deemed to constitute any admission of liability. 1909 1910 13. MULTIPLE-LICENSED CODE. 1911 1912 Initial Developer may designate portions of the Covered Code as 1913 "Multiple-Licensed". "Multiple-Licensed" means that the Initial 1914 Developer permits you to utilize portions of the Covered Code under 1915 Your choice of the NPL or the alternative licenses, if any, specified 1916 by the Initial Developer in the file described in Exhibit A. 1917 1918 EXHIBIT A -Mozilla Public License. 1919 1920 ``The contents of this file are subject to the Mozilla Public License 1921 Version 1.1 (the "License"); you may not use this file except in 1922 compliance with the License. You may obtain a copy of the License at 1923 http://www.mozilla.org/MPL/ 1924 1925 Software distributed under the License is distributed on an "AS IS" 1926 basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the 1927 License for the specific language governing rights and limitations 1928 under the License. 1929 1930 The Original Code is ______________________________________. 1931 1932 The Initial Developer of the Original Code is ________________________. 1933 Portions created by ______________________ are Copyright (C) ______ 1934 _______________________. All Rights Reserved. 1935 1936 Contributor(s): ______________________________________. 1937 1938 Alternatively, the contents of this file may be used under the terms 1939 of the _____ license (the "[___] License"), in which case the 1940 provisions of [______] License are applicable instead of those 1941 above. If you wish to allow use of your version of this file only 1942 under the terms of the [____] License and not to allow others to use 1943 your version of this file under the MPL, indicate your decision by 1944 deleting the provisions above and replace them with the notice and 1945 other provisions required by the [___] License. If you do not delete 1946 the provisions above, a recipient may use your version of this file 1947 under either the MPL or the [___] License." 1948 1949 [NOTE: The text of this Exhibit A may differ slightly from the text of 1950 the notices in the Source Code files of the Original Code. You should 1951 use the text of this Exhibit A rather than the text found in the 1952 Original Code Source Code for Your Modifications.] 1953 1954 ---------------------------------------------------------------------- 1955 1956 AMENDMENTS 1957 1958 The Netscape Public License Version 1.1 ("NPL") consists of the 1959 Mozilla Public License Version 1.1 with the following Amendments, 1960 including Exhibit A-Netscape Public License. Files identified with 1961 "Exhibit A-Netscape Public License" are governed by the Netscape 1962 Public License Version 1.1. 1963 1964 Additional Terms applicable to the Netscape Public License. 1965 I. Effect. 1966 These additional terms described in this Netscape Public 1967 License -- Amendments shall apply to the Mozilla Communicator 1968 client code and to all Covered Code under this License. 1969 1970 II. "Netscape's Branded Code" means Covered Code that Netscape 1971 distributes and/or permits others to distribute under one or more 1972 trademark(s) which are controlled by Netscape but which are not 1973 licensed for use under this License. 1974 1975 III. Netscape and logo. 1976 This License does not grant any rights to use the trademarks 1977 "Netscape", the "Netscape N and horizon" logo or the "Netscape 1978 lighthouse" logo, "Netcenter", "Gecko", "Java" or "JavaScript", 1979 "Smart Browsing" even if such marks are included in the Original 1980 Code or Modifications. 1981 1982 IV. Inability to Comply Due to Contractual Obligation. 1983 Prior to licensing the Original Code under this License, Netscape 1984 has licensed third party code for use in Netscape's Branded Code. 1985 To the extent that Netscape is limited contractually from making 1986 such third party code available under this License, Netscape may 1987 choose to reintegrate such code into Covered Code without being 1988 required to distribute such code in Source Code form, even if 1989 such code would otherwise be considered "Modifications" under 1990 this License. 1991 1992 V. Use of Modifications and Covered Code by Initial Developer. 1993 V.1. In General. 1994 The obligations of Section 3 apply to Netscape, except to 1995 the extent specified in this Amendment, Section V.2 and V.3. 1996 1997 V.2. Other Products. 1998 Netscape may include Covered Code in products other than the 1999 Netscape's Branded Code which are released by Netscape 2000 during the two (2) years following the release date of the 2001 Original Code, without such additional products becoming 2002 subject to the terms of this License, and may license such 2003 additional products on different terms from those contained 2004 in this License. 2005 2006 V.3. Alternative Licensing. 2007 Netscape may license the Source Code of Netscape's Branded 2008 Code, including Modifications incorporated therein, without 2009 such Netscape Branded Code becoming subject to the terms of 2010 this License, and may license such Netscape Branded Code on 2011 different terms from those contained in this License. 2012 2013 VI. Litigation. 2014 Notwithstanding the limitations of Section 11 above, the 2015 provisions regarding litigation in Section 11(a), (b) and (c) of 2016 the License shall apply to all disputes relating to this License. 2017 2018 EXHIBIT A-Netscape Public License. 2019 2020 "The contents of this file are subject to the Netscape Public 2021 License Version 1.1 (the "License"); you may not use this file 2022 except in compliance with the License. You may obtain a copy of 2023 the License at http://www.mozilla.org/NPL/ 2024 2025 Software distributed under the License is distributed on an "AS 2026 IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or 2027 implied. See the License for the specific language governing 2028 rights and limitations under the License. 2029 2030 The Original Code is Mozilla Communicator client code, released 2031 March 31, 1998. 2032 2033 The Initial Developer of the Original Code is Netscape 2034 Communications Corporation. Portions created by Netscape are 2035 Copyright (C) 1998-1999 Netscape Communications Corporation. All 2036 Rights Reserved. 2037 2038 Contributor(s): ______________________________________. 2039 2040 Alternatively, the contents of this file may be used under the 2041 terms of the _____ license (the "[___] License"), in which case 2042 the provisions of [______] License are applicable instead of 2043 those above. If you wish to allow use of your version of this 2044 file only under the terms of the [____] License and not to allow 2045 others to use your version of this file under the NPL, indicate 2046 your decision by deleting the provisions above and replace them 2047 with the notice and other provisions required by the [___] 2048 License. If you do not delete the provisions above, a recipient 2049 may use your version of this file under either the NPL or the 2050 [___] License." 2051 2052 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 2053 </pre> 2054 <ul> 2055 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li> 2056 </ul> 2057 </div> 2058 </div> 2059 2060 2061 <div class="product"> 2062 <span class="title">cherrypy-3.2.2</span> 2063 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 2064 <span class="homepage"><a href="http://www.cherrypy.org/">homepage</a></span> 2065 <div class="licence"> 2066 <pre>Scanned Source License CherryPy-3.2.2/CherryPy.egg-info/PKG-INFO: 2067 2068 Metadata-Version: 1.0 2069 Name: CherryPy 2070 Version: 3.2.2 2071 Summary: Object-Oriented HTTP framework 2072 Home-page: http://www.cherrypy.org 2073 Author: CherryPy Team 2074 Author-email: team (a] cherrypy.org 2075 License: BSD 2076 Download-URL: http://download.cherrypy.org/cherrypy/3.2.2/ 2077 Description: CherryPy is a pythonic, object-oriented HTTP framework 2078 Platform: UNKNOWN 2079 Classifier: Development Status :: 5 - Production/Stable 2080 Classifier: Environment :: Web Environment 2081 Classifier: Intended Audience :: Developers 2082 Classifier: License :: Freely Distributable 2083 Classifier: Operating System :: OS Independent 2084 Classifier: Programming Language :: Python 2085 Classifier: Programming Language :: Python :: 2 2086 Classifier: Programming Language :: Python :: 3 2087 Classifier: Topic :: Internet :: WWW/HTTP 2088 Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content 2089 Classifier: Topic :: Internet :: WWW/HTTP :: HTTP Servers 2090 Classifier: Topic :: Internet :: WWW/HTTP :: WSGI 2091 Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Application 2092 Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Server 2093 Classifier: Topic :: Software Development :: Libraries :: Application Frameworks 2094 2095 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 2096 2097 Scanned Source License CherryPy-3.2.2/PKG-INFO: 2098 2099 Metadata-Version: 1.0 2100 Name: CherryPy 2101 Version: 3.2.2 2102 Summary: Object-Oriented HTTP framework 2103 Home-page: http://www.cherrypy.org 2104 Author: CherryPy Team 2105 Author-email: team (a] cherrypy.org 2106 License: BSD 2107 Download-URL: http://download.cherrypy.org/cherrypy/3.2.2/ 2108 Description: CherryPy is a pythonic, object-oriented HTTP framework 2109 Platform: UNKNOWN 2110 Classifier: Development Status :: 5 - Production/Stable 2111 Classifier: Environment :: Web Environment 2112 Classifier: Intended Audience :: Developers 2113 Classifier: License :: Freely Distributable 2114 Classifier: Operating System :: OS Independent 2115 Classifier: Programming Language :: Python 2116 Classifier: Programming Language :: Python :: 2 2117 Classifier: Programming Language :: Python :: 3 2118 Classifier: Topic :: Internet :: WWW/HTTP 2119 Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content 2120 Classifier: Topic :: Internet :: WWW/HTTP :: HTTP Servers 2121 Classifier: Topic :: Internet :: WWW/HTTP :: WSGI 2122 Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Application 2123 Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Server 2124 Classifier: Topic :: Software Development :: Libraries :: Application Frameworks 2125 2126 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 2127 2128 Scanned Source License CherryPy-3.2.2/cherrypy/LICENSE.txt: 2129 2130 Copyright (c) 2004-2011, CherryPy Team (team (a] cherrypy.org) 2131 All rights reserved. 2132 2133 Redistribution and use in source and binary forms, with or without modification, 2134 are permitted provided that the following conditions are met: 2135 2136 * Redistributions of source code must retain the above copyright notice, 2137 this list of conditions and the following disclaimer. 2138 * Redistributions in binary form must reproduce the above copyright notice, 2139 this list of conditions and the following disclaimer in the documentation 2140 and/or other materials provided with the distribution. 2141 * Neither the name of the CherryPy Team nor the names of its contributors 2142 may be used to endorse or promote products derived from this software 2143 without specific prior written permission. 2144 2145 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND 2146 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED 2147 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE 2148 DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE 2149 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 2150 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR 2151 SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER 2152 CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, 2153 OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 2154 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 2155 2156 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 2157 </pre> 2158 <ul> 2159 2160 </ul> 2161 </div> 2162 </div> 2163 2164 2165 <div class="product"> 2166 <span class="title">chinese-input-1.1.0.0</span> 2167 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 2168 <span class="homepage"><a href="http://www.google.com/inputtools/">homepage</a></span> 2169 <div class="licence"> 2170 <pre></pre> 2171 <ul> 2172 <li><a href='#Apache-2.0'>Gentoo Package Stock License Apache-2.0</a></li> 2173 </ul> 2174 </div> 2175 </div> 2176 2177 2178 <div class="product"> 2179 <span class="title">chromeos-activate-date-0.0.1</span> 2180 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 2181 <span class="homepage"><a href="">homepage</a></span> 2182 <div class="licence"> 2183 <pre></pre> 2184 <ul> 2185 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 2186 </ul> 2187 </div> 2188 </div> 2189 2190 2191 <div class="product"> 2192 <span class="title">chromeos-assets-0.0.2</span> 2193 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 2194 <span class="homepage"><a href="http://src.chromium.org">homepage</a></span> 2195 <div class="licence"> 2196 <pre></pre> 2197 <ul> 2198 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 2199 </ul> 2200 </div> 2201 </div> 2202 2203 2204 <div class="product"> 2205 <span class="title">chromeos-auth-config-0.0.1</span> 2206 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 2207 <span class="homepage"><a href="http://www.chromium.org">homepage</a></span> 2208 <div class="licence"> 2209 <pre></pre> 2210 <ul> 2211 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 2212 </ul> 2213 </div> 2214 </div> 2215 2216 2217 <div class="product"> 2218 <span class="title">chromeos-base-0</span> 2219 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 2220 <span class="homepage"><a href="http://src.chromium.org/">homepage</a></span> 2221 <div class="licence"> 2222 <pre></pre> 2223 <ul> 2224 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 2225 </ul> 2226 </div> 2227 </div> 2228 2229 2230 <div class="product"> 2231 <span class="title">chromeos-bsp-alex-0.0.1</span> 2232 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 2233 <span class="homepage"><a href="http://src.chromium.org">homepage</a></span> 2234 <div class="licence"> 2235 <pre></pre> 2236 <ul> 2237 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 2238 </ul> 2239 </div> 2240 </div> 2241 2242 2243 <div class="product"> 2244 <span class="title">chromeos-bsp-x86-alex-0.0.2</span> 2245 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 2246 <span class="homepage"><a href="http://src.chromium.org">homepage</a></span> 2247 <div class="licence"> 2248 <pre></pre> 2249 <ul> 2250 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 2251 </ul> 2252 </div> 2253 </div> 2254 2255 2256 <div class="product"> 2257 <span class="title">chromeos-ca-certificates-0.0.1</span> 2258 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 2259 <span class="homepage"><a href="http://src.chromium.org">homepage</a></span> 2260 <div class="licence"> 2261 <pre></pre> 2262 <ul> 2263 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 2264 </ul> 2265 </div> 2266 </div> 2267 2268 2269 <div class="product"> 2270 <span class="title">chromeos-chrome-37.0.2062.28_rc</span> 2271 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 2272 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span> 2273 <div class="licence"> 2274 <pre></pre> 2275 <ul> 2276 <li><a href='#Google-TOS'>Gentoo Package Stock License Google-TOS</a></li> 2277 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 2278 </ul> 2279 </div> 2280 </div> 2281 2282 2283 <div class="product"> 2284 <span class="title">chromeos-cryptohome-0.0.1</span> 2285 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 2286 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span> 2287 <div class="licence"> 2288 <pre></pre> 2289 <ul> 2290 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 2291 </ul> 2292 </div> 2293 </div> 2294 2295 2296 <div class="product"> 2297 <span class="title">chromeos-default-apps-1.2.0</span> 2298 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 2299 <span class="homepage"><a href="">homepage</a></span> 2300 <div class="licence"> 2301 <pre></pre> 2302 <ul> 2303 <li><a href='#Google-TOS'>Gentoo Package Stock License Google-TOS</a></li> 2304 </ul> 2305 </div> 2306 </div> 2307 2308 2309 <div class="product"> 2310 <span class="title">chromeos-dev-root-0.0.1</span> 2311 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 2312 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span> 2313 <div class="licence"> 2314 <pre></pre> 2315 <ul> 2316 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 2317 </ul> 2318 </div> 2319 </div> 2320 2321 2322 <div class="product"> 2323 <span class="title">chromeos-factory-0.0.1</span> 2324 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 2325 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span> 2326 <div class="licence"> 2327 <pre></pre> 2328 <ul> 2329 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 2330 </ul> 2331 </div> 2332 </div> 2333 2334 2335 <div class="product"> 2336 <span class="title">chromeos-factory-board-3.0.0</span> 2337 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 2338 <span class="homepage"><a href="http://src.chromium.org">homepage</a></span> 2339 <div class="licence"> 2340 <pre></pre> 2341 <ul> 2342 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 2343 </ul> 2344 </div> 2345 </div> 2346 2347 2348 <div class="product"> 2349 <span class="title">chromeos-factory-regions-0.0.1</span> 2350 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 2351 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span> 2352 <div class="licence"> 2353 <pre></pre> 2354 <ul> 2355 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 2356 </ul> 2357 </div> 2358 </div> 2359 2360 2361 <div class="product"> 2362 <span class="title">chromeos-factoryinstall-0.0.1</span> 2363 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 2364 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span> 2365 <div class="licence"> 2366 <pre></pre> 2367 <ul> 2368 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 2369 </ul> 2370 </div> 2371 </div> 2372 2373 2374 <div class="product"> 2375 <span class="title">chromeos-firewall-init-0.0.1</span> 2376 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 2377 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span> 2378 <div class="licence"> 2379 <pre></pre> 2380 <ul> 2381 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 2382 </ul> 2383 </div> 2384 </div> 2385 2386 2387 <div class="product"> 2388 <span class="title">chromeos-firmware-alex-0.0.1</span> 2389 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 2390 <span class="homepage"><a href="http://src.chromium.org">homepage</a></span> 2391 <div class="licence"> 2392 <pre></pre> 2393 <ul> 2394 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 2395 </ul> 2396 </div> 2397 </div> 2398 2399 2400 <div class="product"> 2401 <span class="title">chromeos-fonts-0.0.1</span> 2402 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 2403 <span class="homepage"><a href="http://src.chromium.org">homepage</a></span> 2404 <div class="licence"> 2405 <pre></pre> 2406 <ul> 2407 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 2408 </ul> 2409 </div> 2410 </div> 2411 2412 2413 <div class="product"> 2414 <span class="title">chromeos-hangul-1.2.0.3</span> 2415 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 2416 <span class="homepage"><a href="https://code.google.com/p/google-input-tools/">homepage</a></span> 2417 <div class="licence"> 2418 <pre></pre> 2419 <ul> 2420 <li><a href='#Apache-2.0'>Gentoo Package Stock License Apache-2.0</a></li> 2421 </ul> 2422 </div> 2423 </div> 2424 2425 2426 <div class="product"> 2427 <span class="title">chromeos-hwid-0.0.2</span> 2428 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 2429 <span class="homepage"><a href="http://src.chromium.org">homepage</a></span> 2430 <div class="licence"> 2431 <pre></pre> 2432 <ul> 2433 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 2434 </ul> 2435 </div> 2436 </div> 2437 2438 2439 <div class="product"> 2440 <span class="title">chromeos-imageburner-0.0.1</span> 2441 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 2442 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span> 2443 <div class="licence"> 2444 <pre></pre> 2445 <ul> 2446 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 2447 </ul> 2448 </div> 2449 </div> 2450 2451 2452 <div class="product"> 2453 <span class="title">chromeos-init-0.0.25</span> 2454 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 2455 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span> 2456 <div class="licence"> 2457 <pre></pre> 2458 <ul> 2459 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 2460 </ul> 2461 </div> 2462 </div> 2463 2464 2465 <div class="product"> 2466 <span class="title">chromeos-initramfs-0.0.1</span> 2467 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 2468 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span> 2469 <div class="licence"> 2470 <pre></pre> 2471 <ul> 2472 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 2473 </ul> 2474 </div> 2475 </div> 2476 2477 2478 <div class="product"> 2479 <span class="title">chromeos-installer-0.0.1</span> 2480 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 2481 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span> 2482 <div class="licence"> 2483 <pre></pre> 2484 <ul> 2485 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 2486 </ul> 2487 </div> 2488 </div> 2489 2490 2491 <div class="product"> 2492 <span class="title">chromeos-installshim-0.0.1</span> 2493 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 2494 <span class="homepage"><a href="http://src.chromium.org">homepage</a></span> 2495 <div class="licence"> 2496 <pre></pre> 2497 <ul> 2498 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 2499 </ul> 2500 </div> 2501 </div> 2502 2503 2504 <div class="product"> 2505 <span class="title">chromeos-keyboards-1.1.4.0</span> 2506 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 2507 <span class="homepage"><a href="https://code.google.com/p/google-input-tools">homepage</a></span> 2508 <div class="licence"> 2509 <pre></pre> 2510 <ul> 2511 <li><a href='#Apache-2.0'>Gentoo Package Stock License Apache-2.0</a></li> 2512 </ul> 2513 </div> 2514 </div> 2515 2516 2517 <div class="product"> 2518 <span class="title">chromeos-login-0.0.5</span> 2519 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 2520 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span> 2521 <div class="licence"> 2522 <pre></pre> 2523 <ul> 2524 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 2525 </ul> 2526 </div> 2527 </div> 2528 2529 2530 <div class="product"> 2531 <span class="title">chromeos-minijail-0.0.1</span> 2532 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 2533 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span> 2534 <div class="licence"> 2535 <pre></pre> 2536 <ul> 2537 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 2538 </ul> 2539 </div> 2540 </div> 2541 2542 2543 <div class="product"> 2544 <span class="title">chromeos-test-init-0.0.1</span> 2545 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 2546 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span> 2547 <div class="licence"> 2548 <pre></pre> 2549 <ul> 2550 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 2551 </ul> 2552 </div> 2553 </div> 2554 2555 2556 <div class="product"> 2557 <span class="title">chromeos-test-root-0.0.1</span> 2558 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 2559 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span> 2560 <div class="licence"> 2561 <pre></pre> 2562 <ul> 2563 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 2564 </ul> 2565 </div> 2566 </div> 2567 2568 2569 <div class="product"> 2570 <span class="title">chromeos-test-testauthkeys-0.0.1</span> 2571 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 2572 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span> 2573 <div class="licence"> 2574 <pre></pre> 2575 <ul> 2576 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 2577 </ul> 2578 </div> 2579 </div> 2580 2581 2582 <div class="product"> 2583 <span class="title">chromite-0.0.1</span> 2584 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 2585 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span> 2586 <div class="licence"> 2587 <pre></pre> 2588 <ul> 2589 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 2590 </ul> 2591 </div> 2592 </div> 2593 2594 2595 <div class="product"> 2596 <span class="title">chvt-0.0.1</span> 2597 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 2598 <span class="homepage"><a href="">homepage</a></span> 2599 <div class="licence"> 2600 <pre></pre> 2601 <ul> 2602 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 2603 </ul> 2604 </div> 2605 </div> 2606 2607 2608 <div class="product"> 2609 <span class="title">ckermit-8.0.211</span> 2610 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 2611 <span class="homepage"><a href="http://www.kermit-project.org/">homepage</a></span> 2612 <div class="licence"> 2613 <pre>Gentoo Package Stock License Kermit: 2614 2615 THE C-KERMIT 7.0 AND 8.0 LICENSE 2616 2617 Last update: Thu Feb 8 17:41:07 2002 2618 2619 This is the new C-Kermit 7.0 and 8.0 license. The intention is to allow 2620 C-Kermit to be distributed with "free" operating systems such as GNU/Linux, 2621 FreeBSD, NetBSD, OpenBSD, The Hurd, etc, even when the distributions 2622 themselves (such as Red Hat or Caldera) might be sold and/or might include 2623 applications that are not free, and yet still require a license to include 2624 C-Kermit in or with "non-free" products such as commercial OS's, commercial 2625 software packages, embedded systems, and hardware (other than general-purpose 2626 computers preloaded with "free" operating systems), since these licenses 2627 furnish a large portion of the Kermit Project's funding. 2628 2629 There have been some questions about the provision in Clause (A) that: 2630 2631 The 2632 C-Kermit source code may not be changed without the consent of the 2633 Kermit Project, which will not be unreasonably withheld (this is 2634 simply a matter of keeping a consistent and supportable code base). 2635 2636 The intention of this clause is primarily to make sure that anybody who 2637 makes modifications sends them back to us, since we are the ones have to 2638 support C-Kermit, and so we can carry them through to future releases (so 2639 you don't have to make the same changes again and again). 2640 2641 Secondarily it is to protect Columbia University in the unlikely event of 2642 modifications made with deliberate intent to offend or cause damage. 2643 2644 Any redistributor of C-Kermit under Clause (A) below should rest assured 2645 there is no intention of preventing them from constructing a distribution in 2646 the appropriate format (RPM or whatever) for their product or from issuing 2647 any patches required for their products; we simply want to be informed so we 2648 can maintain a consistent code base and a solid, supportable software 2649 package. We are happy to work with any redistributor an any issues that 2650 concern them. If you have questions, send them to kermit (a] columbia.edu. 2651 2652 Note: All changes to this file since 1 January 2000 (the C-Kermit 7.0 2653 release date) are above; the license itself has not changed, except to 2654 update the most recent copyright date. 2655 2656 (Begin) 2657 2658 Copyright (C) 1985, 2002, 2659 The Trustees of Columbia University in the City of New York. 2660 All rights reserved. 2661 2662 PERMISSIONS: 2663 2664 The C-Kermit software may be obtained directly from the Kermit Project at 2665 Columbia University (or from any source explicitly licensed by the Kermit 2666 Project or implicitly licensed by Clause (A) below) by any individual for 2667 his or her OWN USE, and by any company or other organization for its own 2668 INTERNAL DISTRIBUTION and use, including installation on servers that are 2669 accessed by customers or clients, WITHOUT EXPLICIT LICENSE. 2670 2671 Conditions for REDISTRIBUTION are as follows: 2672 2673 (A) The C-Kermit software, in source and/or binary form, may be 2674 included WITHOUT EXPLICIT LICENSE in distributions of OPERATING 2675 SYSTEMS that have OSI (Open Source Initiative, www.opensource.org) 2676 approved licenses, even if non-Open-Source applications (but not 2677 operating systems) are included in the same distribution. Such 2678 distributions include, but are not limited to, CD-ROM, FTP site, 2679 Web site, or preinstalled software on a new GENERAL-PURPOSE 2680 computer, as long as the primary character of the distribution is 2681 an Open Source operating system with accompanying utilities. The 2682 C-Kermit source code may not be changed without the consent of the 2683 Kermit Project, which will not be unreasonably withheld (this is 2684 simply a matter of keeping a consistent and supportable code base). 2685 2686 (B) Inclusion of C-Kermit software in whole or in part, in any form, in 2687 or with any product not covered by Clause (A), or its distribution 2688 by any commercial enterprise to its actual or potential customers 2689 or clients except as in Clause (A), requires a license from the 2690 Kermit Project, Columbia University; contact kermit (a] columbia.edu. 2691 2692 The name of Columbia University may not be used to endorse or promote 2693 products derived from or including the C-Kermit software without specific 2694 prior written permission. 2695 2696 DISCLAIMER: 2697 2698 THIS SOFTWARE IS PROVIDED AS IS, WITHOUT REPRESENTATION FROM THE 2699 TRUSTEES OF COLUMBIA UNIVERSITY IN THE CITY OF NEW YORK AS TO ITS 2700 FITNESS FOR ANY PURPOSE, AND WITHOUT WARRANTY BY THE TRUSTEES OF 2701 COLUMBIA UNIVERSITY IN THE CITY OF NEW YORK OF ANY KIND, EITHER 2702 EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION THE IMPLIED 2703 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. 2704 THE TRUSTEES OF COLUMBIA UNIVERSITY IN THE CITY OF NEW YORK SHALL NOT 2705 BE LIABLE FOR ANY DAMAGES, INCLUDING SPECIAL, INDIRECT, INCIDENTAL, 2706 OR CONSEQUENTIAL DAMAGES, WITH RESPECT TO ANY CLAIM ARISING OUT OF OR 2707 IN CONNECTION WITH THE USE OF THE SOFTWARE, EVEN IF IT HAS BEEN OR IS 2708 HEREAFTER ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. YOU SHALL 2709 INDEMNIFY AND HOLD HARMLESS THE TRUSTEES OF COLUMBIA UNIVERSITY IN 2710 THE CITY OF NEW YORK, ITS EMPLOYEES AND AGENTS FROM AND AGAINST ANY 2711 AND ALL CLAIMS, DEMANDS, LOSS, DAMAGE OR EXPENSE (INCLUDING 2712 ATTORNEYS' FEES) ARISING OUT OF YOUR USE OF THIS SOFTWARE. 2713 2714 The above copyright notice, permissions notice, and disclaimer may not be 2715 removed, altered, or obscured and shall be included in all copies of the 2716 C-Kermit software. The Trustees of Columbia University in the City of 2717 New York reserve the right to revoke this permission if any of the terms 2718 of use set forth above are breached. 2719 2720 (End) 2721 2722 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 2723 </pre> 2724 <ul> 2725 2726 </ul> 2727 </div> 2728 </div> 2729 2730 2731 <div class="product"> 2732 <span class="title">common-assets-0.0.1</span> 2733 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 2734 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span> 2735 <div class="licence"> 2736 <pre></pre> 2737 <ul> 2738 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 2739 </ul> 2740 </div> 2741 </div> 2742 2743 2744 <div class="product"> 2745 <span class="title">compositeproto-0.4.2</span> 2746 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 2747 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span> 2748 <div class="licence"> 2749 <pre>Scanned Source License compositeproto-0.4.2/COPYING: 2750 2751 Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved. 2752 2753 Permission is hereby granted, free of charge, to any person obtaining a 2754 copy of this software and associated documentation files (the "Software"), 2755 to deal in the Software without restriction, including without limitation 2756 the rights to use, copy, modify, merge, publish, distribute, sublicense, 2757 and/or sell copies of the Software, and to permit persons to whom the 2758 Software is furnished to do so, subject to the following conditions: 2759 2760 The above copyright notice and this permission notice (including the next 2761 paragraph) shall be included in all copies or substantial portions of the 2762 Software. 2763 2764 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 2765 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 2766 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 2767 THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 2768 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 2769 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 2770 DEALINGS IN THE SOFTWARE. 2771 2772 Copyright 2003 Keith Packard 2773 2774 Permission to use, copy, modify, distribute, and sell this software and its 2775 documentation for any purpose is hereby granted without fee, provided that 2776 the above copyright notice appear in all copies and that both that 2777 copyright notice and this permission notice appear in supporting 2778 documentation, and that the name of Keith Packard not be used in 2779 advertising or publicity pertaining to distribution of the software without 2780 specific, written prior permission. Keith Packard makes no 2781 representations about the suitability of this software for any purpose. It 2782 is provided "as is" without express or implied warranty. 2783 2784 KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 2785 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 2786 EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR 2787 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 2788 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 2789 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 2790 PERFORMANCE OF THIS SOFTWARE. 2791 2792 2793 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 2794 </pre> 2795 <ul> 2796 2797 </ul> 2798 </div> 2799 </div> 2800 2801 2802 <div class="product"> 2803 <span class="title">confuse-2.7</span> 2804 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 2805 <span class="homepage"><a href="http://www.nongnu.org/confuse/">homepage</a></span> 2806 <div class="licence"> 2807 <pre></pre> 2808 <ul> 2809 <li><a href='#ISC'>Gentoo Package Stock License ISC</a></li> 2810 </ul> 2811 </div> 2812 </div> 2813 2814 2815 <div class="product"> 2816 <span class="title">coreboot-2013.04</span> 2817 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 2818 <span class="homepage"><a href="http://www.coreboot.org/">homepage</a></span> 2819 <div class="licence"> 2820 <pre></pre> 2821 <ul> 2822 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 2823 </ul> 2824 </div> 2825 </div> 2826 2827 2828 <div class="product"> 2829 <span class="title">coreutils-8.22</span> 2830 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 2831 <span class="homepage"><a href="http://www.gnu.org/software/coreutils/">homepage</a></span> 2832 <div class="licence"> 2833 <pre></pre> 2834 <ul> 2835 <li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li> 2836 </ul> 2837 </div> 2838 </div> 2839 2840 2841 <div class="product"> 2842 <span class="title">cpio-2.11</span> 2843 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 2844 <span class="homepage"><a href="http://www.gnu.org/software/cpio/cpio.html">homepage</a></span> 2845 <div class="licence"> 2846 <pre></pre> 2847 <ul> 2848 <li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li> 2849 </ul> 2850 </div> 2851 </div> 2852 2853 2854 <div class="product"> 2855 <span class="title">crda-1.1.1</span> 2856 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 2857 <span class="homepage"><a href="http://wireless.kernel.org/en/developers/Regulatory">homepage</a></span> 2858 <div class="licence"> 2859 <pre>Scanned Source License crda-1.1.1/LICENSE: 2860 2861 Copyright (c) 2008, Luis R. Rodriguez <mcgrof (a] gmail.com> 2862 Copyright (c) 2008, Johannes Berg <johannes (a] sipsolutions.net> 2863 Copyright (c) 2008, Michael Green <Michael.Green (a] Atheros.com> 2864 2865 Permission to use, copy, modify, and/or distribute this software for any 2866 purpose with or without fee is hereby granted, provided that the above 2867 copyright notice and this permission notice appear in all copies. 2868 2869 THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES 2870 WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF 2871 MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR 2872 ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 2873 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 2874 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 2875 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 2876 2877 2878 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 2879 2880 Scanned Source License crda-1.1.1/debian-example/copyright: 2881 2882 This package was debianized by Luis Rodriguez <mcgrof (a] gmail.com> on 2883 Thu, 22 Jan 2009 16:00:00 +0100. 2884 2885 The crda packages was downloaded from <http://wireless.kernel.org/download/crda/> 2886 2887 Copyright (c) 2008, Luis R. Rodriguez <mcgrof (a] gmail.com> 2888 Copyright (c) 2008, Johannes Berg <johannes (a] sipsolutions.net> 2889 Copyright (c) 2008, Michael Green <Michael.Green (a] Atheros.com> 2890 2891 Permission to use, copy, modify, and/or distribute this software for any 2892 purpose with or without fee is hereby granted, provided that the above 2893 copyright notice and this permission notice appear in all copies. 2894 2895 THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES 2896 WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF 2897 MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR 2898 ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 2899 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 2900 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 2901 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 2902 2903 2904 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 2905 </pre> 2906 <ul> 2907 <li><a href='#as-is'>Gentoo Package Stock License as-is</a></li> 2908 </ul> 2909 </div> 2910 </div> 2911 2912 2913 <div class="product"> 2914 <span class="title">cros_boot_mode-0.0.1</span> 2915 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 2916 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span> 2917 <div class="licence"> 2918 <pre></pre> 2919 <ul> 2920 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 2921 </ul> 2922 </div> 2923 </div> 2924 2925 2926 <div class="product"> 2927 <span class="title">croscorefonts-1.23.0</span> 2928 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 2929 <span class="homepage"><a href="">homepage</a></span> 2930 <div class="licence"> 2931 <pre></pre> 2932 <ul> 2933 <li><a href='#Apache-2.0'>Gentoo Package Stock License Apache-2.0</a></li> 2934 </ul> 2935 </div> 2936 </div> 2937 2938 2939 <div class="product"> 2940 <span class="title">crosextrafonts-20130214</span> 2941 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 2942 <span class="homepage"><a href="">homepage</a></span> 2943 <div class="licence"> 2944 <pre></pre> 2945 <ul> 2946 <li><a href='#Apache-2.0'>Gentoo Package Stock License Apache-2.0</a></li> 2947 </ul> 2948 </div> 2949 </div> 2950 2951 2952 <div class="product"> 2953 <span class="title">crosextrafonts-carlito-20130920</span> 2954 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 2955 <span class="homepage"><a href="">homepage</a></span> 2956 <div class="licence"> 2957 <pre>Scanned Source License crosextrafonts-carlito-20130920/LICENSE: 2958 2959 Copyright (c) 2010-2013 by tyPoland Lukasz Dziedzic with Reserved Font Name "Carlito". 2960 2961 This Font Software is licensed under the SIL Open Font License, 2962 Version 1.1 as shown below. 2963 2964 SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 2965 2966 PREAMBLE The goals of the Open Font License (OFL) are to stimulate 2967 worldwide development of collaborative font projects, to support the font 2968 creation efforts of academic and linguistic communities, and to provide 2969 a free and open framework in which fonts may be shared and improved in 2970 partnership with others. 2971 2972 The OFL allows the licensed fonts to be used, studied, modified and 2973 redistributed freely as long as they are not sold by themselves. 2974 The fonts, including any derivative works, can be bundled, embedded, 2975 redistributed and/or sold with any software provided that any reserved 2976 names are not used by derivative works. The fonts and derivatives, 2977 however, cannot be released under any other type of license. The 2978 requirement for fonts to remain under this license does not apply to 2979 any document created using the fonts or their derivatives. 2980 2981 2982 DEFINITIONS 2983 "Font Software" refers to the set of files released by the Copyright 2984 Holder(s) under this license and clearly marked as such. 2985 This may include source files, build scripts and documentation. 2986 2987 "Reserved Font Name" refers to any names specified as such after the 2988 copyright statement(s). 2989 2990 "Original Version" refers to the collection of Font Software components 2991 as distributed by the Copyright Holder(s). 2992 2993 "Modified Version" refers to any derivative made by adding to, deleting, 2994 or substituting ? in part or in whole ? 2995 any of the components of the Original Version, by changing formats or 2996 by porting the Font Software to a new environment. 2997 2998 "Author" refers to any designer, engineer, programmer, technical writer 2999 or other person who contributed to the Font Software. 3000 3001 3002 PERMISSION & CONDITIONS 3003 3004 Permission is hereby granted, free of charge, to any person obtaining a 3005 copy of the Font Software, to use, study, copy, merge, embed, modify, 3006 redistribute, and sell modified and unmodified copies of the Font 3007 Software, subject to the following conditions: 3008 3009 1) Neither the Font Software nor any of its individual components,in 3010 Original or Modified Versions, may be sold by itself. 3011 3012 2) Original or Modified Versions of the Font Software may be bundled, 3013 redistributed and/or sold with any software, provided that each copy 3014 contains the above copyright notice and this license. These can be 3015 included either as stand-alone text files, human-readable headers or 3016 in the appropriate machine-readable metadata fields within text or 3017 binary files as long as those fields can be easily viewed by the user. 3018 3019 3) No Modified Version of the Font Software may use the Reserved Font 3020 Name(s) unless explicit written permission is granted by the 3021 corresponding Copyright Holder. This restriction only applies to the 3022 primary font name as presented to the users. 3023 3024 4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font 3025 Software shall not be used to promote, endorse or advertise any 3026 Modified Version, except to acknowledge the contribution(s) of the 3027 Copyright Holder(s) and the Author(s) or with their explicit written 3028 permission. 3029 3030 5) The Font Software, modified or unmodified, in part or in whole, must 3031 be distributed entirely under this license, and must not be distributed 3032 under any other license. The requirement for fonts to remain under 3033 this license does not apply to any document created using the Font 3034 Software. 3035 3036 3037 3038 TERMINATION 3039 This license becomes null and void if any of the above conditions are not met. 3040 3041 3042 3043 DISCLAIMER 3044 THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 3045 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF 3046 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT 3047 OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE 3048 COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 3049 INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL 3050 DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 3051 FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER 3052 DEALINGS IN THE FONT SOFTWARE. 3053 3054 3055 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 3056 </pre> 3057 <ul> 3058 <li><a href='#OFL-1.1'>Gentoo Package Stock License OFL-1.1</a></li> 3059 </ul> 3060 </div> 3061 </div> 3062 3063 3064 <div class="product"> 3065 <span class="title">crosh-0.0.1</span> 3066 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 3067 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span> 3068 <div class="licence"> 3069 <pre></pre> 3070 <ul> 3071 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 3072 </ul> 3073 </div> 3074 </div> 3075 3076 3077 <div class="product"> 3078 <span class="title">ctemplate-1.0</span> 3079 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 3080 <span class="homepage"><a href="http://code.google.com/p/google-ctemplate/">homepage</a></span> 3081 <div class="licence"> 3082 <pre>Scanned Source License ctemplate-1.0/COPYING: 3083 3084 Copyright (c) 2005, Google Inc. 3085 All rights reserved. 3086 3087 Redistribution and use in source and binary forms, with or without 3088 modification, are permitted provided that the following conditions are 3089 met: 3090 3091 * Redistributions of source code must retain the above copyright 3092 notice, this list of conditions and the following disclaimer. 3093 * Redistributions in binary form must reproduce the above 3094 copyright notice, this list of conditions and the following disclaimer 3095 in the documentation and/or other materials provided with the 3096 distribution. 3097 * Neither the name of Google Inc. nor the names of its 3098 contributors may be used to endorse or promote products derived from 3099 this software without specific prior written permission. 3100 3101 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 3102 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 3103 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 3104 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 3105 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 3106 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT 3107 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 3108 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 3109 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 3110 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 3111 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 3112 3113 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 3114 3115 Scanned Source License ctemplate-1.0/packages/deb/copyright: 3116 3117 This package was debianized by Google Inc. <opensource (a] google.com> on 3118 13 March 2006. 3119 3120 It was downloaded from http://code.google.com/ 3121 3122 Upstream Author: opensource (a] google.com 3123 3124 Copyright (c) 2006, Google Inc. 3125 All rights reserved. 3126 3127 Redistribution and use in source and binary forms, with or without 3128 modification, are permitted provided that the following conditions are 3129 met: 3130 3131 * Redistributions of source code must retain the above copyright 3132 notice, this list of conditions and the following disclaimer. 3133 * Redistributions in binary form must reproduce the above 3134 copyright notice, this list of conditions and the following disclaimer 3135 in the documentation and/or other materials provided with the 3136 distribution. 3137 * Neither the name of Google Inc. nor the names of its 3138 contributors may be used to endorse or promote products derived from 3139 this software without specific prior written permission. 3140 3141 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 3142 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 3143 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 3144 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 3145 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 3146 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT 3147 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 3148 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 3149 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 3150 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 3151 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 3152 3153 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 3154 </pre> 3155 <ul> 3156 3157 </ul> 3158 </div> 3159 </div> 3160 3161 3162 <div class="product"> 3163 <span class="title">curl-7.31.0</span> 3164 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 3165 <span class="homepage"><a href="http://curl.haxx.se/">homepage</a></span> 3166 <div class="licence"> 3167 <pre>Scanned Source License curl-7.31.0/COPYING: 3168 3169 COPYRIGHT AND PERMISSION NOTICE 3170 3171 Copyright (c) 1996 - 2013, Daniel Stenberg, <daniel (a] haxx.se>. 3172 3173 All rights reserved. 3174 3175 Permission to use, copy, modify, and distribute this software for any purpose 3176 with or without fee is hereby granted, provided that the above copyright 3177 notice and this permission notice appear in all copies. 3178 3179 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 3180 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 3181 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY RIGHTS. IN 3182 NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, 3183 DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR 3184 OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE 3185 OR OTHER DEALINGS IN THE SOFTWARE. 3186 3187 Except as contained in this notice, the name of a copyright holder shall not 3188 be used in advertising or otherwise to promote the sale, use or other dealings 3189 in this Software without prior written authorization of the copyright holder. 3190 3191 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 3192 3193 Scanned Source License curl-7.31.0/docs/LICENSE-MIXING: 3194 3195 License Mixing with apps, libcurl and Third Party Libraries 3196 =========================================================== 3197 3198 libcurl can be built to use a fair amount of various third party libraries, 3199 libraries that are written and provided by other parties that are distributed 3200 using their own licenses. Even libcurl itself contains code that may cause 3201 problems to some. This document attempts to describe what licenses libcurl and 3202 the other libraries use and what possible dilemmas linking and mixing them all 3203 can lead to for end users. 3204 3205 I am not a lawyer and this is not legal advice! 3206 3207 One common dilemma is that GPL[1]-licensed code is not allowed to be linked 3208 with code licensed under the Original BSD license (with the announcement 3209 clause). You may still build your own copies that use them all, but 3210 distributing them as binaries would be to violate the GPL license - unless you 3211 accompany your license with an exception[2]. This particular problem was 3212 addressed when the Modified BSD license was created, which does not have the 3213 announcement clause that collides with GPL. 3214 3215 libcurl http://curl.haxx.se/docs/copyright.html 3216 3217 Uses an MIT (or Modified BSD)-style license that is as liberal as 3218 possible. Some of the source files that deal with KRB4 have Original 3219 BSD-style announce-clause licenses. You may not distribute binaries 3220 with krb4-enabled libcurl that also link with GPL-licensed code! 3221 3222 OpenSSL http://www.openssl.org/source/license.html 3223 3224 (May be used for SSL/TLS support) Uses an Original BSD-style license 3225 with an announcement clause that makes it "incompatible" with GPL. You 3226 are not allowed to ship binaries that link with OpenSSL that includes 3227 GPL code (unless that specific GPL code includes an exception for 3228 OpenSSL - a habit that is growing more and more common). If OpenSSL's 3229 licensing is a problem for you, consider using GnuTLS or yassl 3230 instead. 3231 3232 GnuTLS http://www.gnutls.org/ 3233 3234 (May be used for SSL/TLS support) Uses the LGPL[3] license. If this is 3235 a problem for you, consider using OpenSSL instead. Also note that 3236 GnuTLS itself depends on and uses other libs (libgcrypt and 3237 libgpg-error) and they too are LGPL- or GPL-licensed. 3238 3239 yassl http://www.yassl.com/ 3240 3241 (May be used for SSL/TLS support) Uses the GPL[1] license. If this is 3242 a problem for you, consider using OpenSSL or GnuTLS instead. 3243 3244 NSS http://www.mozilla.org/projects/security/pki/nss/ 3245 3246 (May be used for SSL/TLS support) Is covered by the MPL[4] license, 3247 the GPL[1] license and the LGPL[3] license. You may choose to license 3248 the code under MPL terms, GPL terms, or LGPL terms. These licenses 3249 grant you different permissions and impose different obligations. You 3250 should select the license that best meets your needs. 3251 3252 axTLS http://axtls.sourceforge.net/ 3253 3254 (May be used for SSL/TLS support) Uses a Modified BSD-style license. 3255 3256 c-ares http://daniel.haxx.se/projects/c-ares/license.html 3257 3258 (Used for asynchronous name resolves) Uses an MIT license that is very 3259 liberal and imposes no restrictions on any other library or part you 3260 may link with. 3261 3262 zlib http://www.gzip.org/zlib/zlib_license.html 3263 3264 (Used for compressed Transfer-Encoding support) Uses an MIT-style 3265 license that shouldn't collide with any other library. 3266 3267 krb4 3268 3269 While nothing in particular says that a Kerberos4 library must use any 3270 particular license, the one I've tried and used successfully so far 3271 (kth-krb4) is partly Original BSD-licensed with the announcement 3272 clause. Some of the code in libcurl that is written to deal with 3273 Kerberos4 is Modified BSD-licensed. 3274 3275 MIT Kerberos http://web.mit.edu/kerberos/www/dist/ 3276 3277 (May be used for GSS support) MIT licensed, that shouldn't collide 3278 with any other parts. 3279 3280 Heimdal http://www.pdc.kth.se/heimdal/ 3281 3282 (May be used for GSS support) Heimdal is Original BSD licensed with 3283 the announcement clause. 3284 3285 GNU GSS http://www.gnu.org/software/gss/ 3286 3287 (May be used for GSS support) GNU GSS is GPL licensed. Note that you 3288 may not distribute binary curl packages that uses this if you build 3289 curl to also link and use any Original BSD licensed libraries! 3290 3291 fbopenssl 3292 3293 (Used for SPNEGO support) Unclear license. Based on its name, I assume 3294 that it uses the OpenSSL license and thus shares the same issues as 3295 described for OpenSSL above. 3296 3297 libidn http://josefsson.org/libidn/ 3298 3299 (Used for IDNA support) Uses the GNU Lesser General Public 3300 License [3]. LGPL is a variation of GPL with slightly less aggressive 3301 "copyleft". This license requires more requirements to be met when 3302 distributing binaries, see the license for details. Also note that if 3303 you distribute a binary that includes this library, you must also 3304 include the full LGPL license text. Please properly point out what 3305 parts of the distributed package that the license addresses. 3306 3307 OpenLDAP http://www.openldap.org/software/release/license.html 3308 3309 (Used for LDAP support) Uses a Modified BSD-style license. Since 3310 libcurl uses OpenLDAP as a shared library only, I have not heard of 3311 anyone that ships OpenLDAP linked with libcurl in an app. 3312 3313 libssh2 http://www.libssh2.org/ 3314 3315 (Used for scp and sftp support) libssh2 uses a Modified BSD-style 3316 license. 3317 3318 [1] = GPL - GNU General Public License: http://www.gnu.org/licenses/gpl.html 3319 [2] = http://www.fsf.org/licenses/gpl-faq.html#GPLIncompatibleLibs details on 3320 how to write such an exception to the GPL 3321 [3] = LGPL - GNU Lesser General Public License: 3322 http://www.gnu.org/licenses/lgpl.html 3323 [4] = MPL - Mozilla Public License: 3324 http://www.mozilla.org/MPL/ 3325 3326 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 3327 </pre> 3328 <ul> 3329 3330 </ul> 3331 </div> 3332 </div> 3333 3334 3335 <div class="product"> 3336 <span class="title">daisydog-0.0.1</span> 3337 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 3338 <span class="homepage"><a href="https://chromium.googlesource.com/chromiumos/third_party/daisydog">homepage</a></span> 3339 <div class="licence"> 3340 <pre></pre> 3341 <ul> 3342 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 3343 </ul> 3344 </div> 3345 </div> 3346 3347 3348 <div class="product"> 3349 <span class="title">damageproto-1.2.1</span> 3350 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 3351 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span> 3352 <div class="licence"> 3353 <pre>Scanned Source License damageproto-1.2.1/COPYING: 3354 3355 $Id: COPYING,v 1.1 2003-10-24 06:16:46 keithp Exp $ 3356 3357 Copyright 2001,2003 Keith Packard 3358 Copyright 2007 Eric Anholt 3359 3360 Permission to use, copy, modify, distribute, and sell this software and its 3361 documentation for any purpose is hereby granted without fee, provided that 3362 the above copyright notice appear in all copies and that both that 3363 copyright notice and this permission notice appear in supporting 3364 documentation, and that the name of Keith Packard not be used in 3365 advertising or publicity pertaining to distribution of the software without 3366 specific, written prior permission. Keith Packard makes no 3367 representations about the suitability of this software for any purpose. It 3368 is provided "as is" without express or implied warranty. 3369 3370 KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 3371 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 3372 EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR 3373 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 3374 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 3375 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 3376 PERFORMANCE OF THIS SOFTWARE. 3377 3378 3379 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 3380 </pre> 3381 <ul> 3382 3383 </ul> 3384 </div> 3385 </div> 3386 3387 3388 <div class="product"> 3389 <span class="title">dash-0.5.5.1.7</span> 3390 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 3391 <span class="homepage"><a href="http://gondor.apana.org.au/~herbert/dash/">homepage</a></span> 3392 <div class="licence"> 3393 <pre>Scanned Source License dash-0.5.5.1/COPYING: 3394 3395 Copyright (c) 1989-1994 3396 The Regents of the University of California. All rights reserved. 3397 Copyright (c) 1997 Christos Zoulas. All rights reserved. 3398 Copyright (c) 1997-2005 3399 Herbert Xu <herbert (a] gondor.apana.org.au>. All rights reserved. 3400 3401 This code is derived from software contributed to Berkeley by Kenneth Almquist. 3402 3403 3404 Redistribution and use in source and binary forms, with or without 3405 modification, are permitted provided that the following conditions 3406 are met: 3407 1. Redistributions of source code must retain the above copyright 3408 notice, this list of conditions and the following disclaimer. 3409 2. Redistributions in binary form must reproduce the above copyright 3410 notice, this list of conditions and the following disclaimer in the 3411 documentation and/or other materials provided with the distribution. 3412 3. Neither the name of the University nor the names of its contributors 3413 may be used to endorse or promote products derived from this software 3414 without specific prior written permission. 3415 3416 THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND 3417 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 3418 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 3419 ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 3420 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 3421 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 3422 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 3423 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 3424 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 3425 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 3426 SUCH DAMAGE. 3427 3428 mksignames.c: 3429 3430 This file is not directly linked with dash. However, its output is. 3431 3432 Copyright (C) 1992 Free Software Foundation, Inc. 3433 3434 This file is part of GNU Bash, the Bourne Again SHell. 3435 3436 Bash is free software; you can redistribute it and/or modify it under 3437 the terms of the GNU General Public License as published by the Free 3438 Software Foundation; either version 2, or (at your option) any later 3439 version. 3440 3441 Bash is distributed in the hope that it will be useful, but WITHOUT ANY 3442 WARRANTY; without even the implied warranty of MERCHANTABILITY or 3443 FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 3444 for more details. 3445 3446 You should have received a copy of the GNU General Public License with 3447 your Debian GNU/Linux system, in /usr/share/common-licenses/GPL, or with the 3448 Debian GNU/Linux hello source package as the file COPYING. If not, 3449 write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, 3450 Boston, MA 02111 USA. 3451 3452 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 3453 </pre> 3454 <ul> 3455 3456 </ul> 3457 </div> 3458 </div> 3459 3460 3461 <div class="product"> 3462 <span class="title">dbus-1.6.8</span> 3463 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 3464 <span class="homepage"><a href="http://dbus.freedesktop.org/">homepage</a></span> 3465 <div class="licence"> 3466 <pre></pre> 3467 <ul> 3468 <li><a href='#AFL-2.1'>Gentoo Package Stock License AFL-2.1</a></li> 3469 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 3470 </ul> 3471 </div> 3472 </div> 3473 3474 3475 <div class="product"> 3476 <span class="title">dbus-c++-0.0.2</span> 3477 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 3478 <span class="homepage"><a href="http://www.freedesktop.org/wiki/Software/dbus-c%2B%2B">homepage</a></span> 3479 <div class="licence"> 3480 <pre></pre> 3481 <ul> 3482 <li><a href='#LGPL-2'>Gentoo Package Stock License LGPL-2</a></li> 3483 </ul> 3484 </div> 3485 </div> 3486 3487 3488 <div class="product"> 3489 <span class="title">dbus-glib-0.100.2</span> 3490 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 3491 <span class="homepage"><a href="http://dbus.freedesktop.org/">homepage</a></span> 3492 <div class="licence"> 3493 <pre></pre> 3494 <ul> 3495 <li><a href='#AFL-2.1'>Gentoo Package Stock License AFL-2.1</a></li> 3496 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 3497 </ul> 3498 </div> 3499 </div> 3500 3501 3502 <div class="product"> 3503 <span class="title">dbus-python-0.84.0</span> 3504 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 3505 <span class="homepage"><a href="http://www.freedesktop.org/wiki/Software/DBusBindings">homepage</a></span> 3506 <div class="licence"> 3507 <pre>Scanned Source License dbus-python-0.84.0/COPYING: 3508 3509 As of version 0.82.4, dbus-python is released under the following permissive 3510 non-copyleft license (the same one used for D-Bus core): 3511 3512 Permission is hereby granted, free of charge, to any person 3513 obtaining a copy of this software and associated documentation 3514 files (the "Software"), to deal in the Software without 3515 restriction, including without limitation the rights to use, copy, 3516 modify, merge, publish, distribute, sublicense, and/or sell copies 3517 of the Software, and to permit persons to whom the Software is 3518 furnished to do so, subject to the following conditions: 3519 3520 The above copyright notice and this permission notice shall be 3521 included in all copies or substantial portions of the Software. 3522 3523 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 3524 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 3525 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 3526 NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT 3527 HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 3528 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 3529 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 3530 DEALINGS IN THE SOFTWARE. 3531 3532 Copyright holders and licensing are indicated in the source files. 3533 3534 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 3535 </pre> 3536 <ul> 3537 3538 </ul> 3539 </div> 3540 </div> 3541 3542 3543 <div class="product"> 3544 <span class="title">dbus-spy-0.0.1</span> 3545 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 3546 <span class="homepage"><a href="http://vidner.net/martin/software/dbus-spy/">homepage</a></span> 3547 <div class="licence"> 3548 <pre>Gentoo Package Stock License CC-BY-3.0: 3549 3550 Creative Commons Legal Code 3551 3552 Attribution 3.0 Unported 3553 3554 CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE 3555 LEGAL SERVICES. DISTRIBUTION OF THIS LICENSE DOES NOT CREATE AN 3556 ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS 3557 INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES 3558 REGARDING THE INFORMATION PROVIDED, AND DISCLAIMS LIABILITY FOR 3559 DAMAGES RESULTING FROM ITS USE. 3560 3561 License 3562 3563 THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CREATIVE 3564 COMMONS PUBLIC LICENSE ("CCPL" OR "LICENSE"). THE WORK IS PROTECTED BY 3565 COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE WORK OTHER THAN AS 3566 AUTHORIZED UNDER THIS LICENSE OR COPYRIGHT LAW IS PROHIBITED. 3567 3568 BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND AGREE 3569 TO BE BOUND BY THE TERMS OF THIS LICENSE. TO THE EXTENT THIS LICENSE MAY 3570 BE CONSIDERED TO BE A CONTRACT, THE LICENSOR GRANTS YOU THE RIGHTS 3571 CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS AND 3572 CONDITIONS. 3573 3574 1. Definitions 3575 3576 a. "Adaptation" means a work based upon the Work, or upon the Work and 3577 other pre-existing works, such as a translation, adaptation, 3578 derivative work, arrangement of music or other alterations of a 3579 literary or artistic work, or phonogram or performance and includes 3580 cinematographic adaptations or any other form in which the Work may be 3581 recast, transformed, or adapted including in any form recognizably 3582 derived from the original, except that a work that constitutes a 3583 Collection will not be considered an Adaptation for the purpose of 3584 this License. For the avoidance of doubt, where the Work is a musical 3585 work, performance or phonogram, the synchronization of the Work in 3586 timed-relation with a moving image ("synching") will be considered an 3587 Adaptation for the purpose of this License. 3588 b. "Collection" means a collection of literary or artistic works, such as 3589 encyclopedias and anthologies, or performances, phonograms or 3590 broadcasts, or other works or subject matter other than works listed 3591 in Section 1(f) below, which, by reason of the selection and 3592 arrangement of their contents, constitute intellectual creations, in 3593 which the Work is included in its entirety in unmodified form along 3594 with one or more other contributions, each constituting separate and 3595 independent works in themselves, which together are assembled into a 3596 collective whole. A work that constitutes a Collection will not be 3597 considered an Adaptation (as defined above) for the purposes of this 3598 License. 3599 c. "Distribute" means to make available to the public the original and 3600 copies of the Work or Adaptation, as appropriate, through sale or 3601 other transfer of ownership. 3602 d. "Licensor" means the individual, individuals, entity or entities that 3603 offer(s) the Work under the terms of this License. 3604 e. "Original Author" means, in the case of a literary or artistic work, 3605 the individual, individuals, entity or entities who created the Work 3606 or if no individual or entity can be identified, the publisher; and in 3607 addition (i) in the case of a performance the actors, singers, 3608 musicians, dancers, and other persons who act, sing, deliver, declaim, 3609 play in, interpret or otherwise perform literary or artistic works or 3610 expressions of folklore; (ii) in the case of a phonogram the producer 3611 being the person or legal entity who first fixes the sounds of a 3612 performance or other sounds; and, (iii) in the case of broadcasts, the 3613 organization that transmits the broadcast. 3614 f. "Work" means the literary and/or artistic work offered under the terms 3615 of this License including without limitation any production in the 3616 literary, scientific and artistic domain, whatever may be the mode or 3617 form of its expression including digital form, such as a book, 3618 pamphlet and other writing; a lecture, address, sermon or other work 3619 of the same nature; a dramatic or dramatico-musical work; a 3620 choreographic work or entertainment in dumb show; a musical 3621 composition with or without words; a cinematographic work to which are 3622 assimilated works expressed by a process analogous to cinematography; 3623 a work of drawing, painting, architecture, sculpture, engraving or 3624 lithography; a photographic work to which are assimilated works 3625 expressed by a process analogous to photography; a work of applied 3626 art; an illustration, map, plan, sketch or three-dimensional work 3627 relative to geography, topography, architecture or science; a 3628 performance; a broadcast; a phonogram; a compilation of data to the 3629 extent it is protected as a copyrightable work; or a work performed by 3630 a variety or circus performer to the extent it is not otherwise 3631 considered a literary or artistic work. 3632 g. "You" means an individual or entity exercising rights under this 3633 License who has not previously violated the terms of this License with 3634 respect to the Work, or who has received express permission from the 3635 Licensor to exercise rights under this License despite a previous 3636 violation. 3637 h. "Publicly Perform" means to perform public recitations of the Work and 3638 to communicate to the public those public recitations, by any means or 3639 process, including by wire or wireless means or public digital 3640 performances; to make available to the public Works in such a way that 3641 members of the public may access these Works from a place and at a 3642 place individually chosen by them; to perform the Work to the public 3643 by any means or process and the communication to the public of the 3644 performances of the Work, including by public digital performance; to 3645 broadcast and rebroadcast the Work by any means including signs, 3646 sounds or images. 3647 i. "Reproduce" means to make copies of the Work by any means including 3648 without limitation by sound or visual recordings and the right of 3649 fixation and reproducing fixations of the Work, including storage of a 3650 protected performance or phonogram in digital form or other electronic 3651 medium. 3652 3653 2. Fair Dealing Rights. Nothing in this License is intended to reduce, 3654 limit, or restrict any uses free from copyright or rights arising from 3655 limitations or exceptions that are provided for in connection with the 3656 copyright protection under copyright law or other applicable laws. 3657 3658 3. License Grant. Subject to the terms and conditions of this License, 3659 Licensor hereby grants You a worldwide, royalty-free, non-exclusive, 3660 perpetual (for the duration of the applicable copyright) license to 3661 exercise the rights in the Work as stated below: 3662 3663 a. to Reproduce the Work, to incorporate the Work into one or more 3664 Collections, and to Reproduce the Work as incorporated in the 3665 Collections; 3666 b. to create and Reproduce Adaptations provided that any such Adaptation, 3667 including any translation in any medium, takes reasonable steps to 3668 clearly label, demarcate or otherwise identify that changes were made 3669 to the original Work. For example, a translation could be marked "The 3670 original work was translated from English to Spanish," or a 3671 modification could indicate "The original work has been modified."; 3672 c. to Distribute and Publicly Perform the Work including as incorporated 3673 in Collections; and, 3674 d. to Distribute and Publicly Perform Adaptations. 3675 e. For the avoidance of doubt: 3676 3677 i. Non-waivable Compulsory License Schemes. In those jurisdictions in 3678 which the right to collect royalties through any statutory or 3679 compulsory licensing scheme cannot be waived, the Licensor 3680 reserves the exclusive right to collect such royalties for any 3681 exercise by You of the rights granted under this License; 3682 ii. Waivable Compulsory License Schemes. In those jurisdictions in 3683 which the right to collect royalties through any statutory or 3684 compulsory licensing scheme can be waived, the Licensor waives the 3685 exclusive right to collect such royalties for any exercise by You 3686 of the rights granted under this License; and, 3687 iii. Voluntary License Schemes. The Licensor waives the right to 3688 collect royalties, whether individually or, in the event that the 3689 Licensor is a member of a collecting society that administers 3690 voluntary licensing schemes, via that society, from any exercise 3691 by You of the rights granted under this License. 3692 3693 The above rights may be exercised in all media and formats whether now 3694 known or hereafter devised. The above rights include the right to make 3695 such modifications as are technically necessary to exercise the rights in 3696 other media and formats. Subject to Section 8(f), all rights not expressly 3697 granted by Licensor are hereby reserved. 3698 3699 4. Restrictions. The license granted in Section 3 above is expressly made 3700 subject to and limited by the following restrictions: 3701 3702 a. You may Distribute or Publicly Perform the Work only under the terms 3703 of this License. You must include a copy of, or the Uniform Resource 3704 Identifier (URI) for, this License with every copy of the Work You 3705 Distribute or Publicly Perform. You may not offer or impose any terms 3706 on the Work that restrict the terms of this License or the ability of 3707 the recipient of the Work to exercise the rights granted to that 3708 recipient under the terms of the License. You may not sublicense the 3709 Work. You must keep intact all notices that refer to this License and 3710 to the disclaimer of warranties with every copy of the Work You 3711 Distribute or Publicly Perform. When You Distribute or Publicly 3712 Perform the Work, You may not impose any effective technological 3713 measures on the Work that restrict the ability of a recipient of the 3714 Work from You to exercise the rights granted to that recipient under 3715 the terms of the License. This Section 4(a) applies to the Work as 3716 incorporated in a Collection, but this does not require the Collection 3717 apart from the Work itself to be made subject to the terms of this 3718 License. If You create a Collection, upon notice from any Licensor You 3719 must, to the extent practicable, remove from the Collection any credit 3720 as required by Section 4(b), as requested. If You create an 3721 Adaptation, upon notice from any Licensor You must, to the extent 3722 practicable, remove from the Adaptation any credit as required by 3723 Section 4(b), as requested. 3724 b. If You Distribute, or Publicly Perform the Work or any Adaptations or 3725 Collections, You must, unless a request has been made pursuant to 3726 Section 4(a), keep intact all copyright notices for the Work and 3727 provide, reasonable to the medium or means You are utilizing: (i) the 3728 name of the Original Author (or pseudonym, if applicable) if supplied, 3729 and/or if the Original Author and/or Licensor designate another party 3730 or parties (e.g., a sponsor institute, publishing entity, journal) for 3731 attribution ("Attribution Parties") in Licensor's copyright notice, 3732 terms of service or by other reasonable means, the name of such party 3733 or parties; (ii) the title of the Work if supplied; (iii) to the 3734 extent reasonably practicable, the URI, if any, that Licensor 3735 specifies to be associated with the Work, unless such URI does not 3736 refer to the copyright notice or licensing information for the Work; 3737 and (iv) , consistent with Section 3(b), in the case of an Adaptation, 3738 a credit identifying the use of the Work in the Adaptation (e.g., 3739 "French translation of the Work by Original Author," or "Screenplay 3740 based on original Work by Original Author"). The credit required by 3741 this Section 4(b) may be implemented in any reasonable manner; 3742 provided, however, that in the case of a Adaptation or Collection, at 3743 a minimum such credit will appear, if a credit for all contributing 3744 authors of the Adaptation or Collection appears, then as part of these 3745 credits and in a manner at least as prominent as the credits for the 3746 other contributing authors. For the avoidance of doubt, You may only 3747 use the credit required by this Section for the purpose of attribution 3748 in the manner set out above and, by exercising Your rights under this 3749 License, You may not implicitly or explicitly assert or imply any 3750 connection with, sponsorship or endorsement by the Original Author, 3751 Licensor and/or Attribution Parties, as appropriate, of You or Your 3752 use of the Work, without the separate, express prior written 3753 permission of the Original Author, Licensor and/or Attribution 3754 Parties. 3755 c. Except as otherwise agreed in writing by the Licensor or as may be 3756 otherwise permitted by applicable law, if You Reproduce, Distribute or 3757 Publicly Perform the Work either by itself or as part of any 3758 Adaptations or Collections, You must not distort, mutilate, modify or 3759 take other derogatory action in relation to the Work which would be 3760 prejudicial to the Original Author's honor or reputation. Licensor 3761 agrees that in those jurisdictions (e.g. Japan), in which any exercise 3762 of the right granted in Section 3(b) of this License (the right to 3763 make Adaptations) would be deemed to be a distortion, mutilation, 3764 modification or other derogatory action prejudicial to the Original 3765 Author's honor and reputation, the Licensor will waive or not assert, 3766 as appropriate, this Section, to the fullest extent permitted by the 3767 applicable national law, to enable You to reasonably exercise Your 3768 right under Section 3(b) of this License (right to make Adaptations) 3769 but not otherwise. 3770 3771 5. Representations, Warranties and Disclaimer 3772 3773 UNLESS OTHERWISE MUTUALLY AGREED TO BY THE PARTIES IN WRITING, LICENSOR 3774 OFFERS THE WORK AS-IS AND MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY 3775 KIND CONCERNING THE WORK, EXPRESS, IMPLIED, STATUTORY OR OTHERWISE, 3776 INCLUDING, WITHOUT LIMITATION, WARRANTIES OF TITLE, MERCHANTIBILITY, 3777 FITNESS FOR A PARTICULAR PURPOSE, NONINFRINGEMENT, OR THE ABSENCE OF 3778 LATENT OR OTHER DEFECTS, ACCURACY, OR THE PRESENCE OF ABSENCE OF ERRORS, 3779 WHETHER OR NOT DISCOVERABLE. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION 3780 OF IMPLIED WARRANTIES, SO SUCH EXCLUSION MAY NOT APPLY TO YOU. 3781 3782 6. Limitation on Liability. EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE 3783 LAW, IN NO EVENT WILL LICENSOR BE LIABLE TO YOU ON ANY LEGAL THEORY FOR 3784 ANY SPECIAL, INCIDENTAL, CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES 3785 ARISING OUT OF THIS LICENSE OR THE USE OF THE WORK, EVEN IF LICENSOR HAS 3786 BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. 3787 3788 7. Termination 3789 3790 a. This License and the rights granted hereunder will terminate 3791 automatically upon any breach by You of the terms of this License. 3792 Individuals or entities who have received Adaptations or Collections 3793 from You under this License, however, will not have their licenses 3794 terminated provided such individuals or entities remain in full 3795 compliance with those licenses. Sections 1, 2, 5, 6, 7, and 8 will 3796 survive any termination of this License. 3797 b. Subject to the above terms and conditions, the license granted here is 3798 perpetual (for the duration of the applicable copyright in the Work). 3799 Notwithstanding the above, Licensor reserves the right to release the 3800 Work under different license terms or to stop distributing the Work at 3801 any time; provided, however that any such election will not serve to 3802 withdraw this License (or any other license that has been, or is 3803 required to be, granted under the terms of this License), and this 3804 License will continue in full force and effect unless terminated as 3805 stated above. 3806 3807 8. Miscellaneous 3808 3809 a. Each time You Distribute or Publicly Perform the Work or a Collection, 3810 the Licensor offers to the recipient a license to the Work on the same 3811 terms and conditions as the license granted to You under this License. 3812 b. Each time You Distribute or Publicly Perform an Adaptation, Licensor 3813 offers to the recipient a license to the original Work on the same 3814 terms and conditions as the license granted to You under this License. 3815 c. If any provision of this License is invalid or unenforceable under 3816 applicable law, it shall not affect the validity or enforceability of 3817 the remainder of the terms of this License, and without further action 3818 by the parties to this agreement, such provision shall be reformed to 3819 the minimum extent necessary to make such provision valid and 3820 enforceable. 3821 d. No term or provision of this License shall be deemed waived and no 3822 breach consented to unless such waiver or consent shall be in writing 3823 and signed by the party to be charged with such waiver or consent. 3824 e. This License constitutes the entire agreement between the parties with 3825 respect to the Work licensed here. There are no understandings, 3826 agreements or representations with respect to the Work not specified 3827 here. Licensor shall not be bound by any additional provisions that 3828 may appear in any communication from You. This License may not be 3829 modified without the mutual written agreement of the Licensor and You. 3830 f. The rights granted under, and the subject matter referenced, in this 3831 License were drafted utilizing the terminology of the Berne Convention 3832 for the Protection of Literary and Artistic Works (as amended on 3833 September 28, 1979), the Rome Convention of 1961, the WIPO Copyright 3834 Treaty of 1996, the WIPO Performances and Phonograms Treaty of 1996 3835 and the Universal Copyright Convention (as revised on July 24, 1971). 3836 These rights and subject matter take effect in the relevant 3837 jurisdiction in which the License terms are sought to be enforced 3838 according to the corresponding provisions of the implementation of 3839 those treaty provisions in the applicable national law. If the 3840 standard suite of rights granted under applicable copyright law 3841 includes additional rights not granted under this License, such 3842 additional rights are deemed to be included in the License; this 3843 License is not intended to restrict the license of any rights under 3844 applicable law. 3845 3846 3847 Creative Commons Notice 3848 3849 Creative Commons is not a party to this License, and makes no warranty 3850 whatsoever in connection with the Work. Creative Commons will not be 3851 liable to You or any party on any legal theory for any damages 3852 whatsoever, including without limitation any general, special, 3853 incidental or consequential damages arising in connection to this 3854 license. Notwithstanding the foregoing two (2) sentences, if Creative 3855 Commons has expressly identified itself as the Licensor hereunder, it 3856 shall have all rights and obligations of Licensor. 3857 3858 Except for the limited purpose of indicating to the public that the 3859 Work is licensed under the CCPL, Creative Commons does not authorize 3860 the use by either party of the trademark "Creative Commons" or any 3861 related trademark or logo of Creative Commons without the prior 3862 written consent of Creative Commons. Any permitted use will be in 3863 compliance with Creative Commons' then-current trademark usage 3864 guidelines, as may be published on its website or otherwise made 3865 available upon request from time to time. For the avoidance of doubt, 3866 this trademark restriction does not form part of this License. 3867 3868 Creative Commons may be contacted at http://creativecommons.org/. 3869 3870 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 3871 </pre> 3872 <ul> 3873 3874 </ul> 3875 </div> 3876 </div> 3877 3878 3879 <div class="product"> 3880 <span class="title">dejavu-2.33</span> 3881 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 3882 <span class="homepage"><a href="http://dejavu.sourceforge.net/">homepage</a></span> 3883 <div class="licence"> 3884 <pre>Gentoo Package Stock License BitstreamVera: 3885 3886 Bitstream Vera Fonts Copyright 3887 3888 The fonts have a generous copyright, allowing derivative works (as 3889 long as "Bitstream" or "Vera" are not in the names), and full 3890 redistribution (so long as they are not *sold* by themselves). They 3891 can be be bundled, redistributed and sold with any software. 3892 3893 The fonts are distributed under the following copyright: 3894 3895 Copyright 3896 ========= 3897 3898 Copyright (c) 2003 by Bitstream, Inc. All Rights Reserved. Bitstream 3899 Vera is a trademark of Bitstream, Inc. 3900 3901 Permission is hereby granted, free of charge, to any person obtaining 3902 a copy of the fonts accompanying this license ("Fonts") and associated 3903 documentation files (the "Font Software"), to reproduce and distribute 3904 the Font Software, including without limitation the rights to use, 3905 copy, merge, publish, distribute, and/or sell copies of the Font 3906 Software, and to permit persons to whom the Font Software is furnished 3907 to do so, subject to the following conditions: 3908 3909 The above copyright and trademark notices and this permission notice 3910 shall be included in all copies of one or more of the Font Software 3911 typefaces. 3912 3913 The Font Software may be modified, altered, or added to, and in 3914 particular the designs of glyphs or characters in the Fonts may be 3915 modified and additional glyphs or characters may be added to the 3916 Fonts, only if the fonts are renamed to names not containing either 3917 the words "Bitstream" or the word "Vera". 3918 3919 This License becomes null and void to the extent applicable to Fonts 3920 or Font Software that has been modified and is distributed under the 3921 "Bitstream Vera" names. 3922 3923 The Font Software may be sold as part of a larger software package but 3924 no copy of one or more of the Font Software typefaces may be sold by 3925 itself. 3926 3927 THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 3928 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF 3929 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT 3930 OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL 3931 BITSTREAM OR THE GNOME FOUNDATION BE LIABLE FOR ANY CLAIM, DAMAGES OR 3932 OTHER LIABILITY, INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, 3933 OR CONSEQUENTIAL DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR 3934 OTHERWISE, ARISING FROM, OUT OF THE USE OR INABILITY TO USE THE FONT 3935 SOFTWARE OR FROM OTHER DEALINGS IN THE FONT SOFTWARE. 3936 3937 Except as contained in this notice, the names of Gnome, the Gnome 3938 Foundation, and Bitstream Inc., shall not be used in advertising or 3939 otherwise to promote the sale, use or other dealings in this Font 3940 Software without prior written authorization from the Gnome Foundation 3941 or Bitstream Inc., respectively. For further information, contact: 3942 fonts at gnome dot org. 3943 3944 Copyright FAQ 3945 ============= 3946 3947 1. I don't understand the resale restriction... What gives? 3948 3949 Bitstream is giving away these fonts, but wishes to ensure its 3950 competitors can't just drop the fonts as is into a font sale system 3951 and sell them as is. It seems fair that if Bitstream can't make money 3952 from the Bitstream Vera fonts, their competitors should not be able to 3953 do so either. You can sell the fonts as part of any software package, 3954 however. 3955 3956 2. I want to package these fonts separately for distribution and 3957 sale as part of a larger software package or system. Can I do so? 3958 3959 Yes. A RPM or Debian package is a "larger software package" to begin 3960 with, and you aren't selling them independently by themselves. 3961 See 1. above. 3962 3963 3. Are derivative works allowed? 3964 Yes! 3965 3966 4. Can I change or add to the font(s)? 3967 Yes, but you must change the name(s) of the font(s). 3968 3969 5. Under what terms are derivative works allowed? 3970 3971 You must change the name(s) of the fonts. This is to ensure the 3972 quality of the fonts, both to protect Bitstream and Gnome. We want to 3973 ensure that if an application has opened a font specifically of these 3974 names, it gets what it expects (though of course, using fontconfig, 3975 substitutions could still could have occurred during font 3976 opening). You must include the Bitstream copyright. Additional 3977 copyrights can be added, as per copyright law. Happy Font Hacking! 3978 3979 6. If I have improvements for Bitstream Vera, is it possible they might get 3980 adopted in future versions? 3981 3982 Yes. The contract between the Gnome Foundation and Bitstream has 3983 provisions for working with Bitstream to ensure quality additions to 3984 the Bitstream Vera font family. Please contact us if you have such 3985 additions. Note, that in general, we will want such additions for the 3986 entire family, not just a single font, and that you'll have to keep 3987 both Gnome and Jim Lyles, Vera's designer, happy! To make sense to add 3988 glyphs to the font, they must be stylistically in keeping with Vera's 3989 design. Vera cannot become a "ransom note" font. Jim Lyles will be 3990 providing a document describing the design elements used in Vera, as a 3991 guide and aid for people interested in contributing to Vera. 3992 3993 7. I want to sell a software package that uses these fonts: Can I do so? 3994 3995 Sure. Bundle the fonts with your software and sell your software 3996 with the fonts. That is the intent of the copyright. 3997 3998 8. If applications have built the names "Bitstream Vera" into them, 3999 can I override this somehow to use fonts of my choosing? 4000 4001 This depends on exact details of the software. Most open source 4002 systems and software (e.g., Gnome, KDE, etc.) are now converting to 4003 use fontconfig (see www.fontconfig.org) to handle font configuration, 4004 selection and substitution; it has provisions for overriding font 4005 names and subsituting alternatives. An example is provided by the 4006 supplied local.conf file, which chooses the family Bitstream Vera for 4007 "sans", "serif" and "monospace". Other software (e.g., the XFree86 4008 core server) has other mechanisms for font substitution. 4009 4010 4011 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 4012 </pre> 4013 <ul> 4014 4015 </ul> 4016 </div> 4017 </div> 4018 4019 4020 <div class="product"> 4021 <span class="title">dev-install-0.0.1</span> 4022 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 4023 <span class="homepage"><a href="http://www.chromium.org/chromium-os">homepage</a></span> 4024 <div class="licence"> 4025 <pre></pre> 4026 <ul> 4027 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 4028 </ul> 4029 </div> 4030 </div> 4031 4032 4033 <div class="product"> 4034 <span class="title">dhcp-4.2.2</span> 4035 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 4036 <span class="homepage"><a href="http://www.isc.org/products/DHCP">homepage</a></span> 4037 <div class="licence"> 4038 <pre>Scanned Source License dhcp-4.2.2/LICENSE: 4039 4040 # Copyright (c) 2004-2011 by Internet Systems Consortium, Inc. ("ISC") 4041 # Copyright (c) 1995-2003 by Internet Software Consortium 4042 # 4043 # Permission to use, copy, modify, and distribute this software for any 4044 # purpose with or without fee is hereby granted, provided that the above 4045 # copyright notice and this permission notice appear in all copies. 4046 # 4047 # THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES 4048 # WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF 4049 # MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR 4050 # ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 4051 # WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 4052 # ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT 4053 # OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 4054 # 4055 # Internet Systems Consortium, Inc. 4056 # 950 Charter Street 4057 # Redwood City, CA 94063 4058 # <info (a] isc.org> 4059 # https://www.isc.org/ 4060 4061 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 4062 4063 Scanned Source License dhcp-4.2.2/bind/bind-9.8.0-P4/COPYRIGHT: 4064 4065 Copyright (C) 2004-2011 Internet Systems Consortium, Inc. ("ISC") 4066 Copyright (C) 1996-2003 Internet Software Consortium. 4067 4068 Permission to use, copy, modify, and/or distribute this software for any 4069 purpose with or without fee is hereby granted, provided that the above 4070 copyright notice and this permission notice appear in all copies. 4071 4072 THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH 4073 REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY 4074 AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT, 4075 INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM 4076 LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE 4077 OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 4078 PERFORMANCE OF THIS SOFTWARE. 4079 4080 $Id: COPYRIGHT,v 1.17 2011-01-04 23:47:13 tbox Exp $ 4081 4082 Portions Copyright (C) 1996-2001 Nominum, Inc. 4083 4084 Permission to use, copy, modify, and distribute this software for any 4085 purpose with or without fee is hereby granted, provided that the above 4086 copyright notice and this permission notice appear in all copies. 4087 4088 THE SOFTWARE IS PROVIDED "AS IS" AND NOMINUM DISCLAIMS ALL WARRANTIES 4089 WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF 4090 MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL NOMINUM BE LIABLE FOR 4091 ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 4092 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 4093 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT 4094 OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 4095 4096 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 4097 4098 Scanned Source License dhcp-4.2.2/bind/bind-9.8.0-P4/contrib/idn/idnkit-1.0-src/LICENSE.txt: 4099 4100 Copyright (c) 2000-2002 Japan Network Information Center. All rights reserved. 4101 4102 By using this file, you agree to the terms and conditions set forth bellow. 4103 4104 LICENSE TERMS AND CONDITIONS 4105 4106 The following License Terms and Conditions apply, unless a different 4107 license is obtained from Japan Network Information Center ("JPNIC"), 4108 a Japanese association, Kokusai-Kougyou-Kanda Bldg 6F, 2-3-4 Uchi-Kanda, 4109 Chiyoda-ku, Tokyo 101-0047, Japan. 4110 4111 1. Use, Modification and Redistribution (including distribution of any 4112 modified or derived work) in source and/or binary forms is permitted 4113 under this License Terms and Conditions. 4114 4115 2. Redistribution of source code must retain the copyright notices as they 4116 appear in each source code file, this License Terms and Conditions. 4117 4118 3. Redistribution in binary form must reproduce the Copyright Notice, 4119 this License Terms and Conditions, in the documentation and/or other 4120 materials provided with the distribution. For the purposes of binary 4121 distribution the "Copyright Notice" refers to the following language: 4122 "Copyright (c) 2000-2002 Japan Network Information Center. All rights reserved." 4123 4124 4. The name of JPNIC may not be used to endorse or promote products 4125 derived from this Software without specific prior written approval of 4126 JPNIC. 4127 4128 5. Disclaimer/Limitation of Liability: THIS SOFTWARE IS PROVIDED BY JPNIC 4129 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 4130 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A 4131 PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL JPNIC BE LIABLE 4132 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 4133 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 4134 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR 4135 BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, 4136 WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR 4137 OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF 4138 ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. 4139 4140 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 4141 4142 Scanned Source License dhcp-4.2.2/bind/bind-9.8.0-P4/contrib/zkt/LICENSE: 4143 4144 Copyright (c) 2005 - 2008, Holger Zuleger HZnet. All rights reserved. 4145 4146 This software is open source. 4147 4148 Redistribution and use in source and binary forms, with or without 4149 modification, are permitted provided that the following conditions 4150 are met: 4151 4152 Redistributions of source code must retain the above copyright notice, 4153 this list of conditions and the following disclaimer. 4154 4155 Redistributions in binary form must reproduce the above copyright notice, 4156 this list of conditions and the following disclaimer in the documentation 4157 and/or other materials provided with the distribution. 4158 4159 Neither the name of Holger Zuleger HZnet nor the names of its contributors may 4160 be used to endorse or promote products derived from this software without 4161 specific prior written permission. 4162 4163 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 4164 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 4165 TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 4166 PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE 4167 LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 4168 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 4169 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 4170 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 4171 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 4172 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 4173 POSSIBILITY OF SUCH DAMAGE. 4174 4175 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 4176 </pre> 4177 <ul> 4178 <li><a href='#as-is'>Gentoo Package Stock License as-is</a></li> 4179 </ul> 4180 </div> 4181 </div> 4182 4183 4184 <div class="product"> 4185 <span class="title">dhcpcd-5.1.4</span> 4186 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 4187 <span class="homepage"><a href="http://roy.marples.name/projects/dhcpcd/">homepage</a></span> 4188 <div class="licence"> 4189 <pre>Copyright Attribution License chromiumos-overlay/licenses/copyright-attribution/net-misc/dhcpcd: 4190 4191 Copyright (c) 2006-2010 Roy Marples <roy (a] marples.name> 4192 All rights reserved 4193 4194 Redistribution and use in source and binary forms, with or without 4195 modification, are permitted provided that the following conditions 4196 are met: 4197 1. Redistributions of source code must retain the above copyright 4198 notice, this list of conditions and the following disclaimer. 4199 2. Redistributions in binary form must reproduce the above copyright 4200 notice, this list of conditions and the following disclaimer in the 4201 documentation and/or other materials provided with the distribution. 4202 4203 THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND 4204 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 4205 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 4206 ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 4207 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 4208 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 4209 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 4210 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 4211 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 4212 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 4213 SUCH DAMAGE. 4214 4215 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 4216 </pre> 4217 <ul> 4218 4219 </ul> 4220 </div> 4221 </div> 4222 4223 4224 <div class="product"> 4225 <span class="title">diffutils-3.2</span> 4226 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 4227 <span class="homepage"><a href="http://www.gnu.org/software/diffutils/">homepage</a></span> 4228 <div class="licence"> 4229 <pre></pre> 4230 <ul> 4231 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 4232 </ul> 4233 </div> 4234 </div> 4235 4236 4237 <div class="product"> 4238 <span class="title">dmidecode-2.11</span> 4239 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 4240 <span class="homepage"><a href="http://www.nongnu.org/dmidecode/">homepage</a></span> 4241 <div class="licence"> 4242 <pre></pre> 4243 <ul> 4244 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 4245 </ul> 4246 </div> 4247 </div> 4248 4249 4250 <div class="product"> 4251 <span class="title">dnsmasq-2.50</span> 4252 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 4253 <span class="homepage"><a href="http://www.thekelleys.org.uk/dnsmasq/">homepage</a></span> 4254 <div class="licence"> 4255 <pre></pre> 4256 <ul> 4257 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 4258 </ul> 4259 </div> 4260 </div> 4261 4262 4263 <div class="product"> 4264 <span class="title">docbook-xml-dtd-4.1.2</span> 4265 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 4266 <span class="homepage"><a href="http://www.docbook.org/">homepage</a></span> 4267 <div class="licence"> 4268 <pre></pre> 4269 <ul> 4270 <li><a href='#as-is'>Gentoo Package Stock License as-is</a></li> 4271 </ul> 4272 </div> 4273 </div> 4274 4275 4276 <div class="product"> 4277 <span class="title">dosfstools-3.0.26</span> 4278 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 4279 <span class="homepage"><a href="http://www.daniel-baumann.ch/software/dosfstools/">homepage</a></span> 4280 <div class="licence"> 4281 <pre></pre> 4282 <ul> 4283 <li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li> 4284 </ul> 4285 </div> 4286 </div> 4287 4288 4289 <div class="product"> 4290 <span class="title">dpkt-1.8</span> 4291 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 4292 <span class="homepage"><a href="http://code.google.com/p/dpkt/">homepage</a></span> 4293 <div class="licence"> 4294 <pre>Scanned Source License dpkt-1.8/LICENSE: 4295 4296 4297 Copyright (c) 2004 Dug Song <dugsong (a] monkey.org> 4298 All rights reserved, all wrongs reversed. 4299 4300 Redistribution and use in source and binary forms, with or without 4301 modification, are permitted provided that the following conditions 4302 are met: 4303 4304 1. Redistributions of source code must retain the above copyright 4305 notice, this list of conditions and the following disclaimer. 4306 2. Redistributions in binary form must reproduce the above copyright 4307 notice, this list of conditions and the following disclaimer in the 4308 documentation and/or other materials provided with the distribution. 4309 3. The names of the authors and copyright holders may not be used to 4310 endorse or promote products derived from this software without 4311 specific prior written permission. 4312 4313 THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, 4314 INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY 4315 AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL 4316 THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 4317 EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 4318 PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; 4319 OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, 4320 WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR 4321 OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF 4322 ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 4323 4324 4325 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 4326 4327 Scanned Source License dpkt-1.8/PKG-INFO: 4328 4329 Metadata-Version: 1.0 4330 Name: dpkt 4331 Version: 1.8 4332 Summary: dumb packet module 4333 Home-page: http://dpkt.googlecode.com/ 4334 Author: Dug Song <dugsong (a] monkey.org> 4335 Author-email: UNKNOWN 4336 License: UNKNOWN 4337 Description: UNKNOWN 4338 Platform: UNKNOWN 4339 4340 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 4341 </pre> 4342 <ul> 4343 4344 </ul> 4345 </div> 4346 </div> 4347 4348 4349 <div class="product"> 4350 <span class="title">dri2proto-2.6</span> 4351 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 4352 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span> 4353 <div class="licence"> 4354 <pre>Scanned Source License dri2proto-2.6/COPYING: 4355 4356 Copyright 2007 Red Hat, Inc. 4357 4358 Permission is hereby granted, free of charge, to any person obtaining a 4359 copy of this software and associated documentation files (the "Soft- 4360 ware"), to deal in the Software without restriction, including without 4361 limitation the rights to use, copy, modify, merge, publish, distribute, 4362 and/or sell copies of the Software, and to permit persons to whom the 4363 Software is furnished to do so, provided that the above copyright 4364 notice(s) and this permission notice appear in all copies of the Soft- 4365 ware and that both the above copyright notice(s) and this permission 4366 notice appear in supporting documentation. 4367 4368 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 4369 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABIL- 4370 ITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY 4371 RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN 4372 THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSE- 4373 QUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 4374 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 4375 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFOR- 4376 MANCE OF THIS SOFTWARE. 4377 4378 Except as contained in this notice, the name of a copyright holder shall 4379 not be used in advertising or otherwise to promote the sale, use or 4380 other dealings in this Software without prior written authorization of 4381 the copyright holder. 4382 4383 Authors: 4384 Kristian Hgsberg (krh (a] redhat.com) 4385 4386 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 4387 </pre> 4388 <ul> 4389 4390 </ul> 4391 </div> 4392 </div> 4393 4394 4395 <div class="product"> 4396 <span class="title">droidfonts-cros-20121206</span> 4397 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 4398 <span class="homepage"><a href="">homepage</a></span> 4399 <div class="licence"> 4400 <pre></pre> 4401 <ul> 4402 <li><a href='#Apache-2.0'>Gentoo Package Stock License Apache-2.0</a></li> 4403 </ul> 4404 </div> 4405 </div> 4406 4407 4408 <div class="product"> 4409 <span class="title">dtc-1.4.0</span> 4410 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 4411 <span class="homepage"><a href="http://git.jdl.com/gitweb/?p=dtc.git">homepage</a></span> 4412 <div class="licence"> 4413 <pre></pre> 4414 <ul> 4415 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 4416 </ul> 4417 </div> 4418 </div> 4419 4420 4421 <div class="product"> 4422 <span class="title">e2fsprogs-1.42</span> 4423 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 4424 <span class="homepage"><a href="http://e2fsprogs.sourceforge.net/">homepage</a></span> 4425 <div class="licence"> 4426 <pre>Scanned Source License e2fsprogs-1.42/COPYING: 4427 4428 This package, the EXT2 filesystem utilities, are made available under 4429 the GNU Public License version 2, with the exception of the lib/ext2fs 4430 and lib/e2p libraries, which are made available under the GNU Library 4431 General Public License Version 2, the lib/uuid library which is made 4432 available under a BSD-style license and the lib/et and lib/ss 4433 libraries which are made available under an MIT-style license. Please 4434 see lib/uuid/COPYING for more details for the license for the files 4435 comprising the libuuid library, and the source file headers of the 4436 libet and libss libraries for more information. 4437 4438 The most recent officially distributed version can be found at 4439 http://e2fsprogs.sourceforge.net. If you need to make a distribution, 4440 that's the one you should use. If there is some reason why you'd like 4441 a more recent version that is still in ALPHA testing (i.e., either 4442 using the "WIP" test distributions or one from the hg or git 4443 repository from the development branch, please contact me 4444 (tytso (a] mit.edu) before you ship. The release schedules for this 4445 package are flexible, if you give me enough lead time. 4446 4447 4448 Theodore Ts'o 4449 23-June-2007 4450 4451 ---------------------------------------------------------------------- 4452 4453 GNU GENERAL PUBLIC LICENSE 4454 Version 2, June 1991 4455 4456 Copyright (C) 1989, 1991 Free Software Foundation, Inc. 4457 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 4458 Everyone is permitted to copy and distribute verbatim copies 4459 of this license document, but changing it is not allowed. 4460 4461 Preamble 4462 4463 The licenses for most software are designed to take away your 4464 freedom to share and change it. By contrast, the GNU General Public 4465 License is intended to guarantee your freedom to share and change free 4466 software--to make sure the software is free for all its users. This 4467 General Public License applies to most of the Free Software 4468 Foundation's software and to any other program whose authors commit to 4469 using it. (Some other Free Software Foundation software is covered by 4470 the GNU Library General Public License instead.) You can apply it to 4471 your programs, too. 4472 4473 When we speak of free software, we are referring to freedom, not 4474 price. Our General Public Licenses are designed to make sure that you 4475 have the freedom to distribute copies of free software (and charge for 4476 this service if you wish), that you receive source code or can get it 4477 if you want it, that you can change the software or use pieces of it 4478 in new free programs; and that you know you can do these things. 4479 4480 To protect your rights, we need to make restrictions that forbid 4481 anyone to deny you these rights or to ask you to surrender the rights. 4482 These restrictions translate to certain responsibilities for you if you 4483 distribute copies of the software, or if you modify it. 4484 4485 For example, if you distribute copies of such a program, whether 4486 gratis or for a fee, you must give the recipients all the rights that 4487 you have. You must make sure that they, too, receive or can get the 4488 source code. And you must show them these terms so they know their 4489 rights. 4490 4491 We protect your rights with two steps: (1) copyright the software, and 4492 (2) offer you this license which gives you legal permission to copy, 4493 distribute and/or modify the software. 4494 4495 Also, for each author's protection and ours, we want to make certain 4496 that everyone understands that there is no warranty for this free 4497 software. If the software is modified by someone else and passed on, we 4498 want its recipients to know that what they have is not the original, so 4499 that any problems introduced by others will not reflect on the original 4500 authors' reputations. 4501 4502 Finally, any free program is threatened constantly by software 4503 patents. We wish to avoid the danger that redistributors of a free 4504 program will individually obtain patent licenses, in effect making the 4505 program proprietary. To prevent this, we have made it clear that any 4506 patent must be licensed for everyone's free use or not licensed at all. 4507 4508 The precise terms and conditions for copying, distribution and 4509 modification follow. 4510 4511 GNU GENERAL PUBLIC LICENSE 4512 TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 4513 4514 0. This License applies to any program or other work which contains 4515 a notice placed by the copyright holder saying it may be distributed 4516 under the terms of this General Public License. The "Program", below, 4517 refers to any such program or work, and a "work based on the Program" 4518 means either the Program or any derivative work under copyright law: 4519 that is to say, a work containing the Program or a portion of it, 4520 either verbatim or with modifications and/or translated into another 4521 language. (Hereinafter, translation is included without limitation in 4522 the term "modification".) Each licensee is addressed as "you". 4523 4524 Activities other than copying, distribution and modification are not 4525 covered by this License; they are outside its scope. The act of 4526 running the Program is not restricted, and the output from the Program 4527 is covered only if its contents constitute a work based on the 4528 Program (independent of having been made by running the Program). 4529 Whether that is true depends on what the Program does. 4530 4531 1. You may copy and distribute verbatim copies of the Program's 4532 source code as you receive it, in any medium, provided that you 4533 conspicuously and appropriately publish on each copy an appropriate 4534 copyright notice and disclaimer of warranty; keep intact all the 4535 notices that refer to this License and to the absence of any warranty; 4536 and give any other recipients of the Program a copy of this License 4537 along with the Program. 4538 4539 You may charge a fee for the physical act of transferring a copy, and 4540 you may at your option offer warranty protection in exchange for a fee. 4541 4542 2. You may modify your copy or copies of the Program or any portion 4543 of it, thus forming a work based on the Program, and copy and 4544 distribute such modifications or work under the terms of Section 1 4545 above, provided that you also meet all of these conditions: 4546 4547 a) You must cause the modified files to carry prominent notices 4548 stating that you changed the files and the date of any change. 4549 4550 b) You must cause any work that you distribute or publish, that in 4551 whole or in part contains or is derived from the Program or any 4552 part thereof, to be licensed as a whole at no charge to all third 4553 parties under the terms of this License. 4554 4555 c) If the modified program normally reads commands interactively 4556 when run, you must cause it, when started running for such 4557 interactive use in the most ordinary way, to print or display an 4558 announcement including an appropriate copyright notice and a 4559 notice that there is no warranty (or else, saying that you provide 4560 a warranty) and that users may redistribute the program under 4561 these conditions, and telling the user how to view a copy of this 4562 License. (Exception: if the Program itself is interactive but 4563 does not normally print such an announcement, your work based on 4564 the Program is not required to print an announcement.) 4565 4566 These requirements apply to the modified work as a whole. If 4567 identifiable sections of that work are not derived from the Program, 4568 and can be reasonably considered independent and separate works in 4569 themselves, then this License, and its terms, do not apply to those 4570 sections when you distribute them as separate works. But when you 4571 distribute the same sections as part of a whole which is a work based 4572 on the Program, the distribution of the whole must be on the terms of 4573 this License, whose permissions for other licensees extend to the 4574 entire whole, and thus to each and every part regardless of who wrote it. 4575 4576 Thus, it is not the intent of this section to claim rights or contest 4577 your rights to work written entirely by you; rather, the intent is to 4578 exercise the right to control the distribution of derivative or 4579 collective works based on the Program. 4580 4581 In addition, mere aggregation of another work not based on the Program 4582 with the Program (or with a work based on the Program) on a volume of 4583 a storage or distribution medium does not bring the other work under 4584 the scope of this License. 4585 4586 3. You may copy and distribute the Program (or a work based on it, 4587 under Section 2) in object code or executable form under the terms of 4588 Sections 1 and 2 above provided that you also do one of the following: 4589 4590 a) Accompany it with the complete corresponding machine-readable 4591 source code, which must be distributed under the terms of Sections 4592 1 and 2 above on a medium customarily used for software interchange; or, 4593 4594 b) Accompany it with a written offer, valid for at least three 4595 years, to give any third party, for a charge no more than your 4596 cost of physically performing source distribution, a complete 4597 machine-readable copy of the corresponding source code, to be 4598 distributed under the terms of Sections 1 and 2 above on a medium 4599 customarily used for software interchange; or, 4600 4601 c) Accompany it with the information you received as to the offer 4602 to distribute corresponding source code. (This alternative is 4603 allowed only for noncommercial distribution and only if you 4604 received the program in object code or executable form with such 4605 an offer, in accord with Subsection b above.) 4606 4607 The source code for a work means the preferred form of the work for 4608 making modifications to it. For an executable work, complete source 4609 code means all the source code for all modules it contains, plus any 4610 associated interface definition files, plus the scripts used to 4611 control compilation and installation of the executable. However, as a 4612 special exception, the source code distributed need not include 4613 anything that is normally distributed (in either source or binary 4614 form) with the major components (compiler, kernel, and so on) of the 4615 operating system on which the executable runs, unless that component 4616 itself accompanies the executable. 4617 4618 If distribution of executable or object code is made by offering 4619 access to copy from a designated place, then offering equivalent 4620 access to copy the source code from the same place counts as 4621 distribution of the source code, even though third parties are not 4622 compelled to copy the source along with the object code. 4623 4624 4. You may not copy, modify, sublicense, or distribute the Program 4625 except as expressly provided under this License. Any attempt 4626 otherwise to copy, modify, sublicense or distribute the Program is 4627 void, and will automatically terminate your rights under this License. 4628 However, parties who have received copies, or rights, from you under 4629 this License will not have their licenses terminated so long as such 4630 parties remain in full compliance. 4631 4632 5. You are not required to accept this License, since you have not 4633 signed it. However, nothing else grants you permission to modify or 4634 distribute the Program or its derivative works. These actions are 4635 prohibited by law if you do not accept this License. Therefore, by 4636 modifying or distributing the Program (or any work based on the 4637 Program), you indicate your acceptance of this License to do so, and 4638 all its terms and conditions for copying, distributing or modifying 4639 the Program or works based on it. 4640 4641 6. Each time you redistribute the Program (or any work based on the 4642 Program), the recipient automatically receives a license from the 4643 original licensor to copy, distribute or modify the Program subject to 4644 these terms and conditions. You may not impose any further 4645 restrictions on the recipients' exercise of the rights granted herein. 4646 You are not responsible for enforcing compliance by third parties to 4647 this License. 4648 4649 7. If, as a consequence of a court judgment or allegation of patent 4650 infringement or for any other reason (not limited to patent issues), 4651 conditions are imposed on you (whether by court order, agreement or 4652 otherwise) that contradict the conditions of this License, they do not 4653 excuse you from the conditions of this License. If you cannot 4654 distribute so as to satisfy simultaneously your obligations under this 4655 License and any other pertinent obligations, then as a consequence you 4656 may not distribute the Program at all. For example, if a patent 4657 license would not permit royalty-free redistribution of the Program by 4658 all those who receive copies directly or indirectly through you, then 4659 the only way you could satisfy both it and this License would be to 4660 refrain entirely from distribution of the Program. 4661 4662 If any portion of this section is held invalid or unenforceable under 4663 any particular circumstance, the balance of the section is intended to 4664 apply and the section as a whole is intended to apply in other 4665 circumstances. 4666 4667 It is not the purpose of this section to induce you to infringe any 4668 patents or other property right claims or to contest validity of any 4669 such claims; this section has the sole purpose of protecting the 4670 integrity of the free software distribution system, which is 4671 implemented by public license practices. Many people have made 4672 generous contributions to the wide range of software distributed 4673 through that system in reliance on consistent application of that 4674 system; it is up to the author/donor to decide if he or she is willing 4675 to distribute software through any other system and a licensee cannot 4676 impose that choice. 4677 4678 This section is intended to make thoroughly clear what is believed to 4679 be a consequence of the rest of this License. 4680 4681 8. If the distribution and/or use of the Program is restricted in 4682 certain countries either by patents or by copyrighted interfaces, the 4683 original copyright holder who places the Program under this License 4684 may add an explicit geographical distribution limitation excluding 4685 those countries, so that distribution is permitted only in or among 4686 countries not thus excluded. In such case, this License incorporates 4687 the limitation as if written in the body of this License. 4688 4689 9. The Free Software Foundation may publish revised and/or new versions 4690 of the General Public License from time to time. Such new versions will 4691 be similar in spirit to the present version, but may differ in detail to 4692 address new problems or concerns. 4693 4694 Each version is given a distinguishing version number. If the Program 4695 specifies a version number of this License which applies to it and "any 4696 later version", you have the option of following the terms and conditions 4697 either of that version or of any later version published by the Free 4698 Software Foundation. If the Program does not specify a version number of 4699 this License, you may choose any version ever published by the Free Software 4700 Foundation. 4701 4702 10. If you wish to incorporate parts of the Program into other free 4703 programs whose distribution conditions are different, write to the author 4704 to ask for permission. For software which is copyrighted by the Free 4705 Software Foundation, write to the Free Software Foundation; we sometimes 4706 make exceptions for this. Our decision will be guided by the two goals 4707 of preserving the free status of all derivatives of our free software and 4708 of promoting the sharing and reuse of software generally. 4709 4710 NO WARRANTY 4711 4712 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY 4713 FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN 4714 OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES 4715 PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED 4716 OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF 4717 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS 4718 TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE 4719 PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, 4720 REPAIR OR CORRECTION. 4721 4722 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING 4723 WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR 4724 REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, 4725 INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING 4726 OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED 4727 TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY 4728 YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER 4729 PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE 4730 POSSIBILITY OF SUCH DAMAGES. 4731 4732 END OF TERMS AND CONDITIONS 4733 4734 How to Apply These Terms to Your New Programs 4735 4736 If you develop a new program, and you want it to be of the greatest 4737 possible use to the public, the best way to achieve this is to make it 4738 free software which everyone can redistribute and change under these terms. 4739 4740 To do so, attach the following notices to the program. It is safest 4741 to attach them to the start of each source file to most effectively 4742 convey the exclusion of warranty; and each file should have at least 4743 the "copyright" line and a pointer to where the full notice is found. 4744 4745 <one line to give the program's name and a brief idea of what it does.> 4746 Copyright (C) <year> <name of author> 4747 4748 This program is free software; you can redistribute it and/or modify 4749 it under the terms of the GNU General Public License as published by 4750 the Free Software Foundation; either version 2 of the License, or 4751 (at your option) any later version. 4752 4753 This program is distributed in the hope that it will be useful, 4754 but WITHOUT ANY WARRANTY; without even the implied warranty of 4755 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 4756 GNU General Public License for more details. 4757 4758 You should have received a copy of the GNU General Public License 4759 along with this program; if not, write to the Free Software 4760 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 4761 4762 4763 Also add information on how to contact you by electronic and paper mail. 4764 4765 If the program is interactive, make it output a short notice like this 4766 when it starts in an interactive mode: 4767 4768 Gnomovision version 69, Copyright (C) year name of author 4769 Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. 4770 This is free software, and you are welcome to redistribute it 4771 under certain conditions; type `show c' for details. 4772 4773 The hypothetical commands `show w' and `show c' should show the appropriate 4774 parts of the General Public License. Of course, the commands you use may 4775 be called something other than `show w' and `show c'; they could even be 4776 mouse-clicks or menu items--whatever suits your program. 4777 4778 You should also get your employer (if you work as a programmer) or your 4779 school, if any, to sign a "copyright disclaimer" for the program, if 4780 necessary. Here is a sample; alter the names: 4781 4782 Yoyodyne, Inc., hereby disclaims all copyright interest in the program 4783 `Gnomovision' (which makes passes at compilers) written by James Hacker. 4784 4785 <signature of Ty Coon>, 1 April 1989 4786 Ty Coon, President of Vice 4787 4788 This General Public License does not permit incorporating your program into 4789 proprietary programs. If your program is a subroutine library, you may 4790 consider it more useful to permit linking proprietary applications with the 4791 library. If this is what you want to do, use the GNU Library General 4792 Public License instead of this License. 4793 4794 ---------------------------------------------------------------------- 4795 4796 GNU LIBRARY GENERAL PUBLIC LICENSE 4797 Version 2, June 1991 4798 4799 Copyright (C) 1991 Free Software Foundation, Inc. 4800 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 4801 Everyone is permitted to copy and distribute verbatim copies 4802 of this license document, but changing it is not allowed. 4803 4804 [This is the first released version of the library GPL. It is 4805 numbered 2 because it goes with version 2 of the ordinary GPL.] 4806 4807 Preamble 4808 4809 The licenses for most software are designed to take away your 4810 freedom to share and change it. By contrast, the GNU General Public 4811 Licenses are intended to guarantee your freedom to share and change 4812 free software--to make sure the software is free for all its users. 4813 4814 This license, the Library General Public License, applies to some 4815 specially designated Free Software Foundation software, and to any 4816 other libraries whose authors decide to use it. You can use it for 4817 your libraries, too. 4818 4819 When we speak of free software, we are referring to freedom, not 4820 price. Our General Public Licenses are designed to make sure that you 4821 have the freedom to distribute copies of free software (and charge for 4822 this service if you wish), that you receive source code or can get it 4823 if you want it, that you can change the software or use pieces of it 4824 in new free programs; and that you know you can do these things. 4825 4826 To protect your rights, we need to make restrictions that forbid 4827 anyone to deny you these rights or to ask you to surrender the rights. 4828 These restrictions translate to certain responsibilities for you if 4829 you distribute copies of the library, or if you modify it. 4830 4831 For example, if you distribute copies of the library, whether gratis 4832 or for a fee, you must give the recipients all the rights that we gave 4833 you. You must make sure that they, too, receive or can get the source 4834 code. If you link a program with the library, you must provide 4835 complete object files to the recipients so that they can relink them 4836 with the library, after making changes to the library and recompiling 4837 it. And you must show them these terms so they know their rights. 4838 4839 Our method of protecting your rights has two steps: (1) copyright 4840 the library, and (2) offer you this license which gives you legal 4841 permission to copy, distribute and/or modify the library. 4842 4843 Also, for each distributor's protection, we want to make certain 4844 that everyone understands that there is no warranty for this free 4845 library. If the library is modified by someone else and passed on, we 4846 want its recipients to know that what they have is not the original 4847 version, so that any problems introduced by others will not reflect on 4848 the original authors' reputations. 4849 4850 Finally, any free program is threatened constantly by software 4851 patents. We wish to avoid the danger that companies distributing free 4852 software will individually obtain patent licenses, thus in effect 4853 transforming the program into proprietary software. To prevent this, 4854 we have made it clear that any patent must be licensed for everyone's 4855 free use or not licensed at all. 4856 4857 Most GNU software, including some libraries, is covered by the ordinary 4858 GNU General Public License, which was designed for utility programs. This 4859 license, the GNU Library General Public License, applies to certain 4860 designated libraries. This license is quite different from the ordinary 4861 one; be sure to read it in full, and don't assume that anything in it is 4862 the same as in the ordinary license. 4863 4864 The reason we have a separate public license for some libraries is that 4865 they blur the distinction we usually make between modifying or adding to a 4866 program and simply using it. Linking a program with a library, without 4867 changing the library, is in some sense simply using the library, and is 4868 analogous to running a utility program or application program. However, in 4869 a textual and legal sense, the linked executable is a combined work, a 4870 derivative of the original library, and the ordinary General Public License 4871 treats it as such. 4872 4873 Because of this blurred distinction, using the ordinary General 4874 Public License for libraries did not effectively promote software 4875 sharing, because most developers did not use the libraries. We 4876 concluded that weaker conditions might promote sharing better. 4877 4878 However, unrestricted linking of non-free programs would deprive the 4879 users of those programs of all benefit from the free status of the 4880 libraries themselves. This Library General Public License is intended to 4881 permit developers of non-free programs to use free libraries, while 4882 preserving your freedom as a user of such programs to change the free 4883 libraries that are incorporated in them. (We have not seen how to achieve 4884 this as regards changes in header files, but we have achieved it as regards 4885 changes in the actual functions of the Library.) The hope is that this 4886 will lead to faster development of free libraries. 4887 4888 The precise terms and conditions for copying, distribution and 4889 modification follow. Pay close attention to the difference between a 4890 "work based on the library" and a "work that uses the library". The 4891 former contains code derived from the library, while the latter only 4892 works together with the library. 4893 4894 Note that it is possible for a library to be covered by the ordinary 4895 General Public License rather than by this special one. 4896 4897 GNU LIBRARY GENERAL PUBLIC LICENSE 4898 TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 4899 4900 0. This License Agreement applies to any software library which 4901 contains a notice placed by the copyright holder or other authorized 4902 party saying it may be distributed under the terms of this Library 4903 General Public License (also called "this License"). Each licensee is 4904 addressed as "you". 4905 4906 A "library" means a collection of software functions and/or data 4907 prepared so as to be conveniently linked with application programs 4908 (which use some of those functions and data) to form executables. 4909 4910 The "Library", below, refers to any such software library or work 4911 which has been distributed under these terms. A "work based on the 4912 Library" means either the Library or any derivative work under 4913 copyright law: that is to say, a work containing the Library or a 4914 portion of it, either verbatim or with modifications and/or translated 4915 straightforwardly into another language. (Hereinafter, translation is 4916 included without limitation in the term "modification".) 4917 4918 "Source code" for a work means the preferred form of the work for 4919 making modifications to it. For a library, complete source code means 4920 all the source code for all modules it contains, plus any associated 4921 interface definition files, plus the scripts used to control compilation 4922 and installation of the library. 4923 4924 Activities other than copying, distribution and modification are not 4925 covered by this License; they are outside its scope. The act of 4926 running a program using the Library is not restricted, and output from 4927 such a program is covered only if its contents constitute a work based 4928 on the Library (independent of the use of the Library in a tool for 4929 writing it). Whether that is true depends on what the Library does 4930 and what the program that uses the Library does. 4931 4932 1. You may copy and distribute verbatim copies of the Library's 4933 complete source code as you receive it, in any medium, provided that 4934 you conspicuously and appropriately publish on each copy an 4935 appropriate copyright notice and disclaimer of warranty; keep intact 4936 all the notices that refer to this License and to the absence of any 4937 warranty; and distribute a copy of this License along with the 4938 Library. 4939 4940 You may charge a fee for the physical act of transferring a copy, 4941 and you may at your option offer warranty protection in exchange for a 4942 fee. 4943 4944 2. You may modify your copy or copies of the Library or any portion 4945 of it, thus forming a work based on the Library, and copy and 4946 distribute such modifications or work under the terms of Section 1 4947 above, provided that you also meet all of these conditions: 4948 4949 a) The modified work must itself be a software library. 4950 4951 b) You must cause the files modified to carry prominent notices 4952 stating that you changed the files and the date of any change. 4953 4954 c) You must cause the whole of the work to be licensed at no 4955 charge to all third parties under the terms of this License. 4956 4957 d) If a facility in the modified Library refers to a function or a 4958 table of data to be supplied by an application program that uses 4959 the facility, other than as an argument passed when the facility 4960 is invoked, then you must make a good faith effort to ensure that, 4961 in the event an application does not supply such function or 4962 table, the facility still operates, and performs whatever part of 4963 its purpose remains meaningful. 4964 4965 (For example, a function in a library to compute square roots has 4966 a purpose that is entirely well-defined independent of the 4967 application. Therefore, Subsection 2d requires that any 4968 application-supplied function or table used by this function must 4969 be optional: if the application does not supply it, the square 4970 root function must still compute square roots.) 4971 4972 These requirements apply to the modified work as a whole. If 4973 identifiable sections of that work are not derived from the Library, 4974 and can be reasonably considered independent and separate works in 4975 themselves, then this License, and its terms, do not apply to those 4976 sections when you distribute them as separate works. But when you 4977 distribute the same sections as part of a whole which is a work based 4978 on the Library, the distribution of the whole must be on the terms of 4979 this License, whose permissions for other licensees extend to the 4980 entire whole, and thus to each and every part regardless of who wrote 4981 it. 4982 4983 Thus, it is not the intent of this section to claim rights or contest 4984 your rights to work written entirely by you; rather, the intent is to 4985 exercise the right to control the distribution of derivative or 4986 collective works based on the Library. 4987 4988 In addition, mere aggregation of another work not based on the Library 4989 with the Library (or with a work based on the Library) on a volume of 4990 a storage or distribution medium does not bring the other work under 4991 the scope of this License. 4992 4993 3. You may opt to apply the terms of the ordinary GNU General Public 4994 License instead of this License to a given copy of the Library. To do 4995 this, you must alter all the notices that refer to this License, so 4996 that they refer to the ordinary GNU General Public License, version 2, 4997 instead of to this License. (If a newer version than version 2 of the 4998 ordinary GNU General Public License has appeared, then you can specify 4999 that version instead if you wish.) Do not make any other change in 5000 these notices. 5001 5002 Once this change is made in a given copy, it is irreversible for 5003 that copy, so the ordinary GNU General Public License applies to all 5004 subsequent copies and derivative works made from that copy. 5005 5006 This option is useful when you wish to copy part of the code of 5007 the Library into a program that is not a library. 5008 5009 4. You may copy and distribute the Library (or a portion or 5010 derivative of it, under Section 2) in object code or executable form 5011 under the terms of Sections 1 and 2 above provided that you accompany 5012 it with the complete corresponding machine-readable source code, which 5013 must be distributed under the terms of Sections 1 and 2 above on a 5014 medium customarily used for software interchange. 5015 5016 If distribution of object code is made by offering access to copy 5017 from a designated place, then offering equivalent access to copy the 5018 source code from the same place satisfies the requirement to 5019 distribute the source code, even though third parties are not 5020 compelled to copy the source along with the object code. 5021 5022 5. A program that contains no derivative of any portion of the 5023 Library, but is designed to work with the Library by being compiled or 5024 linked with it, is called a "work that uses the Library". Such a 5025 work, in isolation, is not a derivative work of the Library, and 5026 therefore falls outside the scope of this License. 5027 5028 However, linking a "work that uses the Library" with the Library 5029 creates an executable that is a derivative of the Library (because it 5030 contains portions of the Library), rather than a "work that uses the 5031 library". The executable is therefore covered by this License. 5032 Section 6 states terms for distribution of such executables. 5033 5034 When a "work that uses the Library" uses material from a header file 5035 that is part of the Library, the object code for the work may be a 5036 derivative work of the Library even though the source code is not. 5037 Whether this is true is especially significant if the work can be 5038 linked without the Library, or if the work is itself a library. The 5039 threshold for this to be true is not precisely defined by law. 5040 5041 If such an object file uses only numerical parameters, data 5042 structure layouts and accessors, and small macros and small inline 5043 functions (ten lines or less in length), then the use of the object 5044 file is unrestricted, regardless of whether it is legally a derivative 5045 work. (Executables containing this object code plus portions of the 5046 Library will still fall under Section 6.) 5047 5048 Otherwise, if the work is a derivative of the Library, you may 5049 distribute the object code for the work under the terms of Section 6. 5050 Any executables containing that work also fall under Section 6, 5051 whether or not they are linked directly with the Library itself. 5052 5053 6. As an exception to the Sections above, you may also compile or 5054 link a "work that uses the Library" with the Library to produce a 5055 work containing portions of the Library, and distribute that work 5056 under terms of your choice, provided that the terms permit 5057 modification of the work for the customer's own use and reverse 5058 engineering for debugging such modifications. 5059 5060 You must give prominent notice with each copy of the work that the 5061 Library is used in it and that the Library and its use are covered by 5062 this License. You must supply a copy of this License. If the work 5063 during execution displays copyright notices, you must include the 5064 copyright notice for the Library among them, as well as a reference 5065 directing the user to the copy of this License. Also, you must do one 5066 of these things: 5067 5068 a) Accompany the work with the complete corresponding 5069 machine-readable source code for the Library including whatever 5070 changes were used in the work (which must be distributed under 5071 Sections 1 and 2 above); and, if the work is an executable linked 5072 with the Library, with the complete machine-readable "work that 5073 uses the Library", as object code and/or source code, so that the 5074 user can modify the Library and then relink to produce a modified 5075 executable containing the modified Library. (It is understood 5076 that the user who changes the contents of definitions files in the 5077 Library will not necessarily be able to recompile the application 5078 to use the modified definitions.) 5079 5080 b) Accompany the work with a written offer, valid for at 5081 least three years, to give the same user the materials 5082 specified in Subsection 6a, above, for a charge no more 5083 than the cost of performing this distribution. 5084 5085 c) If distribution of the work is made by offering access to copy 5086 from a designated place, offer equivalent access to copy the above 5087 specified materials from the same place. 5088 5089 d) Verify that the user has already received a copy of these 5090 materials or that you have already sent this user a copy. 5091 5092 For an executable, the required form of the "work that uses the 5093 Library" must include any data and utility programs needed for 5094 reproducing the executable from it. However, as a special exception, 5095 the source code distributed need not include anything that is normally 5096 distributed (in either source or binary form) with the major 5097 components (compiler, kernel, and so on) of the operating system on 5098 which the executable runs, unless that component itself accompanies 5099 the executable. 5100 5101 It may happen that this requirement contradicts the license 5102 restrictions of other proprietary libraries that do not normally 5103 accompany the operating system. Such a contradiction means you cannot 5104 use both them and the Library together in an executable that you 5105 distribute. 5106 5107 7. You may place library facilities that are a work based on the 5108 Library side-by-side in a single library together with other library 5109 facilities not covered by this License, and distribute such a combined 5110 library, provided that the separate distribution of the work based on 5111 the Library and of the other library facilities is otherwise 5112 permitted, and provided that you do these two things: 5113 5114 a) Accompany the combined library with a copy of the same work 5115 based on the Library, uncombined with any other library 5116 facilities. This must be distributed under the terms of the 5117 Sections above. 5118 5119 b) Give prominent notice with the combined library of the fact 5120 that part of it is a work based on the Library, and explaining 5121 where to find the accompanying uncombined form of the same work. 5122 5123 8. You may not copy, modify, sublicense, link with, or distribute 5124 the Library except as expressly provided under this License. Any 5125 attempt otherwise to copy, modify, sublicense, link with, or 5126 distribute the Library is void, and will automatically terminate your 5127 rights under this License. However, parties who have received copies, 5128 or rights, from you under this License will not have their licenses 5129 terminated so long as such parties remain in full compliance. 5130 5131 9. You are not required to accept this License, since you have not 5132 signed it. However, nothing else grants you permission to modify or 5133 distribute the Library or its derivative works. These actions are 5134 prohibited by law if you do not accept this License. Therefore, by 5135 modifying or distributing the Library (or any work based on the 5136 Library), you indicate your acceptance of this License to do so, and 5137 all its terms and conditions for copying, distributing or modifying 5138 the Library or works based on it. 5139 5140 10. Each time you redistribute the Library (or any work based on the 5141 Library), the recipient automatically receives a license from the 5142 original licensor to copy, distribute, link with or modify the Library 5143 subject to these terms and conditions. You may not impose any further 5144 restrictions on the recipients' exercise of the rights granted herein. 5145 You are not responsible for enforcing compliance by third parties to 5146 this License. 5147 5148 11. If, as a consequence of a court judgment or allegation of patent 5149 infringement or for any other reason (not limited to patent issues), 5150 conditions are imposed on you (whether by court order, agreement or 5151 otherwise) that contradict the conditions of this License, they do not 5152 excuse you from the conditions of this License. If you cannot 5153 distribute so as to satisfy simultaneously your obligations under this 5154 License and any other pertinent obligations, then as a consequence you 5155 may not distribute the Library at all. For example, if a patent 5156 license would not permit royalty-free redistribution of the Library by 5157 all those who receive copies directly or indirectly through you, then 5158 the only way you could satisfy both it and this License would be to 5159 refrain entirely from distribution of the Library. 5160 5161 If any portion of this section is held invalid or unenforceable under any 5162 particular circumstance, the balance of the section is intended to apply, 5163 and the section as a whole is intended to apply in other circumstances. 5164 5165 It is not the purpose of this section to induce you to infringe any 5166 patents or other property right claims or to contest validity of any 5167 such claims; this section has the sole purpose of protecting the 5168 integrity of the free software distribution system which is 5169 implemented by public license practices. Many people have made 5170 generous contributions to the wide range of software distributed 5171 through that system in reliance on consistent application of that 5172 system; it is up to the author/donor to decide if he or she is willing 5173 to distribute software through any other system and a licensee cannot 5174 impose that choice. 5175 5176 This section is intended to make thoroughly clear what is believed to 5177 be a consequence of the rest of this License. 5178 5179 12. If the distribution and/or use of the Library is restricted in 5180 certain countries either by patents or by copyrighted interfaces, the 5181 original copyright holder who places the Library under this License may add 5182 an explicit geographical distribution limitation excluding those countries, 5183 so that distribution is permitted only in or among countries not thus 5184 excluded. In such case, this License incorporates the limitation as if 5185 written in the body of this License. 5186 5187 13. The Free Software Foundation may publish revised and/or new 5188 versions of the Library General Public License from time to time. 5189 Such new versions will be similar in spirit to the present version, 5190 but may differ in detail to address new problems or concerns. 5191 5192 Each version is given a distinguishing version number. If the Library 5193 specifies a version number of this License which applies to it and 5194 "any later version", you have the option of following the terms and 5195 conditions either of that version or of any later version published by 5196 the Free Software Foundation. If the Library does not specify a 5197 license version number, you may choose any version ever published by 5198 the Free Software Foundation. 5199 5200 14. If you wish to incorporate parts of the Library into other free 5201 programs whose distribution conditions are incompatible with these, 5202 write to the author to ask for permission. For software which is 5203 copyrighted by the Free Software Foundation, write to the Free 5204 Software Foundation; we sometimes make exceptions for this. Our 5205 decision will be guided by the two goals of preserving the free status 5206 of all derivatives of our free software and of promoting the sharing 5207 and reuse of software generally. 5208 5209 NO WARRANTY 5210 5211 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO 5212 WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW. 5213 EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR 5214 OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY 5215 KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE 5216 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 5217 PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE 5218 LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME 5219 THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. 5220 5221 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN 5222 WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY 5223 AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU 5224 FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR 5225 CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE 5226 LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING 5227 RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A 5228 FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF 5229 SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH 5230 DAMAGES. 5231 5232 END OF TERMS AND CONDITIONS 5233 5234 How to Apply These Terms to Your New Libraries 5235 5236 If you develop a new library, and you want it to be of the greatest 5237 possible use to the public, we recommend making it free software that 5238 everyone can redistribute and change. You can do so by permitting 5239 redistribution under these terms (or, alternatively, under the terms of the 5240 ordinary General Public License). 5241 5242 To apply these terms, attach the following notices to the library. It is 5243 safest to attach them to the start of each source file to most effectively 5244 convey the exclusion of warranty; and each file should have at least the 5245 "copyright" line and a pointer to where the full notice is found. 5246 5247 <one line to give the library's name and a brief idea of what it does.> 5248 Copyright (C) <year> <name of author> 5249 5250 This library is free software; you can redistribute it and/or 5251 modify it under the terms of the GNU Library General Public 5252 License as published by the Free Software Foundation; either 5253 version 2 of the License, or (at your option) any later version. 5254 5255 This library is distributed in the hope that it will be useful, 5256 but WITHOUT ANY WARRANTY; without even the implied warranty of 5257 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 5258 Library General Public License for more details. 5259 5260 You should have received a copy of the GNU Library General Public 5261 License along with this library; if not, write to the Free Software 5262 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 5263 5264 Also add information on how to contact you by electronic and paper mail. 5265 5266 You should also get your employer (if you work as a programmer) or your 5267 school, if any, to sign a "copyright disclaimer" for the library, if 5268 necessary. Here is a sample; alter the names: 5269 5270 Yoyodyne, Inc., hereby disclaims all copyright interest in the 5271 library `Frob' (a library for tweaking knobs) written by James Random Hacker. 5272 5273 <signature of Ty Coon>, 1 April 1990 5274 Ty Coon, President of Vice 5275 5276 That's all there is to it! 5277 5278 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 5279 5280 Scanned Source License e2fsprogs-1.42/debian/copyright: 5281 5282 This is the Debian GNU/Linux prepackaged version of the EXT2 file 5283 system utilities (e2fsck, mke2fs, etc.). The EXT2 utilities were 5284 written by Theodore Ts'o <tytso (a] mit.edu> and Remy Card <card (a] masi.ibp.fr>. 5285 5286 Sources were obtained from http://sourceforge.net/projects/e2fsprogs 5287 5288 Packaging is Copyright (c) 2003-2007 Theodore Ts'o <tytso (a] mit.edu> 5289 Copyright (c) 1997-2003 Yann Dirson <dirson (a] debian.org> 5290 Copyright (c) 2001 Alcove <http://www.alcove.com/> 5291 Copyright (c) 1997 Klee Dienes 5292 Copyright (c) 1995-1996 Michael Nonweiler <mrn20 (a] cam.ac.uk> 5293 5294 Upstream Author: Theodore Ts'o <tytso (a] mit.edu> 5295 5296 Copyright notice: 5297 5298 This package, the EXT2 filesystem utilities, are made available under 5299 the GNU Public License version 2, with the exception of the lib/ext2fs 5300 and lib/e2p libraries, which are made available under the GNU Library 5301 General Public License Version 2, the lib/uuid library which is made 5302 available under a BSD-style license and the lib/et and lib/ss 5303 libraries which are made available under an MIT-style license. 5304 5305 Copyright (c) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 5306 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 by Theodore Ts'o 5307 5308 On Debian GNU systems, the complete text of the GNU General Public 5309 License can be found in `/usr/share/common-licenses/GPL-2'. The 5310 complete text of the GNU Library General Public License can be found 5311 in '/usr/share/common-licenses/LGPL-2'. 5312 5313 5314 The license used for lib/et and lib/ss libraries is: 5315 5316 Copyright 1987 by the Student Information Processing Board 5317 of the Massachusetts Institute of Technology 5318 5319 Permission to use, copy, modify, and distribute this software and 5320 its documentation for any purpose is hereby granted, provided that 5321 the names of M.I.T. and the M.I.T. S.I.P.B. not be used in 5322 advertising or publicity pertaining to distribution of the software 5323 without specific, written prior permission. M.I.T. and the 5324 M.I.T. S.I.P.B. make no representations about the suitability of 5325 this software for any purpose. It is provided "as is" without 5326 express or implied warranty. 5327 5328 The license used for lib/uuid is: 5329 5330 Redistribution and use in source and binary forms, with or without 5331 modification, are permitted provided that the following conditions 5332 are met: 5333 1. Redistributions of source code must retain the above copyright 5334 notice, and the entire permission notice in its entirety, 5335 including the disclaimer of warranties. 5336 2. Redistributions in binary form must reproduce the above copyright 5337 notice, this list of conditions and the following disclaimer in the 5338 documentation and/or other materials provided with the distribution. 5339 3. The name of the author may not be used to endorse or promote 5340 products derived from this software without specific prior 5341 written permission. 5342 5343 THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED 5344 WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES 5345 OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE, ALL OF 5346 WHICH ARE HEREBY DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE 5347 LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 5348 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT 5349 OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR 5350 BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 5351 LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 5352 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE 5353 USE OF THIS SOFTWARE, EVEN IF NOT ADVISED OF THE POSSIBILITY OF SUCH 5354 DAMAGE. 5355 5356 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 5357 5358 Scanned Source License e2fsprogs-1.42/ext2ed/COPYRIGHT: 5359 5360 EXT2ED is hereby placed under the terms of the GNU General Public License. 5361 Follows the GNU license. 5362 5363 Gadi Oxman, August 1995 5364 5365 --------------------------------------------------------------------------- 5366 5367 GNU GENERAL PUBLIC LICENSE 5368 Version 2, June 1991 5369 5370 Copyright (C) 1989, 1991 Free Software Foundation, Inc. 5371 675 Mass Ave, Cambridge, MA 02139, USA 5372 Everyone is permitted to copy and distribute verbatim copies 5373 of this license document, but changing it is not allowed. 5374 5375 Preamble 5376 5377 The licenses for most software are designed to take away your 5378 freedom to share and change it. By contrast, the GNU General Public 5379 License is intended to guarantee your freedom to share and change free 5380 software--to make sure the software is free for all its users. This 5381 General Public License applies to most of the Free Software 5382 Foundation's software and to any other program whose authors commit to 5383 using it. (Some other Free Software Foundation software is covered by 5384 the GNU Library General Public License instead.) You can apply it to 5385 your programs, too. 5386 5387 When we speak of free software, we are referring to freedom, not 5388 price. Our General Public Licenses are designed to make sure that you 5389 have the freedom to distribute copies of free software (and charge for 5390 this service if you wish), that you receive source code or can get it 5391 if you want it, that you can change the software or use pieces of it 5392 in new free programs; and that you know you can do these things. 5393 5394 To protect your rights, we need to make restrictions that forbid 5395 anyone to deny you these rights or to ask you to surrender the rights. 5396 These restrictions translate to certain responsibilities for you if you 5397 distribute copies of the software, or if you modify it. 5398 5399 For example, if you distribute copies of such a program, whether 5400 gratis or for a fee, you must give the recipients all the rights that 5401 you have. You must make sure that they, too, receive or can get the 5402 source code. And you must show them these terms so they know their 5403 rights. 5404 5405 We protect your rights with two steps: (1) copyright the software, and 5406 (2) offer you this license which gives you legal permission to copy, 5407 distribute and/or modify the software. 5408 5409 Also, for each author's protection and ours, we want to make certain 5410 that everyone understands that there is no warranty for this free 5411 software. If the software is modified by someone else and passed on, we 5412 want its recipients to know that what they have is not the original, so 5413 that any problems introduced by others will not reflect on the original 5414 authors' reputations. 5415 5416 Finally, any free program is threatened constantly by software 5417 patents. We wish to avoid the danger that redistributors of a free 5418 program will individually obtain patent licenses, in effect making the 5419 program proprietary. To prevent this, we have made it clear that any 5420 patent must be licensed for everyone's free use or not licensed at all. 5421 5422 The precise terms and conditions for copying, distribution and 5423 modification follow. 5424 5425 GNU GENERAL PUBLIC LICENSE 5426 TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 5427 5428 0. This License applies to any program or other work which contains 5429 a notice placed by the copyright holder saying it may be distributed 5430 under the terms of this General Public License. The "Program", below, 5431 refers to any such program or work, and a "work based on the Program" 5432 means either the Program or any derivative work under copyright law: 5433 that is to say, a work containing the Program or a portion of it, 5434 either verbatim or with modifications and/or translated into another 5435 language. (Hereinafter, translation is included without limitation in 5436 the term "modification".) Each licensee is addressed as "you". 5437 5438 Activities other than copying, distribution and modification are not 5439 covered by this License; they are outside its scope. The act of 5440 running the Program is not restricted, and the output from the Program 5441 is covered only if its contents constitute a work based on the 5442 Program (independent of having been made by running the Program). 5443 Whether that is true depends on what the Program does. 5444 5445 1. You may copy and distribute verbatim copies of the Program's 5446 source code as you receive it, in any medium, provided that you 5447 conspicuously and appropriately publish on each copy an appropriate 5448 copyright notice and disclaimer of warranty; keep intact all the 5449 notices that refer to this License and to the absence of any warranty; 5450 and give any other recipients of the Program a copy of this License 5451 along with the Program. 5452 5453 You may charge a fee for the physical act of transferring a copy, and 5454 you may at your option offer warranty protection in exchange for a fee. 5455 5456 2. You may modify your copy or copies of the Program or any portion 5457 of it, thus forming a work based on the Program, and copy and 5458 distribute such modifications or work under the terms of Section 1 5459 above, provided that you also meet all of these conditions: 5460 5461 a) You must cause the modified files to carry prominent notices 5462 stating that you changed the files and the date of any change. 5463 5464 b) You must cause any work that you distribute or publish, that in 5465 whole or in part contains or is derived from the Program or any 5466 part thereof, to be licensed as a whole at no charge to all third 5467 parties under the terms of this License. 5468 5469 c) If the modified program normally reads commands interactively 5470 when run, you must cause it, when started running for such 5471 interactive use in the most ordinary way, to print or display an 5472 announcement including an appropriate copyright notice and a 5473 notice that there is no warranty (or else, saying that you provide 5474 a warranty) and that users may redistribute the program under 5475 these conditions, and telling the user how to view a copy of this 5476 License. (Exception: if the Program itself is interactive but 5477 does not normally print such an announcement, your work based on 5478 the Program is not required to print an announcement.) 5479 5480 These requirements apply to the modified work as a whole. If 5481 identifiable sections of that work are not derived from the Program, 5482 and can be reasonably considered independent and separate works in 5483 themselves, then this License, and its terms, do not apply to those 5484 sections when you distribute them as separate works. But when you 5485 distribute the same sections as part of a whole which is a work based 5486 on the Program, the distribution of the whole must be on the terms of 5487 this License, whose permissions for other licensees extend to the 5488 entire whole, and thus to each and every part regardless of who wrote it. 5489 5490 Thus, it is not the intent of this section to claim rights or contest 5491 your rights to work written entirely by you; rather, the intent is to 5492 exercise the right to control the distribution of derivative or 5493 collective works based on the Program. 5494 5495 In addition, mere aggregation of another work not based on the Program 5496 with the Program (or with a work based on the Program) on a volume of 5497 a storage or distribution medium does not bring the other work under 5498 the scope of this License. 5499 5500 3. You may copy and distribute the Program (or a work based on it, 5501 under Section 2) in object code or executable form under the terms of 5502 Sections 1 and 2 above provided that you also do one of the following: 5503 5504 a) Accompany it with the complete corresponding machine-readable 5505 source code, which must be distributed under the terms of Sections 5506 1 and 2 above on a medium customarily used for software interchange; or, 5507 5508 b) Accompany it with a written offer, valid for at least three 5509 years, to give any third party, for a charge no more than your 5510 cost of physically performing source distribution, a complete 5511 machine-readable copy of the corresponding source code, to be 5512 distributed under the terms of Sections 1 and 2 above on a medium 5513 customarily used for software interchange; or, 5514 5515 c) Accompany it with the information you received as to the offer 5516 to distribute corresponding source code. (This alternative is 5517 allowed only for noncommercial distribution and only if you 5518 received the program in object code or executable form with such 5519 an offer, in accord with Subsection b above.) 5520 5521 The source code for a work means the preferred form of the work for 5522 making modifications to it. For an executable work, complete source 5523 code means all the source code for all modules it contains, plus any 5524 associated interface definition files, plus the scripts used to 5525 control compilation and installation of the executable. However, as a 5526 special exception, the source code distributed need not include 5527 anything that is normally distributed (in either source or binary 5528 form) with the major components (compiler, kernel, and so on) of the 5529 operating system on which the executable runs, unless that component 5530 itself accompanies the executable. 5531 5532 If distribution of executable or object code is made by offering 5533 access to copy from a designated place, then offering equivalent 5534 access to copy the source code from the same place counts as 5535 distribution of the source code, even though third parties are not 5536 compelled to copy the source along with the object code. 5537 5538 4. You may not copy, modify, sublicense, or distribute the Program 5539 except as expressly provided under this License. Any attempt 5540 otherwise to copy, modify, sublicense or distribute the Program is 5541 void, and will automatically terminate your rights under this License. 5542 However, parties who have received copies, or rights, from you under 5543 this License will not have their licenses terminated so long as such 5544 parties remain in full compliance. 5545 5546 5. You are not required to accept this License, since you have not 5547 signed it. However, nothing else grants you permission to modify or 5548 distribute the Program or its derivative works. These actions are 5549 prohibited by law if you do not accept this License. Therefore, by 5550 modifying or distributing the Program (or any work based on the 5551 Program), you indicate your acceptance of this License to do so, and 5552 all its terms and conditions for copying, distributing or modifying 5553 the Program or works based on it. 5554 5555 6. Each time you redistribute the Program (or any work based on the 5556 Program), the recipient automatically receives a license from the 5557 original licensor to copy, distribute or modify the Program subject to 5558 these terms and conditions. You may not impose any further 5559 restrictions on the recipients' exercise of the rights granted herein. 5560 You are not responsible for enforcing compliance by third parties to 5561 this License. 5562 5563 7. If, as a consequence of a court judgment or allegation of patent 5564 infringement or for any other reason (not limited to patent issues), 5565 conditions are imposed on you (whether by court order, agreement or 5566 otherwise) that contradict the conditions of this License, they do not 5567 excuse you from the conditions of this License. If you cannot 5568 distribute so as to satisfy simultaneously your obligations under this 5569 License and any other pertinent obligations, then as a consequence you 5570 may not distribute the Program at all. For example, if a patent 5571 license would not permit royalty-free redistribution of the Program by 5572 all those who receive copies directly or indirectly through you, then 5573 the only way you could satisfy both it and this License would be to 5574 refrain entirely from distribution of the Program. 5575 5576 If any portion of this section is held invalid or unenforceable under 5577 any particular circumstance, the balance of the section is intended to 5578 apply and the section as a whole is intended to apply in other 5579 circumstances. 5580 5581 It is not the purpose of this section to induce you to infringe any 5582 patents or other property right claims or to contest validity of any 5583 such claims; this section has the sole purpose of protecting the 5584 integrity of the free software distribution system, which is 5585 implemented by public license practices. Many people have made 5586 generous contributions to the wide range of software distributed 5587 through that system in reliance on consistent application of that 5588 system; it is up to the author/donor to decide if he or she is willing 5589 to distribute software through any other system and a licensee cannot 5590 impose that choice. 5591 5592 This section is intended to make thoroughly clear what is believed to 5593 be a consequence of the rest of this License. 5594 5595 8. If the distribution and/or use of the Program is restricted in 5596 certain countries either by patents or by copyrighted interfaces, the 5597 original copyright holder who places the Program under this License 5598 may add an explicit geographical distribution limitation excluding 5599 those countries, so that distribution is permitted only in or among 5600 countries not thus excluded. In such case, this License incorporates 5601 the limitation as if written in the body of this License. 5602 5603 9. The Free Software Foundation may publish revised and/or new versions 5604 of the General Public License from time to time. Such new versions will 5605 be similar in spirit to the present version, but may differ in detail to 5606 address new problems or concerns. 5607 5608 Each version is given a distinguishing version number. If the Program 5609 specifies a version number of this License which applies to it and "any 5610 later version", you have the option of following the terms and conditions 5611 either of that version or of any later version published by the Free 5612 Software Foundation. If the Program does not specify a version number of 5613 this License, you may choose any version ever published by the Free Software 5614 Foundation. 5615 5616 10. If you wish to incorporate parts of the Program into other free 5617 programs whose distribution conditions are different, write to the author 5618 to ask for permission. For software which is copyrighted by the Free 5619 Software Foundation, write to the Free Software Foundation; we sometimes 5620 make exceptions for this. Our decision will be guided by the two goals 5621 of preserving the free status of all derivatives of our free software and 5622 of promoting the sharing and reuse of software generally. 5623 5624 NO WARRANTY 5625 5626 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY 5627 FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN 5628 OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES 5629 PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED 5630 OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF 5631 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS 5632 TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE 5633 PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, 5634 REPAIR OR CORRECTION. 5635 5636 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING 5637 WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR 5638 REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, 5639 INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING 5640 OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED 5641 TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY 5642 YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER 5643 PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE 5644 POSSIBILITY OF SUCH DAMAGES. 5645 5646 END OF TERMS AND CONDITIONS 5647 5648 Appendix: How to Apply These Terms to Your New Programs 5649 5650 If you develop a new program, and you want it to be of the greatest 5651 possible use to the public, the best way to achieve this is to make it 5652 free software which everyone can redistribute and change under these terms. 5653 5654 To do so, attach the following notices to the program. It is safest 5655 to attach them to the start of each source file to most effectively 5656 convey the exclusion of warranty; and each file should have at least 5657 the "copyright" line and a pointer to where the full notice is found. 5658 5659 <one line to give the program's name and a brief idea of what it does.> 5660 Copyright (C) 19yy <name of author> 5661 5662 This program is free software; you can redistribute it and/or modify 5663 it under the terms of the GNU General Public License as published by 5664 the Free Software Foundation; either version 2 of the License, or 5665 (at your option) any later version. 5666 5667 This program is distributed in the hope that it will be useful, 5668 but WITHOUT ANY WARRANTY; without even the implied warranty of 5669 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 5670 GNU General Public License for more details. 5671 5672 You should have received a copy of the GNU General Public License 5673 along with this program; if not, write to the Free Software 5674 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 5675 5676 Also add information on how to contact you by electronic and paper mail. 5677 5678 If the program is interactive, make it output a short notice like this 5679 when it starts in an interactive mode: 5680 5681 Gnomovision version 69, Copyright (C) 19yy name of author 5682 Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. 5683 This is free software, and you are welcome to redistribute it 5684 under certain conditions; type `show c' for details. 5685 5686 The hypothetical commands `show w' and `show c' should show the appropriate 5687 parts of the General Public License. Of course, the commands you use may 5688 be called something other than `show w' and `show c'; they could even be 5689 mouse-clicks or menu items--whatever suits your program. 5690 5691 You should also get your employer (if you work as a programmer) or your 5692 school, if any, to sign a "copyright disclaimer" for the program, if 5693 necessary. Here is a sample; alter the names: 5694 5695 Yoyodyne, Inc., hereby disclaims all copyright interest in the program 5696 `Gnomovision' (which makes passes at compilers) written by James Hacker. 5697 5698 <signature of Ty Coon>, 1 April 1989 5699 Ty Coon, President of Vice 5700 5701 This General Public License does not permit incorporating your program into 5702 proprietary programs. If your program is a subroutine library, you may 5703 consider it more useful to permit linking proprietary applications with the 5704 library. If this is what you want to do, use the GNU Library General 5705 Public License instead of this License. 5706 5707 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 5708 5709 Scanned Source License e2fsprogs-1.42/lib/ext2fs/tdb/patches/copyright: 5710 5711 Index: tdbsa/tdb.c 5712 =================================================================== 5713 --- tdbsa.orig/tdb.c 5714 +++ tdbsa/tdb.c 5715 @@ -4,11 +4,11 @@ Rev: 23371 5716 Last Changed Date: 2007-06-06 20:14:06 -0400 (Wed, 06 Jun 2007) 5717 */ 5718 /* 5719 - Unix SMB/CIFS implementation. 5720 + trivial database library - standalone version 5721 5722 - trivial database library - private includes 5723 - 5724 - Copyright (C) Andrew Tridgell 2005 5725 + Copyright (C) Andrew Tridgell 1999-2005 5726 + Copyright (C) Jeremy Allison 2000-2006 5727 + Copyright (C) Paul `Rusty' Russell 2000 5728 5729 ** NOTE! The following LGPL license applies to the tdb 5730 ** library. This does NOT imply that all of Samba is released 5731 5732 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 5733 5734 Scanned Source License e2fsprogs-1.42/lib/uuid/COPYING: 5735 5736 Redistribution and use in source and binary forms, with or without 5737 modification, are permitted provided that the following conditions 5738 are met: 5739 1. Redistributions of source code must retain the above copyright 5740 notice, and the entire permission notice in its entirety, 5741 including the disclaimer of warranties. 5742 2. Redistributions in binary form must reproduce the above copyright 5743 notice, this list of conditions and the following disclaimer in the 5744 documentation and/or other materials provided with the distribution. 5745 3. The name of the author may not be used to endorse or promote 5746 products derived from this software without specific prior 5747 written permission. 5748 5749 THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED 5750 WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES 5751 OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE, ALL OF 5752 WHICH ARE HEREBY DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE 5753 LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 5754 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT 5755 OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR 5756 BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 5757 LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 5758 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE 5759 USE OF THIS SOFTWARE, EVEN IF NOT ADVISED OF THE POSSIBILITY OF SUCH 5760 DAMAGE. 5761 5762 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 5763 </pre> 5764 <ul> 5765 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 5766 </ul> 5767 </div> 5768 </div> 5769 5770 5771 <div class="product"> 5772 <span class="title">e2fsprogs-libs-1.42</span> 5773 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 5774 <span class="homepage"><a href="http://e2fsprogs.sourceforge.net/">homepage</a></span> 5775 <div class="licence"> 5776 <pre></pre> 5777 <ul> 5778 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 5779 </ul> 5780 </div> 5781 </div> 5782 5783 5784 <div class="product"> 5785 <span class="title">ecryptfs-utils-101</span> 5786 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 5787 <span class="homepage"><a href="https://launchpad.net/ecryptfs">homepage</a></span> 5788 <div class="licence"> 5789 <pre></pre> 5790 <ul> 5791 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 5792 </ul> 5793 </div> 5794 </div> 5795 5796 5797 <div class="product"> 5798 <span class="title">elfutils-0.154</span> 5799 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 5800 <span class="homepage"><a href="https://fedorahosted.org/elfutils/">homepage</a></span> 5801 <div class="licence"> 5802 <pre>Gentoo Package Stock License GPL-2-with-exceptions: 5803 5804 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. 5805 5806 Exceptions follow, 5807 5808 // As a special exception, if other files instantiate templates or use macros 5809 // or inline functions from this file, or you compile this file and link it 5810 // with other works to produce a work based on this file, this file does not 5811 // by itself cause the resulting work to be covered by the GNU General Public 5812 // License. This exception does not invalidate any other reasons why a work 5813 // based on this file might be covered by the GNU General Public License. 5814 5815 End of exceptions. The rest of this file is the GPL. 5816 5817 GNU GENERAL PUBLIC LICENSE 5818 Version 2, June 1991 5819 5820 Copyright (C) 1989, 1991 Free Software Foundation, Inc. 5821 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 5822 Everyone is permitted to copy and distribute verbatim copies 5823 of this license document, but changing it is not allowed. 5824 5825 Preamble 5826 5827 The licenses for most software are designed to take away your 5828 freedom to share and change it. By contrast, the GNU General Public 5829 License is intended to guarantee your freedom to share and change free 5830 software--to make sure the software is free for all its users. This 5831 General Public License applies to most of the Free Software 5832 Foundation's software and to any other program whose authors commit to 5833 using it. (Some other Free Software Foundation software is covered by 5834 the GNU Library General Public License instead.) You can apply it to 5835 your programs, too. 5836 5837 When we speak of free software, we are referring to freedom, not 5838 price. Our General Public Licenses are designed to make sure that you 5839 have the freedom to distribute copies of free software (and charge for 5840 this service if you wish), that you receive source code or can get it 5841 if you want it, that you can change the software or use pieces of it 5842 in new free programs; and that you know you can do these things. 5843 5844 To protect your rights, we need to make restrictions that forbid 5845 anyone to deny you these rights or to ask you to surrender the rights. 5846 These restrictions translate to certain responsibilities for you if you 5847 distribute copies of the software, or if you modify it. 5848 5849 For example, if you distribute copies of such a program, whether 5850 gratis or for a fee, you must give the recipients all the rights that 5851 you have. You must make sure that they, too, receive or can get the 5852 source code. And you must show them these terms so they know their 5853 rights. 5854 5855 We protect your rights with two steps: (1) copyright the software, and 5856 (2) offer you this license which gives you legal permission to copy, 5857 distribute and/or modify the software. 5858 5859 Also, for each author's protection and ours, we want to make certain 5860 that everyone understands that there is no warranty for this free 5861 software. If the software is modified by someone else and passed on, we 5862 want its recipients to know that what they have is not the original, so 5863 that any problems introduced by others will not reflect on the original 5864 authors' reputations. 5865 5866 Finally, any free program is threatened constantly by software 5867 patents. We wish to avoid the danger that redistributors of a free 5868 program will individually obtain patent licenses, in effect making the 5869 program proprietary. To prevent this, we have made it clear that any 5870 patent must be licensed for everyone's free use or not licensed at all. 5871 5872 The precise terms and conditions for copying, distribution and 5873 modification follow. 5874 5875 GNU GENERAL PUBLIC LICENSE 5876 TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 5877 5878 0. This License applies to any program or other work which contains 5879 a notice placed by the copyright holder saying it may be distributed 5880 under the terms of this General Public License. The "Program", below, 5881 refers to any such program or work, and a "work based on the Program" 5882 means either the Program or any derivative work under copyright law: 5883 that is to say, a work containing the Program or a portion of it, 5884 either verbatim or with modifications and/or translated into another 5885 language. (Hereinafter, translation is included without limitation in 5886 the term "modification".) Each licensee is addressed as "you". 5887 5888 Activities other than copying, distribution and modification are not 5889 covered by this License; they are outside its scope. The act of 5890 running the Program is not restricted, and the output from the Program 5891 is covered only if its contents constitute a work based on the 5892 Program (independent of having been made by running the Program). 5893 Whether that is true depends on what the Program does. 5894 5895 1. You may copy and distribute verbatim copies of the Program's 5896 source code as you receive it, in any medium, provided that you 5897 conspicuously and appropriately publish on each copy an appropriate 5898 copyright notice and disclaimer of warranty; keep intact all the 5899 notices that refer to this License and to the absence of any warranty; 5900 and give any other recipients of the Program a copy of this License 5901 along with the Program. 5902 5903 You may charge a fee for the physical act of transferring a copy, and 5904 you may at your option offer warranty protection in exchange for a fee. 5905 5906 2. You may modify your copy or copies of the Program or any portion 5907 of it, thus forming a work based on the Program, and copy and 5908 distribute such modifications or work under the terms of Section 1 5909 above, provided that you also meet all of these conditions: 5910 5911 a) You must cause the modified files to carry prominent notices 5912 stating that you changed the files and the date of any change. 5913 5914 b) You must cause any work that you distribute or publish, that in 5915 whole or in part contains or is derived from the Program or any 5916 part thereof, to be licensed as a whole at no charge to all third 5917 parties under the terms of this License. 5918 5919 c) If the modified program normally reads commands interactively 5920 when run, you must cause it, when started running for such 5921 interactive use in the most ordinary way, to print or display an 5922 announcement including an appropriate copyright notice and a 5923 notice that there is no warranty (or else, saying that you provide 5924 a warranty) and that users may redistribute the program under 5925 these conditions, and telling the user how to view a copy of this 5926 License. (Exception: if the Program itself is interactive but 5927 does not normally print such an announcement, your work based on 5928 the Program is not required to print an announcement.) 5929 5930 These requirements apply to the modified work as a whole. If 5931 identifiable sections of that work are not derived from the Program, 5932 and can be reasonably considered independent and separate works in 5933 themselves, then this License, and its terms, do not apply to those 5934 sections when you distribute them as separate works. But when you 5935 distribute the same sections as part of a whole which is a work based 5936 on the Program, the distribution of the whole must be on the terms of 5937 this License, whose permissions for other licensees extend to the 5938 entire whole, and thus to each and every part regardless of who wrote it. 5939 5940 Thus, it is not the intent of this section to claim rights or contest 5941 your rights to work written entirely by you; rather, the intent is to 5942 exercise the right to control the distribution of derivative or 5943 collective works based on the Program. 5944 5945 In addition, mere aggregation of another work not based on the Program 5946 with the Program (or with a work based on the Program) on a volume of 5947 a storage or distribution medium does not bring the other work under 5948 the scope of this License. 5949 5950 3. You may copy and distribute the Program (or a work based on it, 5951 under Section 2) in object code or executable form under the terms of 5952 Sections 1 and 2 above provided that you also do one of the following: 5953 5954 a) Accompany it with the complete corresponding machine-readable 5955 source code, which must be distributed under the terms of Sections 5956 1 and 2 above on a medium customarily used for software interchange; or, 5957 5958 b) Accompany it with a written offer, valid for at least three 5959 years, to give any third party, for a charge no more than your 5960 cost of physically performing source distribution, a complete 5961 machine-readable copy of the corresponding source code, to be 5962 distributed under the terms of Sections 1 and 2 above on a medium 5963 customarily used for software interchange; or, 5964 5965 c) Accompany it with the information you received as to the offer 5966 to distribute corresponding source code. (This alternative is 5967 allowed only for noncommercial distribution and only if you 5968 received the program in object code or executable form with such 5969 an offer, in accord with Subsection b above.) 5970 5971 The source code for a work means the preferred form of the work for 5972 making modifications to it. For an executable work, complete source 5973 code means all the source code for all modules it contains, plus any 5974 associated interface definition files, plus the scripts used to 5975 control compilation and installation of the executable. However, as a 5976 special exception, the source code distributed need not include 5977 anything that is normally distributed (in either source or binary 5978 form) with the major components (compiler, kernel, and so on) of the 5979 operating system on which the executable runs, unless that component 5980 itself accompanies the executable. 5981 5982 If distribution of executable or object code is made by offering 5983 access to copy from a designated place, then offering equivalent 5984 access to copy the source code from the same place counts as 5985 distribution of the source code, even though third parties are not 5986 compelled to copy the source along with the object code. 5987 5988 4. You may not copy, modify, sublicense, or distribute the Program 5989 except as expressly provided under this License. Any attempt 5990 otherwise to copy, modify, sublicense or distribute the Program is 5991 void, and will automatically terminate your rights under this License. 5992 However, parties who have received copies, or rights, from you under 5993 this License will not have their licenses terminated so long as such 5994 parties remain in full compliance. 5995 5996 5. You are not required to accept this License, since you have not 5997 signed it. However, nothing else grants you permission to modify or 5998 distribute the Program or its derivative works. These actions are 5999 prohibited by law if you do not accept this License. Therefore, by 6000 modifying or distributing the Program (or any work based on the 6001 Program), you indicate your acceptance of this License to do so, and 6002 all its terms and conditions for copying, distributing or modifying 6003 the Program or works based on it. 6004 6005 6. Each time you redistribute the Program (or any work based on the 6006 Program), the recipient automatically receives a license from the 6007 original licensor to copy, distribute or modify the Program subject to 6008 these terms and conditions. You may not impose any further 6009 restrictions on the recipients' exercise of the rights granted herein. 6010 You are not responsible for enforcing compliance by third parties to 6011 this License. 6012 6013 7. If, as a consequence of a court judgment or allegation of patent 6014 infringement or for any other reason (not limited to patent issues), 6015 conditions are imposed on you (whether by court order, agreement or 6016 otherwise) that contradict the conditions of this License, they do not 6017 excuse you from the conditions of this License. If you cannot 6018 distribute so as to satisfy simultaneously your obligations under this 6019 License and any other pertinent obligations, then as a consequence you 6020 may not distribute the Program at all. For example, if a patent 6021 license would not permit royalty-free redistribution of the Program by 6022 all those who receive copies directly or indirectly through you, then 6023 the only way you could satisfy both it and this License would be to 6024 refrain entirely from distribution of the Program. 6025 6026 If any portion of this section is held invalid or unenforceable under 6027 any particular circumstance, the balance of the section is intended to 6028 apply and the section as a whole is intended to apply in other 6029 circumstances. 6030 6031 It is not the purpose of this section to induce you to infringe any 6032 patents or other property right claims or to contest validity of any 6033 such claims; this section has the sole purpose of protecting the 6034 integrity of the free software distribution system, which is 6035 implemented by public license practices. Many people have made 6036 generous contributions to the wide range of software distributed 6037 through that system in reliance on consistent application of that 6038 system; it is up to the author/donor to decide if he or she is willing 6039 to distribute software through any other system and a licensee cannot 6040 impose that choice. 6041 6042 This section is intended to make thoroughly clear what is believed to 6043 be a consequence of the rest of this License. 6044 6045 8. If the distribution and/or use of the Program is restricted in 6046 certain countries either by patents or by copyrighted interfaces, the 6047 original copyright holder who places the Program under this License 6048 may add an explicit geographical distribution limitation excluding 6049 those countries, so that distribution is permitted only in or among 6050 countries not thus excluded. In such case, this License incorporates 6051 the limitation as if written in the body of this License. 6052 6053 9. The Free Software Foundation may publish revised and/or new versions 6054 of the General Public License from time to time. Such new versions will 6055 be similar in spirit to the present version, but may differ in detail to 6056 address new problems or concerns. 6057 6058 Each version is given a distinguishing version number. If the Program 6059 specifies a version number of this License which applies to it and "any 6060 later version", you have the option of following the terms and conditions 6061 either of that version or of any later version published by the Free 6062 Software Foundation. If the Program does not specify a version number of 6063 this License, you may choose any version ever published by the Free Software 6064 Foundation. 6065 6066 10. If you wish to incorporate parts of the Program into other free 6067 programs whose distribution conditions are different, write to the author 6068 to ask for permission. For software which is copyrighted by the Free 6069 Software Foundation, write to the Free Software Foundation; we sometimes 6070 make exceptions for this. Our decision will be guided by the two goals 6071 of preserving the free status of all derivatives of our free software and 6072 of promoting the sharing and reuse of software generally. 6073 6074 NO WARRANTY 6075 6076 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY 6077 FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN 6078 OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES 6079 PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED 6080 OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF 6081 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS 6082 TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE 6083 PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, 6084 REPAIR OR CORRECTION. 6085 6086 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING 6087 WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR 6088 REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, 6089 INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING 6090 OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED 6091 TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY 6092 YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER 6093 PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE 6094 POSSIBILITY OF SUCH DAMAGES. 6095 6096 END OF TERMS AND CONDITIONS 6097 6098 How to Apply These Terms to Your New Programs 6099 6100 If you develop a new program, and you want it to be of the greatest 6101 possible use to the public, the best way to achieve this is to make it 6102 free software which everyone can redistribute and change under these terms. 6103 6104 To do so, attach the following notices to the program. It is safest 6105 to attach them to the start of each source file to most effectively 6106 convey the exclusion of warranty; and each file should have at least 6107 the "copyright" line and a pointer to where the full notice is found. 6108 6109 <one line to give the program's name and a brief idea of what it does.> 6110 Copyright (C) <year> <name of author> 6111 6112 This program is free software; you can redistribute it and/or modify 6113 it under the terms of the GNU General Public License as published by 6114 the Free Software Foundation; either version 2 of the License, or 6115 (at your option) any later version. 6116 6117 This program is distributed in the hope that it will be useful, 6118 but WITHOUT ANY WARRANTY; without even the implied warranty of 6119 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 6120 GNU General Public License for more details. 6121 6122 You should have received a copy of the GNU General Public License 6123 along with this program; if not, write to the Free Software 6124 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 6125 6126 6127 Also add information on how to contact you by electronic and paper mail. 6128 6129 If the program is interactive, make it output a short notice like this 6130 when it starts in an interactive mode: 6131 6132 Gnomovision version 69, Copyright (C) year name of author 6133 Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. 6134 This is free software, and you are welcome to redistribute it 6135 under certain conditions; type `show c' for details. 6136 6137 The hypothetical commands `show w' and `show c' should show the appropriate 6138 parts of the General Public License. Of course, the commands you use may 6139 be called something other than `show w' and `show c'; they could even be 6140 mouse-clicks or menu items--whatever suits your program. 6141 6142 You should also get your employer (if you work as a programmer) or your 6143 school, if any, to sign a "copyright disclaimer" for the program, if 6144 necessary. Here is a sample; alter the names: 6145 6146 Yoyodyne, Inc., hereby disclaims all copyright interest in the program 6147 `Gnomovision' (which makes passes at compilers) written by James Hacker. 6148 6149 <signature of Ty Coon>, 1 April 1989 6150 Ty Coon, President of Vice 6151 6152 This General Public License does not permit incorporating your program into 6153 proprietary programs. If your program is a subroutine library, you may 6154 consider it more useful to permit linking proprietary applications with the 6155 library. If this is what you want to do, use the GNU Library General 6156 Public License instead of this License. 6157 6158 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 6159 </pre> 6160 <ul> 6161 6162 </ul> 6163 </div> 6164 </div> 6165 6166 6167 <div class="product"> 6168 <span class="title">engine_pkcs11-0.1.8</span> 6169 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 6170 <span class="homepage"><a href="http://www.opensc-project.org/engine_pkcs11">homepage</a></span> 6171 <div class="licence"> 6172 <pre></pre> 6173 <ul> 6174 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li> 6175 </ul> 6176 </div> 6177 </div> 6178 6179 6180 <div class="product"> 6181 <span class="title">eselect-opengl-1.2.4</span> 6182 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 6183 <span class="homepage"><a href="http://www.gentoo.org/">homepage</a></span> 6184 <div class="licence"> 6185 <pre></pre> 6186 <ul> 6187 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 6188 </ul> 6189 </div> 6190 </div> 6191 6192 6193 <div class="product"> 6194 <span class="title">eselect-python-20100321</span> 6195 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 6196 <span class="homepage"><a href="http://www.gentoo.org">homepage</a></span> 6197 <div class="licence"> 6198 <pre></pre> 6199 <ul> 6200 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 6201 </ul> 6202 </div> 6203 </div> 6204 6205 6206 <div class="product"> 6207 <span class="title">ethtool-3.12.1</span> 6208 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 6209 <span class="homepage"><a href="http://www.kernel.org/pub/software/network/ethtool/">homepage</a></span> 6210 <div class="licence"> 6211 <pre></pre> 6212 <ul> 6213 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 6214 </ul> 6215 </div> 6216 </div> 6217 6218 6219 <div class="product"> 6220 <span class="title">evtest-1.29</span> 6221 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 6222 <span class="homepage"><a href="http://cgit.freedesktop.org/evtest/">homepage</a></span> 6223 <div class="licence"> 6224 <pre></pre> 6225 <ul> 6226 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 6227 </ul> 6228 </div> 6229 </div> 6230 6231 6232 <div class="product"> 6233 <span class="title">exfat-utils-1.0.2_pre401</span> 6234 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 6235 <span class="homepage"><a href="http://code.google.com/p/exfat/">homepage</a></span> 6236 <div class="licence"> 6237 <pre></pre> 6238 <ul> 6239 <li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li> 6240 </ul> 6241 </div> 6242 </div> 6243 6244 6245 <div class="product"> 6246 <span class="title">expat-2.1.0</span> 6247 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 6248 <span class="homepage"><a href="http://expat.sourceforge.net/">homepage</a></span> 6249 <div class="licence"> 6250 <pre>Scanned Source License expat-2.1.0/COPYING: 6251 6252 Copyright (c) 1998, 1999, 2000 Thai Open Source Software Center Ltd 6253 and Clark Cooper 6254 Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006 Expat maintainers. 6255 6256 Permission is hereby granted, free of charge, to any person obtaining 6257 a copy of this software and associated documentation files (the 6258 "Software"), to deal in the Software without restriction, including 6259 without limitation the rights to use, copy, modify, merge, publish, 6260 distribute, sublicense, and/or sell copies of the Software, and to 6261 permit persons to whom the Software is furnished to do so, subject to 6262 the following conditions: 6263 6264 The above copyright notice and this permission notice shall be included 6265 in all copies or substantial portions of the Software. 6266 6267 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 6268 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 6269 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. 6270 IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY 6271 CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, 6272 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE 6273 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 6274 6275 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 6276 </pre> 6277 <ul> 6278 6279 </ul> 6280 </div> 6281 </div> 6282 6283 6284 <div class="product"> 6285 <span class="title">fftw-3.2.2</span> 6286 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 6287 <span class="homepage"><a href="http://www.fftw.org/">homepage</a></span> 6288 <div class="licence"> 6289 <pre></pre> 6290 <ul> 6291 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 6292 </ul> 6293 </div> 6294 </div> 6295 6296 6297 <div class="product"> 6298 <span class="title">file-5.15</span> 6299 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 6300 <span class="homepage"><a href="http://www.darwinsys.com/file/">homepage</a></span> 6301 <div class="licence"> 6302 <pre>Scanned Source License file-5.15/COPYING: 6303 6304 $File: COPYING,v 1.1 2008/02/05 19:08:11 christos Exp $ 6305 Copyright (c) Ian F. Darwin 1986, 1987, 1989, 1990, 1991, 1992, 1994, 1995. 6306 Software written by Ian F. Darwin and others; 6307 maintained 1994- Christos Zoulas. 6308 6309 This software is not subject to any export provision of the United States 6310 Department of Commerce, and may be exported to any country or planet. 6311 6312 Redistribution and use in source and binary forms, with or without 6313 modification, are permitted provided that the following conditions 6314 are met: 6315 1. Redistributions of source code must retain the above copyright 6316 notice immediately at the beginning of the file, without modification, 6317 this list of conditions, and the following disclaimer. 6318 2. Redistributions in binary form must reproduce the above copyright 6319 notice, this list of conditions and the following disclaimer in the 6320 documentation and/or other materials provided with the distribution. 6321 6322 THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND 6323 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 6324 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 6325 ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE FOR 6326 ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 6327 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 6328 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 6329 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 6330 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 6331 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 6332 SUCH DAMAGE. 6333 6334 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 6335 </pre> 6336 <ul> 6337 6338 </ul> 6339 </div> 6340 </div> 6341 6342 6343 <div class="product"> 6344 <span class="title">findutils-4.4.2</span> 6345 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 6346 <span class="homepage"><a href="http://www.gnu.org/software/findutils/">homepage</a></span> 6347 <div class="licence"> 6348 <pre></pre> 6349 <ul> 6350 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 6351 </ul> 6352 </div> 6353 </div> 6354 6355 6356 <div class="product"> 6357 <span class="title">fio-2.1.8</span> 6358 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 6359 <span class="homepage"><a href="http://brick.kernel.dk/snaps/">homepage</a></span> 6360 <div class="licence"> 6361 <pre></pre> 6362 <ul> 6363 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 6364 </ul> 6365 </div> 6366 </div> 6367 6368 6369 <div class="product"> 6370 <span class="title">fixesproto-5.0</span> 6371 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 6372 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span> 6373 <div class="licence"> 6374 <pre>Scanned Source License fixesproto-5.0/COPYING: 6375 6376 Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved. 6377 Copyright 2010 Red Hat, Inc. 6378 6379 Permission is hereby granted, free of charge, to any person obtaining a 6380 copy of this software and associated documentation files (the "Software"), 6381 to deal in the Software without restriction, including without limitation 6382 the rights to use, copy, modify, merge, publish, distribute, sublicense, 6383 and/or sell copies of the Software, and to permit persons to whom the 6384 Software is furnished to do so, subject to the following conditions: 6385 6386 The above copyright notice and this permission notice (including the next 6387 paragraph) shall be included in all copies or substantial portions of the 6388 Software. 6389 6390 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 6391 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 6392 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 6393 THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 6394 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 6395 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 6396 DEALINGS IN THE SOFTWARE. 6397 6398 Copyright 2001,2003 Keith Packard 6399 6400 Permission to use, copy, modify, distribute, and sell this software and its 6401 documentation for any purpose is hereby granted without fee, provided that 6402 the above copyright notice appear in all copies and that both that 6403 copyright notice and this permission notice appear in supporting 6404 documentation, and that the name of Keith Packard not be used in 6405 advertising or publicity pertaining to distribution of the software without 6406 specific, written prior permission. Keith Packard makes no 6407 representations about the suitability of this software for any purpose. It 6408 is provided "as is" without express or implied warranty. 6409 6410 KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 6411 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 6412 EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR 6413 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 6414 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 6415 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 6416 PERFORMANCE OF THIS SOFTWARE. 6417 6418 6419 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 6420 </pre> 6421 <ul> 6422 6423 </ul> 6424 </div> 6425 </div> 6426 6427 6428 <div class="product"> 6429 <span class="title">flashmap-0.3</span> 6430 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 6431 <span class="homepage"><a href="http://flashmap.googlecode.com">homepage</a></span> 6432 <div class="licence"> 6433 <pre></pre> 6434 <ul> 6435 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 6436 </ul> 6437 </div> 6438 </div> 6439 6440 6441 <div class="product"> 6442 <span class="title">flashrom-0.9.4</span> 6443 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 6444 <span class="homepage"><a href="http://flashrom.org/">homepage</a></span> 6445 <div class="licence"> 6446 <pre></pre> 6447 <ul> 6448 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 6449 </ul> 6450 </div> 6451 </div> 6452 6453 6454 <div class="product"> 6455 <span class="title">flex-2.5.37</span> 6456 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 6457 <span class="homepage"><a href="http://flex.sourceforge.net/">homepage</a></span> 6458 <div class="licence"> 6459 <pre>Gentoo Package Stock License FLEX: 6460 6461 Flex carries the copyright used for BSD software, slightly modified 6462 because it originated at the Lawrence Berkeley (not Livermore!) Laboratory, 6463 which operates under a contract with the Department of Energy: 6464 6465 Copyright (c) 1990 The Regents of the University of California. 6466 All rights reserved. 6467 6468 This code is derived from software contributed to Berkeley by 6469 Vern Paxson. 6470 6471 The United States Government has rights in this work pursuant 6472 to contract no. DE-AC03-76SF00098 between the United States 6473 Department of Energy and the University of California. 6474 6475 Redistribution and use in source and binary forms with or without 6476 modification are permitted provided that: (1) source distributions 6477 retain this entire copyright notice and comment, and (2) 6478 distributions including binaries display the following 6479 acknowledgement: ``This product includes software developed by the 6480 University of California, Berkeley and its contributors'' in the 6481 documentation or other materials provided with the distribution and 6482 in all advertising materials mentioning features or use of this 6483 software. Neither the name of the University nor the names of its 6484 contributors may be used to endorse or promote products derived 6485 from this software without specific prior written permission. 6486 6487 THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR 6488 IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED 6489 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 6490 PURPOSE. 6491 6492 This basically says "do whatever you please with this software except 6493 remove this notice or take advantage of the University's (or the flex 6494 authors') name". 6495 6496 Note that the "flex.skl" scanner skeleton carries no copyright notice. 6497 You are free to do whatever you please with scanners generated using flex; 6498 for them, you are not even bound by the above copyright. 6499 6500 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 6501 </pre> 6502 <ul> 6503 6504 </ul> 6505 </div> 6506 </div> 6507 6508 6509 <div class="product"> 6510 <span class="title">font-util-1.2.0</span> 6511 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 6512 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span> 6513 <div class="licence"> 6514 <pre>Scanned Source License font-util-1.2.0/COPYING: 6515 6516 Copyright (c) 2009, Oracle and/or its affiliates. All rights reserved. 6517 6518 Permission is hereby granted, free of charge, to any person obtaining a 6519 copy of this software and associated documentation files (the "Software"), 6520 to deal in the Software without restriction, including without limitation 6521 the rights to use, copy, modify, merge, publish, distribute, sublicense, 6522 and/or sell copies of the Software, and to permit persons to whom the 6523 Software is furnished to do so, subject to the following conditions: 6524 6525 The above copyright notice and this permission notice (including the next 6526 paragraph) shall be included in all copies or substantial portions of the 6527 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 THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 6533 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 6534 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 6535 DEALINGS IN THE SOFTWARE. 6536 6537 ------------------------------------------------------------------------ 6538 6539 Copyright (c) 2003 The NetBSD Foundation, Inc. 6540 All rights reserved. 6541 6542 This code is derived from software contributed to The NetBSD Foundation 6543 by Ben Collver <collver1 (a] attbi.com>. 6544 6545 Redistribution and use in source and binary forms, with or without 6546 modification, are permitted provided that the following conditions 6547 are met: 6548 1. Redistributions of source code must retain the above copyright 6549 notice, this list of conditions and the following disclaimer. 6550 2. Redistributions in binary form must reproduce the above copyright 6551 notice, this list of conditions and the following disclaimer in the 6552 documentation and/or other materials provided with the distribution. 6553 6554 THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS 6555 ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 6556 TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 6557 PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS 6558 BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 6559 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 6560 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 6561 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 6562 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 6563 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 6564 POSSIBILITY OF SUCH DAMAGE. 6565 6566 ------------------------------------------------------------------------ 6567 6568 Copyright (c) 2006 Martin Husemann. 6569 Copyright (c) 2007 Joerg Sonnenberger. 6570 All rights reserved. 6571 6572 Redistribution and use in source and binary forms, with or without 6573 modification, are permitted provided that the following conditions 6574 are met: 6575 1. Redistributions of source code must retain the above copyright 6576 notice, this list of conditions and the following disclaimer. 6577 2. The name of the author may not be used to endorse or promote 6578 products derived from this software without specific prior 6579 written permission. 6580 6581 THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS 6582 ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 6583 TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 6584 PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS 6585 BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 6586 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 6587 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 6588 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 6589 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 6590 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 6591 POSSIBILITY OF SUCH DAMAGE. 6592 6593 ------------------------------------------------------------------------ 6594 6595 Copyright 2005 Red Hat, Inc 6596 6597 Permission to use, copy, modify, distribute, and sell this software and its 6598 documentation for any purpose is hereby granted without fee, provided that 6599 the above copyright notice appear in all copies and that both that 6600 copyright notice and this permission notice appear in supporting 6601 documentation. 6602 6603 The above copyright notice and this permission notice shall be included 6604 in all copies or substantial portions of the Software. 6605 6606 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 6607 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 6608 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. 6609 IN NO EVENT SHALL THE OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR 6610 OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, 6611 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 6612 OTHER DEALINGS IN THE SOFTWARE. 6613 6614 Except as contained in this notice, the name of the copyright holders shall 6615 not be used in advertising or otherwise to promote the sale, use or 6616 other dealings in this Software without prior written authorization 6617 from the copyright holders. 6618 6619 ------------------------------------------------------------------------ 6620 6621 Copyright (c) 1991-2003 Unicode, Inc. All Rights reserved. 6622 6623 This file is provided as-is by Unicode, Inc. (The Unicode Consortium). 6624 No claims are made as to fitness for any particular purpose. No 6625 warranties of any kind are expressed or implied. The recipient 6626 agrees to determine applicability of information provided. If this 6627 file has been provided on optical media by Unicode, Inc., the sole 6628 remedy for any claim will be exchange of defective media within 90 6629 days of receipt. 6630 6631 Unicode, Inc. hereby grants the right to freely use the information 6632 supplied in this file in the creation of products supporting the 6633 Unicode Standard, and to make copies of this file in any form for 6634 internal or external distribution as long as this notice remains 6635 attached. 6636 6637 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 6638 </pre> 6639 <ul> 6640 6641 </ul> 6642 </div> 6643 </div> 6644 6645 6646 <div class="product"> 6647 <span class="title">fontconfig-2.7.1</span> 6648 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 6649 <span class="homepage"><a href="http://fontconfig.org/">homepage</a></span> 6650 <div class="licence"> 6651 <pre>Scanned Source License fontconfig-2.7.1/COPYING: 6652 6653 fontconfig/COPYING 6654 6655 Copyright 2001,2003 Keith Packard 6656 6657 Permission to use, copy, modify, distribute, and sell this software and its 6658 documentation for any purpose is hereby granted without fee, provided that 6659 the above copyright notice appear in all copies and that both that 6660 copyright notice and this permission notice appear in supporting 6661 documentation, and that the name of Keith Packard not be used in 6662 advertising or publicity pertaining to distribution of the software without 6663 specific, written prior permission. Keith Packard makes no 6664 representations about the suitability of this software for any purpose. It 6665 is provided "as is" without express or implied warranty. 6666 6667 THE AUTHOR(S) DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 6668 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 6669 EVENT SHALL THE AUTHOR(S) BE LIABLE FOR ANY SPECIAL, INDIRECT OR 6670 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 6671 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 6672 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 6673 PERFORMANCE OF THIS SOFTWARE. 6674 6675 6676 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 6677 </pre> 6678 <ul> 6679 6680 </ul> 6681 </div> 6682 </div> 6683 6684 6685 <div class="product"> 6686 <span class="title">fontsproto-2.1.1</span> 6687 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 6688 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span> 6689 <div class="licence"> 6690 <pre>Scanned Source License fontsproto-2.1.1/COPYING: 6691 6692 Copyright 1990, 1991 Network Computing Devices; 6693 Portions Copyright 1987 by Digital Equipment Corporation 6694 6695 Permission to use, copy, modify, distribute, and sell this software and 6696 its documentation for any purpose is hereby granted without fee, provided 6697 that the above copyright notice appear in all copies and that both that 6698 copyright notice and this permission notice appear in supporting 6699 documentation, and that the names of Network Computing Devices or Digital 6700 not be used in advertising or publicity pertaining to distribution 6701 of the software without specific, written prior permission. 6702 Network Computing Devices and Digital make no representations 6703 about the suitability of this software for any purpose. It is provided 6704 "as is" without express or implied warranty. 6705 6706 NETWORK COMPUTING DEVICES AND DIGITAL DISCLAIM ALL WARRANTIES WITH 6707 REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF 6708 MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL NETWORK COMPUTING DEVICES 6709 OR DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL 6710 DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR 6711 PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS 6712 ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF 6713 THIS SOFTWARE. 6714 6715 6716 Copyright 1990, 1991, 1998 The Open Group 6717 6718 Permission to use, copy, modify, distribute, and sell this software and its 6719 documentation for any purpose is hereby granted without fee, provided that 6720 the above copyright notice appear in all copies and that both that 6721 copyright notice and this permission notice appear in supporting 6722 documentation. 6723 6724 The above copyright notice and this permission notice shall be included in 6725 all copies or substantial portions of the Software. 6726 6727 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 6728 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 6729 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 6730 OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN 6731 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 6732 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 6733 6734 Except as contained in this notice, the name of The Open Group shall not be 6735 used in advertising or otherwise to promote the sale, use or other dealings 6736 in this Software without prior written authorization from The Open Group. 6737 6738 6739 Copyright 1987 by Digital Equipment Corporation, Maynard, Massachusetts. 6740 6741 All Rights Reserved 6742 6743 Permission to use, copy, modify, and distribute this software and its 6744 documentation for any purpose and without fee is hereby granted, 6745 provided that the above copyright notice appear in all copies and that 6746 both that copyright notice and this permission notice appear in 6747 supporting documentation, and that the name of Digital not be 6748 used in advertising or publicity pertaining to distribution of the 6749 software without specific, written prior permission. 6750 6751 DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING 6752 ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL 6753 DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR 6754 ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, 6755 WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, 6756 ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS 6757 SOFTWARE. 6758 6759 6760 Copyright (c) 1999 The XFree86 Project Inc. 6761 6762 All Rights Reserved. 6763 6764 The above copyright notice and this permission notice shall be included in 6765 all copies or substantial portions of the Software. 6766 6767 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 6768 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 6769 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 6770 OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN 6771 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 6772 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 6773 6774 Except as contained in this notice, the name of The XFree86 Project 6775 Inc. shall not be used in advertising or otherwise to promote the 6776 sale, use or other dealings in this Software without prior written 6777 authorization from The XFree86 Project Inc.. 6778 6779 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 6780 </pre> 6781 <ul> 6782 6783 </ul> 6784 </div> 6785 </div> 6786 6787 6788 <div class="product"> 6789 <span class="title">freeglut-2.4.0</span> 6790 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 6791 <span class="homepage"><a href="http://freeglut.sourceforge.net/">homepage</a></span> 6792 <div class="licence"> 6793 <pre>Scanned Source License freeglut-2.4.0/COPYING: 6794 6795 6796 Freeglut Copyright 6797 ------------------ 6798 6799 Freeglut code without an explicit copyright is covered by the following 6800 copyright: 6801 6802 Copyright (c) 1999-2000 Pawel W. Olszta. All Rights Reserved. 6803 Permission is hereby granted, free of charge, to any person obtaining a copy 6804 of this software and associated documentation files (the "Software"), to deal 6805 in the Software without restriction, including without limitation the rights 6806 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 6807 copies or substantial portions of the Software. 6808 6809 The above copyright notice and this permission notice shall be included in 6810 all copies or substantial portions of the Software. 6811 6812 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 6813 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 6814 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 6815 PAWEL W. OLSZTA BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER 6816 IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 6817 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 6818 6819 Except as contained in this notice, the name of Pawel W. Olszta shall not be 6820 used in advertising or otherwise to promote the sale, use or other dealings 6821 in this Software without prior written authorization from Pawel W. Olszta. 6822 6823 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 6824 </pre> 6825 <ul> 6826 6827 </ul> 6828 </div> 6829 </div> 6830 6831 6832 <div class="product"> 6833 <span class="title">freeimage-3.15.3</span> 6834 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 6835 <span class="homepage"><a href="http://freeimage.sourceforge.net/">homepage</a></span> 6836 <div class="licence"> 6837 <pre>Gentoo Package Stock License FIPL-1.0: 6838 6839 FreeImage Public License - Version 1.0 6840 --------------------------------------------- 6841 6842 1. Definitions. 6843 6844 1.1. "Contributor" means each entity that creates or contributes to the creation of Modifications. 6845 6846 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. 6847 6848 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. 6849 6850 1.4. "Electronic Distribution Mechanism" means a mechanism generally accepted in the software development community for the electronic transfer of data. 6851 6852 1.5. "Executable" means Covered Code in any form other than Source Code. 6853 6854 1.6. "Initial Developer" means the individual or entity identified as the Initial Developer in the Source Code notice required by Exhibit A. 6855 6856 1.7. "Larger Work" means a work which combines Covered Code or portions thereof with code not governed by the terms of this License. 6857 6858 1.8. "License" means this document. 6859 6860 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 6861 Modification is: 6862 6863 A. Any addition to or deletion from the contents of a file containing Original Code or previous Modifications. 6864 6865 B. Any new file that contains any part of the Original Code or previous Modifications. 6866 6867 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. 6868 6869 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 6870 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. 6871 6872 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 6873 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. 6874 6875 2. Source Code License. 6876 6877 2.1. The Initial Developer Grant. 6878 The Initial Developer hereby grants You a world-wide, royalty-free, non-exclusive license, subject to third party intellectual property claims: 6879 6880 (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 6881 6882 (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 6883 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 6884 combinations. 6885 6886 2.2. Contributor Grant. 6887 Each Contributor hereby grants You a world-wide, royalty-free, non-exclusive license, subject to third party intellectual property claims: 6888 6889 (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 6890 6891 (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 6892 may be necessary to Utilize further Modifications or combinations. 6893 6894 3. Distribution Obligations. 6895 6896 3.1. Application of License. 6897 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 6898 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. 6899 6900 3.2. Availability of Source Code. 6901 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. 6902 6903 3.3. Description of Modifications. 6904 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. 6905 6906 3.4. Intellectual Property Matters 6907 6908 (a) Third Party Claims. 6909 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 6910 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. 6911 6912 (b) Contributor APIs. 6913 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. 6914 6915 3.5. Required Notices. 6916 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 6917 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 6918 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 6919 warranty, support, indemnity or liability terms You offer. 6920 6921 3.6. Distribution of Executable Versions. 6922 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 6923 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, 6924 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. 6925 6926 3.7. Larger Works. 6927 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. 6928 6929 4. Inability to Comply Due to Statute or Regulation. 6930 6931 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. 6932 6933 5. Application of this License. 6934 6935 This License applies to code to which the Initial Developer has attached the notice in Exhibit A, and to related Covered Code. 6936 6937 6. Versions of the License. 6938 6939 6.1. New Versions. 6940 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. 6941 6942 6.2. Effect of New Versions. 6943 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 6944 No one other than Floris van den Berg has the right to modify the terms applicable to Covered Code created under this License. 6945 6946 6.3. Derivative Works. 6947 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.) 6948 6949 7. DISCLAIMER OF WARRANTY. 6950 6951 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. 6952 6953 8. TERMINATION. 6954 6955 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. 6956 6957 9. LIMITATION OF LIABILITY. 6958 6959 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 6960 EXCLUSION OR LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO THAT EXCLUSION AND LIMITATION MAY NOT APPLY TO YOU. 6961 6962 10. U.S. GOVERNMENT END USERS. 6963 6964 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. 6965 6966 11. MISCELLANEOUS. 6967 6968 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. 6969 6970 12. RESPONSIBILITY FOR CLAIMS. 6971 6972 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 6973 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 6974 responsibility on an equitable basis. 6975 6976 EXHIBIT A. 6977 6978 "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 6979 6980 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. 6981 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 6982 </pre> 6983 <ul> 6984 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 6985 </ul> 6986 </div> 6987 </div> 6988 6989 6990 <div class="product"> 6991 <span class="title">freetype-2.5.0.1</span> 6992 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 6993 <span class="homepage"><a href="http://www.freetype.org/">homepage</a></span> 6994 <div class="licence"> 6995 <pre></pre> 6996 <ul> 6997 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 6998 <li><a href='#FTL'>Gentoo Package Stock License FTL</a></li> 6999 <li><a href='#GPL-2+'>Gentoo Package Stock License GPL-2+</a></li> 7000 </ul> 7001 </div> 7002 </div> 7003 7004 7005 <div class="product"> 7006 <span class="title">fuse-2.8.6</span> 7007 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 7008 <span class="homepage"><a href="http://fuse.sourceforge.net">homepage</a></span> 7009 <div class="licence"> 7010 <pre></pre> 7011 <ul> 7012 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 7013 </ul> 7014 </div> 7015 </div> 7016 7017 7018 <div class="product"> 7019 <span class="title">fuse-exfat-1.0.2_pre401</span> 7020 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 7021 <span class="homepage"><a href="http://code.google.com/p/exfat/">homepage</a></span> 7022 <div class="licence"> 7023 <pre></pre> 7024 <ul> 7025 <li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li> 7026 </ul> 7027 </div> 7028 </div> 7029 7030 7031 <div class="product"> 7032 <span class="title">gcc-libs-4.8.2</span> 7033 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 7034 <span class="homepage"><a href="">homepage</a></span> 7035 <div class="licence"> 7036 <pre>Gentoo Package Stock License FDL-1.2: 7037 7038 GNU Free Documentation License 7039 Version 1.2, November 2002 7040 7041 7042 Copyright (C) 2000,2001,2002 Free Software Foundation, Inc. 7043 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 7044 Everyone is permitted to copy and distribute verbatim copies 7045 of this license document, but changing it is not allowed. 7046 7047 7048 0. PREAMBLE 7049 7050 The purpose of this License is to make a manual, textbook, or other 7051 functional and useful document "free" in the sense of freedom: to 7052 assure everyone the effective freedom to copy and redistribute it, 7053 with or without modifying it, either commercially or noncommercially. 7054 Secondarily, this License preserves for the author and publisher a way 7055 to get credit for their work, while not being considered responsible 7056 for modifications made by others. 7057 7058 This License is a kind of "copyleft", which means that derivative 7059 works of the document must themselves be free in the same sense. It 7060 complements the GNU General Public License, which is a copyleft 7061 license designed for free software. 7062 7063 We have designed this License in order to use it for manuals for free 7064 software, because free software needs free documentation: a free 7065 program should come with manuals providing the same freedoms that the 7066 software does. But this License is not limited to software manuals; 7067 it can be used for any textual work, regardless of subject matter or 7068 whether it is published as a printed book. We recommend this License 7069 principally for works whose purpose is instruction or reference. 7070 7071 7072 1. APPLICABILITY AND DEFINITIONS 7073 7074 This License applies to any manual or other work, in any medium, that 7075 contains a notice placed by the copyright holder saying it can be 7076 distributed under the terms of this License. Such a notice grants a 7077 world-wide, royalty-free license, unlimited in duration, to use that 7078 work under the conditions stated herein. The "Document", below, 7079 refers to any such manual or work. Any member of the public is a 7080 licensee, and is addressed as "you". You accept the license if you 7081 copy, modify or distribute the work in a way requiring permission 7082 under copyright law. 7083 7084 A "Modified Version" of the Document means any work containing the 7085 Document or a portion of it, either copied verbatim, or with 7086 modifications and/or translated into another language. 7087 7088 A "Secondary Section" is a named appendix or a front-matter section of 7089 the Document that deals exclusively with the relationship of the 7090 publishers or authors of the Document to the Document's overall subject 7091 (or to related matters) and contains nothing that could fall directly 7092 within that overall subject. (Thus, if the Document is in part a 7093 textbook of mathematics, a Secondary Section may not explain any 7094 mathematics.) The relationship could be a matter of historical 7095 connection with the subject or with related matters, or of legal, 7096 commercial, philosophical, ethical or political position regarding 7097 them. 7098 7099 The "Invariant Sections" are certain Secondary Sections whose titles 7100 are designated, as being those of Invariant Sections, in the notice 7101 that says that the Document is released under this License. If a 7102 section does not fit the above definition of Secondary then it is not 7103 allowed to be designated as Invariant. The Document may contain zero 7104 Invariant Sections. If the Document does not identify any Invariant 7105 Sections then there are none. 7106 7107 The "Cover Texts" are certain short passages of text that are listed, 7108 as Front-Cover Texts or Back-Cover Texts, in the notice that says that 7109 the Document is released under this License. A Front-Cover Text may 7110 be at most 5 words, and a Back-Cover Text may be at most 25 words. 7111 7112 A "Transparent" copy of the Document means a machine-readable copy, 7113 represented in a format whose specification is available to the 7114 general public, that is suitable for revising the document 7115 straightforwardly with generic text editors or (for images composed of 7116 pixels) generic paint programs or (for drawings) some widely available 7117 drawing editor, and that is suitable for input to text formatters or 7118 for automatic translation to a variety of formats suitable for input 7119 to text formatters. A copy made in an otherwise Transparent file 7120 format whose markup, or absence of markup, has been arranged to thwart 7121 or discourage subsequent modification by readers is not Transparent. 7122 An image format is not Transparent if used for any substantial amount 7123 of text. A copy that is not "Transparent" is called "Opaque". 7124 7125 Examples of suitable formats for Transparent copies include plain 7126 ASCII without markup, Texinfo input format, LaTeX input format, SGML 7127 or XML using a publicly available DTD, and standard-conforming simple 7128 HTML, PostScript or PDF designed for human modification. Examples of 7129 transparent image formats include PNG, XCF and JPG. Opaque formats 7130 include proprietary formats that can be read and edited only by 7131 proprietary word processors, SGML or XML for which the DTD and/or 7132 processing tools are not generally available, and the 7133 machine-generated HTML, PostScript or PDF produced by some word 7134 processors for output purposes only. 7135 7136 The "Title Page" means, for a printed book, the title page itself, 7137 plus such following pages as are needed to hold, legibly, the material 7138 this License requires to appear in the title page. For works in 7139 formats which do not have any title page as such, "Title Page" means 7140 the text near the most prominent appearance of the work's title, 7141 preceding the beginning of the body of the text. 7142 7143 A section "Entitled XYZ" means a named subunit of the Document whose 7144 title either is precisely XYZ or contains XYZ in parentheses following 7145 text that translates XYZ in another language. (Here XYZ stands for a 7146 specific section name mentioned below, such as "Acknowledgements", 7147 "Dedications", "Endorsements", or "History".) To "Preserve the Title" 7148 of such a section when you modify the Document means that it remains a 7149 section "Entitled XYZ" according to this definition. 7150 7151 The Document may include Warranty Disclaimers next to the notice which 7152 states that this License applies to the Document. These Warranty 7153 Disclaimers are considered to be included by reference in this 7154 License, but only as regards disclaiming warranties: any other 7155 implication that these Warranty Disclaimers may have is void and has 7156 no effect on the meaning of this License. 7157 7158 7159 2. VERBATIM COPYING 7160 7161 You may copy and distribute the Document in any medium, either 7162 commercially or noncommercially, provided that this License, the 7163 copyright notices, and the license notice saying this License applies 7164 to the Document are reproduced in all copies, and that you add no other 7165 conditions whatsoever to those of this License. You may not use 7166 technical measures to obstruct or control the reading or further 7167 copying of the copies you make or distribute. However, you may accept 7168 compensation in exchange for copies. If you distribute a large enough 7169 number of copies you must also follow the conditions in section 3. 7170 7171 You may also lend copies, under the same conditions stated above, and 7172 you may publicly display copies. 7173 7174 7175 3. COPYING IN QUANTITY 7176 7177 If you publish printed copies (or copies in media that commonly have 7178 printed covers) of the Document, numbering more than 100, and the 7179 Document's license notice requires Cover Texts, you must enclose the 7180 copies in covers that carry, clearly and legibly, all these Cover 7181 Texts: Front-Cover Texts on the front cover, and Back-Cover Texts on 7182 the back cover. Both covers must also clearly and legibly identify 7183 you as the publisher of these copies. The front cover must present 7184 the full title with all words of the title equally prominent and 7185 visible. You may add other material on the covers in addition. 7186 Copying with changes limited to the covers, as long as they preserve 7187 the title of the Document and satisfy these conditions, can be treated 7188 as verbatim copying in other respects. 7189 7190 If the required texts for either cover are too voluminous to fit 7191 legibly, you should put the first ones listed (as many as fit 7192 reasonably) on the actual cover, and continue the rest onto adjacent 7193 pages. 7194 7195 If you publish or distribute Opaque copies of the Document numbering 7196 more than 100, you must either include a machine-readable Transparent 7197 copy along with each Opaque copy, or state in or with each Opaque copy 7198 a computer-network location from which the general network-using 7199 public has access to download using public-standard network protocols 7200 a complete Transparent copy of the Document, free of added material. 7201 If you use the latter option, you must take reasonably prudent steps, 7202 when you begin distribution of Opaque copies in quantity, to ensure 7203 that this Transparent copy will remain thus accessible at the stated 7204 location until at least one year after the last time you distribute an 7205 Opaque copy (directly or through your agents or retailers) of that 7206 edition to the public. 7207 7208 It is requested, but not required, that you contact the authors of the 7209 Document well before redistributing any large number of copies, to give 7210 them a chance to provide you with an updated version of the Document. 7211 7212 7213 4. MODIFICATIONS 7214 7215 You may copy and distribute a Modified Version of the Document under 7216 the conditions of sections 2 and 3 above, provided that you release 7217 the Modified Version under precisely this License, with the Modified 7218 Version filling the role of the Document, thus licensing distribution 7219 and modification of the Modified Version to whoever possesses a copy 7220 of it. In addition, you must do these things in the Modified Version: 7221 7222 A. Use in the Title Page (and on the covers, if any) a title distinct 7223 from that of the Document, and from those of previous versions 7224 (which should, if there were any, be listed in the History section 7225 of the Document). You may use the same title as a previous version 7226 if the original publisher of that version gives permission. 7227 B. List on the Title Page, as authors, one or more persons or entities 7228 responsible for authorship of the modifications in the Modified 7229 Version, together with at least five of the principal authors of the 7230 Document (all of its principal authors, if it has fewer than five), 7231 unless they release you from this requirement. 7232 C. State on the Title page the name of the publisher of the 7233 Modified Version, as the publisher. 7234 D. Preserve all the copyright notices of the Document. 7235 E. Add an appropriate copyright notice for your modifications 7236 adjacent to the other copyright notices. 7237 F. Include, immediately after the copyright notices, a license notice 7238 giving the public permission to use the Modified Version under the 7239 terms of this License, in the form shown in the Addendum below. 7240 G. Preserve in that license notice the full lists of Invariant Sections 7241 and required Cover Texts given in the Document's license notice. 7242 H. Include an unaltered copy of this License. 7243 I. Preserve the section Entitled "History", Preserve its Title, and add 7244 to it an item stating at least the title, year, new authors, and 7245 publisher of the Modified Version as given on the Title Page. If 7246 there is no section Entitled "History" in the Document, create one 7247 stating the title, year, authors, and publisher of the Document as 7248 given on its Title Page, then add an item describing the Modified 7249 Version as stated in the previous sentence. 7250 J. Preserve the network location, if any, given in the Document for 7251 public access to a Transparent copy of the Document, and likewise 7252 the network locations given in the Document for previous versions 7253 it was based on. These may be placed in the "History" section. 7254 You may omit a network location for a work that was published at 7255 least four years before the Document itself, or if the original 7256 publisher of the version it refers to gives permission. 7257 K. For any section Entitled "Acknowledgements" or "Dedications", 7258 Preserve the Title of the section, and preserve in the section all 7259 the substance and tone of each of the contributor acknowledgements 7260 and/or dedications given therein. 7261 L. Preserve all the Invariant Sections of the Document, 7262 unaltered in their text and in their titles. Section numbers 7263 or the equivalent are not considered part of the section titles. 7264 M. Delete any section Entitled "Endorsements". Such a section 7265 may not be included in the Modified Version. 7266 N. Do not retitle any existing section to be Entitled "Endorsements" 7267 or to conflict in title with any Invariant Section. 7268 O. Preserve any Warranty Disclaimers. 7269 7270 If the Modified Version includes new front-matter sections or 7271 appendices that qualify as Secondary Sections and contain no material 7272 copied from the Document, you may at your option designate some or all 7273 of these sections as invariant. To do this, add their titles to the 7274 list of Invariant Sections in the Modified Version's license notice. 7275 These titles must be distinct from any other section titles. 7276 7277 You may add a section Entitled "Endorsements", provided it contains 7278 nothing but endorsements of your Modified Version by various 7279 parties--for example, statements of peer review or that the text has 7280 been approved by an organization as the authoritative definition of a 7281 standard. 7282 7283 You may add a passage of up to five words as a Front-Cover Text, and a 7284 passage of up to 25 words as a Back-Cover Text, to the end of the list 7285 of Cover Texts in the Modified Version. Only one passage of 7286 Front-Cover Text and one of Back-Cover Text may be added by (or 7287 through arrangements made by) any one entity. If the Document already 7288 includes a cover text for the same cover, previously added by you or 7289 by arrangement made by the same entity you are acting on behalf of, 7290 you may not add another; but you may replace the old one, on explicit 7291 permission from the previous publisher that added the old one. 7292 7293 The author(s) and publisher(s) of the Document do not by this License 7294 give permission to use their names for publicity for or to assert or 7295 imply endorsement of any Modified Version. 7296 7297 7298 5. COMBINING DOCUMENTS 7299 7300 You may combine the Document with other documents released under this 7301 License, under the terms defined in section 4 above for modified 7302 versions, provided that you include in the combination all of the 7303 Invariant Sections of all of the original documents, unmodified, and 7304 list them all as Invariant Sections of your combined work in its 7305 license notice, and that you preserve all their Warranty Disclaimers. 7306 7307 The combined work need only contain one copy of this License, and 7308 multiple identical Invariant Sections may be replaced with a single 7309 copy. If there are multiple Invariant Sections with the same name but 7310 different contents, make the title of each such section unique by 7311 adding at the end of it, in parentheses, the name of the original 7312 author or publisher of that section if known, or else a unique number. 7313 Make the same adjustment to the section titles in the list of 7314 Invariant Sections in the license notice of the combined work. 7315 7316 In the combination, you must combine any sections Entitled "History" 7317 in the various original documents, forming one section Entitled 7318 "History"; likewise combine any sections Entitled "Acknowledgements", 7319 and any sections Entitled "Dedications". You must delete all sections 7320 Entitled "Endorsements". 7321 7322 7323 6. COLLECTIONS OF DOCUMENTS 7324 7325 You may make a collection consisting of the Document and other documents 7326 released under this License, and replace the individual copies of this 7327 License in the various documents with a single copy that is included in 7328 the collection, provided that you follow the rules of this License for 7329 verbatim copying of each of the documents in all other respects. 7330 7331 You may extract a single document from such a collection, and distribute 7332 it individually under this License, provided you insert a copy of this 7333 License into the extracted document, and follow this License in all 7334 other respects regarding verbatim copying of that document. 7335 7336 7337 7. AGGREGATION WITH INDEPENDENT WORKS 7338 7339 A compilation of the Document or its derivatives with other separate 7340 and independent documents or works, in or on a volume of a storage or 7341 distribution medium, is called an "aggregate" if the copyright 7342 resulting from the compilation is not used to limit the legal rights 7343 of the compilation's users beyond what the individual works permit. 7344 When the Document is included in an aggregate, this License does not 7345 apply to the other works in the aggregate which are not themselves 7346 derivative works of the Document. 7347 7348 If the Cover Text requirement of section 3 is applicable to these 7349 copies of the Document, then if the Document is less than one half of 7350 the entire aggregate, the Document's Cover Texts may be placed on 7351 covers that bracket the Document within the aggregate, or the 7352 electronic equivalent of covers if the Document is in electronic form. 7353 Otherwise they must appear on printed covers that bracket the whole 7354 aggregate. 7355 7356 7357 8. TRANSLATION 7358 7359 Translation is considered a kind of modification, so you may 7360 distribute translations of the Document under the terms of section 4. 7361 Replacing Invariant Sections with translations requires special 7362 permission from their copyright holders, but you may include 7363 translations of some or all Invariant Sections in addition to the 7364 original versions of these Invariant Sections. You may include a 7365 translation of this License, and all the license notices in the 7366 Document, and any Warranty Disclaimers, provided that you also include 7367 the original English version of this License and the original versions 7368 of those notices and disclaimers. In case of a disagreement between 7369 the translation and the original version of this License or a notice 7370 or disclaimer, the original version will prevail. 7371 7372 If a section in the Document is Entitled "Acknowledgements", 7373 "Dedications", or "History", the requirement (section 4) to Preserve 7374 its Title (section 1) will typically require changing the actual 7375 title. 7376 7377 7378 9. TERMINATION 7379 7380 You may not copy, modify, sublicense, or distribute the Document except 7381 as expressly provided for under this License. Any other attempt to 7382 copy, modify, sublicense or distribute the Document is void, and will 7383 automatically terminate your rights under this License. However, 7384 parties who have received copies, or rights, from you under this 7385 License will not have their licenses terminated so long as such 7386 parties remain in full compliance. 7387 7388 7389 10. FUTURE REVISIONS OF THIS LICENSE 7390 7391 The Free Software Foundation may publish new, revised versions 7392 of the GNU Free Documentation License from time to time. Such new 7393 versions will be similar in spirit to the present version, but may 7394 differ in detail to address new problems or concerns. See 7395 http://www.gnu.org/copyleft/. 7396 7397 Each version of the License is given a distinguishing version number. 7398 If the Document specifies that a particular numbered version of this 7399 License "or any later version" applies to it, you have the option of 7400 following the terms and conditions either of that specified version or 7401 of any later version that has been published (not as a draft) by the 7402 Free Software Foundation. If the Document does not specify a version 7403 number of this License, you may choose any version ever published (not 7404 as a draft) by the Free Software Foundation. 7405 7406 7407 ADDENDUM: How to use this License for your documents 7408 7409 To use this License in a document you have written, include a copy of 7410 the License in the document and put the following copyright and 7411 license notices just after the title page: 7412 7413 Copyright (c) YEAR YOUR NAME. 7414 Permission is granted to copy, distribute and/or modify this document 7415 under the terms of the GNU Free Documentation License, Version 1.2 7416 or any later version published by the Free Software Foundation; 7417 with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. 7418 A copy of the license is included in the section entitled "GNU 7419 Free Documentation License". 7420 7421 If you have Invariant Sections, Front-Cover Texts and Back-Cover Texts, 7422 replace the "with...Texts." line with this: 7423 7424 with the Invariant Sections being LIST THEIR TITLES, with the 7425 Front-Cover Texts being LIST, and with the Back-Cover Texts being LIST. 7426 7427 If you have Invariant Sections without Cover Texts, or some other 7428 combination of the three, merge those two alternatives to suit the 7429 situation. 7430 7431 If your document contains nontrivial examples of program code, we 7432 recommend releasing these examples in parallel under your choice of 7433 free software license, such as the GNU General Public License, 7434 to permit their use in free software. 7435 7436 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 7437 </pre> 7438 <ul> 7439 <li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li> 7440 <li><a href='#LGPL-3'>Gentoo Package Stock License LGPL-3</a></li> 7441 </ul> 7442 </div> 7443 </div> 7444 7445 7446 <div class="product"> 7447 <span class="title">gdb-7.7.1</span> 7448 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 7449 <span class="homepage"><a href="http://sourceware.org/gdb/">homepage</a></span> 7450 <div class="licence"> 7451 <pre></pre> 7452 <ul> 7453 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 7454 <li><a href='#LGPL-2'>Gentoo Package Stock License LGPL-2</a></li> 7455 </ul> 7456 </div> 7457 </div> 7458 7459 7460 <div class="product"> 7461 <span class="title">gdbm-1.9.1</span> 7462 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 7463 <span class="homepage"><a href="http://www.gnu.org/software/gdbm/">homepage</a></span> 7464 <div class="licence"> 7465 <pre></pre> 7466 <ul> 7467 <li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li> 7468 </ul> 7469 </div> 7470 </div> 7471 7472 7473 <div class="product"> 7474 <span class="title">genius-app-oem-0.0.6</span> 7475 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 7476 <span class="homepage"><a href="http://src.chromium.org">homepage</a></span> 7477 <div class="licence"> 7478 <pre></pre> 7479 <ul> 7480 <li><a href='#Google-TOS'>Gentoo Package Stock License Google-TOS</a></li> 7481 </ul> 7482 </div> 7483 </div> 7484 7485 7486 <div class="product"> 7487 <span class="title">gestures-0.0.1</span> 7488 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 7489 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span> 7490 <div class="licence"> 7491 <pre></pre> 7492 <ul> 7493 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 7494 </ul> 7495 </div> 7496 </div> 7497 7498 7499 <div class="product"> 7500 <span class="title">gflags-1.2</span> 7501 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 7502 <span class="homepage"><a href="http://code.google.com/p/google-gflags/">homepage</a></span> 7503 <div class="licence"> 7504 <pre>Scanned Source License gflags-1.2/COPYING: 7505 7506 Copyright (c) 2006, Google Inc. 7507 All rights reserved. 7508 7509 Redistribution and use in source and binary forms, with or without 7510 modification, are permitted provided that the following conditions are 7511 met: 7512 7513 * Redistributions of source code must retain the above copyright 7514 notice, this list of conditions and the following disclaimer. 7515 * Redistributions in binary form must reproduce the above 7516 copyright notice, this list of conditions and the following disclaimer 7517 in the documentation and/or other materials provided with the 7518 distribution. 7519 * Neither the name of Google Inc. nor the names of its 7520 contributors may be used to endorse or promote products derived from 7521 this software without specific prior written permission. 7522 7523 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 7524 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 7525 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 7526 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 7527 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 7528 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT 7529 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 7530 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 7531 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 7532 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 7533 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 7534 7535 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 7536 7537 Scanned Source License gflags-1.2/packages/deb/copyright: 7538 7539 This package was debianized by Google Inc. <opensource (a] google.com> on 7540 13 December 2006. 7541 7542 It was downloaded from http://code.google.com/ 7543 7544 Upstream Author: opensource (a] google.com 7545 7546 Copyright (c) 2006, Google Inc. 7547 All rights reserved. 7548 7549 Redistribution and use in source and binary forms, with or without 7550 modification, are permitted provided that the following conditions are 7551 met: 7552 7553 * Redistributions of source code must retain the above copyright 7554 notice, this list of conditions and the following disclaimer. 7555 * Redistributions in binary form must reproduce the above 7556 copyright notice, this list of conditions and the following disclaimer 7557 in the documentation and/or other materials provided with the 7558 distribution. 7559 * Neither the name of Google Inc. nor the names of its 7560 contributors may be used to endorse or promote products derived from 7561 this software without specific prior written permission. 7562 7563 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 7564 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 7565 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 7566 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 7567 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 7568 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT 7569 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 7570 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 7571 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 7572 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 7573 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 7574 7575 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 7576 </pre> 7577 <ul> 7578 7579 </ul> 7580 </div> 7581 </div> 7582 7583 7584 <div class="product"> 7585 <span class="title">git-1.8.3.2</span> 7586 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 7587 <span class="homepage"><a href="http://www.git-scm.com/">homepage</a></span> 7588 <div class="licence"> 7589 <pre></pre> 7590 <ul> 7591 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 7592 </ul> 7593 </div> 7594 </div> 7595 7596 7597 <div class="product"> 7598 <span class="title">glib-2.34.3</span> 7599 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 7600 <span class="homepage"><a href="http://www.gtk.org/">homepage</a></span> 7601 <div class="licence"> 7602 <pre></pre> 7603 <ul> 7604 <li><a href='#LGPL-2+'>Gentoo Package Stock License LGPL-2+</a></li> 7605 <li><a href='#LGPL-2'>Gentoo Package Stock License LGPL-2</a></li> 7606 </ul> 7607 </div> 7608 </div> 7609 7610 7611 <div class="product"> 7612 <span class="title">glmark2-285</span> 7613 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 7614 <span class="homepage"><a href="https://launchpad.net/glmark2">homepage</a></span> 7615 <div class="licence"> 7616 <pre></pre> 7617 <ul> 7618 <li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li> 7619 </ul> 7620 </div> 7621 </div> 7622 7623 7624 <div class="product"> 7625 <span class="title">glog-0.3.2</span> 7626 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 7627 <span class="homepage"><a href="http://code.google.com/p/google-glog/">homepage</a></span> 7628 <div class="licence"> 7629 <pre>Scanned Source License glog-0.3.2/COPYING: 7630 7631 Copyright (c) 2008, Google Inc. 7632 All rights reserved. 7633 7634 Redistribution and use in source and binary forms, with or without 7635 modification, are permitted provided that the following conditions are 7636 met: 7637 7638 * Redistributions of source code must retain the above copyright 7639 notice, this list of conditions and the following disclaimer. 7640 * Redistributions in binary form must reproduce the above 7641 copyright notice, this list of conditions and the following disclaimer 7642 in the documentation and/or other materials provided with the 7643 distribution. 7644 * Neither the name of Google Inc. nor the names of its 7645 contributors may be used to endorse or promote products derived from 7646 this software without specific prior written permission. 7647 7648 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 7649 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 7650 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 7651 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 7652 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 7653 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT 7654 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 7655 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 7656 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 7657 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 7658 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 7659 7660 7661 A function gettimeofday in utilities.cc is based on 7662 7663 http://www.google.com/codesearch/p?hl=en#dR3YEbitojA/COPYING&q=GetSystemTimeAsFileTime%20license:bsd 7664 7665 The license of this code is: 7666 7667 Copyright (c) 2003-2008, Jouni Malinen <j (a] w1.fi> and contributors 7668 All Rights Reserved. 7669 7670 Redistribution and use in source and binary forms, with or without 7671 modification, are permitted provided that the following conditions are 7672 met: 7673 7674 1. Redistributions of source code must retain the above copyright 7675 notice, this list of conditions and the following disclaimer. 7676 7677 2. Redistributions in binary form must reproduce the above copyright 7678 notice, this list of conditions and the following disclaimer in the 7679 documentation and/or other materials provided with the distribution. 7680 7681 3. Neither the name(s) of the above-listed copyright holder(s) nor the 7682 names of its contributors may be used to endorse or promote products 7683 derived from this software without specific prior written permission. 7684 7685 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 7686 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 7687 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 7688 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 7689 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 7690 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT 7691 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 7692 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 7693 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 7694 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 7695 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 7696 7697 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 7698 7699 Scanned Source License glog-0.3.2/packages/deb/copyright: 7700 7701 This package was debianized by Google Inc. <opensource (a] google.com> on 7702 13 June 2008. 7703 7704 It was downloaded from http://code.google.com/ 7705 7706 Upstream Author: opensource (a] google.com 7707 7708 Copyright (c) 2008, Google Inc. 7709 All rights reserved. 7710 7711 Redistribution and use in source and binary forms, with or without 7712 modification, are permitted provided that the following conditions are 7713 met: 7714 7715 * Redistributions of source code must retain the above copyright 7716 notice, this list of conditions and the following disclaimer. 7717 * Redistributions in binary form must reproduce the above 7718 copyright notice, this list of conditions and the following disclaimer 7719 in the documentation and/or other materials provided with the 7720 distribution. 7721 * Neither the name of Google Inc. nor the names of its 7722 contributors may be used to endorse or promote products derived from 7723 this software without specific prior written permission. 7724 7725 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 7726 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 7727 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 7728 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 7729 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 7730 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT 7731 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 7732 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 7733 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 7734 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 7735 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 7736 7737 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 7738 </pre> 7739 <ul> 7740 7741 </ul> 7742 </div> 7743 </div> 7744 7745 7746 <div class="product"> 7747 <span class="title">glproto-1.4.14</span> 7748 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 7749 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span> 7750 <div class="licence"> 7751 <pre></pre> 7752 <ul> 7753 <li><a href='#SGI-B-2.0'>Gentoo Package Stock License SGI-B-2.0</a></li> 7754 </ul> 7755 </div> 7756 </div> 7757 7758 7759 <div class="product"> 7760 <span class="title">glu-9.0.0</span> 7761 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 7762 <span class="homepage"><a href="http://cgit.freedesktop.org/mesa/glu/">homepage</a></span> 7763 <div class="licence"> 7764 <pre></pre> 7765 <ul> 7766 <li><a href='#SGI-B-2.0'>Gentoo Package Stock License SGI-B-2.0</a></li> 7767 </ul> 7768 </div> 7769 </div> 7770 7771 7772 <div class="product"> 7773 <span class="title">gmerge-0.0.1</span> 7774 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 7775 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span> 7776 <div class="licence"> 7777 <pre></pre> 7778 <ul> 7779 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 7780 </ul> 7781 </div> 7782 </div> 7783 7784 7785 <div class="product"> 7786 <span class="title">gmock-1.6.0</span> 7787 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 7788 <span class="homepage"><a href="http://code.google.com/p/googlemock/">homepage</a></span> 7789 <div class="licence"> 7790 <pre>Scanned Source License gmock-1.6.0/COPYING: 7791 7792 Copyright 2008, Google Inc. 7793 All rights reserved. 7794 7795 Redistribution and use in source and binary forms, with or without 7796 modification, are permitted provided that the following conditions are 7797 met: 7798 7799 * Redistributions of source code must retain the above copyright 7800 notice, this list of conditions and the following disclaimer. 7801 * Redistributions in binary form must reproduce the above 7802 copyright notice, this list of conditions and the following disclaimer 7803 in the documentation and/or other materials provided with the 7804 distribution. 7805 * Neither the name of Google Inc. nor the names of its 7806 contributors may be used to endorse or promote products derived from 7807 this software without specific prior written permission. 7808 7809 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 7810 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 7811 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 7812 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 7813 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 7814 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT 7815 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 7816 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 7817 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 7818 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 7819 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 7820 7821 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 7822 7823 Scanned Source License gmock-1.6.0/gtest/COPYING: 7824 7825 Copyright 2008, Google Inc. 7826 All rights reserved. 7827 7828 Redistribution and use in source and binary forms, with or without 7829 modification, are permitted provided that the following conditions are 7830 met: 7831 7832 * Redistributions of source code must retain the above copyright 7833 notice, this list of conditions and the following disclaimer. 7834 * Redistributions in binary form must reproduce the above 7835 copyright notice, this list of conditions and the following disclaimer 7836 in the documentation and/or other materials provided with the 7837 distribution. 7838 * Neither the name of Google Inc. nor the names of its 7839 contributors may be used to endorse or promote products derived from 7840 this software without specific prior written permission. 7841 7842 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 7843 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 7844 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 7845 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 7846 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 7847 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT 7848 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 7849 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 7850 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 7851 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 7852 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 7853 7854 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 7855 7856 Scanned Source License gmock-1.6.0/scripts/generator/COPYING: 7857 7858 7859 Apache License 7860 Version 2.0, January 2004 7861 http://www.apache.org/licenses/ 7862 7863 TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION 7864 7865 1. Definitions. 7866 7867 "License" shall mean the terms and conditions for use, reproduction, 7868 and distribution as defined by Sections 1 through 9 of this document. 7869 7870 "Licensor" shall mean the copyright owner or entity authorized by 7871 the copyright owner that is granting the License. 7872 7873 "Legal Entity" shall mean the union of the acting entity and all 7874 other entities that control, are controlled by, or are under common 7875 control with that entity. For the purposes of this definition, 7876 "control" means (i) the power, direct or indirect, to cause the 7877 direction or management of such entity, whether by contract or 7878 otherwise, or (ii) ownership of fifty percent (50%) or more of the 7879 outstanding shares, or (iii) beneficial ownership of such entity. 7880 7881 "You" (or "Your") shall mean an individual or Legal Entity 7882 exercising permissions granted by this License. 7883 7884 "Source" form shall mean the preferred form for making modifications, 7885 including but not limited to software source code, documentation 7886 source, and configuration files. 7887 7888 "Object" form shall mean any form resulting from mechanical 7889 transformation or translation of a Source form, including but 7890 not limited to compiled object code, generated documentation, 7891 and conversions to other media types. 7892 7893 "Work" shall mean the work of authorship, whether in Source or 7894 Object form, made available under the License, as indicated by a 7895 copyright notice that is included in or attached to the work 7896 (an example is provided in the Appendix below). 7897 7898 "Derivative Works" shall mean any work, whether in Source or Object 7899 form, that is based on (or derived from) the Work and for which the 7900 editorial revisions, annotations, elaborations, or other modifications 7901 represent, as a whole, an original work of authorship. For the purposes 7902 of this License, Derivative Works shall not include works that remain 7903 separable from, or merely link (or bind by name) to the interfaces of, 7904 the Work and Derivative Works thereof. 7905 7906 "Contribution" shall mean any work of authorship, including 7907 the original version of the Work and any modifications or additions 7908 to that Work or Derivative Works thereof, that is intentionally 7909 submitted to Licensor for inclusion in the Work by the copyright owner 7910 or by an individual or Legal Entity authorized to submit on behalf of 7911 the copyright owner. For the purposes of this definition, "submitted" 7912 means any form of electronic, verbal, or written communication sent 7913 to the Licensor or its representatives, including but not limited to 7914 communication on electronic mailing lists, source code control systems, 7915 and issue tracking systems that are managed by, or on behalf of, the 7916 Licensor for the purpose of discussing and improving the Work, but 7917 excluding communication that is conspicuously marked or otherwise 7918 designated in writing by the copyright owner as "Not a Contribution." 7919 7920 "Contributor" shall mean Licensor and any individual or Legal Entity 7921 on behalf of whom a Contribution has been received by Licensor and 7922 subsequently incorporated within the Work. 7923 7924 2. Grant of Copyright License. Subject to the terms and conditions of 7925 this License, each Contributor hereby grants to You a perpetual, 7926 worldwide, non-exclusive, no-charge, royalty-free, irrevocable 7927 copyright license to reproduce, prepare Derivative Works of, 7928 publicly display, publicly perform, sublicense, and distribute the 7929 Work and such Derivative Works in Source or Object form. 7930 7931 3. Grant of Patent License. Subject to the terms and conditions of 7932 this License, each Contributor hereby grants to You a perpetual, 7933 worldwide, non-exclusive, no-charge, royalty-free, irrevocable 7934 (except as stated in this section) patent license to make, have made, 7935 use, offer to sell, sell, import, and otherwise transfer the Work, 7936 where such license applies only to those patent claims licensable 7937 by such Contributor that are necessarily infringed by their 7938 Contribution(s) alone or by combination of their Contribution(s) 7939 with the Work to which such Contribution(s) was submitted. If You 7940 institute patent litigation against any entity (including a 7941 cross-claim or counterclaim in a lawsuit) alleging that the Work 7942 or a Contribution incorporated within the Work constitutes direct 7943 or contributory patent infringement, then any patent licenses 7944 granted to You under this License for that Work shall terminate 7945 as of the date such litigation is filed. 7946 7947 4. Redistribution. You may reproduce and distribute copies of the 7948 Work or Derivative Works thereof in any medium, with or without 7949 modifications, and in Source or Object form, provided that You 7950 meet the following conditions: 7951 7952 (a) You must give any other recipients of the Work or 7953 Derivative Works a copy of this License; and 7954 7955 (b) You must cause any modified files to carry prominent notices 7956 stating that You changed the files; and 7957 7958 (c) You must retain, in the Source form of any Derivative Works 7959 that You distribute, all copyright, patent, trademark, and 7960 attribution notices from the Source form of the Work, 7961 excluding those notices that do not pertain to any part of 7962 the Derivative Works; and 7963 7964 (d) If the Work includes a "NOTICE" text file as part of its 7965 distribution, then any Derivative Works that You distribute must 7966 include a readable copy of the attribution notices contained 7967 within such NOTICE file, excluding those notices that do not 7968 pertain to any part of the Derivative Works, in at least one 7969 of the following places: within a NOTICE text file distributed 7970 as part of the Derivative Works; within the Source form or 7971 documentation, if provided along with the Derivative Works; or, 7972 within a display generated by the Derivative Works, if and 7973 wherever such third-party notices normally appear. The contents 7974 of the NOTICE file are for informational purposes only and 7975 do not modify the License. You may add Your own attribution 7976 notices within Derivative Works that You distribute, alongside 7977 or as an addendum to the NOTICE text from the Work, provided 7978 that such additional attribution notices cannot be construed 7979 as modifying the License. 7980 7981 You may add Your own copyright statement to Your modifications and 7982 may provide additional or different license terms and conditions 7983 for use, reproduction, or distribution of Your modifications, or 7984 for any such Derivative Works as a whole, provided Your use, 7985 reproduction, and distribution of the Work otherwise complies with 7986 the conditions stated in this License. 7987 7988 5. Submission of Contributions. Unless You explicitly state otherwise, 7989 any Contribution intentionally submitted for inclusion in the Work 7990 by You to the Licensor shall be under the terms and conditions of 7991 this License, without any additional terms or conditions. 7992 Notwithstanding the above, nothing herein shall supersede or modify 7993 the terms of any separate license agreement you may have executed 7994 with Licensor regarding such Contributions. 7995 7996 6. Trademarks. This License does not grant permission to use the trade 7997 names, trademarks, service marks, or product names of the Licensor, 7998 except as required for reasonable and customary use in describing the 7999 origin of the Work and reproducing the content of the NOTICE file. 8000 8001 7. Disclaimer of Warranty. Unless required by applicable law or 8002 agreed to in writing, Licensor provides the Work (and each 8003 Contributor provides its Contributions) on an "AS IS" BASIS, 8004 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or 8005 implied, including, without limitation, any warranties or conditions 8006 of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A 8007 PARTICULAR PURPOSE. You are solely responsible for determining the 8008 appropriateness of using or redistributing the Work and assume any 8009 risks associated with Your exercise of permissions under this License. 8010 8011 8. Limitation of Liability. In no event and under no legal theory, 8012 whether in tort (including negligence), contract, or otherwise, 8013 unless required by applicable law (such as deliberate and grossly 8014 negligent acts) or agreed to in writing, shall any Contributor be 8015 liable to You for damages, including any direct, indirect, special, 8016 incidental, or consequential damages of any character arising as a 8017 result of this License or out of the use or inability to use the 8018 Work (including but not limited to damages for loss of goodwill, 8019 work stoppage, computer failure or malfunction, or any and all 8020 other commercial damages or losses), even if such Contributor 8021 has been advised of the possibility of such damages. 8022 8023 9. Accepting Warranty or Additional Liability. While redistributing 8024 the Work or Derivative Works thereof, You may choose to offer, 8025 and charge a fee for, acceptance of support, warranty, indemnity, 8026 or other liability obligations and/or rights consistent with this 8027 License. However, in accepting such obligations, You may act only 8028 on Your own behalf and on Your sole responsibility, not on behalf 8029 of any other Contributor, and only if You agree to indemnify, 8030 defend, and hold each Contributor harmless for any liability 8031 incurred by, or claims asserted against, such Contributor by reason 8032 of your accepting any such warranty or additional liability. 8033 8034 END OF TERMS AND CONDITIONS 8035 8036 APPENDIX: How to apply the Apache License to your work. 8037 8038 To apply the Apache License to your work, attach the following 8039 boilerplate notice, with the fields enclosed by brackets "[]" 8040 replaced with your own identifying information. (Don't include 8041 the brackets!) The text should be enclosed in the appropriate 8042 comment syntax for the file format. We also recommend that a 8043 file or class name and description of purpose be included on the 8044 same "printed page" as the copyright notice for easier 8045 identification within third-party archives. 8046 8047 Copyright [2007] Neal Norwitz 8048 Portions Copyright [2007] Google Inc. 8049 8050 Licensed under the Apache License, Version 2.0 (the "License"); 8051 you may not use this file except in compliance with the License. 8052 You may obtain a copy of the License at 8053 8054 http://www.apache.org/licenses/LICENSE-2.0 8055 8056 Unless required by applicable law or agreed to in writing, software 8057 distributed under the License is distributed on an "AS IS" BASIS, 8058 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 8059 See the License for the specific language governing permissions and 8060 limitations under the License. 8061 8062 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 8063 </pre> 8064 <ul> 8065 8066 </ul> 8067 </div> 8068 </div> 8069 8070 8071 <div class="product"> 8072 <span class="title">gmp-5.0.2_p1</span> 8073 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 8074 <span class="homepage"><a href="http://gmplib.org/">homepage</a></span> 8075 <div class="licence"> 8076 <pre></pre> 8077 <ul> 8078 <li><a href='#LGPL-3'>Gentoo Package Stock License LGPL-3</a></li> 8079 </ul> 8080 </div> 8081 </div> 8082 8083 8084 <div class="product"> 8085 <span class="title">gobi-cromo-plugin-1.0.1</span> 8086 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 8087 <span class="homepage"><a href="">homepage</a></span> 8088 <div class="licence"> 8089 <pre></pre> 8090 <ul> 8091 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 8092 </ul> 8093 </div> 8094 </div> 8095 8096 8097 <div class="product"> 8098 <span class="title">gobi-firmware-1.0.61</span> 8099 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 8100 <span class="homepage"><a href="">homepage</a></span> 8101 <div class="licence"> 8102 <pre></pre> 8103 <ul> 8104 <li><a href='#Google-TOS'>Gentoo Package Stock License Google-TOS</a></li> 8105 </ul> 8106 </div> 8107 </div> 8108 8109 8110 <div class="product"> 8111 <span class="title">gobi-sdk-0.1</span> 8112 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 8113 <span class="homepage"><a href="">homepage</a></span> 8114 <div class="licence"> 8115 <pre></pre> 8116 <ul> 8117 <li><a href='#Google-TOS'>Gentoo Package Stock License Google-TOS</a></li> 8118 </ul> 8119 </div> 8120 </div> 8121 8122 8123 <div class="product"> 8124 <span class="title">gobi3k-lib-0.0.1</span> 8125 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 8126 <span class="homepage"><a href="">homepage</a></span> 8127 <div class="licence"> 8128 <pre></pre> 8129 <ul> 8130 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 8131 </ul> 8132 </div> 8133 </div> 8134 8135 8136 <div class="product"> 8137 <span class="title">gobi3k-sdk-1.0.1</span> 8138 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 8139 <span class="homepage"><a href="">homepage</a></span> 8140 <div class="licence"> 8141 <pre></pre> 8142 <ul> 8143 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 8144 </ul> 8145 </div> 8146 </div> 8147 8148 8149 <div class="product"> 8150 <span class="title">google-breakpad-1303</span> 8151 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 8152 <span class="homepage"><a href="http://code.google.com/p/google-breakpad">homepage</a></span> 8153 <div class="licence"> 8154 <pre></pre> 8155 <ul> 8156 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 8157 </ul> 8158 </div> 8159 </div> 8160 8161 8162 <div class="product"> 8163 <span class="title">GoogleChineseInput-cangjie-2.0.0.0</span> 8164 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 8165 <span class="homepage"><a href="http://www.google.com/inputtools">homepage</a></span> 8166 <div class="licence"> 8167 <pre></pre> 8168 <ul> 8169 <li><a href='#Google-TOS'>Gentoo Package Stock License Google-TOS</a></li> 8170 </ul> 8171 </div> 8172 </div> 8173 8174 8175 <div class="product"> 8176 <span class="title">GoogleChineseInput-pinyin-2.0.0.0</span> 8177 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 8178 <span class="homepage"><a href="http://www.google.com/inputtools">homepage</a></span> 8179 <div class="licence"> 8180 <pre></pre> 8181 <ul> 8182 <li><a href='#Google-TOS'>Gentoo Package Stock License Google-TOS</a></li> 8183 </ul> 8184 </div> 8185 </div> 8186 8187 8188 <div class="product"> 8189 <span class="title">GoogleChineseInput-zhuyin-2.0.0.0</span> 8190 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 8191 <span class="homepage"><a href="http://www.google.com/inputtools">homepage</a></span> 8192 <div class="licence"> 8193 <pre></pre> 8194 <ul> 8195 <li><a href='#Google-TOS'>Gentoo Package Stock License Google-TOS</a></li> 8196 </ul> 8197 </div> 8198 </div> 8199 8200 8201 <div class="product"> 8202 <span class="title">GoogleKeyboardInput-keyboards-1.3.2.3</span> 8203 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 8204 <span class="homepage"><a href="https://code.google.com/p/google-input-tools">homepage</a></span> 8205 <div class="licence"> 8206 <pre></pre> 8207 <ul> 8208 <li><a href='#Google-TOS'>Gentoo Package Stock License Google-TOS</a></li> 8209 </ul> 8210 </div> 8211 </div> 8212 8213 8214 <div class="product"> 8215 <span class="title">GoogleKeyboardInput-xkb-1.1.2.0</span> 8216 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 8217 <span class="homepage"><a href="http://www.google.com/inputtools">homepage</a></span> 8218 <div class="licence"> 8219 <pre></pre> 8220 <ul> 8221 <li><a href='#Google-TOS'>Gentoo Package Stock License Google-TOS</a></li> 8222 </ul> 8223 </div> 8224 </div> 8225 8226 8227 <div class="product"> 8228 <span class="title">gpsd-3.4</span> 8229 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 8230 <span class="homepage"><a href="http://catb.org/gpsd/">homepage</a></span> 8231 <div class="licence"> 8232 <pre>Scanned Source License gpsd-3.4/COPYING: 8233 8234 COPYRIGHTS 8235 8236 Compilation copyright is held by the GPSD project. All rights reserved. 8237 8238 GPSD project copyrights are assigned to the project lead, currently 8239 Eric S. Raymond. Other portions of the GPSD code are Copyright (c) 8240 1997, 1998, 1999, 2000, 2001, 2002 by Remco Treffkorn, and others 8241 Copyright (c) 2005 by Eric S. Raymond. For other copyrights, see 8242 individual files. 8243 8244 BSD LICENSE 8245 8246 Redistribution and use in source and binary forms, with or without 8247 modification, are permitted provided that the following conditions 8248 are met:<P> 8249 8250 Redistributions of source code must retain the above copyright 8251 notice, this list of conditions and the following disclaimer.<P> 8252 8253 Redistributions in binary form must reproduce the above copyright 8254 notice, this list of conditions and the following disclaimer in the 8255 documentation and/or other materials provided with the distribution.<P> 8256 8257 Neither name of the GPSD project nor the names of its contributors 8258 may be used to endorse or promote products derived from this software 8259 without specific prior written permission. 8260 8261 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 8262 ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 8263 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 8264 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR 8265 CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 8266 EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 8267 PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 8268 PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 8269 LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 8270 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 8271 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 8272 8273 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 8274 </pre> 8275 <ul> 8276 8277 </ul> 8278 </div> 8279 </div> 8280 8281 8282 <div class="product"> 8283 <span class="title">grep-2.14</span> 8284 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 8285 <span class="homepage"><a href="http://www.gnu.org/software/grep/">homepage</a></span> 8286 <div class="licence"> 8287 <pre></pre> 8288 <ul> 8289 <li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li> 8290 </ul> 8291 </div> 8292 </div> 8293 8294 8295 <div class="product"> 8296 <span class="title">gsm-1.0.13</span> 8297 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 8298 <span class="homepage"><a href="http://packages.qa.debian.org/libg/libgsm.html">homepage</a></span> 8299 <div class="licence"> 8300 <pre>Gentoo Package Stock License gsm: 8301 8302 Copyright 1992, 1993, 1994 by Jutta Degener and Carsten Bormann, 8303 Technische Universitaet Berlin 8304 8305 Any use of this software is permitted provided that this notice is not 8306 removed and that neither the authors nor the Technische Universitaet Berlin 8307 are deemed to have made any representations as to the suitability of this 8308 software for any purpose nor are held responsible for any defects of 8309 this software. THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE. 8310 8311 As a matter of courtesy, the authors request to be informed about uses 8312 this software has found, about bugs in this software, and about any 8313 improvements that may be of general interest. 8314 8315 Berlin, 28.11.1994 8316 Jutta Degener 8317 Carsten Bormann 8318 8319 oOo 8320 8321 Since the original terms of 15 years ago maybe do not make our 8322 intentions completely clear given today's refined usage of the legal 8323 terms, we append this additional permission: 8324 8325 Permission to use, copy, modify, and distribute this software 8326 for any purpose with or without fee is hereby granted, 8327 provided that this notice is not removed and that neither 8328 the authors nor the Technische Universitaet Berlin are 8329 deemed to have made any representations as to the suitability 8330 of this software for any purpose nor are held responsible 8331 for any defects of this software. THERE IS ABSOLUTELY NO 8332 WARRANTY FOR THIS SOFTWARE. 8333 8334 Berkeley/Bremen, 05.04.2009 8335 Jutta Degener 8336 Carsten Bormann 8337 8338 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 8339 </pre> 8340 <ul> 8341 8342 </ul> 8343 </div> 8344 </div> 8345 8346 8347 <div class="product"> 8348 <span class="title">gtalk-62219080</span> 8349 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 8350 <span class="homepage"><a href="http://www.google.com">homepage</a></span> 8351 <div class="licence"> 8352 <pre></pre> 8353 <ul> 8354 <li><a href='#Google-TOS'>Gentoo Package Stock License Google-TOS</a></li> 8355 </ul> 8356 </div> 8357 </div> 8358 8359 8360 <div class="product"> 8361 <span class="title">gtest-1.6.0</span> 8362 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 8363 <span class="homepage"><a href="http://code.google.com/p/googletest/">homepage</a></span> 8364 <div class="licence"> 8365 <pre>Scanned Source License gtest-1.6.0/COPYING: 8366 8367 Copyright 2008, Google Inc. 8368 All rights reserved. 8369 8370 Redistribution and use in source and binary forms, with or without 8371 modification, are permitted provided that the following conditions are 8372 met: 8373 8374 * Redistributions of source code must retain the above copyright 8375 notice, this list of conditions and the following disclaimer. 8376 * Redistributions in binary form must reproduce the above 8377 copyright notice, this list of conditions and the following disclaimer 8378 in the documentation and/or other materials provided with the 8379 distribution. 8380 * Neither the name of Google Inc. nor the names of its 8381 contributors may be used to endorse or promote products derived from 8382 this software without specific prior written permission. 8383 8384 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 8385 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 8386 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 8387 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 8388 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 8389 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT 8390 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 8391 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 8392 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 8393 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 8394 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 8395 8396 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 8397 </pre> 8398 <ul> 8399 8400 </ul> 8401 </div> 8402 </div> 8403 8404 8405 <div class="product"> 8406 <span class="title">gtk+-2.20.1</span> 8407 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 8408 <span class="homepage"><a href="http://www.gtk.org/">homepage</a></span> 8409 <div class="licence"> 8410 <pre></pre> 8411 <ul> 8412 <li><a href='#LGPL-2'>Gentoo Package Stock License LGPL-2</a></li> 8413 </ul> 8414 </div> 8415 </div> 8416 8417 8418 <div class="product"> 8419 <span class="title">gtk-doc-am-1.18</span> 8420 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 8421 <span class="homepage"><a href="http://www.gtk.org/gtk-doc/">homepage</a></span> 8422 <div class="licence"> 8423 <pre>Gentoo Package Stock License FDL-1.1: 8424 8425 GNU Free Documentation License 8426 Version 1.1, March 2000 8427 8428 Copyright (C) 2000 Free Software Foundation, Inc. 8429 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 8430 Everyone is permitted to copy and distribute verbatim copies 8431 of this license document, but changing it is not allowed. 8432 8433 8434 0. PREAMBLE 8435 8436 The purpose of this License is to make a manual, textbook, or other 8437 written document "free" in the sense of freedom: to assure everyone 8438 the effective freedom to copy and redistribute it, with or without 8439 modifying it, either commercially or noncommercially. Secondarily, 8440 this License preserves for the author and publisher a way to get 8441 credit for their work, while not being considered responsible for 8442 modifications made by others. 8443 8444 This License is a kind of "copyleft", which means that derivative 8445 works of the document must themselves be free in the same sense. It 8446 complements the GNU General Public License, which is a copyleft 8447 license designed for free software. 8448 8449 We have designed this License in order to use it for manuals for free 8450 software, because free software needs free documentation: a free 8451 program should come with manuals providing the same freedoms that the 8452 software does. But this License is not limited to software manuals; 8453 it can be used for any textual work, regardless of subject matter or 8454 whether it is published as a printed book. We recommend this License 8455 principally for works whose purpose is instruction or reference. 8456 8457 8458 1. APPLICABILITY AND DEFINITIONS 8459 8460 This License applies to any manual or other work that contains a 8461 notice placed by the copyright holder saying it can be distributed 8462 under the terms of this License. The "Document", below, refers to any 8463 such manual or work. Any member of the public is a licensee, and is 8464 addressed as "you". 8465 8466 A "Modified Version" of the Document means any work containing the 8467 Document or a portion of it, either copied verbatim, or with 8468 modifications and/or translated into another language. 8469 8470 A "Secondary Section" is a named appendix or a front-matter section of 8471 the Document that deals exclusively with the relationship of the 8472 publishers or authors of the Document to the Document's overall subject 8473 (or to related matters) and contains nothing that could fall directly 8474 within that overall subject. (For example, if the Document is in part a 8475 textbook of mathematics, a Secondary Section may not explain any 8476 mathematics.) The relationship could be a matter of historical 8477 connection with the subject or with related matters, or of legal, 8478 commercial, philosophical, ethical or political position regarding 8479 them. 8480 8481 The "Invariant Sections" are certain Secondary Sections whose titles 8482 are designated, as being those of Invariant Sections, in the notice 8483 that says that the Document is released under this License. 8484 8485 The "Cover Texts" are certain short passages of text that are listed, 8486 as Front-Cover Texts or Back-Cover Texts, in the notice that says that 8487 the Document is released under this License. 8488 8489 A "Transparent" copy of the Document means a machine-readable copy, 8490 represented in a format whose specification is available to the 8491 general public, whose contents can be viewed and edited directly and 8492 straightforwardly with generic text editors or (for images composed of 8493 pixels) generic paint programs or (for drawings) some widely available 8494 drawing editor, and that is suitable for input to text formatters or 8495 for automatic translation to a variety of formats suitable for input 8496 to text formatters. A copy made in an otherwise Transparent file 8497 format whose markup has been designed to thwart or discourage 8498 subsequent modification by readers is not Transparent. A copy that is 8499 not "Transparent" is called "Opaque". 8500 8501 Examples of suitable formats for Transparent copies include plain 8502 ASCII without markup, Texinfo input format, LaTeX input format, SGML 8503 or XML using a publicly available DTD, and standard-conforming simple 8504 HTML designed for human modification. Opaque formats include 8505 PostScript, PDF, proprietary formats that can be read and edited only 8506 by proprietary word processors, SGML or XML for which the DTD and/or 8507 processing tools are not generally available, and the 8508 machine-generated HTML produced by some word processors for output 8509 purposes only. 8510 8511 The "Title Page" means, for a printed book, the title page itself, 8512 plus such following pages as are needed to hold, legibly, the material 8513 this License requires to appear in the title page. For works in 8514 formats which do not have any title page as such, "Title Page" means 8515 the text near the most prominent appearance of the work's title, 8516 preceding the beginning of the body of the text. 8517 8518 8519 2. VERBATIM COPYING 8520 8521 You may copy and distribute the Document in any medium, either 8522 commercially or noncommercially, provided that this License, the 8523 copyright notices, and the license notice saying this License applies 8524 to the Document are reproduced in all copies, and that you add no other 8525 conditions whatsoever to those of this License. You may not use 8526 technical measures to obstruct or control the reading or further 8527 copying of the copies you make or distribute. However, you may accept 8528 compensation in exchange for copies. If you distribute a large enough 8529 number of copies you must also follow the conditions in section 3. 8530 8531 You may also lend copies, under the same conditions stated above, and 8532 you may publicly display copies. 8533 8534 8535 3. COPYING IN QUANTITY 8536 8537 If you publish printed copies of the Document numbering more than 100, 8538 and the Document's license notice requires Cover Texts, you must enclose 8539 the copies in covers that carry, clearly and legibly, all these Cover 8540 Texts: Front-Cover Texts on the front cover, and Back-Cover Texts on 8541 the back cover. Both covers must also clearly and legibly identify 8542 you as the publisher of these copies. The front cover must present 8543 the full title with all words of the title equally prominent and 8544 visible. You may add other material on the covers in addition. 8545 Copying with changes limited to the covers, as long as they preserve 8546 the title of the Document and satisfy these conditions, can be treated 8547 as verbatim copying in other respects. 8548 8549 If the required texts for either cover are too voluminous to fit 8550 legibly, you should put the first ones listed (as many as fit 8551 reasonably) on the actual cover, and continue the rest onto adjacent 8552 pages. 8553 8554 If you publish or distribute Opaque copies of the Document numbering 8555 more than 100, you must either include a machine-readable Transparent 8556 copy along with each Opaque copy, or state in or with each Opaque copy 8557 a publicly-accessible computer-network location containing a complete 8558 Transparent copy of the Document, free of added material, which the 8559 general network-using public has access to download anonymously at no 8560 charge using public-standard network protocols. If you use the latter 8561 option, you must take reasonably prudent steps, when you begin 8562 distribution of Opaque copies in quantity, to ensure that this 8563 Transparent copy will remain thus accessible at the stated location 8564 until at least one year after the last time you distribute an Opaque 8565 copy (directly or through your agents or retailers) of that edition to 8566 the public. 8567 8568 It is requested, but not required, that you contact the authors of the 8569 Document well before redistributing any large number of copies, to give 8570 them a chance to provide you with an updated version of the Document. 8571 8572 8573 4. MODIFICATIONS 8574 8575 You may copy and distribute a Modified Version of the Document under 8576 the conditions of sections 2 and 3 above, provided that you release 8577 the Modified Version under precisely this License, with the Modified 8578 Version filling the role of the Document, thus licensing distribution 8579 and modification of the Modified Version to whoever possesses a copy 8580 of it. In addition, you must do these things in the Modified Version: 8581 8582 A. Use in the Title Page (and on the covers, if any) a title distinct 8583 from that of the Document, and from those of previous versions 8584 (which should, if there were any, be listed in the History section 8585 of the Document). You may use the same title as a previous version 8586 if the original publisher of that version gives permission. 8587 B. List on the Title Page, as authors, one or more persons or entities 8588 responsible for authorship of the modifications in the Modified 8589 Version, together with at least five of the principal authors of the 8590 Document (all of its principal authors, if it has less than five). 8591 C. State on the Title page the name of the publisher of the 8592 Modified Version, as the publisher. 8593 D. Preserve all the copyright notices of the Document. 8594 E. Add an appropriate copyright notice for your modifications 8595 adjacent to the other copyright notices. 8596 F. Include, immediately after the copyright notices, a license notice 8597 giving the public permission to use the Modified Version under the 8598 terms of this License, in the form shown in the Addendum below. 8599 G. Preserve in that license notice the full lists of Invariant Sections 8600 and required Cover Texts given in the Document's license notice. 8601 H. Include an unaltered copy of this License. 8602 I. Preserve the section entitled "History", and its title, and add to 8603 it an item stating at least the title, year, new authors, and 8604 publisher of the Modified Version as given on the Title Page. If 8605 there is no section entitled "History" in the Document, create one 8606 stating the title, year, authors, and publisher of the Document as 8607 given on its Title Page, then add an item describing the Modified 8608 Version as stated in the previous sentence. 8609 J. Preserve the network location, if any, given in the Document for 8610 public access to a Transparent copy of the Document, and likewise 8611 the network locations given in the Document for previous versions 8612 it was based on. These may be placed in the "History" section. 8613 You may omit a network location for a work that was published at 8614 least four years before the Document itself, or if the original 8615 publisher of the version it refers to gives permission. 8616 K. In any section entitled "Acknowledgements" or "Dedications", 8617 preserve the section's title, and preserve in the section all the 8618 substance and tone of each of the contributor acknowledgements 8619 and/or dedications given therein. 8620 L. Preserve all the Invariant Sections of the Document, 8621 unaltered in their text and in their titles. Section numbers 8622 or the equivalent are not considered part of the section titles. 8623 M. Delete any section entitled "Endorsements". Such a section 8624 may not be included in the Modified Version. 8625 N. Do not retitle any existing section as "Endorsements" 8626 or to conflict in title with any Invariant Section. 8627 8628 If the Modified Version includes new front-matter sections or 8629 appendices that qualify as Secondary Sections and contain no material 8630 copied from the Document, you may at your option designate some or all 8631 of these sections as invariant. To do this, add their titles to the 8632 list of Invariant Sections in the Modified Version's license notice. 8633 These titles must be distinct from any other section titles. 8634 8635 You may add a section entitled "Endorsements", provided it contains 8636 nothing but endorsements of your Modified Version by various 8637 parties--for example, statements of peer review or that the text has 8638 been approved by an organization as the authoritative definition of a 8639 standard. 8640 8641 You may add a passage of up to five words as a Front-Cover Text, and a 8642 passage of up to 25 words as a Back-Cover Text, to the end of the list 8643 of Cover Texts in the Modified Version. Only one passage of 8644 Front-Cover Text and one of Back-Cover Text may be added by (or 8645 through arrangements made by) any one entity. If the Document already 8646 includes a cover text for the same cover, previously added by you or 8647 by arrangement made by the same entity you are acting on behalf of, 8648 you may not add another; but you may replace the old one, on explicit 8649 permission from the previous publisher that added the old one. 8650 8651 The author(s) and publisher(s) of the Document do not by this License 8652 give permission to use their names for publicity for or to assert or 8653 imply endorsement of any Modified Version. 8654 8655 8656 5. COMBINING DOCUMENTS 8657 8658 You may combine the Document with other documents released under this 8659 License, under the terms defined in section 4 above for modified 8660 versions, provided that you include in the combination all of the 8661 Invariant Sections of all of the original documents, unmodified, and 8662 list them all as Invariant Sections of your combined work in its 8663 license notice. 8664 8665 The combined work need only contain one copy of this License, and 8666 multiple identical Invariant Sections may be replaced with a single 8667 copy. If there are multiple Invariant Sections with the same name but 8668 different contents, make the title of each such section unique by 8669 adding at the end of it, in parentheses, the name of the original 8670 author or publisher of that section if known, or else a unique number. 8671 Make the same adjustment to the section titles in the list of 8672 Invariant Sections in the license notice of the combined work. 8673 8674 In the combination, you must combine any sections entitled "History" 8675 in the various original documents, forming one section entitled 8676 "History"; likewise combine any sections entitled "Acknowledgements", 8677 and any sections entitled "Dedications". You must delete all sections 8678 entitled "Endorsements." 8679 8680 8681 6. COLLECTIONS OF DOCUMENTS 8682 8683 You may make a collection consisting of the Document and other documents 8684 released under this License, and replace the individual copies of this 8685 License in the various documents with a single copy that is included in 8686 the collection, provided that you follow the rules of this License for 8687 verbatim copying of each of the documents in all other respects. 8688 8689 You may extract a single document from such a collection, and distribute 8690 it individually under this License, provided you insert a copy of this 8691 License into the extracted document, and follow this License in all 8692 other respects regarding verbatim copying of that document. 8693 8694 8695 7. AGGREGATION WITH INDEPENDENT WORKS 8696 8697 A compilation of the Document or its derivatives with other separate 8698 and independent documents or works, in or on a volume of a storage or 8699 distribution medium, does not as a whole count as a Modified Version 8700 of the Document, provided no compilation copyright is claimed for the 8701 compilation. Such a compilation is called an "aggregate", and this 8702 License does not apply to the other self-contained works thus compiled 8703 with the Document, on account of their being thus compiled, if they 8704 are not themselves derivative works of the Document. 8705 8706 If the Cover Text requirement of section 3 is applicable to these 8707 copies of the Document, then if the Document is less than one quarter 8708 of the entire aggregate, the Document's Cover Texts may be placed on 8709 covers that surround only the Document within the aggregate. 8710 Otherwise they must appear on covers around the whole aggregate. 8711 8712 8713 8. TRANSLATION 8714 8715 Translation is considered a kind of modification, so you may 8716 distribute translations of the Document under the terms of section 4. 8717 Replacing Invariant Sections with translations requires special 8718 permission from their copyright holders, but you may include 8719 translations of some or all Invariant Sections in addition to the 8720 original versions of these Invariant Sections. You may include a 8721 translation of this License provided that you also include the 8722 original English version of this License. In case of a disagreement 8723 between the translation and the original English version of this 8724 License, the original English version will prevail. 8725 8726 8727 9. TERMINATION 8728 8729 You may not copy, modify, sublicense, or distribute the Document except 8730 as expressly provided for under this License. Any other attempt to 8731 copy, modify, sublicense or distribute the Document is void, and will 8732 automatically terminate your rights under this License. However, 8733 parties who have received copies, or rights, from you under this 8734 License will not have their licenses terminated so long as such 8735 parties remain in full compliance. 8736 8737 8738 10. FUTURE REVISIONS OF THIS LICENSE 8739 8740 The Free Software Foundation may publish new, revised versions 8741 of the GNU Free Documentation License from time to time. Such new 8742 versions will be similar in spirit to the present version, but may 8743 differ in detail to address new problems or concerns. See 8744 http://www.gnu.org/copyleft/. 8745 8746 Each version of the License is given a distinguishing version number. 8747 If the Document specifies that a particular numbered version of this 8748 License "or any later version" applies to it, you have the option of 8749 following the terms and conditions either of that specified version or 8750 of any later version that has been published (not as a draft) by the 8751 Free Software Foundation. If the Document does not specify a version 8752 number of this License, you may choose any version ever published (not 8753 as a draft) by the Free Software Foundation. 8754 8755 8756 ADDENDUM: How to use this License for your documents 8757 8758 To use this License in a document you have written, include a copy of 8759 the License in the document and put the following copyright and 8760 license notices just after the title page: 8761 8762 Copyright (c) YEAR YOUR NAME. 8763 Permission is granted to copy, distribute and/or modify this document 8764 under the terms of the GNU Free Documentation License, Version 1.1 8765 or any later version published by the Free Software Foundation; 8766 with the Invariant Sections being LIST THEIR TITLES, with the 8767 Front-Cover Texts being LIST, and with the Back-Cover Texts being LIST. 8768 A copy of the license is included in the section entitled "GNU 8769 Free Documentation License". 8770 8771 If you have no Invariant Sections, write "with no Invariant Sections" 8772 instead of saying which ones are invariant. If you have no 8773 Front-Cover Texts, write "no Front-Cover Texts" instead of 8774 "Front-Cover Texts being LIST"; likewise for Back-Cover Texts. 8775 8776 If your document contains nontrivial examples of program code, we 8777 recommend releasing these examples in parallel under your choice of 8778 free software license, such as the GNU General Public License, 8779 to permit their use in free software. 8780 8781 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 8782 </pre> 8783 <ul> 8784 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 8785 </ul> 8786 </div> 8787 </div> 8788 8789 8790 <div class="product"> 8791 <span class="title">gzip-1.5</span> 8792 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 8793 <span class="homepage"><a href="http://www.gnu.org/software/gzip/">homepage</a></span> 8794 <div class="licence"> 8795 <pre></pre> 8796 <ul> 8797 <li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li> 8798 </ul> 8799 </div> 8800 </div> 8801 8802 8803 <div class="product"> 8804 <span class="title">harfbuzz-0.9.27</span> 8805 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 8806 <span class="homepage"><a href="http://www.freedesktop.org/wiki/Software/HarfBuzz">homepage</a></span> 8807 <div class="licence"> 8808 <pre>Scanned Source License harfbuzz-0.9.27/COPYING: 8809 8810 HarfBuzz is licensed under the so-called "Old MIT" license. Details follow. 8811 For parts of HarfBuzz that are licensed under different licenses see individual 8812 files names COPYING in subdirectories where applicable. 8813 8814 Copyright 2010,2011,2012 Google, Inc. 8815 Copyright 2012 Mozilla Foundation 8816 Copyright 2011 Codethink Limited 8817 Copyright 2008,2010 Nokia Corporation and/or its subsidiary(-ies) 8818 Copyright 2009 Keith Stribley 8819 Copyright 2009 Martin Hosken and SIL International 8820 Copyright 2007 Chris Wilson 8821 Copyright 2006 Behdad Esfahbod 8822 Copyright 2005 David Turner 8823 Copyright 2004,2007,2008,2009,2010 Red Hat, Inc. 8824 Copyright 1998-2004 David Turner and Werner Lemberg 8825 8826 For full copyright notices consult the individual files in the package. 8827 8828 8829 Permission is hereby granted, without written agreement and without 8830 license or royalty fees, to use, copy, modify, and distribute this 8831 software and its documentation for any purpose, provided that the 8832 above copyright notice and the following two paragraphs appear in 8833 all copies of this software. 8834 8835 IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR 8836 DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES 8837 ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN 8838 IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH 8839 DAMAGE. 8840 8841 THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, 8842 BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND 8843 FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS 8844 ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO 8845 PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. 8846 8847 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 8848 8849 Scanned Source License harfbuzz-0.9.27/src/hb-ucdn/COPYING: 8850 8851 The contents of this directory are licensed under the following terms: 8852 8853 Permission to use, copy, modify, and/or distribute this software for any 8854 purpose with or without fee is hereby granted, provided that the above 8855 copyright notice and this permission notice appear in all copies. 8856 8857 THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES 8858 WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF 8859 MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR 8860 ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 8861 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 8862 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 8863 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 8864 8865 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 8866 8867 Scanned Source License harfbuzz-0.9.27/test/shaping/texts/in-tree/shaper-arabic/script-arabic/language-urdu/crulp/ligatures/LICENSE: 8868 8869 CC BY-NC-SA 3.0 8870 http://www.crulp.org/software/license/CreativeCommons.html 8871 https://creativecommons.org/licenses/by-nc-sa/3.0/ 8872 8873 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 8874 8875 Scanned Source License harfbuzz-0.9.27/test/shaping/texts/in-tree/shaper-indic/indic/script-assamese/utrrs/LICENSE: 8876 8877 Copyright (c) 2010 Red Hat Inc. 8878 8879 Permission is hereby granted, free of charge, to any person obtaining a copy 8880 of this software and associated documentation files (the "Software"), to deal 8881 in the Software without restriction, including without limitation the rights 8882 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 8883 copies of the Software, and to permit persons to whom the Software is 8884 furnished to do so, subject to the following conditions: 8885 8886 The above copyright notice and this permission notice shall be included in 8887 all copies or substantial portions of the Software. 8888 8889 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 8890 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 8891 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 8892 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 8893 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 8894 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 8895 THE SOFTWARE. 8896 8897 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 8898 8899 Scanned Source License harfbuzz-0.9.27/test/shaping/texts/in-tree/shaper-indic/indic/script-bengali/utrrs/LICENSE: 8900 8901 Copyright (c) 2010 Red Hat Inc. 8902 8903 Permission is hereby granted, free of charge, to any person obtaining a copy 8904 of this software and associated documentation files (the "Software"), to deal 8905 in the Software without restriction, including without limitation the rights 8906 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 8907 copies of the Software, and to permit persons to whom the Software is 8908 furnished to do so, subject to the following conditions: 8909 8910 The above copyright notice and this permission notice shall be included in 8911 all copies or substantial portions of the Software. 8912 8913 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 8914 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 8915 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 8916 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 8917 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 8918 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 8919 THE SOFTWARE. 8920 8921 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 8922 8923 Scanned Source License harfbuzz-0.9.27/test/shaping/texts/in-tree/shaper-indic/indic/script-devanagari/utrrs/LICENSE: 8924 8925 Copyright (c) 2010 Red Hat Inc. 8926 8927 Permission is hereby granted, free of charge, to any person obtaining a copy 8928 of this software and associated documentation files (the "Software"), to deal 8929 in the Software without restriction, including without limitation the rights 8930 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 8931 copies of the Software, and to permit persons to whom the Software is 8932 furnished to do so, subject to the following conditions: 8933 8934 The above copyright notice and this permission notice shall be included in 8935 all copies or substantial portions of the Software. 8936 8937 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 8938 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 8939 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 8940 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 8941 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 8942 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 8943 THE SOFTWARE. 8944 8945 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 8946 8947 Scanned Source License harfbuzz-0.9.27/test/shaping/texts/in-tree/shaper-indic/indic/script-gujarati/utrrs/LICENSE: 8948 8949 Copyright (c) 2010 Red Hat Inc. 8950 8951 Permission is hereby granted, free of charge, to any person obtaining a copy 8952 of this software and associated documentation files (the "Software"), to deal 8953 in the Software without restriction, including without limitation the rights 8954 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 8955 copies of the Software, and to permit persons to whom the Software is 8956 furnished to do so, subject to the following conditions: 8957 8958 The above copyright notice and this permission notice shall be included in 8959 all copies or substantial portions of the Software. 8960 8961 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 8962 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 8963 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 8964 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 8965 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 8966 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 8967 THE SOFTWARE. 8968 8969 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 8970 8971 Scanned Source License harfbuzz-0.9.27/test/shaping/texts/in-tree/shaper-indic/indic/script-gurmukhi/utrrs/LICENSE: 8972 8973 Copyright (c) 2010 Red Hat Inc. 8974 8975 Permission is hereby granted, free of charge, to any person obtaining a copy 8976 of this software and associated documentation files (the "Software"), to deal 8977 in the Software without restriction, including without limitation the rights 8978 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 8979 copies of the Software, and to permit persons to whom the Software is 8980 furnished to do so, subject to the following conditions: 8981 8982 The above copyright notice and this permission notice shall be included in 8983 all copies or substantial portions of the Software. 8984 8985 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 8986 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 8987 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 8988 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 8989 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 8990 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 8991 THE SOFTWARE. 8992 8993 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 8994 8995 Scanned Source License harfbuzz-0.9.27/test/shaping/texts/in-tree/shaper-indic/indic/script-kannada/utrrs/LICENSE: 8996 8997 Copyright (c) 2010 Red Hat Inc. 8998 8999 Permission is hereby granted, free of charge, to any person obtaining a copy 9000 of this software and associated documentation files (the "Software"), to deal 9001 in the Software without restriction, including without limitation the rights 9002 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9003 copies of the Software, and to permit persons to whom the Software is 9004 furnished to do so, subject to the following conditions: 9005 9006 The above copyright notice and this permission notice shall be included in 9007 all copies or substantial portions of the Software. 9008 9009 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 9010 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 9011 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 9012 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 9013 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 9014 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 9015 THE SOFTWARE. 9016 9017 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 9018 9019 Scanned Source License harfbuzz-0.9.27/test/shaping/texts/in-tree/shaper-indic/indic/script-malayalam/utrrs/LICENSE: 9020 9021 Copyright (c) 2010 Red Hat Inc. 9022 9023 Permission is hereby granted, free of charge, to any person obtaining a copy 9024 of this software and associated documentation files (the "Software"), to deal 9025 in the Software without restriction, including without limitation the rights 9026 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9027 copies of the Software, and to permit persons to whom the Software is 9028 furnished to do so, subject to the following conditions: 9029 9030 The above copyright notice and this permission notice shall be included in 9031 all copies or substantial portions of the Software. 9032 9033 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 9034 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 9035 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 9036 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 9037 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 9038 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 9039 THE SOFTWARE. 9040 9041 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 9042 9043 Scanned Source License harfbuzz-0.9.27/test/shaping/texts/in-tree/shaper-indic/indic/script-oriya/utrrs/LICENSE: 9044 9045 Copyright (c) 2010 Red Hat Inc. 9046 9047 Permission is hereby granted, free of charge, to any person obtaining a copy 9048 of this software and associated documentation files (the "Software"), to deal 9049 in the Software without restriction, including without limitation the rights 9050 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9051 copies of the Software, and to permit persons to whom the Software is 9052 furnished to do so, subject to the following conditions: 9053 9054 The above copyright notice and this permission notice shall be included in 9055 all copies or substantial portions of the Software. 9056 9057 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 9058 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 9059 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 9060 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 9061 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 9062 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 9063 THE SOFTWARE. 9064 9065 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 9066 9067 Scanned Source License harfbuzz-0.9.27/test/shaping/texts/in-tree/shaper-indic/indic/script-sinhala/utrrs/LICENSE: 9068 9069 Copyright (c) 2010 Red Hat Inc. 9070 9071 Permission is hereby granted, free of charge, to any person obtaining a copy 9072 of this software and associated documentation files (the "Software"), to deal 9073 in the Software without restriction, including without limitation the rights 9074 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9075 copies of the Software, and to permit persons to whom the Software is 9076 furnished to do so, subject to the following conditions: 9077 9078 The above copyright notice and this permission notice shall be included in 9079 all copies or substantial portions of the Software. 9080 9081 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 9082 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 9083 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 9084 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 9085 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 9086 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 9087 THE SOFTWARE. 9088 9089 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 9090 9091 Scanned Source License harfbuzz-0.9.27/test/shaping/texts/in-tree/shaper-indic/indic/script-tamil/utrrs/LICENSE: 9092 9093 Copyright (c) 2010 Red Hat Inc. 9094 9095 Permission is hereby granted, free of charge, to any person obtaining a copy 9096 of this software and associated documentation files (the "Software"), to deal 9097 in the Software without restriction, including without limitation the rights 9098 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9099 copies of the Software, and to permit persons to whom the Software is 9100 furnished to do so, subject to the following conditions: 9101 9102 The above copyright notice and this permission notice shall be included in 9103 all copies or substantial portions of the Software. 9104 9105 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 9106 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 9107 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 9108 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 9109 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 9110 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 9111 THE SOFTWARE. 9112 9113 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 9114 9115 Scanned Source License harfbuzz-0.9.27/test/shaping/texts/in-tree/shaper-indic/indic/script-telugu/utrrs/LICENSE: 9116 9117 Copyright (c) 2010 Red Hat Inc. 9118 9119 Permission is hereby granted, free of charge, to any person obtaining a copy 9120 of this software and associated documentation files (the "Software"), to deal 9121 in the Software without restriction, including without limitation the rights 9122 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9123 copies of the Software, and to permit persons to whom the Software is 9124 furnished to do so, subject to the following conditions: 9125 9126 The above copyright notice and this permission notice shall be included in 9127 all copies or substantial portions of the Software. 9128 9129 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 9130 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 9131 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 9132 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 9133 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 9134 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 9135 THE SOFTWARE. 9136 9137 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 9138 9139 Gentoo Package Stock License icu: 9140 9141 ICU License - ICU 1.8.1 and later 9142 9143 COPYRIGHT AND PERMISSION NOTICE 9144 9145 Copyright (c) 1995-2003 International Business Machines Corporation and others 9146 All rights reserved. 9147 9148 Permission is hereby granted, free of charge, to any person obtaining a 9149 copy of this software and associated documentation files (the 9150 "Software"), to deal in the Software without restriction, including 9151 without limitation the rights to use, copy, modify, merge, publish, 9152 distribute, and/or sell copies of the Software, and to permit persons 9153 to whom the Software is furnished to do so, provided that the above 9154 copyright notice(s) and this permission notice appear in all copies of 9155 the Software and that both the above copyright notice(s) and this 9156 permission notice appear in supporting documentation. 9157 9158 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 9159 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 9160 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT 9161 OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR 9162 HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL 9163 INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING 9164 FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, 9165 NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION 9166 WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 9167 9168 Except as contained in this notice, the name of a copyright holder 9169 shall not be used in advertising or otherwise to promote the sale, use 9170 or other dealings in this Software without prior written authorization 9171 of the copyright holder. 9172 9173 -------------------------------------------------------------------------------- 9174 All trademarks and registered trademarks mentioned herein are the property of their respective owners. 9175 9176 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 9177 </pre> 9178 <ul> 9179 <li><a href='#ISC'>Gentoo Package Stock License ISC</a></li> 9180 </ul> 9181 </div> 9182 </div> 9183 9184 9185 <div class="product"> 9186 <span class="title">hdctools-0.0.1</span> 9187 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 9188 <span class="homepage"><a href="">homepage</a></span> 9189 <div class="licence"> 9190 <pre></pre> 9191 <ul> 9192 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 9193 </ul> 9194 </div> 9195 </div> 9196 9197 9198 <div class="product"> 9199 <span class="title">hdparm-9.39</span> 9200 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 9201 <span class="homepage"><a href="http://sourceforge.net/projects/hdparm/">homepage</a></span> 9202 <div class="licence"> 9203 <pre>Scanned Source License hdparm-9.39/LICENSE.TXT: 9204 9205 BSD-Style Open Source License: 9206 9207 You may freely use, modify, and redistribute the hdparm program, 9208 as either binary or source, or both. 9209 9210 The only condition is that my name and copyright notice 9211 remain in the source code as-is. 9212 9213 Mark Lord (mlord (a] pobox.com) 9214 9215 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 9216 9217 Scanned Source License hdparm-9.39/debian/copyright: 9218 9219 This package was debianized by Christopher L Cheney <ccheney (a] debian.org> on 9220 Wed, 21 Nov 2001 15:51:14 -0600. 9221 9222 It was downloaded from http://www.ibiblio.org/pub/Linux/system/hardware 9223 9224 Upstream Author: Mark S. Lord <mlord (a] pobox.com> 9225 9226 Copyright: 9227 9228 /* hdparm.c - Command line interface to get/set hard disk parameters */ 9229 /* - by Mark Lord 1994-2008 -- freely distributable */ 9230 9231 You are free to distribute this software under the terms of the BSD License. 9232 On Debian systems, the complete text of the BSD License can be found in 9233 /usr/share/common-licenses/BSD 9234 9235 9236 9237 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 9238 </pre> 9239 <ul> 9240 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 9241 </ul> 9242 </div> 9243 </div> 9244 9245 9246 <div class="product"> 9247 <span class="title">hostapd-2.1</span> 9248 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 9249 <span class="homepage"><a href="http://hostap.epitest.fi">homepage</a></span> 9250 <div class="licence"> 9251 <pre></pre> 9252 <ul> 9253 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 9254 </ul> 9255 </div> 9256 </div> 9257 9258 9259 <div class="product"> 9260 <span class="title">htmltidy-20090325</span> 9261 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 9262 <span class="homepage"><a href="http://tidy.sourceforge.net/">homepage</a></span> 9263 <div class="licence"> 9264 <pre></pre> 9265 <ul> 9266 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 9267 </ul> 9268 </div> 9269 </div> 9270 9271 9272 <div class="product"> 9273 <span class="title">htpdate-1.0.4</span> 9274 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 9275 <span class="homepage"><a href="http://www.clevervest.com/htp/">homepage</a></span> 9276 <div class="licence"> 9277 <pre></pre> 9278 <ul> 9279 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 9280 </ul> 9281 </div> 9282 </div> 9283 9284 9285 <div class="product"> 9286 <span class="title">hwids-20130915.1</span> 9287 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 9288 <span class="homepage"><a href="https://github.com/gentoo/hwids">homepage</a></span> 9289 <div class="licence"> 9290 <pre></pre> 9291 <ul> 9292 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 9293 <li><a href='#public-domain'>Gentoo Package Stock License public-domain</a></li> 9294 </ul> 9295 </div> 9296 </div> 9297 9298 9299 <div class="product"> 9300 <span class="title">i2c-tools-3.0.2</span> 9301 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 9302 <span class="homepage"><a href="http://www.lm-sensors.org/wiki/I2CTools">homepage</a></span> 9303 <div class="licence"> 9304 <pre></pre> 9305 <ul> 9306 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 9307 </ul> 9308 </div> 9309 </div> 9310 9311 9312 <div class="product"> 9313 <span class="title">i7z-0.27</span> 9314 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 9315 <span class="homepage"><a href="http://code.google.com/p/i7z/">homepage</a></span> 9316 <div class="licence"> 9317 <pre></pre> 9318 <ul> 9319 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 9320 </ul> 9321 </div> 9322 </div> 9323 9324 9325 <div class="product"> 9326 <span class="title">ibus-1.4.99.20120314</span> 9327 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 9328 <span class="homepage"><a href="http://code.google.com/p/ibus/">homepage</a></span> 9329 <div class="licence"> 9330 <pre></pre> 9331 <ul> 9332 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li> 9333 </ul> 9334 </div> 9335 </div> 9336 9337 9338 <div class="product"> 9339 <span class="title">imagemagick-6.7.8.7</span> 9340 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 9341 <span class="homepage"><a href="http://www.imagemagick.org/">homepage</a></span> 9342 <div class="licence"> 9343 <pre>Gentoo Package Stock License imagemagick: 9344 9345 Before we get to the text of the license, lets just review what the license says in simple terms: 9346 9347 It allows you to: 9348 9349 * freely download and use ImageMagick software, in whole or in part, for personal, company internal, or commercial purposes; 9350 * use ImageMagick software in packages or distributions that you create; 9351 * link against a library under a different license; 9352 * link code under a different license against a library under this license; 9353 * merge code into a work under a different license; 9354 * extend patent grants to any code using code under this license; 9355 * and extend patent protection. 9356 9357 It forbids you to: 9358 9359 * redistribute any piece of ImageMagick-originated software without proper attribution; 9360 * use any marks owned by ImageMagick Studio LLC in any way that might state or imply that ImageMagick Studio LLC endorses your distribution; 9361 * use any marks owned by ImageMagick Studio LLC in any way that might state or imply that you created the ImageMagick software in question. 9362 9363 It requires you to: 9364 9365 * include a copy of the license in any redistribution you may make that includes ImageMagick software; 9366 * provide clear attribution to ImageMagick Studio LLC for any distributions that include ImageMagick software. 9367 9368 It does not require you to: 9369 9370 * 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; 9371 * submit changes that you make to the software back to the ImageMagick Studio LLC (though such feedback is encouraged). 9372 9373 A few other clarifications include: 9374 9375 * ImageMagick is freely available without charge; 9376 * you may include ImageMagick on a DVD as long as you comply with the terms of the license; 9377 * 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; 9378 * the license is compatible with the GPL V3. 9379 * when exporting the ImageMagick software, review its export classification. 9380 9381 Terms and Conditions for Use, Reproduction, and Distribution 9382 9383 The legally binding and authoritative terms and conditions for use, reproduction, and distribution of ImageMagick follow: 9384 9385 Copyright 1999-2012 ImageMagick Studio LLC, a non-profit organization dedicated to making software imaging solutions freely available. 9386 9387 1. Definitions. 9388 9389 License shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. 9390 9391 Licensor shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. 9392 9393 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. 9394 9395 You (or Your) shall mean an individual or Legal Entity exercising permissions granted by this License. 9396 9397 Source form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. 9398 9399 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. 9400 9401 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). 9402 9403 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. 9404 9405 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. 9406 9407 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. 9408 9409 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. 9410 9411 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. 9412 9413 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: 9414 9415 * You must give any other recipients of the Work or Derivative Works a copy of this License; and 9416 * You must cause any modified files to carry prominent notices stating that You changed the files; and 9417 * 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 9418 * 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. 9419 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. 9420 9421 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. 9422 9423 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. 9424 9425 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. 9426 9427 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. 9428 9429 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. 9430 9431 How to Apply the License to your Work 9432 9433 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. 9434 9435 Copyright [yyyy] [name of copyright owner] 9436 9437 Licensed under the ImageMagick License (the "License"); you may not use 9438 this file except in compliance with the License. You may obtain a copy 9439 of the License at 9440 9441 http://www.imagemagick.org/script/license.php 9442 9443 Unless required by applicable law or agreed to in writing, software 9444 distributed under the License is distributed on an "AS IS" BASIS, WITHOUT 9445 WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the 9446 License for the specific language governing permissions and limitations 9447 under the License. 9448 9449 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 9450 </pre> 9451 <ul> 9452 9453 </ul> 9454 </div> 9455 </div> 9456 9457 9458 <div class="product"> 9459 <span class="title">iniparser-3.0b</span> 9460 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 9461 <span class="homepage"><a href="http://ndevilla.free.fr/iniparser/">homepage</a></span> 9462 <div class="licence"> 9463 <pre>Scanned Source License iniparser3.0b/LICENSE: 9464 9465 Copyright (c) 2000-2007 by Nicolas Devillard. 9466 MIT License 9467 9468 Permission is hereby granted, free of charge, to any person obtaining a 9469 copy of this software and associated documentation files (the "Software"), 9470 to deal in the Software without restriction, including without limitation 9471 the rights to use, copy, modify, merge, publish, distribute, sublicense, 9472 and/or sell copies of the Software, and to permit persons to whom the 9473 Software is furnished to do so, subject to the following conditions: 9474 9475 The above copyright notice and this permission notice shall be included in 9476 all copies or substantial portions of the Software. 9477 9478 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 9479 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 9480 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 9481 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 9482 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 9483 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 9484 DEALINGS IN THE SOFTWARE. 9485 9486 9487 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 9488 </pre> 9489 <ul> 9490 9491 </ul> 9492 </div> 9493 </div> 9494 9495 9496 <div class="product"> 9497 <span class="title">input-tools-4.3.2.5</span> 9498 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 9499 <span class="homepage"><a href="http://www.google.com/inputtools">homepage</a></span> 9500 <div class="licence"> 9501 <pre></pre> 9502 <ul> 9503 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 9504 </ul> 9505 </div> 9506 </div> 9507 9508 9509 <div class="product"> 9510 <span class="title">inputcontrol-0.0.1</span> 9511 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 9512 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span> 9513 <div class="licence"> 9514 <pre></pre> 9515 <ul> 9516 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 9517 </ul> 9518 </div> 9519 </div> 9520 9521 9522 <div class="product"> 9523 <span class="title">inputproto-2.3</span> 9524 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 9525 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span> 9526 <div class="licence"> 9527 <pre>Scanned Source License inputproto-2.3/COPYING: 9528 9529 Copyright 1989, 1998 The Open Group 9530 9531 Permission to use, copy, modify, distribute, and sell this software and its 9532 documentation for any purpose is hereby granted without fee, provided that 9533 the above copyright notice appear in all copies and that both that 9534 copyright notice and this permission notice appear in supporting 9535 documentation. 9536 9537 The above copyright notice and this permission notice shall be included in 9538 all copies or substantial portions of the Software. 9539 9540 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 9541 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 9542 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 9543 OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN 9544 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 9545 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 9546 9547 Except as contained in this notice, the name of The Open Group shall not be 9548 used in advertising or otherwise to promote the sale, use or other dealings 9549 in this Software without prior written authorization from The Open Group. 9550 9551 Copyright 1989 by Hewlett-Packard Company, Palo Alto, California. 9552 9553 All Rights Reserved 9554 9555 Permission to use, copy, modify, and distribute this software and its 9556 documentation for any purpose and without fee is hereby granted, 9557 provided that the above copyright notice appear in all copies and that 9558 both that copyright notice and this permission notice appear in 9559 supporting documentation, and that the name of Hewlett-Packard not be 9560 used in advertising or publicity pertaining to distribution of the 9561 software without specific, written prior permission. 9562 9563 HEWLETT-PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING 9564 ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL 9565 HEWLETT-PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR 9566 ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, 9567 WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, 9568 ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS 9569 SOFTWARE. 9570 9571 Copyright 2009 Red Hat, Inc. 9572 9573 Permission is hereby granted, free of charge, to any person obtaining a 9574 copy of this software and associated documentation files (the "Software"), 9575 to deal in the Software without restriction, including without limitation 9576 the rights to use, copy, modify, merge, publish, distribute, sublicense, 9577 and/or sell copies of the Software, and to permit persons to whom the 9578 Software is furnished to do so, subject to the following conditions: 9579 9580 The above copyright notice and this permission notice (including the next 9581 paragraph) shall be included in all copies or substantial portions of the 9582 Software. 9583 9584 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 9585 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 9586 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 9587 THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 9588 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 9589 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 9590 DEALINGS IN THE SOFTWARE. 9591 9592 9593 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 9594 </pre> 9595 <ul> 9596 9597 </ul> 9598 </div> 9599 </div> 9600 9601 9602 <div class="product"> 9603 <span class="title">intel-gpu-tools-1.3</span> 9604 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 9605 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span> 9606 <div class="licence"> 9607 <pre>Scanned Source License intel-gpu-tools-1.3/COPYING: 9608 9609 Copyright 1998-1999 Precision Insight, Inc., Cedar Park, Texas. 9610 All Rights Reserved. 9611 9612 Permission is hereby granted, free of charge, to any person obtaining a 9613 copy of this software and associated documentation files (the 9614 "Software"), to deal in the Software without restriction, including 9615 without limitation the rights to use, copy, modify, merge, publish, 9616 distribute, sub license, and/or sell copies of the Software, and to 9617 permit persons to whom the Software is furnished to do so, subject to 9618 the following conditions: 9619 9620 The above copyright notice and this permission notice (including the 9621 next paragraph) shall be included in all copies or substantial portions 9622 of the Software. 9623 9624 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 9625 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 9626 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. 9627 IN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR 9628 ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, 9629 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE 9630 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 9631 9632 Copyright 2003,2006 Tungsten Graphics, Inc., Cedar Park, Texas. 9633 All Rights Reserved. 9634 9635 Permission is hereby granted, free of charge, to any person obtaining a 9636 copy of this software and associated documentation files (the 9637 "Software"), to deal in the Software without restriction, including 9638 without limitation the rights to use, copy, modify, merge, publish, 9639 distribute, sub license, and/or sell copies of the Software, and to 9640 permit persons to whom the Software is furnished to do so, subject to 9641 the following conditions: 9642 9643 The above copyright notice and this permission notice (including the 9644 next paragraph) shall be included in all copies or substantial portions 9645 of the Software. 9646 9647 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 9648 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 9649 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. 9650 IN NO EVENT SHALL TUNGSTEN GRAPHICS AND/OR ITS SUPPLIERS BE LIABLE FOR 9651 ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, 9652 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE 9653 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 9654 9655 Copyright 2006-2011 Intel Corporation 9656 9657 Permission is hereby granted, free of charge, to any person obtaining a 9658 copy of this software and associated documentation files (the "Software"), 9659 to deal in the Software without restriction, including without limitation 9660 the rights to use, copy, modify, merge, publish, distribute, sublicense, 9661 and/or sell copies of the Software, and to permit persons to whom the 9662 Software is furnished to do so, subject to the following conditions: 9663 9664 The above copyright notice and this permission notice (including the next 9665 paragraph) shall be included in all copies or substantial portions of the 9666 Software. 9667 9668 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 9669 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 9670 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 9671 THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 9672 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 9673 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS 9674 IN THE SOFTWARE. 9675 9676 Copyright 2010 Red Hat, Inc. 9677 9678 Permission is hereby granted, free of charge, to any person obtaining a 9679 copy of this software and associated documentation files (the "Software"), 9680 to deal in the Software without restriction, including without limitation 9681 the rights to use, copy, modify, merge, publish, distribute, sublicense, 9682 and/or sell copies of the Software, and to permit persons to whom the 9683 Software is furnished to do so, subject to the following conditions: 9684 9685 The above copyright notice and this permission notice (including the next 9686 paragraph) shall be included in all copies or substantial portions of the 9687 Software. 9688 9689 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 9690 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 9691 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 9692 THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 9693 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 9694 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 9695 SOFTWARE. 9696 9697 Copyright 2011 Daniel Vetter 9698 9699 Permission is hereby granted, free of charge, to any person obtaining a 9700 copy of this software and associated documentation files (the "Software"), 9701 to deal in the Software without restriction, including without limitation 9702 the rights to use, copy, modify, merge, publish, distribute, sublicense, 9703 and/or sell copies of the Software, and to permit persons to whom the 9704 Software is furnished to do so, subject to the following conditions: 9705 9706 The above copyright notice and this permission notice (including the next 9707 paragraph) shall be included in all copies or substantial portions of the 9708 Software. 9709 9710 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 9711 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 9712 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 9713 THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 9714 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 9715 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS 9716 IN THE SOFTWARE. 9717 9718 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 9719 </pre> 9720 <ul> 9721 9722 </ul> 9723 </div> 9724 </div> 9725 9726 9727 <div class="product"> 9728 <span class="title">intltool-0.50.2</span> 9729 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 9730 <span class="homepage"><a href="https://launchpad.net/intltool/">homepage</a></span> 9731 <div class="licence"> 9732 <pre></pre> 9733 <ul> 9734 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 9735 </ul> 9736 </div> 9737 </div> 9738 9739 9740 <div class="product"> 9741 <span class="title">iotools-1.5</span> 9742 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 9743 <span class="homepage"><a href="http://code.google.com/p/iotools/">homepage</a></span> 9744 <div class="licence"> 9745 <pre></pre> 9746 <ul> 9747 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 9748 </ul> 9749 </div> 9750 </div> 9751 9752 9753 <div class="product"> 9754 <span class="title">iperf-2.0.4</span> 9755 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 9756 <span class="homepage"><a href="http://iperf.sourceforge.net/">homepage</a></span> 9757 <div class="licence"> 9758 <pre>Scanned Source License iperf-2.0.4/COPYING: 9759 9760 Copyright (c) 1999-2007, The Board of Trustees of the University of Illinois 9761 All Rights Reserved. 9762 9763 Iperf performance test 9764 Mark Gates 9765 Ajay Tirumala 9766 Jim Ferguson 9767 Jon Dugan 9768 Feng Qin 9769 Kevin Gibbs 9770 John Estabrook 9771 National Laboratory for Applied Network Research 9772 National Center for Supercomputing Applications 9773 University of Illinois at Urbana-Champaign 9774 http://www.ncsa.uiuc.edu 9775 9776 Permission is hereby granted, free of charge, to any person obtaining a copy 9777 of this software (Iperf) and associated documentation files (the "Software"), 9778 to deal in the Software without restriction, including without limitation the 9779 rights to use, copy, modify, merge, publish, distribute, sublicense, and/or 9780 sell copies of the Software, and to permit persons to whom the Software is 9781 furnished to do so, subject to the following conditions: 9782 9783 9784 Redistributions of source code must retain the above copyright notice, this 9785 list of conditions and the following disclaimers. 9786 9787 Redistributions in binary form must reproduce the above copyright notice, this 9788 list of conditions and the following disclaimers in the documentation and/or 9789 other materials provided with the distribution. 9790 9791 Neither the names of the University of Illinois, NCSA, nor the names of its 9792 contributors may be used to endorse or promote products derived from this 9793 Software without specific prior written permission. THE SOFTWARE IS PROVIDED 9794 "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT 9795 LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE 9796 AND NONINFRINGEMENT. IN NO EVENT SHALL THE CONTIBUTORS OR COPYRIGHT HOLDERS BE 9797 LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF 9798 CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE 9799 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 9800 9801 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 9802 </pre> 9803 <ul> 9804 <li><a href='#as-is'>Gentoo Package Stock License as-is</a></li> 9805 </ul> 9806 </div> 9807 </div> 9808 9809 9810 <div class="product"> 9811 <span class="title">iproute2-3.8.0</span> 9812 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 9813 <span class="homepage"><a href="http://www.linuxfoundation.org/collaborate/workgroups/networking/iproute2">homepage</a></span> 9814 <div class="licence"> 9815 <pre></pre> 9816 <ul> 9817 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 9818 </ul> 9819 </div> 9820 </div> 9821 9822 9823 <div class="product"> 9824 <span class="title">iptables-1.4.16.3</span> 9825 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 9826 <span class="homepage"><a href="http://www.iptables.org/">homepage</a></span> 9827 <div class="licence"> 9828 <pre></pre> 9829 <ul> 9830 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 9831 </ul> 9832 </div> 9833 </div> 9834 9835 9836 <div class="product"> 9837 <span class="title">iputils-20121221</span> 9838 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 9839 <span class="homepage"><a href="http://www.linuxfoundation.org/collaborate/workgroups/networking/iputils">homepage</a></span> 9840 <div class="licence"> 9841 <pre>Copyright Attribution License chromiumos-overlay/licenses/copyright-attribution/net-misc/iputils: 9842 9843 Copyright (c) 1989 The Regents of the University of California. 9844 All rights reserved. 9845 9846 This code is derived from software contributed to Berkeley by 9847 Mike Muuss. 9848 9849 Redistribution and use in source and binary forms, with or without 9850 modification, are permitted provided that the following conditions 9851 are met: 9852 1. Redistributions of source code must retain the above copyright 9853 notice, this list of conditions and the following disclaimer. 9854 2. Redistributions in binary form must reproduce the above copyright 9855 notice, this list of conditions and the following disclaimer in the 9856 documentation and/or other materials provided with the distribution. 9857 3. All advertising materials mentioning features or use of this software 9858 must display the following acknowledgement: 9859 This product includes software developed by the University of 9860 California, Berkeley and its contributors. 9861 4. Neither the name of the University nor the names of its contributors 9862 may be used to endorse or promote products derived from this software 9863 without specific prior written permission. 9864 9865 THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND 9866 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 9867 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 9868 ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 9869 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 9870 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 9871 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 9872 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 9873 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 9874 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 9875 SUCH DAMAGE. 9876 9877 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 9878 </pre> 9879 <ul> 9880 9881 </ul> 9882 </div> 9883 </div> 9884 9885 9886 <div class="product"> 9887 <span class="title">iw-3.10</span> 9888 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 9889 <span class="homepage"><a href="http://wireless.kernel.org/en/users/Documentation/iw">homepage</a></span> 9890 <div class="licence"> 9891 <pre></pre> 9892 <ul> 9893 <li><a href='#ISC'>Gentoo Package Stock License ISC</a></li> 9894 </ul> 9895 </div> 9896 </div> 9897 9898 9899 <div class="product"> 9900 <span class="title">ja-motoyafonts-1.0.0</span> 9901 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 9902 <span class="homepage"><a href="http://www.motoya.co.jp">homepage</a></span> 9903 <div class="licence"> 9904 <pre></pre> 9905 <ul> 9906 <li><a href='#Google-TOS'>Gentoo Package Stock License Google-TOS</a></li> 9907 </ul> 9908 </div> 9909 </div> 9910 9911 9912 <div class="product"> 9913 <span class="title">japanese-input-1.0.0.0</span> 9914 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 9915 <span class="homepage"><a href="http://code.google.com/p/mozc">homepage</a></span> 9916 <div class="licence"> 9917 <pre></pre> 9918 <ul> 9919 <li><a href='#Apache-2.0'>Gentoo Package Stock License Apache-2.0</a></li> 9920 </ul> 9921 </div> 9922 </div> 9923 9924 9925 <div class="product"> 9926 <span class="title">joystick-1.4.2</span> 9927 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 9928 <span class="homepage"><a href="http://sourceforge.net/projects/linuxconsole/">homepage</a></span> 9929 <div class="licence"> 9930 <pre></pre> 9931 <ul> 9932 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 9933 </ul> 9934 </div> 9935 </div> 9936 9937 9938 <div class="product"> 9939 <span class="title">jsoncpp-0.6.0_rc2</span> 9940 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 9941 <span class="homepage"><a href="http://jsoncpp.sourceforge.net/">homepage</a></span> 9942 <div class="licence"> 9943 <pre></pre> 9944 <ul> 9945 <li><a href='#public-domain'>Gentoo Package Stock License public-domain</a></li> 9946 </ul> 9947 </div> 9948 </div> 9949 9950 9951 <div class="product"> 9952 <span class="title">jsonrpclib-0_pre20110820</span> 9953 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 9954 <span class="homepage"><a href="https://github.com/joshmarshall/jsonrpclib">homepage</a></span> 9955 <div class="licence"> 9956 <pre></pre> 9957 <ul> 9958 <li><a href='#Apache-2.0'>Gentoo Package Stock License Apache-2.0</a></li> 9959 </ul> 9960 </div> 9961 </div> 9962 9963 9964 <div class="product"> 9965 <span class="title">kbd-1.15.3</span> 9966 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 9967 <span class="homepage"><a href="http://freshmeat.net/projects/kbd/">homepage</a></span> 9968 <div class="licence"> 9969 <pre></pre> 9970 <ul> 9971 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 9972 </ul> 9973 </div> 9974 </div> 9975 9976 9977 <div class="product"> 9978 <span class="title">kbproto-1.0.5</span> 9979 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 9980 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span> 9981 <div class="licence"> 9982 <pre>Scanned Source License kbproto-1.0.5/COPYING: 9983 9984 Copyright (c) 1993 by Silicon Graphics Computer Systems, Inc. 9985 9986 Permission to use, copy, modify, and distribute this 9987 software and its documentation for any purpose and without 9988 fee is hereby granted, provided that the above copyright 9989 notice appear in all copies and that both that copyright 9990 notice and this permission notice appear in supporting 9991 documentation, and that the name of Silicon Graphics not be 9992 used in advertising or publicity pertaining to distribution 9993 of the software without specific prior written permission. 9994 Silicon Graphics makes no representation about the suitability 9995 of this software for any purpose. It is provided "as is" 9996 without any express or implied warranty. 9997 9998 SILICON GRAPHICS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS 9999 SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY 10000 AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON 10001 GRAPHICS BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL 10002 DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 10003 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE 10004 OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH 10005 THE USE OR PERFORMANCE OF THIS SOFTWARE. 10006 10007 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 10008 </pre> 10009 <ul> 10010 10011 </ul> 10012 </div> 10013 </div> 10014 10015 10016 <div class="product"> 10017 <span class="title">keyboard-input-1.0.0.0</span> 10018 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 10019 <span class="homepage"><a href="http://www.google.com/inputtools/">homepage</a></span> 10020 <div class="licence"> 10021 <pre></pre> 10022 <ul> 10023 <li><a href='#Apache-2.0'>Gentoo Package Stock License Apache-2.0</a></li> 10024 </ul> 10025 </div> 10026 </div> 10027 10028 10029 <div class="product"> 10030 <span class="title">keyutils-1.1</span> 10031 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 10032 <span class="homepage"><a href="http://www.kernel.org/">homepage</a></span> 10033 <div class="licence"> 10034 <pre></pre> 10035 <ul> 10036 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li> 10037 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 10038 </ul> 10039 </div> 10040 </div> 10041 10042 10043 <div class="product"> 10044 <span class="title">kmod-17</span> 10045 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 10046 <span class="homepage"><a href="http://git.kernel.org/?p=utils/kernel/kmod/kmod.git">homepage</a></span> 10047 <div class="licence"> 10048 <pre></pre> 10049 <ul> 10050 <li><a href='#LGPL-2'>Gentoo Package Stock License LGPL-2</a></li> 10051 </ul> 10052 </div> 10053 </div> 10054 10055 10056 <div class="product"> 10057 <span class="title">ko-nanumfonts-3.10.0</span> 10058 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 10059 <span class="homepage"><a href="http://hangeul.naver.com/index.nhn">homepage</a></span> 10060 <div class="licence"> 10061 <pre>Scanned Source License ko-nanumfonts-3.10.0/LICENSE: 10062 10063 Copyright (c) 2010, NHN Corporation (http://www.nhncorp.com), 10064 with Reserved Font Name Nanum, Naver Nanum, NanumGothic, Naver 10065 NanumGothic, NanumMyeongjo, Naver NanumMyeongjo, NanumBrush, Naver 10066 NanumBrush, NanumPen, Naver NanumPen 10067 10068 This Font Software is licensed under the SIL Open Font License, 10069 Version 1.1. 10070 10071 This license is copied below, and is also available with a FAQ at: 10072 http://scripts.sil.org/OFL 10073 10074 SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 10075 10076 PREAMBLE The goals of the Open Font License (OFL) are to stimulate 10077 worldwide development of collaborative font projects, to support the font 10078 creation efforts of academic and linguistic communities, and to provide 10079 a free and open framework in which fonts may be shared and improved in 10080 partnership with others. 10081 10082 The OFL allows the licensed fonts to be used, studied, modified and 10083 redistributed freely as long as they are not sold by themselves. 10084 The fonts, including any derivative works, can be bundled, embedded, 10085 redistributed and/or sold with any software provided that any reserved 10086 names are not used by derivative works. The fonts and derivatives, 10087 however, cannot be released under any other type of license. The 10088 requirement for fonts to remain under this license does not apply to 10089 any document created using the fonts or their derivatives. 10090 10091 10092 10093 DEFINITIONS 10094 "Font Software" refers to the set of files released by the Copyright 10095 Holder(s) under this license and clearly marked as such. 10096 This may include source files, build scripts and documentation. 10097 10098 "Reserved Font Name" refers to any names specified as such after the 10099 copyright statement(s). 10100 10101 "Original Version" refers to the collection of Font Software components 10102 as distributed by the Copyright Holder(s). 10103 10104 "Modified Version" refers to any derivative made by adding to, deleting, 10105 or substituting ? in part or in whole ? 10106 any of the components of the Original Version, by changing formats or 10107 by porting the Font Software to a new environment. 10108 10109 "Author" refers to any designer, engineer, programmer, technical writer 10110 or other person who contributed to the Font Software. 10111 10112 10113 PERMISSION & CONDITIONS 10114 10115 Permission is hereby granted, free of charge, to any person obtaining a 10116 copy of the Font Software, to use, study, copy, merge, embed, modify, 10117 redistribute, and sell modified and unmodified copies of the Font 10118 Software, subject to the following conditions: 10119 10120 1) Neither the Font Software nor any of its individual components,in 10121 Original or Modified Versions, may be sold by itself. 10122 10123 2) Original or Modified Versions of the Font Software may be bundled, 10124 redistributed and/or sold with any software, provided that each copy 10125 contains the above copyright notice and this license. These can be 10126 included either as stand-alone text files, human-readable headers or 10127 in the appropriate machine-readable metadata fields within text or 10128 binary files as long as those fields can be easily viewed by the user. 10129 10130 3) No Modified Version of the Font Software may use the Reserved Font 10131 Name(s) unless explicit written permission is granted by the 10132 corresponding Copyright Holder. This restriction only applies to the 10133 primary font name as presented to the users. 10134 10135 4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font 10136 Software shall not be used to promote, endorse or advertise any 10137 Modified Version, except to acknowledge the contribution(s) of the 10138 Copyright Holder(s) and the Author(s) or with their explicit written 10139 permission. 10140 10141 5) The Font Software, modified or unmodified, in part or in whole, must 10142 be distributed entirely under this license, and must not be distributed 10143 under any other license. The requirement for fonts to remain under 10144 this license does not apply to any document created using the Font 10145 Software. 10146 10147 10148 10149 TERMINATION 10150 This license becomes null and void if any of the above conditions are not met. 10151 10152 10153 10154 DISCLAIMER 10155 THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 10156 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF 10157 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT 10158 OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE 10159 COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 10160 INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL 10161 DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 10162 FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER 10163 DEALINGS IN THE FONT SOFTWARE. 10164 10165 10166 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 10167 </pre> 10168 <ul> 10169 <li><a href='#OFL-1.1'>Gentoo Package Stock License OFL-1.1</a></li> 10170 </ul> 10171 </div> 10172 </div> 10173 10174 10175 <div class="product"> 10176 <span class="title">ktop-0.0.1</span> 10177 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 10178 <span class="homepage"><a href="https://chromium.googlesource.com/chromiumos/third_party/ktop">homepage</a></span> 10179 <div class="licence"> 10180 <pre></pre> 10181 <ul> 10182 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 10183 </ul> 10184 </div> 10185 </div> 10186 10187 10188 <div class="product"> 10189 <span class="title">ladspa-sdk-1.13</span> 10190 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 10191 <span class="homepage"><a href="http://www.ladspa.org/">homepage</a></span> 10192 <div class="licence"> 10193 <pre></pre> 10194 <ul> 10195 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li> 10196 </ul> 10197 </div> 10198 </div> 10199 10200 10201 <div class="product"> 10202 <span class="title">laptop-mode-tools-1.59</span> 10203 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 10204 <span class="homepage"><a href="http://www.samwel.tk/laptop_mode/">homepage</a></span> 10205 <div class="licence"> 10206 <pre></pre> 10207 <ul> 10208 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 10209 </ul> 10210 </div> 10211 </div> 10212 10213 10214 <div class="product"> 10215 <span class="title">less-457</span> 10216 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 10217 <span class="homepage"><a href="http://www.greenwoodsoftware.com/less/">homepage</a></span> 10218 <div class="licence"> 10219 <pre></pre> 10220 <ul> 10221 <li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li> 10222 </ul> 10223 </div> 10224 </div> 10225 10226 10227 <div class="product"> 10228 <span class="title">leveldb-0.0.1</span> 10229 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 10230 <span class="homepage"><a href="http://code.google.com/p/leveldb/">homepage</a></span> 10231 <div class="licence"> 10232 <pre>Scanned Source License leveldb-0.0.1/LICENSE: 10233 10234 Copyright (c) 2011 The LevelDB Authors. All rights reserved. 10235 10236 Redistribution and use in source and binary forms, with or without 10237 modification, are permitted provided that the following conditions are 10238 met: 10239 10240 * Redistributions of source code must retain the above copyright 10241 notice, this list of conditions and the following disclaimer. 10242 * Redistributions in binary form must reproduce the above 10243 copyright notice, this list of conditions and the following disclaimer 10244 in the documentation and/or other materials provided with the 10245 distribution. 10246 * Neither the name of Google Inc. nor the names of its 10247 contributors may be used to endorse or promote products derived from 10248 this software without specific prior written permission. 10249 10250 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 10251 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 10252 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 10253 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 10254 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 10255 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT 10256 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 10257 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 10258 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 10259 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 10260 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 10261 10262 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 10263 </pre> 10264 <ul> 10265 10266 </ul> 10267 </div> 10268 </div> 10269 10270 10271 <div class="product"> 10272 <span class="title">libaio-0.3.109</span> 10273 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 10274 <span class="homepage"><a href="http://www.kernel.org/pub/linux/kernel/people/andrea/libaio/">homepage</a></span> 10275 <div class="licence"> 10276 <pre></pre> 10277 <ul> 10278 <li><a href='#LGPL-2'>Gentoo Package Stock License LGPL-2</a></li> 10279 </ul> 10280 </div> 10281 </div> 10282 10283 10284 <div class="product"> 10285 <span class="title">libatomic_ops-7.2d</span> 10286 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 10287 <span class="homepage"><a href="http://www.hpl.hp.com/research/linux/atomic_ops/">homepage</a></span> 10288 <div class="licence"> 10289 <pre>Scanned Source License gc-7.2/libatomic_ops/COPYING: 10290 10291 GNU GENERAL PUBLIC LICENSE 10292 Version 2, June 1991 10293 10294 Copyright (C) 1989, 1991 Free Software Foundation, Inc. 10295 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 10296 Everyone is permitted to copy and distribute verbatim copies 10297 of this license document, but changing it is not allowed. 10298 10299 Preamble 10300 10301 The licenses for most software are designed to take away your 10302 freedom to share and change it. By contrast, the GNU General Public 10303 License is intended to guarantee your freedom to share and change free 10304 software--to make sure the software is free for all its users. This 10305 General Public License applies to most of the Free Software 10306 Foundation's software and to any other program whose authors commit to 10307 using it. (Some other Free Software Foundation software is covered by 10308 the GNU Library General Public License instead.) You can apply it to 10309 your programs, too. 10310 10311 When we speak of free software, we are referring to freedom, not 10312 price. Our General Public Licenses are designed to make sure that you 10313 have the freedom to distribute copies of free software (and charge for 10314 this service if you wish), that you receive source code or can get it 10315 if you want it, that you can change the software or use pieces of it 10316 in new free programs; and that you know you can do these things. 10317 10318 To protect your rights, we need to make restrictions that forbid 10319 anyone to deny you these rights or to ask you to surrender the rights. 10320 These restrictions translate to certain responsibilities for you if you 10321 distribute copies of the software, or if you modify it. 10322 10323 For example, if you distribute copies of such a program, whether 10324 gratis or for a fee, you must give the recipients all the rights that 10325 you have. You must make sure that they, too, receive or can get the 10326 source code. And you must show them these terms so they know their 10327 rights. 10328 10329 We protect your rights with two steps: (1) copyright the software, and 10330 (2) offer you this license which gives you legal permission to copy, 10331 distribute and/or modify the software. 10332 10333 Also, for each author's protection and ours, we want to make certain 10334 that everyone understands that there is no warranty for this free 10335 software. If the software is modified by someone else and passed on, we 10336 want its recipients to know that what they have is not the original, so 10337 that any problems introduced by others will not reflect on the original 10338 authors' reputations. 10339 10340 Finally, any free program is threatened constantly by software 10341 patents. We wish to avoid the danger that redistributors of a free 10342 program will individually obtain patent licenses, in effect making the 10343 program proprietary. To prevent this, we have made it clear that any 10344 patent must be licensed for everyone's free use or not licensed at all. 10345 10346 The precise terms and conditions for copying, distribution and 10347 modification follow. 10348 10349 GNU GENERAL PUBLIC LICENSE 10350 TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 10351 10352 0. This License applies to any program or other work which contains 10353 a notice placed by the copyright holder saying it may be distributed 10354 under the terms of this General Public License. The "Program", below, 10355 refers to any such program or work, and a "work based on the Program" 10356 means either the Program or any derivative work under copyright law: 10357 that is to say, a work containing the Program or a portion of it, 10358 either verbatim or with modifications and/or translated into another 10359 language. (Hereinafter, translation is included without limitation in 10360 the term "modification".) Each licensee is addressed as "you". 10361 10362 Activities other than copying, distribution and modification are not 10363 covered by this License; they are outside its scope. The act of 10364 running the Program is not restricted, and the output from the Program 10365 is covered only if its contents constitute a work based on the 10366 Program (independent of having been made by running the Program). 10367 Whether that is true depends on what the Program does. 10368 10369 1. You may copy and distribute verbatim copies of the Program's 10370 source code as you receive it, in any medium, provided that you 10371 conspicuously and appropriately publish on each copy an appropriate 10372 copyright notice and disclaimer of warranty; keep intact all the 10373 notices that refer to this License and to the absence of any warranty; 10374 and give any other recipients of the Program a copy of this License 10375 along with the Program. 10376 10377 You may charge a fee for the physical act of transferring a copy, and 10378 you may at your option offer warranty protection in exchange for a fee. 10379 10380 2. You may modify your copy or copies of the Program or any portion 10381 of it, thus forming a work based on the Program, and copy and 10382 distribute such modifications or work under the terms of Section 1 10383 above, provided that you also meet all of these conditions: 10384 10385 a) You must cause the modified files to carry prominent notices 10386 stating that you changed the files and the date of any change. 10387 10388 b) You must cause any work that you distribute or publish, that in 10389 whole or in part contains or is derived from the Program or any 10390 part thereof, to be licensed as a whole at no charge to all third 10391 parties under the terms of this License. 10392 10393 c) If the modified program normally reads commands interactively 10394 when run, you must cause it, when started running for such 10395 interactive use in the most ordinary way, to print or display an 10396 announcement including an appropriate copyright notice and a 10397 notice that there is no warranty (or else, saying that you provide 10398 a warranty) and that users may redistribute the program under 10399 these conditions, and telling the user how to view a copy of this 10400 License. (Exception: if the Program itself is interactive but 10401 does not normally print such an announcement, your work based on 10402 the Program is not required to print an announcement.) 10403 10404 These requirements apply to the modified work as a whole. If 10405 identifiable sections of that work are not derived from the Program, 10406 and can be reasonably considered independent and separate works in 10407 themselves, then this License, and its terms, do not apply to those 10408 sections when you distribute them as separate works. But when you 10409 distribute the same sections as part of a whole which is a work based 10410 on the Program, the distribution of the whole must be on the terms of 10411 this License, whose permissions for other licensees extend to the 10412 entire whole, and thus to each and every part regardless of who wrote it. 10413 10414 Thus, it is not the intent of this section to claim rights or contest 10415 your rights to work written entirely by you; rather, the intent is to 10416 exercise the right to control the distribution of derivative or 10417 collective works based on the Program. 10418 10419 In addition, mere aggregation of another work not based on the Program 10420 with the Program (or with a work based on the Program) on a volume of 10421 a storage or distribution medium does not bring the other work under 10422 the scope of this License. 10423 10424 3. You may copy and distribute the Program (or a work based on it, 10425 under Section 2) in object code or executable form under the terms of 10426 Sections 1 and 2 above provided that you also do one of the following: 10427 10428 a) Accompany it with the complete corresponding machine-readable 10429 source code, which must be distributed under the terms of Sections 10430 1 and 2 above on a medium customarily used for software interchange; or, 10431 10432 b) Accompany it with a written offer, valid for at least three 10433 years, to give any third party, for a charge no more than your 10434 cost of physically performing source distribution, a complete 10435 machine-readable copy of the corresponding source code, to be 10436 distributed under the terms of Sections 1 and 2 above on a medium 10437 customarily used for software interchange; or, 10438 10439 c) Accompany it with the information you received as to the offer 10440 to distribute corresponding source code. (This alternative is 10441 allowed only for noncommercial distribution and only if you 10442 received the program in object code or executable form with such 10443 an offer, in accord with Subsection b above.) 10444 10445 The source code for a work means the preferred form of the work for 10446 making modifications to it. For an executable work, complete source 10447 code means all the source code for all modules it contains, plus any 10448 associated interface definition files, plus the scripts used to 10449 control compilation and installation of the executable. However, as a 10450 special exception, the source code distributed need not include 10451 anything that is normally distributed (in either source or binary 10452 form) with the major components (compiler, kernel, and so on) of the 10453 operating system on which the executable runs, unless that component 10454 itself accompanies the executable. 10455 10456 If distribution of executable or object code is made by offering 10457 access to copy from a designated place, then offering equivalent 10458 access to copy the source code from the same place counts as 10459 distribution of the source code, even though third parties are not 10460 compelled to copy the source along with the object code. 10461 10462 4. You may not copy, modify, sublicense, or distribute the Program 10463 except as expressly provided under this License. Any attempt 10464 otherwise to copy, modify, sublicense or distribute the Program is 10465 void, and will automatically terminate your rights under this License. 10466 However, parties who have received copies, or rights, from you under 10467 this License will not have their licenses terminated so long as such 10468 parties remain in full compliance. 10469 10470 5. You are not required to accept this License, since you have not 10471 signed it. However, nothing else grants you permission to modify or 10472 distribute the Program or its derivative works. These actions are 10473 prohibited by law if you do not accept this License. Therefore, by 10474 modifying or distributing the Program (or any work based on the 10475 Program), you indicate your acceptance of this License to do so, and 10476 all its terms and conditions for copying, distributing or modifying 10477 the Program or works based on it. 10478 10479 6. Each time you redistribute the Program (or any work based on the 10480 Program), the recipient automatically receives a license from the 10481 original licensor to copy, distribute or modify the Program subject to 10482 these terms and conditions. You may not impose any further 10483 restrictions on the recipients' exercise of the rights granted herein. 10484 You are not responsible for enforcing compliance by third parties to 10485 this License. 10486 10487 7. If, as a consequence of a court judgment or allegation of patent 10488 infringement or for any other reason (not limited to patent issues), 10489 conditions are imposed on you (whether by court order, agreement or 10490 otherwise) that contradict the conditions of this License, they do not 10491 excuse you from the conditions of this License. If you cannot 10492 distribute so as to satisfy simultaneously your obligations under this 10493 License and any other pertinent obligations, then as a consequence you 10494 may not distribute the Program at all. For example, if a patent 10495 license would not permit royalty-free redistribution of the Program by 10496 all those who receive copies directly or indirectly through you, then 10497 the only way you could satisfy both it and this License would be to 10498 refrain entirely from distribution of the Program. 10499 10500 If any portion of this section is held invalid or unenforceable under 10501 any particular circumstance, the balance of the section is intended to 10502 apply and the section as a whole is intended to apply in other 10503 circumstances. 10504 10505 It is not the purpose of this section to induce you to infringe any 10506 patents or other property right claims or to contest validity of any 10507 such claims; this section has the sole purpose of protecting the 10508 integrity of the free software distribution system, which is 10509 implemented by public license practices. Many people have made 10510 generous contributions to the wide range of software distributed 10511 through that system in reliance on consistent application of that 10512 system; it is up to the author/donor to decide if he or she is willing 10513 to distribute software through any other system and a licensee cannot 10514 impose that choice. 10515 10516 This section is intended to make thoroughly clear what is believed to 10517 be a consequence of the rest of this License. 10518 10519 8. If the distribution and/or use of the Program is restricted in 10520 certain countries either by patents or by copyrighted interfaces, the 10521 original copyright holder who places the Program under this License 10522 may add an explicit geographical distribution limitation excluding 10523 those countries, so that distribution is permitted only in or among 10524 countries not thus excluded. In such case, this License incorporates 10525 the limitation as if written in the body of this License. 10526 10527 9. The Free Software Foundation may publish revised and/or new versions 10528 of the General Public License from time to time. Such new versions will 10529 be similar in spirit to the present version, but may differ in detail to 10530 address new problems or concerns. 10531 10532 Each version is given a distinguishing version number. If the Program 10533 specifies a version number of this License which applies to it and "any 10534 later version", you have the option of following the terms and conditions 10535 either of that version or of any later version published by the Free 10536 Software Foundation. If the Program does not specify a version number of 10537 this License, you may choose any version ever published by the Free Software 10538 Foundation. 10539 10540 10. If you wish to incorporate parts of the Program into other free 10541 programs whose distribution conditions are different, write to the author 10542 to ask for permission. For software which is copyrighted by the Free 10543 Software Foundation, write to the Free Software Foundation; we sometimes 10544 make exceptions for this. Our decision will be guided by the two goals 10545 of preserving the free status of all derivatives of our free software and 10546 of promoting the sharing and reuse of software generally. 10547 10548 NO WARRANTY 10549 10550 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY 10551 FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN 10552 OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES 10553 PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED 10554 OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF 10555 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS 10556 TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE 10557 PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, 10558 REPAIR OR CORRECTION. 10559 10560 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING 10561 WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR 10562 REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, 10563 INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING 10564 OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED 10565 TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY 10566 YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER 10567 PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE 10568 POSSIBILITY OF SUCH DAMAGES. 10569 10570 END OF TERMS AND CONDITIONS 10571 10572 How to Apply These Terms to Your New Programs 10573 10574 If you develop a new program, and you want it to be of the greatest 10575 possible use to the public, the best way to achieve this is to make it 10576 free software which everyone can redistribute and change under these terms. 10577 10578 To do so, attach the following notices to the program. It is safest 10579 to attach them to the start of each source file to most effectively 10580 convey the exclusion of warranty; and each file should have at least 10581 the "copyright" line and a pointer to where the full notice is found. 10582 10583 <one line to give the program's name and a brief idea of what it does.> 10584 Copyright (C) <year> <name of author> 10585 10586 This program is free software; you can redistribute it and/or modify 10587 it under the terms of the GNU General Public License as published by 10588 the Free Software Foundation; either version 2 of the License, or 10589 (at your option) any later version. 10590 10591 This program is distributed in the hope that it will be useful, 10592 but WITHOUT ANY WARRANTY; without even the implied warranty of 10593 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 10594 GNU General Public License for more details. 10595 10596 You should have received a copy of the GNU General Public License 10597 along with this program; if not, write to the Free Software 10598 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 10599 10600 10601 Also add information on how to contact you by electronic and paper mail. 10602 10603 If the program is interactive, make it output a short notice like this 10604 when it starts in an interactive mode: 10605 10606 Gnomovision version 69, Copyright (C) year name of author 10607 Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. 10608 This is free software, and you are welcome to redistribute it 10609 under certain conditions; type `show c' for details. 10610 10611 The hypothetical commands `show w' and `show c' should show the appropriate 10612 parts of the General Public License. Of course, the commands you use may 10613 be called something other than `show w' and `show c'; they could even be 10614 mouse-clicks or menu items--whatever suits your program. 10615 10616 You should also get your employer (if you work as a programmer) or your 10617 school, if any, to sign a "copyright disclaimer" for the program, if 10618 necessary. Here is a sample; alter the names: 10619 10620 Yoyodyne, Inc., hereby disclaims all copyright interest in the program 10621 `Gnomovision' (which makes passes at compilers) written by James Hacker. 10622 10623 <signature of Ty Coon>, 1 April 1989 10624 Ty Coon, President of Vice 10625 10626 This General Public License does not permit incorporating your program into 10627 proprietary programs. If your program is a subroutine library, you may 10628 consider it more useful to permit linking proprietary applications with the 10629 library. If this is what you want to do, use the GNU Library General 10630 Public License instead of this License. 10631 10632 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 10633 10634 Scanned Source License gc-7.2/libatomic_ops/doc/COPYING: 10635 10636 GNU GENERAL PUBLIC LICENSE 10637 Version 2, June 1991 10638 10639 Copyright (C) 1989, 1991 Free Software Foundation, Inc. 10640 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 10641 Everyone is permitted to copy and distribute verbatim copies 10642 of this license document, but changing it is not allowed. 10643 10644 Preamble 10645 10646 The licenses for most software are designed to take away your 10647 freedom to share and change it. By contrast, the GNU General Public 10648 License is intended to guarantee your freedom to share and change free 10649 software--to make sure the software is free for all its users. This 10650 General Public License applies to most of the Free Software 10651 Foundation's software and to any other program whose authors commit to 10652 using it. (Some other Free Software Foundation software is covered by 10653 the GNU Library General Public License instead.) You can apply it to 10654 your programs, too. 10655 10656 When we speak of free software, we are referring to freedom, not 10657 price. Our General Public Licenses are designed to make sure that you 10658 have the freedom to distribute copies of free software (and charge for 10659 this service if you wish), that you receive source code or can get it 10660 if you want it, that you can change the software or use pieces of it 10661 in new free programs; and that you know you can do these things. 10662 10663 To protect your rights, we need to make restrictions that forbid 10664 anyone to deny you these rights or to ask you to surrender the rights. 10665 These restrictions translate to certain responsibilities for you if you 10666 distribute copies of the software, or if you modify it. 10667 10668 For example, if you distribute copies of such a program, whether 10669 gratis or for a fee, you must give the recipients all the rights that 10670 you have. You must make sure that they, too, receive or can get the 10671 source code. And you must show them these terms so they know their 10672 rights. 10673 10674 We protect your rights with two steps: (1) copyright the software, and 10675 (2) offer you this license which gives you legal permission to copy, 10676 distribute and/or modify the software. 10677 10678 Also, for each author's protection and ours, we want to make certain 10679 that everyone understands that there is no warranty for this free 10680 software. If the software is modified by someone else and passed on, we 10681 want its recipients to know that what they have is not the original, so 10682 that any problems introduced by others will not reflect on the original 10683 authors' reputations. 10684 10685 Finally, any free program is threatened constantly by software 10686 patents. We wish to avoid the danger that redistributors of a free 10687 program will individually obtain patent licenses, in effect making the 10688 program proprietary. To prevent this, we have made it clear that any 10689 patent must be licensed for everyone's free use or not licensed at all. 10690 10691 The precise terms and conditions for copying, distribution and 10692 modification follow. 10693 10694 GNU GENERAL PUBLIC LICENSE 10695 TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 10696 10697 0. This License applies to any program or other work which contains 10698 a notice placed by the copyright holder saying it may be distributed 10699 under the terms of this General Public License. The "Program", below, 10700 refers to any such program or work, and a "work based on the Program" 10701 means either the Program or any derivative work under copyright law: 10702 that is to say, a work containing the Program or a portion of it, 10703 either verbatim or with modifications and/or translated into another 10704 language. (Hereinafter, translation is included without limitation in 10705 the term "modification".) Each licensee is addressed as "you". 10706 10707 Activities other than copying, distribution and modification are not 10708 covered by this License; they are outside its scope. The act of 10709 running the Program is not restricted, and the output from the Program 10710 is covered only if its contents constitute a work based on the 10711 Program (independent of having been made by running the Program). 10712 Whether that is true depends on what the Program does. 10713 10714 1. You may copy and distribute verbatim copies of the Program's 10715 source code as you receive it, in any medium, provided that you 10716 conspicuously and appropriately publish on each copy an appropriate 10717 copyright notice and disclaimer of warranty; keep intact all the 10718 notices that refer to this License and to the absence of any warranty; 10719 and give any other recipients of the Program a copy of this License 10720 along with the Program. 10721 10722 You may charge a fee for the physical act of transferring a copy, and 10723 you may at your option offer warranty protection in exchange for a fee. 10724 10725 2. You may modify your copy or copies of the Program or any portion 10726 of it, thus forming a work based on the Program, and copy and 10727 distribute such modifications or work under the terms of Section 1 10728 above, provided that you also meet all of these conditions: 10729 10730 a) You must cause the modified files to carry prominent notices 10731 stating that you changed the files and the date of any change. 10732 10733 b) You must cause any work that you distribute or publish, that in 10734 whole or in part contains or is derived from the Program or any 10735 part thereof, to be licensed as a whole at no charge to all third 10736 parties under the terms of this License. 10737 10738 c) If the modified program normally reads commands interactively 10739 when run, you must cause it, when started running for such 10740 interactive use in the most ordinary way, to print or display an 10741 announcement including an appropriate copyright notice and a 10742 notice that there is no warranty (or else, saying that you provide 10743 a warranty) and that users may redistribute the program under 10744 these conditions, and telling the user how to view a copy of this 10745 License. (Exception: if the Program itself is interactive but 10746 does not normally print such an announcement, your work based on 10747 the Program is not required to print an announcement.) 10748 10749 These requirements apply to the modified work as a whole. If 10750 identifiable sections of that work are not derived from the Program, 10751 and can be reasonably considered independent and separate works in 10752 themselves, then this License, and its terms, do not apply to those 10753 sections when you distribute them as separate works. But when you 10754 distribute the same sections as part of a whole which is a work based 10755 on the Program, the distribution of the whole must be on the terms of 10756 this License, whose permissions for other licensees extend to the 10757 entire whole, and thus to each and every part regardless of who wrote it. 10758 10759 Thus, it is not the intent of this section to claim rights or contest 10760 your rights to work written entirely by you; rather, the intent is to 10761 exercise the right to control the distribution of derivative or 10762 collective works based on the Program. 10763 10764 In addition, mere aggregation of another work not based on the Program 10765 with the Program (or with a work based on the Program) on a volume of 10766 a storage or distribution medium does not bring the other work under 10767 the scope of this License. 10768 10769 3. You may copy and distribute the Program (or a work based on it, 10770 under Section 2) in object code or executable form under the terms of 10771 Sections 1 and 2 above provided that you also do one of the following: 10772 10773 a) Accompany it with the complete corresponding machine-readable 10774 source code, which must be distributed under the terms of Sections 10775 1 and 2 above on a medium customarily used for software interchange; or, 10776 10777 b) Accompany it with a written offer, valid for at least three 10778 years, to give any third party, for a charge no more than your 10779 cost of physically performing source distribution, a complete 10780 machine-readable copy of the corresponding source code, to be 10781 distributed under the terms of Sections 1 and 2 above on a medium 10782 customarily used for software interchange; or, 10783 10784 c) Accompany it with the information you received as to the offer 10785 to distribute corresponding source code. (This alternative is 10786 allowed only for noncommercial distribution and only if you 10787 received the program in object code or executable form with such 10788 an offer, in accord with Subsection b above.) 10789 10790 The source code for a work means the preferred form of the work for 10791 making modifications to it. For an executable work, complete source 10792 code means all the source code for all modules it contains, plus any 10793 associated interface definition files, plus the scripts used to 10794 control compilation and installation of the executable. However, as a 10795 special exception, the source code distributed need not include 10796 anything that is normally distributed (in either source or binary 10797 form) with the major components (compiler, kernel, and so on) of the 10798 operating system on which the executable runs, unless that component 10799 itself accompanies the executable. 10800 10801 If distribution of executable or object code is made by offering 10802 access to copy from a designated place, then offering equivalent 10803 access to copy the source code from the same place counts as 10804 distribution of the source code, even though third parties are not 10805 compelled to copy the source along with the object code. 10806 10807 4. You may not copy, modify, sublicense, or distribute the Program 10808 except as expressly provided under this License. Any attempt 10809 otherwise to copy, modify, sublicense or distribute the Program is 10810 void, and will automatically terminate your rights under this License. 10811 However, parties who have received copies, or rights, from you under 10812 this License will not have their licenses terminated so long as such 10813 parties remain in full compliance. 10814 10815 5. You are not required to accept this License, since you have not 10816 signed it. However, nothing else grants you permission to modify or 10817 distribute the Program or its derivative works. These actions are 10818 prohibited by law if you do not accept this License. Therefore, by 10819 modifying or distributing the Program (or any work based on the 10820 Program), you indicate your acceptance of this License to do so, and 10821 all its terms and conditions for copying, distributing or modifying 10822 the Program or works based on it. 10823 10824 6. Each time you redistribute the Program (or any work based on the 10825 Program), the recipient automatically receives a license from the 10826 original licensor to copy, distribute or modify the Program subject to 10827 these terms and conditions. You may not impose any further 10828 restrictions on the recipients' exercise of the rights granted herein. 10829 You are not responsible for enforcing compliance by third parties to 10830 this License. 10831 10832 7. If, as a consequence of a court judgment or allegation of patent 10833 infringement or for any other reason (not limited to patent issues), 10834 conditions are imposed on you (whether by court order, agreement or 10835 otherwise) that contradict the conditions of this License, they do not 10836 excuse you from the conditions of this License. If you cannot 10837 distribute so as to satisfy simultaneously your obligations under this 10838 License and any other pertinent obligations, then as a consequence you 10839 may not distribute the Program at all. For example, if a patent 10840 license would not permit royalty-free redistribution of the Program by 10841 all those who receive copies directly or indirectly through you, then 10842 the only way you could satisfy both it and this License would be to 10843 refrain entirely from distribution of the Program. 10844 10845 If any portion of this section is held invalid or unenforceable under 10846 any particular circumstance, the balance of the section is intended to 10847 apply and the section as a whole is intended to apply in other 10848 circumstances. 10849 10850 It is not the purpose of this section to induce you to infringe any 10851 patents or other property right claims or to contest validity of any 10852 such claims; this section has the sole purpose of protecting the 10853 integrity of the free software distribution system, which is 10854 implemented by public license practices. Many people have made 10855 generous contributions to the wide range of software distributed 10856 through that system in reliance on consistent application of that 10857 system; it is up to the author/donor to decide if he or she is willing 10858 to distribute software through any other system and a licensee cannot 10859 impose that choice. 10860 10861 This section is intended to make thoroughly clear what is believed to 10862 be a consequence of the rest of this License. 10863 10864 8. If the distribution and/or use of the Program is restricted in 10865 certain countries either by patents or by copyrighted interfaces, the 10866 original copyright holder who places the Program under this License 10867 may add an explicit geographical distribution limitation excluding 10868 those countries, so that distribution is permitted only in or among 10869 countries not thus excluded. In such case, this License incorporates 10870 the limitation as if written in the body of this License. 10871 10872 9. The Free Software Foundation may publish revised and/or new versions 10873 of the General Public License from time to time. Such new versions will 10874 be similar in spirit to the present version, but may differ in detail to 10875 address new problems or concerns. 10876 10877 Each version is given a distinguishing version number. If the Program 10878 specifies a version number of this License which applies to it and "any 10879 later version", you have the option of following the terms and conditions 10880 either of that version or of any later version published by the Free 10881 Software Foundation. If the Program does not specify a version number of 10882 this License, you may choose any version ever published by the Free Software 10883 Foundation. 10884 10885 10. If you wish to incorporate parts of the Program into other free 10886 programs whose distribution conditions are different, write to the author 10887 to ask for permission. For software which is copyrighted by the Free 10888 Software Foundation, write to the Free Software Foundation; we sometimes 10889 make exceptions for this. Our decision will be guided by the two goals 10890 of preserving the free status of all derivatives of our free software and 10891 of promoting the sharing and reuse of software generally. 10892 10893 NO WARRANTY 10894 10895 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY 10896 FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN 10897 OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES 10898 PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED 10899 OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF 10900 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS 10901 TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE 10902 PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, 10903 REPAIR OR CORRECTION. 10904 10905 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING 10906 WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR 10907 REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, 10908 INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING 10909 OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED 10910 TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY 10911 YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER 10912 PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE 10913 POSSIBILITY OF SUCH DAMAGES. 10914 10915 END OF TERMS AND CONDITIONS 10916 10917 How to Apply These Terms to Your New Programs 10918 10919 If you develop a new program, and you want it to be of the greatest 10920 possible use to the public, the best way to achieve this is to make it 10921 free software which everyone can redistribute and change under these terms. 10922 10923 To do so, attach the following notices to the program. It is safest 10924 to attach them to the start of each source file to most effectively 10925 convey the exclusion of warranty; and each file should have at least 10926 the "copyright" line and a pointer to where the full notice is found. 10927 10928 <one line to give the program's name and a brief idea of what it does.> 10929 Copyright (C) <year> <name of author> 10930 10931 This program is free software; you can redistribute it and/or modify 10932 it under the terms of the GNU General Public License as published by 10933 the Free Software Foundation; either version 2 of the License, or 10934 (at your option) any later version. 10935 10936 This program is distributed in the hope that it will be useful, 10937 but WITHOUT ANY WARRANTY; without even the implied warranty of 10938 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 10939 GNU General Public License for more details. 10940 10941 You should have received a copy of the GNU General Public License 10942 along with this program; if not, write to the Free Software 10943 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 10944 10945 10946 Also add information on how to contact you by electronic and paper mail. 10947 10948 If the program is interactive, make it output a short notice like this 10949 when it starts in an interactive mode: 10950 10951 Gnomovision version 69, Copyright (C) year name of author 10952 Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. 10953 This is free software, and you are welcome to redistribute it 10954 under certain conditions; type `show c' for details. 10955 10956 The hypothetical commands `show w' and `show c' should show the appropriate 10957 parts of the General Public License. Of course, the commands you use may 10958 be called something other than `show w' and `show c'; they could even be 10959 mouse-clicks or menu items--whatever suits your program. 10960 10961 You should also get your employer (if you work as a programmer) or your 10962 school, if any, to sign a "copyright disclaimer" for the program, if 10963 necessary. Here is a sample; alter the names: 10964 10965 Yoyodyne, Inc., hereby disclaims all copyright interest in the program 10966 `Gnomovision' (which makes passes at compilers) written by James Hacker. 10967 10968 <signature of Ty Coon>, 1 April 1989 10969 Ty Coon, President of Vice 10970 10971 This General Public License does not permit incorporating your program into 10972 proprietary programs. If your program is a subroutine library, you may 10973 consider it more useful to permit linking proprietary applications with the 10974 library. If this is what you want to do, use the GNU Library General 10975 Public License instead of this License. 10976 10977 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 10978 10979 Scanned Source License gc-7.2/libatomic_ops/doc/LICENSING.txt: 10980 10981 Our intent is to make it easy to use libatomic_ops, in 10982 both free and proprietary software. Hence most code that we expect to be 10983 linked into a client application is covered by an MIT-style license. 10984 10985 A few library routines are covered by the GNU General Public License. 10986 These are put into a separate library, libatomic_ops_gpl.a . 10987 10988 The low-level part of the library is mostly covered by the following 10989 license: 10990 10991 ---------------------------------------- 10992 10993 Copyright (c) ... 10994 10995 Permission is hereby granted, free of charge, to any person obtaining a copy 10996 of this software and associated documentation files (the "Software"), to deal 10997 in the Software without restriction, including without limitation the rights 10998 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 10999 copies of the Software, and to permit persons to whom the Software is 11000 furnished to do so, subject to the following conditions: 11001 11002 The above copyright notice and this permission notice shall be included in all 11003 copies or substantial portions of the Software. 11004 11005 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 11006 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 11007 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 11008 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 11009 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 11010 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 11011 SOFTWARE. 11012 11013 -------------------------------- 11014 11015 A few files in the sysdeps directory were inherited in part from the 11016 Boehm-Demers-Weiser conservative garbage collector, and are covered by 11017 its license, which is similar in spirit: 11018 11019 -------------------------------- 11020 11021 Copyright (c) ... 11022 11023 THIS MATERIAL IS PROVIDED AS IS, WITH ABSOLUTELY NO WARRANTY EXPRESSED 11024 OR IMPLIED. ANY USE IS AT YOUR OWN RISK. 11025 11026 Permission is hereby granted to use or copy this program 11027 for any purpose, provided the above notices are retained on all copies. 11028 Permission to modify the code and to distribute modified code is granted, 11029 provided the above notices are retained, and a notice that the code was 11030 modified is included with the above copyright notice. 11031 11032 ---------------------------------- 11033 11034 A few files are covered by the GNU General Public License. (See file 11035 "COPYING".) This applies only to test code, sample applications, 11036 and the libatomic_ops_gpl portion of the library. 11037 Thus libatomic_ops_gpl should generally not be linked into proprietary code. 11038 (This distinction was motivated by patent considerations.) 11039 11040 It is possible that the license of the GPL pieces may be changed for 11041 future versions to make them more consistent with the rest of the package. 11042 If you submit patches, and have strong preferences about licensing, please 11043 express them. 11044 11045 11046 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 11047 11048 Gentoo Package Stock License boehm-gc: 11049 11050 <copyright notice> 11051 11052 THIS MATERIAL IS PROVIDED AS IS, WITH ABSOLUTELY NO WARRANTY EXPRESSED 11053 OR IMPLIED. ANY USE IS AT YOUR OWN RISK. 11054 11055 Permission is hereby granted to use or copy this program 11056 for any purpose, provided the above notices are retained on all copies. 11057 Permission to modify the code and to distribute modified code is granted, 11058 provided the above notices are retained, and a notice that the code was 11059 modified is included with the above copyright notice. 11060 11061 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 11062 </pre> 11063 <ul> 11064 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 11065 <li><a href='#GPL-2+'>Gentoo Package Stock License GPL-2+</a></li> 11066 </ul> 11067 </div> 11068 </div> 11069 11070 11071 <div class="product"> 11072 <span class="title">libc-bench-0.0.1</span> 11073 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 11074 <span class="homepage"><a href="http://www.etalabs.net/libc-bench.html">homepage</a></span> 11075 <div class="licence"> 11076 <pre>Scanned Source License libc-bench-0.0.1/COPYRIGHT: 11077 11078 libc-bench, a performance and memory usage benchmark for comparing 11079 libc implementations 11080 11081 Copyright 2011 Rich Felker 11082 11083 Permission is hereby granted, free of charge, to any person obtaining 11084 a copy of this software and associated documentation files (the 11085 "Software"), to deal in the Software without restriction, including 11086 without limitation the rights to use, copy, modify, merge, publish, 11087 distribute, sublicense, and/or sell copies of the Software, and to 11088 permit persons to whom the Software is furnished to do so, subject to 11089 the following conditions: 11090 11091 The above copyright notice and this permission notice shall be 11092 included in all copies or substantial portions of the Software. 11093 11094 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 11095 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 11096 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. 11097 IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY 11098 CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, 11099 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE 11100 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 11101 11102 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 11103 </pre> 11104 <ul> 11105 11106 </ul> 11107 </div> 11108 </div> 11109 11110 11111 <div class="product"> 11112 <span class="title">libcap-2.17</span> 11113 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 11114 <span class="homepage"><a href="http://www.friedhoff.org/posixfilecaps.html">homepage</a></span> 11115 <div class="licence"> 11116 <pre>Scanned Source License libcap-2.17/License: 11117 11118 Unless otherwise *explicitly* stated, the following text describes the 11119 licensed conditions under which the contents of this libcap release 11120 may be used and distributed: 11121 11122 ------------------------------------------------------------------------- 11123 Redistribution and use in source and binary forms of libcap, with 11124 or without modification, are permitted provided that the following 11125 conditions are met: 11126 11127 1. Redistributions of source code must retain any existing copyright 11128 notice, and this entire permission notice in its entirety, 11129 including the disclaimer of warranties. 11130 11131 2. Redistributions in binary form must reproduce all prior and current 11132 copyright notices, this list of conditions, and the following 11133 disclaimer in the documentation and/or other materials provided 11134 with the distribution. 11135 11136 3. The name of any author may not be used to endorse or promote 11137 products derived from this software without their specific prior 11138 written permission. 11139 11140 ALTERNATIVELY, this product may be distributed under the terms of the 11141 GNU General Public License, in which case the provisions of the GNU 11142 GPL are required INSTEAD OF the above restrictions. (This clause is 11143 necessary due to a potential conflict between the GNU GPL and the 11144 restrictions contained in a BSD-style copyright.) 11145 11146 THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED 11147 WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF 11148 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. 11149 IN NO EVENT SHALL THE AUTHOR(S) BE LIABLE FOR ANY DIRECT, INDIRECT, 11150 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, 11151 BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS 11152 OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND 11153 ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR 11154 TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE 11155 USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH 11156 DAMAGE. 11157 ------------------------------------------------------------------------- 11158 11159 11160 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 11161 11162 Scanned Source License libcap-2.17/pam_cap/License: 11163 11164 Unless otherwise *explicitly* stated the following text describes the 11165 licensed conditions under which the contents of this module release 11166 may be distributed: 11167 11168 ------------------------------------------------------------------------- 11169 Redistribution and use in source and binary forms of this module, with 11170 or without modification, are permitted provided that the following 11171 conditions are met: 11172 11173 1. Redistributions of source code must retain any existing copyright 11174 notice, and this entire permission notice in its entirety, 11175 including the disclaimer of warranties. 11176 11177 2. Redistributions in binary form must reproduce all prior and current 11178 copyright notices, this list of conditions, and the following 11179 disclaimer in the documentation and/or other materials provided 11180 with the distribution. 11181 11182 3. The name of any author may not be used to endorse or promote 11183 products derived from this software without their specific prior 11184 written permission. 11185 11186 ALTERNATIVELY, this product may be distributed under the terms of the 11187 GNU Library General Public License, in which case the provisions of 11188 the GNU LGPL are required INSTEAD OF the above restrictions. (This 11189 clause is necessary due to a potential conflict between the GNU LGPL 11190 and the restrictions contained in a BSD-style copyright.) 11191 11192 THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED 11193 WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF 11194 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. 11195 IN NO EVENT SHALL THE AUTHOR(S) BE LIABLE FOR ANY DIRECT, INDIRECT, 11196 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, 11197 BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS 11198 OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND 11199 ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR 11200 TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE 11201 USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH 11202 DAMAGE. 11203 ------------------------------------------------------------------------- 11204 11205 11206 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 11207 </pre> 11208 <ul> 11209 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 11210 </ul> 11211 </div> 11212 </div> 11213 11214 11215 <div class="product"> 11216 <span class="title">libcap-ng-0.6.6</span> 11217 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 11218 <span class="homepage"><a href="http://people.redhat.com/sgrubb/libcap-ng/">homepage</a></span> 11219 <div class="licence"> 11220 <pre></pre> 11221 <ul> 11222 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li> 11223 </ul> 11224 </div> 11225 </div> 11226 11227 11228 <div class="product"> 11229 <span class="title">libchrome-271506</span> 11230 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 11231 <span class="homepage"><a href="http://dev.chromium.org/chromium-os/packages/libchrome">homepage</a></span> 11232 <div class="licence"> 11233 <pre></pre> 11234 <ul> 11235 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 11236 </ul> 11237 </div> 11238 </div> 11239 11240 11241 <div class="product"> 11242 <span class="title">libchrome_crypto-271506</span> 11243 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 11244 <span class="homepage"><a href="http://dev.chromium.org/chromium-os/packages/libchrome">homepage</a></span> 11245 <div class="licence"> 11246 <pre></pre> 11247 <ul> 11248 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 11249 </ul> 11250 </div> 11251 </div> 11252 11253 11254 <div class="product"> 11255 <span class="title">libchromeos-0.0.1</span> 11256 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 11257 <span class="homepage"><a href="http://dev.chromium.org/chromium-os/platform">homepage</a></span> 11258 <div class="licence"> 11259 <pre></pre> 11260 <ul> 11261 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 11262 </ul> 11263 </div> 11264 </div> 11265 11266 11267 <div class="product"> 11268 <span class="title">libchromeos-use-flags-0.0.1</span> 11269 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 11270 <span class="homepage"><a href="">homepage</a></span> 11271 <div class="licence"> 11272 <pre></pre> 11273 <ul> 11274 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 11275 </ul> 11276 </div> 11277 </div> 11278 11279 11280 <div class="product"> 11281 <span class="title">libdaemon-0.14</span> 11282 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 11283 <span class="homepage"><a href="http://0pointer.de/lennart/projects/libdaemon/">homepage</a></span> 11284 <div class="licence"> 11285 <pre></pre> 11286 <ul> 11287 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li> 11288 </ul> 11289 </div> 11290 </div> 11291 11292 11293 <div class="product"> 11294 <span class="title">libdrm-2.4.54</span> 11295 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 11296 <span class="homepage"><a href="http://dri.freedesktop.org/">homepage</a></span> 11297 <div class="licence"> 11298 <pre></pre> 11299 <ul> 11300 <li><a href='#X'>Custom License X</a></li> 11301 </ul> 11302 </div> 11303 </div> 11304 11305 11306 <div class="product"> 11307 <span class="title">libdrm-tests-2.4.54</span> 11308 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 11309 <span class="homepage"><a href="http://dri.freedesktop.org/">homepage</a></span> 11310 <div class="licence"> 11311 <pre></pre> 11312 <ul> 11313 <li><a href='#X'>Custom License X</a></li> 11314 </ul> 11315 </div> 11316 </div> 11317 11318 11319 <div class="product"> 11320 <span class="title">libevdev-0.0.1</span> 11321 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 11322 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span> 11323 <div class="licence"> 11324 <pre></pre> 11325 <ul> 11326 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 11327 </ul> 11328 </div> 11329 </div> 11330 11331 11332 <div class="product"> 11333 <span class="title">libevent-2.0.21</span> 11334 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 11335 <span class="homepage"><a href="http://libevent.org/">homepage</a></span> 11336 <div class="licence"> 11337 <pre>Copyright Attribution License chromiumos-overlay/licenses/copyright-attribution/dev-libs/libevent: 11338 11339 Copyright (c) 2002, 2003 Niels Provos <provos (a] citi.umich.edu> 11340 All rights reserved. 11341 11342 Redistribution and use in source and binary forms, with or without 11343 modification, are permitted provided that the following conditions 11344 are met: 11345 1. Redistributions of source code must retain the above copyright 11346 notice, this list of conditions and the following disclaimer. 11347 2. Redistributions in binary form must reproduce the above copyright 11348 notice, this list of conditions and the following disclaimer in the 11349 documentation and/or other materials provided with the distribution. 11350 3. The name of the author may not be used to endorse or promote products 11351 derived from this software without specific prior written permission. 11352 11353 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR 11354 IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES 11355 OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. 11356 IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, 11357 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT 11358 NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 11359 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 11360 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 11361 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 11362 THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 11363 11364 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 11365 </pre> 11366 <ul> 11367 11368 </ul> 11369 </div> 11370 </div> 11371 11372 11373 <div class="product"> 11374 <span class="title">libffi-3.0.11</span> 11375 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 11376 <span class="homepage"><a href="http://sourceware.org/libffi/">homepage</a></span> 11377 <div class="licence"> 11378 <pre>Scanned Source License libffi-3.0.11/LICENSE: 11379 11380 libffi - Copyright (c) 1996-2012 Anthony Green, Red Hat, Inc and others. 11381 See source files for details. 11382 11383 Permission is hereby granted, free of charge, to any person obtaining 11384 a copy of this software and associated documentation files (the 11385 ``Software''), to deal in the Software without restriction, including 11386 without limitation the rights to use, copy, modify, merge, publish, 11387 distribute, sublicense, and/or sell copies of the Software, and to 11388 permit persons to whom the Software is furnished to do so, subject to 11389 the following conditions: 11390 11391 The above copyright notice and this permission notice shall be 11392 included in all copies or substantial portions of the Software. 11393 11394 THE SOFTWARE IS PROVIDED ``AS IS'', WITHOUT WARRANTY OF ANY KIND, 11395 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 11396 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. 11397 IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY 11398 CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, 11399 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE 11400 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 11401 11402 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 11403 </pre> 11404 <ul> 11405 11406 </ul> 11407 </div> 11408 </div> 11409 11410 11411 <div class="product"> 11412 <span class="title">libfontenc-1.1.0</span> 11413 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 11414 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span> 11415 <div class="licence"> 11416 <pre>Scanned Source License libfontenc-1.1.0/COPYING: 11417 11418 Copyright (c) 1998-2001 by Juliusz Chroboczek 11419 11420 Permission is hereby granted, free of charge, to any person obtaining a copy 11421 of this software and associated documentation files (the "Software"), to deal 11422 in the Software without restriction, including without limitation the rights 11423 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 11424 copies of the Software, and to permit persons to whom the Software is 11425 furnished to do so, subject to the following conditions: 11426 11427 The above copyright notice and this permission notice shall be included in 11428 all copies or substantial portions of the Software. 11429 11430 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 11431 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 11432 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 11433 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 11434 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 11435 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 11436 THE SOFTWARE. 11437 11438 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 11439 </pre> 11440 <ul> 11441 11442 </ul> 11443 </div> 11444 </div> 11445 11446 11447 <div class="product"> 11448 <span class="title">libftdi-1.0</span> 11449 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 11450 <span class="homepage"><a href="http://www.intra2net.com/en/developer/libftdi/">homepage</a></span> 11451 <div class="licence"> 11452 <pre></pre> 11453 <ul> 11454 <li><a href='#LGPL-2'>Gentoo Package Stock License LGPL-2</a></li> 11455 </ul> 11456 </div> 11457 </div> 11458 11459 11460 <div class="product"> 11461 <span class="title">libgcrypt-1.4.6</span> 11462 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 11463 <span class="homepage"><a href="http://www.gnupg.org/">homepage</a></span> 11464 <div class="licence"> 11465 <pre></pre> 11466 <ul> 11467 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li> 11468 </ul> 11469 </div> 11470 </div> 11471 11472 11473 <div class="product"> 11474 <span class="title">libglade-2.6.4</span> 11475 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 11476 <span class="homepage"><a href="http://www.gnome.org/">homepage</a></span> 11477 <div class="licence"> 11478 <pre></pre> 11479 <ul> 11480 <li><a href='#LGPL-2'>Gentoo Package Stock License LGPL-2</a></li> 11481 </ul> 11482 </div> 11483 </div> 11484 11485 11486 <div class="product"> 11487 <span class="title">libgpg-error-1.10</span> 11488 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 11489 <span class="homepage"><a href="http://www.gnupg.org/related_software/libgpg-error">homepage</a></span> 11490 <div class="licence"> 11491 <pre></pre> 11492 <ul> 11493 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li> 11494 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 11495 </ul> 11496 </div> 11497 </div> 11498 11499 11500 <div class="product"> 11501 <span class="title">libICE-1.0.7</span> 11502 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 11503 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span> 11504 <div class="licence"> 11505 <pre>Scanned Source License libICE-1.0.7/COPYING: 11506 11507 Copyright 1993, 1998 The Open Group 11508 11509 Permission to use, copy, modify, distribute, and sell this software and its 11510 documentation for any purpose is hereby granted without fee, provided that 11511 the above copyright notice appear in all copies and that both that 11512 copyright notice and this permission notice appear in supporting 11513 documentation. 11514 11515 The above copyright notice and this permission notice shall be included in 11516 all copies or substantial portions of the Software. 11517 11518 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 11519 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 11520 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 11521 OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN 11522 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 11523 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 11524 11525 Except as contained in this notice, the name of The Open Group shall not be 11526 used in advertising or otherwise to promote the sale, use or other dealings 11527 in this Software without prior written authorization from The Open Group. 11528 11529 Author: Ralph Mor, X Consortium 11530 11531 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 11532 </pre> 11533 <ul> 11534 11535 </ul> 11536 </div> 11537 </div> 11538 11539 11540 <div class="product"> 11541 <span class="title">libjpeg-turbo-1.2.0</span> 11542 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 11543 <span class="homepage"><a href="http://libjpeg-turbo.virtualgl.org/">homepage</a></span> 11544 <div class="licence"> 11545 <pre>Scanned Source License debian/copyright: 11546 11547 This is Debian's prepackaged version of the `jpeg library' by the Independent 11548 JPEG Group. 11549 11550 This package was created by Mark Mickan <mmickan (a] debian.org> from sources 11551 which can be found at ftp://ftp.uu.net/graphics/jpeg/jpegsrc.v6b.tar.gz 11552 11553 It is partly based on the libjpeg6a package originally put together by 11554 Andy Guy <awpguy (a] acs.ucalgary.ca> and later maintained by Mark Mickan. 11555 11556 Current Debian maintainer is Bill Allombert <ballombe (a] debian.org>. 11557 11558 LEGAL ISSUES [ from README supplied with source - MM ] 11559 ============ 11560 11561 In plain English: 11562 11563 1. We don't promise that this software works. (But if you find any bugs, 11564 please let us know!) 11565 2. You can use this software for whatever you want. You don't have to pay us. 11566 3. You may not pretend that you wrote this software. If you use it in a 11567 program, you must acknowledge somewhere in your documentation that 11568 you've used the IJG code. 11569 11570 In legalese: 11571 11572 The authors make NO WARRANTY or representation, either express or implied, 11573 with respect to this software, its quality, accuracy, merchantability, or 11574 fitness for a particular purpose. This software is provided "AS IS", and you, 11575 its user, assume the entire risk as to its quality and accuracy. 11576 11577 This software is copyright (C) 1991-2010, Thomas G. Lane, Guido Vollbeding. 11578 All Rights Reserved except as specified below. 11579 11580 Permission is hereby granted to use, copy, modify, and distribute this 11581 software (or portions thereof) for any purpose, without fee, subject to these 11582 conditions: 11583 (1) If any part of the source code for this software is distributed, then this 11584 README file must be included, with this copyright and no-warranty notice 11585 unaltered; and any additions, deletions, or changes to the original files 11586 must be clearly indicated in accompanying documentation. 11587 (2) If only executable code is distributed, then the accompanying 11588 documentation must state that "this software is based in part on the work of 11589 the Independent JPEG Group". 11590 (3) Permission for use of this software is granted only if the user accepts 11591 full responsibility for any undesirable consequences; the authors accept 11592 NO LIABILITY for damages of any kind. 11593 11594 These conditions apply to any software derived from or based on the IJG code, 11595 not just to the unmodified library. If you use our work, you ought to 11596 acknowledge us. 11597 11598 Permission is NOT granted for the use of any IJG author's name or company name 11599 in advertising or publicity relating to this software or products derived from 11600 it. This software may be referred to only as "the Independent JPEG Group's 11601 software". 11602 11603 We specifically permit and encourage the use of this software as the basis of 11604 commercial products, provided that all warranty or liability claims are 11605 assumed by the product vendor. 11606 11607 11608 ansi2knr.c is included in this distribution by permission of L. Peter Deutsch, 11609 sole proprietor of its copyright holder, Aladdin Enterprises of Menlo Park, CA. 11610 ansi2knr.c is NOT covered by the above copyright and conditions, but instead 11611 by the usual distribution terms of the Free Software Foundation; principally, 11612 that you must include source code if you redistribute it. (See the file 11613 ansi2knr.c for full details.) However, since ansi2knr.c is not needed as part 11614 of any program generated from the IJG code, this does not limit you more than 11615 the foregoing paragraphs do. 11616 11617 The Unix configuration script "configure" was produced with GNU Autoconf. 11618 It is copyright by the Free Software Foundation but is freely distributable. 11619 The same holds for its supporting scripts (config.guess, config.sub, 11620 ltmain.sh). Another support script, install-sh, is copyright by X Consortium 11621 but is also freely distributable. 11622 11623 The IJG distribution formerly included code to read and write GIF files. 11624 To avoid entanglement with the Unisys LZW patent, GIF reading support has 11625 been removed altogether, and the GIF writer has been simplified to produce 11626 "uncompressed GIFs". This technique does not use the LZW algorithm; the 11627 resulting GIF files are larger than usual, but are readable by all standard 11628 GIF decoders. 11629 11630 We are required to state that 11631 "The Graphics Interchange Format(c) is the Copyright property of 11632 CompuServe Incorporated. GIF(sm) is a Service Mark property of 11633 CompuServe Incorporated." 11634 11635 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 11636 11637 Scanned Source License libjpeg-turbo-1.2.0/release/License.rtf: 11638 11639 {\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350 11640 {\fonttbl\f0\fswiss\fcharset0 Helvetica;} 11641 {\colortbl;\red255\green255\blue255;} 11642 {\*\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}} 11643 {\*\listoverridetable{\listoverride\listid1\listoverridecount0\ls1}} 11644 \margl1440\margr1440\vieww9820\viewh8480\viewkind0 11645 \deftab720 11646 \pard\pardeftab720 11647 11648 \f0\fs24 \cf0 Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:\ 11649 \ 11650 \pard\tx220\tx720\pardeftab720\li720\fi-720 11651 \ls1\ilvl0\cf0 {\listtext \'95 }Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.\ 11652 {\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.\ 11653 {\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.\ 11654 \pard\pardeftab720\qc 11655 \cf0 \ 11656 \pard\pardeftab720 11657 \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.\ 11658 } 11659 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 11660 11661 Scanned Source License libjpeg-turbo-1.2.0/release/copyright: 11662 11663 libjpeg-turbo is released under a BSD-style license (see README and README-turbo.txt) 11664 11665 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 11666 </pre> 11667 <ul> 11668 11669 </ul> 11670 </div> 11671 </div> 11672 11673 11674 <div class="product"> 11675 <span class="title">libmbim-1.9.0</span> 11676 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 11677 <span class="homepage"><a href="http://cgit.freedesktop.org/libmbim/">homepage</a></span> 11678 <div class="licence"> 11679 <pre></pre> 11680 <ul> 11681 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 11682 </ul> 11683 </div> 11684 </div> 11685 11686 11687 <div class="product"> 11688 <span class="title">libmtp-0.0.1</span> 11689 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 11690 <span class="homepage"><a href="http://libmtp.sourceforge.net/">homepage</a></span> 11691 <div class="licence"> 11692 <pre></pre> 11693 <ul> 11694 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li> 11695 </ul> 11696 </div> 11697 </div> 11698 11699 11700 <div class="product"> 11701 <span class="title">libnetfilter_queue-1.0.1</span> 11702 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 11703 <span class="homepage"><a href="http://www.netfilter.org/projects/libnetfilter_queue/">homepage</a></span> 11704 <div class="licence"> 11705 <pre></pre> 11706 <ul> 11707 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 11708 </ul> 11709 </div> 11710 </div> 11711 11712 11713 <div class="product"> 11714 <span class="title">libnfnetlink-1.0.1</span> 11715 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 11716 <span class="homepage"><a href="http://www.netfilter.org/projects/libnfnetlink/">homepage</a></span> 11717 <div class="licence"> 11718 <pre></pre> 11719 <ul> 11720 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 11721 </ul> 11722 </div> 11723 </div> 11724 11725 11726 <div class="product"> 11727 <span class="title">libnih-1.0.3</span> 11728 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 11729 <span class="homepage"><a href="https://launchpad.net/libnih">homepage</a></span> 11730 <div class="licence"> 11731 <pre></pre> 11732 <ul> 11733 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 11734 </ul> 11735 </div> 11736 </div> 11737 11738 11739 <div class="product"> 11740 <span class="title">libnl-1.1</span> 11741 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 11742 <span class="homepage"><a href="http://people.suug.ch/~tgr/libnl/">homepage</a></span> 11743 <div class="licence"> 11744 <pre></pre> 11745 <ul> 11746 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li> 11747 </ul> 11748 </div> 11749 </div> 11750 11751 11752 <div class="product"> 11753 <span class="title">libnl-3.2.24</span> 11754 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 11755 <span class="homepage"><a href="http://www.infradead.org/~tgr/libnl/">homepage</a></span> 11756 <div class="licence"> 11757 <pre></pre> 11758 <ul> 11759 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li> 11760 </ul> 11761 </div> 11762 </div> 11763 11764 11765 <div class="product"> 11766 <span class="title">libp11-0.2.8</span> 11767 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 11768 <span class="homepage"><a href="http://www.opensc-project.org/libp11/">homepage</a></span> 11769 <div class="licence"> 11770 <pre></pre> 11771 <ul> 11772 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li> 11773 </ul> 11774 </div> 11775 </div> 11776 11777 11778 <div class="product"> 11779 <span class="title">libpcap-1.5.3</span> 11780 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 11781 <span class="homepage"><a href="http://www.tcpdump.org/">homepage</a></span> 11782 <div class="licence"> 11783 <pre>Scanned Source License libpcap-1.5.3/LICENSE: 11784 11785 License: BSD 11786 11787 Redistribution and use in source and binary forms, with or without 11788 modification, are permitted provided that the following conditions 11789 are met: 11790 11791 1. Redistributions of source code must retain the above copyright 11792 notice, this list of conditions and the following disclaimer. 11793 2. Redistributions in binary form must reproduce the above copyright 11794 notice, this list of conditions and the following disclaimer in 11795 the documentation and/or other materials provided with the 11796 distribution. 11797 3. The names of the authors may not be used to endorse or promote 11798 products derived from this software without specific prior 11799 written permission. 11800 11801 THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR 11802 IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED 11803 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. 11804 11805 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 11806 </pre> 11807 <ul> 11808 11809 </ul> 11810 </div> 11811 </div> 11812 11813 11814 <div class="product"> 11815 <span class="title">libpciaccess-0.12.902</span> 11816 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 11817 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span> 11818 <div class="licence"> 11819 <pre>Scanned Source License libpciaccess-0.12.902/COPYING: 11820 11821 (C) Copyright IBM Corporation 2006, 2007 11822 (C) Copyright Eric Anholt 2006 11823 Copyright (c) 2007, 2008, 2009, 2011, Oracle and/or its affiliates. 11824 Copyright 2009 Red Hat, Inc. 11825 All Rights Reserved. 11826 11827 Permission is hereby granted, free of charge, to any person obtaining a copy 11828 of this software and associated documentation files (the "Software"), to 11829 deal in the Software without restriction, including without limitation on 11830 the rights to use, copy, modify, merge, publish, distribute, sub license, 11831 and/or sell copies of the Software, and to permit persons to whom the 11832 Software is furnished to do so, subject to the following conditions: 11833 11834 The above copyright notice and this permission notice (including the next 11835 paragraph) shall be included in all copies or substantial portions of the 11836 Software. 11837 11838 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 11839 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 11840 FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL 11841 IBM AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 11842 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 11843 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS 11844 IN THE SOFTWARE. 11845 11846 ------------------------------------------------------------------------------ 11847 11848 Copyright (c) 2008 Juan Romero Pardines 11849 Copyright (c) 2008 Mark Kettenis 11850 11851 Permission to use, copy, modify, and distribute this software for any 11852 purpose with or without fee is hereby granted, provided that the above 11853 copyright notice and this permission notice appear in all copies. 11854 11855 THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES 11856 WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF 11857 MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR 11858 ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 11859 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 11860 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 11861 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 11862 11863 ------------------------------------------------------------------------------ 11864 11865 Copyright (C) 2000 The XFree86 Project, Inc. All Rights Reserved. 11866 11867 Permission is hereby granted, free of charge, to any person obtaining a copy 11868 of this software and associated documentation files (the "Software"), to 11869 deal in the Software without restriction, including without limitation the 11870 rights to use, copy, modify, merge, publish, distribute, sublicense, and/or 11871 sell copies of the Software, and to permit persons to whom the Software is 11872 furnished to do so, subject to the following conditions: 11873 11874 The above copyright notice and this permission notice shall be included in 11875 all copies or substantial portions of the Software. 11876 11877 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 11878 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 11879 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 11880 XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER 11881 IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 11882 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 11883 11884 Except as contained in this notice, the name of the XFree86 Project shall 11885 not be used in advertising or otherwise to promote the sale, use or other 11886 dealings in this Software without prior written authorization from the 11887 XFree86 Project. 11888 11889 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 11890 </pre> 11891 <ul> 11892 11893 </ul> 11894 </div> 11895 </div> 11896 11897 11898 <div class="product"> 11899 <span class="title">libpcre-8.30</span> 11900 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 11901 <span class="homepage"><a href="http://www.pcre.org/">homepage</a></span> 11902 <div class="licence"> 11903 <pre>Scanned Source License pcre-8.30/COPYING: 11904 11905 PCRE LICENCE 11906 11907 Please see the file LICENCE in the PCRE distribution for licensing details. 11908 11909 End 11910 11911 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 11912 11913 Scanned Source License pcre-8.30/LICENCE: 11914 11915 PCRE LICENCE 11916 ------------ 11917 11918 PCRE is a library of functions to support regular expressions whose syntax 11919 and semantics are as close as possible to those of the Perl 5 language. 11920 11921 Release 8 of PCRE is distributed under the terms of the "BSD" licence, as 11922 specified below. The documentation for PCRE, supplied in the "doc" 11923 directory, is distributed under the same terms as the software itself. 11924 11925 The basic library functions are written in C and are freestanding. Also 11926 included in the distribution is a set of C++ wrapper functions, and a 11927 just-in-time compiler that can be used to optimize pattern matching. These 11928 are both optional features that can be omitted when the library is built. 11929 11930 11931 THE BASIC LIBRARY FUNCTIONS 11932 --------------------------- 11933 11934 Written by: Philip Hazel 11935 Email local part: ph10 11936 Email domain: cam.ac.uk 11937 11938 University of Cambridge Computing Service, 11939 Cambridge, England. 11940 11941 Copyright (c) 1997-2012 University of Cambridge 11942 All rights reserved. 11943 11944 11945 PCRE JUST-IN-TIME COMPILATION SUPPORT 11946 ------------------------------------- 11947 11948 Written by: Zoltan Herczeg 11949 Email local part: hzmester 11950 Emain domain: freemail.hu 11951 11952 Copyright(c) 2010-2012 Zoltan Herczeg 11953 All rights reserved. 11954 11955 11956 STACK-LESS JUST-IN-TIME COMPILER 11957 -------------------------------- 11958 11959 Written by: Zoltan Herczeg 11960 Email local part: hzmester 11961 Emain domain: freemail.hu 11962 11963 Copyright(c) 2009-2012 Zoltan Herczeg 11964 All rights reserved. 11965 11966 11967 THE C++ WRAPPER FUNCTIONS 11968 ------------------------- 11969 11970 Contributed by: Google Inc. 11971 11972 Copyright (c) 2007-2012, Google Inc. 11973 All rights reserved. 11974 11975 11976 THE "BSD" LICENCE 11977 ----------------- 11978 11979 Redistribution and use in source and binary forms, with or without 11980 modification, are permitted provided that the following conditions are met: 11981 11982 * Redistributions of source code must retain the above copyright notice, 11983 this list of conditions and the following disclaimer. 11984 11985 * Redistributions in binary form must reproduce the above copyright 11986 notice, this list of conditions and the following disclaimer in the 11987 documentation and/or other materials provided with the distribution. 11988 11989 * Neither the name of the University of Cambridge nor the name of Google 11990 Inc. nor the names of their contributors may be used to endorse or 11991 promote products derived from this software without specific prior 11992 written permission. 11993 11994 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" 11995 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 11996 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 11997 ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE 11998 LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 11999 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 12000 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 12001 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 12002 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 12003 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 12004 POSSIBILITY OF SUCH DAMAGE. 12005 12006 End 12007 12008 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 12009 12010 Scanned Source License pcre-8.30/cmake/COPYING-CMAKE-SCRIPTS: 12011 12012 Redistribution and use in source and binary forms, with or without 12013 modification, are permitted provided that the following conditions 12014 are met: 12015 12016 1. Redistributions of source code must retain the copyright 12017 notice, this list of conditions and the following disclaimer. 12018 2. Redistributions in binary form must reproduce the copyright 12019 notice, this list of conditions and the following disclaimer in the 12020 documentation and/or other materials provided with the distribution. 12021 3. The name of the author may not be used to endorse or promote products 12022 derived from this software without specific prior written permission. 12023 12024 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR 12025 IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES 12026 OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. 12027 IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, 12028 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT 12029 NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 12030 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 12031 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 12032 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 12033 THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 12034 12035 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 12036 </pre> 12037 <ul> 12038 12039 </ul> 12040 </div> 12041 </div> 12042 12043 12044 <div class="product"> 12045 <span class="title">libpng-1.2.49</span> 12046 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 12047 <span class="homepage"><a href="http://www.libpng.org/">homepage</a></span> 12048 <div class="licence"> 12049 <pre>Scanned Source License libpng-1.2.49/LICENSE: 12050 12051 12052 This copy of the libpng notices is provided for your convenience. In case of 12053 any discrepancy between this copy and the notices in the file png.h that is 12054 included in the libpng distribution, the latter shall prevail. 12055 12056 COPYRIGHT NOTICE, DISCLAIMER, and LICENSE: 12057 12058 If you modify libpng you may insert additional notices immediately following 12059 this sentence. 12060 12061 This code is released under the libpng license. 12062 12063 libpng versions 1.2.6, August 15, 2004, through 1.2.49, March 29, 2012, are 12064 Copyright (c) 2004, 2006-2009 Glenn Randers-Pehrson, and are 12065 distributed according to the same disclaimer and license as libpng-1.2.5 12066 with the following individual added to the list of Contributing Authors 12067 12068 Cosmin Truta 12069 12070 libpng versions 1.0.7, July 1, 2000, through 1.2.5 - October 3, 2002, are 12071 Copyright (c) 2000-2002 Glenn Randers-Pehrson, and are 12072 distributed according to the same disclaimer and license as libpng-1.0.6 12073 with the following individuals added to the list of Contributing Authors 12074 12075 Simon-Pierre Cadieux 12076 Eric S. Raymond 12077 Gilles Vollant 12078 12079 and with the following additions to the disclaimer: 12080 12081 There is no warranty against interference with your enjoyment of the 12082 library or against infringement. There is no warranty that our 12083 efforts or the library will fulfill any of your particular purposes 12084 or needs. This library is provided with all faults, and the entire 12085 risk of satisfactory quality, performance, accuracy, and effort is with 12086 the user. 12087 12088 libpng versions 0.97, January 1998, through 1.0.6, March 20, 2000, are 12089 Copyright (c) 1998, 1999 Glenn Randers-Pehrson, and are 12090 distributed according to the same disclaimer and license as libpng-0.96, 12091 with the following individuals added to the list of Contributing Authors: 12092 12093 Tom Lane 12094 Glenn Randers-Pehrson 12095 Willem van Schaik 12096 12097 libpng versions 0.89, June 1996, through 0.96, May 1997, are 12098 Copyright (c) 1996, 1997 Andreas Dilger 12099 Distributed according to the same disclaimer and license as libpng-0.88, 12100 with the following individuals added to the list of Contributing Authors: 12101 12102 John Bowler 12103 Kevin Bracey 12104 Sam Bushell 12105 Magnus Holmgren 12106 Greg Roelofs 12107 Tom Tanner 12108 12109 libpng versions 0.5, May 1995, through 0.88, January 1996, are 12110 Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc. 12111 12112 For the purposes of this copyright and license, "Contributing Authors" 12113 is defined as the following set of individuals: 12114 12115 Andreas Dilger 12116 Dave Martindale 12117 Guy Eric Schalnat 12118 Paul Schmidt 12119 Tim Wegner 12120 12121 The PNG Reference Library is supplied "AS IS". The Contributing Authors 12122 and Group 42, Inc. disclaim all warranties, expressed or implied, 12123 including, without limitation, the warranties of merchantability and of 12124 fitness for any purpose. The Contributing Authors and Group 42, Inc. 12125 assume no liability for direct, indirect, incidental, special, exemplary, 12126 or consequential damages, which may result from the use of the PNG 12127 Reference Library, even if advised of the possibility of such damage. 12128 12129 Permission is hereby granted to use, copy, modify, and distribute this 12130 source code, or portions hereof, for any purpose, without fee, subject 12131 to the following restrictions: 12132 12133 1. The origin of this source code must not be misrepresented. 12134 12135 2. Altered versions must be plainly marked as such and must not 12136 be misrepresented as being the original source. 12137 12138 3. This Copyright notice may not be removed or altered from any 12139 source or altered source distribution. 12140 12141 The Contributing Authors and Group 42, Inc. specifically permit, without 12142 fee, and encourage the use of this source code as a component to 12143 supporting the PNG file format in commercial products. If you use this 12144 source code in a product, acknowledgment is not required but would be 12145 appreciated. 12146 12147 12148 A "png_get_copyright" function is available, for convenient use in "about" 12149 boxes and the like: 12150 12151 printf("%s",png_get_copyright(NULL)); 12152 12153 Also, the PNG logo (in PNG format, of course) is supplied in the 12154 files "pngbar.png" and "pngbar.jpg (88x31) and "pngnow.png" (98x31). 12155 12156 Libpng is OSI Certified Open Source Software. OSI Certified Open Source is a 12157 certification mark of the Open Source Initiative. 12158 12159 Glenn Randers-Pehrson 12160 glennrp at users.sourceforge.net 12161 March 29, 2012 12162 12163 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 12164 12165 Scanned Source License libpng-1.2.49/contrib/gregbook/COPYING: 12166 12167 GNU GENERAL PUBLIC LICENSE 12168 Version 2, June 1991 12169 12170 Copyright (C) 1989, 1991 Free Software Foundation, Inc. 12171 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 12172 Everyone is permitted to copy and distribute verbatim copies 12173 of this license document, but changing it is not allowed. 12174 12175 Preamble 12176 12177 The licenses for most software are designed to take away your 12178 freedom to share and change it. By contrast, the GNU General Public 12179 License is intended to guarantee your freedom to share and change free 12180 software--to make sure the software is free for all its users. This 12181 General Public License applies to most of the Free Software 12182 Foundation's software and to any other program whose authors commit to 12183 using it. (Some other Free Software Foundation software is covered by 12184 the GNU Library General Public License instead.) You can apply it to 12185 your programs, too. 12186 12187 When we speak of free software, we are referring to freedom, not 12188 price. Our General Public Licenses are designed to make sure that you 12189 have the freedom to distribute copies of free software (and charge for 12190 this service if you wish), that you receive source code or can get it 12191 if you want it, that you can change the software or use pieces of it 12192 in new free programs; and that you know you can do these things. 12193 12194 To protect your rights, we need to make restrictions that forbid 12195 anyone to deny you these rights or to ask you to surrender the rights. 12196 These restrictions translate to certain responsibilities for you if you 12197 distribute copies of the software, or if you modify it. 12198 12199 For example, if you distribute copies of such a program, whether 12200 gratis or for a fee, you must give the recipients all the rights that 12201 you have. You must make sure that they, too, receive or can get the 12202 source code. And you must show them these terms so they know their 12203 rights. 12204 12205 We protect your rights with two steps: (1) copyright the software, and 12206 (2) offer you this license which gives you legal permission to copy, 12207 distribute and/or modify the software. 12208 12209 Also, for each author's protection and ours, we want to make certain 12210 that everyone understands that there is no warranty for this free 12211 software. If the software is modified by someone else and passed on, we 12212 want its recipients to know that what they have is not the original, so 12213 that any problems introduced by others will not reflect on the original 12214 authors' reputations. 12215 12216 Finally, any free program is threatened constantly by software 12217 patents. We wish to avoid the danger that redistributors of a free 12218 program will individually obtain patent licenses, in effect making the 12219 program proprietary. To prevent this, we have made it clear that any 12220 patent must be licensed for everyone's free use or not licensed at all. 12221 12222 The precise terms and conditions for copying, distribution and 12223 modification follow. 12224 12225 GNU GENERAL PUBLIC LICENSE 12226 TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 12227 12228 0. This License applies to any program or other work which contains 12229 a notice placed by the copyright holder saying it may be distributed 12230 under the terms of this General Public License. The "Program", below, 12231 refers to any such program or work, and a "work based on the Program" 12232 means either the Program or any derivative work under copyright law: 12233 that is to say, a work containing the Program or a portion of it, 12234 either verbatim or with modifications and/or translated into another 12235 language. (Hereinafter, translation is included without limitation in 12236 the term "modification".) Each licensee is addressed as "you". 12237 12238 Activities other than copying, distribution and modification are not 12239 covered by this License; they are outside its scope. The act of 12240 running the Program is not restricted, and the output from the Program 12241 is covered only if its contents constitute a work based on the 12242 Program (independent of having been made by running the Program). 12243 Whether that is true depends on what the Program does. 12244 12245 1. You may copy and distribute verbatim copies of the Program's 12246 source code as you receive it, in any medium, provided that you 12247 conspicuously and appropriately publish on each copy an appropriate 12248 copyright notice and disclaimer of warranty; keep intact all the 12249 notices that refer to this License and to the absence of any warranty; 12250 and give any other recipients of the Program a copy of this License 12251 along with the Program. 12252 12253 You may charge a fee for the physical act of transferring a copy, and 12254 you may at your option offer warranty protection in exchange for a fee. 12255 12256 2. You may modify your copy or copies of the Program or any portion 12257 of it, thus forming a work based on the Program, and copy and 12258 distribute such modifications or work under the terms of Section 1 12259 above, provided that you also meet all of these conditions: 12260 12261 a) You must cause the modified files to carry prominent notices 12262 stating that you changed the files and the date of any change. 12263 12264 b) You must cause any work that you distribute or publish, that in 12265 whole or in part contains or is derived from the Program or any 12266 part thereof, to be licensed as a whole at no charge to all third 12267 parties under the terms of this License. 12268 12269 c) If the modified program normally reads commands interactively 12270 when run, you must cause it, when started running for such 12271 interactive use in the most ordinary way, to print or display an 12272 announcement including an appropriate copyright notice and a 12273 notice that there is no warranty (or else, saying that you provide 12274 a warranty) and that users may redistribute the program under 12275 these conditions, and telling the user how to view a copy of this 12276 License. (Exception: if the Program itself is interactive but 12277 does not normally print such an announcement, your work based on 12278 the Program is not required to print an announcement.) 12279 12280 These requirements apply to the modified work as a whole. If 12281 identifiable sections of that work are not derived from the Program, 12282 and can be reasonably considered independent and separate works in 12283 themselves, then this License, and its terms, do not apply to those 12284 sections when you distribute them as separate works. But when you 12285 distribute the same sections as part of a whole which is a work based 12286 on the Program, the distribution of the whole must be on the terms of 12287 this License, whose permissions for other licensees extend to the 12288 entire whole, and thus to each and every part regardless of who wrote it. 12289 12290 Thus, it is not the intent of this section to claim rights or contest 12291 your rights to work written entirely by you; rather, the intent is to 12292 exercise the right to control the distribution of derivative or 12293 collective works based on the Program. 12294 12295 In addition, mere aggregation of another work not based on the Program 12296 with the Program (or with a work based on the Program) on a volume of 12297 a storage or distribution medium does not bring the other work under 12298 the scope of this License. 12299 12300 3. You may copy and distribute the Program (or a work based on it, 12301 under Section 2) in object code or executable form under the terms of 12302 Sections 1 and 2 above provided that you also do one of the following: 12303 12304 a) Accompany it with the complete corresponding machine-readable 12305 source code, which must be distributed under the terms of Sections 12306 1 and 2 above on a medium customarily used for software interchange; or, 12307 12308 b) Accompany it with a written offer, valid for at least three 12309 years, to give any third party, for a charge no more than your 12310 cost of physically performing source distribution, a complete 12311 machine-readable copy of the corresponding source code, to be 12312 distributed under the terms of Sections 1 and 2 above on a medium 12313 customarily used for software interchange; or, 12314 12315 c) Accompany it with the information you received as to the offer 12316 to distribute corresponding source code. (This alternative is 12317 allowed only for noncommercial distribution and only if you 12318 received the program in object code or executable form with such 12319 an offer, in accord with Subsection b above.) 12320 12321 The source code for a work means the preferred form of the work for 12322 making modifications to it. For an executable work, complete source 12323 code means all the source code for all modules it contains, plus any 12324 associated interface definition files, plus the scripts used to 12325 control compilation and installation of the executable. However, as a 12326 special exception, the source code distributed need not include 12327 anything that is normally distributed (in either source or binary 12328 form) with the major components (compiler, kernel, and so on) of the 12329 operating system on which the executable runs, unless that component 12330 itself accompanies the executable. 12331 12332 If distribution of executable or object code is made by offering 12333 access to copy from a designated place, then offering equivalent 12334 access to copy the source code from the same place counts as 12335 distribution of the source code, even though third parties are not 12336 compelled to copy the source along with the object code. 12337 12338 4. You may not copy, modify, sublicense, or distribute the Program 12339 except as expressly provided under this License. Any attempt 12340 otherwise to copy, modify, sublicense or distribute the Program is 12341 void, and will automatically terminate your rights under this License. 12342 However, parties who have received copies, or rights, from you under 12343 this License will not have their licenses terminated so long as such 12344 parties remain in full compliance. 12345 12346 5. You are not required to accept this License, since you have not 12347 signed it. However, nothing else grants you permission to modify or 12348 distribute the Program or its derivative works. These actions are 12349 prohibited by law if you do not accept this License. Therefore, by 12350 modifying or distributing the Program (or any work based on the 12351 Program), you indicate your acceptance of this License to do so, and 12352 all its terms and conditions for copying, distributing or modifying 12353 the Program or works based on it. 12354 12355 6. Each time you redistribute the Program (or any work based on the 12356 Program), the recipient automatically receives a license from the 12357 original licensor to copy, distribute or modify the Program subject to 12358 these terms and conditions. You may not impose any further 12359 restrictions on the recipients' exercise of the rights granted herein. 12360 You are not responsible for enforcing compliance by third parties to 12361 this License. 12362 12363 7. If, as a consequence of a court judgment or allegation of patent 12364 infringement or for any other reason (not limited to patent issues), 12365 conditions are imposed on you (whether by court order, agreement or 12366 otherwise) that contradict the conditions of this License, they do not 12367 excuse you from the conditions of this License. If you cannot 12368 distribute so as to satisfy simultaneously your obligations under this 12369 License and any other pertinent obligations, then as a consequence you 12370 may not distribute the Program at all. For example, if a patent 12371 license would not permit royalty-free redistribution of the Program by 12372 all those who receive copies directly or indirectly through you, then 12373 the only way you could satisfy both it and this License would be to 12374 refrain entirely from distribution of the Program. 12375 12376 If any portion of this section is held invalid or unenforceable under 12377 any particular circumstance, the balance of the section is intended to 12378 apply and the section as a whole is intended to apply in other 12379 circumstances. 12380 12381 It is not the purpose of this section to induce you to infringe any 12382 patents or other property right claims or to contest validity of any 12383 such claims; this section has the sole purpose of protecting the 12384 integrity of the free software distribution system, which is 12385 implemented by public license practices. Many people have made 12386 generous contributions to the wide range of software distributed 12387 through that system in reliance on consistent application of that 12388 system; it is up to the author/donor to decide if he or she is willing 12389 to distribute software through any other system and a licensee cannot 12390 impose that choice. 12391 12392 This section is intended to make thoroughly clear what is believed to 12393 be a consequence of the rest of this License. 12394 12395 8. If the distribution and/or use of the Program is restricted in 12396 certain countries either by patents or by copyrighted interfaces, the 12397 original copyright holder who places the Program under this License 12398 may add an explicit geographical distribution limitation excluding 12399 those countries, so that distribution is permitted only in or among 12400 countries not thus excluded. In such case, this License incorporates 12401 the limitation as if written in the body of this License. 12402 12403 9. The Free Software Foundation may publish revised and/or new versions 12404 of the General Public License from time to time. Such new versions will 12405 be similar in spirit to the present version, but may differ in detail to 12406 address new problems or concerns. 12407 12408 Each version is given a distinguishing version number. If the Program 12409 specifies a version number of this License which applies to it and "any 12410 later version", you have the option of following the terms and conditions 12411 either of that version or of any later version published by the Free 12412 Software Foundation. If the Program does not specify a version number of 12413 this License, you may choose any version ever published by the Free Software 12414 Foundation. 12415 12416 10. If you wish to incorporate parts of the Program into other free 12417 programs whose distribution conditions are different, write to the author 12418 to ask for permission. For software which is copyrighted by the Free 12419 Software Foundation, write to the Free Software Foundation; we sometimes 12420 make exceptions for this. Our decision will be guided by the two goals 12421 of preserving the free status of all derivatives of our free software and 12422 of promoting the sharing and reuse of software generally. 12423 12424 NO WARRANTY 12425 12426 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY 12427 FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN 12428 OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES 12429 PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED 12430 OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF 12431 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS 12432 TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE 12433 PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, 12434 REPAIR OR CORRECTION. 12435 12436 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING 12437 WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR 12438 REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, 12439 INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING 12440 OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED 12441 TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY 12442 YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER 12443 PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE 12444 POSSIBILITY OF SUCH DAMAGES. 12445 12446 END OF TERMS AND CONDITIONS 12447 12448 How to Apply These Terms to Your New Programs 12449 12450 If you develop a new program, and you want it to be of the greatest 12451 possible use to the public, the best way to achieve this is to make it 12452 free software which everyone can redistribute and change under these terms. 12453 12454 To do so, attach the following notices to the program. It is safest 12455 to attach them to the start of each source file to most effectively 12456 convey the exclusion of warranty; and each file should have at least 12457 the "copyright" line and a pointer to where the full notice is found. 12458 12459 <one line to give the program's name and a brief idea of what it does.> 12460 Copyright (C) <year> <name of author> 12461 12462 This program is free software; you can redistribute it and/or modify 12463 it under the terms of the GNU General Public License as published by 12464 the Free Software Foundation; either version 2 of the License, or 12465 (at your option) any later version. 12466 12467 This program is distributed in the hope that it will be useful, 12468 but WITHOUT ANY WARRANTY; without even the implied warranty of 12469 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12470 GNU General Public License for more details. 12471 12472 You should have received a copy of the GNU General Public License 12473 along with this program; if not, write to the Free Software 12474 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 12475 12476 12477 Also add information on how to contact you by electronic and paper mail. 12478 12479 If the program is interactive, make it output a short notice like this 12480 when it starts in an interactive mode: 12481 12482 Gnomovision version 69, Copyright (C) year name of author 12483 Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. 12484 This is free software, and you are welcome to redistribute it 12485 under certain conditions; type `show c' for details. 12486 12487 The hypothetical commands `show w' and `show c' should show the appropriate 12488 parts of the General Public License. Of course, the commands you use may 12489 be called something other than `show w' and `show c'; they could even be 12490 mouse-clicks or menu items--whatever suits your program. 12491 12492 You should also get your employer (if you work as a programmer) or your 12493 school, if any, to sign a "copyright disclaimer" for the program, if 12494 necessary. Here is a sample; alter the names: 12495 12496 Yoyodyne, Inc., hereby disclaims all copyright interest in the program 12497 `Gnomovision' (which makes passes at compilers) written by James Hacker. 12498 12499 <signature of Ty Coon>, 1 April 1989 12500 Ty Coon, President of Vice 12501 12502 This General Public License does not permit incorporating your program into 12503 proprietary programs. If your program is a subroutine library, you may 12504 consider it more useful to permit linking proprietary applications with the 12505 library. If this is what you want to do, use the GNU Library General 12506 Public License instead of this License. 12507 12508 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 12509 12510 Scanned Source License libpng-1.2.49/contrib/gregbook/LICENSE: 12511 12512 --------------------------------------------------------------------------- 12513 12514 Copyright (c) 1998-2008 Greg Roelofs. All rights reserved. 12515 12516 This software is provided "as is," without warranty of any kind, 12517 express or implied. In no event shall the author or contributors 12518 be held liable for any damages arising in any way from the use of 12519 this software. 12520 12521 The contents of this file are DUAL-LICENSED. You may modify and/or 12522 redistribute this software according to the terms of one of the 12523 following two licenses (at your option): 12524 12525 12526 LICENSE 1 ("BSD-like with advertising clause"): 12527 12528 Permission is granted to anyone to use this software for any purpose, 12529 including commercial applications, and to alter it and redistribute 12530 it freely, subject to the following restrictions: 12531 12532 1. Redistributions of source code must retain the above copyright 12533 notice, disclaimer, and this list of conditions. 12534 2. Redistributions in binary form must reproduce the above copyright 12535 notice, disclaimer, and this list of conditions in the documenta- 12536 tion and/or other materials provided with the distribution. 12537 3. All advertising materials mentioning features or use of this 12538 software must display the following acknowledgment: 12539 12540 This product includes software developed by Greg Roelofs 12541 and contributors for the book, "PNG: The Definitive Guide," 12542 published by O'Reilly and Associates. 12543 12544 12545 LICENSE 2 (GNU GPL v2 or later): 12546 12547 This program is free software; you can redistribute it and/or modify 12548 it under the terms of the GNU General Public License as published by 12549 the Free Software Foundation; either version 2 of the License, or 12550 (at your option) any later version. 12551 12552 This program is distributed in the hope that it will be useful, 12553 but WITHOUT ANY WARRANTY; without even the implied warranty of 12554 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12555 GNU General Public License for more details. 12556 12557 You should have received a copy of the GNU General Public License 12558 along with this program; if not, write to the Free Software Foundation, 12559 Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 12560 12561 --------------------------------------------------------------------------- 12562 12563 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 12564 </pre> 12565 <ul> 12566 <li><a href='#as-is'>Gentoo Package Stock License as-is</a></li> 12567 </ul> 12568 </div> 12569 </div> 12570 12571 12572 <div class="product"> 12573 <span class="title">libpthread-stubs-0.1</span> 12574 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 12575 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span> 12576 <div class="licence"> 12577 <pre>Scanned Source License libpthread-stubs-0.1/COPYING: 12578 12579 Permission is hereby granted, free of charge, to any person obtaining a 12580 copy of this software and associated documentation files (the "Software"), 12581 to deal in the Software without restriction, including without limitation 12582 the rights to use, copy, modify, merge, publish, distribute, sublicense, 12583 and/or sell copies of the Software, and to permit persons to whom the 12584 Software is furnished to do so, subject to the following conditions: 12585 12586 The above copyright notice and this permission notice shall be included in 12587 all copies or substantial portions of the Software. 12588 12589 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 12590 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 12591 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 12592 AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN 12593 ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 12594 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 12595 12596 Except as contained in this notice, the names of the authors or their 12597 institutions shall not be used in advertising or otherwise to promote the 12598 sale, use or other dealings in this Software without prior written 12599 authorization from the authors. 12600 12601 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 12602 </pre> 12603 <ul> 12604 12605 </ul> 12606 </div> 12607 </div> 12608 12609 12610 <div class="product"> 12611 <span class="title">libscrypt-1.1.6</span> 12612 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 12613 <span class="homepage"><a href="http://www.tarsnap.com/scrypt.html">homepage</a></span> 12614 <div class="licence"> 12615 <pre></pre> 12616 <ul> 12617 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 12618 </ul> 12619 </div> 12620 </div> 12621 12622 12623 <div class="product"> 12624 <span class="title">libSM-1.2.0</span> 12625 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 12626 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span> 12627 <div class="licence"> 12628 <pre>Scanned Source License libSM-1.2.0/COPYING: 12629 12630 Copyright 2002 Sun Microsystems, Inc. All rights reserved. 12631 12632 Permission is hereby granted, free of charge, to any person obtaining a 12633 copy of this software and associated documentation files (the "Software"), 12634 to deal in the Software without restriction, including without limitation 12635 the rights to use, copy, modify, merge, publish, distribute, sublicense, 12636 and/or sell copies of the Software, and to permit persons to whom the 12637 Software is furnished to do so, subject to the following conditions: 12638 12639 The above copyright notice and this permission notice (including the next 12640 paragraph) shall be included in all copies or substantial portions of the 12641 Software. 12642 12643 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 12644 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 12645 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 12646 THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 12647 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 12648 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 12649 DEALINGS IN THE SOFTWARE. 12650 12651 Copyright 1993, 1998 The Open Group 12652 12653 Permission to use, copy, modify, distribute, and sell this software and its 12654 documentation for any purpose is hereby granted without fee, provided that 12655 the above copyright notice appear in all copies and that both that 12656 copyright notice and this permission notice appear in supporting 12657 documentation. 12658 12659 The above copyright notice and this permission notice shall be included in 12660 all copies or substantial portions of the Software. 12661 12662 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 12663 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 12664 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 12665 OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN 12666 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 12667 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 12668 12669 Except as contained in this notice, the name of The Open Group shall not be 12670 used in advertising or otherwise to promote the sale, use or other dealings 12671 in this Software without prior written authorization from The Open Group. 12672 12673 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 12674 </pre> 12675 <ul> 12676 12677 </ul> 12678 </div> 12679 </div> 12680 12681 12682 <div class="product"> 12683 <span class="title">libtool-2.4.2</span> 12684 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 12685 <span class="homepage"><a href="http://www.gnu.org/software/libtool/">homepage</a></span> 12686 <div class="licence"> 12687 <pre></pre> 12688 <ul> 12689 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 12690 </ul> 12691 </div> 12692 </div> 12693 12694 12695 <div class="product"> 12696 <span class="title">libusb-1.0.18</span> 12697 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 12698 <span class="homepage"><a href="http://libusb.sourceforge.net/">homepage</a></span> 12699 <div class="licence"> 12700 <pre></pre> 12701 <ul> 12702 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li> 12703 </ul> 12704 </div> 12705 </div> 12706 12707 12708 <div class="product"> 12709 <span class="title">libusb-compat-0.1.5</span> 12710 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 12711 <span class="homepage"><a href="http://libusb.sourceforge.net/">homepage</a></span> 12712 <div class="licence"> 12713 <pre></pre> 12714 <ul> 12715 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li> 12716 </ul> 12717 </div> 12718 </div> 12719 12720 12721 <div class="product"> 12722 <span class="title">libv4l-0.8.8</span> 12723 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 12724 <span class="homepage"><a href="http://git.linuxtv.org/v4l-utils.git">homepage</a></span> 12725 <div class="licence"> 12726 <pre></pre> 12727 <ul> 12728 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li> 12729 </ul> 12730 </div> 12731 </div> 12732 12733 12734 <div class="product"> 12735 <span class="title">libva-1.3.1</span> 12736 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 12737 <span class="homepage"><a href="http://www.freedesktop.org/wiki/Software/vaapi">homepage</a></span> 12738 <div class="licence"> 12739 <pre>Scanned Source License libva-1.3.1/COPYING: 12740 12741 Permission is hereby granted, free of charge, to any person obtaining a 12742 copy of this software and associated documentation files (the 12743 "Software"), to deal in the Software without restriction, including 12744 without limitation the rights to use, copy, modify, merge, publish, 12745 distribute, sub license, and/or sell copies of the Software, and to 12746 permit persons to whom the Software is furnished to do so, subject to 12747 the following conditions: 12748 12749 The above copyright notice and this permission notice (including the 12750 next paragraph) shall be included in all copies or substantial portions 12751 of the Software. 12752 12753 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 12754 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 12755 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. 12756 IN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR 12757 ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, 12758 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE 12759 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 12760 12761 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 12762 12763 Scanned Source License libva-1.3.1/debian.upstream/copyright: 12764 12765 This package was debianized by Waldo Bastian <waldo.bastian (a] intel.com> on 12766 Mon, 18 Jun 2007 21:35:31 -0700. 12767 12768 It was downloaded from <url://example.com> 12769 12770 Upstream Author(s): 12771 12772 Waldo Bastian <waldo.bastian (a] intel.com> 12773 Jonathan Bian <jonathan.bian (a] intel.com> 12774 12775 Copyright: 12776 12777 (C) Copyright IBM Corporation 2004 12778 Copyright 1998-1999 Precision Insight, Inc., Cedar Park, Texas. 12779 Copyright 2000 VA Linux Systems, Inc. 12780 Copyright 2007 Intel Corportation 12781 12782 License: 12783 12784 Permission is hereby granted, free of charge, to any person obtaining a 12785 copy of this software and associated documentation files (the 12786 "Software"), to deal in the Software without restriction, including 12787 without limitation the rights to use, copy, modify, merge, publish, 12788 distribute, sub license, and/or sell copies of the Software, and to 12789 permit persons to whom the Software is furnished to do so, subject to 12790 the following conditions: 12791 12792 The above copyright notice and this permission notice (including the 12793 next paragraph) shall be included in all copies or substantial portions 12794 of the Software. 12795 12796 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 12797 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 12798 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. 12799 IN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR 12800 ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, 12801 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE 12802 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 12803 12804 The Debian packaging is (C) 2007, Intel Corporation and 12805 is licensed under the GPL, see `/usr/share/common-licenses/GPL'. 12806 12807 # Please also look if there are files or directories which have a 12808 # different copyright/license attached and list them here. 12809 12810 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 12811 </pre> 12812 <ul> 12813 12814 </ul> 12815 </div> 12816 </div> 12817 12818 12819 <div class="product"> 12820 <span class="title">libva-intel-driver-1.3.1</span> 12821 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 12822 <span class="homepage"><a href="http://www.freedesktop.org/wiki/Software/vaapi">homepage</a></span> 12823 <div class="licence"> 12824 <pre>Scanned Source License libva-intel-driver-1.3.1/COPYING: 12825 12826 Permission is hereby granted, free of charge, to any person obtaining a 12827 copy of this software and associated documentation files (the 12828 "Software"), to deal in the Software without restriction, including 12829 without limitation the rights to use, copy, modify, merge, publish, 12830 distribute, sub license, and/or sell copies of the Software, and to 12831 permit persons to whom the Software is furnished to do so, subject to 12832 the following conditions: 12833 12834 The above copyright notice and this permission notice (including the 12835 next paragraph) shall be included in all copies or substantial portions 12836 of the Software. 12837 12838 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 12839 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 12840 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. 12841 IN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR 12842 ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, 12843 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE 12844 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 12845 12846 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 12847 12848 Scanned Source License libva-intel-driver-1.3.1/debian.upstream/copyright: 12849 12850 This package is maintained by: 12851 Gwenole Beauchesne <gwenole.beauchesne (a] intel.com> 12852 12853 12854 License: 12855 12856 Permission is hereby granted, free of charge, to any person obtaining a 12857 copy of this software and associated documentation files (the 12858 "Software"), to deal in the Software without restriction, including 12859 without limitation the rights to use, copy, modify, merge, publish, 12860 distribute, sub license, and/or sell copies of the Software, and to 12861 permit persons to whom the Software is furnished to do so, subject to 12862 the following conditions: 12863 12864 The above copyright notice and this permission notice (including the 12865 next paragraph) shall be included in all copies or substantial portions 12866 of the Software. 12867 12868 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 12869 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 12870 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. 12871 IN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR 12872 ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, 12873 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE 12874 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 12875 12876 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 12877 </pre> 12878 <ul> 12879 12880 </ul> 12881 </div> 12882 </div> 12883 12884 12885 <div class="product"> 12886 <span class="title">libX11-1.6.0</span> 12887 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 12888 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span> 12889 <div class="licence"> 12890 <pre>Scanned Source License libX11-1.6.0/COPYING: 12891 12892 The following is the 'standard copyright' agreed upon by most contributors, 12893 and is currently the canonical license preferred by the X.Org Foundation. 12894 This is a slight variant of the common MIT license form published by the 12895 Open Source Initiative at http://www.opensource.org/licenses/mit-license.php 12896 12897 Copyright holders of new code should use this license statement where 12898 possible, and insert their name to this list. Please sort by surname 12899 for people, and by the full name for other entities (e.g. Juliusz 12900 Chroboczek sorts before Intel Corporation sorts before Daniel Stone). 12901 12902 See each individual source file or directory for the license that applies 12903 to that file. 12904 12905 Copyright (C) 2003-2006,2008 Jamey Sharp, Josh Triplett 12906 Copyright 2009 Red Hat, Inc. 12907 Copyright 1990-1992,1999,2000,2004,2009,2010 Oracle and/or its affiliates. 12908 All rights reserved. 12909 12910 Permission is hereby granted, free of charge, to any person obtaining a 12911 copy of this software and associated documentation files (the "Software"), 12912 to deal in the Software without restriction, including without limitation 12913 the rights to use, copy, modify, merge, publish, distribute, sublicense, 12914 and/or sell copies of the Software, and to permit persons to whom the 12915 Software is furnished to do so, subject to the following conditions: 12916 12917 The above copyright notice and this permission notice (including the next 12918 paragraph) shall be included in all copies or substantial portions of the 12919 Software. 12920 12921 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 12922 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 12923 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 12924 THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 12925 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 12926 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 12927 DEALINGS IN THE SOFTWARE. 12928 12929 ---------------------------------------------------------------------- 12930 12931 The following licenses are 'legacy' - usually MIT/X11 licenses with the name 12932 of the copyright holder(s) in the license statement: 12933 12934 Copyright 1984-1994, 1998 The Open Group 12935 12936 Permission to use, copy, modify, distribute, and sell this software and its 12937 documentation for any purpose is hereby granted without fee, provided that 12938 the above copyright notice appear in all copies and that both that 12939 copyright notice and this permission notice appear in supporting 12940 documentation. 12941 12942 The above copyright notice and this permission notice shall be included in 12943 all copies or substantial portions of the Software. 12944 12945 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 12946 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 12947 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 12948 OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN 12949 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 12950 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 12951 12952 Except as contained in this notice, the name of The Open Group shall not be 12953 used in advertising or otherwise to promote the sale, use or other dealings 12954 in this Software without prior written authorization from The Open Group. 12955 12956 X Window System is a trademark of The Open Group. 12957 12958 ---------------------------------------- 12959 12960 Copyright 1985, 1986, 1987, 1988, 1989, 1990, 1991, 1994, 1996 X Consortium 12961 Copyright 2000 The XFree86 Project, Inc. 12962 12963 Permission is hereby granted, free of charge, to any person obtaining 12964 a copy of this software and associated documentation files (the 12965 "Software"), to deal in the Software without restriction, including 12966 without limitation the rights to use, copy, modify, merge, publish, 12967 distribute, sublicense, and/or sell copies of the Software, and to 12968 permit persons to whom the Software is furnished to do so, subject to 12969 the following conditions: 12970 12971 The above copyright notice and this permission notice shall be included 12972 in all copies or substantial portions of the Software. 12973 12974 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 12975 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 12976 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. 12977 IN NO EVENT SHALL THE X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR 12978 OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, 12979 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 12980 OTHER DEALINGS IN THE SOFTWARE. 12981 12982 Except as contained in this notice, the name of the X Consortium shall 12983 not be used in advertising or otherwise to promote the sale, use or 12984 other dealings in this Software without prior written authorization 12985 from the X Consortium. 12986 12987 Copyright 1985, 1986, 1987, 1988, 1989, 1990, 1991 by 12988 Digital Equipment Corporation 12989 12990 Portions Copyright 1990, 1991 by Tektronix, Inc. 12991 12992 Permission to use, copy, modify and distribute this documentation for 12993 any purpose and without fee is hereby granted, provided that the above 12994 copyright notice appears in all copies and that both that copyright notice 12995 and this permission notice appear in all copies, and that the names of 12996 Digital and Tektronix not be used in in advertising or publicity pertaining 12997 to this documentation without specific, written prior permission. 12998 Digital and Tektronix makes no representations about the suitability 12999 of this documentation for any purpose. 13000 It is provided ``as is'' without express or implied warranty. 13001 13002 ---------------------------------------- 13003 13004 Copyright (c) 1999-2000 Free Software Foundation, Inc. 13005 13006 Permission is hereby granted, free of charge, to any person obtaining a copy 13007 of this software and associated documentation files (the "Software"), to deal 13008 in the Software without restriction, including without limitation the rights 13009 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 13010 copies of the Software, and to permit persons to whom the Software is 13011 furnished to do so, subject to the following conditions: 13012 13013 The above copyright notice and this permission notice shall be included in 13014 all copies or substantial portions of the Software. 13015 13016 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 13017 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 13018 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 13019 FREE SOFTWARE FOUNDATION BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 13020 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR 13021 IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 13022 13023 Except as contained in this notice, the name of the Free Software Foundation 13024 shall not be used in advertising or otherwise to promote the sale, use or 13025 other dealings in this Software without prior written authorization from the 13026 Free Software Foundation. 13027 13028 ---------------------------------------- 13029 13030 Code and supporting documentation (c) Copyright 1990 1991 Tektronix, Inc. 13031 All Rights Reserved 13032 13033 This file is a component of an X Window System-specific implementation 13034 of Xcms based on the TekColor Color Management System. TekColor is a 13035 trademark of Tektronix, Inc. The term "TekHVC" designates a particular 13036 color space that is the subject of U.S. Patent No. 4,985,853 (equivalent 13037 foreign patents pending). Permission is hereby granted to use, copy, 13038 modify, sell, and otherwise distribute this software and its 13039 documentation for any purpose and without fee, provided that: 13040 13041 1. This copyright, permission, and disclaimer notice is reproduced in 13042 all copies of this software and any modification thereof and in 13043 supporting documentation; 13044 2. Any color-handling application which displays TekHVC color 13045 cooordinates identifies these as TekHVC color coordinates in any 13046 interface that displays these coordinates and in any associated 13047 documentation; 13048 3. The term "TekHVC" is always used, and is only used, in association 13049 with the mathematical derivations of the TekHVC Color Space, 13050 including those provided in this file and any equivalent pathways and 13051 mathematical derivations, regardless of digital (e.g., floating point 13052 or integer) representation. 13053 13054 Tektronix makes no representation about the suitability of this software 13055 for any purpose. It is provided "as is" and with all faults. 13056 13057 TEKTRONIX DISCLAIMS ALL WARRANTIES APPLICABLE TO THIS SOFTWARE, 13058 INCLUDING THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A 13059 PARTICULAR PURPOSE. IN NO EVENT SHALL TEKTRONIX BE LIABLE FOR ANY 13060 SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER 13061 RESULTING FROM LOSS OF USE, DATA, OR PROFITS, WHETHER IN AN ACTION OF 13062 CONTRACT, NEGLIGENCE, OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN 13063 CONNECTION WITH THE USE OR THE PERFORMANCE OF THIS SOFTWARE. 13064 13065 ---------------------------------------- 13066 13067 (c) Copyright 1995 FUJITSU LIMITED 13068 This is source code modified by FUJITSU LIMITED under the Joint 13069 Development Agreement for the CDE/Motif PST. 13070 13071 ---------------------------------------- 13072 13073 Copyright 1992 by Oki Technosystems Laboratory, Inc. 13074 Copyright 1992 by Fuji Xerox Co., Ltd. 13075 13076 Permission to use, copy, modify, distribute, and sell this software 13077 and its documentation for any purpose is hereby granted without fee, 13078 provided that the above copyright notice appear in all copies and 13079 that both that copyright notice and this permission notice appear 13080 in supporting documentation, and that the name of Oki Technosystems 13081 Laboratory and Fuji Xerox not be used in advertising or publicity 13082 pertaining to distribution of the software without specific, written 13083 prior permission. 13084 Oki Technosystems Laboratory and Fuji Xerox make no representations 13085 about the suitability of this software for any purpose. It is provided 13086 "as is" without express or implied warranty. 13087 13088 OKI TECHNOSYSTEMS LABORATORY AND FUJI XEROX DISCLAIM ALL WARRANTIES 13089 WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF 13090 MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL OKI TECHNOSYSTEMS 13091 LABORATORY AND FUJI XEROX BE LIABLE FOR ANY SPECIAL, INDIRECT OR 13092 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS 13093 OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE 13094 OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE 13095 OR PERFORMANCE OF THIS SOFTWARE. 13096 13097 ---------------------------------------- 13098 13099 Copyright 1990, 1991, 1992, 1993, 1994 by FUJITSU LIMITED 13100 13101 Permission to use, copy, modify, distribute, and sell this software 13102 and its documentation for any purpose is hereby granted without fee, 13103 provided that the above copyright notice appear in all copies and 13104 that both that copyright notice and this permission notice appear 13105 in supporting documentation, and that the name of FUJITSU LIMITED 13106 not be used in advertising or publicity pertaining to distribution 13107 of the software without specific, written prior permission. 13108 FUJITSU LIMITED makes no representations about the suitability of 13109 this software for any purpose. 13110 It is provided "as is" without express or implied warranty. 13111 13112 FUJITSU LIMITED DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 13113 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 13114 EVENT SHALL FUJITSU LIMITED BE LIABLE FOR ANY SPECIAL, INDIRECT OR 13115 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF 13116 USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR 13117 OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 13118 PERFORMANCE OF THIS SOFTWARE. 13119 13120 ---------------------------------------- 13121 13122 13123 Copyright (c) 1995 David E. Wexelblat. All rights reserved 13124 13125 Permission is hereby granted, free of charge, to any person obtaining 13126 a copy of this software and associated documentation files (the 13127 "Software"), to deal in the Software without restriction, including 13128 without limitation the rights to use, copy, modify, merge, publish, 13129 distribute, sublicense, and/or sell copies of the Software, and to 13130 permit persons to whom the Software is furnished to do so, subject to 13131 the following conditions: 13132 13133 The above copyright notice and this permission notice shall be included 13134 in all copies or substantial portions of the Software. 13135 13136 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 13137 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 13138 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. 13139 IN NO EVENT SHALL DAVID E. WEXELBLAT BE LIABLE FOR ANY CLAIM, DAMAGES OR 13140 OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, 13141 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 13142 OTHER DEALINGS IN THE SOFTWARE. 13143 13144 Except as contained in this notice, the name of David E. Wexelblat shall 13145 not be used in advertising or otherwise to promote the sale, use or 13146 other dealings in this Software without prior written authorization 13147 from David E. Wexelblat. 13148 13149 ---------------------------------------- 13150 13151 Copyright 1990, 1991 by OMRON Corporation 13152 13153 Permission to use, copy, modify, distribute, and sell this software and its 13154 documentation for any purpose is hereby granted without fee, provided that 13155 the above copyright notice appear in all copies and that both that 13156 copyright notice and this permission notice appear in supporting 13157 documentation, and that the name OMRON not be used in 13158 advertising or publicity pertaining to distribution of the software without 13159 specific, written prior permission. OMRON makes no representations 13160 about the suitability of this software for any purpose. It is provided 13161 "as is" without express or implied warranty. 13162 13163 OMRON DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 13164 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 13165 EVENT SHALL OMRON BE LIABLE FOR ANY SPECIAL, INDIRECT OR 13166 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 13167 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 13168 TORTUOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 13169 PERFORMANCE OF THIS SOFTWARE. 13170 13171 ---------------------------------------- 13172 13173 Copyright 1985, 1986, 1987, 1988, 1989, 1990, 1991 by 13174 Digital Equipment Corporation 13175 13176 Portions Copyright 1990, 1991 by Tektronix, Inc 13177 13178 Rewritten for X.org by Chris Lee <clee (a] freedesktop.org> 13179 13180 Permission to use, copy, modify, distribute, and sell this documentation 13181 for any purpose and without fee is hereby granted, provided that the above 13182 copyright notice and this permission notice appear in all copies. 13183 Chris Lee makes no representations about the suitability for any purpose 13184 of the information in this document. It is provided \`\`as-is'' without 13185 express or implied warranty. 13186 13187 ---------------------------------------- 13188 13189 Copyright 1993 by Digital Equipment Corporation, Maynard, Massachusetts, 13190 Copyright 1994 by FUJITSU LIMITED 13191 Copyright 1994 by Sony Corporation 13192 13193 All Rights Reserved 13194 13195 Permission to use, copy, modify, and distribute this software and its 13196 documentation for any purpose and without fee is hereby granted, 13197 provided that the above copyright notice appear in all copies and that 13198 both that copyright notice and this permission notice appear in 13199 supporting documentation, and that the names of Digital, FUJITSU 13200 LIMITED and Sony Corporation not be used in advertising or publicity 13201 pertaining to distribution of the software without specific, written 13202 prior permission. 13203 13204 DIGITAL, FUJITSU LIMITED AND SONY CORPORATION DISCLAIMS ALL WARRANTIES 13205 WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF 13206 MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL DIGITAL, FUJITSU LIMITED 13207 AND SONY CORPORATION BE LIABLE FOR ANY SPECIAL, INDIRECT OR 13208 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF 13209 USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR 13210 OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 13211 PERFORMANCE OF THIS SOFTWARE. 13212 13213 ---------------------------------------- 13214 13215 13216 Copyright 1991 by the Open Software Foundation 13217 13218 Permission to use, copy, modify, distribute, and sell this software and its 13219 documentation for any purpose is hereby granted without fee, provided that 13220 the above copyright notice appear in all copies and that both that 13221 copyright notice and this permission notice appear in supporting 13222 documentation, and that the name of Open Software Foundation 13223 not be used in advertising or publicity pertaining to distribution of the 13224 software without specific, written prior permission. Open Software 13225 Foundation makes no representations about the suitability of this 13226 software for any purpose. It is provided "as is" without express or 13227 implied warranty. 13228 13229 OPEN SOFTWARE FOUNDATION DISCLAIMS ALL WARRANTIES WITH REGARD TO 13230 THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND 13231 FITNESS, IN NO EVENT SHALL OPEN SOFTWARE FOUNDATIONN BE 13232 LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 13233 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 13234 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 13235 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 13236 13237 ---------------------------------------- 13238 13239 Copyright 1990, 1991, 1992,1993, 1994 by FUJITSU LIMITED 13240 Copyright 1993, 1994 by Sony Corporation 13241 13242 Permission to use, copy, modify, distribute, and sell this software and 13243 its documentation for any purpose is hereby granted without fee, provided 13244 that the above copyright notice appear in all copies and that both that 13245 copyright notice and this permission notice appear in supporting 13246 documentation, and that the name of FUJITSU LIMITED and Sony Corporation 13247 not be used in advertising or publicity pertaining to distribution of the 13248 software without specific, written prior permission. FUJITSU LIMITED and 13249 Sony Corporation makes no representations about the suitability of this 13250 software for any purpose. It is provided "as is" without express or 13251 implied warranty. 13252 13253 FUJITSU LIMITED AND SONY CORPORATION DISCLAIMS ALL WARRANTIES WITH REGARD 13254 TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND 13255 FITNESS, IN NO EVENT SHALL FUJITSU LIMITED OR SONY CORPORATION BE LIABLE 13256 FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER 13257 RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, 13258 NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE 13259 USE OR PERFORMANCE OF THIS SOFTWARE. 13260 13261 ---------------------------------------- 13262 13263 Copyright (c) 1993, 1995 by Silicon Graphics Computer Systems, Inc. 13264 13265 Permission to use, copy, modify, and distribute this 13266 software and its documentation for any purpose and without 13267 fee is hereby granted, provided that the above copyright 13268 notice appear in all copies and that both that copyright 13269 notice and this permission notice appear in supporting 13270 documentation, and that the name of Silicon Graphics not be 13271 used in advertising or publicity pertaining to distribution 13272 of the software without specific prior written permission. 13273 Silicon Graphics makes no representation about the suitability 13274 of this software for any purpose. It is provided "as is" 13275 without any express or implied warranty. 13276 13277 SILICON GRAPHICS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS 13278 SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY 13279 AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON 13280 GRAPHICS BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL 13281 DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 13282 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE 13283 OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH 13284 THE USE OR PERFORMANCE OF THIS SOFTWARE. 13285 13286 ---------------------------------------- 13287 13288 Copyright 1991, 1992, 1993, 1994 by FUJITSU LIMITED 13289 Copyright 1993 by Digital Equipment Corporation 13290 13291 Permission to use, copy, modify, distribute, and sell this software 13292 and its documentation for any purpose is hereby granted without fee, 13293 provided that the above copyright notice appear in all copies and that 13294 both that copyright notice and this permission notice appear in 13295 supporting documentation, and that the name of FUJITSU LIMITED and 13296 Digital Equipment Corporation not be used in advertising or publicity 13297 pertaining to distribution of the software without specific, written 13298 prior permission. FUJITSU LIMITED and Digital Equipment Corporation 13299 makes no representations about the suitability of this software for 13300 any purpose. It is provided "as is" without express or implied 13301 warranty. 13302 13303 FUJITSU LIMITED AND DIGITAL EQUIPMENT CORPORATION DISCLAIM ALL 13304 WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED 13305 WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL 13306 FUJITSU LIMITED AND DIGITAL EQUIPMENT CORPORATION BE LIABLE FOR 13307 ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 13308 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER 13309 IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, 13310 ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF 13311 THIS SOFTWARE. 13312 13313 ---------------------------------------- 13314 13315 Copyright 1992, 1993 by FUJITSU LIMITED 13316 Copyright 1993 by Fujitsu Open Systems Solutions, Inc. 13317 Copyright 1994 by Sony Corporation 13318 13319 Permission to use, copy, modify, distribute and sell this software 13320 and its documentation for any purpose is hereby granted without fee, 13321 provided that the above copyright notice appear in all copies and 13322 that both that copyright notice and this permission notice appear 13323 in supporting documentation, and that the name of FUJITSU LIMITED, 13324 Fujitsu Open Systems Solutions, Inc. and Sony Corporation not be 13325 used in advertising or publicity pertaining to distribution of the 13326 software without specific, written prior permission. 13327 FUJITSU LIMITED, Fujitsu Open Systems Solutions, Inc. and 13328 Sony Corporation make no representations about the suitability of 13329 this software for any purpose. It is provided "as is" without 13330 express or implied warranty. 13331 13332 FUJITSU LIMITED, FUJITSU OPEN SYSTEMS SOLUTIONS, INC. AND SONY 13333 CORPORATION DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 13334 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, 13335 IN NO EVENT SHALL FUJITSU OPEN SYSTEMS SOLUTIONS, INC., FUJITSU LIMITED 13336 AND SONY CORPORATION BE LIABLE FOR ANY SPECIAL, INDIRECT OR 13337 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS 13338 OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE 13339 OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE 13340 OR PERFORMANCE OF THIS SOFTWARE. 13341 13342 ---------------------------------------- 13343 13344 Copyright 1987, 1988, 1990, 1993 by Digital Equipment Corporation, 13345 Maynard, Massachusetts, 13346 13347 All Rights Reserved 13348 13349 Permission to use, copy, modify, and distribute this software and its 13350 documentation for any purpose and without fee is hereby granted, 13351 provided that the above copyright notice appear in all copies and that 13352 both that copyright notice and this permission notice appear in 13353 supporting documentation, and that the name of Digital not be 13354 used in advertising or publicity pertaining to distribution of the 13355 software without specific, written prior permission. 13356 13357 DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING 13358 ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL 13359 DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR 13360 ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, 13361 WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, 13362 ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS 13363 SOFTWARE. 13364 13365 ---------------------------------------- 13366 13367 Copyright 1993 by SunSoft, Inc. 13368 Copyright 1999-2000 by Bruno Haible 13369 13370 Permission to use, copy, modify, distribute, and sell this software 13371 and its documentation for any purpose is hereby granted without fee, 13372 provided that the above copyright notice appear in all copies and 13373 that both that copyright notice and this permission notice appear 13374 in supporting documentation, and that the names of SunSoft, Inc. and 13375 Bruno Haible not be used in advertising or publicity pertaining to 13376 distribution of the software without specific, written prior 13377 permission. SunSoft, Inc. and Bruno Haible make no representations 13378 about the suitability of this software for any purpose. It is 13379 provided "as is" without express or implied warranty. 13380 13381 SunSoft Inc. AND Bruno Haible DISCLAIM ALL WARRANTIES WITH REGARD 13382 TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY 13383 AND FITNESS, IN NO EVENT SHALL SunSoft, Inc. OR Bruno Haible BE LIABLE 13384 FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 13385 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 13386 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT 13387 OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 13388 13389 ---------------------------------------- 13390 13391 Copyright 1991 by the Open Software Foundation 13392 Copyright 1993 by the TOSHIBA Corp. 13393 13394 Permission to use, copy, modify, distribute, and sell this software and its 13395 documentation for any purpose is hereby granted without fee, provided that 13396 the above copyright notice appear in all copies and that both that 13397 copyright notice and this permission notice appear in supporting 13398 documentation, and that the names of Open Software Foundation and TOSHIBA 13399 not be used in advertising or publicity pertaining to distribution of the 13400 software without specific, written prior permission. Open Software 13401 Foundation and TOSHIBA make no representations about the suitability of this 13402 software for any purpose. It is provided "as is" without express or 13403 implied warranty. 13404 13405 OPEN SOFTWARE FOUNDATION AND TOSHIBA DISCLAIM ALL WARRANTIES WITH REGARD TO 13406 THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND 13407 FITNESS, IN NO EVENT SHALL OPEN SOFTWARE FOUNDATIONN OR TOSHIBA BE 13408 LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 13409 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 13410 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 13411 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 13412 13413 ---------------------------------------- 13414 13415 Copyright 1988 by Wyse Technology, Inc., San Jose, Ca., 13416 13417 All Rights Reserved 13418 13419 Permission to use, copy, modify, and distribute this software and its 13420 documentation for any purpose and without fee is hereby granted, 13421 provided that the above copyright notice appear in all copies and that 13422 both that copyright notice and this permission notice appear in 13423 supporting documentation, and that the name Wyse not be 13424 used in advertising or publicity pertaining to distribution of the 13425 software without specific, written prior permission. 13426 13427 WYSE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING 13428 ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL 13429 DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR 13430 ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, 13431 WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, 13432 ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS 13433 SOFTWARE. 13434 13435 ---------------------------------------- 13436 13437 13438 Copyright 1991 by the Open Software Foundation 13439 Copyright 1993, 1994 by the Sony Corporation 13440 13441 Permission to use, copy, modify, distribute, and sell this software and its 13442 documentation for any purpose is hereby granted without fee, provided that 13443 the above copyright notice appear in all copies and that both that 13444 copyright notice and this permission notice appear in supporting 13445 documentation, and that the names of Open Software Foundation and 13446 Sony Corporation not be used in advertising or publicity pertaining to 13447 distribution of the software without specific, written prior permission. 13448 Open Software Foundation and Sony Corporation make no 13449 representations about the suitability of this software for any purpose. 13450 It is provided "as is" without express or implied warranty. 13451 13452 OPEN SOFTWARE FOUNDATION AND SONY CORPORATION DISCLAIM ALL 13453 WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED 13454 WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL OPEN 13455 SOFTWARE FOUNDATIONN OR SONY CORPORATION BE LIABLE FOR ANY SPECIAL, 13456 INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM 13457 LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE 13458 OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 13459 PERFORMANCE OF THIS SOFTWARE. 13460 13461 ---------------------------------------- 13462 13463 Copyright 1992, 1993 by FUJITSU LIMITED 13464 Copyright 1993 by Fujitsu Open Systems Solutions, Inc. 13465 13466 Permission to use, copy, modify, distribute and sell this software 13467 and its documentation for any purpose is hereby granted without fee, 13468 provided that the above copyright notice appear in all copies and 13469 that both that copyright notice and this permission notice appear 13470 in supporting documentation, and that the name of FUJITSU LIMITED and 13471 Fujitsu Open Systems Solutions, Inc. not be used in advertising or 13472 publicity pertaining to distribution of the software without specific, 13473 written prior permission. 13474 FUJITSU LIMITED and Fujitsu Open Systems Solutions, Inc. makes no 13475 representations about the suitability of this software for any purpose. 13476 It is provided "as is" without express or implied warranty. 13477 13478 FUJITSU LIMITED AND FUJITSU OPEN SYSTEMS SOLUTIONS, INC. DISCLAIMS ALL 13479 WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES 13480 OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL FUJITSU OPEN SYSTEMS 13481 SOLUTIONS, INC. AND FUJITSU LIMITED BE LIABLE FOR ANY SPECIAL, INDIRECT 13482 OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF 13483 USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 13484 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE 13485 OF THIS SOFTWARE. 13486 13487 ---------------------------------------- 13488 13489 Copyright 1993, 1994 by Sony Corporation 13490 13491 Permission to use, copy, modify, distribute, and sell this software 13492 and its documentation for any purpose is hereby granted without fee, 13493 provided that the above copyright notice appear in all copies and 13494 that both that copyright notice and this permission notice appear 13495 in supporting documentation, and that the name of Sony Corporation 13496 not be used in advertising or publicity pertaining to distribution 13497 of the software without specific, written prior permission. 13498 Sony Corporation makes no representations about the suitability of 13499 this software for any purpose. It is provided "as is" without 13500 express or implied warranty. 13501 13502 SONY CORPORATION DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 13503 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 13504 EVENT SHALL SONY CORPORATION BE LIABLE FOR ANY SPECIAL, INDIRECT OR 13505 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF 13506 USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR 13507 OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 13508 PERFORMANCE OF THIS SOFTWARE. 13509 13510 ---------------------------------------- 13511 13512 Copyright 1986, 1998 The Open Group 13513 Copyright (c) 2000 The XFree86 Project, Inc. 13514 13515 Permission to use, copy, modify, distribute, and sell this software and its 13516 documentation for any purpose is hereby granted without fee, provided that 13517 the above copyright notice appear in all copies and that both that 13518 copyright notice and this permission notice appear in supporting 13519 documentation. 13520 13521 The above copyright notice and this permission notice shall be included in 13522 all copies or substantial portions of the Software. 13523 13524 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 13525 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 13526 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 13527 X CONSORTIUM OR THE XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 13528 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 13529 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 13530 SOFTWARE. 13531 13532 Except as contained in this notice, the name of the X Consortium or of the 13533 XFree86 Project shall not be used in advertising or otherwise to promote the 13534 sale, use or other dealings in this Software without prior written 13535 authorization from the X Consortium and the XFree86 Project. 13536 13537 ---------------------------------------- 13538 13539 Copyright 1990, 1991 by OMRON Corporation, NTT Software Corporation, 13540 and Nippon Telegraph and Telephone Corporation 13541 Copyright 1991 by the Open Software Foundation 13542 Copyright 1993 by the FUJITSU LIMITED 13543 13544 Permission to use, copy, modify, distribute, and sell this software and its 13545 documentation for any purpose is hereby granted without fee, provided that 13546 the above copyright notice appear in all copies and that both that 13547 copyright notice and this permission notice appear in supporting 13548 documentation, and that the names of OMRON, NTT Software, NTT, and 13549 Open Software Foundation not be used in advertising or publicity 13550 pertaining to distribution of the software without specific, 13551 written prior permission. OMRON, NTT Software, NTT, and Open Software 13552 Foundation make no representations about the suitability of this 13553 software for any purpose. It is provided "as is" without express or 13554 implied warranty. 13555 13556 OMRON, NTT SOFTWARE, NTT, AND OPEN SOFTWARE FOUNDATION 13557 DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING 13558 ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT 13559 SHALL OMRON, NTT SOFTWARE, NTT, OR OPEN SOFTWARE FOUNDATION BE 13560 LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 13561 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 13562 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 13563 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 13564 13565 ---------------------------------------- 13566 13567 Copyright 1988 by Wyse Technology, Inc., San Jose, Ca, 13568 Copyright 1987 by Digital Equipment Corporation, Maynard, Massachusetts, 13569 13570 All Rights Reserved 13571 13572 Permission to use, copy, modify, and distribute this software and its 13573 documentation for any purpose and without fee is hereby granted, 13574 provided that the above copyright notice appear in all copies and that 13575 both that copyright notice and this permission notice appear in 13576 supporting documentation, and that the name Digital not be 13577 used in advertising or publicity pertaining to distribution of the 13578 software without specific, written prior permission. 13579 13580 DIGITAL AND WYSE DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 13581 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 13582 EVENT SHALL DIGITAL OR WYSE BE LIABLE FOR ANY SPECIAL, INDIRECT OR 13583 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF 13584 USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR 13585 OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 13586 PERFORMANCE OF THIS SOFTWARE. 13587 13588 ---------------------------------------- 13589 13590 13591 Copyright 1991, 1992 by Fuji Xerox Co., Ltd. 13592 Copyright 1992, 1993, 1994 by FUJITSU LIMITED 13593 13594 Permission to use, copy, modify, distribute, and sell this software 13595 and its documentation for any purpose is hereby granted without fee, 13596 provided that the above copyright notice appear in all copies and 13597 that both that copyright notice and this permission notice appear 13598 in supporting documentation, and that the name of Fuji Xerox, 13599 FUJITSU LIMITED not be used in advertising or publicity pertaining 13600 to distribution of the software without specific, written prior 13601 permission. Fuji Xerox, FUJITSU LIMITED make no representations 13602 about the suitability of this software for any purpose. 13603 It is provided "as is" without express or implied warranty. 13604 13605 FUJI XEROX, FUJITSU LIMITED DISCLAIM ALL WARRANTIES WITH 13606 REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF 13607 MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL FUJI XEROX, 13608 FUJITSU LIMITED BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL 13609 DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA 13610 OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 13611 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 13612 PERFORMANCE OF THIS SOFTWARE. 13613 13614 ---------------------------------------- 13615 13616 Copyright 2006 Josh Triplett 13617 13618 Permission is hereby granted, free of charge, to any person obtaining 13619 a copy of this software and associated documentation files (the 13620 "Software"), to deal in the Software without restriction, including 13621 without limitation the rights to use, copy, modify, merge, publish, 13622 distribute, sublicense, and/or sell copies of the Software, and to 13623 permit persons to whom the Software is furnished to do so, subject to 13624 the following conditions: 13625 13626 The above copyright notice and this permission notice shall be included 13627 in all copies or substantial portions of the Software. 13628 13629 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 13630 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 13631 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. 13632 IN NO EVENT SHALL THE X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR 13633 OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, 13634 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 13635 OTHER DEALINGS IN THE SOFTWARE. 13636 13637 ---------------------------------------- 13638 13639 (c) Copyright 1996 by Sebastien Marineau and Holger Veit 13640 <marineau (a] genie.uottawa.ca> 13641 <Holger.Veit (a] gmd.de> 13642 13643 Permission is hereby granted, free of charge, to any person obtaining a 13644 copy of this software and associated documentation files (the "Software"), 13645 to deal in the Software without restriction, including without limitation 13646 the rights to use, copy, modify, merge, publish, distribute, sublicense, 13647 and/or sell copies of the Software, and to permit persons to whom the 13648 Software is furnished to do so, subject to the following conditions: 13649 13650 The above copyright notice and this permission notice shall be included in 13651 all copies or substantial portions of the Software. 13652 13653 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 13654 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 13655 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 13656 HOLGER VEIT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 13657 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF 13658 OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 13659 SOFTWARE. 13660 13661 Except as contained in this notice, the name of Sebastien Marineau or Holger Veit 13662 shall not be used in advertising or otherwise to promote the sale, use or other 13663 dealings in this Software without prior written authorization from Holger Veit or 13664 Sebastien Marineau. 13665 13666 ---------------------------------------- 13667 13668 Copyright 1990, 1991 by OMRON Corporation, NTT Software Corporation, 13669 and Nippon Telegraph and Telephone Corporation 13670 Copyright 1991 by the Open Software Foundation 13671 Copyright 1993 by the TOSHIBA Corp. 13672 Copyright 1993, 1994 by Sony Corporation 13673 Copyright 1993, 1994 by the FUJITSU LIMITED 13674 13675 Permission to use, copy, modify, distribute, and sell this software and its 13676 documentation for any purpose is hereby granted without fee, provided that 13677 the above copyright notice appear in all copies and that both that 13678 copyright notice and this permission notice appear in supporting 13679 documentation, and that the names of OMRON, NTT Software, NTT, Open 13680 Software Foundation, and Sony Corporation not be used in advertising 13681 or publicity pertaining to distribution of the software without specific, 13682 written prior permission. OMRON, NTT Software, NTT, Open Software 13683 Foundation, and Sony Corporation make no representations about the 13684 suitability of this software for any purpose. It is provided "as is" 13685 without express or implied warranty. 13686 13687 OMRON, NTT SOFTWARE, NTT, OPEN SOFTWARE FOUNDATION, AND SONY 13688 CORPORATION DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING 13689 ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT 13690 SHALL OMRON, NTT SOFTWARE, NTT, OPEN SOFTWARE FOUNDATION, OR SONY 13691 CORPORATION BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR 13692 ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER 13693 IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT 13694 OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 13695 13696 ---------------------------------------- 13697 13698 Copyright 2000 by Bruno Haible 13699 13700 Permission to use, copy, modify, distribute, and sell this software 13701 and its documentation for any purpose is hereby granted without fee, 13702 provided that the above copyright notice appear in all copies and 13703 that both that copyright notice and this permission notice appear 13704 in supporting documentation, and that the name of Bruno Haible not 13705 be used in advertising or publicity pertaining to distribution of the 13706 software without specific, written prior permission. Bruno Haible 13707 makes no representations about the suitability of this software for 13708 any purpose. It is provided "as is" without express or implied 13709 warranty. 13710 13711 Bruno Haible DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 13712 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN 13713 NO EVENT SHALL Bruno Haible BE LIABLE FOR ANY SPECIAL, INDIRECT OR 13714 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS 13715 OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE 13716 OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE 13717 OR PERFORMANCE OF THIS SOFTWARE. 13718 13719 ---------------------------------------- 13720 13721 Copyright 2003 Keith Packard 13722 13723 Permission to use, copy, modify, distribute, and sell this software and its 13724 documentation for any purpose is hereby granted without fee, provided that 13725 the above copyright notice appear in all copies and that both that 13726 copyright notice and this permission notice appear in supporting 13727 documentation, and that the name of Keith Packard not be used in 13728 advertising or publicity pertaining to distribution of the software without 13729 specific, written prior permission. Keith Packard makes no 13730 representations about the suitability of this software for any purpose. It 13731 is provided "as is" without express or implied warranty. 13732 13733 KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 13734 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 13735 EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR 13736 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 13737 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 13738 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 13739 PERFORMANCE OF THIS SOFTWARE. 13740 13741 ---------------------------------------- 13742 13743 Copyright (c) 2007-2009, Troy D. Hanson 13744 All rights reserved. 13745 13746 Redistribution and use in source and binary forms, with or without 13747 modification, are permitted provided that the following conditions are met: 13748 13749 Redistributions of source code must retain the above copyright 13750 notice, this list of conditions and the following disclaimer. 13751 13752 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS 13753 IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 13754 TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A 13755 PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER 13756 OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 13757 EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 13758 PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 13759 PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 13760 LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 13761 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 13762 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 13763 13764 ---------------------------------------- 13765 13766 Copyright 1992, 1993 by TOSHIBA Corp. 13767 13768 Permission to use, copy, modify, and distribute this software and its 13769 documentation for any purpose and without fee is hereby granted, provided 13770 that the above copyright notice appear in all copies and that both that 13771 copyright notice and this permission notice appear in supporting 13772 documentation, and that the name of TOSHIBA not be used in advertising 13773 or publicity pertaining to distribution of the software without specific, 13774 written prior permission. TOSHIBA make no representations about the 13775 suitability of this software for any purpose. It is provided "as is" 13776 without express or implied warranty. 13777 13778 TOSHIBA DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING 13779 ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL 13780 TOSHIBA BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR 13781 ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, 13782 WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, 13783 ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS 13784 SOFTWARE. 13785 13786 13787 ---------------------------------------- 13788 13789 Copyright IBM Corporation 1993 13790 13791 All Rights Reserved 13792 13793 License to use, copy, modify, and distribute this software and its 13794 documentation for any purpose and without fee is hereby granted, 13795 provided that the above copyright notice appear in all copies and that 13796 both that copyright notice and this permission notice appear in 13797 supporting documentation, and that the name of IBM not be 13798 used in advertising or publicity pertaining to distribution of the 13799 software without specific, written prior permission. 13800 13801 IBM DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING 13802 ALL IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS, AND 13803 NONINFRINGEMENT OF THIRD PARTY RIGHTS, IN NO EVENT SHALL 13804 IBM BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR 13805 ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, 13806 WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, 13807 ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS 13808 SOFTWARE. 13809 13810 ---------------------------------------- 13811 13812 Copyright 1990, 1991 by OMRON Corporation, NTT Software Corporation, 13813 and Nippon Telegraph and Telephone Corporation 13814 13815 Permission to use, copy, modify, distribute, and sell this software and its 13816 documentation for any purpose is hereby granted without fee, provided that 13817 the above copyright notice appear in all copies and that both that 13818 copyright notice and this permission notice appear in supporting 13819 documentation, and that the names of OMRON, NTT Software, and NTT 13820 not be used in advertising or publicity pertaining to distribution of the 13821 software without specific, written prior permission. OMRON, NTT Software, 13822 and NTT make no representations about the suitability of this 13823 software for any purpose. It is provided "as is" without express or 13824 implied warranty. 13825 13826 OMRON, NTT SOFTWARE, AND NTT, DISCLAIM ALL WARRANTIES WITH REGARD 13827 TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY 13828 AND FITNESS, IN NO EVENT SHALL OMRON, NTT SOFTWARE, OR NTT, BE 13829 LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 13830 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 13831 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 13832 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 13833 13834 13835 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 13836 13837 Scanned Source License libX11-1.6.0/src/xlibi18n/lcUniConv/COPYRIGHT: 13838 13839 This notice applies to the files in this directory. They are taken from 13840 the libiconv-1.1 package, which is covered by the LGPL license. The files 13841 in this directory have been placed under the following copyright, with 13842 permission from the Free Software Foundation. 13843 13844 13845 Copyright (c) 1999-2000 Free Software Foundation, Inc. 13846 13847 Permission is hereby granted, free of charge, to any person obtaining a copy 13848 of this software and associated documentation files (the "Software"), to deal 13849 in the Software without restriction, including without limitation the rights 13850 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 13851 copies of the Software, and to permit persons to whom the Software is 13852 furnished to do so, subject to the following conditions: 13853 13854 The above copyright notice and this permission notice shall be included in 13855 all copies or substantial portions of the Software. 13856 13857 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 13858 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 13859 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 13860 FREE SOFTWARE FOUNDATION BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 13861 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR 13862 IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 13863 13864 Except as contained in this notice, the name of the Free Software Foundation 13865 shall not be used in advertising or otherwise to promote the sale, use or 13866 other dealings in this Software without prior written authorization from the 13867 Free Software Foundation. 13868 13869 13870 Notes: 13871 13872 1. This copyright applies only to the files in this directory, and not to 13873 the remaining files in libiconv. 13874 13875 2. The Free Software Foundation does not encourage the use of the above 13876 license for newly written software. 13877 13878 13879 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 13880 </pre> 13881 <ul> 13882 13883 </ul> 13884 </div> 13885 </div> 13886 13887 13888 <div class="product"> 13889 <span class="title">libXau-1.0.6</span> 13890 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 13891 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span> 13892 <div class="licence"> 13893 <pre>Scanned Source License libXau-1.0.6/COPYING: 13894 13895 Copyright 1988, 1993, 1994, 1998 The Open Group 13896 13897 Permission to use, copy, modify, distribute, and sell this software and its 13898 documentation for any purpose is hereby granted without fee, provided that 13899 the above copyright notice appear in all copies and that both that 13900 copyright notice and this permission notice appear in supporting 13901 documentation. 13902 13903 The above copyright notice and this permission notice shall be included in 13904 all copies or substantial portions of the Software. 13905 13906 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 13907 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 13908 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 13909 OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN 13910 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 13911 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 13912 13913 Except as contained in this notice, the name of The Open Group shall not be 13914 used in advertising or otherwise to promote the sale, use or other dealings 13915 in this Software without prior written authorization from The Open Group. 13916 13917 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 13918 </pre> 13919 <ul> 13920 13921 </ul> 13922 </div> 13923 </div> 13924 13925 13926 <div class="product"> 13927 <span class="title">libxcb-1.9.1</span> 13928 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 13929 <span class="homepage"><a href="http://xcb.freedesktop.org/">homepage</a></span> 13930 <div class="licence"> 13931 <pre>Scanned Source License libxcb-1.9.1/COPYING: 13932 13933 Copyright (C) 2001-2006 Bart Massey, Jamey Sharp, and Josh Triplett. 13934 All Rights Reserved. 13935 13936 Permission is hereby granted, free of charge, to any person 13937 obtaining a copy of this software and associated 13938 documentation files (the "Software"), to deal in the 13939 Software without restriction, including without limitation 13940 the rights to use, copy, modify, merge, publish, distribute, 13941 sublicense, and/or sell copies of the Software, and to 13942 permit persons to whom the Software is furnished to do so, 13943 subject to the following conditions: 13944 13945 The above copyright notice and this permission notice shall 13946 be included in all copies or substantial portions of the 13947 Software. 13948 13949 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY 13950 KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE 13951 WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR 13952 PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS 13953 BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER 13954 IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 13955 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 13956 OTHER DEALINGS IN THE SOFTWARE. 13957 13958 Except as contained in this notice, the names of the authors 13959 or their institutions shall not be used in advertising or 13960 otherwise to promote the sale, use or other dealings in this 13961 Software without prior written authorization from the 13962 authors. 13963 13964 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 13965 </pre> 13966 <ul> 13967 13968 </ul> 13969 </div> 13970 </div> 13971 13972 13973 <div class="product"> 13974 <span class="title">libXcomposite-0.4.3</span> 13975 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 13976 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span> 13977 <div class="licence"> 13978 <pre>Scanned Source License libXcomposite-0.4.3/COPYING: 13979 13980 13981 Copyright 2001,2003 Keith Packard 13982 13983 Permission to use, copy, modify, distribute, and sell this software and its 13984 documentation for any purpose is hereby granted without fee, provided that 13985 the above copyright notice appear in all copies and that both that 13986 copyright notice and this permission notice appear in supporting 13987 documentation, and that the name of Keith Packard not be used in 13988 advertising or publicity pertaining to distribution of the software without 13989 specific, written prior permission. Keith Packard makes no 13990 representations about the suitability of this software for any purpose. It 13991 is provided "as is" without express or implied warranty. 13992 13993 KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 13994 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 13995 EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR 13996 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 13997 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 13998 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 13999 PERFORMANCE OF THIS SOFTWARE. 14000 14001 Copyright (c) 2006, 2007, Oracle and/or its affiliates. All rights reserved. 14002 14003 Permission is hereby granted, free of charge, to any person obtaining a 14004 copy of this software and associated documentation files (the "Software"), 14005 to deal in the Software without restriction, including without limitation 14006 the rights to use, copy, modify, merge, publish, distribute, sublicense, 14007 and/or sell copies of the Software, and to permit persons to whom the 14008 Software is furnished to do so, subject to the following conditions: 14009 14010 The above copyright notice and this permission notice (including the next 14011 paragraph) shall be included in all copies or substantial portions of the 14012 Software. 14013 14014 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 14015 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 14016 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 14017 THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 14018 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 14019 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 14020 DEALINGS IN THE SOFTWARE. 14021 14022 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 14023 </pre> 14024 <ul> 14025 14026 </ul> 14027 </div> 14028 </div> 14029 14030 14031 <div class="product"> 14032 <span class="title">libXcursor-1.1.14</span> 14033 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 14034 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span> 14035 <div class="licence"> 14036 <pre>Scanned Source License libXcursor-1.1.14/COPYING: 14037 14038 Copyright 2002 Keith Packard 14039 14040 Permission to use, copy, modify, distribute, and sell this software and its 14041 documentation for any purpose is hereby granted without fee, provided that 14042 the above copyright notice appear in all copies and that both that 14043 copyright notice and this permission notice appear in supporting 14044 documentation, and that the name of Keith Packard not be used in 14045 advertising or publicity pertaining to distribution of the software without 14046 specific, written prior permission. Keith Packard makes no 14047 representations about the suitability of this software for any purpose. It 14048 is provided "as is" without express or implied warranty. 14049 14050 KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 14051 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 14052 EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR 14053 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 14054 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 14055 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 14056 PERFORMANCE OF THIS SOFTWARE. 14057 14058 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 14059 </pre> 14060 <ul> 14061 14062 </ul> 14063 </div> 14064 </div> 14065 14066 14067 <div class="product"> 14068 <span class="title">libXdamage-1.1.3</span> 14069 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 14070 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span> 14071 <div class="licence"> 14072 <pre>Scanned Source License libXdamage-1.1.3/COPYING: 14073 14074 14075 Copyright 2001,2003 Keith Packard 14076 Copyright 2007 Eric Anholt 14077 14078 Permission to use, copy, modify, distribute, and sell this software and its 14079 documentation for any purpose is hereby granted without fee, provided that 14080 the above copyright notice appear in all copies and that both that 14081 copyright notice and this permission notice appear in supporting 14082 documentation, and that the name of Keith Packard not be used in 14083 advertising or publicity pertaining to distribution of the software without 14084 specific, written prior permission. Keith Packard makes no 14085 representations about the suitability of this software for any purpose. It 14086 is provided "as is" without express or implied warranty. 14087 14088 KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 14089 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 14090 EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR 14091 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 14092 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 14093 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 14094 PERFORMANCE OF THIS SOFTWARE. 14095 14096 14097 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 14098 </pre> 14099 <ul> 14100 14101 </ul> 14102 </div> 14103 </div> 14104 14105 14106 <div class="product"> 14107 <span class="title">libXdmcp-1.1.0</span> 14108 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 14109 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span> 14110 <div class="licence"> 14111 <pre>Scanned Source License libXdmcp-1.1.0/COPYING: 14112 14113 Copyright 1989, 1998 The Open Group 14114 14115 Permission to use, copy, modify, distribute, and sell this software and its 14116 documentation for any purpose is hereby granted without fee, provided that 14117 the above copyright notice appear in all copies and that both that 14118 copyright notice and this permission notice appear in supporting 14119 documentation. 14120 14121 The above copyright notice and this permission notice shall be included in 14122 all copies or substantial portions of the Software. 14123 14124 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 14125 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 14126 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 14127 OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN 14128 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 14129 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 14130 14131 Except as contained in this notice, the name of The Open Group shall not be 14132 used in advertising or otherwise to promote the sale, use or other dealings 14133 in this Software without prior written authorization from The Open Group. 14134 14135 Author: Keith Packard, MIT X Consortium 14136 14137 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 14138 </pre> 14139 <ul> 14140 14141 </ul> 14142 </div> 14143 </div> 14144 14145 14146 <div class="product"> 14147 <span class="title">libXext-1.3.2</span> 14148 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 14149 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span> 14150 <div class="licence"> 14151 <pre>Scanned Source License libXext-1.3.2/COPYING: 14152 14153 Copyright 1986, 1987, 1988, 1989, 1994, 1998 The Open Group 14154 14155 Permission to use, copy, modify, distribute, and sell this software and its 14156 documentation for any purpose is hereby granted without fee, provided that 14157 the above copyright notice appear in all copies and that both that 14158 copyright notice and this permission notice appear in supporting 14159 documentation. 14160 14161 The above copyright notice and this permission notice shall be included in 14162 all copies or substantial portions of the Software. 14163 14164 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 14165 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 14166 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 14167 OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN 14168 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 14169 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 14170 14171 Except as contained in this notice, the name of The Open Group shall not be 14172 used in advertising or otherwise to promote the sale, use or other dealings 14173 in this Software without prior written authorization from The Open Group. 14174 14175 Copyright (c) 1996 Digital Equipment Corporation, Maynard, Massachusetts. 14176 14177 Permission is hereby granted, free of charge, to any person obtaining a copy 14178 of this software and associated documentation files (the "Software"), to deal 14179 in the Software without restriction, including without limitation the rights 14180 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 14181 copies of the Software. 14182 14183 The above copyright notice and this permission notice shall be included in 14184 all copies or substantial portions of the Software. 14185 14186 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 14187 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 14188 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 14189 DIGITAL EQUIPMENT CORPORATION BE LIABLE FOR ANY CLAIM, DAMAGES, INCLUDING, 14190 BUT NOT LIMITED TO CONSEQUENTIAL OR INCIDENTAL DAMAGES, OR OTHER LIABILITY, 14191 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR 14192 IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 14193 14194 Except as contained in this notice, the name of Digital Equipment Corporation 14195 shall not be used in advertising or otherwise to promote the sale, use or other 14196 dealings in this Software without prior written authorization from Digital 14197 Equipment Corporation. 14198 14199 Copyright (c) 1997 by Silicon Graphics Computer Systems, Inc. 14200 Permission to use, copy, modify, and distribute this 14201 software and its documentation for any purpose and without 14202 fee is hereby granted, provided that the above copyright 14203 notice appear in all copies and that both that copyright 14204 notice and this permission notice appear in supporting 14205 documentation, and that the name of Silicon Graphics not be 14206 used in advertising or publicity pertaining to distribution 14207 of the software without specific prior written permission. 14208 Silicon Graphics makes no representation about the suitability 14209 of this software for any purpose. It is provided "as is" 14210 without any express or implied warranty. 14211 SILICON GRAPHICS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS 14212 SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY 14213 AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON 14214 GRAPHICS BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL 14215 DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 14216 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE 14217 OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH 14218 THE USE OR PERFORMANCE OF THIS SOFTWARE. 14219 14220 Copyright 1992 Network Computing Devices 14221 14222 Permission to use, copy, modify, distribute, and sell this software and its 14223 documentation for any purpose is hereby granted without fee, provided that 14224 the above copyright notice appear in all copies and that both that 14225 copyright notice and this permission notice appear in supporting 14226 documentation, and that the name of NCD. not be used in advertising or 14227 publicity pertaining to distribution of the software without specific, 14228 written prior permission. NCD. makes no representations about the 14229 suitability of this software for any purpose. It is provided "as is" 14230 without express or implied warranty. 14231 14232 NCD. DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL 14233 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL NCD. 14234 BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 14235 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION 14236 OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN 14237 CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 14238 14239 Copyright 1991,1993 by Digital Equipment Corporation, Maynard, Massachusetts, 14240 and Olivetti Research Limited, Cambridge, England. 14241 14242 All Rights Reserved 14243 14244 Permission to use, copy, modify, and distribute this software and its 14245 documentation for any purpose and without fee is hereby granted, 14246 provided that the above copyright notice appear in all copies and that 14247 both that copyright notice and this permission notice appear in 14248 supporting documentation, and that the names of Digital or Olivetti 14249 not be used in advertising or publicity pertaining to distribution of the 14250 software without specific, written prior permission. 14251 14252 DIGITAL AND OLIVETTI DISCLAIM ALL WARRANTIES WITH REGARD TO THIS 14253 SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND 14254 FITNESS, IN NO EVENT SHALL THEY BE LIABLE FOR ANY SPECIAL, INDIRECT OR 14255 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF 14256 USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR 14257 OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 14258 PERFORMANCE OF THIS SOFTWARE. 14259 14260 Copyright 1986, 1987, 1988 by Hewlett-Packard Corporation 14261 14262 Permission to use, copy, modify, and distribute this 14263 software and its documentation for any purpose and without 14264 fee is hereby granted, provided that the above copyright 14265 notice appear in all copies and that both that copyright 14266 notice and this permission notice appear in supporting 14267 documentation, and that the name of Hewlett-Packard not be used in 14268 advertising or publicity pertaining to distribution of the 14269 software without specific, written prior permission. 14270 14271 Hewlett-Packard makes no representations about the 14272 suitability of this software for any purpose. It is provided 14273 "as is" without express or implied warranty. 14274 14275 This software is not subject to any license of the American 14276 Telephone and Telegraph Company or of the Regents of the 14277 University of California. 14278 14279 Copyright (c) 1994, 1995 Hewlett-Packard Company 14280 14281 Permission is hereby granted, free of charge, to any person obtaining 14282 a copy of this software and associated documentation files (the 14283 "Software"), to deal in the Software without restriction, including 14284 without limitation the rights to use, copy, modify, merge, publish, 14285 distribute, sublicense, and/or sell copies of the Software, and to 14286 permit persons to whom the Software is furnished to do so, subject to 14287 the following conditions: 14288 14289 The above copyright notice and this permission notice shall be included 14290 in all copies or substantial portions of the Software. 14291 14292 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 14293 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 14294 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. 14295 IN NO EVENT SHALL HEWLETT-PACKARD COMPANY BE LIABLE FOR ANY CLAIM, 14296 DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR 14297 OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR 14298 THE USE OR OTHER DEALINGS IN THE SOFTWARE. 14299 14300 Except as contained in this notice, the name of the Hewlett-Packard 14301 Company shall not be used in advertising or otherwise to promote the 14302 sale, use or other dealings in this Software without prior written 14303 authorization from the Hewlett-Packard Company. 14304 14305 Copyright Digital Equipment Corporation, 1996 14306 14307 Permission to use, copy, modify, distribute, and sell this 14308 documentation for any purpose is hereby granted without fee, 14309 provided that the above copyright notice and this permission 14310 notice appear in all copies. Digital Equipment Corporation 14311 makes no representations about the suitability for any purpose 14312 of the information in this document. This documentation is 14313 provided ``as is'' without express or implied warranty. 14314 14315 Copyright (c) 1999, 2005, 2006, 2013, Oracle and/or its affiliates. 14316 All rights reserved. 14317 14318 Permission is hereby granted, free of charge, to any person obtaining a 14319 copy of this software and associated documentation files (the "Software"), 14320 to deal in the Software without restriction, including without limitation 14321 the rights to use, copy, modify, merge, publish, distribute, sublicense, 14322 and/or sell copies of the Software, and to permit persons to whom the 14323 Software is furnished to do so, subject to the following conditions: 14324 14325 The above copyright notice and this permission notice (including the next 14326 paragraph) shall be included in all copies or substantial portions of the 14327 Software. 14328 14329 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 14330 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 14331 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 14332 THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 14333 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 14334 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 14335 DEALINGS IN THE SOFTWARE. 14336 14337 Copyright (c) 1989 X Consortium, Inc. and Digital Equipment Corporation. 14338 Copyright (c) 1992 X Consortium, Inc. and Intergraph Corporation. 14339 Copyright (c) 1993 X Consortium, Inc. and Silicon Graphics, Inc. 14340 Copyright (c) 1994, 1995 X Consortium, Inc. and Hewlett-Packard Company. 14341 14342 Permission to use, copy, modify, and distribute this documentation for 14343 any purpose and without fee is hereby granted, provided that the above 14344 copyright notice and this permission notice appear in all copies. 14345 Digital Equipment Corporation, Intergraph Corporation, Silicon 14346 Graphics, Hewlett-Packard, and the X Consortium make no 14347 representations about the suitability for any purpose of the 14348 information in this document. This documentation is provided ``as is'' 14349 without express or implied warranty. 14350 14351 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 14352 </pre> 14353 <ul> 14354 14355 </ul> 14356 </div> 14357 </div> 14358 14359 14360 <div class="product"> 14361 <span class="title">libXfixes-5.0.1</span> 14362 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 14363 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span> 14364 <div class="licence"> 14365 <pre>Scanned Source License libXfixes-5.0.1/COPYING: 14366 14367 14368 Copyright 2001,2003 Keith Packard 14369 14370 Permission to use, copy, modify, distribute, and sell this software and its 14371 documentation for any purpose is hereby granted without fee, provided that 14372 the above copyright notice appear in all copies and that both that 14373 copyright notice and this permission notice appear in supporting 14374 documentation, and that the name of Keith Packard not be used in 14375 advertising or publicity pertaining to distribution of the software without 14376 specific, written prior permission. Keith Packard makes no 14377 representations about the suitability of this software for any purpose. It 14378 is provided "as is" without express or implied warranty. 14379 14380 KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 14381 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 14382 EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR 14383 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 14384 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 14385 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 14386 PERFORMANCE OF THIS SOFTWARE. 14387 14388 Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved. 14389 14390 Permission is hereby granted, free of charge, to any person obtaining a 14391 copy of this software and associated documentation files (the "Software"), 14392 to deal in the Software without restriction, including without limitation 14393 the rights to use, copy, modify, merge, publish, distribute, sublicense, 14394 and/or sell copies of the Software, and to permit persons to whom the 14395 Software is furnished to do so, subject to the following conditions: 14396 14397 The above copyright notice and this permission notice (including the next 14398 paragraph) shall be included in all copies or substantial portions of the 14399 Software. 14400 14401 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 14402 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 14403 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 14404 THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 14405 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 14406 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 14407 DEALINGS IN THE SOFTWARE. 14408 14409 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 14410 </pre> 14411 <ul> 14412 14413 </ul> 14414 </div> 14415 </div> 14416 14417 14418 <div class="product"> 14419 <span class="title">libXfont-1.4.4</span> 14420 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 14421 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span> 14422 <div class="licence"> 14423 <pre>Scanned Source License libXfont-1.4.4/COPYING: 14424 14425 Copyright 2007 Red Hat, Inc 14426 Copyright (c) 2008, 2009, Oracle and/or its affiliates. All rights reserved. 14427 14428 Permission is hereby granted, free of charge, to any person obtaining a 14429 copy of this software and associated documentation files (the "Software"), 14430 to deal in the Software without restriction, including without limitation 14431 the rights to use, copy, modify, merge, publish, distribute, sublicense, 14432 and/or sell copies of the Software, and to permit persons to whom the 14433 Software is furnished to do so, subject to the following conditions: 14434 14435 The above copyright notice and this permission notice (including the next 14436 paragraph) shall be included in all copies or substantial portions of the 14437 Software. 14438 14439 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 14440 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 14441 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 14442 THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 14443 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 14444 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 14445 DEALINGS IN THE SOFTWARE. 14446 14447 Copyright (c) 1997 by Mark Leisher 14448 Copyright (c) 1998-2003 by Juliusz Chroboczek 14449 Copyright (c) 1998 Go Watanabe, All rights reserved. 14450 Copyright (c) 1998 Kazushi (Jam) Marukawa, All rights reserved. 14451 Copyright (c) 1998 Takuya SHIOZAKI, All rights reserved. 14452 Copyright (c) 1998 X-TrueType Server Project, All rights reserved. 14453 Copyright (c) 2003-2004 After X-TT Project, All rights reserved. 14454 14455 Permission is hereby granted, free of charge, to any person obtaining a copy 14456 of this software and associated documentation files (the "Software"), to deal 14457 in the Software without restriction, including without limitation the rights 14458 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 14459 copies of the Software, and to permit persons to whom the Software is 14460 furnished to do so, subject to the following conditions: 14461 14462 The above copyright notice and this permission notice shall be included in 14463 all copies or substantial portions of the Software. 14464 14465 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 14466 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 14467 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 14468 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 14469 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 14470 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 14471 THE SOFTWARE. 14472 14473 14474 Copyright 1990, 1998 The Open Group 14475 14476 Permission to use, copy, modify, distribute, and sell this software and its 14477 documentation for any purpose is hereby granted without fee, provided that 14478 the above copyright notice appear in all copies and that both that 14479 copyright notice and this permission notice appear in supporting 14480 documentation. 14481 14482 The above copyright notice and this permission notice shall be included 14483 in all copies or substantial portions of the Software. 14484 14485 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 14486 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 14487 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. 14488 IN NO EVENT SHALL THE OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR 14489 OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, 14490 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 14491 OTHER DEALINGS IN THE SOFTWARE. 14492 14493 Except as contained in this notice, the name of The Open Group shall 14494 not be used in advertising or otherwise to promote the sale, use or 14495 other dealings in this Software without prior written authorization 14496 from The Open Group. 14497 14498 14499 Copyright 1989 by Digital Equipment Corporation, Maynard, Massachusetts. 14500 14501 All Rights Reserved 14502 14503 Permission to use, copy, modify, and distribute this software and its 14504 documentation for any purpose and without fee is hereby granted, 14505 provided that the above copyright notice appear in all copies and that 14506 both that copyright notice and this permission notice appear in 14507 supporting documentation, and that the name of Digital not be 14508 used in advertising or publicity pertaining to distribution of the 14509 software without specific, written prior permission. 14510 14511 DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING 14512 ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL 14513 DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR 14514 ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, 14515 WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, 14516 ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS 14517 SOFTWARE. 14518 14519 14520 Copyright 1999 SuSE, Inc. 14521 14522 Permission to use, copy, modify, distribute, and sell this software and its 14523 documentation for any purpose is hereby granted without fee, provided that 14524 the above copyright notice appear in all copies and that both that 14525 copyright notice and this permission notice appear in supporting 14526 documentation, and that the name of SuSE not be used in advertising or 14527 publicity pertaining to distribution of the software without specific, 14528 written prior permission. SuSE makes no representations about the 14529 suitability of this software for any purpose. It is provided "as is" 14530 without express or implied warranty. 14531 14532 SuSE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL 14533 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL SuSE 14534 BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 14535 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION 14536 OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN 14537 CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 14538 14539 14540 Copyright 1990 Network Computing Devices 14541 14542 Permission to use, copy, modify, distribute, and sell this software and 14543 its documentation for any purpose is hereby granted without fee, provided 14544 that the above copyright notice appear in all copies and that both that 14545 copyright notice and this permission notice appear in supporting 14546 documentation, and that the name of Network Computing Devices not be used 14547 in advertising or publicity pertaining to distribution of the software 14548 without specific, written prior permission. Network Computing Devices 14549 makes no representations about the suitability of this software for any 14550 purpose. It is provided "as is" without express or implied warranty. 14551 14552 NETWORK COMPUTING DEVICES DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS 14553 SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, 14554 IN NO EVENT SHALL NETWORK COMPUTING DEVICES BE LIABLE FOR ANY SPECIAL, 14555 INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM 14556 LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE 14557 OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE 14558 OR PERFORMANCE OF THIS SOFTWARE. 14559 14560 14561 Copyright 1990 Network Computing Devices 14562 14563 Permission to use, copy, modify, distribute, and sell this software and 14564 its documentation for any purpose is hereby granted without fee, provided 14565 that the above copyright notice appear in all copies and that both that 14566 copyright notice and this permission notice appear in supporting 14567 documentation, and that the names of Network Computing Devices, or Digital 14568 not be used in advertising or publicity pertaining to distribution 14569 of the software without specific, written prior permission. 14570 14571 NETWORK COMPUTING DEVICES, AND DIGITAL AND DISCLAIM ALL WARRANTIES WITH 14572 REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF 14573 MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL NETWORK COMPUTING DEVICES, 14574 OR DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL 14575 DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR 14576 PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS 14577 ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF 14578 THIS SOFTWARE. 14579 14580 14581 [Note: clause 3 in the following license, the "advertising clause", was 14582 rescinded by Berkeley in 1999. See 14583 <ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change>] 14584 14585 Copyright (c) 1991, 1993 14586 The Regents of the University of California. All rights reserved. 14587 14588 Redistribution and use in source and binary forms, with or without 14589 modification, are permitted provided that the following conditions 14590 are met: 14591 1. Redistributions of source code must retain the above copyright 14592 notice, this list of conditions and the following disclaimer. 14593 2. Redistributions in binary form must reproduce the above copyright 14594 notice, this list of conditions and the following disclaimer in the 14595 documentation and/or other materials provided with the distribution. 14596 3. All advertising materials mentioning features or use of this software 14597 must display the following acknowledgement: 14598 This product includes software developed by the University of 14599 California, Berkeley and its contributors. 14600 4. Neither the name of the University nor the names of its contributors 14601 may be used to endorse or promote products derived from this software 14602 without specific prior written permission. 14603 14604 THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND 14605 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 14606 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 14607 ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 14608 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 14609 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 14610 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 14611 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 14612 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 14613 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 14614 SUCH DAMAGE. 14615 14616 14617 Copyright (c) 1998-1999 Shunsuke Akiyama <akiyama (a] jp.FreeBSD.org>. 14618 All rights reserved. 14619 Copyright (c) 1998-1999 X-TrueType Server Project, All rights reserved. 14620 14621 Redistribution and use in source and binary forms, with or without 14622 modification, are permitted provided that the following conditions 14623 are met: 14624 1. Redistributions of source code must retain the above copyright 14625 notice, this list of conditions and the following disclaimer. 14626 2. Redistributions in binary form must reproduce the above copyright 14627 notice, this list of conditions and the following disclaimer in the 14628 documentation and/or other materials provided with the distribution. 14629 14630 THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND 14631 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 14632 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 14633 ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 14634 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 14635 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 14636 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 14637 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 14638 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 14639 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 14640 SUCH DAMAGE. 14641 14642 14643 Copyright 2004 Keith Packard 14644 14645 Permission to use, copy, modify, distribute, and sell this software and its 14646 documentation for any purpose is hereby granted without fee, provided that 14647 the above copyright notice appear in all copies and that both that 14648 copyright notice and this permission notice appear in supporting 14649 documentation, and that the name of Keith Packard not be used in 14650 advertising or publicity pertaining to distribution of the software without 14651 specific, written prior permission. Keith Packard makes no 14652 representations about the suitability of this software for any purpose. It 14653 is provided "as is" without express or implied warranty. 14654 14655 KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 14656 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 14657 EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR 14658 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 14659 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 14660 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 14661 PERFORMANCE OF THIS SOFTWARE. 14662 14663 14664 /* lib/font/fontfile/gunzip.c 14665 written by Mark Eichin <eichin (a] kitten.gen.ma.us> September 1996. 14666 intended for inclusion in X11 public releases. */ 14667 14668 14669 Copyright (c) 1999 The XFree86 Project Inc. 14670 14671 All Rights Reserved. 14672 14673 The above copyright notice and this permission notice shall be included in 14674 all copies or substantial portions of the Software. 14675 14676 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 14677 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 14678 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 14679 OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN 14680 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 14681 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 14682 14683 Except as contained in this notice, the name of The XFree86 Project 14684 Inc. shall not be used in advertising or otherwise to promote the 14685 sale, use or other dealings in this Software without prior written 14686 authorization from The XFree86 Project Inc.. 14687 14688 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 14689 </pre> 14690 <ul> 14691 14692 </ul> 14693 </div> 14694 </div> 14695 14696 14697 <div class="product"> 14698 <span class="title">libXft-2.2.0</span> 14699 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 14700 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span> 14701 <div class="licence"> 14702 <pre>Scanned Source License libXft-2.2.0/COPYING: 14703 14704 14705 Copyright 2001,2003 Keith Packard 14706 14707 Permission to use, copy, modify, distribute, and sell this software and its 14708 documentation for any purpose is hereby granted without fee, provided that 14709 the above copyright notice appear in all copies and that both that 14710 copyright notice and this permission notice appear in supporting 14711 documentation, and that the name of Keith Packard not be used in 14712 advertising or publicity pertaining to distribution of the software without 14713 specific, written prior permission. Keith Packard makes no 14714 representations about the suitability of this software for any purpose. It 14715 is provided "as is" without express or implied warranty. 14716 14717 KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 14718 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 14719 EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR 14720 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 14721 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 14722 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 14723 PERFORMANCE OF THIS SOFTWARE. 14724 14725 14726 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 14727 </pre> 14728 <ul> 14729 14730 </ul> 14731 </div> 14732 </div> 14733 14734 14735 <div class="product"> 14736 <span class="title">libXi-1.7.1.901</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 libXi-1.7.1.901/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 Copyright 1989 by Hewlett-Packard Company, Palo Alto, California. 14765 14766 All Rights Reserved 14767 14768 Permission to use, copy, modify, and distribute this software and its 14769 documentation for any purpose and without fee is hereby granted, 14770 provided that the above copyright notice appear in all copies and that 14771 both that copyright notice and this permission notice appear in 14772 supporting documentation, and that the name of Hewlett-Packard not be 14773 used in advertising or publicity pertaining to distribution of the 14774 software without specific, written prior permission. 14775 14776 HEWLETT-PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 14777 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 14778 EVENT SHALL HEWLETT-PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR 14779 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF 14780 USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR 14781 OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 14782 PERFORMANCE OF THIS SOFTWARE. 14783 14784 Copyright 2008 Peter Hutterer 14785 14786 Permission to use, copy, modify, distribute, and sell this software and its 14787 documentation for any purpose is hereby granted without fee, provided that 14788 the above copyright notice appear in all copies and that both that 14789 copyright notice and this permission notice appear in supporting 14790 documentation. 14791 14792 The above copyright notice and this permission notice shall be included in 14793 all copies or substantial portions of the Software. 14794 14795 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 14796 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 14797 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 14798 AUTHOR BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN 14799 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 14800 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 14801 14802 Except as contained in this notice, the name of the author shall not be 14803 used in advertising or otherwise to promote the sale, use or other dealings 14804 in this Software without prior written authorization from the author. 14805 14806 Copyright 2009 Red Hat, Inc. 14807 14808 Permission is hereby granted, free of charge, to any person obtaining a 14809 copy of this software and associated documentation files (the "Software"), 14810 to deal in the Software without restriction, including without limitation 14811 the rights to use, copy, modify, merge, publish, distribute, sublicense, 14812 and/or sell copies of the Software, and to permit persons to whom the 14813 Software is furnished to do so, subject to the following conditions: 14814 14815 The above copyright notice and this permission notice (including the next 14816 paragraph) shall be included in all copies or substantial portions of the 14817 Software. 14818 14819 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 14820 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 14821 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 14822 THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 14823 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 14824 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 14825 DEALINGS IN THE SOFTWARE. 14826 14827 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 14828 </pre> 14829 <ul> 14830 14831 </ul> 14832 </div> 14833 </div> 14834 14835 14836 <div class="product"> 14837 <span class="title">libXinerama-1.1.3</span> 14838 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 14839 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span> 14840 <div class="licence"> 14841 <pre>Scanned Source License libXinerama-1.1.3/COPYING: 14842 14843 Copyright (c) 2007, Oracle and/or its affiliates. All rights reserved. 14844 14845 Permission is hereby granted, free of charge, to any person obtaining a 14846 copy of this software and associated documentation files (the "Software"), 14847 to deal in the Software without restriction, including without limitation 14848 the rights to use, copy, modify, merge, publish, distribute, sublicense, 14849 and/or sell copies of the Software, and to permit persons to whom the 14850 Software is furnished to do so, subject to the following conditions: 14851 14852 The above copyright notice and this permission notice (including the next 14853 paragraph) shall be included in all copies or substantial portions of the 14854 Software. 14855 14856 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 14857 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 14858 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 14859 THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 14860 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 14861 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 14862 DEALINGS IN THE SOFTWARE. 14863 14864 Copyright 2003 The Open Group 14865 14866 Permission to use, copy, modify, distribute, and sell this software and its 14867 documentation for any purpose is hereby granted without fee, provided that 14868 the above copyright notice appear in all copies and that both that 14869 copyright notice and this permission notice appear in supporting 14870 documentation. 14871 14872 The above copyright notice and this permission notice shall be included in 14873 all copies or substantial portions of the Software. 14874 14875 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 14876 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 14877 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 14878 OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN 14879 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 14880 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 14881 14882 Except as contained in this notice, the name of The Open Group shall not be 14883 used in advertising or otherwise to promote the sale, use or other dealings 14884 in this Software without prior written authorization from The Open Group. 14885 14886 Copyright (c) 1991, 1997 Digital Equipment Corporation, Maynard, Massachusetts. 14887 14888 Permission is hereby granted, free of charge, to any person obtaining a copy 14889 of this software and associated documentation files (the "Software"), to deal 14890 in the Software without restriction, including without limitation the rights 14891 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 14892 copies of the Software. 14893 14894 The above copyright notice and this permission notice shall be included in 14895 all copies or substantial portions of the Software. 14896 14897 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 14898 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 14899 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 14900 DIGITAL EQUIPMENT CORPORATION BE LIABLE FOR ANY CLAIM, DAMAGES, INCLUDING, 14901 BUT NOT LIMITED TO CONSEQUENTIAL OR INCIDENTAL DAMAGES, OR OTHER LIABILITY, 14902 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR 14903 IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 14904 14905 Except as contained in this notice, the name of Digital Equipment Corporation 14906 shall not be used in advertising or otherwise to promote the sale, use or other 14907 dealings in this Software without prior written authorization from Digital 14908 Equipment Corporation. 14909 14910 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 14911 </pre> 14912 <ul> 14913 14914 </ul> 14915 </div> 14916 </div> 14917 14918 14919 <div class="product"> 14920 <span class="title">libxkbfile-1.0.7</span> 14921 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 14922 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span> 14923 <div class="licence"> 14924 <pre>Scanned Source License libxkbfile-1.0.7/COPYING: 14925 14926 Copyright (c) 1994-1996 by Silicon Graphics Computer Systems, Inc. 14927 14928 Permission to use, copy, modify, and distribute this 14929 software and its documentation for any purpose and without 14930 fee is hereby granted, provided that the above copyright 14931 notice appear in all copies and that both that copyright 14932 notice and this permission notice appear in supporting 14933 documentation, and that the name of Silicon Graphics not be 14934 used in advertising or publicity pertaining to distribution 14935 of the software without specific prior written permission. 14936 Silicon Graphics makes no representation about the suitability 14937 of this software for any purpose. It is provided "as is" 14938 without any express or implied warranty. 14939 14940 SILICON GRAPHICS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS 14941 SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY 14942 AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON 14943 GRAPHICS BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL 14944 DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 14945 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE 14946 OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH 14947 THE USE OR PERFORMANCE OF THIS SOFTWARE. 14948 14949 14950 Copyright 1987, 1998 The Open Group 14951 14952 Permission to use, copy, modify, distribute, and sell this software and its 14953 documentation for any purpose is hereby granted without fee, provided that 14954 the above copyright notice appear in all copies and that both that 14955 copyright notice and this permission notice appear in supporting 14956 documentation. 14957 14958 The above copyright notice and this permission notice shall be included in 14959 all copies or substantial portions of the Software. 14960 14961 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 14962 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 14963 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 14964 OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN 14965 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 14966 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 14967 14968 Except as contained in this notice, the name of The Open Group shall not be 14969 used in advertising or otherwise to promote the sale, use or other dealings 14970 in this Software without prior written authorization from The Open Group. 14971 14972 14973 Copyright 1987 by Digital Equipment Corporation, Maynard, Massachusetts. 14974 All Rights Reserved 14975 14976 Permission to use, copy, modify, and distribute this software and its 14977 documentation for any purpose and without fee is hereby granted, 14978 provided that the above copyright notice appear in all copies and that 14979 both that copyright notice and this permission notice appear in 14980 supporting documentation, and that the name of Digital not be 14981 used in advertising or publicity pertaining to distribution of the 14982 software without specific, written prior permission. 14983 14984 DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING 14985 ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL 14986 DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR 14987 ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, 14988 WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, 14989 ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS 14990 SOFTWARE. 14991 14992 14993 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 14994 </pre> 14995 <ul> 14996 14997 </ul> 14998 </div> 14999 </div> 15000 15001 15002 <div class="product"> 15003 <span class="title">libxml2-2.9.1</span> 15004 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 15005 <span class="homepage"><a href="http://www.xmlsoft.org/">homepage</a></span> 15006 <div class="licence"> 15007 <pre>Scanned Source License libxml2-2.9.1/COPYING: 15008 15009 Except where otherwise noted in the source code (e.g. the files hash.c, 15010 list.c and the trio files, which are covered by a similar licence but 15011 with different Copyright notices) all the files are: 15012 15013 Copyright (C) 1998-2012 Daniel Veillard. All Rights Reserved. 15014 15015 Permission is hereby granted, free of charge, to any person obtaining a copy 15016 of this software and associated documentation files (the "Software"), to deal 15017 in the Software without restriction, including without limitation the rights 15018 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 15019 copies of the Software, and to permit persons to whom the Software is fur- 15020 nished to do so, subject to the following conditions: 15021 15022 The above copyright notice and this permission notice shall be included in 15023 all copies or substantial portions of the Software. 15024 15025 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 15026 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FIT- 15027 NESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 15028 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 15029 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 15030 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 15031 THE SOFTWARE. 15032 15033 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 15034 15035 Scanned Source License libxml2-2.9.1/Copyright: 15036 15037 Except where otherwise noted in the source code (e.g. the files hash.c, 15038 list.c and the trio files, which are covered by a similar licence but 15039 with different Copyright notices) all the files are: 15040 15041 Copyright (C) 1998-2012 Daniel Veillard. All Rights Reserved. 15042 15043 Permission is hereby granted, free of charge, to any person obtaining a copy 15044 of this software and associated documentation files (the "Software"), to deal 15045 in the Software without restriction, including without limitation the rights 15046 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 15047 copies of the Software, and to permit persons to whom the Software is fur- 15048 nished to do so, subject to the following conditions: 15049 15050 The above copyright notice and this permission notice shall be included in 15051 all copies or substantial portions of the Software. 15052 15053 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 15054 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FIT- 15055 NESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 15056 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 15057 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 15058 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 15059 THE SOFTWARE. 15060 15061 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 15062 </pre> 15063 <ul> 15064 15065 </ul> 15066 </div> 15067 </div> 15068 15069 15070 <div class="product"> 15071 <span class="title">libXmu-1.1.0</span> 15072 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 15073 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span> 15074 <div class="licence"> 15075 <pre>Scanned Source License libXmu-1.1.0/COPYING: 15076 15077 Copyright 1989, 1998 The Open Group 15078 15079 Permission to use, copy, modify, distribute, and sell this software and its 15080 documentation for any purpose is hereby granted without fee, provided that 15081 the above copyright notice appear in all copies and that both that 15082 copyright notice and this permission notice appear in supporting 15083 documentation. 15084 15085 The above copyright notice and this permission notice shall be included in 15086 all copies or substantial portions of the Software. 15087 15088 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 15089 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 15090 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 15091 OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN 15092 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 15093 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 15094 15095 Except as contained in this notice, the name of The Open Group shall not be 15096 used in advertising or otherwise to promote the sale, use or other dealings 15097 in this Software without prior written authorization from The Open Group. 15098 15099 ----------- 15100 15101 Xmu/StrToBmap.c and Xmu/GrayPixmap.c also have: 15102 15103 Copyright 1987, 1988 by Digital Equipment Corporation, Maynard, Massachusetts. 15104 15105 All Rights Reserved 15106 15107 Permission to use, copy, modify, and distribute this software and its 15108 documentation for any purpose and without fee is hereby granted, 15109 provided that the above copyright notice appear in all copies and that 15110 both that copyright notice and this permission notice appear in 15111 supporting documentation, and that the name of Digital not be 15112 used in advertising or publicity pertaining to distribution of the 15113 software without specific, written prior permission. 15114 15115 DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING 15116 ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL 15117 DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR 15118 ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, 15119 WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, 15120 ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS 15121 SOFTWARE. 15122 15123 ----------- 15124 15125 And Xmu/Clip.c has: 15126 15127 Copyright (c) 1998 by The XFree86 Project, Inc. 15128 15129 Permission is hereby granted, free of charge, to any person obtaining a 15130 copy of this software and associated documentation files (the "Software"), 15131 to deal in the Software without restriction, including without limitation 15132 the rights to use, copy, modify, merge, publish, distribute, sublicense, 15133 and/or sell copies of the Software, and to permit persons to whom the 15134 Software is furnished to do so, subject to the following conditions: 15135 15136 The above copyright notice and this permission notice shall be included in 15137 all copies or substantial portions of the Software. 15138 15139 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 15140 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 15141 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 15142 THE XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 15143 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF 15144 OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 15145 SOFTWARE. 15146 15147 Except as contained in this notice, the name of the XFree86 Project shall 15148 not be used in advertising or otherwise to promote the sale, use or other 15149 dealings in this Software without prior written authorization from the 15150 XFree86 Project. 15151 15152 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 15153 </pre> 15154 <ul> 15155 15156 </ul> 15157 </div> 15158 </div> 15159 15160 15161 <div class="product"> 15162 <span class="title">libXpm-3.5.9</span> 15163 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 15164 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span> 15165 <div class="licence"> 15166 <pre>Scanned Source License libXpm-3.5.9/COPYING: 15167 15168 Copyright (C) 1989-95 GROUPE BULL 15169 15170 Permission is hereby granted, free of charge, to any person obtaining a copy 15171 of this software and associated documentation files (the "Software"), to 15172 deal in the Software without restriction, including without limitation the 15173 rights to use, copy, modify, merge, publish, distribute, sublicense, and/or 15174 sell copies of the Software, and to permit persons to whom the Software is 15175 furnished to do so, subject to the following conditions: 15176 15177 The above copyright notice and this permission notice shall be included in 15178 all copies or substantial portions of the Software. 15179 15180 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 15181 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 15182 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 15183 GROUPE BULL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN 15184 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 15185 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 15186 15187 Except as contained in this notice, the name of GROUPE BULL shall not be 15188 used in advertising or otherwise to promote the sale, use or other dealings 15189 in this Software without prior written authorization from GROUPE BULL. 15190 15191 Copyright (C) 1998 Arnaud LE HORS 15192 15193 Permission is hereby granted, free of charge, to any person obtaining a copy 15194 of this software and associated documentation files (the "Software"), to 15195 deal in the Software without restriction, including without limitation the 15196 rights to use, copy, modify, merge, publish, distribute, sublicense, and/or 15197 sell copies of the Software, and to permit persons to whom the Software is 15198 furnished to do so, subject to the following conditions: 15199 15200 The above copyright notice and this permission notice shall be included in 15201 all copies or substantial portions of the Software. 15202 15203 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 15204 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 15205 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 15206 Arnaud LE HORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER 15207 IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 15208 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 15209 15210 Except as contained in this notice, the name of Arnaud LE HORS shall not be 15211 used in advertising or otherwise to promote the sale, use or other dealings 15212 in this Software without prior written authorization from Arnaud LE HORS. 15213 15214 Copyright (C) 19896 Lorens Younes 15215 15216 Permission is hereby granted, free of charge, to any person obtaining a copy 15217 of this software and associated documentation files (the "Software"), to 15218 deal in the Software without restriction, including without limitation the 15219 rights to use, copy, modify, merge, publish, distribute, sublicense, and/or 15220 sell copies of the Software, and to permit persons to whom the Software is 15221 furnished to do so, subject to the following conditions: 15222 15223 The above copyright notice and this permission notice shall be included in 15224 all copies or substantial portions of the Software. 15225 15226 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 15227 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 15228 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 15229 Lorens Younes BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER 15230 IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 15231 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 15232 15233 Except as contained in this notice, the name of Lorens Younes shall not be 15234 used in advertising or otherwise to promote the sale, use or other dealings 15235 in this Software without prior written authorization from Lorens Younes. 15236 15237 15238 15239 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 15240 15241 Scanned Source License libXpm-3.5.9/COPYRIGHT: 15242 15243 /* 15244 * Copyright (C) 1989-95 GROUPE BULL 15245 * 15246 * Permission is hereby granted, free of charge, to any person obtaining a copy 15247 * of this software and associated documentation files (the "Software"), to 15248 * deal in the Software without restriction, including without limitation the 15249 * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or 15250 * sell copies of the Software, and to permit persons to whom the Software is 15251 * furnished to do so, subject to the following conditions: 15252 * 15253 * The above copyright notice and this permission notice shall be included in 15254 * all copies or substantial portions of the Software. 15255 * 15256 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 15257 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 15258 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 15259 * GROUPE BULL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN 15260 * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 15261 * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 15262 * 15263 * Except as contained in this notice, the name of GROUPE BULL shall not be 15264 * used in advertising or otherwise to promote the sale, use or other dealings 15265 * in this Software without prior written authorization from GROUPE BULL. 15266 */ 15267 15268 Arnaud LE HORS BULL Research FRANCE -- Koala Project 15269 (XPM - X PixMap format version 2 & 3) 15270 Internet: lehors (a] sophia.inria.fr 15271 Surface Mail: Arnaud LE HORS, INRIA - Sophia Antipolis, 15272 2004, route des Lucioles, 06565 Valbonne Cedex -- FRANCE 15273 Voice phone: (33) 93.65.77.71, Fax: (33) 93 65 77 66, Telex: 97 00 50 F 15274 15275 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 15276 </pre> 15277 <ul> 15278 15279 </ul> 15280 </div> 15281 </div> 15282 15283 15284 <div class="product"> 15285 <span class="title">libXrandr-1.4.1</span> 15286 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 15287 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span> 15288 <div class="licence"> 15289 <pre>Scanned Source License libXrandr-1.4.1/COPYING: 15290 15291 Copyright 2000, Compaq Computer Corporation, 15292 Copyright 2002, Hewlett Packard, Inc. 15293 15294 Permission to use, copy, modify, distribute, and sell this software and its 15295 documentation for any purpose is hereby granted without fee, provided that 15296 the above copyright notice appear in all copies and that both that 15297 copyright notice and this permission notice appear in supporting 15298 documentation, and that the name of Compaq or HP not be used in advertising 15299 or publicity pertaining to distribution of the software without specific, 15300 written prior permission. HP makes no representations about the 15301 suitability of this software for any purpose. It is provided "as is" 15302 without express or implied warranty. 15303 15304 HP DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL 15305 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL HP 15306 BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 15307 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION 15308 OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN 15309 CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 15310 15311 Copyright 2000 Compaq Computer Corporation, Inc. 15312 Copyright 2002 Hewlett-Packard Company, Inc. 15313 Copyright 2006 Intel Corporation 15314 Copyright 2008 Red Hat, Inc. 15315 15316 Permission to use, copy, modify, distribute, and sell this software and its 15317 documentation for any purpose is hereby granted without fee, provided that 15318 the above copyright notice appear in all copies and that both that copyright 15319 notice and this permission notice appear in supporting documentation, and 15320 that the name of the copyright holders not be used in advertising or 15321 publicity pertaining to distribution of the software without specific, 15322 written prior permission. The copyright holders make no representations 15323 about the suitability of this software for any purpose. It is provided "as 15324 is" without express or implied warranty. 15325 15326 THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 15327 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 15328 EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY SPECIAL, INDIRECT OR 15329 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 15330 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 15331 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE 15332 OF THIS SOFTWARE. 15333 15334 Copyright 2000 Compaq Computer Corporation, Inc. 15335 Copyright 2002 Hewlett Packard Company, Inc. 15336 Copyright 2006 Keith Packard 15337 15338 Permission to use, copy, modify, distribute, and sell this software and its 15339 documentation for any purpose is hereby granted without fee, provided that 15340 the above copyright notice appear in all copies and that both that copyright 15341 notice and this permission notice appear in supporting documentation, and 15342 that the name of the copyright holders not be used in advertising or 15343 publicity pertaining to distribution of the software without specific, 15344 written prior permission. The copyright holders make no representations 15345 about the suitability of this software for any purpose. It is provided "as 15346 is" without express or implied warranty. 15347 15348 THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 15349 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 15350 EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY SPECIAL, INDIRECT OR 15351 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 15352 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 15353 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE 15354 OF THIS SOFTWARE. 15355 15356 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 15357 </pre> 15358 <ul> 15359 15360 </ul> 15361 </div> 15362 </div> 15363 15364 15365 <div class="product"> 15366 <span class="title">libXrender-0.9.8</span> 15367 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 15368 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span> 15369 <div class="licence"> 15370 <pre>Scanned Source License libXrender-0.9.8/COPYING: 15371 15372 15373 Copyright 2001,2003 Keith Packard 15374 15375 Permission to use, copy, modify, distribute, and sell this software and its 15376 documentation for any purpose is hereby granted without fee, provided that 15377 the above copyright notice appear in all copies and that both that 15378 copyright notice and this permission notice appear in supporting 15379 documentation, and that the name of Keith Packard not be used in 15380 advertising or publicity pertaining to distribution of the software without 15381 specific, written prior permission. Keith Packard makes no 15382 representations about the suitability of this software for any purpose. It 15383 is provided "as is" without express or implied warranty. 15384 15385 KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 15386 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 15387 EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR 15388 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 15389 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 15390 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 15391 PERFORMANCE OF THIS SOFTWARE. 15392 15393 Copyright 2000 SuSE, Inc. 15394 15395 Permission to use, copy, modify, distribute, and sell this software and its 15396 documentation for any purpose is hereby granted without fee, provided that 15397 the above copyright notice appear in all copies and that both that 15398 copyright notice and this permission notice appear in supporting 15399 documentation, and that the name of SuSE not be used in advertising or 15400 publicity pertaining to distribution of the software without specific, 15401 written prior permission. SuSE makes no representations about the 15402 suitability of this software for any purpose. It is provided "as is" 15403 without express or implied warranty. 15404 15405 SuSE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL 15406 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL SuSE 15407 BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 15408 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION 15409 OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN 15410 CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 15411 15412 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 15413 </pre> 15414 <ul> 15415 15416 </ul> 15417 </div> 15418 </div> 15419 15420 15421 <div class="product"> 15422 <span class="title">libXt-1.1.4</span> 15423 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 15424 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span> 15425 <div class="licence"> 15426 <pre>Scanned Source License libXt-1.1.4/COPYING: 15427 15428 15429 Copyright 2001,2003 Keith Packard 15430 15431 Permission to use, copy, modify, distribute, and sell this software and its 15432 documentation for any purpose is hereby granted without fee, provided that 15433 the above copyright notice appear in all copies and that both that 15434 copyright notice and this permission notice appear in supporting 15435 documentation, and that the name of Keith Packard not be used in 15436 advertising or publicity pertaining to distribution of the software without 15437 specific, written prior permission. Keith Packard makes no 15438 representations about the suitability of this software for any purpose. It 15439 is provided "as is" without express or implied warranty. 15440 15441 KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 15442 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 15443 EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR 15444 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 15445 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 15446 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 15447 PERFORMANCE OF THIS SOFTWARE. 15448 15449 Copyright (c) 1993, 2011, Oracle and/or its affiliates. All rights reserved. 15450 15451 Permission is hereby granted, free of charge, to any person obtaining a 15452 copy of this software and associated documentation files (the "Software"), 15453 to deal in the Software without restriction, including without limitation 15454 the rights to use, copy, modify, merge, publish, distribute, sublicense, 15455 and/or sell copies of the Software, and to permit persons to whom the 15456 Software is furnished to do so, subject to the following conditions: 15457 15458 The above copyright notice and this permission notice (including the next 15459 paragraph) shall be included in all copies or substantial portions of the 15460 Software. 15461 15462 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 15463 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 15464 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 15465 THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 15466 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 15467 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 15468 DEALINGS IN THE SOFTWARE. 15469 15470 15471 Copyright 1987, 1988 by Digital Equipment Corporation, Maynard, Massachusetts, 15472 15473 All Rights Reserved 15474 15475 Permission to use, copy, modify, and distribute this software and its 15476 documentation for any purpose and without fee is hereby granted, 15477 provided that the above copyright notice appear in all copies and that 15478 both that copyright notice and this permission notice appear in 15479 supporting documentation, and that the name of Digital not be 15480 used in advertising or publicity pertaining to distribution of the 15481 software without specific, written prior permission. 15482 15483 DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING 15484 ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL 15485 DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR 15486 ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, 15487 WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, 15488 ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS 15489 SOFTWARE. 15490 15491 Copyright 1987, 1988, 1998 The Open Group 15492 15493 Permission to use, copy, modify, distribute, and sell this software and its 15494 documentation for any purpose is hereby granted without fee, provided that 15495 the above copyright notice appear in all copies and that both that 15496 copyright notice and this permission notice appear in supporting 15497 documentation. 15498 15499 The above copyright notice and this permission notice shall be included in 15500 all copies or substantial portions of the Software. 15501 15502 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 15503 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 15504 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 15505 OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN 15506 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 15507 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 15508 15509 Except as contained in this notice, the name of The Open Group shall not be 15510 used in advertising or otherwise to promote the sale, use or other dealings 15511 in this Software without prior written authorization from The Open Group. 15512 15513 15514 Copyright (c) 1993, 1994 X Consortium 15515 15516 Permission is hereby granted, free of charge, to any person obtaining a 15517 copy of this software and associated documentation files (the "Software"), 15518 to deal in the Software without restriction, including without limitation 15519 the rights to use, copy, modify, merge, publish, distribute, sublicense, 15520 and/or sell copies of the Software, and to permit persons to whom the 15521 Software furnished to do so, subject to the following conditions: 15522 15523 The above copyright notice and this permission notice shall be included in 15524 all copies or substantial portions of the Software. 15525 15526 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 15527 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 15528 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 15529 THE X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 15530 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF 15531 OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 15532 SOFTWARE. 15533 15534 Except as contained in this notice, the name of the X Consortium shall not 15535 be used in advertising or otherwise to promote the sale, use or other 15536 dealing in this Software without prior written authorization from the 15537 X Consortium. 15538 15539 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 15540 </pre> 15541 <ul> 15542 15543 </ul> 15544 </div> 15545 </div> 15546 15547 15548 <div class="product"> 15549 <span class="title">libXtst-1.2.0</span> 15550 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 15551 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span> 15552 <div class="licence"> 15553 <pre>Scanned Source License libXtst-1.2.0/COPYING: 15554 15555 Copyright 1990, 1991 by UniSoft Group Limited 15556 Copyright 1992, 1993, 1995, 1998 The Open Group 15557 15558 Permission to use, copy, modify, distribute, and sell this software and its 15559 documentation for any purpose is hereby granted without fee, provided that 15560 the above copyright notice appear in all copies and that both that 15561 copyright notice and this permission notice appear in supporting 15562 documentation. 15563 15564 The above copyright notice and this permission notice shall be included 15565 in all copies or substantial portions of the Software. 15566 15567 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 15568 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 15569 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. 15570 IN NO EVENT SHALL THE OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR 15571 OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, 15572 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 15573 OTHER DEALINGS IN THE SOFTWARE. 15574 15575 Except as contained in this notice, the name of The Open Group shall 15576 not be used in advertising or otherwise to promote the sale, use or 15577 other dealings in this Software without prior written authorization 15578 from The Open Group. 15579 15580 *************************************************************************** 15581 15582 Copyright 1995 Network Computing Devices 15583 15584 Permission to use, copy, modify, distribute, and sell this software and 15585 its documentation for any purpose is hereby granted without fee, provided 15586 that the above copyright notice appear in all copies and that both that 15587 copyright notice and this permission notice appear in supporting 15588 documentation, and that the name of Network Computing Devices 15589 not be used in advertising or publicity pertaining to distribution 15590 of the software without specific, written prior permission. 15591 15592 NETWORK COMPUTING DEVICES DISCLAIMs ALL WARRANTIES WITH REGARD TO 15593 THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY 15594 AND FITNESS, IN NO EVENT SHALL NETWORK COMPUTING DEVICES BE LIABLE 15595 FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 15596 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN 15597 AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING 15598 OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 15599 15600 *************************************************************************** 15601 15602 Copyright 2005 Red Hat, Inc. 15603 15604 Permission to use, copy, modify, distribute, and sell this software and its 15605 documentation for any purpose is hereby granted without fee, provided that 15606 the above copyright notice appear in all copies and that both that 15607 copyright notice and this permission notice appear in supporting 15608 documentation, and that the name of Red Hat not be used in 15609 advertising or publicity pertaining to distribution of the software without 15610 specific, written prior permission. Red Hat makes no 15611 representations about the suitability of this software for any purpose. It 15612 is provided "as is" without express or implied warranty. 15613 15614 RED HAT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 15615 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 15616 EVENT SHALL RED HAT BE LIABLE FOR ANY SPECIAL, INDIRECT OR 15617 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 15618 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 15619 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 15620 PERFORMANCE OF THIS SOFTWARE. 15621 15622 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 15623 </pre> 15624 <ul> 15625 15626 </ul> 15627 </div> 15628 </div> 15629 15630 15631 <div class="product"> 15632 <span class="title">libXxf86vm-1.1.3</span> 15633 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 15634 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span> 15635 <div class="licence"> 15636 <pre>Scanned Source License libXxf86vm-1.1.3/COPYING: 15637 15638 Copyright (c) 1995 Kaleb S. KEITHLEY 15639 15640 Permission is hereby granted, free of charge, to any person obtaining 15641 a copy of this software and associated documentation files (the 15642 "Software"), to deal in the Software without restriction, including 15643 without limitation the rights to use, copy, modify, merge, publish, 15644 distribute, sublicense, and/or sell copies of the Software, and to 15645 permit persons to whom the Software is furnished to do so, subject to 15646 the following conditions: 15647 15648 The above copyright notice and this permission notice shall be 15649 included in all copies or substantial portions of the Software. 15650 15651 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 15652 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 15653 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. 15654 IN NO EVENT SHALL Kaleb S. KEITHLEY BE LIABLE FOR ANY CLAIM, DAMAGES 15655 OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, 15656 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 15657 OTHER DEALINGS IN THE SOFTWARE. 15658 15659 Except as contained in this notice, the name of Kaleb S. KEITHLEY 15660 shall not be used in advertising or otherwise to promote the sale, use 15661 or other dealings in this Software without prior written authorization 15662 from Kaleb S. KEITHLEY. 15663 15664 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 15665 </pre> 15666 <ul> 15667 15668 </ul> 15669 </div> 15670 </div> 15671 15672 15673 <div class="product"> 15674 <span class="title">Linux-2.6</span> 15675 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 15676 <span class="homepage"><a href="http://www.kernel.org/">homepage</a></span> 15677 <div class="licence"> 15678 <pre></pre> 15679 <ul> 15680 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 15681 </ul> 15682 </div> 15683 </div> 15684 15685 15686 <div class="product"> 15687 <span class="title">linux-headers-3.12</span> 15688 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 15689 <span class="homepage"><a href="http://www.kernel.org/">homepage</a></span> 15690 <div class="licence"> 15691 <pre></pre> 15692 <ul> 15693 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 15694 </ul> 15695 </div> 15696 </div> 15697 15698 15699 <div class="product"> 15700 <span class="title">llvm-3.2</span> 15701 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 15702 <span class="homepage"><a href="http://llvm.org/">homepage</a></span> 15703 <div class="licence"> 15704 <pre>Scanned Source License llvm-3.2.src/LICENSE.TXT: 15705 15706 ============================================================================== 15707 LLVM Release License 15708 ============================================================================== 15709 University of Illinois/NCSA 15710 Open Source License 15711 15712 Copyright (c) 2003-2012 University of Illinois at Urbana-Champaign. 15713 All rights reserved. 15714 15715 Developed by: 15716 15717 LLVM Team 15718 15719 University of Illinois at Urbana-Champaign 15720 15721 http://llvm.org 15722 15723 Permission is hereby granted, free of charge, to any person obtaining a copy of 15724 this software and associated documentation files (the "Software"), to deal with 15725 the Software without restriction, including without limitation the rights to 15726 use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies 15727 of the Software, and to permit persons to whom the Software is furnished to do 15728 so, subject to the following conditions: 15729 15730 * Redistributions of source code must retain the above copyright notice, 15731 this list of conditions and the following disclaimers. 15732 15733 * Redistributions in binary form must reproduce the above copyright notice, 15734 this list of conditions and the following disclaimers in the 15735 documentation and/or other materials provided with the distribution. 15736 15737 * Neither the names of the LLVM Team, University of Illinois at 15738 Urbana-Champaign, nor the names of its contributors may be used to 15739 endorse or promote products derived from this Software without specific 15740 prior written permission. 15741 15742 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 15743 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS 15744 FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 15745 CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 15746 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 15747 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS WITH THE 15748 SOFTWARE. 15749 15750 ============================================================================== 15751 Copyrights and Licenses for Third Party Software Distributed with LLVM: 15752 ============================================================================== 15753 The LLVM software contains code written by third parties. Such software will 15754 have its own individual LICENSE.TXT file in the directory in which it appears. 15755 This file will describe the copyrights, license, and restrictions which apply 15756 to that code. 15757 15758 The disclaimer of warranty in the University of Illinois Open Source License 15759 applies to all code in the LLVM Distribution, and nothing in any of the 15760 other licenses gives permission to use the names of the LLVM Team or the 15761 University of Illinois to endorse or promote products derived from this 15762 Software. 15763 15764 The following pieces of software have additional or alternate copyrights, 15765 licenses, and/or restrictions: 15766 15767 Program Directory 15768 ------- --------- 15769 Autoconf llvm/autoconf 15770 llvm/projects/ModuleMaker/autoconf 15771 llvm/projects/sample/autoconf 15772 CellSPU backend llvm/lib/Target/CellSPU/README.txt 15773 Google Test llvm/utils/unittest/googletest 15774 OpenBSD regex llvm/lib/Support/{reg*, COPYRIGHT.regex} 15775 pyyaml tests llvm/test/YAMLParser/{*.data, LICENSE.TXT} 15776 15777 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 15778 15779 Scanned Source License llvm-3.2.src/autoconf/LICENSE.TXT: 15780 15781 ------------------------------------------------------------------------------ 15782 Autoconf Files 15783 ------------------------------------------------------------------------------ 15784 All autoconf files are licensed under the LLVM license with the following 15785 additions: 15786 15787 llvm/autoconf/install-sh: 15788 This script is licensed under the LLVM license, with the following 15789 additional copyrights and restrictions: 15790 15791 Copyright 1991 by the Massachusetts Institute of Technology 15792 15793 Permission to use, copy, modify, distribute, and sell this software and its 15794 documentation for any purpose is hereby granted without fee, provided that 15795 the above copyright notice appear in all copies and that both that 15796 copyright notice and this permission notice appear in supporting 15797 documentation, and that the name of M.I.T. not be used in advertising or 15798 publicity pertaining to distribution of the software without specific, 15799 written prior permission. M.I.T. makes no representations about the 15800 suitability of this software for any purpose. It is provided "as is" 15801 without express or implied warranty. 15802 15803 Please see the source files for additional copyrights. 15804 15805 15806 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 15807 15808 Scanned Source License llvm-3.2.src/include/llvm/Support/LICENSE.TXT: 15809 15810 LLVM System Interface Library 15811 ------------------------------------------------------------------------------- 15812 The LLVM System Interface Library is licensed under the Illinois Open Source 15813 License and has the following additional copyright: 15814 15815 Copyright (C) 2004 eXtensible Systems, Inc. 15816 15817 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 15818 15819 Scanned Source License llvm-3.2.src/lib/Support/COPYRIGHT.regex: 15820 15821 $OpenBSD: COPYRIGHT,v 1.3 2003/06/02 20:18:36 millert Exp $ 15822 15823 Copyright 1992, 1993, 1994 Henry Spencer. All rights reserved. 15824 This software is not subject to any license of the American Telephone 15825 and Telegraph Company or of the Regents of the University of California. 15826 15827 Permission is granted to anyone to use this software for any purpose on 15828 any computer system, and to alter it and redistribute it, subject 15829 to the following restrictions: 15830 15831 1. The author is not responsible for the consequences of use of this 15832 software, no matter how awful, even if they arise from flaws in it. 15833 15834 2. The origin of this software must not be misrepresented, either by 15835 explicit claim or by omission. Since few users ever read sources, 15836 credits must appear in the documentation. 15837 15838 3. Altered versions must be plainly marked as such, and must not be 15839 misrepresented as being the original software. Since few users 15840 ever read sources, credits must appear in the documentation. 15841 15842 4. This notice may not be removed or altered. 15843 15844 =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 15845 /*- 15846 * Copyright (c) 1994 15847 * The Regents of the University of California. All rights reserved. 15848 * 15849 * Redistribution and use in source and binary forms, with or without 15850 * modification, are permitted provided that the following conditions 15851 * are met: 15852 * 1. Redistributions of source code must retain the above copyright 15853 * notice, this list of conditions and the following disclaimer. 15854 * 2. Redistributions in binary form must reproduce the above copyright 15855 * notice, this list of conditions and the following disclaimer in the 15856 * documentation and/or other materials provided with the distribution. 15857 * 3. Neither the name of the University nor the names of its contributors 15858 * may be used to endorse or promote products derived from this software 15859 * without specific prior written permission. 15860 * 15861 * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND 15862 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 15863 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 15864 * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 15865 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 15866 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 15867 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 15868 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 15869 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 15870 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 15871 * SUCH DAMAGE. 15872 * 15873 * @(#)COPYRIGHT 8.1 (Berkeley) 3/16/94 15874 */ 15875 15876 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 15877 15878 Scanned Source License llvm-3.2.src/projects/sample/autoconf/LICENSE.TXT: 15879 15880 ------------------------------------------------------------------------------ 15881 Autoconf Files 15882 ------------------------------------------------------------------------------ 15883 All autoconf files are licensed under the LLVM license with the following 15884 additions: 15885 15886 llvm/autoconf/install-sh: 15887 This script is licensed under the LLVM license, with the following 15888 additional copyrights and restrictions: 15889 15890 Copyright 1991 by the Massachusetts Institute of Technology 15891 15892 Permission to use, copy, modify, distribute, and sell this software and its 15893 documentation for any purpose is hereby granted without fee, provided that 15894 the above copyright notice appear in all copies and that both that 15895 copyright notice and this permission notice appear in supporting 15896 documentation, and that the name of M.I.T. not be used in advertising or 15897 publicity pertaining to distribution of the software without specific, 15898 written prior permission. M.I.T. makes no representations about the 15899 suitability of this software for any purpose. It is provided "as is" 15900 without express or implied warranty. 15901 15902 Please see the source files for additional copyrights. 15903 15904 15905 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 15906 15907 Scanned Source License llvm-3.2.src/test/YAMLParser/LICENSE.txt: 15908 15909 Copyright (c) 2006 Kirill Simonov 15910 15911 Permission is hereby granted, free of charge, to any person obtaining a copy of 15912 this software and associated documentation files (the "Software"), to deal in 15913 the Software without restriction, including without limitation the rights to 15914 use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies 15915 of the Software, and to permit persons to whom the Software is furnished to do 15916 so, subject to the following conditions: 15917 15918 The above copyright notice and this permission notice shall be included in all 15919 copies or substantial portions of the Software. 15920 15921 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 15922 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 15923 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 15924 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 15925 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 15926 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 15927 SOFTWARE. 15928 15929 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 15930 15931 Scanned Source License llvm-3.2.src/utils/unittest/googletest/LICENSE.TXT: 15932 15933 Copyright 2008, Google Inc. 15934 All rights reserved. 15935 15936 Redistribution and use in source and binary forms, with or without 15937 modification, are permitted provided that the following conditions are 15938 met: 15939 15940 * Redistributions of source code must retain the above copyright 15941 notice, this list of conditions and the following disclaimer. 15942 * Redistributions in binary form must reproduce the above 15943 copyright notice, this list of conditions and the following disclaimer 15944 in the documentation and/or other materials provided with the 15945 distribution. 15946 * Neither the name of Google Inc. nor the names of its 15947 contributors may be used to endorse or promote products derived from 15948 this software without specific prior written permission. 15949 15950 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 15951 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 15952 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 15953 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 15954 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 15955 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT 15956 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 15957 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 15958 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 15959 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 15960 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 15961 15962 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 15963 15964 Gentoo Package Stock License UoI-NCSA: 15965 15966 Copyright (c) <YEAR> <OWNER ORGANIZATION NAME>. All rights reserved. 15967 15968 Developed by: <NAME OF DEVELOPMENT GROUP> 15969 <NAME OF INSTITUTION> 15970 <URL FOR DEVELOPMENT GROUP/INSTITUTION> 15971 15972 Permission is hereby granted, free of charge, to any person obtaining a copy 15973 of this software and associated documentation files (the "Software"), to 15974 deal with the Software without restriction, including without limitation the 15975 rights to use, copy, modify, merge, publish, distribute, sublicense, and/or 15976 sell copies of the Software, and to permit persons to whom the Software is 15977 furnished to do so, subject to the following conditions: 15978 1. Redistributions of source code must retain the above copyright notice, 15979 this list of conditions and the following disclaimers. 15980 2. Redistributions in binary form must reproduce the above copyright 15981 notice, this list of conditions and the following disclaimers in the 15982 documentation and/or other materials provided with the distribution. 15983 3. Neither the names of <NAME OF DEVELOPMENT GROUP>, <NAME OF 15984 INSTITUTION>, nor the names of its contributors may be used to endorse 15985 or promote products derived from this Software without specific prior 15986 written permission. 15987 15988 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 15989 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 15990 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 15991 CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 15992 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 15993 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS 15994 WITH THE SOFTWARE. 15995 15996 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 15997 </pre> 15998 <ul> 15999 16000 </ul> 16001 </div> 16002 </div> 16003 16004 16005 <div class="product"> 16006 <span class="title">lmbench-3.0_alpha9</span> 16007 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 16008 <span class="homepage"><a href="http://www.bitmover.com/lmbench/whatis_lmbench.html">homepage</a></span> 16009 <div class="licence"> 16010 <pre></pre> 16011 <ul> 16012 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 16013 </ul> 16014 </div> 16015 </div> 16016 16017 16018 <div class="product"> 16019 <span class="title">lohitfonts-cros-2.5.0</span> 16020 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 16021 <span class="homepage"><a href="http://fedorahosted.org/lohit">homepage</a></span> 16022 <div class="licence"> 16023 <pre>Scanned Source License lohitfonts-cros-2.5.0/LICENSE: 16024 16025 Copyright 2011 Lohit Fonts Project contributors 16026 <http://fedorahosted.org/lohit>, 16027 with Reserved Font Name Lohit. 16028 16029 This Font Software is licensed under the SIL Open Font License, Version 1.1. 16030 This license is copied below, and is also available with a FAQ at: 16031 http://scripts.sil.org/OFL 16032 16033 16034 ----------------------------------------------------------- 16035 SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 16036 ----------------------------------------------------------- 16037 16038 PREAMBLE 16039 The goals of the Open Font License (OFL) are to stimulate worldwide 16040 development of collaborative font projects, to support the font creation 16041 efforts of academic and linguistic communities, and to provide a free and 16042 open framework in which fonts may be shared and improved in partnership 16043 with others. 16044 16045 The OFL allows the licensed fonts to be used, studied, modified and 16046 redistributed freely as long as they are not sold by themselves. The 16047 fonts, including any derivative works, can be bundled, embedded, 16048 redistributed and/or sold with any software provided that any reserved 16049 names are not used by derivative works. The fonts and derivatives, 16050 however, cannot be released under any other type of license. The 16051 requirement for fonts to remain under this license does not apply 16052 to any document created using the fonts or their derivatives. 16053 16054 DEFINITIONS 16055 "Font Software" refers to the set of files released by the Copyright 16056 Holder(s) under this license and clearly marked as such. This may 16057 include source files, build scripts and documentation. 16058 16059 "Reserved Font Name" refers to any names specified as such after the 16060 copyright statement(s). 16061 16062 "Original Version" refers to the collection of Font Software components as 16063 distributed by the Copyright Holder(s). 16064 16065 "Modified Version" refers to any derivative made by adding to, deleting, 16066 or substituting -- in part or in whole -- any of the components of the 16067 Original Version, by changing formats or by porting the Font Software to a 16068 new environment. 16069 16070 "Author" refers to any designer, engineer, programmer, technical 16071 writer or other person who contributed to the Font Software. 16072 16073 PERMISSION & CONDITIONS 16074 Permission is hereby granted, free of charge, to any person obtaining 16075 a copy of the Font Software, to use, study, copy, merge, embed, modify, 16076 redistribute, and sell modified and unmodified copies of the Font 16077 Software, subject to the following conditions: 16078 16079 1) Neither the Font Software nor any of its individual components, 16080 in Original or Modified Versions, may be sold by itself. 16081 16082 2) Original or Modified Versions of the Font Software may be bundled, 16083 redistributed and/or sold with any software, provided that each copy 16084 contains the above copyright notice and this license. These can be 16085 included either as stand-alone text files, human-readable headers or 16086 in the appropriate machine-readable metadata fields within text or 16087 binary files as long as those fields can be easily viewed by the user. 16088 16089 3) No Modified Version of the Font Software may use the Reserved Font 16090 Name(s) unless explicit written permission is granted by the corresponding 16091 Copyright Holder. This restriction only applies to the primary font name as 16092 presented to the users. 16093 16094 4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font 16095 Software shall not be used to promote, endorse or advertise any 16096 Modified Version, except to acknowledge the contribution(s) of the 16097 Copyright Holder(s) and the Author(s) or with their explicit written 16098 permission. 16099 16100 5) The Font Software, modified or unmodified, in part or in whole, 16101 must be distributed entirely under this license, and must not be 16102 distributed under any other license. The requirement for fonts to 16103 remain under this license does not apply to any document created 16104 using the Font Software. 16105 16106 TERMINATION 16107 This license becomes null and void if any of the above conditions are 16108 not met. 16109 16110 DISCLAIMER 16111 THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 16112 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF 16113 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT 16114 OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE 16115 COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 16116 INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL 16117 DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 16118 FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM 16119 OTHER DEALINGS IN THE FONT SOFTWARE. 16120 16121 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 16122 </pre> 16123 <ul> 16124 <li><a href='#OFL-1.1'>Gentoo Package Stock License OFL-1.1</a></li> 16125 </ul> 16126 </div> 16127 </div> 16128 16129 16130 <div class="product"> 16131 <span class="title">lrzsz-0.12.20</span> 16132 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 16133 <span class="homepage"><a href="http://www.ohse.de/uwe/software/lrzsz.html">homepage</a></span> 16134 <div class="licence"> 16135 <pre></pre> 16136 <ul> 16137 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 16138 </ul> 16139 </div> 16140 </div> 16141 16142 16143 <div class="product"> 16144 <span class="title">lsof-4.81</span> 16145 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 16146 <span class="homepage"><a href="ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/">homepage</a></span> 16147 <div class="licence"> 16148 <pre>Gentoo Package Stock License lsof: 16149 16150 ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/FAQ#1.9 16151 16152 Copyright 2002 Purdue Research Foundation, West Lafayette, 16153 Indiana 47907. All rights reserved. 16154 16155 Written by Victor A. Abell 16156 16157 This software is not subject to any license of the American 16158 Telephone and Telegraph Company or the Regents of the 16159 University of California. 16160 16161 Permission is granted to anyone to use this software for 16162 any purpose on any computer system, and to alter it and 16163 redistribute it freely, subject to the following 16164 restrictions: 16165 16166 1. Neither the authors nor Purdue University are responsible 16167 for any consequences of the use of this software. 16168 16169 2. The origin of this software must not be misrepresented, 16170 either by explicit claim or by omission. Credit to the 16171 authors and Purdue University must appear in documentation 16172 and sources. 16173 16174 3. Altered versions must be plainly marked as such, and must 16175 not be misrepresented as being the original software. 16176 16177 4. This notice may not be removed or altered. 16178 16179 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 16180 </pre> 16181 <ul> 16182 16183 </ul> 16184 </div> 16185 </div> 16186 16187 16188 <div class="product"> 16189 <span class="title">lvm2-2.02.97</span> 16190 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 16191 <span class="homepage"><a href="http://sources.redhat.com/lvm2/">homepage</a></span> 16192 <div class="licence"> 16193 <pre></pre> 16194 <ul> 16195 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 16196 </ul> 16197 </div> 16198 </div> 16199 16200 16201 <div class="product"> 16202 <span class="title">lzo-2.06</span> 16203 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 16204 <span class="homepage"><a href="http://www.oberhumer.com/opensource/lzo/">homepage</a></span> 16205 <div class="licence"> 16206 <pre></pre> 16207 <ul> 16208 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 16209 </ul> 16210 </div> 16211 </div> 16212 16213 16214 <div class="product"> 16215 <span class="title">m2crypto-0.21.1</span> 16216 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 16217 <span class="homepage"><a href="http://chandlerproject.org/bin/view/Projects/MeTooCrypto">homepage</a></span> 16218 <div class="licence"> 16219 <pre>Scanned Source License M2Crypto-0.21.1/LICENCE: 16220 16221 Copyright (c) 1999-2004 Ng Pheng Siong. All rights reserved. 16222 16223 Portions copyright (c) 2004-2006 Open Source Applications Foundation. 16224 All rights reserved. 16225 16226 Portions copyright (c) 2005-2006 Vrije Universiteit Amsterdam. 16227 All rights reserved. 16228 16229 Copyright (c) 2008-2010 Heikki Toivonen. All rights reserved. 16230 16231 Permission to use, copy, modify, and distribute this software and its 16232 documentation for any purpose and without fee is hereby granted, 16233 provided that the above copyright notice appear in all copies and that 16234 both that copyright notice and this permission notice appear in 16235 supporting documentation. 16236 16237 THE AUTHOR PROVIDES THIS SOFTWARE ``AS IS'' AND ANY EXPRESSED OR 16238 IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES 16239 OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. 16240 IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, 16241 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT 16242 NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 16243 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 16244 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 16245 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 16246 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 16247 16248 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 16249 16250 Scanned Source License M2Crypto-0.21.1/M2Crypto.egg-info/PKG-INFO: 16251 16252 Metadata-Version: 1.0 16253 Name: M2Crypto 16254 Version: 0.21.1 16255 Summary: M2Crypto: A Python crypto and SSL toolkit 16256 Home-page: http://chandlerproject.org/Projects/MeTooCrypto 16257 Author: Heikki Toivonen 16258 Author-email: heikki (a] osafoundation.org 16259 License: BSD-style license 16260 Description: M2Crypto is the most complete Python wrapper for OpenSSL featuring RSA, DSA, 16261 DH, EC, HMACs, message digests, symmetric ciphers (including AES); SSL 16262 functionality to implement clients and servers; HTTPS extensions to Python's 16263 httplib, urllib, and xmlrpclib; unforgeable HMAC'ing AuthCookies for web 16264 session management; FTP/TLS client and server; S/MIME; ZServerSSL: A HTTPS 16265 server for Zope and ZSmime: An S/MIME messenger for Zope. M2Crypto can also be 16266 used to provide SSL for Twisted. 16267 Platform: any 16268 Classifier: Development Status :: 5 - Production/Stable 16269 Classifier: Intended Audience :: Developers 16270 Classifier: Operating System :: OS Independent 16271 Classifier: Programming Language :: C 16272 Classifier: Programming Language :: Python 16273 Classifier: Topic :: Security :: Cryptography 16274 Classifier: Topic :: Software Development :: Libraries :: Python Modules 16275 16276 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 16277 16278 Scanned Source License M2Crypto-0.21.1/PKG-INFO: 16279 16280 Metadata-Version: 1.0 16281 Name: M2Crypto 16282 Version: 0.21.1 16283 Summary: M2Crypto: A Python crypto and SSL toolkit 16284 Home-page: http://chandlerproject.org/Projects/MeTooCrypto 16285 Author: Heikki Toivonen 16286 Author-email: heikki (a] osafoundation.org 16287 License: BSD-style license 16288 Description: M2Crypto is the most complete Python wrapper for OpenSSL featuring RSA, DSA, 16289 DH, EC, HMACs, message digests, symmetric ciphers (including AES); SSL 16290 functionality to implement clients and servers; HTTPS extensions to Python's 16291 httplib, urllib, and xmlrpclib; unforgeable HMAC'ing AuthCookies for web 16292 session management; FTP/TLS client and server; S/MIME; ZServerSSL: A HTTPS 16293 server for Zope and ZSmime: An S/MIME messenger for Zope. M2Crypto can also be 16294 used to provide SSL for Twisted. 16295 Platform: any 16296 Classifier: Development Status :: 5 - Production/Stable 16297 Classifier: Intended Audience :: Developers 16298 Classifier: Operating System :: OS Independent 16299 Classifier: Programming Language :: C 16300 Classifier: Programming Language :: Python 16301 Classifier: Topic :: Security :: Cryptography 16302 Classifier: Topic :: Software Development :: Libraries :: Python Modules 16303 16304 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 16305 </pre> 16306 <ul> 16307 16308 </ul> 16309 </div> 16310 </div> 16311 16312 16313 <div class="product"> 16314 <span class="title">m4-1.4.16</span> 16315 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 16316 <span class="homepage"><a href="http://www.gnu.org/software/m4/m4.html">homepage</a></span> 16317 <div class="licence"> 16318 <pre></pre> 16319 <ul> 16320 <li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li> 16321 </ul> 16322 </div> 16323 </div> 16324 16325 16326 <div class="product"> 16327 <span class="title">madison-cromo-plugin-0.1</span> 16328 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 16329 <span class="homepage"><a href="">homepage</a></span> 16330 <div class="licence"> 16331 <pre></pre> 16332 <ul> 16333 <li><a href='#Google-TOS'>Gentoo Package Stock License Google-TOS</a></li> 16334 </ul> 16335 </div> 16336 </div> 16337 16338 16339 <div class="product"> 16340 <span class="title">make-3.82</span> 16341 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 16342 <span class="homepage"><a href="http://www.gnu.org/software/make/make.html">homepage</a></span> 16343 <div class="licence"> 16344 <pre></pre> 16345 <ul> 16346 <li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li> 16347 </ul> 16348 </div> 16349 </div> 16350 16351 16352 <div class="product"> 16353 <span class="title">mako-0.7.0</span> 16354 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 16355 <span class="homepage"><a href="http://www.makotemplates.org/">homepage</a></span> 16356 <div class="licence"> 16357 <pre>Scanned Source License Mako-0.7.0/LICENSE: 16358 16359 This is the MIT license: http://www.opensource.org/licenses/mit-license.php 16360 16361 Copyright (C) 2006-2012 the Mako authors and contributors <see AUTHORS file>. 16362 Mako is a trademark of Michael Bayer. 16363 16364 Permission is hereby granted, free of charge, to any person obtaining a copy of this 16365 software and associated documentation files (the "Software"), to deal in the Software 16366 without restriction, including without limitation the rights to use, copy, modify, merge, 16367 publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons 16368 to whom the Software is furnished to do so, subject to the following conditions: 16369 16370 The above copyright notice and this permission notice shall be included in all copies or 16371 substantial portions of the Software. 16372 16373 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, 16374 INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR 16375 PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE 16376 FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR 16377 OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 16378 DEALINGS IN THE SOFTWARE. 16379 16380 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 16381 16382 Scanned Source License Mako-0.7.0/Mako.egg-info/PKG-INFO: 16383 16384 Metadata-Version: 1.0 16385 Name: Mako 16386 Version: 0.7.0 16387 Summary: A super-fast templating language that borrows the best ideas from the existing templating languages. 16388 Home-page: http://www.makotemplates.org/ 16389 Author: Mike Bayer 16390 Author-email: mike (a] zzzcomputing.com 16391 License: MIT 16392 Description: README.rst 16393 Keywords: wsgi myghty mako 16394 Platform: UNKNOWN 16395 Classifier: Development Status :: 5 - Production/Stable 16396 Classifier: Environment :: Web Environment 16397 Classifier: Intended Audience :: Developers 16398 Classifier: Programming Language :: Python 16399 Classifier: Programming Language :: Python :: 3 16400 Classifier: Programming Language :: Python :: Implementation :: CPython 16401 Classifier: Programming Language :: Python :: Implementation :: PyPy 16402 Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content 16403 16404 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 16405 16406 Scanned Source License Mako-0.7.0/PKG-INFO: 16407 16408 Metadata-Version: 1.0 16409 Name: Mako 16410 Version: 0.7.0 16411 Summary: A super-fast templating language that borrows the best ideas from the existing templating languages. 16412 Home-page: http://www.makotemplates.org/ 16413 Author: Mike Bayer 16414 Author-email: mike (a] zzzcomputing.com 16415 License: MIT 16416 Description: README.rst 16417 Keywords: wsgi myghty mako 16418 Platform: UNKNOWN 16419 Classifier: Development Status :: 5 - Production/Stable 16420 Classifier: Environment :: Web Environment 16421 Classifier: Intended Audience :: Developers 16422 Classifier: Programming Language :: Python 16423 Classifier: Programming Language :: Python :: 3 16424 Classifier: Programming Language :: Python :: Implementation :: CPython 16425 Classifier: Programming Language :: Python :: Implementation :: PyPy 16426 Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content 16427 16428 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 16429 </pre> 16430 <ul> 16431 16432 </ul> 16433 </div> 16434 </div> 16435 16436 16437 <div class="product"> 16438 <span class="title">markupsafe-0.18</span> 16439 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 16440 <span class="homepage"><a href="http://pypi.python.org/pypi/MarkupSafe">homepage</a></span> 16441 <div class="licence"> 16442 <pre>Scanned Source License MarkupSafe-0.18/LICENSE: 16443 16444 Copyright (c) 2010 by Armin Ronacher and contributors. See AUTHORS 16445 for more details. 16446 16447 Some rights reserved. 16448 16449 Redistribution and use in source and binary forms of the software as well 16450 as documentation, with or without modification, are permitted provided 16451 that the following conditions are met: 16452 16453 * Redistributions of source code must retain the above copyright 16454 notice, this list of conditions and the following disclaimer. 16455 16456 * Redistributions in binary form must reproduce the above 16457 copyright notice, this list of conditions and the following 16458 disclaimer in the documentation and/or other materials provided 16459 with the distribution. 16460 16461 * The names of the contributors may not be used to endorse or 16462 promote products derived from this software without specific 16463 prior written permission. 16464 16465 THIS SOFTWARE AND DOCUMENTATION IS PROVIDED BY THE COPYRIGHT HOLDERS AND 16466 CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT 16467 NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 16468 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER 16469 OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 16470 EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 16471 PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 16472 PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 16473 LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 16474 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 16475 SOFTWARE AND DOCUMENTATION, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH 16476 DAMAGE. 16477 16478 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 16479 16480 Scanned Source License MarkupSafe-0.18/MarkupSafe.egg-info/PKG-INFO: 16481 16482 Metadata-Version: 1.0 16483 Name: MarkupSafe 16484 Version: 0.18 16485 Summary: Implements a XML/HTML/XHTML Markup safe string for Python 16486 Home-page: http://github.com/mitsuhiko/markupsafe 16487 Author: Armin Ronacher 16488 Author-email: armin.ronacher (a] active-4.com 16489 License: BSD 16490 Description: MarkupSafe 16491 ========== 16492 16493 Implements a unicode subclass that supports HTML strings: 16494 16495 >>> from markupsafe import Markup, escape 16496 >>> escape("<script>alert(document.cookie);</script>") 16497 Markup(u'&lt;script&gt;alert(document.cookie);&lt;/script&gt;') 16498 >>> tmpl = Markup("<em>%s</em>") 16499 >>> tmpl % "Peter > Lustig" 16500 Markup(u'<em>Peter &gt; Lustig</em>') 16501 16502 If you want to make an object unicode that is not yet unicode 16503 but don't want to lose the taint information, you can use the 16504 `soft_unicode` function. (On Python 3 you can also use `soft_str` which 16505 is a different name for the same function). 16506 16507 >>> from markupsafe import soft_unicode 16508 >>> soft_unicode(42) 16509 u'42' 16510 >>> soft_unicode(Markup('foo')) 16511 Markup(u'foo') 16512 16513 Objects can customize their HTML markup equivalent by overriding 16514 the `__html__` function: 16515 16516 >>> class Foo(object): 16517 ... def __html__(self): 16518 ... return '<strong>Nice</strong>' 16519 ... 16520 >>> escape(Foo()) 16521 Markup(u'<strong>Nice</strong>') 16522 >>> Markup(Foo()) 16523 Markup(u'<strong>Nice</strong>') 16524 16525 Since MarkupSafe 0.10 there is now also a separate escape function 16526 called `escape_silent` that returns an empty string for `None` for 16527 consistency with other systems that return empty strings for `None` 16528 when escaping (for instance Pylons' webhelpers). 16529 16530 If you also want to use this for the escape method of the Markup 16531 object, you can create your own subclass that does that:: 16532 16533 from markupsafe import Markup, escape_silent as escape 16534 16535 class SilentMarkup(Markup): 16536 __slots__ = () 16537 16538 @classmethod 16539 def escape(cls, s): 16540 return cls(escape(s)) 16541 16542 Platform: UNKNOWN 16543 Classifier: Development Status :: 5 - Production/Stable 16544 Classifier: Environment :: Web Environment 16545 Classifier: Intended Audience :: Developers 16546 Classifier: License :: OSI Approved :: BSD License 16547 Classifier: Operating System :: OS Independent 16548 Classifier: Programming Language :: Python 16549 Classifier: Programming Language :: Python :: 3 16550 Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content 16551 Classifier: Topic :: Software Development :: Libraries :: Python Modules 16552 Classifier: Topic :: Text Processing :: Markup :: HTML 16553 16554 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 16555 16556 Scanned Source License MarkupSafe-0.18/PKG-INFO: 16557 16558 Metadata-Version: 1.0 16559 Name: MarkupSafe 16560 Version: 0.18 16561 Summary: Implements a XML/HTML/XHTML Markup safe string for Python 16562 Home-page: http://github.com/mitsuhiko/markupsafe 16563 Author: Armin Ronacher 16564 Author-email: armin.ronacher (a] active-4.com 16565 License: BSD 16566 Description: MarkupSafe 16567 ========== 16568 16569 Implements a unicode subclass that supports HTML strings: 16570 16571 >>> from markupsafe import Markup, escape 16572 >>> escape("<script>alert(document.cookie);</script>") 16573 Markup(u'&lt;script&gt;alert(document.cookie);&lt;/script&gt;') 16574 >>> tmpl = Markup("<em>%s</em>") 16575 >>> tmpl % "Peter > Lustig" 16576 Markup(u'<em>Peter &gt; Lustig</em>') 16577 16578 If you want to make an object unicode that is not yet unicode 16579 but don't want to lose the taint information, you can use the 16580 `soft_unicode` function. (On Python 3 you can also use `soft_str` which 16581 is a different name for the same function). 16582 16583 >>> from markupsafe import soft_unicode 16584 >>> soft_unicode(42) 16585 u'42' 16586 >>> soft_unicode(Markup('foo')) 16587 Markup(u'foo') 16588 16589 Objects can customize their HTML markup equivalent by overriding 16590 the `__html__` function: 16591 16592 >>> class Foo(object): 16593 ... def __html__(self): 16594 ... return '<strong>Nice</strong>' 16595 ... 16596 >>> escape(Foo()) 16597 Markup(u'<strong>Nice</strong>') 16598 >>> Markup(Foo()) 16599 Markup(u'<strong>Nice</strong>') 16600 16601 Since MarkupSafe 0.10 there is now also a separate escape function 16602 called `escape_silent` that returns an empty string for `None` for 16603 consistency with other systems that return empty strings for `None` 16604 when escaping (for instance Pylons' webhelpers). 16605 16606 If you also want to use this for the escape method of the Markup 16607 object, you can create your own subclass that does that:: 16608 16609 from markupsafe import Markup, escape_silent as escape 16610 16611 class SilentMarkup(Markup): 16612 __slots__ = () 16613 16614 @classmethod 16615 def escape(cls, s): 16616 return cls(escape(s)) 16617 16618 Platform: UNKNOWN 16619 Classifier: Development Status :: 5 - Production/Stable 16620 Classifier: Environment :: Web Environment 16621 Classifier: Intended Audience :: Developers 16622 Classifier: License :: OSI Approved :: BSD License 16623 Classifier: Operating System :: OS Independent 16624 Classifier: Programming Language :: Python 16625 Classifier: Programming Language :: Python :: 3 16626 Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content 16627 Classifier: Topic :: Software Development :: Libraries :: Python Modules 16628 Classifier: Topic :: Text Processing :: Markup :: HTML 16629 16630 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 16631 </pre> 16632 <ul> 16633 16634 </ul> 16635 </div> 16636 </div> 16637 16638 16639 <div class="product"> 16640 <span class="title">marvell_sd8787-14.64.2.47</span> 16641 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 16642 <span class="homepage"><a href="http://www.marvell.com/">homepage</a></span> 16643 <div class="licence"> 16644 <pre>Custom License Marvell-sd8787: 16645 16646 Copyright (C) 2010, Marvell International Ltd. 16647 16648 All Rights Reserved. 16649 16650 This file is provided by Marvell International Ltd. "AS IS". 16651 Reverse engineering of this file is strictly prohibited. 16652 Redistribution and use in its original form are permitted. 16653 16654 16655 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 16656 </pre> 16657 <ul> 16658 16659 </ul> 16660 </div> 16661 </div> 16662 16663 16664 <div class="product"> 16665 <span class="title">mawk-1.3.4_p20100625</span> 16666 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 16667 <span class="homepage"><a href="http://invisible-island.net/mawk/mawk.html">homepage</a></span> 16668 <div class="licence"> 16669 <pre></pre> 16670 <ul> 16671 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 16672 </ul> 16673 </div> 16674 </div> 16675 16676 16677 <div class="product"> 16678 <span class="title">mem-0.0.1</span> 16679 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 16680 <span class="homepage"><a href="http://chromium.org">homepage</a></span> 16681 <div class="licence"> 16682 <pre></pre> 16683 <ul> 16684 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 16685 </ul> 16686 </div> 16687 </div> 16688 16689 16690 <div class="product"> 16691 <span class="title">memento_softwareupdate-0.0.1</span> 16692 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 16693 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span> 16694 <div class="licence"> 16695 <pre></pre> 16696 <ul> 16697 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 16698 </ul> 16699 </div> 16700 </div> 16701 16702 16703 <div class="product"> 16704 <span class="title">memtester-4.2.2</span> 16705 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 16706 <span class="homepage"><a href="http://pyropus.ca/software/memtester/">homepage</a></span> 16707 <div class="licence"> 16708 <pre></pre> 16709 <ul> 16710 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 16711 </ul> 16712 </div> 16713 </div> 16714 16715 16716 <div class="product"> 16717 <span class="title">mesa-10.3</span> 16718 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 16719 <span class="homepage"><a href="http://mesa3d.sourceforge.net/">homepage</a></span> 16720 <div class="licence"> 16721 <pre>Scanned Source License Mesa-10.3/docs/COPYING: 16722 16723 16724 Some parts of Mesa are copyrighted under the GNU LGPL. See the 16725 Mesa/docs/COPYRIGHT file for details. 16726 16727 The following is the standard GNU copyright file. 16728 ---------------------------------------------------------------------- 16729 16730 16731 GNU LIBRARY GENERAL PUBLIC LICENSE 16732 Version 2, June 1991 16733 16734 Copyright (C) 1991 Free Software Foundation, Inc. 16735 675 Mass Ave, Cambridge, MA 02139, USA 16736 Everyone is permitted to copy and distribute verbatim copies 16737 of this license document, but changing it is not allowed. 16738 16739 [This is the first released version of the library GPL. It is 16740 numbered 2 because it goes with version 2 of the ordinary GPL.] 16741 16742 Preamble 16743 16744 The licenses for most software are designed to take away your 16745 freedom to share and change it. By contrast, the GNU General Public 16746 Licenses are intended to guarantee your freedom to share and change 16747 free software--to make sure the software is free for all its users. 16748 16749 This license, the Library General Public License, applies to some 16750 specially designated Free Software Foundation software, and to any 16751 other libraries whose authors decide to use it. You can use it for 16752 your libraries, too. 16753 16754 When we speak of free software, we are referring to freedom, not 16755 price. Our General Public Licenses are designed to make sure that you 16756 have the freedom to distribute copies of free software (and charge for 16757 this service if you wish), that you receive source code or can get it 16758 if you want it, that you can change the software or use pieces of it 16759 in new free programs; and that you know you can do these things. 16760 16761 To protect your rights, we need to make restrictions that forbid 16762 anyone to deny you these rights or to ask you to surrender the rights. 16763 These restrictions translate to certain responsibilities for you if 16764 you distribute copies of the library, or if you modify it. 16765 16766 For example, if you distribute copies of the library, whether gratis 16767 or for a fee, you must give the recipients all the rights that we gave 16768 you. You must make sure that they, too, receive or can get the source 16769 code. If you link a program with the library, you must provide 16770 complete object files to the recipients so that they can relink them 16771 with the library, after making changes to the library and recompiling 16772 it. And you must show them these terms so they know their rights. 16773 16774 Our method of protecting your rights has two steps: (1) copyright 16775 the library, and (2) offer you this license which gives you legal 16776 permission to copy, distribute and/or modify the library. 16777 16778 Also, for each distributor's protection, we want to make certain 16779 that everyone understands that there is no warranty for this free 16780 library. If the library is modified by someone else and passed on, we 16781 want its recipients to know that what they have is not the original 16782 version, so that any problems introduced by others will not reflect on 16783 the original authors' reputations. 16784 16785 Finally, any free program is threatened constantly by software 16786 patents. We wish to avoid the danger that companies distributing free 16787 software will individually obtain patent licenses, thus in effect 16788 transforming the program into proprietary software. To prevent this, 16789 we have made it clear that any patent must be licensed for everyone's 16790 free use or not licensed at all. 16791 16792 Most GNU software, including some libraries, is covered by the ordinary 16793 GNU General Public License, which was designed for utility programs. This 16794 license, the GNU Library General Public License, applies to certain 16795 designated libraries. This license is quite different from the ordinary 16796 one; be sure to read it in full, and don't assume that anything in it is 16797 the same as in the ordinary license. 16798 16799 The reason we have a separate public license for some libraries is that 16800 they blur the distinction we usually make between modifying or adding to a 16801 program and simply using it. Linking a program with a library, without 16802 changing the library, is in some sense simply using the library, and is 16803 analogous to running a utility program or application program. However, in 16804 a textual and legal sense, the linked executable is a combined work, a 16805 derivative of the original library, and the ordinary General Public License 16806 treats it as such. 16807 16808 Because of this blurred distinction, using the ordinary General 16809 Public License for libraries did not effectively promote software 16810 sharing, because most developers did not use the libraries. We 16811 concluded that weaker conditions might promote sharing better. 16812 16813 However, unrestricted linking of non-free programs would deprive the 16814 users of those programs of all benefit from the free status of the 16815 libraries themselves. This Library General Public License is intended to 16816 permit developers of non-free programs to use free libraries, while 16817 preserving your freedom as a user of such programs to change the free 16818 libraries that are incorporated in them. (We have not seen how to achieve 16819 this as regards changes in header files, but we have achieved it as regards 16820 changes in the actual functions of the Library.) The hope is that this 16821 will lead to faster development of free libraries. 16822 16823 The precise terms and conditions for copying, distribution and 16824 modification follow. Pay close attention to the difference between a 16825 "work based on the library" and a "work that uses the library". The 16826 former contains code derived from the library, while the latter only 16827 works together with the library. 16828 16829 Note that it is possible for a library to be covered by the ordinary 16830 General Public License rather than by this special one. 16831 16832 GNU LIBRARY GENERAL PUBLIC LICENSE 16833 TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 16834 16835 0. This License Agreement applies to any software library which 16836 contains a notice placed by the copyright holder or other authorized 16837 party saying it may be distributed under the terms of this Library 16838 General Public License (also called "this License"). Each licensee is 16839 addressed as "you". 16840 16841 A "library" means a collection of software functions and/or data 16842 prepared so as to be conveniently linked with application programs 16843 (which use some of those functions and data) to form executables. 16844 16845 The "Library", below, refers to any such software library or work 16846 which has been distributed under these terms. A "work based on the 16847 Library" means either the Library or any derivative work under 16848 copyright law: that is to say, a work containing the Library or a 16849 portion of it, either verbatim or with modifications and/or translated 16850 straightforwardly into another language. (Hereinafter, translation is 16851 included without limitation in the term "modification".) 16852 16853 "Source code" for a work means the preferred form of the work for 16854 making modifications to it. For a library, complete source code means 16855 all the source code for all modules it contains, plus any associated 16856 interface definition files, plus the scripts used to control compilation 16857 and installation of the library. 16858 16859 Activities other than copying, distribution and modification are not 16860 covered by this License; they are outside its scope. The act of 16861 running a program using the Library is not restricted, and output from 16862 such a program is covered only if its contents constitute a work based 16863 on the Library (independent of the use of the Library in a tool for 16864 writing it). Whether that is true depends on what the Library does 16865 and what the program that uses the Library does. 16866 16867 1. You may copy and distribute verbatim copies of the Library's 16868 complete source code as you receive it, in any medium, provided that 16869 you conspicuously and appropriately publish on each copy an 16870 appropriate copyright notice and disclaimer of warranty; keep intact 16871 all the notices that refer to this License and to the absence of any 16872 warranty; and distribute a copy of this License along with the 16873 Library. 16874 16875 You may charge a fee for the physical act of transferring a copy, 16876 and you may at your option offer warranty protection in exchange for a 16877 fee. 16878 16879 2. You may modify your copy or copies of the Library or any portion 16880 of it, thus forming a work based on the Library, and copy and 16881 distribute such modifications or work under the terms of Section 1 16882 above, provided that you also meet all of these conditions: 16883 16884 a) The modified work must itself be a software library. 16885 16886 b) You must cause the files modified to carry prominent notices 16887 stating that you changed the files and the date of any change. 16888 16889 c) You must cause the whole of the work to be licensed at no 16890 charge to all third parties under the terms of this License. 16891 16892 d) If a facility in the modified Library refers to a function or a 16893 table of data to be supplied by an application program that uses 16894 the facility, other than as an argument passed when the facility 16895 is invoked, then you must make a good faith effort to ensure that, 16896 in the event an application does not supply such function or 16897 table, the facility still operates, and performs whatever part of 16898 its purpose remains meaningful. 16899 16900 (For example, a function in a library to compute square roots has 16901 a purpose that is entirely well-defined independent of the 16902 application. Therefore, Subsection 2d requires that any 16903 application-supplied function or table used by this function must 16904 be optional: if the application does not supply it, the square 16905 root function must still compute square roots.) 16906 16907 These requirements apply to the modified work as a whole. If 16908 identifiable sections of that work are not derived from the Library, 16909 and can be reasonably considered independent and separate works in 16910 themselves, then this License, and its terms, do not apply to those 16911 sections when you distribute them as separate works. But when you 16912 distribute the same sections as part of a whole which is a work based 16913 on the Library, the distribution of the whole must be on the terms of 16914 this License, whose permissions for other licensees extend to the 16915 entire whole, and thus to each and every part regardless of who wrote 16916 it. 16917 16918 Thus, it is not the intent of this section to claim rights or contest 16919 your rights to work written entirely by you; rather, the intent is to 16920 exercise the right to control the distribution of derivative or 16921 collective works based on the Library. 16922 16923 In addition, mere aggregation of another work not based on the Library 16924 with the Library (or with a work based on the Library) on a volume of 16925 a storage or distribution medium does not bring the other work under 16926 the scope of this License. 16927 16928 3. You may opt to apply the terms of the ordinary GNU General Public 16929 License instead of this License to a given copy of the Library. To do 16930 this, you must alter all the notices that refer to this License, so 16931 that they refer to the ordinary GNU General Public License, version 2, 16932 instead of to this License. (If a newer version than version 2 of the 16933 ordinary GNU General Public License has appeared, then you can specify 16934 that version instead if you wish.) Do not make any other change in 16935 these notices. 16936 16937 Once this change is made in a given copy, it is irreversible for 16938 that copy, so the ordinary GNU General Public License applies to all 16939 subsequent copies and derivative works made from that copy. 16940 16941 This option is useful when you wish to copy part of the code of 16942 the Library into a program that is not a library. 16943 16944 4. You may copy and distribute the Library (or a portion or 16945 derivative of it, under Section 2) in object code or executable form 16946 under the terms of Sections 1 and 2 above provided that you accompany 16947 it with the complete corresponding machine-readable source code, which 16948 must be distributed under the terms of Sections 1 and 2 above on a 16949 medium customarily used for software interchange. 16950 16951 If distribution of object code is made by offering access to copy 16952 from a designated place, then offering equivalent access to copy the 16953 source code from the same place satisfies the requirement to 16954 distribute the source code, even though third parties are not 16955 compelled to copy the source along with the object code. 16956 16957 5. A program that contains no derivative of any portion of the 16958 Library, but is designed to work with the Library by being compiled or 16959 linked with it, is called a "work that uses the Library". Such a 16960 work, in isolation, is not a derivative work of the Library, and 16961 therefore falls outside the scope of this License. 16962 16963 However, linking a "work that uses the Library" with the Library 16964 creates an executable that is a derivative of the Library (because it 16965 contains portions of the Library), rather than a "work that uses the 16966 library". The executable is therefore covered by this License. 16967 Section 6 states terms for distribution of such executables. 16968 16969 When a "work that uses the Library" uses material from a header file 16970 that is part of the Library, the object code for the work may be a 16971 derivative work of the Library even though the source code is not. 16972 Whether this is true is especially significant if the work can be 16973 linked without the Library, or if the work is itself a library. The 16974 threshold for this to be true is not precisely defined by law. 16975 16976 If such an object file uses only numerical parameters, data 16977 structure layouts and accessors, and small macros and small inline 16978 functions (ten lines or less in length), then the use of the object 16979 file is unrestricted, regardless of whether it is legally a derivative 16980 work. (Executables containing this object code plus portions of the 16981 Library will still fall under Section 6.) 16982 16983 Otherwise, if the work is a derivative of the Library, you may 16984 distribute the object code for the work under the terms of Section 6. 16985 Any executables containing that work also fall under Section 6, 16986 whether or not they are linked directly with the Library itself. 16987 16988 6. As an exception to the Sections above, you may also compile or 16989 link a "work that uses the Library" with the Library to produce a 16990 work containing portions of the Library, and distribute that work 16991 under terms of your choice, provided that the terms permit 16992 modification of the work for the customer's own use and reverse 16993 engineering for debugging such modifications. 16994 16995 You must give prominent notice with each copy of the work that the 16996 Library is used in it and that the Library and its use are covered by 16997 this License. You must supply a copy of this License. If the work 16998 during execution displays copyright notices, you must include the 16999 copyright notice for the Library among them, as well as a reference 17000 directing the user to the copy of this License. Also, you must do one 17001 of these things: 17002 17003 a) Accompany the work with the complete corresponding 17004 machine-readable source code for the Library including whatever 17005 changes were used in the work (which must be distributed under 17006 Sections 1 and 2 above); and, if the work is an executable linked 17007 with the Library, with the complete machine-readable "work that 17008 uses the Library", as object code and/or source code, so that the 17009 user can modify the Library and then relink to produce a modified 17010 executable containing the modified Library. (It is understood 17011 that the user who changes the contents of definitions files in the 17012 Library will not necessarily be able to recompile the application 17013 to use the modified definitions.) 17014 17015 b) Accompany the work with a written offer, valid for at 17016 least three years, to give the same user the materials 17017 specified in Subsection 6a, above, for a charge no more 17018 than the cost of performing this distribution. 17019 17020 c) If distribution of the work is made by offering access to copy 17021 from a designated place, offer equivalent access to copy the above 17022 specified materials from the same place. 17023 17024 d) Verify that the user has already received a copy of these 17025 materials or that you have already sent this user a copy. 17026 17027 For an executable, the required form of the "work that uses the 17028 Library" must include any data and utility programs needed for 17029 reproducing the executable from it. However, as a special exception, 17030 the source code distributed need not include anything that is normally 17031 distributed (in either source or binary form) with the major 17032 components (compiler, kernel, and so on) of the operating system on 17033 which the executable runs, unless that component itself accompanies 17034 the executable. 17035 17036 It may happen that this requirement contradicts the license 17037 restrictions of other proprietary libraries that do not normally 17038 accompany the operating system. Such a contradiction means you cannot 17039 use both them and the Library together in an executable that you 17040 distribute. 17041 17042 7. You may place library facilities that are a work based on the 17043 Library side-by-side in a single library together with other library 17044 facilities not covered by this License, and distribute such a combined 17045 library, provided that the separate distribution of the work based on 17046 the Library and of the other library facilities is otherwise 17047 permitted, and provided that you do these two things: 17048 17049 a) Accompany the combined library with a copy of the same work 17050 based on the Library, uncombined with any other library 17051 facilities. This must be distributed under the terms of the 17052 Sections above. 17053 17054 b) Give prominent notice with the combined library of the fact 17055 that part of it is a work based on the Library, and explaining 17056 where to find the accompanying uncombined form of the same work. 17057 17058 8. You may not copy, modify, sublicense, link with, or distribute 17059 the Library except as expressly provided under this License. Any 17060 attempt otherwise to copy, modify, sublicense, link with, or 17061 distribute the Library is void, and will automatically terminate your 17062 rights under this License. However, parties who have received copies, 17063 or rights, from you under this License will not have their licenses 17064 terminated so long as such parties remain in full compliance. 17065 17066 9. You are not required to accept this License, since you have not 17067 signed it. However, nothing else grants you permission to modify or 17068 distribute the Library or its derivative works. These actions are 17069 prohibited by law if you do not accept this License. Therefore, by 17070 modifying or distributing the Library (or any work based on the 17071 Library), you indicate your acceptance of this License to do so, and 17072 all its terms and conditions for copying, distributing or modifying 17073 the Library or works based on it. 17074 17075 10. Each time you redistribute the Library (or any work based on the 17076 Library), the recipient automatically receives a license from the 17077 original licensor to copy, distribute, link with or modify the Library 17078 subject to these terms and conditions. You may not impose any further 17079 restrictions on the recipients' exercise of the rights granted herein. 17080 You are not responsible for enforcing compliance by third parties to 17081 this License. 17082 17083 11. If, as a consequence of a court judgment or allegation of patent 17084 infringement or for any other reason (not limited to patent issues), 17085 conditions are imposed on you (whether by court order, agreement or 17086 otherwise) that contradict the conditions of this License, they do not 17087 excuse you from the conditions of this License. If you cannot 17088 distribute so as to satisfy simultaneously your obligations under this 17089 License and any other pertinent obligations, then as a consequence you 17090 may not distribute the Library at all. For example, if a patent 17091 license would not permit royalty-free redistribution of the Library by 17092 all those who receive copies directly or indirectly through you, then 17093 the only way you could satisfy both it and this License would be to 17094 refrain entirely from distribution of the Library. 17095 17096 If any portion of this section is held invalid or unenforceable under any 17097 particular circumstance, the balance of the section is intended to apply, 17098 and the section as a whole is intended to apply in other circumstances. 17099 17100 It is not the purpose of this section to induce you to infringe any 17101 patents or other property right claims or to contest validity of any 17102 such claims; this section has the sole purpose of protecting the 17103 integrity of the free software distribution system which is 17104 implemented by public license practices. Many people have made 17105 generous contributions to the wide range of software distributed 17106 through that system in reliance on consistent application of that 17107 system; it is up to the author/donor to decide if he or she is willing 17108 to distribute software through any other system and a licensee cannot 17109 impose that choice. 17110 17111 This section is intended to make thoroughly clear what is believed to 17112 be a consequence of the rest of this License. 17113 17114 12. If the distribution and/or use of the Library is restricted in 17115 certain countries either by patents or by copyrighted interfaces, the 17116 original copyright holder who places the Library under this License may add 17117 an explicit geographical distribution limitation excluding those countries, 17118 so that distribution is permitted only in or among countries not thus 17119 excluded. In such case, this License incorporates the limitation as if 17120 written in the body of this License. 17121 17122 13. The Free Software Foundation may publish revised and/or new 17123 versions of the Library General Public License from time to time. 17124 Such new versions will be similar in spirit to the present version, 17125 but may differ in detail to address new problems or concerns. 17126 17127 Each version is given a distinguishing version number. If the Library 17128 specifies a version number of this License which applies to it and 17129 "any later version", you have the option of following the terms and 17130 conditions either of that version or of any later version published by 17131 the Free Software Foundation. If the Library does not specify a 17132 license version number, you may choose any version ever published by 17133 the Free Software Foundation. 17134 17135 14. If you wish to incorporate parts of the Library into other free 17136 programs whose distribution conditions are incompatible with these, 17137 write to the author to ask for permission. For software which is 17138 copyrighted by the Free Software Foundation, write to the Free 17139 Software Foundation; we sometimes make exceptions for this. Our 17140 decision will be guided by the two goals of preserving the free status 17141 of all derivatives of our free software and of promoting the sharing 17142 and reuse of software generally. 17143 17144 NO WARRANTY 17145 17146 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO 17147 WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW. 17148 EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR 17149 OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY 17150 KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE 17151 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 17152 PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE 17153 LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME 17154 THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. 17155 17156 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN 17157 WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY 17158 AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU 17159 FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR 17160 CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE 17161 LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING 17162 RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A 17163 FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF 17164 SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH 17165 DAMAGES. 17166 17167 END OF TERMS AND CONDITIONS 17168 17169 Appendix: How to Apply These Terms to Your New Libraries 17170 17171 If you develop a new library, and you want it to be of the greatest 17172 possible use to the public, we recommend making it free software that 17173 everyone can redistribute and change. You can do so by permitting 17174 redistribution under these terms (or, alternatively, under the terms of the 17175 ordinary General Public License). 17176 17177 To apply these terms, attach the following notices to the library. It is 17178 safest to attach them to the start of each source file to most effectively 17179 convey the exclusion of warranty; and each file should have at least the 17180 "copyright" line and a pointer to where the full notice is found. 17181 17182 <one line to give the library's name and a brief idea of what it does.> 17183 Copyright (C) <year> <name of author> 17184 17185 This library is free software; you can redistribute it and/or 17186 modify it under the terms of the GNU Library General Public 17187 License as published by the Free Software Foundation; either 17188 version 2 of the License, or (at your option) any later version. 17189 17190 This library is distributed in the hope that it will be useful, 17191 but WITHOUT ANY WARRANTY; without even the implied warranty of 17192 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 17193 Library General Public License for more details. 17194 17195 You should have received a copy of the GNU Library General Public 17196 License along with this library; if not, write to the Free 17197 Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 17198 17199 Also add information on how to contact you by electronic and paper mail. 17200 17201 You should also get your employer (if you work as a programmer) or your 17202 school, if any, to sign a "copyright disclaimer" for the library, if 17203 necessary. Here is a sample; alter the names: 17204 17205 Yoyodyne, Inc., hereby disclaims all copyright interest in the 17206 library `Frob' (a library for tweaking knobs) written by James Random Hacker. 17207 17208 <signature of Ty Coon>, 1 April 1990 17209 Ty Coon, President of Vice 17210 17211 That's all there is to it! 17212 17213 17214 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 17215 17216 Scanned Source License Mesa-10.3/docs/license.html: 17217 17218 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> 17219 <html lang="en"> 17220 <head> 17221 <meta http-equiv="content-type" content="text/html; charset=utf-8"> 17222 <title>License / Copyright Information</title> 17223 <link rel="stylesheet" type="text/css" href="mesa.css"> 17224 </head> 17225 <body> 17226 17227 <div class="header"> 17228 <h1>The Mesa 3D Graphics Library</h1> 17229 </div> 17230 17231 <iframe src="contents.html"></iframe> 17232 <div class="content"> 17233 17234 <h1>Disclaimer</h1> 17235 17236 <p> 17237 Mesa is a 3-D graphics library with an API which is very similar to 17238 that of <a href="http://www.opengl.org/">OpenGL</a>.* 17239 To the extent that Mesa utilizes the OpenGL command syntax or state 17240 machine, it is being used with authorization from <a 17241 href="http://www.sgi.com/">Silicon Graphics, 17242 Inc.</a>(SGI). However, the author does not possess an OpenGL license 17243 from SGI, and makes no claim that Mesa is in any way a compatible 17244 replacement for OpenGL or associated with SGI. Those who want a 17245 licensed implementation of OpenGL should contact a licensed 17246 vendor. 17247 </p> 17248 17249 <p> 17250 Please do not refer to the library as <em>MesaGL</em> (for legal 17251 reasons). It's just <em>Mesa</em> or <em>The Mesa 3-D graphics 17252 library</em>. <br> 17253 </p> 17254 17255 <p> 17256 * OpenGL is a trademark of <a href="http://www.sgi.com/" 17257 >Silicon Graphics Incorporated</a>. 17258 </p> 17259 17260 17261 17262 <h1>License / Copyright Information</h1> 17263 17264 <p> 17265 The Mesa distribution consists of several components. Different copyrights 17266 and licenses apply to different components. For example, some demo programs 17267 are copyrighted by SGI, some of the Mesa device drivers are copyrighted by 17268 their authors. See below for a list of Mesa's main components and the license 17269 for each. 17270 </p> 17271 <p> 17272 The core Mesa library is licensed according to the terms of the MIT license. 17273 This allows integration with the XFree86, Xorg and DRI projects. 17274 </p> 17275 <p> 17276 The default Mesa license is as follows: 17277 </p> 17278 17279 <pre> 17280 Copyright (C) 1999-2007 Brian Paul All Rights Reserved. 17281 17282 Permission is hereby granted, free of charge, to any person obtaining a 17283 copy of this software and associated documentation files (the "Software"), 17284 to deal in the Software without restriction, including without limitation 17285 the rights to use, copy, modify, merge, publish, distribute, sublicense, 17286 and/or sell copies of the Software, and to permit persons to whom the 17287 Software is furnished to do so, subject to the following conditions: 17288 17289 The above copyright notice and this permission notice shall be included 17290 in all copies or substantial portions of the Software. 17291 17292 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 17293 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17294 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 17295 THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 17296 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 17297 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 17298 SOFTWARE. 17299 </pre> 17300 17301 17302 <h1>Attention, Contributors</h1> 17303 17304 <p> 17305 When contributing to the Mesa project you must agree to the licensing terms 17306 of the component to which you're contributing. 17307 The following section lists the primary components of the Mesa distribution 17308 and their respective licenses. 17309 </p> 17310 17311 17312 <h1>Mesa Component Licenses</h1> 17313 17314 <pre> 17315 Component Location License 17316 ------------------------------------------------------------------ 17317 Main Mesa code src/mesa/ Mesa (MIT) 17318 17319 Device drivers src/mesa/drivers/* MIT, generally 17320 17321 Ext headers include/GL/glext.h Khronos 17322 include/GL/glxext.h 17323 17324 C11 thread include/c11/threads*.h Boost (permissive) 17325 emulation 17326 </pre> 17327 17328 <p> 17329 In general, consult the source files for license terms. 17330 </p> 17331 17332 </div> 17333 </body> 17334 </html> 17335 17336 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 17337 </pre> 17338 <ul> 17339 <li><a href='#SGI-B-2.0'>Gentoo Package Stock License SGI-B-2.0</a></li> 17340 <li><a href='#LGPL-3'>Gentoo Package Stock License LGPL-3</a></li> 17341 </ul> 17342 </div> 17343 </div> 17344 17345 17346 <div class="product"> 17347 <span class="title">mesa-progs-8.0.1</span> 17348 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 17349 <span class="homepage"><a href="http://mesa3d.sourceforge.net/">homepage</a></span> 17350 <div class="licence"> 17351 <pre></pre> 17352 <ul> 17353 <li><a href='#LGPL-2'>Gentoo Package Stock License LGPL-2</a></li> 17354 </ul> 17355 </div> 17356 </div> 17357 17358 17359 <div class="product"> 17360 <span class="title">mime-types-9</span> 17361 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 17362 <span class="homepage"><a href="http://www.gentoo.org/">homepage</a></span> 17363 <div class="licence"> 17364 <pre></pre> 17365 <ul> 17366 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 17367 </ul> 17368 </div> 17369 </div> 17370 17371 17372 <div class="product"> 17373 <span class="title">minicom-2.7</span> 17374 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 17375 <span class="homepage"><a href="http://alioth.debian.org/projects/minicom">homepage</a></span> 17376 <div class="licence"> 17377 <pre></pre> 17378 <ul> 17379 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 17380 </ul> 17381 </div> 17382 </div> 17383 17384 17385 <div class="product"> 17386 <span class="title">minifakedns-0.0.1</span> 17387 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 17388 <span class="homepage"><a href="http://code.activestate.com/recipes/491264-mini-fake-dns-server/">homepage</a></span> 17389 <div class="licence"> 17390 <pre></pre> 17391 <ul> 17392 <li><a href='#PSF-2'>Gentoo Package Stock License PSF-2</a></li> 17393 </ul> 17394 </div> 17395 </div> 17396 17397 17398 <div class="product"> 17399 <span class="title">mkfontdir-1.0.6</span> 17400 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 17401 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span> 17402 <div class="licence"> 17403 <pre>Scanned Source License mkfontdir-1.0.6/COPYING: 17404 17405 Copyright 1993, 1994, 1998 The Open Group 17406 17407 Permission to use, copy, modify, distribute, and sell this software and its 17408 documentation for any purpose is hereby granted without fee, provided that 17409 the above copyright notice appear in all copies and that both that 17410 copyright notice and this permission notice appear in supporting 17411 documentation. 17412 17413 The above copyright notice and this permission notice shall be included 17414 in all copies or substantial portions of the Software. 17415 17416 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 17417 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 17418 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. 17419 IN NO EVENT SHALL THE OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR 17420 OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, 17421 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 17422 OTHER DEALINGS IN THE SOFTWARE. 17423 17424 Except as contained in this notice, the name of The Open Group shall 17425 not be used in advertising or otherwise to promote the sale, use or 17426 other dealings in this Software without prior written authorization 17427 from The Open Group. 17428 17429 ----------------------------------------------------------------------------- 17430 17431 Copyright 2005 Red Hat, Inc. 17432 17433 Permission to use, copy, modify, distribute, and sell this software 17434 and its documentation for any purpose is hereby granted without fee, 17435 provided that the above copyright notice appear in all copies and 17436 that both that copyright notice and this permission notice appear in 17437 supporting documentation, and that the name of Red Hat not be used in 17438 advertising or publicity pertaining to distribution of the software 17439 without specific, written prior permission. Red Hat makes no 17440 representations about the suitability of this software for any 17441 purpose. It is provided "as is" without express or implied warranty. 17442 17443 RED HAT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 17444 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN 17445 NO EVENT SHALL RED HAT BE LIABLE FOR ANY SPECIAL, INDIRECT OR 17446 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS 17447 OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE 17448 OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE 17449 USE OR PERFORMANCE OF THIS SOFTWARE. 17450 17451 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 17452 </pre> 17453 <ul> 17454 17455 </ul> 17456 </div> 17457 </div> 17458 17459 17460 <div class="product"> 17461 <span class="title">ml-anjalioldlipi-0.740</span> 17462 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 17463 <span class="homepage"><a href="https://sites.google.com/site/cibu/anjalioldlipi-font">homepage</a></span> 17464 <div class="licence"> 17465 <pre>Scanned Source License ml-anjalioldlipi-0.740/LICENSE: 17466 17467 Copyright 2004 Kevin & Siji, 2007-2011 Cibu Johny 17468 with reserved font name AnjaliOldLipi. 17469 17470 This Font Software is licensed under the SIL Open Font License, Version 1.1. 17471 This license is copied below, and is also available with a FAQ at: 17472 http://scripts.sil.org/OFL 17473 17474 17475 ----------------------------------------------------------- 17476 SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 17477 ----------------------------------------------------------- 17478 17479 PREAMBLE 17480 The goals of the Open Font License (OFL) are to stimulate worldwide 17481 development of collaborative font projects, to support the font creation 17482 efforts of academic and linguistic communities, and to provide a free and 17483 open framework in which fonts may be shared and improved in partnership 17484 with others. 17485 17486 The OFL allows the licensed fonts to be used, studied, modified and 17487 redistributed freely as long as they are not sold by themselves. The 17488 fonts, including any derivative works, can be bundled, embedded, 17489 redistributed and/or sold with any software provided that any reserved 17490 names are not used by derivative works. The fonts and derivatives, 17491 however, cannot be released under any other type of license. The 17492 requirement for fonts to remain under this license does not apply 17493 to any document created using the fonts or their derivatives. 17494 17495 DEFINITIONS 17496 "Font Software" refers to the set of files released by the Copyright 17497 Holder(s) under this license and clearly marked as such. This may 17498 include source files, build scripts and documentation. 17499 17500 "Reserved Font Name" refers to any names specified as such after the 17501 copyright statement(s). 17502 17503 "Original Version" refers to the collection of Font Software components as 17504 distributed by the Copyright Holder(s). 17505 17506 "Modified Version" refers to any derivative made by adding to, deleting, 17507 or substituting -- in part or in whole -- any of the components of the 17508 Original Version, by changing formats or by porting the Font Software to a 17509 new environment. 17510 17511 "Author" refers to any designer, engineer, programmer, technical 17512 writer or other person who contributed to the Font Software. 17513 17514 PERMISSION & CONDITIONS 17515 Permission is hereby granted, free of charge, to any person obtaining 17516 a copy of the Font Software, to use, study, copy, merge, embed, modify, 17517 redistribute, and sell modified and unmodified copies of the Font 17518 Software, subject to the following conditions: 17519 17520 1) Neither the Font Software nor any of its individual components, 17521 in Original or Modified Versions, may be sold by itself. 17522 17523 2) Original or Modified Versions of the Font Software may be bundled, 17524 redistributed and/or sold with any software, provided that each copy 17525 contains the above copyright notice and this license. These can be 17526 included either as stand-alone text files, human-readable headers or 17527 in the appropriate machine-readable metadata fields within text or 17528 binary files as long as those fields can be easily viewed by the user. 17529 17530 3) No Modified Version of the Font Software may use the Reserved Font 17531 Name(s) unless explicit written permission is granted by the corresponding 17532 Copyright Holder. This restriction only applies to the primary font name as 17533 presented to the users. 17534 17535 4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font 17536 Software shall not be used to promote, endorse or advertise any 17537 Modified Version, except to acknowledge the contribution(s) of the 17538 Copyright Holder(s) and the Author(s) or with their explicit written 17539 permission. 17540 17541 5) The Font Software, modified or unmodified, in part or in whole, 17542 must be distributed entirely under this license, and must not be 17543 distributed under any other license. The requirement for fonts to 17544 remain under this license does not apply to any document created 17545 using the Font Software. 17546 17547 TERMINATION 17548 This license becomes null and void if any of the above conditions are 17549 not met. 17550 17551 DISCLAIMER 17552 THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 17553 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF 17554 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT 17555 OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE 17556 COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 17557 INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL 17558 DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 17559 FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM 17560 OTHER DEALINGS IN THE FONT SOFTWARE. 17561 17562 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 17563 </pre> 17564 <ul> 17565 <li><a href='#OFL-1.1'>Gentoo Package Stock License OFL-1.1</a></li> 17566 </ul> 17567 </div> 17568 </div> 17569 17570 17571 <div class="product"> 17572 <span class="title">mmc-utils-0.0.1</span> 17573 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 17574 <span class="homepage"><a href="https://chromium.googlesource.com/chromiumos/third_party/mmc-utils">homepage</a></span> 17575 <div class="licence"> 17576 <pre></pre> 17577 <ul> 17578 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 17579 </ul> 17580 </div> 17581 </div> 17582 17583 17584 <div class="product"> 17585 <span class="title">modem-diagnostics-0.1</span> 17586 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 17587 <span class="homepage"><a href="">homepage</a></span> 17588 <div class="licence"> 17589 <pre></pre> 17590 <ul> 17591 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 17592 </ul> 17593 </div> 17594 </div> 17595 17596 17597 <div class="product"> 17598 <span class="title">modem-utilities-0.0.1</span> 17599 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 17600 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span> 17601 <div class="licence"> 17602 <pre></pre> 17603 <ul> 17604 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 17605 </ul> 17606 </div> 17607 </div> 17608 17609 17610 <div class="product"> 17611 <span class="title">modemmanager-classic-interfaces-0.0.1</span> 17612 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 17613 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span> 17614 <div class="licence"> 17615 <pre></pre> 17616 <ul> 17617 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li> 17618 </ul> 17619 </div> 17620 </div> 17621 17622 17623 <div class="product"> 17624 <span class="title">modemmanager-next-1.3.0</span> 17625 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 17626 <span class="homepage"><a href="http://mail.gnome.org/archives/networkmanager-list/2008-July/msg00274.html">homepage</a></span> 17627 <div class="licence"> 17628 <pre></pre> 17629 <ul> 17630 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li> 17631 </ul> 17632 </div> 17633 </div> 17634 17635 17636 <div class="product"> 17637 <span class="title">mosys-1.2.03</span> 17638 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 17639 <span class="homepage"><a href="http://mosys.googlecode.com/">homepage</a></span> 17640 <div class="licence"> 17641 <pre></pre> 17642 <ul> 17643 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 17644 </ul> 17645 </div> 17646 </div> 17647 17648 17649 <div class="product"> 17650 <span class="title">mtdev-1.1.2</span> 17651 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 17652 <span class="homepage"><a href="http://bitmath.org/code/mtdev/">homepage</a></span> 17653 <div class="licence"> 17654 <pre>Scanned Source License mtdev-1.1.2/COPYING: 17655 17656 mtdev - Multitouch Protocol Translation Library (MIT license) 17657 17658 Copyright (C) 2010 Henrik Rydberg <rydberg (a] euromail.se> 17659 Copyright (C) 2010 Canonical Ltd. 17660 17661 Permission is hereby granted, free of charge, to any person obtaining a 17662 copy of this software and associated documentation files (the "Software"), 17663 to deal in the Software without restriction, including without limitation 17664 the rights to use, copy, modify, merge, publish, distribute, sublicense, 17665 and/or sell copies of the Software, and to permit persons to whom the 17666 Software is furnished to do so, subject to the following conditions: 17667 17668 The above copyright notice and this permission notice (including the next 17669 paragraph) shall be included in all copies or substantial portions of the 17670 Software. 17671 17672 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 17673 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17674 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 17675 THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 17676 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 17677 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 17678 DEALINGS IN THE SOFTWARE. 17679 17680 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 17681 </pre> 17682 <ul> 17683 17684 </ul> 17685 </div> 17686 </div> 17687 17688 17689 <div class="product"> 17690 <span class="title">mtools-4.0.15</span> 17691 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 17692 <span class="homepage"><a href="http://mtools.linux.lu/">homepage</a></span> 17693 <div class="licence"> 17694 <pre></pre> 17695 <ul> 17696 <li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li> 17697 </ul> 17698 </div> 17699 </div> 17700 17701 17702 <div class="product"> 17703 <span class="title">mtpd-0.0.1</span> 17704 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 17705 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span> 17706 <div class="licence"> 17707 <pre></pre> 17708 <ul> 17709 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 17710 </ul> 17711 </div> 17712 </div> 17713 17714 17715 <div class="product"> 17716 <span class="title">mtplot-0.0.1</span> 17717 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 17718 <span class="homepage"><a href="http://src.chromium.org">homepage</a></span> 17719 <div class="licence"> 17720 <pre></pre> 17721 <ul> 17722 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 17723 </ul> 17724 </div> 17725 </div> 17726 17727 17728 <div class="product"> 17729 <span class="title">mttools-0.0.1</span> 17730 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 17731 <span class="homepage"><a href="">homepage</a></span> 17732 <div class="licence"> 17733 <pre></pre> 17734 <ul> 17735 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 17736 </ul> 17737 </div> 17738 </div> 17739 17740 17741 <div class="product"> 17742 <span class="title">my-padauk-2.50</span> 17743 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 17744 <span class="homepage"><a href="http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=padauk">homepage</a></span> 17745 <div class="licence"> 17746 <pre></pre> 17747 <ul> 17748 <li><a href='#OFL-1.1'>Gentoo Package Stock License OFL-1.1</a></li> 17749 </ul> 17750 </div> 17751 </div> 17752 17753 17754 <div class="product"> 17755 <span class="title">ncurses-5.9</span> 17756 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 17757 <span class="homepage"><a href="http://www.gnu.org/software/ncurses/">homepage</a></span> 17758 <div class="licence"> 17759 <pre>Scanned Source License ncurses-5.9/Ada95/package/debian/copyright: 17760 17761 Upstream source http://invisible-island.net/ncurses/ncurses-examples.html 17762 17763 Current ncurses maintainer: Thomas Dickey <dickey (a] invisible-island.net> 17764 17765 ------------------------------------------------------------------------------- 17766 Copyright (c) 1998-2010,2011 Free Software Foundation, Inc. 17767 17768 Permission is hereby granted, free of charge, to any person obtaining a 17769 copy of this software and associated documentation files (the 17770 "Software"), to deal in the Software without restriction, including 17771 without limitation the rights to use, copy, modify, merge, publish, 17772 distribute, distribute with modifications, sublicense, and/or sell 17773 copies of the Software, and to permit persons to whom the Software is 17774 furnished to do so, subject to the following conditions: 17775 17776 The above copyright notice and this permission notice shall be included 17777 in all copies or substantial portions of the Software. 17778 17779 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 17780 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 17781 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. 17782 IN NO EVENT SHALL THE ABOVE COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, 17783 DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR 17784 OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR 17785 THE USE OR OTHER DEALINGS IN THE SOFTWARE. 17786 17787 Except as contained in this notice, the name(s) of the above copyright 17788 holders shall not be used in advertising or otherwise to promote the 17789 sale, use or other dealings in this Software without prior written 17790 authorization. 17791 ------------------------------------------------------------------------------- 17792 17793 Files: install-sh 17794 Copyright: 1994 X Consortium 17795 Licence: other-BSD 17796 Permission is hereby granted, free of charge, to any person obtaining a copy 17797 of this software and associated documentation files (the "Software"), to 17798 deal in the Software without restriction, including without limitation the 17799 rights to use, copy, modify, merge, publish, distribute, sublicense, and/or 17800 sell copies of the Software, and to permit persons to whom the Software is 17801 furnished to do so, subject to the following conditions: 17802 17803 The above copyright notice and this permission notice shall be included in 17804 all copies or substantial portions of the Software. 17805 17806 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 17807 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17808 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 17809 X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN 17810 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNEC- 17811 TION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 17812 17813 Except as contained in this notice, the name of the X Consortium shall not 17814 be used in advertising or otherwise to promote the sale, use or other deal- 17815 ings in this Software without prior written authorization from the X Consor- 17816 tium. 17817 17818 FSF changes to this file are in the public domain. 17819 17820 Calling this script install-sh is preferred over install.sh, to prevent 17821 `make' implicit rules from creating a file called install from it 17822 when there is no Makefile. 17823 17824 This script is compatible with the BSD install script, but was written 17825 from scratch. It can only install one file at a time, a restriction 17826 shared with many OS's install programs. 17827 17828 On Debian systems, the complete text of the GNU General 17829 Public License can be found in '/usr/share/common-licenses/GPL-2' 17830 17831 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 17832 17833 Scanned Source License ncurses-5.9/test/package/debian/copyright: 17834 17835 Upstream source http://invisible-island.net/ncurses/ncurses-examples.html 17836 17837 Current ncurses maintainer: Thomas Dickey <dickey (a] invisible-island.net> 17838 17839 ------------------------------------------------------------------------------- 17840 Copyright (c) 1998-2010,2011 Free Software Foundation, Inc. 17841 17842 Permission is hereby granted, free of charge, to any person obtaining a 17843 copy of this software and associated documentation files (the 17844 "Software"), to deal in the Software without restriction, including 17845 without limitation the rights to use, copy, modify, merge, publish, 17846 distribute, distribute with modifications, sublicense, and/or sell 17847 copies of the Software, and to permit persons to whom the Software is 17848 furnished to do so, subject to the following conditions: 17849 17850 The above copyright notice and this permission notice shall be included 17851 in all copies or substantial portions of the Software. 17852 17853 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 17854 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 17855 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. 17856 IN NO EVENT SHALL THE ABOVE COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, 17857 DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR 17858 OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR 17859 THE USE OR OTHER DEALINGS IN THE SOFTWARE. 17860 17861 Except as contained in this notice, the name(s) of the above copyright 17862 holders shall not be used in advertising or otherwise to promote the 17863 sale, use or other dealings in this Software without prior written 17864 authorization. 17865 ------------------------------------------------------------------------------- 17866 17867 Files: install-sh 17868 Copyright: 1994 X Consortium 17869 Licence: other-BSD 17870 Permission is hereby granted, free of charge, to any person obtaining a copy 17871 of this software and associated documentation files (the "Software"), to 17872 deal in the Software without restriction, including without limitation the 17873 rights to use, copy, modify, merge, publish, distribute, sublicense, and/or 17874 sell copies of the Software, and to permit persons to whom the Software is 17875 furnished to do so, subject to the following conditions: 17876 17877 The above copyright notice and this permission notice shall be included in 17878 all copies or substantial portions of the Software. 17879 17880 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 17881 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17882 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 17883 X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN 17884 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNEC- 17885 TION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 17886 17887 Except as contained in this notice, the name of the X Consortium shall not 17888 be used in advertising or otherwise to promote the sale, use or other deal- 17889 ings in this Software without prior written authorization from the X Consor- 17890 tium. 17891 17892 FSF changes to this file are in the public domain. 17893 17894 Calling this script install-sh is preferred over install.sh, to prevent 17895 `make' implicit rules from creating a file called install from it 17896 when there is no Makefile. 17897 17898 This script is compatible with the BSD install script, but was written 17899 from scratch. It can only install one file at a time, a restriction 17900 shared with many OS's install programs. 17901 17902 On Debian systems, the complete text of the GNU General 17903 Public License can be found in '/usr/share/common-licenses/GPL-2' 17904 17905 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 17906 </pre> 17907 <ul> 17908 17909 </ul> 17910 </div> 17911 </div> 17912 17913 17914 <div class="product"> 17915 <span class="title">net-tools-1.60_p20120127084908</span> 17916 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 17917 <span class="homepage"><a href="http://net-tools.sourceforge.net/">homepage</a></span> 17918 <div class="licence"> 17919 <pre></pre> 17920 <ul> 17921 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 17922 </ul> 17923 </div> 17924 </div> 17925 17926 17927 <div class="product"> 17928 <span class="title">netflix-helper-2.0.0</span> 17929 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 17930 <span class="homepage"><a href="">homepage</a></span> 17931 <div class="licence"> 17932 <pre></pre> 17933 <ul> 17934 <li><a href='#Google-TOS'>Gentoo Package Stock License Google-TOS</a></li> 17935 </ul> 17936 </div> 17937 </div> 17938 17939 17940 <div class="product"> 17941 <span class="title">netifaces-0.8</span> 17942 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 17943 <span class="homepage"><a href="http://alastairs-place.net/netifaces/">homepage</a></span> 17944 <div class="licence"> 17945 <pre>Scanned Source License netifaces-0.8/PKG-INFO: 17946 17947 Metadata-Version: 1.0 17948 Name: netifaces 17949 Version: 0.8 17950 Summary: Portable network interface information. 17951 Home-page: http://alastairs-place.net/netifaces 17952 Author: Alastair Houghton 17953 Author-email: alastair (a] alastairs-place.net 17954 License: MIT License 17955 Description: netifaces provides a (hopefully portable-ish) way for Python programmers to 17956 get access to a list of the network interfaces on the local machine, and to 17957 obtain the addresses of those network interfaces. 17958 17959 The package has been tested on Mac OS X, Windows XP, Windows Vista, Linux 17960 and Solaris. 17961 17962 It should work on other UNIX-like systems provided they implement 17963 either getifaddrs() or support the SIOCGIFxxx socket options, although the 17964 data provided by the socket options is normally less complete. 17965 17966 Platform: UNKNOWN 17967 Classifier: Development Status :: 4 - Beta 17968 Classifier: Intended Audience :: Developers 17969 Classifier: License :: OSI Approved :: MIT License 17970 Classifier: Topic :: System :: Networking 17971 17972 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 17973 17974 Scanned Source License netifaces-0.8/netifaces.egg-info/PKG-INFO: 17975 17976 Metadata-Version: 1.0 17977 Name: netifaces 17978 Version: 0.8 17979 Summary: Portable network interface information. 17980 Home-page: http://alastairs-place.net/netifaces 17981 Author: Alastair Houghton 17982 Author-email: alastair (a] alastairs-place.net 17983 License: MIT License 17984 Description: netifaces provides a (hopefully portable-ish) way for Python programmers to 17985 get access to a list of the network interfaces on the local machine, and to 17986 obtain the addresses of those network interfaces. 17987 17988 The package has been tested on Mac OS X, Windows XP, Windows Vista, Linux 17989 and Solaris. 17990 17991 It should work on other UNIX-like systems provided they implement 17992 either getifaddrs() or support the SIOCGIFxxx socket options, although the 17993 data provided by the socket options is normally less complete. 17994 17995 Platform: UNKNOWN 17996 Classifier: Development Status :: 4 - Beta 17997 Classifier: Intended Audience :: Developers 17998 Classifier: License :: OSI Approved :: MIT License 17999 Classifier: Topic :: System :: Networking 18000 18001 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 18002 </pre> 18003 <ul> 18004 18005 </ul> 18006 </div> 18007 </div> 18008 18009 18010 <div class="product"> 18011 <span class="title">netperf-2.4.4</span> 18012 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 18013 <span class="homepage"><a href="http://www.netperf.org/">homepage</a></span> 18014 <div class="licence"> 18015 <pre>Gentoo Package Stock License netperf: 18016 18017 18018 18019 Copyright (C) 1993 Hewlett-Packard Company 18020 ALL RIGHTS RESERVED. 18021 18022 The enclosed software and documentation includes copyrighted works 18023 of Hewlett-Packard Co. For as long as you comply with the following 18024 limitations, you are hereby authorized to (i) use, reproduce, and 18025 modify the software and documentation, and to (ii) distribute the 18026 software and documentation, including modifications, for 18027 non-commercial purposes only. 18028 18029 1. The enclosed software and documentation is made available at no 18030 charge in order to advance the general development of 18031 high-performance networking products. 18032 18033 2. You may not delete any copyright notices contained in the 18034 software or documentation. All hard copies, and copies in 18035 source code or object code form, of the software or 18036 documentation (including modifications) must contain at least 18037 one of the copyright notices. 18038 18039 3. The enclosed software and documentation has not been subjected 18040 to testing and quality control and is not a Hewlett-Packard Co. 18041 product. At a future time, Hewlett-Packard Co. may or may not 18042 offer a version of the software and documentation as a product. 18043 18044 4. THE SOFTWARE AND DOCUMENTATION IS PROVIDED "AS IS". 18045 HEWLETT-PACKARD COMPANY DOES NOT WARRANT THAT THE USE, 18046 REPRODUCTION, MODIFICATION OR DISTRIBUTION OF THE SOFTWARE OR 18047 DOCUMENTATION WILL NOT INFRINGE A THIRD PARTY'S INTELLECTUAL 18048 PROPERTY RIGHTS. HP DOES NOT WARRANT THAT THE SOFTWARE OR 18049 DOCUMENTATION IS ERROR FREE. HP DISCLAIMS ALL WARRANTIES, 18050 EXPRESS AND IMPLIED, WITH REGARD TO THE SOFTWARE AND THE 18051 DOCUMENTATION. HP SPECIFICALLY DISCLAIMS ALL WARRANTIES OF 18052 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. 18053 18054 5. HEWLETT-PACKARD COMPANY WILL NOT IN ANY EVENT BE LIABLE FOR ANY 18055 DIRECT, INDIRECT, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES 18056 (INCLUDING LOST PROFITS) RELATED TO ANY USE, REPRODUCTION, 18057 MODIFICATION, OR DISTRIBUTION OF THE SOFTWARE OR DOCUMENTATION. 18058 18059 18060 18061 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 18062 </pre> 18063 <ul> 18064 18065 </ul> 18066 </div> 18067 </div> 18068 18069 18070 <div class="product"> 18071 <span class="title">notofonts-20140130</span> 18072 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 18073 <span class="homepage"><a href="">homepage</a></span> 18074 <div class="licence"> 18075 <pre></pre> 18076 <ul> 18077 <li><a href='#Apache-2.0'>Gentoo Package Stock License Apache-2.0</a></li> 18078 </ul> 18079 </div> 18080 </div> 18081 18082 18083 <div class="product"> 18084 <span class="title">nspr-4.10.4</span> 18085 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 18086 <span class="homepage"><a href="http://www.mozilla.org/projects/nspr/">homepage</a></span> 18087 <div class="licence"> 18088 <pre></pre> 18089 <ul> 18090 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li> 18091 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 18092 <li><a href='#MPL-2.0'>Gentoo Package Stock License MPL-2.0</a></li> 18093 </ul> 18094 </div> 18095 </div> 18096 18097 18098 <div class="product"> 18099 <span class="title">nss-3.16</span> 18100 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 18101 <span class="homepage"><a href="http://www.mozilla.org/projects/security/pki/nss/">homepage</a></span> 18102 <div class="licence"> 18103 <pre></pre> 18104 <ul> 18105 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li> 18106 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 18107 <li><a href='#MPL-2.0'>Gentoo Package Stock License MPL-2.0</a></li> 18108 </ul> 18109 </div> 18110 </div> 18111 18112 18113 <div class="product"> 18114 <span class="title">nss-3.16</span> 18115 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 18116 <span class="homepage"><a href="http://www.mozilla.org/projects/security/pki/nss/">homepage</a></span> 18117 <div class="licence"> 18118 <pre></pre> 18119 <ul> 18120 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li> 18121 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 18122 <li><a href='#MPL-2.0'>Gentoo Package Stock License MPL-2.0</a></li> 18123 </ul> 18124 </div> 18125 </div> 18126 18127 18128 <div class="product"> 18129 <span class="title">ntfs3g-2012.1.15</span> 18130 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 18131 <span class="homepage"><a href="http://www.tuxera.com/community/ntfs-3g-download/">homepage</a></span> 18132 <div class="licence"> 18133 <pre></pre> 18134 <ul> 18135 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 18136 </ul> 18137 </div> 18138 </div> 18139 18140 18141 <div class="product"> 18142 <span class="title">numpy-1.7.1</span> 18143 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 18144 <span class="homepage"><a href="http://numpy.scipy.org/">homepage</a></span> 18145 <div class="licence"> 18146 <pre>Scanned Source License numpy-1.7.1/LICENSE.txt: 18147 18148 Copyright (c) 2005-2011, NumPy Developers. 18149 All rights reserved. 18150 18151 Redistribution and use in source and binary forms, with or without 18152 modification, are permitted provided that the following conditions are 18153 met: 18154 18155 * Redistributions of source code must retain the above copyright 18156 notice, this list of conditions and the following disclaimer. 18157 18158 * Redistributions in binary form must reproduce the above 18159 copyright notice, this list of conditions and the following 18160 disclaimer in the documentation and/or other materials provided 18161 with the distribution. 18162 18163 * Neither the name of the NumPy Developers nor the names of any 18164 contributors may be used to endorse or promote products derived 18165 from this software without specific prior written permission. 18166 18167 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 18168 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 18169 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 18170 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 18171 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 18172 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT 18173 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 18174 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 18175 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 18176 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 18177 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 18178 18179 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 18180 18181 Scanned Source License numpy-1.7.1/PKG-INFO: 18182 18183 Metadata-Version: 1.1 18184 Name: numpy 18185 Version: 1.7.1 18186 Summary: NumPy: array processing for numbers, strings, records, and objects. 18187 Home-page: http://www.numpy.org 18188 Author: NumPy Developers 18189 Author-email: numpy-discussion (a] scipy.org 18190 License: BSD 18191 Download-URL: http://sourceforge.net/projects/numpy/files/NumPy/ 18192 Description: NumPy is a general-purpose array-processing package designed to 18193 efficiently manipulate large multi-dimensional arrays of arbitrary 18194 records without sacrificing too much speed for small multi-dimensional 18195 arrays. NumPy is built on the Numeric code base and adds features 18196 introduced by numarray as well as an extended C-API and the ability to 18197 create arrays of arbitrary type which also makes NumPy suitable for 18198 interfacing with general-purpose data-base applications. 18199 18200 There are also basic facilities for discrete fourier transform, 18201 basic linear algebra and random number generation. 18202 18203 Platform: Windows 18204 Platform: Linux 18205 Platform: Solaris 18206 Platform: Mac OS-X 18207 Platform: Unix 18208 Classifier: Development Status :: 5 - Production/Stable 18209 Classifier: Intended Audience :: Science/Research 18210 Classifier: Intended Audience :: Developers 18211 Classifier: License :: OSI Approved 18212 Classifier: Programming Language :: C 18213 Classifier: Programming Language :: Python 18214 Classifier: Programming Language :: Python :: 3 18215 Classifier: Topic :: Software Development 18216 Classifier: Topic :: Scientific/Engineering 18217 Classifier: Operating System :: Microsoft :: Windows 18218 Classifier: Operating System :: POSIX 18219 Classifier: Operating System :: Unix 18220 Classifier: Operating System :: MacOS 18221 18222 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 18223 18224 Scanned Source License numpy-1.7.1/doc/source/license.rst: 18225 18226 ************* 18227 Numpy License 18228 ************* 18229 18230 Copyright (c) 2005, NumPy Developers 18231 18232 All rights reserved. 18233 18234 Redistribution and use in source and binary forms, with or without 18235 modification, are permitted provided that the following conditions are 18236 met: 18237 18238 * Redistributions of source code must retain the above copyright 18239 notice, this list of conditions and the following disclaimer. 18240 18241 * Redistributions in binary form must reproduce the above 18242 copyright notice, this list of conditions and the following 18243 disclaimer in the documentation and/or other materials provided 18244 with the distribution. 18245 18246 * Neither the name of the NumPy Developers nor the names of any 18247 contributors may be used to endorse or promote products derived 18248 from this software without specific prior written permission. 18249 18250 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 18251 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 18252 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 18253 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 18254 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 18255 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT 18256 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 18257 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 18258 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 18259 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 18260 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 18261 18262 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 18263 18264 Scanned Source License numpy-1.7.1/doc/sphinxext/LICENSE.txt: 18265 18266 ------------------------------------------------------------------------------- 18267 The files 18268 - numpydoc.py 18269 - docscrape.py 18270 - docscrape_sphinx.py 18271 - phantom_import.py 18272 have the following license: 18273 18274 Copyright (C) 2008 Stefan van der Walt <stefan (a] mentat.za.net>, Pauli Virtanen <pav (a] iki.fi> 18275 18276 Redistribution and use in source and binary forms, with or without 18277 modification, are permitted provided that the following conditions are 18278 met: 18279 18280 1. Redistributions of source code must retain the above copyright 18281 notice, this list of conditions and the following disclaimer. 18282 2. Redistributions in binary form must reproduce the above copyright 18283 notice, this list of conditions and the following disclaimer in 18284 the documentation and/or other materials provided with the 18285 distribution. 18286 18287 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR 18288 IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED 18289 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE 18290 DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, 18291 INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES 18292 (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR 18293 SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 18294 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, 18295 STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING 18296 IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 18297 POSSIBILITY OF SUCH DAMAGE. 18298 18299 ------------------------------------------------------------------------------- 18300 The files 18301 - compiler_unparse.py 18302 - comment_eater.py 18303 - traitsdoc.py 18304 have the following license: 18305 18306 This software is OSI Certified Open Source Software. 18307 OSI Certified is a certification mark of the Open Source Initiative. 18308 18309 Copyright (c) 2006, Enthought, Inc. 18310 All rights reserved. 18311 18312 Redistribution and use in source and binary forms, with or without 18313 modification, are permitted provided that the following conditions are met: 18314 18315 * Redistributions of source code must retain the above copyright notice, this 18316 list of conditions and the following disclaimer. 18317 * Redistributions in binary form must reproduce the above copyright notice, 18318 this list of conditions and the following disclaimer in the documentation 18319 and/or other materials provided with the distribution. 18320 * Neither the name of Enthought, Inc. nor the names of its contributors may 18321 be used to endorse or promote products derived from this software without 18322 specific prior written permission. 18323 18324 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND 18325 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED 18326 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE 18327 DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR 18328 ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES 18329 (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; 18330 LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON 18331 ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 18332 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 18333 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 18334 18335 18336 ------------------------------------------------------------------------------- 18337 The file 18338 - plot_directive.py 18339 originates from Matplotlib (http://matplotlib.sf.net/) which has 18340 the following license: 18341 18342 Copyright (c) 2002-2008 John D. Hunter; All Rights Reserved. 18343 18344 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. 18345 18346 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. 18347 18348 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. 18349 18350 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. 18351 18352 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. 18353 18354 6. This License Agreement will automatically terminate upon a material breach of its terms and conditions. 18355 18356 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. 18357 18358 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. 18359 18360 18361 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 18362 </pre> 18363 <ul> 18364 18365 </ul> 18366 </div> 18367 </div> 18368 18369 18370 <div class="product"> 18371 <span class="title">oem-customization-0.0.2</span> 18372 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 18373 <span class="homepage"><a href="http://src.chromium.org">homepage</a></span> 18374 <div class="licence"> 18375 <pre></pre> 18376 <ul> 18377 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 18378 </ul> 18379 </div> 18380 </div> 18381 18382 18383 <div class="product"> 18384 <span class="title">opencryptoki-2.2.8</span> 18385 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 18386 <span class="homepage"><a href="http://sourceforge.net/projects/opencryptoki">homepage</a></span> 18387 <div class="licence"> 18388 <pre>Gentoo Package Stock License CPL-0.5: 18389 18390 18391 Common Public License Version 0.5 18392 18393 THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS COMMON 18394 PUBLIC LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION OF 18395 THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT. 18396 18397 1. DEFINITIONS 18398 18399 "Contribution" means: 18400 18401 a) in the case of the initial Contributor, the initial code and 18402 documentation distributed under this Agreement, and 18403 18404 b) in the case of each subsequent Contributor: 18405 18406 i) changes to the Program, and 18407 18408 ii) additions to the Program; 18409 18410 where such changes and/or additions to the Program originate from 18411 and are distributed by that particular Contributor. A Contribution 18412 'originates' from a Contributor if it was added to the Program by 18413 such Contributor itself or anyone acting on such Contributor's 18414 behalf. Contributions do not include additions to the Program 18415 which: (i) are separate modules of software distributed in 18416 conjunction with the Program under their own license agreement, and 18417 (ii) are not derivative works of the Program. 18418 18419 "Contributor" means any person or entity that distributes the Program. 18420 18421 "Licensed Patents " mean patent claims licensable by a Contributor 18422 which are necessarily infringed by the use or sale of its Contribution 18423 alone or when combined with the Program. 18424 18425 "Program" means the Contributions distributed in accordance with this 18426 Agreement. 18427 18428 "Recipient" means anyone who receives the Program under this 18429 Agreement, including all Contributors. 18430 18431 2. GRANT OF RIGHTS 18432 18433 a) Subject to the terms of this Agreement, each Contributor hereby 18434 grants Recipient a non-exclusive, worldwide, royalty-free copyright 18435 license to reproduce, prepare derivative works of, publicly 18436 display, publicly perform, distribute and sublicense the 18437 Contribution of such Contributor, if any, and such derivative 18438 works, in source code and object code form. 18439 18440 b) Subject to the terms of this Agreement, each Contributor hereby 18441 grants Recipient a non-exclusive, worldwide, royalty-free patent 18442 license under Licensed Patents to make, use, sell, offer to sell, 18443 import and otherwise transfer the Contribution of such Contributor, 18444 if any, in source code and object code form. This patent license 18445 shall apply to the combination of the Contribution and the Program 18446 if, at the time the Contribution is added by the Contributor, such 18447 addition of the Contribution causes such combination to be covered 18448 by the Licensed Patents. The patent license shall not apply to any 18449 other combinations which include the Contribution. No hardware per 18450 se is licensed hereunder. 18451 18452 c) Recipient understands that although each Contributor grants the 18453 licenses to its Contributions set forth herein, no assurances are 18454 provided by any Contributor that the Program does not infringe the 18455 patent or other intellectual property rights of any other entity. 18456 Each Contributor disclaims any liability to Recipient for claims 18457 brought by any other entity based on infringement of intellectual 18458 property rights or otherwise. As a condition to exercising the 18459 rights and licenses granted hereunder, each Recipient hereby 18460 assumes sole responsibility to secure any other intellectual 18461 property rights needed, if any. For example, if a third party 18462 patent license is required to allow Recipient to distribute the 18463 Program, it is Recipient's responsibility to acquire that license 18464 before distributing the Program. 18465 18466 d) Each Contributor represents that to its knowledge it has 18467 sufficient copyright rights in its Contribution, if any, to grant 18468 the copyright license set forth in this Agreement. 18469 18470 3. REQUIREMENTS 18471 18472 A Contributor may choose to distribute the Program in object code form 18473 under its own license agreement, provided that: 18474 18475 a) it complies with the terms and conditions of this Agreement; and 18476 18477 b) its license agreement: 18478 18479 i) effectively disclaims on behalf of all Contributors all 18480 warranties and conditions, express and implied, including 18481 warranties or conditions of title and non-infringement, and implied 18482 warranties or conditions of merchantability and fitness for a 18483 particular purpose; 18484 18485 ii) effectively excludes on behalf of all Contributors all 18486 liability for damages, including direct, indirect, special, 18487 incidental and consequential damages, such as lost profits; 18488 18489 iii) states that any provisions which differ from this Agreement 18490 are offered by that Contributor alone and not by any other party; 18491 and 18492 18493 iv) states that source code for the Program is available from such 18494 Contributor, and informs licensees how to obtain it in a reasonable 18495 manner on or through a medium customarily used for software 18496 exchange. 18497 18498 When the Program is made available in source code form: 18499 18500 a) it must be made available under this Agreement; and 18501 18502 b) a copy of this Agreement must be included with each copy of the 18503 Program. 18504 18505 Contributors may not remove or alter any copyright notices contained 18506 within the Program. 18507 18508 Each Contributor must identify itself as the originator of its 18509 Contribution, if any, in a manner that reasonably allows subsequent 18510 Recipients to identify the originator of the Contribution. 18511 18512 4. COMMERCIAL DISTRIBUTION 18513 18514 Commercial distributors of software may accept certain 18515 responsibilities with respect to end users, business partners and the 18516 like. While this license is intended to facilitate the commercial use 18517 of the Program, the Contributor who includes the Program in a 18518 commercial product offering should do so in a manner which does not 18519 create potential liability for other Contributors. Therefore, if a 18520 Contributor includes the Program in a commercial product offering, 18521 such Contributor ("Commercial Contributor") hereby agrees to defend 18522 and indemnify every other Contributor ("Indemnified Contributor") 18523 against any losses, damages and costs (collectively "Losses") arising 18524 from claims, lawsuits and other legal actions brought by a third party 18525 against the Indemnified Contributor to the extent caused by the acts 18526 or omissions of such Commercial Contributor in connection with its 18527 distribution of the Program in a commercial product offering. The 18528 obligations in this section do not apply to any claims or Losses 18529 relating to any actual or alleged intellectual property infringement. 18530 In order to qualify, an Indemnified Contributor must: a) promptly 18531 notify the Commercial Contributor in writing of such claim, and b) 18532 allow the Commercial Contributor to control, and cooperate with the 18533 Commercial Contributor in, the defense and any related settlement 18534 negotiations. The Indemnified Contributor may participate in any such 18535 claim at its own expense. 18536 18537 For example, a Contributor might include the Program in a commercial 18538 product offering, Product X. That Contributor is then a Commercial 18539 Contributor. If that Commercial Contributor then makes performance 18540 claims, or offers warranties related to Product X, those performance 18541 claims and warranties are such Commercial Contributor's responsibility 18542 alone. Under this section, the Commercial Contributor would have to 18543 defend claims against the other Contributors related to those 18544 performance claims and warranties, and if a court requires any other 18545 Contributor to pay any damages as a result, the Commercial Contributor 18546 must pay those damages. 18547 18548 5. NO WARRANTY 18549 18550 EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS 18551 PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 18552 KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION, ANY 18553 WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY 18554 OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is solely 18555 responsible for determining the appropriateness of using and 18556 distributing the Program and assumes all risks associated with its 18557 exercise of rights under this Agreement, including but not limited to 18558 the risks and costs of program errors, compliance with applicable 18559 laws, damage to or loss of data, programs or equipment, and 18560 unavailability or interruption of operations. 18561 18562 6. DISCLAIMER OF LIABILITY 18563 18564 EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT NOR 18565 ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, 18566 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING 18567 WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF 18568 LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 18569 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OR 18570 DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED 18571 HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. 18572 18573 7. GENERAL 18574 18575 If any provision of this Agreement is invalid or unenforceable under 18576 applicable law, it shall not affect the validity or enforceability of 18577 the remainder of the terms of this Agreement, and without further 18578 action by the parties hereto, such provision shall be reformed to the 18579 minimum extent necessary to make such provision valid and enforceable. 18580 18581 If Recipient institutes patent litigation against a Contributor with 18582 respect to a patent applicable to software (including a cross-claim or 18583 counterclaim in a lawsuit), then any patent licenses granted by that 18584 Contributor to such Recipient under this Agreement shall terminate as 18585 of the date such litigation is filed. In addition, If Recipient 18586 institutes patent litigation against any entity (including a 18587 cross-claim or counterclaim in a lawsuit) alleging that the Program 18588 itself (excluding combinations of the Program with other software or 18589 hardware) infringes such Recipient's patent(s), then such Recipient's 18590 rights granted under Section 2(b) shall terminate as of the date such 18591 litigation is filed. 18592 18593 All Recipient's rights under this Agreement shall terminate if it 18594 fails to comply with any of the material terms or conditions of this 18595 Agreement and does not cure such failure in a reasonable period of 18596 time after becoming aware of such noncompliance. If all Recipient's 18597 rights under this Agreement terminate, Recipient agrees to cease use 18598 and distribution of the Program as soon as reasonably practicable. 18599 However, Recipient's obligations under this Agreement and any licenses 18600 granted by Recipient relating to the Program shall continue and 18601 survive. 18602 18603 Everyone is permitted to copy and distribute copies of this Agreement, 18604 but in order to avoid inconsistency the Agreement is copyrighted and 18605 may only be modified in the following manner. The Agreement Steward 18606 reserves the right to publish new versions (including revisions) of 18607 this Agreement from time to time. No one other than the Agreement 18608 Steward has the right to modify this Agreement. IBM is the initial 18609 Agreement Steward. IBM may assign the responsibility to serve as the 18610 Agreement Steward to a suitable separate entity. Each new version of 18611 the Agreement will be given a distinguishing version number. The 18612 Program (including Contributions) may always be distributed subject to 18613 the version of the Agreement under which it was received. In addition, 18614 after a new version of the Agreement is published, Contributor may 18615 elect to distribute the Program (including its Contributions) under 18616 the new version. Except as expressly stated in Sections 2(a) and 2(b) 18617 above, Recipient receives no rights or licenses to the intellectual 18618 property of any Contributor under this Agreement, whether expressly, 18619 by implication, estoppel or otherwise. All rights in the Program not 18620 expressly granted under this Agreement are reserved. 18621 18622 This Agreement is governed by the laws of the State of New York and 18623 the intellectual property laws of the United States of America. No 18624 party to this Agreement will bring a legal action under this Agreement 18625 more than one year after the cause of action arose. Each party waives 18626 its rights to a jury trial in any resulting litigation. 18627 18628 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 18629 </pre> 18630 <ul> 18631 18632 </ul> 18633 </div> 18634 </div> 18635 18636 18637 <div class="product"> 18638 <span class="title">opencv-2.3.0</span> 18639 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 18640 <span class="homepage"><a href="http://opencv.willowgarage.com">homepage</a></span> 18641 <div class="licence"> 18642 <pre>Scanned Source License OpenCV-2.3.0/3rdparty/ilmimf/LICENSE: 18643 18644 Copyright (c) 2004, Industrial Light & Magic, a division of Lucasfilm 18645 Entertainment Company Ltd. Portions contributed and copyright held by 18646 others as indicated. All rights reserved. 18647 18648 Redistribution and use in source and binary forms, with or without 18649 modification, are permitted provided that the following conditions are 18650 met: 18651 18652 * Redistributions of source code must retain the above 18653 copyright notice, this list of conditions and the following 18654 disclaimer. 18655 18656 * Redistributions in binary form must reproduce the above 18657 copyright notice, this list of conditions and the following 18658 disclaimer in the documentation and/or other materials provided with 18659 the distribution. 18660 18661 * Neither the name of Industrial Light & Magic nor the names of 18662 any other contributors to this software may be used to endorse or 18663 promote products derived from this software without specific prior 18664 written permission. 18665 18666 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS 18667 IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, 18668 THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 18669 PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 18670 CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 18671 EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 18672 PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 18673 PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 18674 LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 18675 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 18676 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 18677 18678 18679 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 18680 18681 Scanned Source License OpenCV-2.3.0/3rdparty/libjasper/LICENSE: 18682 18683 JasPer License Version 2.0 18684 18685 Copyright (c) 2001-2006 Michael David Adams 18686 Copyright (c) 1999-2000 Image Power, Inc. 18687 Copyright (c) 1999-2000 The University of British Columbia 18688 18689 All rights reserved. 18690 18691 Permission is hereby granted, free of charge, to any person (the 18692 "User") obtaining a copy of this software and associated documentation 18693 files (the "Software"), to deal in the Software without restriction, 18694 including without limitation the rights to use, copy, modify, merge, 18695 publish, distribute, and/or sell copies of the Software, and to permit 18696 persons to whom the Software is furnished to do so, subject to the 18697 following conditions: 18698 18699 1. The above copyright notices and this permission notice (which 18700 includes the disclaimer below) shall be included in all copies or 18701 substantial portions of the Software. 18702 18703 2. The name of a copyright holder shall not be used to endorse or 18704 promote products derived from the Software without specific prior 18705 written permission. 18706 18707 THIS DISCLAIMER OF WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS 18708 LICENSE. NO USE OF THE SOFTWARE IS AUTHORIZED HEREUNDER EXCEPT UNDER 18709 THIS DISCLAIMER. THE SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS 18710 "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING 18711 BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A 18712 PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY RIGHTS. IN NO 18713 EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL 18714 INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING 18715 FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, 18716 NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION 18717 WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. NO ASSURANCES ARE 18718 PROVIDED BY THE COPYRIGHT HOLDERS THAT THE SOFTWARE DOES NOT INFRINGE 18719 THE PATENT OR OTHER INTELLECTUAL PROPERTY RIGHTS OF ANY OTHER ENTITY. 18720 EACH COPYRIGHT HOLDER DISCLAIMS ANY LIABILITY TO THE USER FOR CLAIMS 18721 BROUGHT BY ANY OTHER ENTITY BASED ON INFRINGEMENT OF INTELLECTUAL 18722 PROPERTY RIGHTS OR OTHERWISE. AS A CONDITION TO EXERCISING THE RIGHTS 18723 GRANTED HEREUNDER, EACH USER HEREBY ASSUMES SOLE RESPONSIBILITY TO SECURE 18724 ANY OTHER INTELLECTUAL PROPERTY RIGHTS NEEDED, IF ANY. THE SOFTWARE 18725 IS NOT FAULT-TOLERANT AND IS NOT INTENDED FOR USE IN MISSION-CRITICAL 18726 SYSTEMS, SUCH AS THOSE USED IN THE OPERATION OF NUCLEAR FACILITIES, 18727 AIRCRAFT NAVIGATION OR COMMUNICATION SYSTEMS, AIR TRAFFIC CONTROL 18728 SYSTEMS, DIRECT LIFE SUPPORT MACHINES, OR WEAPONS SYSTEMS, IN WHICH 18729 THE FAILURE OF THE SOFTWARE OR SYSTEM COULD LEAD DIRECTLY TO DEATH, 18730 PERSONAL INJURY, OR SEVERE PHYSICAL OR ENVIRONMENTAL DAMAGE ("HIGH 18731 RISK ACTIVITIES"). THE COPYRIGHT HOLDERS SPECIFICALLY DISCLAIM ANY 18732 EXPRESS OR IMPLIED WARRANTY OF FITNESS FOR HIGH RISK ACTIVITIES. 18733 18734 18735 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 18736 18737 Scanned Source License OpenCV-2.3.0/doc/license.txt: 18738 18739 IMPORTANT: READ BEFORE DOWNLOADING, COPYING, INSTALLING OR USING. 18740 18741 By downloading, copying, installing or using the software you agree to this license. 18742 If you do not agree to this license, do not download, install, 18743 copy or use the software. 18744 18745 18746 License Agreement 18747 For Open Source Computer Vision Library 18748 18749 Copyright (C) 2000-2008, Intel Corporation, all rights reserved. 18750 Copyright (C) 2008-2011, Willow Garage Inc., all rights reserved. 18751 Third party copyrights are property of their respective owners. 18752 18753 Redistribution and use in source and binary forms, with or without modification, 18754 are permitted provided that the following conditions are met: 18755 18756 * Redistribution's of source code must retain the above copyright notice, 18757 this list of conditions and the following disclaimer. 18758 18759 * Redistribution's in binary form must reproduce the above copyright notice, 18760 this list of conditions and the following disclaimer in the documentation 18761 and/or other materials provided with the distribution. 18762 18763 * The name of the copyright holders may not be used to endorse or promote products 18764 derived from this software without specific prior written permission. 18765 18766 This software is provided by the copyright holders and contributors "as is" and 18767 any express or implied warranties, including, but not limited to, the implied 18768 warranties of merchantability and fitness for a particular purpose are disclaimed. 18769 In no event shall the Intel Corporation or contributors be liable for any direct, 18770 indirect, incidental, special, exemplary, or consequential damages 18771 (including, but not limited to, procurement of substitute goods or services; 18772 loss of use, data, or profits; or business interruption) however caused 18773 and on any theory of liability, whether in contract, strict liability, 18774 or tort (including negligence or otherwise) arising in any way out of 18775 the use of this software, even if advised of the possibility of such damage. 18776 18777 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 18778 </pre> 18779 <ul> 18780 18781 </ul> 18782 </div> 18783 </div> 18784 18785 18786 <div class="product"> 18787 <span class="title">opensc-0.12.2</span> 18788 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 18789 <span class="homepage"><a href="http://www.opensc-project.org/opensc/">homepage</a></span> 18790 <div class="licence"> 18791 <pre></pre> 18792 <ul> 18793 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li> 18794 </ul> 18795 </div> 18796 </div> 18797 18798 18799 <div class="product"> 18800 <span class="title">openssh-6.4_p1</span> 18801 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 18802 <span class="homepage"><a href="http://www.openssh.org/">homepage</a></span> 18803 <div class="licence"> 18804 <pre>Scanned Source License openssh-6.4p1/LICENCE: 18805 18806 This file is part of the OpenSSH software. 18807 18808 The licences which components of this software fall under are as 18809 follows. First, we will summarize and say that all components 18810 are under a BSD licence, or a licence more free than that. 18811 18812 OpenSSH contains no GPL code. 18813 18814 1) 18815 * Copyright (c) 1995 Tatu Ylonen <ylo (a] cs.hut.fi>, Espoo, Finland 18816 * All rights reserved 18817 * 18818 * As far as I am concerned, the code I have written for this software 18819 * can be used freely for any purpose. Any derived versions of this 18820 * software must be clearly marked as such, and if the derived work is 18821 * incompatible with the protocol description in the RFC file, it must be 18822 * called by a name other than "ssh" or "Secure Shell". 18823 18824 [Tatu continues] 18825 * However, I am not implying to give any licenses to any patents or 18826 * copyrights held by third parties, and the software includes parts that 18827 * are not under my direct control. As far as I know, all included 18828 * source code is used in accordance with the relevant license agreements 18829 * and can be used freely for any purpose (the GNU license being the most 18830 * restrictive); see below for details. 18831 18832 [However, none of that term is relevant at this point in time. All of 18833 these restrictively licenced software components which he talks about 18834 have been removed from OpenSSH, i.e., 18835 18836 - RSA is no longer included, found in the OpenSSL library 18837 - IDEA is no longer included, its use is deprecated 18838 - DES is now external, in the OpenSSL library 18839 - GMP is no longer used, and instead we call BN code from OpenSSL 18840 - Zlib is now external, in a library 18841 - The make-ssh-known-hosts script is no longer included 18842 - TSS has been removed 18843 - MD5 is now external, in the OpenSSL library 18844 - RC4 support has been replaced with ARC4 support from OpenSSL 18845 - Blowfish is now external, in the OpenSSL library 18846 18847 [The licence continues] 18848 18849 Note that any information and cryptographic algorithms used in this 18850 software are publicly available on the Internet and at any major 18851 bookstore, scientific library, and patent office worldwide. More 18852 information can be found e.g. at "http://www.cs.hut.fi/crypto". 18853 18854 The legal status of this program is some combination of all these 18855 permissions and restrictions. Use only at your own responsibility. 18856 You will be responsible for any legal consequences yourself; I am not 18857 making any claims whether possessing or using this is legal or not in 18858 your country, and I am not taking any responsibility on your behalf. 18859 18860 18861 NO WARRANTY 18862 18863 BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY 18864 FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN 18865 OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES 18866 PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED 18867 OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF 18868 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS 18869 TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE 18870 PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, 18871 REPAIR OR CORRECTION. 18872 18873 IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING 18874 WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR 18875 REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, 18876 INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING 18877 OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED 18878 TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY 18879 YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER 18880 PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE 18881 POSSIBILITY OF SUCH DAMAGES. 18882 18883 2) 18884 The 32-bit CRC compensation attack detector in deattack.c was 18885 contributed by CORE SDI S.A. under a BSD-style license. 18886 18887 * Cryptographic attack detector for ssh - source code 18888 * 18889 * Copyright (c) 1998 CORE SDI S.A., Buenos Aires, Argentina. 18890 * 18891 * All rights reserved. Redistribution and use in source and binary 18892 * forms, with or without modification, are permitted provided that 18893 * this copyright notice is retained. 18894 * 18895 * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED 18896 * WARRANTIES ARE DISCLAIMED. IN NO EVENT SHALL CORE SDI S.A. BE 18897 * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY OR 18898 * CONSEQUENTIAL DAMAGES RESULTING FROM THE USE OR MISUSE OF THIS 18899 * SOFTWARE. 18900 * 18901 * Ariel Futoransky <futo (a] core-sdi.com> 18902 * <http://www.core-sdi.com> 18903 18904 3) 18905 ssh-keyscan was contributed by David Mazieres under a BSD-style 18906 license. 18907 18908 * Copyright 1995, 1996 by David Mazieres <dm (a] lcs.mit.edu>. 18909 * 18910 * Modification and redistribution in source and binary forms is 18911 * permitted provided that due credit is given to the author and the 18912 * OpenBSD project by leaving this copyright notice intact. 18913 18914 4) 18915 The Rijndael implementation by Vincent Rijmen, Antoon Bosselaers 18916 and Paulo Barreto is in the public domain and distributed 18917 with the following license: 18918 18919 * @version 3.0 (December 2000) 18920 * 18921 * Optimised ANSI C code for the Rijndael cipher (now AES) 18922 * 18923 * @author Vincent Rijmen <vincent.rijmen (a] esat.kuleuven.ac.be> 18924 * @author Antoon Bosselaers <antoon.bosselaers (a] esat.kuleuven.ac.be> 18925 * @author Paulo Barreto <paulo.barreto (a] terra.com.br> 18926 * 18927 * This code is hereby placed in the public domain. 18928 * 18929 * THIS SOFTWARE IS PROVIDED BY THE AUTHORS ''AS IS'' AND ANY EXPRESS 18930 * OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED 18931 * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 18932 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS OR CONTRIBUTORS BE 18933 * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 18934 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 18935 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR 18936 * BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, 18937 * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE 18938 * OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, 18939 * EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 18940 18941 5) 18942 One component of the ssh source code is under a 3-clause BSD license, 18943 held by the University of California, since we pulled these parts from 18944 original Berkeley code. 18945 18946 * Copyright (c) 1983, 1990, 1992, 1993, 1995 18947 * The Regents of the University of California. All rights reserved. 18948 * 18949 * Redistribution and use in source and binary forms, with or without 18950 * modification, are permitted provided that the following conditions 18951 * are met: 18952 * 1. Redistributions of source code must retain the above copyright 18953 * notice, this list of conditions and the following disclaimer. 18954 * 2. Redistributions in binary form must reproduce the above copyright 18955 * notice, this list of conditions and the following disclaimer in the 18956 * documentation and/or other materials provided with the distribution. 18957 * 3. Neither the name of the University nor the names of its contributors 18958 * may be used to endorse or promote products derived from this software 18959 * without specific prior written permission. 18960 * 18961 * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND 18962 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 18963 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 18964 * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 18965 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 18966 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 18967 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 18968 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 18969 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 18970 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 18971 * SUCH DAMAGE. 18972 18973 6) 18974 Remaining components of the software are provided under a standard 18975 2-term BSD licence with the following names as copyright holders: 18976 18977 Markus Friedl 18978 Theo de Raadt 18979 Niels Provos 18980 Dug Song 18981 Aaron Campbell 18982 Damien Miller 18983 Kevin Steves 18984 Daniel Kouril 18985 Wesley Griffin 18986 Per Allansson 18987 Nils Nordman 18988 Simon Wilkinson 18989 18990 Portable OpenSSH additionally includes code from the following copyright 18991 holders, also under the 2-term BSD license: 18992 18993 Ben Lindstrom 18994 Tim Rice 18995 Andre Lucas 18996 Chris Adams 18997 Corinna Vinschen 18998 Cray Inc. 18999 Denis Parker 19000 Gert Doering 19001 Jakob Schlyter 19002 Jason Downs 19003 Juha Yrjl 19004 Michael Stone 19005 Networks Associates Technology, Inc. 19006 Solar Designer 19007 Todd C. Miller 19008 Wayne Schroeder 19009 William Jones 19010 Darren Tucker 19011 Sun Microsystems 19012 The SCO Group 19013 Daniel Walsh 19014 Red Hat, Inc 19015 Simon Vallet / Genoscope 19016 19017 * Redistribution and use in source and binary forms, with or without 19018 * modification, are permitted provided that the following conditions 19019 * are met: 19020 * 1. Redistributions of source code must retain the above copyright 19021 * notice, this list of conditions and the following disclaimer. 19022 * 2. Redistributions in binary form must reproduce the above copyright 19023 * notice, this list of conditions and the following disclaimer in the 19024 * documentation and/or other materials provided with the distribution. 19025 * 19026 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR 19027 * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES 19028 * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. 19029 * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, 19030 * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT 19031 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 19032 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 19033 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 19034 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 19035 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 19036 19037 8) Portable OpenSSH contains the following additional licenses: 19038 19039 a) md5crypt.c, md5crypt.h 19040 19041 * "THE BEER-WARE LICENSE" (Revision 42): 19042 * <phk (a] login.dknet.dk> wrote this file. As long as you retain this 19043 * notice you can do whatever you want with this stuff. If we meet 19044 * some day, and you think this stuff is worth it, you can buy me a 19045 * beer in return. Poul-Henning Kamp 19046 19047 b) snprintf replacement 19048 19049 * Copyright Patrick Powell 1995 19050 * This code is based on code written by Patrick Powell 19051 * (papowell (a] astart.com) It may be used for any purpose as long as this 19052 * notice remains intact on all source code distributions 19053 19054 c) Compatibility code (openbsd-compat) 19055 19056 Apart from the previously mentioned licenses, various pieces of code 19057 in the openbsd-compat/ subdirectory are licensed as follows: 19058 19059 Some code is licensed under a 3-term BSD license, to the following 19060 copyright holders: 19061 19062 Todd C. Miller 19063 Theo de Raadt 19064 Damien Miller 19065 Eric P. Allman 19066 The Regents of the University of California 19067 Constantin S. Svintsoff 19068 19069 * Redistribution and use in source and binary forms, with or without 19070 * modification, are permitted provided that the following conditions 19071 * are met: 19072 * 1. Redistributions of source code must retain the above copyright 19073 * notice, this list of conditions and the following disclaimer. 19074 * 2. Redistributions in binary form must reproduce the above copyright 19075 * notice, this list of conditions and the following disclaimer in the 19076 * documentation and/or other materials provided with the distribution. 19077 * 3. Neither the name of the University nor the names of its contributors 19078 * may be used to endorse or promote products derived from this software 19079 * without specific prior written permission. 19080 * 19081 * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND 19082 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 19083 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 19084 * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 19085 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 19086 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 19087 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 19088 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 19089 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 19090 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 19091 * SUCH DAMAGE. 19092 19093 Some code is licensed under an ISC-style license, to the following 19094 copyright holders: 19095 19096 Internet Software Consortium. 19097 Todd C. Miller 19098 Reyk Floeter 19099 Chad Mynhier 19100 19101 * Permission to use, copy, modify, and distribute this software for any 19102 * purpose with or without fee is hereby granted, provided that the above 19103 * copyright notice and this permission notice appear in all copies. 19104 * 19105 * THE SOFTWARE IS PROVIDED "AS IS" AND TODD C. MILLER DISCLAIMS ALL 19106 * WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES 19107 * OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL TODD C. MILLER BE LIABLE 19108 * FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 19109 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION 19110 * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN 19111 * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 19112 19113 Some code is licensed under a MIT-style license to the following 19114 copyright holders: 19115 19116 Free Software Foundation, Inc. 19117 19118 * Permission is hereby granted, free of charge, to any person obtaining a * 19119 * copy of this software and associated documentation files (the * 19120 * "Software"), to deal in the Software without restriction, including * 19121 * without limitation the rights to use, copy, modify, merge, publish, * 19122 * distribute, distribute with modifications, sublicense, and/or sell * 19123 * copies of the Software, and to permit persons to whom the Software is * 19124 * furnished to do so, subject to the following conditions: * 19125 * * 19126 * The above copyright notice and this permission notice shall be included * 19127 * in all copies or substantial portions of the Software. * 19128 * * 19129 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS * 19130 * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF * 19131 * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. * 19132 * IN NO EVENT SHALL THE ABOVE COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, * 19133 * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR * 19134 * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR * 19135 * THE USE OR OTHER DEALINGS IN THE SOFTWARE. * 19136 * * 19137 * Except as contained in this notice, the name(s) of the above copyright * 19138 * holders shall not be used in advertising or otherwise to promote the * 19139 * sale, use or other dealings in this Software without prior written * 19140 * authorization. * 19141 ****************************************************************************/ 19142 19143 19144 ------ 19145 $OpenBSD: LICENCE,v 1.19 2004/08/30 09:18:08 markus Exp $ 19146 19147 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 19148 </pre> 19149 <ul> 19150 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 19151 </ul> 19152 </div> 19153 </div> 19154 19155 19156 <div class="product"> 19157 <span class="title">openssh-server-init-0.0.1</span> 19158 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 19159 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span> 19160 <div class="licence"> 19161 <pre></pre> 19162 <ul> 19163 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 19164 </ul> 19165 </div> 19166 </div> 19167 19168 19169 <div class="product"> 19170 <span class="title">openssl-1.0.1h</span> 19171 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 19172 <span class="homepage"><a href="http://www.openssl.org/">homepage</a></span> 19173 <div class="licence"> 19174 <pre>Gentoo Package Stock License openssl: 19175 19176 19177 LICENSE ISSUES 19178 ============== 19179 19180 The OpenSSL toolkit stays under a dual license, i.e. both the conditions of 19181 the OpenSSL License and the original SSLeay license apply to the toolkit. 19182 See below for the actual license texts. Actually both licenses are BSD-style 19183 Open Source licenses. In case of any license issues related to OpenSSL 19184 please contact openssl-core (a] openssl.org. 19185 19186 OpenSSL License 19187 --------------- 19188 19189 /* ==================================================================== 19190 * Copyright (c) 1998-2004 The OpenSSL Project. All rights reserved. 19191 * 19192 * Redistribution and use in source and binary forms, with or without 19193 * modification, are permitted provided that the following conditions 19194 * are met: 19195 * 19196 * 1. Redistributions of source code must retain the above copyright 19197 * notice, this list of conditions and the following disclaimer. 19198 * 19199 * 2. Redistributions in binary form must reproduce the above copyright 19200 * notice, this list of conditions and the following disclaimer in 19201 * the documentation and/or other materials provided with the 19202 * distribution. 19203 * 19204 * 3. All advertising materials mentioning features or use of this 19205 * software must display the following acknowledgment: 19206 * "This product includes software developed by the OpenSSL Project 19207 * for use in the OpenSSL Toolkit. (http://www.openssl.org/)" 19208 * 19209 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to 19210 * endorse or promote products derived from this software without 19211 * prior written permission. For written permission, please contact 19212 * openssl-core (a] openssl.org. 19213 * 19214 * 5. Products derived from this software may not be called "OpenSSL" 19215 * nor may "OpenSSL" appear in their names without prior written 19216 * permission of the OpenSSL Project. 19217 * 19218 * 6. Redistributions of any form whatsoever must retain the following 19219 * acknowledgment: 19220 * "This product includes software developed by the OpenSSL Project 19221 * for use in the OpenSSL Toolkit (http://www.openssl.org/)" 19222 * 19223 * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY 19224 * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 19225 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 19226 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR 19227 * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 19228 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT 19229 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; 19230 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 19231 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, 19232 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 19233 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 19234 * OF THE POSSIBILITY OF SUCH DAMAGE. 19235 * ==================================================================== 19236 * 19237 * This product includes cryptographic software written by Eric Young 19238 * (eay (a] cryptsoft.com). This product includes software written by Tim 19239 * Hudson (tjh (a] cryptsoft.com). 19240 * 19241 */ 19242 19243 Original SSLeay License 19244 ----------------------- 19245 19246 /* Copyright (C) 1995-1998 Eric Young (eay (a] cryptsoft.com) 19247 * All rights reserved. 19248 * 19249 * This package is an SSL implementation written 19250 * by Eric Young (eay (a] cryptsoft.com). 19251 * The implementation was written so as to conform with Netscapes SSL. 19252 * 19253 * This library is free for commercial and non-commercial use as long as 19254 * the following conditions are aheared to. The following conditions 19255 * apply to all code found in this distribution, be it the RC4, RSA, 19256 * lhash, DES, etc., code; not just the SSL code. The SSL documentation 19257 * included with this distribution is covered by the same copyright terms 19258 * except that the holder is Tim Hudson (tjh (a] cryptsoft.com). 19259 * 19260 * Copyright remains Eric Young's, and as such any Copyright notices in 19261 * the code are not to be removed. 19262 * If this package is used in a product, Eric Young should be given attribution 19263 * as the author of the parts of the library used. 19264 * This can be in the form of a textual message at program startup or 19265 * in documentation (online or textual) provided with the package. 19266 * 19267 * Redistribution and use in source and binary forms, with or without 19268 * modification, are permitted provided that the following conditions 19269 * are met: 19270 * 1. Redistributions of source code must retain the copyright 19271 * notice, this list of conditions and the following disclaimer. 19272 * 2. Redistributions in binary form must reproduce the above copyright 19273 * notice, this list of conditions and the following disclaimer in the 19274 * documentation and/or other materials provided with the distribution. 19275 * 3. All advertising materials mentioning features or use of this software 19276 * must display the following acknowledgement: 19277 * "This product includes cryptographic software written by 19278 * Eric Young (eay (a] cryptsoft.com)" 19279 * The word 'cryptographic' can be left out if the rouines from the library 19280 * being used are not cryptographic related :-). 19281 * 4. If you include any Windows specific code (or a derivative thereof) from 19282 * the apps directory (application code) you must include an acknowledgement: 19283 * "This product includes software written by Tim Hudson (tjh (a] cryptsoft.com)" 19284 * 19285 * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND 19286 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 19287 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 19288 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 19289 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 19290 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 19291 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 19292 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 19293 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 19294 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 19295 * SUCH DAMAGE. 19296 * 19297 * The licence and distribution terms for any publically available version or 19298 * derivative of this code cannot be changed. i.e. this code cannot simply be 19299 * copied and put under another distribution licence 19300 * [including the GNU Public Licence.] 19301 */ 19302 19303 19304 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 19305 </pre> 19306 <ul> 19307 19308 </ul> 19309 </div> 19310 </div> 19311 19312 19313 <div class="product"> 19314 <span class="title">openvpn-2.3.2</span> 19315 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 19316 <span class="homepage"><a href="http://openvpn.net/">homepage</a></span> 19317 <div class="licence"> 19318 <pre></pre> 19319 <ul> 19320 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 19321 </ul> 19322 </div> 19323 </div> 19324 19325 19326 <div class="product"> 19327 <span class="title">p2p-0.0.1</span> 19328 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 19329 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span> 19330 <div class="licence"> 19331 <pre></pre> 19332 <ul> 19333 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 19334 </ul> 19335 </div> 19336 </div> 19337 19338 19339 <div class="product"> 19340 <span class="title">pam-1.1.5</span> 19341 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 19342 <span class="homepage"><a href="https://fedorahosted.org/linux-pam/">homepage</a></span> 19343 <div class="licence"> 19344 <pre></pre> 19345 <ul> 19346 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 19347 </ul> 19348 </div> 19349 </div> 19350 19351 19352 <div class="product"> 19353 <span class="title">pam_pwdfile-0.99</span> 19354 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 19355 <span class="homepage"><a href="http://cpbotha.net/pam_pwdfile.html">homepage</a></span> 19356 <div class="licence"> 19357 <pre></pre> 19358 <ul> 19359 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 19360 </ul> 19361 </div> 19362 </div> 19363 19364 19365 <div class="product"> 19366 <span class="title">pambase-20101024</span> 19367 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 19368 <span class="homepage"><a href="http://www.gentoo.org/proj/en/base/pam/">homepage</a></span> 19369 <div class="licence"> 19370 <pre></pre> 19371 <ul> 19372 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 19373 </ul> 19374 </div> 19375 </div> 19376 19377 19378 <div class="product"> 19379 <span class="title">pango-1.32.5</span> 19380 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 19381 <span class="homepage"><a href="http://www.pango.org/">homepage</a></span> 19382 <div class="licence"> 19383 <pre></pre> 19384 <ul> 19385 <li><a href='#LGPL-2+'>Gentoo Package Stock License LGPL-2+</a></li> 19386 <li><a href='#LGPL-2'>Gentoo Package Stock License LGPL-2</a></li> 19387 <li><a href='#FTL'>Gentoo Package Stock License FTL</a></li> 19388 </ul> 19389 </div> 19390 </div> 19391 19392 19393 <div class="product"> 19394 <span class="title">parted-3.1</span> 19395 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 19396 <span class="homepage"><a href="http://www.gnu.org/software/parted">homepage</a></span> 19397 <div class="licence"> 19398 <pre></pre> 19399 <ul> 19400 <li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li> 19401 </ul> 19402 </div> 19403 </div> 19404 19405 19406 <div class="product"> 19407 <span class="title">patch-2.6.1</span> 19408 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 19409 <span class="homepage"><a href="http://www.gnu.org/software/patch/patch.html">homepage</a></span> 19410 <div class="licence"> 19411 <pre></pre> 19412 <ul> 19413 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 19414 </ul> 19415 </div> 19416 </div> 19417 19418 19419 <div class="product"> 19420 <span class="title">pax-utils-0.8.1</span> 19421 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 19422 <span class="homepage"><a href="http://hardened.gentoo.org/pax-utils.xml">homepage</a></span> 19423 <div class="licence"> 19424 <pre></pre> 19425 <ul> 19426 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 19427 </ul> 19428 </div> 19429 </div> 19430 19431 19432 <div class="product"> 19433 <span class="title">pciutils-3.1.10</span> 19434 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 19435 <span class="homepage"><a href="http://mj.ucw.cz/sw/pciutils/">homepage</a></span> 19436 <div class="licence"> 19437 <pre></pre> 19438 <ul> 19439 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 19440 </ul> 19441 </div> 19442 </div> 19443 19444 19445 <div class="product"> 19446 <span class="title">pepper-flash-14.0.0.145</span> 19447 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 19448 <span class="homepage"><a href="http://git-scm.com/">homepage</a></span> 19449 <div class="licence"> 19450 <pre></pre> 19451 <ul> 19452 <li><a href='#Google-TOS'>Gentoo Package Stock License Google-TOS</a></li> 19453 </ul> 19454 </div> 19455 </div> 19456 19457 19458 <div class="product"> 19459 <span class="title">perceptualdiff-1.1.1</span> 19460 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 19461 <span class="homepage"><a href="http://pdiff.sourceforge.net/">homepage</a></span> 19462 <div class="licence"> 19463 <pre></pre> 19464 <ul> 19465 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 19466 </ul> 19467 </div> 19468 </div> 19469 19470 19471 <div class="product"> 19472 <span class="title">perf-3.14</span> 19473 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 19474 <span class="homepage"><a href="http://perf.wiki.kernel.org/">homepage</a></span> 19475 <div class="licence"> 19476 <pre></pre> 19477 <ul> 19478 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 19479 </ul> 19480 </div> 19481 </div> 19482 19483 19484 <div class="product"> 19485 <span class="title">permission_broker-0.0.1</span> 19486 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 19487 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span> 19488 <div class="licence"> 19489 <pre></pre> 19490 <ul> 19491 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 19492 </ul> 19493 </div> 19494 </div> 19495 19496 19497 <div class="product"> 19498 <span class="title">pexpect-2.4</span> 19499 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 19500 <span class="homepage"><a href="http://pexpect.sourceforge.net/">homepage</a></span> 19501 <div class="licence"> 19502 <pre>Scanned Source License pexpect-2.4/LICENSE: 19503 19504 Free, open source, and all that good stuff. 19505 Pexpect Copyright (c) 2008 Noah Spurrier 19506 19507 Permission is hereby granted, free of charge, to any person obtaining a copy 19508 of this software and associated documentation files (the "Software"), to deal 19509 in the Software without restriction, including without limitation the rights 19510 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 19511 copies of the Software, and to permit persons to whom the Software is 19512 furnished to do so, subject to the following conditions: 19513 19514 The above copyright notice and this permission notice shall be included in all 19515 copies or substantial portions of the Software. 19516 19517 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 19518 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 19519 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. 19520 IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, 19521 DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR 19522 OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE 19523 USE OR OTHER DEALINGS IN THE SOFTWARE. 19524 19525 19526 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 19527 19528 Scanned Source License pexpect-2.4/PKG-INFO: 19529 19530 Metadata-Version: 1.0 19531 Name: pexpect 19532 Version: 2.4 19533 Summary: Pexpect is a pure Python Expect. It allows easy control of other applications. 19534 Home-page: http://pexpect.sourceforge.net/ 19535 Author: Noah Spurrier 19536 Author-email: noah (a] noah.org 19537 License: MIT license 19538 Description: UNKNOWN 19539 Platform: UNIX 19540 19541 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 19542 </pre> 19543 <ul> 19544 19545 </ul> 19546 </div> 19547 </div> 19548 19549 19550 <div class="product"> 19551 <span class="title">pixman-0.28.2</span> 19552 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 19553 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span> 19554 <div class="licence"> 19555 <pre>Scanned Source License pixman-0.28.2/COPYING: 19556 19557 The following is the MIT license, agreed upon by most contributors. 19558 Copyright holders of new code should use this license statement where 19559 possible. They may also add themselves to the list below. 19560 19561 /* 19562 * Copyright 1987, 1988, 1989, 1998 The Open Group 19563 * Copyright 1987, 1988, 1989 Digital Equipment Corporation 19564 * Copyright 1999, 2004, 2008 Keith Packard 19565 * Copyright 2000 SuSE, Inc. 19566 * Copyright 2000 Keith Packard, member of The XFree86 Project, Inc. 19567 * Copyright 2004, 2005, 2007, 2008, 2009, 2010 Red Hat, Inc. 19568 * Copyright 2004 Nicholas Miell 19569 * Copyright 2005 Lars Knoll & Zack Rusin, Trolltech 19570 * Copyright 2005 Trolltech AS 19571 * Copyright 2007 Luca Barbato 19572 * Copyright 2008 Aaron Plattner, NVIDIA Corporation 19573 * Copyright 2008 Rodrigo Kumpera 19574 * Copyright 2008 Andr Tupinamb 19575 * Copyright 2008 Mozilla Corporation 19576 * Copyright 2008 Frederic Plourde 19577 * Copyright 2009, Oracle and/or its affiliates. All rights reserved. 19578 * Copyright 2009, 2010 Nokia Corporation 19579 * 19580 * Permission is hereby granted, free of charge, to any person obtaining a 19581 * copy of this software and associated documentation files (the "Software"), 19582 * to deal in the Software without restriction, including without limitation 19583 * the rights to use, copy, modify, merge, publish, distribute, sublicense, 19584 * and/or sell copies of the Software, and to permit persons to whom the 19585 * Software is furnished to do so, subject to the following conditions: 19586 * 19587 * The above copyright notice and this permission notice (including the next 19588 * paragraph) shall be included in all copies or substantial portions of the 19589 * Software. 19590 * 19591 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 19592 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 19593 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 19594 * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19595 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 19596 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 19597 * DEALINGS IN THE SOFTWARE. 19598 */ 19599 19600 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 19601 </pre> 19602 <ul> 19603 19604 </ul> 19605 </div> 19606 </div> 19607 19608 19609 <div class="product"> 19610 <span class="title">pkcs11-helper-1.07</span> 19611 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 19612 <span class="homepage"><a href="http://www.opensc-project.org/pkcs11-helper">homepage</a></span> 19613 <div class="licence"> 19614 <pre></pre> 19615 <ul> 19616 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 19617 </ul> 19618 </div> 19619 </div> 19620 19621 19622 <div class="product"> 19623 <span class="title">platform2-0.0.3</span> 19624 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 19625 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span> 19626 <div class="licence"> 19627 <pre></pre> 19628 <ul> 19629 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 19630 </ul> 19631 </div> 19632 </div> 19633 19634 19635 <div class="product"> 19636 <span class="title">ply-image-0.0.1</span> 19637 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 19638 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span> 19639 <div class="licence"> 19640 <pre></pre> 19641 <ul> 19642 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 19643 </ul> 19644 </div> 19645 </div> 19646 19647 19648 <div class="product"> 19649 <span class="title">popt-1.16</span> 19650 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 19651 <span class="homepage"><a href="http://rpm5.org/">homepage</a></span> 19652 <div class="licence"> 19653 <pre>Scanned Source License popt-1.16/COPYING: 19654 19655 Copyright (c) 1998 Red Hat Software 19656 19657 Permission is hereby granted, free of charge, to any person obtaining a copy 19658 of this software and associated documentation files (the "Software"), to deal 19659 in the Software without restriction, including without limitation the rights 19660 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 19661 copies of the Software, and to permit persons to whom the Software is 19662 furnished to do so, subject to the following conditions: 19663 19664 The above copyright notice and this permission notice shall be included in 19665 all copies or substantial portions of the Software. 19666 19667 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 19668 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 19669 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 19670 X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN 19671 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 19672 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 19673 19674 Except as contained in this notice, the name of the X Consortium shall not be 19675 used in advertising or otherwise to promote the sale, use or other dealings 19676 in this Software without prior written authorization from the X Consortium. 19677 19678 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 19679 </pre> 19680 <ul> 19681 19682 </ul> 19683 </div> 19684 </div> 19685 19686 19687 <div class="product"> 19688 <span class="title">portage-2.1.11.50</span> 19689 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 19690 <span class="homepage"><a href="http://www.gentoo.org/proj/en/portage/index.xml">homepage</a></span> 19691 <div class="licence"> 19692 <pre></pre> 19693 <ul> 19694 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 19695 </ul> 19696 </div> 19697 </div> 19698 19699 19700 <div class="product"> 19701 <span class="title">portage-utils-0.53</span> 19702 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 19703 <span class="homepage"><a href="http://www.gentoo.org/doc/en/portage-utils.xml">homepage</a></span> 19704 <div class="licence"> 19705 <pre></pre> 19706 <ul> 19707 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 19708 </ul> 19709 </div> 19710 </div> 19711 19712 19713 <div class="product"> 19714 <span class="title">powertop-2.5</span> 19715 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 19716 <span class="homepage"><a href="https://01.org/powertop/">homepage</a></span> 19717 <div class="licence"> 19718 <pre></pre> 19719 <ul> 19720 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 19721 </ul> 19722 </div> 19723 </div> 19724 19725 19726 <div class="product"> 19727 <span class="title">ppp-2.4.5</span> 19728 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 19729 <span class="homepage"><a href="http://www.samba.org/ppp">homepage</a></span> 19730 <div class="licence"> 19731 <pre>Scanned Source License dhcp/COPYING: 19732 19733 GNU GENERAL PUBLIC LICENSE 19734 Version 2, June 1991 19735 19736 Copyright (C) 1989, 1991 Free Software Foundation, Inc. 19737 675 Mass Ave, Cambridge, MA 02139, USA 19738 Everyone is permitted to copy and distribute verbatim copies 19739 of this license document, but changing it is not allowed. 19740 19741 Preamble 19742 19743 The licenses for most software are designed to take away your 19744 freedom to share and change it. By contrast, the GNU General Public 19745 License is intended to guarantee your freedom to share and change free 19746 software--to make sure the software is free for all its users. This 19747 General Public License applies to most of the Free Software 19748 Foundation's software and to any other program whose authors commit to 19749 using it. (Some other Free Software Foundation software is covered by 19750 the GNU Library General Public License instead.) You can apply it to 19751 your programs, too. 19752 19753 When we speak of free software, we are referring to freedom, not 19754 price. Our General Public Licenses are designed to make sure that you 19755 have the freedom to distribute copies of free software (and charge for 19756 this service if you wish), that you receive source code or can get it 19757 if you want it, that you can change the software or use pieces of it 19758 in new free programs; and that you know you can do these things. 19759 19760 To protect your rights, we need to make restrictions that forbid 19761 anyone to deny you these rights or to ask you to surrender the rights. 19762 These restrictions translate to certain responsibilities for you if you 19763 distribute copies of the software, or if you modify it. 19764 19765 For example, if you distribute copies of such a program, whether 19766 gratis or for a fee, you must give the recipients all the rights that 19767 you have. You must make sure that they, too, receive or can get the 19768 source code. And you must show them these terms so they know their 19769 rights. 19770 19771 We protect your rights with two steps: (1) copyright the software, and 19772 (2) offer you this license which gives you legal permission to copy, 19773 distribute and/or modify the software. 19774 19775 Also, for each author's protection and ours, we want to make certain 19776 that everyone understands that there is no warranty for this free 19777 software. If the software is modified by someone else and passed on, we 19778 want its recipients to know that what they have is not the original, so 19779 that any problems introduced by others will not reflect on the original 19780 authors' reputations. 19781 19782 Finally, any free program is threatened constantly by software 19783 patents. We wish to avoid the danger that redistributors of a free 19784 program will individually obtain patent licenses, in effect making the 19785 program proprietary. To prevent this, we have made it clear that any 19786 patent must be licensed for everyone's free use or not licensed at all. 19787 19788 The precise terms and conditions for copying, distribution and 19789 modification follow. 19790 19791 GNU GENERAL PUBLIC LICENSE 19792 TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 19793 19794 0. This License applies to any program or other work which contains 19795 a notice placed by the copyright holder saying it may be distributed 19796 under the terms of this General Public License. The "Program", below, 19797 refers to any such program or work, and a "work based on the Program" 19798 means either the Program or any derivative work under copyright law: 19799 that is to say, a work containing the Program or a portion of it, 19800 either verbatim or with modifications and/or translated into another 19801 language. (Hereinafter, translation is included without limitation in 19802 the term "modification".) Each licensee is addressed as "you". 19803 19804 Activities other than copying, distribution and modification are not 19805 covered by this License; they are outside its scope. The act of 19806 running the Program is not restricted, and the output from the Program 19807 is covered only if its contents constitute a work based on the 19808 Program (independent of having been made by running the Program). 19809 Whether that is true depends on what the Program does. 19810 19811 1. You may copy and distribute verbatim copies of the Program's 19812 source code as you receive it, in any medium, provided that you 19813 conspicuously and appropriately publish on each copy an appropriate 19814 copyright notice and disclaimer of warranty; keep intact all the 19815 notices that refer to this License and to the absence of any warranty; 19816 and give any other recipients of the Program a copy of this License 19817 along with the Program. 19818 19819 You may charge a fee for the physical act of transferring a copy, and 19820 you may at your option offer warranty protection in exchange for a fee. 19821 19822 2. You may modify your copy or copies of the Program or any portion 19823 of it, thus forming a work based on the Program, and copy and 19824 distribute such modifications or work under the terms of Section 1 19825 above, provided that you also meet all of these conditions: 19826 19827 a) You must cause the modified files to carry prominent notices 19828 stating that you changed the files and the date of any change. 19829 19830 b) You must cause any work that you distribute or publish, that in 19831 whole or in part contains or is derived from the Program or any 19832 part thereof, to be licensed as a whole at no charge to all third 19833 parties under the terms of this License. 19834 19835 c) If the modified program normally reads commands interactively 19836 when run, you must cause it, when started running for such 19837 interactive use in the most ordinary way, to print or display an 19838 announcement including an appropriate copyright notice and a 19839 notice that there is no warranty (or else, saying that you provide 19840 a warranty) and that users may redistribute the program under 19841 these conditions, and telling the user how to view a copy of this 19842 License. (Exception: if the Program itself is interactive but 19843 does not normally print such an announcement, your work based on 19844 the Program is not required to print an announcement.) 19845 19846 These requirements apply to the modified work as a whole. If 19847 identifiable sections of that work are not derived from the Program, 19848 and can be reasonably considered independent and separate works in 19849 themselves, then this License, and its terms, do not apply to those 19850 sections when you distribute them as separate works. But when you 19851 distribute the same sections as part of a whole which is a work based 19852 on the Program, the distribution of the whole must be on the terms of 19853 this License, whose permissions for other licensees extend to the 19854 entire whole, and thus to each and every part regardless of who wrote it. 19855 19856 Thus, it is not the intent of this section to claim rights or contest 19857 your rights to work written entirely by you; rather, the intent is to 19858 exercise the right to control the distribution of derivative or 19859 collective works based on the Program. 19860 19861 In addition, mere aggregation of another work not based on the Program 19862 with the Program (or with a work based on the Program) on a volume of 19863 a storage or distribution medium does not bring the other work under 19864 the scope of this License. 19865 19866 3. You may copy and distribute the Program (or a work based on it, 19867 under Section 2) in object code or executable form under the terms of 19868 Sections 1 and 2 above provided that you also do one of the following: 19869 19870 a) Accompany it with the complete corresponding machine-readable 19871 source code, which must be distributed under the terms of Sections 19872 1 and 2 above on a medium customarily used for software interchange; or, 19873 19874 b) Accompany it with a written offer, valid for at least three 19875 years, to give any third party, for a charge no more than your 19876 cost of physically performing source distribution, a complete 19877 machine-readable copy of the corresponding source code, to be 19878 distributed under the terms of Sections 1 and 2 above on a medium 19879 customarily used for software interchange; or, 19880 19881 c) Accompany it with the information you received as to the offer 19882 to distribute corresponding source code. (This alternative is 19883 allowed only for noncommercial distribution and only if you 19884 received the program in object code or executable form with such 19885 an offer, in accord with Subsection b above.) 19886 19887 The source code for a work means the preferred form of the work for 19888 making modifications to it. For an executable work, complete source 19889 code means all the source code for all modules it contains, plus any 19890 associated interface definition files, plus the scripts used to 19891 control compilation and installation of the executable. However, as a 19892 special exception, the source code distributed need not include 19893 anything that is normally distributed (in either source or binary 19894 form) with the major components (compiler, kernel, and so on) of the 19895 operating system on which the executable runs, unless that component 19896 itself accompanies the executable. 19897 19898 If distribution of executable or object code is made by offering 19899 access to copy from a designated place, then offering equivalent 19900 access to copy the source code from the same place counts as 19901 distribution of the source code, even though third parties are not 19902 compelled to copy the source along with the object code. 19903 19904 4. You may not copy, modify, sublicense, or distribute the Program 19905 except as expressly provided under this License. Any attempt 19906 otherwise to copy, modify, sublicense or distribute the Program is 19907 void, and will automatically terminate your rights under this License. 19908 However, parties who have received copies, or rights, from you under 19909 this License will not have their licenses terminated so long as such 19910 parties remain in full compliance. 19911 19912 5. You are not required to accept this License, since you have not 19913 signed it. However, nothing else grants you permission to modify or 19914 distribute the Program or its derivative works. These actions are 19915 prohibited by law if you do not accept this License. Therefore, by 19916 modifying or distributing the Program (or any work based on the 19917 Program), you indicate your acceptance of this License to do so, and 19918 all its terms and conditions for copying, distributing or modifying 19919 the Program or works based on it. 19920 19921 6. Each time you redistribute the Program (or any work based on the 19922 Program), the recipient automatically receives a license from the 19923 original licensor to copy, distribute or modify the Program subject to 19924 these terms and conditions. You may not impose any further 19925 restrictions on the recipients' exercise of the rights granted herein. 19926 You are not responsible for enforcing compliance by third parties to 19927 this License. 19928 19929 7. If, as a consequence of a court judgment or allegation of patent 19930 infringement or for any other reason (not limited to patent issues), 19931 conditions are imposed on you (whether by court order, agreement or 19932 otherwise) that contradict the conditions of this License, they do not 19933 excuse you from the conditions of this License. If you cannot 19934 distribute so as to satisfy simultaneously your obligations under this 19935 License and any other pertinent obligations, then as a consequence you 19936 may not distribute the Program at all. For example, if a patent 19937 license would not permit royalty-free redistribution of the Program by 19938 all those who receive copies directly or indirectly through you, then 19939 the only way you could satisfy both it and this License would be to 19940 refrain entirely from distribution of the Program. 19941 19942 If any portion of this section is held invalid or unenforceable under 19943 any particular circumstance, the balance of the section is intended to 19944 apply and the section as a whole is intended to apply in other 19945 circumstances. 19946 19947 It is not the purpose of this section to induce you to infringe any 19948 patents or other property right claims or to contest validity of any 19949 such claims; this section has the sole purpose of protecting the 19950 integrity of the free software distribution system, which is 19951 implemented by public license practices. Many people have made 19952 generous contributions to the wide range of software distributed 19953 through that system in reliance on consistent application of that 19954 system; it is up to the author/donor to decide if he or she is willing 19955 to distribute software through any other system and a licensee cannot 19956 impose that choice. 19957 19958 This section is intended to make thoroughly clear what is believed to 19959 be a consequence of the rest of this License. 19960 19961 8. If the distribution and/or use of the Program is restricted in 19962 certain countries either by patents or by copyrighted interfaces, the 19963 original copyright holder who places the Program under this License 19964 may add an explicit geographical distribution limitation excluding 19965 those countries, so that distribution is permitted only in or among 19966 countries not thus excluded. In such case, this License incorporates 19967 the limitation as if written in the body of this License. 19968 19969 9. The Free Software Foundation may publish revised and/or new versions 19970 of the General Public License from time to time. Such new versions will 19971 be similar in spirit to the present version, but may differ in detail to 19972 address new problems or concerns. 19973 19974 Each version is given a distinguishing version number. If the Program 19975 specifies a version number of this License which applies to it and "any 19976 later version", you have the option of following the terms and conditions 19977 either of that version or of any later version published by the Free 19978 Software Foundation. If the Program does not specify a version number of 19979 this License, you may choose any version ever published by the Free Software 19980 Foundation. 19981 19982 10. If you wish to incorporate parts of the Program into other free 19983 programs whose distribution conditions are different, write to the author 19984 to ask for permission. For software which is copyrighted by the Free 19985 Software Foundation, write to the Free Software Foundation; we sometimes 19986 make exceptions for this. Our decision will be guided by the two goals 19987 of preserving the free status of all derivatives of our free software and 19988 of promoting the sharing and reuse of software generally. 19989 19990 NO WARRANTY 19991 19992 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY 19993 FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN 19994 OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES 19995 PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED 19996 OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF 19997 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS 19998 TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE 19999 PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, 20000 REPAIR OR CORRECTION. 20001 20002 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING 20003 WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR 20004 REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, 20005 INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING 20006 OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED 20007 TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY 20008 YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER 20009 PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE 20010 POSSIBILITY OF SUCH DAMAGES. 20011 20012 END OF TERMS AND CONDITIONS 20013 20014 Appendix: How to Apply These Terms to Your New Programs 20015 20016 If you develop a new program, and you want it to be of the greatest 20017 possible use to the public, the best way to achieve this is to make it 20018 free software which everyone can redistribute and change under these terms. 20019 20020 To do so, attach the following notices to the program. It is safest 20021 to attach them to the start of each source file to most effectively 20022 convey the exclusion of warranty; and each file should have at least 20023 the "copyright" line and a pointer to where the full notice is found. 20024 20025 <one line to give the program's name and a brief idea of what it does.> 20026 Copyright (C) 19yy <name of author> 20027 20028 This program is free software; you can redistribute it and/or modify 20029 it under the terms of the GNU General Public License as published by 20030 the Free Software Foundation; either version 2 of the License, or 20031 (at your option) any later version. 20032 20033 This program is distributed in the hope that it will be useful, 20034 but WITHOUT ANY WARRANTY; without even the implied warranty of 20035 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 20036 GNU General Public License for more details. 20037 20038 You should have received a copy of the GNU General Public License 20039 along with this program; if not, write to the Free Software 20040 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 20041 20042 Also add information on how to contact you by electronic and paper mail. 20043 20044 If the program is interactive, make it output a short notice like this 20045 when it starts in an interactive mode: 20046 20047 Gnomovision version 69, Copyright (C) 19yy name of author 20048 Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. 20049 This is free software, and you are welcome to redistribute it 20050 under certain conditions; type `show c' for details. 20051 20052 The hypothetical commands `show w' and `show c' should show the appropriate 20053 parts of the General Public License. Of course, the commands you use may 20054 be called something other than `show w' and `show c'; they could even be 20055 mouse-clicks or menu items--whatever suits your program. 20056 20057 You should also get your employer (if you work as a programmer) or your 20058 school, if any, to sign a "copyright disclaimer" for the program, if 20059 necessary. Here is a sample; alter the names: 20060 20061 Yoyodyne, Inc., hereby disclaims all copyright interest in the program 20062 `Gnomovision' (which makes passes at compilers) written by James Hacker. 20063 20064 <signature of Ty Coon>, 1 April 1989 20065 Ty Coon, President of Vice 20066 20067 This General Public License does not permit incorporating your program into 20068 proprietary programs. If your program is a subroutine library, you may 20069 consider it more useful to permit linking proprietary applications with the 20070 library. If this is what you want to do, use the GNU Library General 20071 Public License instead of this License. 20072 20073 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 20074 20075 Scanned Source License ppp-2.4.5/pppd/plugins/pppoatm/COPYING: 20076 20077 The files ans.c, atm.h, atmres.h, atmsap.h, misc.c, text2atm.c and 20078 text2qos.c are taken from the linux-atm libraries. These are 20079 Copyright 1995-2000 EPFL-LRC/ICA, and are licensed under the GNU Lesser 20080 General Public License. 20081 20082 The file pppoatm.c contains its own copyright notice, and is licensed 20083 under the GPL. 20084 20085 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 20086 20087 Scanned Source License ppp-2.4.5/pppd/plugins/radius/COPYRIGHT: 20088 20089 See the respective source files to find out which copyrights apply. 20090 20091 ------------------------------------------------------------------------------ 20092 Copyright (C) 2002 Roaring Penguin Software Inc. 20093 20094 Permission to use, copy, modify, and distribute this software for any 20095 purpose and without fee is hereby granted, provided that this 20096 copyright and permission notice appear on all copies and supporting 20097 documentation, the name of Roaring Penguin Software Inc. not be used 20098 in advertising or publicity pertaining to distribution of the program 20099 without specific prior permission, and notice be given in supporting 20100 documentation that copying and distribution is by permission of 20101 Roaring Penguin Software Inc.. 20102 20103 Roaring Penguin Software Inc. makes no representations about the 20104 suitability of this software for any purpose. It is provided "as is" 20105 without express or implied warranty. 20106 20107 ------------------------------------------------------------------------------ 20108 Copyright (C) 1995,1996,1997,1998 Lars Fenneberg <lf (a] elemental.net> 20109 20110 Permission to use, copy, modify, and distribute this software for any 20111 purpose and without fee is hereby granted, provided that this copyright and 20112 permission notice appear on all copies and supporting documentation, the 20113 name of Lars Fenneberg not be used in advertising or publicity pertaining to 20114 distribution of the program without specific prior permission, and notice be 20115 given in supporting documentation that copying and distribution is by 20116 permission of Lars Fenneberg. 20117 20118 Lars Fenneberg makes no representations about the suitability of this 20119 software for any purpose. It is provided "as is" without express or implied 20120 warranty. 20121 20122 ------------------------------------------------------------------------------ 20123 Copyright 1992 Livingston Enterprises, Inc. 20124 Livingston Enterprises, Inc. 6920 Koll Center Parkway Pleasanton, CA 94566 20125 20126 Permission to use, copy, modify, and distribute this software for any 20127 purpose and without fee is hereby granted, provided that this copyright 20128 and permission notice appear on all copies and supporting documentation, 20129 the name of Livingston Enterprises, Inc. not be used in advertising or 20130 publicity pertaining to distribution of the program without specific 20131 prior permission, and notice be given in supporting documentation that 20132 copying and distribution is by permission of Livingston Enterprises, Inc. 20133 20134 Livingston Enterprises, Inc. makes no representations about the suitability 20135 of this software for any purpose. It is provided "as is" without express 20136 or implied warranty. 20137 ------------------------------------------------------------------------------ 20138 [C] The Regents of the University of Michigan and Merit Network, Inc. 1992, 20139 1993, 1994, 1995 All Rights Reserved 20140 20141 Permission to use, copy, modify, and distribute this software and its 20142 documentation for any purpose and without fee is hereby granted, provided 20143 that the above copyright notice and this permission notice appear in all 20144 copies of the software and derivative works or modified versions thereof, 20145 and that both the copyright notice and this permission and disclaimer 20146 notice appear in supporting documentation. 20147 20148 THIS SOFTWARE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER 20149 EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION WARRANTIES OF 20150 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE REGENTS OF THE 20151 UNIVERSITY OF MICHIGAN AND MERIT NETWORK, INC. DO NOT WARRANT THAT THE 20152 FUNCTIONS CONTAINED IN THE SOFTWARE WILL MEET LICENSEE'S REQUIREMENTS OR 20153 THAT OPERATION WILL BE UNINTERRUPTED OR ERROR FREE. The Regents of the 20154 University of Michigan and Merit Network, Inc. shall not be liable for any 20155 special, indirect, incidental or consequential damages with respect to any 20156 claim by Licensee or any third party arising from use of the software. 20157 ------------------------------------------------------------------------------ 20158 Copyright (C) 1991-2, RSA Data Security, Inc. Created 1991. 20159 All rights reserved. 20160 20161 License to copy and use this software is granted provided that it 20162 is identified as the "RSA Data Security, Inc. MD5 Message-Digest 20163 Algorithm" in all material mentioning or referencing this software 20164 or this function. 20165 20166 License is also granted to make and use derivative works provided 20167 that such works are identified as "derived from the RSA Data 20168 Security, Inc. MD5 Message-Digest Algorithm" in all material 20169 mentioning or referencing the derived work. 20170 20171 RSA Data Security, Inc. makes no representations concerning either 20172 the merchantability of this software or the suitability of this 20173 software for any particular purpose. It is provided "as is" 20174 without express or implied warranty of any kind. 20175 20176 These notices must be retained in any copies of any part of this 20177 documentation and/or software. 20178 ------------------------------------------------------------------------------ 20179 20180 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 20181 </pre> 20182 <ul> 20183 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 20184 </ul> 20185 </div> 20186 </div> 20187 20188 20189 <div class="product"> 20190 <span class="title">procps-3.3.4</span> 20191 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 20192 <span class="homepage"><a href="http://procps.sourceforge.net/">homepage</a></span> 20193 <div class="licence"> 20194 <pre></pre> 20195 <ul> 20196 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 20197 </ul> 20198 </div> 20199 </div> 20200 20201 20202 <div class="product"> 20203 <span class="title">protobuf-2.3.0</span> 20204 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 20205 <span class="homepage"><a href="http://code.google.com/p/protobuf/">homepage</a></span> 20206 <div class="licence"> 20207 <pre></pre> 20208 <ul> 20209 <li><a href='#Apache-2.0'>Gentoo Package Stock License Apache-2.0</a></li> 20210 </ul> 20211 </div> 20212 </div> 20213 20214 20215 <div class="product"> 20216 <span class="title">protobuf-python-2.3.0</span> 20217 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 20218 <span class="homepage"><a href="http://code.google.com/p/protobuf/">homepage</a></span> 20219 <div class="licence"> 20220 <pre></pre> 20221 <ul> 20222 <li><a href='#Apache-2.0'>Gentoo Package Stock License Apache-2.0</a></li> 20223 </ul> 20224 </div> 20225 </div> 20226 20227 20228 <div class="product"> 20229 <span class="title">protofiles-0.0.1</span> 20230 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 20231 <span class="homepage"><a href="http://chromium.org">homepage</a></span> 20232 <div class="licence"> 20233 <pre></pre> 20234 <ul> 20235 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 20236 </ul> 20237 </div> 20238 </div> 20239 20240 20241 <div class="product"> 20242 <span class="title">psmisc-22.20</span> 20243 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 20244 <span class="homepage"><a href="http://psmisc.sourceforge.net/">homepage</a></span> 20245 <div class="licence"> 20246 <pre></pre> 20247 <ul> 20248 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 20249 </ul> 20250 </div> 20251 </div> 20252 20253 20254 <div class="product"> 20255 <span class="title">punybench-0.0.1</span> 20256 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 20257 <span class="homepage"><a href="https://chromium.googlesource.com/chromiumos/platform/punybench">homepage</a></span> 20258 <div class="licence"> 20259 <pre></pre> 20260 <ul> 20261 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 20262 </ul> 20263 </div> 20264 </div> 20265 20266 20267 <div class="product"> 20268 <span class="title">pv-1.3.4</span> 20269 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 20270 <span class="homepage"><a href="http://www.ivarch.com/programs/pv.shtml">homepage</a></span> 20271 <div class="licence"> 20272 <pre>Gentoo Package Stock License Artistic-2: 20273 20274 The Artistic License 2.0 20275 20276 Copyright (c) 2000-2006, The Perl Foundation. 20277 20278 Everyone is permitted to copy and distribute verbatim copies 20279 of this license document, but changing it is not allowed. 20280 20281 Preamble 20282 20283 This license establishes the terms under which a given free software 20284 Package may be copied, modified, distributed, and/or redistributed. 20285 The intent is that the Copyright Holder maintains some artistic 20286 control over the development of that Package while still keeping the 20287 Package available as open source and free software. 20288 20289 You are always permitted to make arrangements wholly outside of this 20290 license directly with the Copyright Holder of a given Package. If the 20291 terms of this license do not permit the full use that you propose to 20292 make of the Package, you should contact the Copyright Holder and seek 20293 a different licensing arrangement. 20294 20295 Definitions 20296 20297 "Copyright Holder" means the individual(s) or organization(s) 20298 named in the copyright notice for the entire Package. 20299 20300 "Contributor" means any party that has contributed code or other 20301 material to the Package, in accordance with the Copyright Holder's 20302 procedures. 20303 20304 "You" and "your" means any person who would like to copy, 20305 distribute, or modify the Package. 20306 20307 "Package" means the collection of files distributed by the 20308 Copyright Holder, and derivatives of that collection and/or of 20309 those files. A given Package may consist of either the Standard 20310 Version, or a Modified Version. 20311 20312 "Distribute" means providing a copy of the Package or making it 20313 accessible to anyone else, or in the case of a company or 20314 organization, to others outside of your company or organization. 20315 20316 "Distributor Fee" means any fee that you charge for Distributing 20317 this Package or providing support for this Package to another 20318 party. It does not mean licensing fees. 20319 20320 "Standard Version" refers to the Package if it has not been 20321 modified, or has been modified only in ways explicitly requested 20322 by the Copyright Holder. 20323 20324 "Modified Version" means the Package, if it has been changed, and 20325 such changes were not explicitly requested by the Copyright 20326 Holder. 20327 20328 "Original License" means this Artistic License as Distributed with 20329 the Standard Version of the Package, in its current version or as 20330 it may be modified by The Perl Foundation in the future. 20331 20332 "Source" form means the source code, documentation source, and 20333 configuration files for the Package. 20334 20335 "Compiled" form means the compiled bytecode, object code, binary, 20336 or any other form resulting from mechanical transformation or 20337 translation of the Source form. 20338 20339 20340 Permission for Use and Modification Without Distribution 20341 20342 (1) You are permitted to use the Standard Version and create and use 20343 Modified Versions for any purpose without restriction, provided that 20344 you do not Distribute the Modified Version. 20345 20346 20347 Permissions for Redistribution of the Standard Version 20348 20349 (2) You may Distribute verbatim copies of the Source form of the 20350 Standard Version of this Package in any medium without restriction, 20351 either gratis or for a Distributor Fee, provided that you duplicate 20352 all of the original copyright notices and associated disclaimers. At 20353 your discretion, such verbatim copies may or may not include a 20354 Compiled form of the Package. 20355 20356 (3) You may apply any bug fixes, portability changes, and other 20357 modifications made available from the Copyright Holder. The resulting 20358 Package will still be considered the Standard Version, and as such 20359 will be subject to the Original License. 20360 20361 20362 Distribution of Modified Versions of the Package as Source 20363 20364 (4) You may Distribute your Modified Version as Source (either gratis 20365 or for a Distributor Fee, and with or without a Compiled form of the 20366 Modified Version) provided that you clearly document how it differs 20367 from the Standard Version, including, but not limited to, documenting 20368 any non-standard features, executables, or modules, and provided that 20369 you do at least ONE of the following: 20370 20371 (a) make the Modified Version available to the Copyright Holder 20372 of the Standard Version, under the Original License, so that the 20373 Copyright Holder may include your modifications in the Standard 20374 Version. 20375 20376 (b) ensure that installation of your Modified Version does not 20377 prevent the user installing or running the Standard Version. In 20378 addition, the Modified Version must bear a name that is different 20379 from the name of the Standard Version. 20380 20381 (c) allow anyone who receives a copy of the Modified Version to 20382 make the Source form of the Modified Version available to others 20383 under 20384 20385 (i) the Original License or 20386 20387 (ii) a license that permits the licensee to freely copy, 20388 modify and redistribute the Modified Version using the same 20389 licensing terms that apply to the copy that the licensee 20390 received, and requires that the Source form of the Modified 20391 Version, and of any works derived from it, be made freely 20392 available in that license fees are prohibited but Distributor 20393 Fees are allowed. 20394 20395 20396 Distribution of Compiled Forms of the Standard Version 20397 or Modified Versions without the Source 20398 20399 (5) You may Distribute Compiled forms of the Standard Version without 20400 the Source, provided that you include complete instructions on how to 20401 get the Source of the Standard Version. Such instructions must be 20402 valid at the time of your distribution. If these instructions, at any 20403 time while you are carrying out such distribution, become invalid, you 20404 must provide new instructions on demand or cease further distribution. 20405 If you provide valid instructions or cease distribution within thirty 20406 days after you become aware that the instructions are invalid, then 20407 you do not forfeit any of your rights under this license. 20408 20409 (6) You may Distribute a Modified Version in Compiled form without 20410 the Source, provided that you comply with Section 4 with respect to 20411 the Source of the Modified Version. 20412 20413 20414 Aggregating or Linking the Package 20415 20416 (7) You may aggregate the Package (either the Standard Version or 20417 Modified Version) with other packages and Distribute the resulting 20418 aggregation provided that you do not charge a licensing fee for the 20419 Package. Distributor Fees are permitted, and licensing fees for other 20420 components in the aggregation are permitted. The terms of this license 20421 apply to the use and Distribution of the Standard or Modified Versions 20422 as included in the aggregation. 20423 20424 (8) You are permitted to link Modified and Standard Versions with 20425 other works, to embed the Package in a larger work of your own, or to 20426 build stand-alone binary or bytecode versions of applications that 20427 include the Package, and Distribute the result without restriction, 20428 provided the result does not expose a direct interface to the Package. 20429 20430 20431 Items That are Not Considered Part of a Modified Version 20432 20433 (9) Works (including, but not limited to, modules and scripts) that 20434 merely extend or make use of the Package, do not, by themselves, cause 20435 the Package to be a Modified Version. In addition, such works are not 20436 considered parts of the Package itself, and are not subject to the 20437 terms of this license. 20438 20439 20440 General Provisions 20441 20442 (10) Any use, modification, and distribution of the Standard or 20443 Modified Versions is governed by this Artistic License. By using, 20444 modifying or distributing the Package, you accept this license. Do not 20445 use, modify, or distribute the Package, if you do not accept this 20446 license. 20447 20448 (11) If your Modified Version has been derived from a Modified 20449 Version made by someone other than you, you are nevertheless required 20450 to ensure that your Modified Version complies with the requirements of 20451 this license. 20452 20453 (12) This license does not grant you the right to use any trademark, 20454 service mark, tradename, or logo of the Copyright Holder. 20455 20456 (13) This license includes the non-exclusive, worldwide, 20457 free-of-charge patent license to make, have made, use, offer to sell, 20458 sell, import and otherwise transfer the Package with respect to any 20459 patent claims licensable by the Copyright Holder that are necessarily 20460 infringed by the Package. If you institute patent litigation 20461 (including a cross-claim or counterclaim) against any party alleging 20462 that the Package constitutes direct or contributory patent 20463 infringement, then this Artistic License to you shall terminate on the 20464 date that such litigation is filed. 20465 20466 (14) Disclaimer of Warranty: 20467 THE PACKAGE IS PROVIDED BY THE COPYRIGHT HOLDER AND CONTRIBUTORS "AS 20468 IS' AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES. THE IMPLIED 20469 WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR 20470 NON-INFRINGEMENT ARE DISCLAIMED TO THE EXTENT PERMITTED BY YOUR LOCAL 20471 LAW. UNLESS REQUIRED BY LAW, NO COPYRIGHT HOLDER OR CONTRIBUTOR WILL 20472 BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL 20473 DAMAGES ARISING IN ANY WAY OUT OF THE USE OF THE PACKAGE, EVEN IF 20474 ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 20475 20476 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 20477 </pre> 20478 <ul> 20479 20480 </ul> 20481 </div> 20482 </div> 20483 20484 20485 <div class="product"> 20486 <span class="title">pycairo-1.10.0</span> 20487 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 20488 <span class="homepage"><a href="http://cairographics.org/pycairo/">homepage</a></span> 20489 <div class="licence"> 20490 <pre></pre> 20491 <ul> 20492 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li> 20493 <li><a href='#LGPL-3'>Gentoo Package Stock License LGPL-3</a></li> 20494 </ul> 20495 </div> 20496 </div> 20497 20498 20499 <div class="product"> 20500 <span class="title">pygobject-2.18.0</span> 20501 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 20502 <span class="homepage"><a href="http://www.pygtk.org/">homepage</a></span> 20503 <div class="licence"> 20504 <pre></pre> 20505 <ul> 20506 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li> 20507 </ul> 20508 </div> 20509 </div> 20510 20511 20512 <div class="product"> 20513 <span class="title">pygtk-2.14.1</span> 20514 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 20515 <span class="homepage"><a href="http://www.pygtk.org/">homepage</a></span> 20516 <div class="licence"> 20517 <pre></pre> 20518 <ul> 20519 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li> 20520 </ul> 20521 </div> 20522 </div> 20523 20524 20525 <div class="product"> 20526 <span class="title">pyserial-2.5_rc2</span> 20527 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 20528 <span class="homepage"><a href="http://pyserial.sourceforge.net/">homepage</a></span> 20529 <div class="licence"> 20530 <pre>Gentoo Package Stock License PYTHON: 20531 20532 HISTORY OF THE SOFTWARE 20533 ======================= 20534 20535 Python was created in the early 1990s by Guido van Rossum at Stichting 20536 Mathematisch Centrum (CWI) in the Netherlands as a successor of a 20537 language called ABC. Guido is Python's principal author, although it 20538 includes many contributions from others. The last version released 20539 from CWI was Python 1.2. In 1995, Guido continued his work on Python 20540 at the Corporation for National Research Initiatives (CNRI) in Reston, 20541 Virginia where he released several versions of the software. Python 20542 1.6 was the last of the versions released by CNRI. In 2000, Guido and 20543 the Python core developement team moved to BeOpen.com to form the 20544 BeOpen PythonLabs team (www.pythonlabs.com). Python 2.0 is the first 20545 release from PythonLabs. Thanks to the many outside volunteers who 20546 have worked under Guido's direction to make this release possible. 20547 20548 20549 20550 BEOPEN.COM TERMS AND CONDITIONS FOR PYTHON 2.0 20551 ============================================== 20552 20553 BEOPEN PYTHON OPEN SOURCE LICENSE AGREEMENT VERSION 1 20554 ----------------------------------------------------- 20555 20556 1. This LICENSE AGREEMENT is between BeOpen.com ("BeOpen"), having an 20557 office at 160 Saratoga Avenue, Santa Clara, CA 95051, and the 20558 Individual or Organization ("Licensee") accessing and otherwise using 20559 this software in source or binary form and its associated 20560 documentation ("the Software"). 20561 20562 2. Subject to the terms and conditions of this BeOpen Python License 20563 Agreement, BeOpen hereby grants Licensee a non-exclusive, 20564 royalty-free, world-wide license to reproduce, analyze, test, perform 20565 and/or display publicly, prepare derivative works, distribute, and 20566 otherwise use the Software alone or in any derivative version, 20567 provided, however, that the BeOpen Python License is retained in the 20568 Software, alone or in any derivative version prepared by Licensee. 20569 20570 3. BeOpen is making the Software available to Licensee on an "AS IS" 20571 basis. BEOPEN MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR 20572 IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, BEOPEN MAKES NO AND 20573 DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS 20574 FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF THE SOFTWARE WILL NOT 20575 INFRINGE ANY THIRD PARTY RIGHTS. 20576 20577 4. BEOPEN SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF THE 20578 SOFTWARE FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS 20579 AS A RESULT OF USING, MODIFYING OR DISTRIBUTING THE SOFTWARE, OR ANY 20580 DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF. 20581 20582 5. This License Agreement will automatically terminate upon a material 20583 breach of its terms and conditions. 20584 20585 6. This License Agreement shall be governed by and interpreted in all 20586 respects by the law of the State of California, excluding conflict of 20587 law provisions. Nothing in this License Agreement shall be deemed to 20588 create any relationship of agency, partnership, or joint venture 20589 between BeOpen and Licensee. This License Agreement does not grant 20590 permission to use BeOpen trademarks or trade names in a trademark 20591 sense to endorse or promote products or services of Licensee, or any 20592 third party. As an exception, the "BeOpen Python" logos available at 20593 http://www.pythonlabs.com/logos.html may be used according to the 20594 permissions granted on that web page. 20595 20596 7. By copying, installing or otherwise using the software, Licensee 20597 agrees to be bound by the terms and conditions of this License 20598 Agreement. 20599 20600 20601 CNRI OPEN SOURCE LICENSE AGREEMENT 20602 ---------------------------------- 20603 20604 Python 1.6 CNRI OPEN SOURCE LICENSE AGREEMENT 20605 20606 IMPORTANT: PLEASE READ THE FOLLOWING AGREEMENT CAREFULLY. BY CLICKING 20607 ON "ACCEPT" WHERE INDICATED BELOW, OR BY COPYING, INSTALLING OR 20608 OTHERWISE USING PYTHON 1.6 SOFTWARE, YOU ARE DEEMED TO HAVE AGREED TO 20609 THE TERMS AND CONDITIONS OF THIS LICENSE AGREEMENT. 20610 20611 1. This LICENSE AGREEMENT is between the Corporation for National 20612 Research Initiatives, having an office at 1895 Preston White Drive, 20613 Reston, VA 20191 ("CNRI"), and the Individual or Organization 20614 ("Licensee") accessing and otherwise using Python 1.6 software in 20615 source or binary form and its associated documentation, as released at 20616 the www.python.org Internet site on September 5, 2000 ("Python 1.6"). 20617 20618 2. Subject to the terms and conditions of this License Agreement, CNRI 20619 hereby grants Licensee a nonexclusive, royalty-free, world-wide 20620 license to reproduce, analyze, test, perform and/or display publicly, 20621 prepare derivative works, distribute, and otherwise use Python 1.6 20622 alone or in any derivative version, provided, however, that CNRI's 20623 License Agreement and CNRI's notice of copyright, i.e., "Copyright (c) 20624 1995-2000 Corporation for National Research Initiatives; All Rights 20625 Reserved" are retained in Python 1.6 alone or in any derivative 20626 version prepared by 20627 20628 Licensee. Alternately, in lieu of CNRI's License Agreement, Licensee 20629 may substitute the following text (omitting the quotes): "Python 1.6 20630 is made available subject to the terms and conditions in CNRI's 20631 License Agreement. This Agreement together with Python 1.6 may be 20632 located on the Internet using the following unique, persistent 20633 identifier (known as a handle): 1895.22/1012. This Agreement may also 20634 be obtained from a proxy server on the Internet using the following 20635 URL: http://hdl.handle.net/1895.22/1012". 20636 20637 3. In the event Licensee prepares a derivative work that is based on 20638 or incorporates Python 1.6 or any part thereof, and wants to make the 20639 derivative work available to others as provided herein, then Licensee 20640 hereby agrees to include in any such work a brief summary of the 20641 changes made to Python 1.6. 20642 20643 4. CNRI is making Python 1.6 available to Licensee on an "AS IS" 20644 basis. CNRI MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR 20645 IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, CNRI MAKES NO AND 20646 DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS 20647 FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON 1.6 WILL NOT 20648 INFRINGE ANY THIRD PARTY RIGHTS. 20649 20650 5. CNRI SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON 20651 1.6 FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS A 20652 RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON 1.6, OR 20653 ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF. 20654 20655 6. This License Agreement will automatically terminate upon a material 20656 breach of its terms and conditions. 20657 20658 7. This License Agreement shall be governed by and interpreted in all 20659 respects by the law of the State of Virginia, excluding conflict of 20660 law provisions. Nothing in this License Agreement shall be deemed to 20661 create any relationship of agency, partnership, or joint venture 20662 between CNRI and Licensee. This License Agreement does not grant 20663 permission to use CNRI trademarks or trade name in a trademark sense 20664 to endorse or promote products or services of Licensee, or any third 20665 party. 20666 20667 8. By clicking on the "ACCEPT" button where indicated, or by copying, 20668 installing or otherwise using Python 1.6, Licensee agrees to be bound 20669 by the terms and conditions of this License Agreement. 20670 20671 ACCEPT 20672 20673 20674 CWI PERMISSIONS STATEMENT AND DISCLAIMER 20675 ---------------------------------------- 20676 20677 Copyright (c) 1991 - 1995, Stichting Mathematisch Centrum Amsterdam, 20678 The Netherlands. All rights reserved. 20679 20680 Permission to use, copy, modify, and distribute this software and its 20681 documentation for any purpose and without fee is hereby granted, 20682 provided that the above copyright notice appear in all copies and that 20683 both that copyright notice and this permission notice appear in 20684 supporting documentation, and that the name of Stichting Mathematisch 20685 Centrum or CWI not be used in advertising or publicity pertaining to 20686 distribution of the software without specific, written prior 20687 permission. 20688 20689 STICHTING MATHEMATISCH CENTRUM DISCLAIMS ALL WARRANTIES WITH REGARD TO 20690 THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND 20691 FITNESS, IN NO EVENT SHALL STICHTING MATHEMATISCH CENTRUM BE LIABLE 20692 FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 20693 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 20694 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT 20695 OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 20696 20697 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 20698 </pre> 20699 <ul> 20700 20701 </ul> 20702 </div> 20703 </div> 20704 20705 20706 <div class="product"> 20707 <span class="title">python-2.7.3</span> 20708 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 20709 <span class="homepage"><a href="http://www.python.org/">homepage</a></span> 20710 <div class="licence"> 20711 <pre>Scanned Source License Python-2.7.3/Doc/license.rst: 20712 20713 .. highlightlang:: none 20714 20715 .. _history-and-license: 20716 20717 ******************* 20718 History and License 20719 ******************* 20720 20721 20722 History of the software 20723 ======================= 20724 20725 Python was created in the early 1990s by Guido van Rossum at Stichting 20726 Mathematisch Centrum (CWI, see http://www.cwi.nl/) in the Netherlands as a 20727 successor of a language called ABC. Guido remains Python's principal author, 20728 although it includes many contributions from others. 20729 20730 In 1995, Guido continued his work on Python at the Corporation for National 20731 Research Initiatives (CNRI, see http://www.cnri.reston.va.us/) in Reston, 20732 Virginia where he released several versions of the software. 20733 20734 In May 2000, Guido and the Python core development team moved to BeOpen.com to 20735 form the BeOpen PythonLabs team. In October of the same year, the PythonLabs 20736 team moved to Digital Creations (now Zope Corporation; see 20737 http://www.zope.com/). In 2001, the Python Software Foundation (PSF, see 20738 http://www.python.org/psf/) was formed, a non-profit organization created 20739 specifically to own Python-related Intellectual Property. Zope Corporation is a 20740 sponsoring member of the PSF. 20741 20742 All Python releases are Open Source (see http://www.opensource.org/ for the Open 20743 Source Definition). Historically, most, but not all, Python releases have also 20744 been GPL-compatible; the table below summarizes the various releases. 20745 20746 +----------------+--------------+-----------+------------+-----------------+ 20747 | Release | Derived from | Year | Owner | GPL compatible? | 20748 +================+==============+===========+============+=================+ 20749 | 0.9.0 thru 1.2 | n/a | 1991-1995 | CWI | yes | 20750 +----------------+--------------+-----------+------------+-----------------+ 20751 | 1.3 thru 1.5.2 | 1.2 | 1995-1999 | CNRI | yes | 20752 +----------------+--------------+-----------+------------+-----------------+ 20753 | 1.6 | 1.5.2 | 2000 | CNRI | no | 20754 +----------------+--------------+-----------+------------+-----------------+ 20755 | 2.0 | 1.6 | 2000 | BeOpen.com | no | 20756 +----------------+--------------+-----------+------------+-----------------+ 20757 | 1.6.1 | 1.6 | 2001 | CNRI | no | 20758 +----------------+--------------+-----------+------------+-----------------+ 20759 | 2.1 | 2.0+1.6.1 | 2001 | PSF | no | 20760 +----------------+--------------+-----------+------------+-----------------+ 20761 | 2.0.1 | 2.0+1.6.1 | 2001 | PSF | yes | 20762 +----------------+--------------+-----------+------------+-----------------+ 20763 | 2.1.1 | 2.1+2.0.1 | 2001 | PSF | yes | 20764 +----------------+--------------+-----------+------------+-----------------+ 20765 | 2.2 | 2.1.1 | 2001 | PSF | yes | 20766 +----------------+--------------+-----------+------------+-----------------+ 20767 | 2.1.2 | 2.1.1 | 2002 | PSF | yes | 20768 +----------------+--------------+-----------+------------+-----------------+ 20769 | 2.1.3 | 2.1.2 | 2002 | PSF | yes | 20770 +----------------+--------------+-----------+------------+-----------------+ 20771 | 2.2.1 | 2.2 | 2002 | PSF | yes | 20772 +----------------+--------------+-----------+------------+-----------------+ 20773 | 2.2.2 | 2.2.1 | 2002 | PSF | yes | 20774 +----------------+--------------+-----------+------------+-----------------+ 20775 | 2.2.3 | 2.2.2 | 2002-2003 | PSF | yes | 20776 +----------------+--------------+-----------+------------+-----------------+ 20777 | 2.3 | 2.2.2 | 2002-2003 | PSF | yes | 20778 +----------------+--------------+-----------+------------+-----------------+ 20779 | 2.3.1 | 2.3 | 2002-2003 | PSF | yes | 20780 +----------------+--------------+-----------+------------+-----------------+ 20781 | 2.3.2 | 2.3.1 | 2003 | PSF | yes | 20782 +----------------+--------------+-----------+------------+-----------------+ 20783 | 2.3.3 | 2.3.2 | 2003 | PSF | yes | 20784 +----------------+--------------+-----------+------------+-----------------+ 20785 | 2.3.4 | 2.3.3 | 2004 | PSF | yes | 20786 +----------------+--------------+-----------+------------+-----------------+ 20787 | 2.3.5 | 2.3.4 | 2005 | PSF | yes | 20788 +----------------+--------------+-----------+------------+-----------------+ 20789 | 2.4 | 2.3 | 2004 | PSF | yes | 20790 +----------------+--------------+-----------+------------+-----------------+ 20791 | 2.4.1 | 2.4 | 2005 | PSF | yes | 20792 +----------------+--------------+-----------+------------+-----------------+ 20793 | 2.4.2 | 2.4.1 | 2005 | PSF | yes | 20794 +----------------+--------------+-----------+------------+-----------------+ 20795 | 2.4.3 | 2.4.2 | 2006 | PSF | yes | 20796 +----------------+--------------+-----------+------------+-----------------+ 20797 | 2.4.4 | 2.4.3 | 2006 | PSF | yes | 20798 +----------------+--------------+-----------+------------+-----------------+ 20799 | 2.5 | 2.4 | 2006 | PSF | yes | 20800 +----------------+--------------+-----------+------------+-----------------+ 20801 | 2.5.1 | 2.5 | 2007 | PSF | yes | 20802 +----------------+--------------+-----------+------------+-----------------+ 20803 | 2.5.2 | 2.5.1 | 2008 | PSF | yes | 20804 +----------------+--------------+-----------+------------+-----------------+ 20805 | 2.5.3 | 2.5.2 | 2008 | PSF | yes | 20806 +----------------+--------------+-----------+------------+-----------------+ 20807 | 2.6 | 2.5 | 2008 | PSF | yes | 20808 +----------------+--------------+-----------+------------+-----------------+ 20809 | 2.6.1 | 2.6 | 2008 | PSF | yes | 20810 +----------------+--------------+-----------+------------+-----------------+ 20811 | 2.6.2 | 2.6.1 | 2009 | PSF | yes | 20812 +----------------+--------------+-----------+------------+-----------------+ 20813 | 2.6.3 | 2.6.2 | 2009 | PSF | yes | 20814 +----------------+--------------+-----------+------------+-----------------+ 20815 | 2.6.4 | 2.6.3 | 2010 | PSF | yes | 20816 +----------------+--------------+-----------+------------+-----------------+ 20817 | 2.7 | 2.6 | 2010 | PSF | yes | 20818 +----------------+--------------+-----------+------------+-----------------+ 20819 20820 .. note:: 20821 20822 GPL-compatible doesn't mean that we're distributing Python under the GPL. All 20823 Python licenses, unlike the GPL, let you distribute a modified version without 20824 making your changes open source. The GPL-compatible licenses make it possible to 20825 combine Python with other software that is released under the GPL; the others 20826 don't. 20827 20828 Thanks to the many outside volunteers who have worked under Guido's direction to 20829 make these releases possible. 20830 20831 20832 Terms and conditions for accessing or otherwise using Python 20833 ============================================================ 20834 20835 20836 .. centered:: PSF LICENSE AGREEMENT FOR PYTHON |release| 20837 20838 #. This LICENSE AGREEMENT is between the Python Software Foundation ("PSF"), and 20839 the Individual or Organization ("Licensee") accessing and otherwise using Python 20840 |release| software in source or binary form and its associated documentation. 20841 20842 #. Subject to the terms and conditions of this License Agreement, PSF hereby 20843 grants Licensee a nonexclusive, royalty-free, world-wide license to reproduce, 20844 analyze, test, perform and/or display publicly, prepare derivative works, 20845 distribute, and otherwise use Python |release| alone or in any derivative 20846 version, provided, however, that PSF's License Agreement and PSF's notice of 20847 copyright, i.e., "Copyright 2001-2012 Python Software Foundation; All Rights 20848 Reserved" are retained in Python |release| alone or in any derivative version 20849 prepared by Licensee. 20850 20851 #. In the event Licensee prepares a derivative work that is based on or 20852 incorporates Python |release| or any part thereof, and wants to make the 20853 derivative work available to others as provided herein, then Licensee hereby 20854 agrees to include in any such work a brief summary of the changes made to Python 20855 |release|. 20856 20857 #. PSF is making Python |release| available to Licensee on an "AS IS" basis. 20858 PSF MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED. BY WAY OF 20859 EXAMPLE, BUT NOT LIMITATION, PSF MAKES NO AND DISCLAIMS ANY REPRESENTATION OR 20860 WARRANTY OF MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT THE 20861 USE OF PYTHON |release| WILL NOT INFRINGE ANY THIRD PARTY RIGHTS. 20862 20863 #. PSF SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON |release| 20864 FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS A RESULT OF 20865 MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON |release|, OR ANY DERIVATIVE 20866 THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF. 20867 20868 #. This License Agreement will automatically terminate upon a material breach of 20869 its terms and conditions. 20870 20871 #. Nothing in this License Agreement shall be deemed to create any relationship 20872 of agency, partnership, or joint venture between PSF and Licensee. This License 20873 Agreement does not grant permission to use PSF trademarks or trade name in a 20874 trademark sense to endorse or promote products or services of Licensee, or any 20875 third party. 20876 20877 #. By copying, installing or otherwise using Python |release|, Licensee agrees 20878 to be bound by the terms and conditions of this License Agreement. 20879 20880 20881 .. centered:: BEOPEN.COM LICENSE AGREEMENT FOR PYTHON 2.0 20882 20883 20884 .. centered:: BEOPEN PYTHON OPEN SOURCE LICENSE AGREEMENT VERSION 1 20885 20886 #. This LICENSE AGREEMENT is between BeOpen.com ("BeOpen"), having an office at 20887 160 Saratoga Avenue, Santa Clara, CA 95051, and the Individual or Organization 20888 ("Licensee") accessing and otherwise using this software in source or binary 20889 form and its associated documentation ("the Software"). 20890 20891 #. Subject to the terms and conditions of this BeOpen Python License Agreement, 20892 BeOpen hereby grants Licensee a non-exclusive, royalty-free, world-wide license 20893 to reproduce, analyze, test, perform and/or display publicly, prepare derivative 20894 works, distribute, and otherwise use the Software alone or in any derivative 20895 version, provided, however, that the BeOpen Python License is retained in the 20896 Software, alone or in any derivative version prepared by Licensee. 20897 20898 #. BeOpen is making the Software available to Licensee on an "AS IS" basis. 20899 BEOPEN MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED. BY WAY OF 20900 EXAMPLE, BUT NOT LIMITATION, BEOPEN MAKES NO AND DISCLAIMS ANY REPRESENTATION OR 20901 WARRANTY OF MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT THE 20902 USE OF THE SOFTWARE WILL NOT INFRINGE ANY THIRD PARTY RIGHTS. 20903 20904 #. BEOPEN SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF THE SOFTWARE FOR 20905 ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS A RESULT OF USING, 20906 MODIFYING OR DISTRIBUTING THE SOFTWARE, OR ANY DERIVATIVE THEREOF, EVEN IF 20907 ADVISED OF THE POSSIBILITY THEREOF. 20908 20909 #. This License Agreement will automatically terminate upon a material breach of 20910 its terms and conditions. 20911 20912 #. This License Agreement shall be governed by and interpreted in all respects 20913 by the law of the State of California, excluding conflict of law provisions. 20914 Nothing in this License Agreement shall be deemed to create any relationship of 20915 agency, partnership, or joint venture between BeOpen and Licensee. This License 20916 Agreement does not grant permission to use BeOpen trademarks or trade names in a 20917 trademark sense to endorse or promote products or services of Licensee, or any 20918 third party. As an exception, the "BeOpen Python" logos available at 20919 http://www.pythonlabs.com/logos.html may be used according to the permissions 20920 granted on that web page. 20921 20922 #. By copying, installing or otherwise using the software, Licensee agrees to be 20923 bound by the terms and conditions of this License Agreement. 20924 20925 20926 .. centered:: CNRI LICENSE AGREEMENT FOR PYTHON 1.6.1 20927 20928 #. This LICENSE AGREEMENT is between the Corporation for National Research 20929 Initiatives, having an office at 1895 Preston White Drive, Reston, VA 20191 20930 ("CNRI"), and the Individual or Organization ("Licensee") accessing and 20931 otherwise using Python 1.6.1 software in source or binary form and its 20932 associated documentation. 20933 20934 #. Subject to the terms and conditions of this License Agreement, CNRI hereby 20935 grants Licensee a nonexclusive, royalty-free, world-wide license to reproduce, 20936 analyze, test, perform and/or display publicly, prepare derivative works, 20937 distribute, and otherwise use Python 1.6.1 alone or in any derivative version, 20938 provided, however, that CNRI's License Agreement and CNRI's notice of copyright, 20939 i.e., "Copyright 1995-2001 Corporation for National Research Initiatives; All 20940 Rights Reserved" are retained in Python 1.6.1 alone or in any derivative version 20941 prepared by Licensee. Alternately, in lieu of CNRI's License Agreement, 20942 Licensee may substitute the following text (omitting the quotes): "Python 1.6.1 20943 is made available subject to the terms and conditions in CNRI's License 20944 Agreement. This Agreement together with Python 1.6.1 may be located on the 20945 Internet using the following unique, persistent identifier (known as a handle): 20946 1895.22/1013. This Agreement may also be obtained from a proxy server on the 20947 Internet using the following URL: http://hdl.handle.net/1895.22/1013." 20948 20949 #. In the event Licensee prepares a derivative work that is based on or 20950 incorporates Python 1.6.1 or any part thereof, and wants to make the derivative 20951 work available to others as provided herein, then Licensee hereby agrees to 20952 include in any such work a brief summary of the changes made to Python 1.6.1. 20953 20954 #. CNRI is making Python 1.6.1 available to Licensee on an "AS IS" basis. CNRI 20955 MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED. BY WAY OF EXAMPLE, 20956 BUT NOT LIMITATION, CNRI MAKES NO AND DISCLAIMS ANY REPRESENTATION OR WARRANTY 20957 OF MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF 20958 PYTHON 1.6.1 WILL NOT INFRINGE ANY THIRD PARTY RIGHTS. 20959 20960 #. CNRI SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON 1.6.1 FOR 20961 ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS A RESULT OF 20962 MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON 1.6.1, OR ANY DERIVATIVE 20963 THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF. 20964 20965 #. This License Agreement will automatically terminate upon a material breach of 20966 its terms and conditions. 20967 20968 #. This License Agreement shall be governed by the federal intellectual property 20969 law of the United States, including without limitation the federal copyright 20970 law, and, to the extent such U.S. federal law does not apply, by the law of the 20971 Commonwealth of Virginia, excluding Virginia's conflict of law provisions. 20972 Notwithstanding the foregoing, with regard to derivative works based on Python 20973 1.6.1 that incorporate non-separable material that was previously distributed 20974 under the GNU General Public License (GPL), the law of the Commonwealth of 20975 Virginia shall govern this License Agreement only as to issues arising under or 20976 with respect to Paragraphs 4, 5, and 7 of this License Agreement. Nothing in 20977 this License Agreement shall be deemed to create any relationship of agency, 20978 partnership, or joint venture between CNRI and Licensee. This License Agreement 20979 does not grant permission to use CNRI trademarks or trade name in a trademark 20980 sense to endorse or promote products or services of Licensee, or any third 20981 party. 20982 20983 #. By clicking on the "ACCEPT" button where indicated, or by copying, installing 20984 or otherwise using Python 1.6.1, Licensee agrees to be bound by the terms and 20985 conditions of this License Agreement. 20986 20987 20988 .. centered:: ACCEPT 20989 20990 20991 .. centered:: CWI LICENSE AGREEMENT FOR PYTHON 0.9.0 THROUGH 1.2 20992 20993 Copyright 1991 - 1995, Stichting Mathematisch Centrum Amsterdam, The 20994 Netherlands. All rights reserved. 20995 20996 Permission to use, copy, modify, and distribute this software and its 20997 documentation for any purpose and without fee is hereby granted, provided that 20998 the above copyright notice appear in all copies and that both that copyright 20999 notice and this permission notice appear in supporting documentation, and that 21000 the name of Stichting Mathematisch Centrum or CWI not be used in advertising or 21001 publicity pertaining to distribution of the software without specific, written 21002 prior permission. 21003 21004 STICHTING MATHEMATISCH CENTRUM DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS 21005 SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 21006 EVENT SHALL STICHTING MATHEMATISCH CENTRUM BE LIABLE FOR ANY SPECIAL, INDIRECT 21007 OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 21008 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS 21009 ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS 21010 SOFTWARE. 21011 21012 21013 Licenses and Acknowledgements for Incorporated Software 21014 ======================================================= 21015 21016 This section is an incomplete, but growing list of licenses and acknowledgements 21017 for third-party software incorporated in the Python distribution. 21018 21019 21020 Mersenne Twister 21021 ---------------- 21022 21023 The :mod:`_random` module includes code based on a download from 21024 http://www.math.keio.ac.jp/ matumoto/MT2002/emt19937ar.html. The following are 21025 the verbatim comments from the original code:: 21026 21027 A C-program for MT19937, with initialization improved 2002/1/26. 21028 Coded by Takuji Nishimura and Makoto Matsumoto. 21029 21030 Before using, initialize the state by using init_genrand(seed) 21031 or init_by_array(init_key, key_length). 21032 21033 Copyright (C) 1997 - 2002, Makoto Matsumoto and Takuji Nishimura, 21034 All rights reserved. 21035 21036 Redistribution and use in source and binary forms, with or without 21037 modification, are permitted provided that the following conditions 21038 are met: 21039 21040 1. Redistributions of source code must retain the above copyright 21041 notice, this list of conditions and the following disclaimer. 21042 21043 2. Redistributions in binary form must reproduce the above copyright 21044 notice, this list of conditions and the following disclaimer in the 21045 documentation and/or other materials provided with the distribution. 21046 21047 3. The names of its contributors may not be used to endorse or promote 21048 products derived from this software without specific prior written 21049 permission. 21050 21051 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 21052 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 21053 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 21054 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 21055 CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 21056 EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 21057 PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 21058 PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 21059 LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 21060 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 21061 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 21062 21063 21064 Any feedback is very welcome. 21065 http://www.math.keio.ac.jp/matumoto/emt.html 21066 email: matumoto (a] math.keio.ac.jp 21067 21068 21069 Sockets 21070 ------- 21071 21072 The :mod:`socket` module uses the functions, :func:`getaddrinfo`, and 21073 :func:`getnameinfo`, which are coded in separate source files from the WIDE 21074 Project, http://www.wide.ad.jp/. :: 21075 21076 Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. 21077 All rights reserved. 21078 21079 Redistribution and use in source and binary forms, with or without 21080 modification, are permitted provided that the following conditions 21081 are met: 21082 1. Redistributions of source code must retain the above copyright 21083 notice, this list of conditions and the following disclaimer. 21084 2. Redistributions in binary form must reproduce the above copyright 21085 notice, this list of conditions and the following disclaimer in the 21086 documentation and/or other materials provided with the distribution. 21087 3. Neither the name of the project nor the names of its contributors 21088 may be used to endorse or promote products derived from this software 21089 without specific prior written permission. 21090 21091 THIS SOFTWARE IS PROVIDED BY THE PROJECT AND CONTRIBUTORS ``AS IS'' AND 21092 GAI_ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 21093 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 21094 ARE DISCLAIMED. IN NO EVENT SHALL THE PROJECT OR CONTRIBUTORS BE LIABLE 21095 FOR GAI_ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 21096 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 21097 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 21098 HOWEVER CAUSED AND ON GAI_ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 21099 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN GAI_ANY WAY 21100 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 21101 SUCH DAMAGE. 21102 21103 21104 Floating point exception control 21105 -------------------------------- 21106 21107 The source for the :mod:`fpectl` module includes the following notice:: 21108 21109 --------------------------------------------------------------------- 21110 / Copyright (c) 1996. \ 21111 | The Regents of the University of California. | 21112 | All rights reserved. | 21113 | | 21114 | Permission to use, copy, modify, and distribute this software for | 21115 | any purpose without fee is hereby granted, provided that this en- | 21116 | tire notice is included in all copies of any software which is or | 21117 | includes a copy or modification of this software and in all | 21118 | copies of the supporting documentation for such software. | 21119 | | 21120 | This work was produced at the University of California, Lawrence | 21121 | Livermore National Laboratory under contract no. W-7405-ENG-48 | 21122 | between the U.S. Department of Energy and The Regents of the | 21123 | University of California for the operation of UC LLNL. | 21124 | | 21125 | DISCLAIMER | 21126 | | 21127 | This software was prepared as an account of work sponsored by an | 21128 | agency of the United States Government. Neither the United States | 21129 | Government nor the University of California nor any of their em- | 21130 | ployees, makes any warranty, express or implied, or assumes any | 21131 | liability or responsibility for the accuracy, completeness, or | 21132 | usefulness of any information, apparatus, product, or process | 21133 | disclosed, or represents that its use would not infringe | 21134 | privately-owned rights. Reference herein to any specific commer- | 21135 | cial products, process, or service by trade name, trademark, | 21136 | manufacturer, or otherwise, does not necessarily constitute or | 21137 | imply its endorsement, recommendation, or favoring by the United | 21138 | States Government or the University of California. The views and | 21139 | opinions of authors expressed herein do not necessarily state or | 21140 | reflect those of the United States Government or the University | 21141 | of California, and shall not be used for advertising or product | 21142 \ endorsement purposes. / 21143 --------------------------------------------------------------------- 21144 21145 21146 MD5 message digest algorithm 21147 ---------------------------- 21148 21149 The source code for the :mod:`md5` module contains the following notice:: 21150 21151 Copyright (C) 1999, 2002 Aladdin Enterprises. All rights reserved. 21152 21153 This software is provided 'as-is', without any express or implied 21154 warranty. In no event will the authors be held liable for any damages 21155 arising from the use of this software. 21156 21157 Permission is granted to anyone to use this software for any purpose, 21158 including commercial applications, and to alter it and redistribute it 21159 freely, subject to the following restrictions: 21160 21161 1. The origin of this software must not be misrepresented; you must not 21162 claim that you wrote the original software. If you use this software 21163 in a product, an acknowledgment in the product documentation would be 21164 appreciated but is not required. 21165 2. Altered source versions must be plainly marked as such, and must not be 21166 misrepresented as being the original software. 21167 3. This notice may not be removed or altered from any source distribution. 21168 21169 L. Peter Deutsch 21170 ghost (a] aladdin.com 21171 21172 Independent implementation of MD5 (RFC 1321). 21173 21174 This code implements the MD5 Algorithm defined in RFC 1321, whose 21175 text is available at 21176 http://www.ietf.org/rfc/rfc1321.txt 21177 The code is derived from the text of the RFC, including the test suite 21178 (section A.5) but excluding the rest of Appendix A. It does not include 21179 any code or documentation that is identified in the RFC as being 21180 copyrighted. 21181 21182 The original and principal author of md5.h is L. Peter Deutsch 21183 <ghost (a] aladdin.com>. Other authors are noted in the change history 21184 that follows (in reverse chronological order): 21185 21186 2002-04-13 lpd Removed support for non-ANSI compilers; removed 21187 references to Ghostscript; clarified derivation from RFC 1321; 21188 now handles byte order either statically or dynamically. 21189 1999-11-04 lpd Edited comments slightly for automatic TOC extraction. 21190 1999-10-18 lpd Fixed typo in header comment (ansi2knr rather than md5); 21191 added conditionalization for C++ compilation from Martin 21192 Purschke <purschke (a] bnl.gov>. 21193 1999-05-03 lpd Original version. 21194 21195 21196 Asynchronous socket services 21197 ---------------------------- 21198 21199 The :mod:`asynchat` and :mod:`asyncore` modules contain the following notice:: 21200 21201 Copyright 1996 by Sam Rushing 21202 21203 All Rights Reserved 21204 21205 Permission to use, copy, modify, and distribute this software and 21206 its documentation for any purpose and without fee is hereby 21207 granted, provided that the above copyright notice appear in all 21208 copies and that both that copyright notice and this permission 21209 notice appear in supporting documentation, and that the name of Sam 21210 Rushing not be used in advertising or publicity pertaining to 21211 distribution of the software without specific, written prior 21212 permission. 21213 21214 SAM RUSHING DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 21215 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN 21216 NO EVENT SHALL SAM RUSHING BE LIABLE FOR ANY SPECIAL, INDIRECT OR 21217 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS 21218 OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, 21219 NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN 21220 CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 21221 21222 21223 Cookie management 21224 ----------------- 21225 21226 The :mod:`Cookie` module contains the following notice:: 21227 21228 Copyright 2000 by Timothy O'Malley <timo (a] alum.mit.edu> 21229 21230 All Rights Reserved 21231 21232 Permission to use, copy, modify, and distribute this software 21233 and its documentation for any purpose and without fee is hereby 21234 granted, provided that the above copyright notice appear in all 21235 copies and that both that copyright notice and this permission 21236 notice appear in supporting documentation, and that the name of 21237 Timothy O'Malley not be used in advertising or publicity 21238 pertaining to distribution of the software without specific, written 21239 prior permission. 21240 21241 Timothy O'Malley DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS 21242 SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY 21243 AND FITNESS, IN NO EVENT SHALL Timothy O'Malley BE LIABLE FOR 21244 ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 21245 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, 21246 WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS 21247 ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 21248 PERFORMANCE OF THIS SOFTWARE. 21249 21250 21251 Execution tracing 21252 ----------------- 21253 21254 The :mod:`trace` module contains the following notice:: 21255 21256 portions copyright 2001, Autonomous Zones Industries, Inc., all rights... 21257 err... reserved and offered to the public under the terms of the 21258 Python 2.2 license. 21259 Author: Zooko O'Whielacronx 21260 http://zooko.com/ 21261 mailto:zooko (a] zooko.com 21262 21263 Copyright 2000, Mojam Media, Inc., all rights reserved. 21264 Author: Skip Montanaro 21265 21266 Copyright 1999, Bioreason, Inc., all rights reserved. 21267 Author: Andrew Dalke 21268 21269 Copyright 1995-1997, Automatrix, Inc., all rights reserved. 21270 Author: Skip Montanaro 21271 21272 Copyright 1991-1995, Stichting Mathematisch Centrum, all rights reserved. 21273 21274 21275 Permission to use, copy, modify, and distribute this Python software and 21276 its associated documentation for any purpose without fee is hereby 21277 granted, provided that the above copyright notice appears in all copies, 21278 and that both that copyright notice and this permission notice appear in 21279 supporting documentation, and that the name of neither Automatrix, 21280 Bioreason or Mojam Media be used in advertising or publicity pertaining to 21281 distribution of the software without specific, written prior permission. 21282 21283 21284 UUencode and UUdecode functions 21285 ------------------------------- 21286 21287 The :mod:`uu` module contains the following notice:: 21288 21289 Copyright 1994 by Lance Ellinghouse 21290 Cathedral City, California Republic, United States of America. 21291 All Rights Reserved 21292 Permission to use, copy, modify, and distribute this software and its 21293 documentation for any purpose and without fee is hereby granted, 21294 provided that the above copyright notice appear in all copies and that 21295 both that copyright notice and this permission notice appear in 21296 supporting documentation, and that the name of Lance Ellinghouse 21297 not be used in advertising or publicity pertaining to distribution 21298 of the software without specific, written prior permission. 21299 LANCE ELLINGHOUSE DISCLAIMS ALL WARRANTIES WITH REGARD TO 21300 THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND 21301 FITNESS, IN NO EVENT SHALL LANCE ELLINGHOUSE CENTRUM BE LIABLE 21302 FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 21303 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 21304 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT 21305 OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 21306 21307 Modified by Jack Jansen, CWI, July 1995: 21308 - Use binascii module to do the actual line-by-line conversion 21309 between ascii and binary. This results in a 1000-fold speedup. The C 21310 version is still 5 times faster, though. 21311 - Arguments more compliant with Python standard 21312 21313 21314 XML Remote Procedure Calls 21315 -------------------------- 21316 21317 The :mod:`xmlrpclib` module contains the following notice:: 21318 21319 The XML-RPC client interface is 21320 21321 Copyright (c) 1999-2002 by Secret Labs AB 21322 Copyright (c) 1999-2002 by Fredrik Lundh 21323 21324 By obtaining, using, and/or copying this software and/or its 21325 associated documentation, you agree that you have read, understood, 21326 and will comply with the following terms and conditions: 21327 21328 Permission to use, copy, modify, and distribute this software and 21329 its associated documentation for any purpose and without fee is 21330 hereby granted, provided that the above copyright notice appears in 21331 all copies, and that both that copyright notice and this permission 21332 notice appear in supporting documentation, and that the name of 21333 Secret Labs AB or the author not be used in advertising or publicity 21334 pertaining to distribution of the software without specific, written 21335 prior permission. 21336 21337 SECRET LABS AB AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD 21338 TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANT- 21339 ABILITY AND FITNESS. IN NO EVENT SHALL SECRET LABS AB OR THE AUTHOR 21340 BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY 21341 DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, 21342 WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS 21343 ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE 21344 OF THIS SOFTWARE. 21345 21346 21347 test_epoll 21348 ---------- 21349 21350 The :mod:`test_epoll` contains the following notice:: 21351 21352 Copyright (c) 2001-2006 Twisted Matrix Laboratories. 21353 21354 Permission is hereby granted, free of charge, to any person obtaining 21355 a copy of this software and associated documentation files (the 21356 "Software"), to deal in the Software without restriction, including 21357 without limitation the rights to use, copy, modify, merge, publish, 21358 distribute, sublicense, and/or sell copies of the Software, and to 21359 permit persons to whom the Software is furnished to do so, subject to 21360 the following conditions: 21361 21362 The above copyright notice and this permission notice shall be 21363 included in all copies or substantial portions of the Software. 21364 21365 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 21366 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 21367 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 21368 NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE 21369 LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION 21370 OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION 21371 WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 21372 21373 Select kqueue 21374 ------------- 21375 21376 The :mod:`select` and contains the following notice for the kqueue interface:: 21377 21378 Copyright (c) 2000 Doug White, 2006 James Knight, 2007 Christian Heimes 21379 All rights reserved. 21380 21381 Redistribution and use in source and binary forms, with or without 21382 modification, are permitted provided that the following conditions 21383 are met: 21384 1. Redistributions of source code must retain the above copyright 21385 notice, this list of conditions and the following disclaimer. 21386 2. Redistributions in binary form must reproduce the above copyright 21387 notice, this list of conditions and the following disclaimer in the 21388 documentation and/or other materials provided with the distribution. 21389 21390 THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND 21391 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 21392 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 21393 ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 21394 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 21395 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 21396 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 21397 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 21398 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 21399 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 21400 SUCH DAMAGE. 21401 21402 21403 strtod and dtoa 21404 --------------- 21405 21406 The file :file:`Python/dtoa.c`, which supplies C functions dtoa and 21407 strtod for conversion of C doubles to and from strings, is derived 21408 from the file of the same name by David M. Gay, currently available 21409 from http://www.netlib.org/fp/. The original file, as retrieved on 21410 March 16, 2009, contains the following copyright and licensing 21411 notice:: 21412 21413 /**************************************************************** 21414 * 21415 * The author of this software is David M. Gay. 21416 * 21417 * Copyright (c) 1991, 2000, 2001 by Lucent Technologies. 21418 * 21419 * Permission to use, copy, modify, and distribute this software for any 21420 * purpose without fee is hereby granted, provided that this entire notice 21421 * is included in all copies of any software which is or includes a copy 21422 * or modification of this software and in all copies of the supporting 21423 * documentation for such software. 21424 * 21425 * THIS SOFTWARE IS BEING PROVIDED "AS IS", WITHOUT ANY EXPRESS OR IMPLIED 21426 * WARRANTY. IN PARTICULAR, NEITHER THE AUTHOR NOR LUCENT MAKES ANY 21427 * REPRESENTATION OR WARRANTY OF ANY KIND CONCERNING THE MERCHANTABILITY 21428 * OF THIS SOFTWARE OR ITS FITNESS FOR ANY PARTICULAR PURPOSE. 21429 * 21430 ***************************************************************/ 21431 21432 21433 OpenSSL 21434 ------- 21435 21436 The modules :mod:`hashlib`, :mod:`posix`, :mod:`ssl`, :mod:`crypt` use 21437 the OpenSSL library for added performance if made available by the 21438 operating system. Additionally, the Windows installers for Python 21439 include a copy of the OpenSSL libraries, so we include a copy of the 21440 OpenSSL license here:: 21441 21442 21443 LICENSE ISSUES 21444 ============== 21445 21446 The OpenSSL toolkit stays under a dual license, i.e. both the conditions of 21447 the OpenSSL License and the original SSLeay license apply to the toolkit. 21448 See below for the actual license texts. Actually both licenses are BSD-style 21449 Open Source licenses. In case of any license issues related to OpenSSL 21450 please contact openssl-core (a] openssl.org. 21451 21452 OpenSSL License 21453 --------------- 21454 21455 /* ==================================================================== 21456 * Copyright (c) 1998-2008 The OpenSSL Project. All rights reserved. 21457 * 21458 * Redistribution and use in source and binary forms, with or without 21459 * modification, are permitted provided that the following conditions 21460 * are met: 21461 * 21462 * 1. Redistributions of source code must retain the above copyright 21463 * notice, this list of conditions and the following disclaimer. 21464 * 21465 * 2. Redistributions in binary form must reproduce the above copyright 21466 * notice, this list of conditions and the following disclaimer in 21467 * the documentation and/or other materials provided with the 21468 * distribution. 21469 * 21470 * 3. All advertising materials mentioning features or use of this 21471 * software must display the following acknowledgment: 21472 * "This product includes software developed by the OpenSSL Project 21473 * for use in the OpenSSL Toolkit. (http://www.openssl.org/)" 21474 * 21475 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to 21476 * endorse or promote products derived from this software without 21477 * prior written permission. For written permission, please contact 21478 * openssl-core (a] openssl.org. 21479 * 21480 * 5. Products derived from this software may not be called "OpenSSL" 21481 * nor may "OpenSSL" appear in their names without prior written 21482 * permission of the OpenSSL Project. 21483 * 21484 * 6. Redistributions of any form whatsoever must retain the following 21485 * acknowledgment: 21486 * "This product includes software developed by the OpenSSL Project 21487 * for use in the OpenSSL Toolkit (http://www.openssl.org/)" 21488 * 21489 * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY 21490 * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 21491 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 21492 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR 21493 * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 21494 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT 21495 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; 21496 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 21497 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, 21498 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 21499 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 21500 * OF THE POSSIBILITY OF SUCH DAMAGE. 21501 * ==================================================================== 21502 * 21503 * This product includes cryptographic software written by Eric Young 21504 * (eay (a] cryptsoft.com). This product includes software written by Tim 21505 * Hudson (tjh (a] cryptsoft.com). 21506 * 21507 */ 21508 21509 Original SSLeay License 21510 ----------------------- 21511 21512 /* Copyright (C) 1995-1998 Eric Young (eay (a] cryptsoft.com) 21513 * All rights reserved. 21514 * 21515 * This package is an SSL implementation written 21516 * by Eric Young (eay (a] cryptsoft.com). 21517 * The implementation was written so as to conform with Netscapes SSL. 21518 * 21519 * This library is free for commercial and non-commercial use as long as 21520 * the following conditions are aheared to. The following conditions 21521 * apply to all code found in this distribution, be it the RC4, RSA, 21522 * lhash, DES, etc., code; not just the SSL code. The SSL documentation 21523 * included with this distribution is covered by the same copyright terms 21524 * except that the holder is Tim Hudson (tjh (a] cryptsoft.com). 21525 * 21526 * Copyright remains Eric Young's, and as such any Copyright notices in 21527 * the code are not to be removed. 21528 * If this package is used in a product, Eric Young should be given attribution 21529 * as the author of the parts of the library used. 21530 * This can be in the form of a textual message at program startup or 21531 * in documentation (online or textual) provided with the package. 21532 * 21533 * Redistribution and use in source and binary forms, with or without 21534 * modification, are permitted provided that the following conditions 21535 * are met: 21536 * 1. Redistributions of source code must retain the copyright 21537 * notice, this list of conditions and the following disclaimer. 21538 * 2. Redistributions in binary form must reproduce the above copyright 21539 * notice, this list of conditions and the following disclaimer in the 21540 * documentation and/or other materials provided with the distribution. 21541 * 3. All advertising materials mentioning features or use of this software 21542 * must display the following acknowledgement: 21543 * "This product includes cryptographic software written by 21544 * Eric Young (eay (a] cryptsoft.com)" 21545 * The word 'cryptographic' can be left out if the rouines from the library 21546 * being used are not cryptographic related :-). 21547 * 4. If you include any Windows specific code (or a derivative thereof) from 21548 * the apps directory (application code) you must include an acknowledgement: 21549 * "This product includes software written by Tim Hudson (tjh (a] cryptsoft.com)" 21550 * 21551 * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND 21552 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 21553 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 21554 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 21555 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 21556 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 21557 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 21558 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 21559 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 21560 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 21561 * SUCH DAMAGE. 21562 * 21563 * The licence and distribution terms for any publically available version or 21564 * derivative of this code cannot be changed. i.e. this code cannot simply be 21565 * copied and put under another distribution licence 21566 * [including the GNU Public Licence.] 21567 */ 21568 21569 21570 expat 21571 ----- 21572 21573 The :mod:`pyexpat` extension is built using an included copy of the expat 21574 sources unless the build is configured ``--with-system-expat``:: 21575 21576 Copyright (c) 1998, 1999, 2000 Thai Open Source Software Center Ltd 21577 and Clark Cooper 21578 21579 Permission is hereby granted, free of charge, to any person obtaining 21580 a copy of this software and associated documentation files (the 21581 "Software"), to deal in the Software without restriction, including 21582 without limitation the rights to use, copy, modify, merge, publish, 21583 distribute, sublicense, and/or sell copies of the Software, and to 21584 permit persons to whom the Software is furnished to do so, subject to 21585 the following conditions: 21586 21587 The above copyright notice and this permission notice shall be included 21588 in all copies or substantial portions of the Software. 21589 21590 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 21591 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 21592 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. 21593 IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY 21594 CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, 21595 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE 21596 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 21597 21598 21599 libffi 21600 ------ 21601 21602 The :mod:`_ctypes` extension is built using an included copy of the libffi 21603 sources unless the build is configured ``--with-system-libffi``:: 21604 21605 Copyright (c) 1996-2008 Red Hat, Inc and others. 21606 21607 Permission is hereby granted, free of charge, to any person obtaining 21608 a copy of this software and associated documentation files (the 21609 ``Software''), to deal in the Software without restriction, including 21610 without limitation the rights to use, copy, modify, merge, publish, 21611 distribute, sublicense, and/or sell copies of the Software, and to 21612 permit persons to whom the Software is furnished to do so, subject to 21613 the following conditions: 21614 21615 The above copyright notice and this permission notice shall be included 21616 in all copies or substantial portions of the Software. 21617 21618 THE SOFTWARE IS PROVIDED ``AS IS'', WITHOUT WARRANTY OF ANY KIND, 21619 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 21620 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 21621 NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT 21622 HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 21623 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 21624 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 21625 DEALINGS IN THE SOFTWARE. 21626 21627 21628 zlib 21629 ---- 21630 21631 The :mod:`zlib` extension is built using an included copy of the zlib 21632 sources if the zlib version found on the system is too old to be 21633 used for the build:: 21634 21635 Copyright (C) 1995-2010 Jean-loup Gailly and Mark Adler 21636 21637 This software is provided 'as-is', without any express or implied 21638 warranty. In no event will the authors be held liable for any damages 21639 arising from the use of this software. 21640 21641 Permission is granted to anyone to use this software for any purpose, 21642 including commercial applications, and to alter it and redistribute it 21643 freely, subject to the following restrictions: 21644 21645 1. The origin of this software must not be misrepresented; you must not 21646 claim that you wrote the original software. If you use this software 21647 in a product, an acknowledgment in the product documentation would be 21648 appreciated but is not required. 21649 21650 2. Altered source versions must be plainly marked as such, and must not be 21651 misrepresented as being the original software. 21652 21653 3. This notice may not be removed or altered from any source distribution. 21654 21655 Jean-loup Gailly Mark Adler 21656 jloup (a] gzip.org madler (a] alumni.caltech.edu 21657 21658 21659 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 21660 21661 Scanned Source License Python-2.7.3/LICENSE: 21662 21663 A. HISTORY OF THE SOFTWARE 21664 ========================== 21665 21666 Python was created in the early 1990s by Guido van Rossum at Stichting 21667 Mathematisch Centrum (CWI, see http://www.cwi.nl) in the Netherlands 21668 as a successor of a language called ABC. Guido remains Python's 21669 principal author, although it includes many contributions from others. 21670 21671 In 1995, Guido continued his work on Python at the Corporation for 21672 National Research Initiatives (CNRI, see http://www.cnri.reston.va.us) 21673 in Reston, Virginia where he released several versions of the 21674 software. 21675 21676 In May 2000, Guido and the Python core development team moved to 21677 BeOpen.com to form the BeOpen PythonLabs team. In October of the same 21678 year, the PythonLabs team moved to Digital Creations (now Zope 21679 Corporation, see http://www.zope.com). In 2001, the Python Software 21680 Foundation (PSF, see http://www.python.org/psf/) was formed, a 21681 non-profit organization created specifically to own Python-related 21682 Intellectual Property. Zope Corporation is a sponsoring member of 21683 the PSF. 21684 21685 All Python releases are Open Source (see http://www.opensource.org for 21686 the Open Source Definition). Historically, most, but not all, Python 21687 releases have also been GPL-compatible; the table below summarizes 21688 the various releases. 21689 21690 Release Derived Year Owner GPL- 21691 from compatible? (1) 21692 21693 0.9.0 thru 1.2 1991-1995 CWI yes 21694 1.3 thru 1.5.2 1.2 1995-1999 CNRI yes 21695 1.6 1.5.2 2000 CNRI no 21696 2.0 1.6 2000 BeOpen.com no 21697 1.6.1 1.6 2001 CNRI yes (2) 21698 2.1 2.0+1.6.1 2001 PSF no 21699 2.0.1 2.0+1.6.1 2001 PSF yes 21700 2.1.1 2.1+2.0.1 2001 PSF yes 21701 2.2 2.1.1 2001 PSF yes 21702 2.1.2 2.1.1 2002 PSF yes 21703 2.1.3 2.1.2 2002 PSF yes 21704 2.2.1 2.2 2002 PSF yes 21705 2.2.2 2.2.1 2002 PSF yes 21706 2.2.3 2.2.2 2003 PSF yes 21707 2.3 2.2.2 2002-2003 PSF yes 21708 2.3.1 2.3 2002-2003 PSF yes 21709 2.3.2 2.3.1 2002-2003 PSF yes 21710 2.3.3 2.3.2 2002-2003 PSF yes 21711 2.3.4 2.3.3 2004 PSF yes 21712 2.3.5 2.3.4 2005 PSF yes 21713 2.4 2.3 2004 PSF yes 21714 2.4.1 2.4 2005 PSF yes 21715 2.4.2 2.4.1 2005 PSF yes 21716 2.4.3 2.4.2 2006 PSF yes 21717 2.4.4 2.4.3 2006 PSF yes 21718 2.5 2.4 2006 PSF yes 21719 2.5.1 2.5 2007 PSF yes 21720 2.5.2 2.5.1 2008 PSF yes 21721 2.5.3 2.5.2 2008 PSF yes 21722 2.6 2.5 2008 PSF yes 21723 2.6.1 2.6 2008 PSF yes 21724 2.6.2 2.6.1 2009 PSF yes 21725 2.6.3 2.6.2 2009 PSF yes 21726 2.6.4 2.6.3 2009 PSF yes 21727 2.6.5 2.6.4 2010 PSF yes 21728 2.7 2.6 2010 PSF yes 21729 21730 Footnotes: 21731 21732 (1) GPL-compatible doesn't mean that we're distributing Python under 21733 the GPL. All Python licenses, unlike the GPL, let you distribute 21734 a modified version without making your changes open source. The 21735 GPL-compatible licenses make it possible to combine Python with 21736 other software that is released under the GPL; the others don't. 21737 21738 (2) According to Richard Stallman, 1.6.1 is not GPL-compatible, 21739 because its license has a choice of law clause. According to 21740 CNRI, however, Stallman's lawyer has told CNRI's lawyer that 1.6.1 21741 is "not incompatible" with the GPL. 21742 21743 Thanks to the many outside volunteers who have worked under Guido's 21744 direction to make these releases possible. 21745 21746 21747 B. TERMS AND CONDITIONS FOR ACCESSING OR OTHERWISE USING PYTHON 21748 =============================================================== 21749 21750 PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2 21751 -------------------------------------------- 21752 21753 1. This LICENSE AGREEMENT is between the Python Software Foundation 21754 ("PSF"), and the Individual or Organization ("Licensee") accessing and 21755 otherwise using this software ("Python") in source or binary form and 21756 its associated documentation. 21757 21758 2. Subject to the terms and conditions of this License Agreement, PSF hereby 21759 grants Licensee a nonexclusive, royalty-free, world-wide license to reproduce, 21760 analyze, test, perform and/or display publicly, prepare derivative works, 21761 distribute, and otherwise use Python alone or in any derivative version, 21762 provided, however, that PSF's License Agreement and PSF's notice of copyright, 21763 i.e., "Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 21764 2011, 2012 Python Software Foundation; All Rights Reserved" are retained in Python 21765 alone or in any derivative version prepared by Licensee. 21766 21767 3. In the event Licensee prepares a derivative work that is based on 21768 or incorporates Python or any part thereof, and wants to make 21769 the derivative work available to others as provided herein, then 21770 Licensee hereby agrees to include in any such work a brief summary of 21771 the changes made to Python. 21772 21773 4. PSF is making Python available to Licensee on an "AS IS" 21774 basis. PSF MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR 21775 IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, PSF MAKES NO AND 21776 DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS 21777 FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON WILL NOT 21778 INFRINGE ANY THIRD PARTY RIGHTS. 21779 21780 5. PSF SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON 21781 FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS 21782 A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON, 21783 OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF. 21784 21785 6. This License Agreement will automatically terminate upon a material 21786 breach of its terms and conditions. 21787 21788 7. Nothing in this License Agreement shall be deemed to create any 21789 relationship of agency, partnership, or joint venture between PSF and 21790 Licensee. This License Agreement does not grant permission to use PSF 21791 trademarks or trade name in a trademark sense to endorse or promote 21792 products or services of Licensee, or any third party. 21793 21794 8. By copying, installing or otherwise using Python, Licensee 21795 agrees to be bound by the terms and conditions of this License 21796 Agreement. 21797 21798 21799 BEOPEN.COM LICENSE AGREEMENT FOR PYTHON 2.0 21800 ------------------------------------------- 21801 21802 BEOPEN PYTHON OPEN SOURCE LICENSE AGREEMENT VERSION 1 21803 21804 1. This LICENSE AGREEMENT is between BeOpen.com ("BeOpen"), having an 21805 office at 160 Saratoga Avenue, Santa Clara, CA 95051, and the 21806 Individual or Organization ("Licensee") accessing and otherwise using 21807 this software in source or binary form and its associated 21808 documentation ("the Software"). 21809 21810 2. Subject to the terms and conditions of this BeOpen Python License 21811 Agreement, BeOpen hereby grants Licensee a non-exclusive, 21812 royalty-free, world-wide license to reproduce, analyze, test, perform 21813 and/or display publicly, prepare derivative works, distribute, and 21814 otherwise use the Software alone or in any derivative version, 21815 provided, however, that the BeOpen Python License is retained in the 21816 Software, alone or in any derivative version prepared by Licensee. 21817 21818 3. BeOpen is making the Software available to Licensee on an "AS IS" 21819 basis. BEOPEN MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR 21820 IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, BEOPEN MAKES NO AND 21821 DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS 21822 FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF THE SOFTWARE WILL NOT 21823 INFRINGE ANY THIRD PARTY RIGHTS. 21824 21825 4. BEOPEN SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF THE 21826 SOFTWARE FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS 21827 AS A RESULT OF USING, MODIFYING OR DISTRIBUTING THE SOFTWARE, OR ANY 21828 DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF. 21829 21830 5. This License Agreement will automatically terminate upon a material 21831 breach of its terms and conditions. 21832 21833 6. This License Agreement shall be governed by and interpreted in all 21834 respects by the law of the State of California, excluding conflict of 21835 law provisions. Nothing in this License Agreement shall be deemed to 21836 create any relationship of agency, partnership, or joint venture 21837 between BeOpen and Licensee. This License Agreement does not grant 21838 permission to use BeOpen trademarks or trade names in a trademark 21839 sense to endorse or promote products or services of Licensee, or any 21840 third party. As an exception, the "BeOpen Python" logos available at 21841 http://www.pythonlabs.com/logos.html may be used according to the 21842 permissions granted on that web page. 21843 21844 7. By copying, installing or otherwise using the software, Licensee 21845 agrees to be bound by the terms and conditions of this License 21846 Agreement. 21847 21848 21849 CNRI LICENSE AGREEMENT FOR PYTHON 1.6.1 21850 --------------------------------------- 21851 21852 1. This LICENSE AGREEMENT is between the Corporation for National 21853 Research Initiatives, having an office at 1895 Preston White Drive, 21854 Reston, VA 20191 ("CNRI"), and the Individual or Organization 21855 ("Licensee") accessing and otherwise using Python 1.6.1 software in 21856 source or binary form and its associated documentation. 21857 21858 2. Subject to the terms and conditions of this License Agreement, CNRI 21859 hereby grants Licensee a nonexclusive, royalty-free, world-wide 21860 license to reproduce, analyze, test, perform and/or display publicly, 21861 prepare derivative works, distribute, and otherwise use Python 1.6.1 21862 alone or in any derivative version, provided, however, that CNRI's 21863 License Agreement and CNRI's notice of copyright, i.e., "Copyright (c) 21864 1995-2001 Corporation for National Research Initiatives; All Rights 21865 Reserved" are retained in Python 1.6.1 alone or in any derivative 21866 version prepared by Licensee. Alternately, in lieu of CNRI's License 21867 Agreement, Licensee may substitute the following text (omitting the 21868 quotes): "Python 1.6.1 is made available subject to the terms and 21869 conditions in CNRI's License Agreement. This Agreement together with 21870 Python 1.6.1 may be located on the Internet using the following 21871 unique, persistent identifier (known as a handle): 1895.22/1013. This 21872 Agreement may also be obtained from a proxy server on the Internet 21873 using the following URL: http://hdl.handle.net/1895.22/1013". 21874 21875 3. In the event Licensee prepares a derivative work that is based on 21876 or incorporates Python 1.6.1 or any part thereof, and wants to make 21877 the derivative work available to others as provided herein, then 21878 Licensee hereby agrees to include in any such work a brief summary of 21879 the changes made to Python 1.6.1. 21880 21881 4. CNRI is making Python 1.6.1 available to Licensee on an "AS IS" 21882 basis. CNRI MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR 21883 IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, CNRI MAKES NO AND 21884 DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS 21885 FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON 1.6.1 WILL NOT 21886 INFRINGE ANY THIRD PARTY RIGHTS. 21887 21888 5. CNRI SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON 21889 1.6.1 FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS 21890 A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON 1.6.1, 21891 OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF. 21892 21893 6. This License Agreement will automatically terminate upon a material 21894 breach of its terms and conditions. 21895 21896 7. This License Agreement shall be governed by the federal 21897 intellectual property law of the United States, including without 21898 limitation the federal copyright law, and, to the extent such 21899 U.S. federal law does not apply, by the law of the Commonwealth of 21900 Virginia, excluding Virginia's conflict of law provisions. 21901 Notwithstanding the foregoing, with regard to derivative works based 21902 on Python 1.6.1 that incorporate non-separable material that was 21903 previously distributed under the GNU General Public License (GPL), the 21904 law of the Commonwealth of Virginia shall govern this License 21905 Agreement only as to issues arising under or with respect to 21906 Paragraphs 4, 5, and 7 of this License Agreement. Nothing in this 21907 License Agreement shall be deemed to create any relationship of 21908 agency, partnership, or joint venture between CNRI and Licensee. This 21909 License Agreement does not grant permission to use CNRI trademarks or 21910 trade name in a trademark sense to endorse or promote products or 21911 services of Licensee, or any third party. 21912 21913 8. By clicking on the "ACCEPT" button where indicated, or by copying, 21914 installing or otherwise using Python 1.6.1, Licensee agrees to be 21915 bound by the terms and conditions of this License Agreement. 21916 21917 ACCEPT 21918 21919 21920 CWI LICENSE AGREEMENT FOR PYTHON 0.9.0 THROUGH 1.2 21921 -------------------------------------------------- 21922 21923 Copyright (c) 1991 - 1995, Stichting Mathematisch Centrum Amsterdam, 21924 The Netherlands. All rights reserved. 21925 21926 Permission to use, copy, modify, and distribute this software and its 21927 documentation for any purpose and without fee is hereby granted, 21928 provided that the above copyright notice appear in all copies and that 21929 both that copyright notice and this permission notice appear in 21930 supporting documentation, and that the name of Stichting Mathematisch 21931 Centrum or CWI not be used in advertising or publicity pertaining to 21932 distribution of the software without specific, written prior 21933 permission. 21934 21935 STICHTING MATHEMATISCH CENTRUM DISCLAIMS ALL WARRANTIES WITH REGARD TO 21936 THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND 21937 FITNESS, IN NO EVENT SHALL STICHTING MATHEMATISCH CENTRUM BE LIABLE 21938 FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 21939 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 21940 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT 21941 OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 21942 21943 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 21944 21945 Scanned Source License Python-2.7.3/Modules/_ctypes/darwin/LICENSE: 21946 21947 Copyright (c) 2002 Jorge Acereda <jacereda (a] users.sourceforge.net> & 21948 Peter O'Gorman <ogorman (a] users.sourceforge.net> 21949 21950 Portions may be copyright others, see the AUTHORS file included with this 21951 distribution. 21952 21953 Maintained by Peter O'Gorman <ogorman (a] users.sourceforge.net> 21954 21955 Bug Reports and other queries should go to <ogorman (a] users.sourceforge.net> 21956 21957 21958 Permission is hereby granted, free of charge, to any person obtaining 21959 a copy of this software and associated documentation files (the 21960 "Software"), to deal in the Software without restriction, including 21961 without limitation the rights to use, copy, modify, merge, publish, 21962 distribute, sublicense, and/or sell copies of the Software, and to 21963 permit persons to whom the Software is furnished to do so, subject to 21964 the following conditions: 21965 21966 The above copyright notice and this permission notice shall be 21967 included in all copies or substantial portions of the Software. 21968 21969 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 21970 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 21971 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 21972 NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE 21973 LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION 21974 OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION 21975 WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 21976 21977 21978 21979 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 21980 21981 Scanned Source License Python-2.7.3/Modules/_ctypes/libffi/LICENSE: 21982 21983 libffi - Copyright (c) 1996-2009 Anthony Green, Red Hat, Inc and others. 21984 See source files for details. 21985 21986 Permission is hereby granted, free of charge, to any person obtaining 21987 a copy of this software and associated documentation files (the 21988 ``Software''), to deal in the Software without restriction, including 21989 without limitation the rights to use, copy, modify, merge, publish, 21990 distribute, sublicense, and/or sell copies of the Software, and to 21991 permit persons to whom the Software is furnished to do so, subject to 21992 the following conditions: 21993 21994 The above copyright notice and this permission notice shall be included 21995 in all copies or substantial portions of the Software. 21996 21997 THE SOFTWARE IS PROVIDED ``AS IS'', WITHOUT WARRANTY OF ANY KIND, 21998 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 21999 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. 22000 IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY 22001 CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, 22002 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE 22003 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 22004 22005 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 22006 22007 Scanned Source License Python-2.7.3/Modules/_ctypes/libffi_msvc/LICENSE: 22008 22009 libffi - Copyright (c) 1996-2003 Red Hat, Inc. 22010 22011 Permission is hereby granted, free of charge, to any person obtaining 22012 a copy of this software and associated documentation files (the 22013 ``Software''), to deal in the Software without restriction, including 22014 without limitation the rights to use, copy, modify, merge, publish, 22015 distribute, sublicense, and/or sell copies of the Software, and to 22016 permit persons to whom the Software is furnished to do so, subject to 22017 the following conditions: 22018 22019 The above copyright notice and this permission notice shall be included 22020 in all copies or substantial portions of the Software. 22021 22022 THE SOFTWARE IS PROVIDED ``AS IS'', WITHOUT WARRANTY OF ANY KIND, EXPRESS 22023 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 22024 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. 22025 IN NO EVENT SHALL CYGNUS SOLUTIONS BE LIABLE FOR ANY CLAIM, DAMAGES OR 22026 OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, 22027 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 22028 OTHER DEALINGS IN THE SOFTWARE. 22029 22030 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 22031 22032 Scanned Source License Python-2.7.3/Modules/_ctypes/libffi_osx/LICENSE: 22033 22034 libffi - Copyright (c) 1996-2003 Red Hat, Inc. 22035 22036 Permission is hereby granted, free of charge, to any person obtaining 22037 a copy of this software and associated documentation files (the 22038 ``Software''), to deal in the Software without restriction, including 22039 without limitation the rights to use, copy, modify, merge, publish, 22040 distribute, sublicense, and/or sell copies of the Software, and to 22041 permit persons to whom the Software is furnished to do so, subject to 22042 the following conditions: 22043 22044 The above copyright notice and this permission notice shall be included 22045 in all copies or substantial portions of the Software. 22046 22047 THE SOFTWARE IS PROVIDED ``AS IS'', WITHOUT WARRANTY OF ANY KIND, EXPRESS 22048 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 22049 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. 22050 IN NO EVENT SHALL CYGNUS SOLUTIONS BE LIABLE FOR ANY CLAIM, DAMAGES OR 22051 OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, 22052 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 22053 OTHER DEALINGS IN THE SOFTWARE. 22054 22055 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 22056 22057 Scanned Source License Python-2.7.3/Modules/expat/COPYING: 22058 22059 Copyright (c) 1998, 1999, 2000 Thai Open Source Software Center Ltd 22060 and Clark Cooper 22061 22062 Permission is hereby granted, free of charge, to any person obtaining 22063 a copy of this software and associated documentation files (the 22064 "Software"), to deal in the Software without restriction, including 22065 without limitation the rights to use, copy, modify, merge, publish, 22066 distribute, sublicense, and/or sell copies of the Software, and to 22067 permit persons to whom the Software is furnished to do so, subject to 22068 the following conditions: 22069 22070 The above copyright notice and this permission notice shall be included 22071 in all copies or substantial portions of the Software. 22072 22073 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 22074 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 22075 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. 22076 IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY 22077 CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, 22078 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE 22079 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 22080 22081 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 22082 22083 Scanned Source License Python-2.7.3/Tools/pybench/LICENSE: 22084 22085 pybench License 22086 --------------- 22087 22088 This copyright notice and license applies to all files in the pybench 22089 directory of the pybench distribution. 22090 22091 Copyright (c), 1997-2006, Marc-Andre Lemburg (mal (a] lemburg.com) 22092 Copyright (c), 2000-2006, eGenix.com Software GmbH (info (a] egenix.com) 22093 22094 All Rights Reserved. 22095 22096 Permission to use, copy, modify, and distribute this software and its 22097 documentation for any purpose and without fee or royalty is hereby 22098 granted, provided that the above copyright notice appear in all copies 22099 and that both that copyright notice and this permission notice appear 22100 in supporting documentation or portions thereof, including 22101 modifications, that you make. 22102 22103 THE AUTHOR MARC-ANDRE LEMBURG DISCLAIMS ALL WARRANTIES WITH REGARD TO 22104 THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND 22105 FITNESS, IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, 22106 INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING 22107 FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, 22108 NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION 22109 WITH THE USE OR PERFORMANCE OF THIS SOFTWARE ! 22110 22111 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 22112 </pre> 22113 <ul> 22114 <li><a href='#PSF-2'>Gentoo Package Stock License PSF-2</a></li> 22115 </ul> 22116 </div> 22117 </div> 22118 22119 22120 <div class="product"> 22121 <span class="title">python-evdev-0.3.1</span> 22122 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 22123 <span class="homepage"><a href="http://gvalkov.github.com/python-evdev/">homepage</a></span> 22124 <div class="licence"> 22125 <pre>Scanned Source License python-evdev-0.3.1/LICENSE: 22126 22127 Copyright (c) 2012 Georgi Valkov. All rights reserved. 22128 22129 Redistribution and use in source and binary forms, with or without 22130 modification, are permitted provided that the following conditions are 22131 met: 22132 22133 1. Redistributions of source code must retain the above copyright 22134 notice, this list of conditions and the following disclaimer. 22135 22136 2. Redistributions in binary form must reproduce the above copyright 22137 notice, this list of conditions and the following disclaimer in 22138 the documentation and/or other materials provided with the 22139 distribution. 22140 22141 3. Neither the name of author nor the names of its contributors may 22142 be used to endorse or promote products derived from this software 22143 without specific prior written permission. 22144 22145 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND 22146 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED 22147 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE 22148 DISCLAIMED. IN NO EVENT SHALL GEORGI VALKOV BE LIABLE FOR ANY 22149 DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES 22150 (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; 22151 LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND 22152 ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 22153 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 22154 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 22155 22156 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 22157 </pre> 22158 <ul> 22159 22160 </ul> 22161 </div> 22162 </div> 22163 22164 22165 <div class="product"> 22166 <span class="title">python-exec-0.3.1</span> 22167 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 22168 <span class="homepage"><a href="https://bitbucket.org/mgorny/python-exec/">homepage</a></span> 22169 <div class="licence"> 22170 <pre>Copyright Attribution License chromiumos-overlay/licenses/copyright-attribution/dev-lang/python-exec: 22171 22172 Copyright 2012 Micha Grny 22173 All rights reserved 22174 22175 Redistribution and use in source and binary forms, with or without 22176 modification, are permitted providing that the following conditions 22177 are met: 22178 1. Redistributions of source code must retain the above copyright 22179 notice, this list of conditions and the following disclaimer. 22180 2. Redistributions in binary form must reproduce the above copyright 22181 notice, this list of conditions and the following disclaimer in the 22182 documentation and/or other materials provided with the distribution. 22183 22184 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR 22185 IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED 22186 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 22187 ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY 22188 DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 22189 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 22190 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 22191 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, 22192 STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING 22193 IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 22194 POSSIBILITY OF SUCH DAMAGE. 22195 22196 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 22197 </pre> 22198 <ul> 22199 22200 </ul> 22201 </div> 22202 </div> 22203 22204 22205 <div class="product"> 22206 <span class="title">python-exec-10000.1</span> 22207 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 22208 <span class="homepage"><a href="https://bitbucket.org/mgorny/python-exec/">homepage</a></span> 22209 <div class="licence"> 22210 <pre>Copyright Attribution License chromiumos-overlay/licenses/copyright-attribution/dev-python/python-exec: 22211 22212 Copyright 2012 Micha Grny 22213 All rights reserved 22214 22215 Redistribution and use in source and binary forms, with or without 22216 modification, are permitted providing that the following conditions 22217 are met: 22218 1. Redistributions of source code must retain the above copyright 22219 notice, this list of conditions and the following disclaimer. 22220 2. Redistributions in binary form must reproduce the above copyright 22221 notice, this list of conditions and the following disclaimer in the 22222 documentation and/or other materials provided with the distribution. 22223 22224 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR 22225 IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED 22226 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 22227 ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY 22228 DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 22229 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 22230 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 22231 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, 22232 STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING 22233 IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 22234 POSSIBILITY OF SUCH DAMAGE. 22235 22236 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 22237 </pre> 22238 <ul> 22239 22240 </ul> 22241 </div> 22242 </div> 22243 22244 22245 <div class="product"> 22246 <span class="title">python-exec-10000.2</span> 22247 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 22248 <span class="homepage"><a href="https://bitbucket.org/mgorny/python-exec/">homepage</a></span> 22249 <div class="licence"> 22250 <pre>Copyright Attribution License chromiumos-overlay/licenses/copyright-attribution/dev-python/python-exec: 22251 22252 Copyright 2012 Micha Grny 22253 All rights reserved 22254 22255 Redistribution and use in source and binary forms, with or without 22256 modification, are permitted providing that the following conditions 22257 are met: 22258 1. Redistributions of source code must retain the above copyright 22259 notice, this list of conditions and the following disclaimer. 22260 2. Redistributions in binary form must reproduce the above copyright 22261 notice, this list of conditions and the following disclaimer in the 22262 documentation and/or other materials provided with the distribution. 22263 22264 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR 22265 IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED 22266 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 22267 ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY 22268 DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 22269 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 22270 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 22271 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, 22272 STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING 22273 IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 22274 POSSIBILITY OF SUCH DAMAGE. 22275 22276 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 22277 </pre> 22278 <ul> 22279 22280 </ul> 22281 </div> 22282 </div> 22283 22284 22285 <div class="product"> 22286 <span class="title">python-exec-2.0.1</span> 22287 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 22288 <span class="homepage"><a href="https://bitbucket.org/mgorny/python-exec/">homepage</a></span> 22289 <div class="licence"> 22290 <pre>Copyright Attribution License chromiumos-overlay/licenses/copyright-attribution/dev-lang/python-exec: 22291 22292 Copyright 2012 Micha Grny 22293 All rights reserved 22294 22295 Redistribution and use in source and binary forms, with or without 22296 modification, are permitted providing that the following conditions 22297 are met: 22298 1. Redistributions of source code must retain the above copyright 22299 notice, this list of conditions and the following disclaimer. 22300 2. Redistributions in binary form must reproduce the above copyright 22301 notice, this list of conditions and the following disclaimer in the 22302 documentation and/or other materials provided with the distribution. 22303 22304 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR 22305 IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED 22306 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 22307 ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY 22308 DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 22309 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 22310 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 22311 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, 22312 STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING 22313 IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 22314 POSSIBILITY OF SUCH DAMAGE. 22315 22316 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 22317 </pre> 22318 <ul> 22319 22320 </ul> 22321 </div> 22322 </div> 22323 22324 22325 <div class="product"> 22326 <span class="title">pyudev-0.12</span> 22327 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 22328 <span class="homepage"><a href="http://packages.python.org/pyudev/">homepage</a></span> 22329 <div class="licence"> 22330 <pre>Scanned Source License pyudev-0.12/COPYING: 22331 22332 GNU LESSER GENERAL PUBLIC LICENSE 22333 Version 2.1, February 1999 22334 22335 Copyright (C) 1991, 1999 Free Software Foundation, Inc. 22336 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 22337 Everyone is permitted to copy and distribute verbatim copies 22338 of this license document, but changing it is not allowed. 22339 22340 [This is the first released version of the Lesser GPL. It also counts 22341 as the successor of the GNU Library Public License, version 2, hence 22342 the version number 2.1.] 22343 22344 Preamble 22345 22346 The licenses for most software are designed to take away your 22347 freedom to share and change it. By contrast, the GNU General Public 22348 Licenses are intended to guarantee your freedom to share and change 22349 free software--to make sure the software is free for all its users. 22350 22351 This license, the Lesser General Public License, applies to some 22352 specially designated software packages--typically libraries--of the 22353 Free Software Foundation and other authors who decide to use it. You 22354 can use it too, but we suggest you first think carefully about whether 22355 this license or the ordinary General Public License is the better 22356 strategy to use in any particular case, based on the explanations below. 22357 22358 When we speak of free software, we are referring to freedom of use, 22359 not price. Our General Public Licenses are designed to make sure that 22360 you have the freedom to distribute copies of free software (and charge 22361 for this service if you wish); that you receive source code or can get 22362 it if you want it; that you can change the software and use pieces of 22363 it in new free programs; and that you are informed that you can do 22364 these things. 22365 22366 To protect your rights, we need to make restrictions that forbid 22367 distributors to deny you these rights or to ask you to surrender these 22368 rights. These restrictions translate to certain responsibilities for 22369 you if you distribute copies of the library or if you modify it. 22370 22371 For example, if you distribute copies of the library, whether gratis 22372 or for a fee, you must give the recipients all the rights that we gave 22373 you. You must make sure that they, too, receive or can get the source 22374 code. If you link other code with the library, you must provide 22375 complete object files to the recipients, so that they can relink them 22376 with the library after making changes to the library and recompiling 22377 it. And you must show them these terms so they know their rights. 22378 22379 We protect your rights with a two-step method: (1) we copyright the 22380 library, and (2) we offer you this license, which gives you legal 22381 permission to copy, distribute and/or modify the library. 22382 22383 To protect each distributor, we want to make it very clear that 22384 there is no warranty for the free library. Also, if the library is 22385 modified by someone else and passed on, the recipients should know 22386 that what they have is not the original version, so that the original 22387 author's reputation will not be affected by problems that might be 22388 introduced by others. 22389 22390 Finally, software patents pose a constant threat to the existence of 22391 any free program. We wish to make sure that a company cannot 22392 effectively restrict the users of a free program by obtaining a 22393 restrictive license from a patent holder. Therefore, we insist that 22394 any patent license obtained for a version of the library must be 22395 consistent with the full freedom of use specified in this license. 22396 22397 Most GNU software, including some libraries, is covered by the 22398 ordinary GNU General Public License. This license, the GNU Lesser 22399 General Public License, applies to certain designated libraries, and 22400 is quite different from the ordinary General Public License. We use 22401 this license for certain libraries in order to permit linking those 22402 libraries into non-free programs. 22403 22404 When a program is linked with a library, whether statically or using 22405 a shared library, the combination of the two is legally speaking a 22406 combined work, a derivative of the original library. The ordinary 22407 General Public License therefore permits such linking only if the 22408 entire combination fits its criteria of freedom. The Lesser General 22409 Public License permits more lax criteria for linking other code with 22410 the library. 22411 22412 We call this license the "Lesser" General Public License because it 22413 does Less to protect the user's freedom than the ordinary General 22414 Public License. It also provides other free software developers Less 22415 of an advantage over competing non-free programs. These disadvantages 22416 are the reason we use the ordinary General Public License for many 22417 libraries. However, the Lesser license provides advantages in certain 22418 special circumstances. 22419 22420 For example, on rare occasions, there may be a special need to 22421 encourage the widest possible use of a certain library, so that it becomes 22422 a de-facto standard. To achieve this, non-free programs must be 22423 allowed to use the library. A more frequent case is that a free 22424 library does the same job as widely used non-free libraries. In this 22425 case, there is little to gain by limiting the free library to free 22426 software only, so we use the Lesser General Public License. 22427 22428 In other cases, permission to use a particular library in non-free 22429 programs enables a greater number of people to use a large body of 22430 free software. For example, permission to use the GNU C Library in 22431 non-free programs enables many more people to use the whole GNU 22432 operating system, as well as its variant, the GNU/Linux operating 22433 system. 22434 22435 Although the Lesser General Public License is Less protective of the 22436 users' freedom, it does ensure that the user of a program that is 22437 linked with the Library has the freedom and the wherewithal to run 22438 that program using a modified version of the Library. 22439 22440 The precise terms and conditions for copying, distribution and 22441 modification follow. Pay close attention to the difference between a 22442 "work based on the library" and a "work that uses the library". The 22443 former contains code derived from the library, whereas the latter must 22444 be combined with the library in order to run. 22445 22446 GNU LESSER GENERAL PUBLIC LICENSE 22447 TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 22448 22449 0. This License Agreement applies to any software library or other 22450 program which contains a notice placed by the copyright holder or 22451 other authorized party saying it may be distributed under the terms of 22452 this Lesser General Public License (also called "this License"). 22453 Each licensee is addressed as "you". 22454 22455 A "library" means a collection of software functions and/or data 22456 prepared so as to be conveniently linked with application programs 22457 (which use some of those functions and data) to form executables. 22458 22459 The "Library", below, refers to any such software library or work 22460 which has been distributed under these terms. A "work based on the 22461 Library" means either the Library or any derivative work under 22462 copyright law: that is to say, a work containing the Library or a 22463 portion of it, either verbatim or with modifications and/or translated 22464 straightforwardly into another language. (Hereinafter, translation is 22465 included without limitation in the term "modification".) 22466 22467 "Source code" for a work means the preferred form of the work for 22468 making modifications to it. For a library, complete source code means 22469 all the source code for all modules it contains, plus any associated 22470 interface definition files, plus the scripts used to control compilation 22471 and installation of the library. 22472 22473 Activities other than copying, distribution and modification are not 22474 covered by this License; they are outside its scope. The act of 22475 running a program using the Library is not restricted, and output from 22476 such a program is covered only if its contents constitute a work based 22477 on the Library (independent of the use of the Library in a tool for 22478 writing it). Whether that is true depends on what the Library does 22479 and what the program that uses the Library does. 22480 22481 1. You may copy and distribute verbatim copies of the Library's 22482 complete source code as you receive it, in any medium, provided that 22483 you conspicuously and appropriately publish on each copy an 22484 appropriate copyright notice and disclaimer of warranty; keep intact 22485 all the notices that refer to this License and to the absence of any 22486 warranty; and distribute a copy of this License along with the 22487 Library. 22488 22489 You may charge a fee for the physical act of transferring a copy, 22490 and you may at your option offer warranty protection in exchange for a 22491 fee. 22492 22493 2. You may modify your copy or copies of the Library or any portion 22494 of it, thus forming a work based on the Library, and copy and 22495 distribute such modifications or work under the terms of Section 1 22496 above, provided that you also meet all of these conditions: 22497 22498 a) The modified work must itself be a software library. 22499 22500 b) You must cause the files modified to carry prominent notices 22501 stating that you changed the files and the date of any change. 22502 22503 c) You must cause the whole of the work to be licensed at no 22504 charge to all third parties under the terms of this License. 22505 22506 d) If a facility in the modified Library refers to a function or a 22507 table of data to be supplied by an application program that uses 22508 the facility, other than as an argument passed when the facility 22509 is invoked, then you must make a good faith effort to ensure that, 22510 in the event an application does not supply such function or 22511 table, the facility still operates, and performs whatever part of 22512 its purpose remains meaningful. 22513 22514 (For example, a function in a library to compute square roots has 22515 a purpose that is entirely well-defined independent of the 22516 application. Therefore, Subsection 2d requires that any 22517 application-supplied function or table used by this function must 22518 be optional: if the application does not supply it, the square 22519 root function must still compute square roots.) 22520 22521 These requirements apply to the modified work as a whole. If 22522 identifiable sections of that work are not derived from the Library, 22523 and can be reasonably considered independent and separate works in 22524 themselves, then this License, and its terms, do not apply to those 22525 sections when you distribute them as separate works. But when you 22526 distribute the same sections as part of a whole which is a work based 22527 on the Library, the distribution of the whole must be on the terms of 22528 this License, whose permissions for other licensees extend to the 22529 entire whole, and thus to each and every part regardless of who wrote 22530 it. 22531 22532 Thus, it is not the intent of this section to claim rights or contest 22533 your rights to work written entirely by you; rather, the intent is to 22534 exercise the right to control the distribution of derivative or 22535 collective works based on the Library. 22536 22537 In addition, mere aggregation of another work not based on the Library 22538 with the Library (or with a work based on the Library) on a volume of 22539 a storage or distribution medium does not bring the other work under 22540 the scope of this License. 22541 22542 3. You may opt to apply the terms of the ordinary GNU General Public 22543 License instead of this License to a given copy of the Library. To do 22544 this, you must alter all the notices that refer to this License, so 22545 that they refer to the ordinary GNU General Public License, version 2, 22546 instead of to this License. (If a newer version than version 2 of the 22547 ordinary GNU General Public License has appeared, then you can specify 22548 that version instead if you wish.) Do not make any other change in 22549 these notices. 22550 22551 Once this change is made in a given copy, it is irreversible for 22552 that copy, so the ordinary GNU General Public License applies to all 22553 subsequent copies and derivative works made from that copy. 22554 22555 This option is useful when you wish to copy part of the code of 22556 the Library into a program that is not a library. 22557 22558 4. You may copy and distribute the Library (or a portion or 22559 derivative of it, under Section 2) in object code or executable form 22560 under the terms of Sections 1 and 2 above provided that you accompany 22561 it with the complete corresponding machine-readable source code, which 22562 must be distributed under the terms of Sections 1 and 2 above on a 22563 medium customarily used for software interchange. 22564 22565 If distribution of object code is made by offering access to copy 22566 from a designated place, then offering equivalent access to copy the 22567 source code from the same place satisfies the requirement to 22568 distribute the source code, even though third parties are not 22569 compelled to copy the source along with the object code. 22570 22571 5. A program that contains no derivative of any portion of the 22572 Library, but is designed to work with the Library by being compiled or 22573 linked with it, is called a "work that uses the Library". Such a 22574 work, in isolation, is not a derivative work of the Library, and 22575 therefore falls outside the scope of this License. 22576 22577 However, linking a "work that uses the Library" with the Library 22578 creates an executable that is a derivative of the Library (because it 22579 contains portions of the Library), rather than a "work that uses the 22580 library". The executable is therefore covered by this License. 22581 Section 6 states terms for distribution of such executables. 22582 22583 When a "work that uses the Library" uses material from a header file 22584 that is part of the Library, the object code for the work may be a 22585 derivative work of the Library even though the source code is not. 22586 Whether this is true is especially significant if the work can be 22587 linked without the Library, or if the work is itself a library. The 22588 threshold for this to be true is not precisely defined by law. 22589 22590 If such an object file uses only numerical parameters, data 22591 structure layouts and accessors, and small macros and small inline 22592 functions (ten lines or less in length), then the use of the object 22593 file is unrestricted, regardless of whether it is legally a derivative 22594 work. (Executables containing this object code plus portions of the 22595 Library will still fall under Section 6.) 22596 22597 Otherwise, if the work is a derivative of the Library, you may 22598 distribute the object code for the work under the terms of Section 6. 22599 Any executables containing that work also fall under Section 6, 22600 whether or not they are linked directly with the Library itself. 22601 22602 6. As an exception to the Sections above, you may also combine or 22603 link a "work that uses the Library" with the Library to produce a 22604 work containing portions of the Library, and distribute that work 22605 under terms of your choice, provided that the terms permit 22606 modification of the work for the customer's own use and reverse 22607 engineering for debugging such modifications. 22608 22609 You must give prominent notice with each copy of the work that the 22610 Library is used in it and that the Library and its use are covered by 22611 this License. You must supply a copy of this License. If the work 22612 during execution displays copyright notices, you must include the 22613 copyright notice for the Library among them, as well as a reference 22614 directing the user to the copy of this License. Also, you must do one 22615 of these things: 22616 22617 a) Accompany the work with the complete corresponding 22618 machine-readable source code for the Library including whatever 22619 changes were used in the work (which must be distributed under 22620 Sections 1 and 2 above); and, if the work is an executable linked 22621 with the Library, with the complete machine-readable "work that 22622 uses the Library", as object code and/or source code, so that the 22623 user can modify the Library and then relink to produce a modified 22624 executable containing the modified Library. (It is understood 22625 that the user who changes the contents of definitions files in the 22626 Library will not necessarily be able to recompile the application 22627 to use the modified definitions.) 22628 22629 b) Use a suitable shared library mechanism for linking with the 22630 Library. A suitable mechanism is one that (1) uses at run time a 22631 copy of the library already present on the user's computer system, 22632 rather than copying library functions into the executable, and (2) 22633 will operate properly with a modified version of the library, if 22634 the user installs one, as long as the modified version is 22635 interface-compatible with the version that the work was made with. 22636 22637 c) Accompany the work with a written offer, valid for at 22638 least three years, to give the same user the materials 22639 specified in Subsection 6a, above, for a charge no more 22640 than the cost of performing this distribution. 22641 22642 d) If distribution of the work is made by offering access to copy 22643 from a designated place, offer equivalent access to copy the above 22644 specified materials from the same place. 22645 22646 e) Verify that the user has already received a copy of these 22647 materials or that you have already sent this user a copy. 22648 22649 For an executable, the required form of the "work that uses the 22650 Library" must include any data and utility programs needed for 22651 reproducing the executable from it. However, as a special exception, 22652 the materials to be distributed need not include anything that is 22653 normally distributed (in either source or binary form) with the major 22654 components (compiler, kernel, and so on) of the operating system on 22655 which the executable runs, unless that component itself accompanies 22656 the executable. 22657 22658 It may happen that this requirement contradicts the license 22659 restrictions of other proprietary libraries that do not normally 22660 accompany the operating system. Such a contradiction means you cannot 22661 use both them and the Library together in an executable that you 22662 distribute. 22663 22664 7. You may place library facilities that are a work based on the 22665 Library side-by-side in a single library together with other library 22666 facilities not covered by this License, and distribute such a combined 22667 library, provided that the separate distribution of the work based on 22668 the Library and of the other library facilities is otherwise 22669 permitted, and provided that you do these two things: 22670 22671 a) Accompany the combined library with a copy of the same work 22672 based on the Library, uncombined with any other library 22673 facilities. This must be distributed under the terms of the 22674 Sections above. 22675 22676 b) Give prominent notice with the combined library of the fact 22677 that part of it is a work based on the Library, and explaining 22678 where to find the accompanying uncombined form of the same work. 22679 22680 8. You may not copy, modify, sublicense, link with, or distribute 22681 the Library except as expressly provided under this License. Any 22682 attempt otherwise to copy, modify, sublicense, link with, or 22683 distribute the Library is void, and will automatically terminate your 22684 rights under this License. However, parties who have received copies, 22685 or rights, from you under this License will not have their licenses 22686 terminated so long as such parties remain in full compliance. 22687 22688 9. You are not required to accept this License, since you have not 22689 signed it. However, nothing else grants you permission to modify or 22690 distribute the Library or its derivative works. These actions are 22691 prohibited by law if you do not accept this License. Therefore, by 22692 modifying or distributing the Library (or any work based on the 22693 Library), you indicate your acceptance of this License to do so, and 22694 all its terms and conditions for copying, distributing or modifying 22695 the Library or works based on it. 22696 22697 10. Each time you redistribute the Library (or any work based on the 22698 Library), the recipient automatically receives a license from the 22699 original licensor to copy, distribute, link with or modify the Library 22700 subject to these terms and conditions. You may not impose any further 22701 restrictions on the recipients' exercise of the rights granted herein. 22702 You are not responsible for enforcing compliance by third parties with 22703 this License. 22704 22705 11. If, as a consequence of a court judgment or allegation of patent 22706 infringement or for any other reason (not limited to patent issues), 22707 conditions are imposed on you (whether by court order, agreement or 22708 otherwise) that contradict the conditions of this License, they do not 22709 excuse you from the conditions of this License. If you cannot 22710 distribute so as to satisfy simultaneously your obligations under this 22711 License and any other pertinent obligations, then as a consequence you 22712 may not distribute the Library at all. For example, if a patent 22713 license would not permit royalty-free redistribution of the Library by 22714 all those who receive copies directly or indirectly through you, then 22715 the only way you could satisfy both it and this License would be to 22716 refrain entirely from distribution of the Library. 22717 22718 If any portion of this section is held invalid or unenforceable under any 22719 particular circumstance, the balance of the section is intended to apply, 22720 and the section as a whole is intended to apply in other circumstances. 22721 22722 It is not the purpose of this section to induce you to infringe any 22723 patents or other property right claims or to contest validity of any 22724 such claims; this section has the sole purpose of protecting the 22725 integrity of the free software distribution system which is 22726 implemented by public license practices. Many people have made 22727 generous contributions to the wide range of software distributed 22728 through that system in reliance on consistent application of that 22729 system; it is up to the author/donor to decide if he or she is willing 22730 to distribute software through any other system and a licensee cannot 22731 impose that choice. 22732 22733 This section is intended to make thoroughly clear what is believed to 22734 be a consequence of the rest of this License. 22735 22736 12. If the distribution and/or use of the Library is restricted in 22737 certain countries either by patents or by copyrighted interfaces, the 22738 original copyright holder who places the Library under this License may add 22739 an explicit geographical distribution limitation excluding those countries, 22740 so that distribution is permitted only in or among countries not thus 22741 excluded. In such case, this License incorporates the limitation as if 22742 written in the body of this License. 22743 22744 13. The Free Software Foundation may publish revised and/or new 22745 versions of the Lesser General Public License from time to time. 22746 Such new versions will be similar in spirit to the present version, 22747 but may differ in detail to address new problems or concerns. 22748 22749 Each version is given a distinguishing version number. If the Library 22750 specifies a version number of this License which applies to it and 22751 "any later version", you have the option of following the terms and 22752 conditions either of that version or of any later version published by 22753 the Free Software Foundation. If the Library does not specify a 22754 license version number, you may choose any version ever published by 22755 the Free Software Foundation. 22756 22757 14. If you wish to incorporate parts of the Library into other free 22758 programs whose distribution conditions are incompatible with these, 22759 write to the author to ask for permission. For software which is 22760 copyrighted by the Free Software Foundation, write to the Free 22761 Software Foundation; we sometimes make exceptions for this. Our 22762 decision will be guided by the two goals of preserving the free status 22763 of all derivatives of our free software and of promoting the sharing 22764 and reuse of software generally. 22765 22766 NO WARRANTY 22767 22768 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO 22769 WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW. 22770 EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR 22771 OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY 22772 KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE 22773 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 22774 PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE 22775 LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME 22776 THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. 22777 22778 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN 22779 WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY 22780 AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU 22781 FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR 22782 CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE 22783 LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING 22784 RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A 22785 FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF 22786 SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH 22787 DAMAGES. 22788 22789 END OF TERMS AND CONDITIONS 22790 22791 How to Apply These Terms to Your New Libraries 22792 22793 If you develop a new library, and you want it to be of the greatest 22794 possible use to the public, we recommend making it free software that 22795 everyone can redistribute and change. You can do so by permitting 22796 redistribution under these terms (or, alternatively, under the terms of the 22797 ordinary General Public License). 22798 22799 To apply these terms, attach the following notices to the library. It is 22800 safest to attach them to the start of each source file to most effectively 22801 convey the exclusion of warranty; and each file should have at least the 22802 "copyright" line and a pointer to where the full notice is found. 22803 22804 <one line to give the library's name and a brief idea of what it does.> 22805 Copyright (C) <year> <name of author> 22806 22807 This library is free software; you can redistribute it and/or 22808 modify it under the terms of the GNU Lesser General Public 22809 License as published by the Free Software Foundation; either 22810 version 2.1 of the License, or (at your option) any later version. 22811 22812 This library is distributed in the hope that it will be useful, 22813 but WITHOUT ANY WARRANTY; without even the implied warranty of 22814 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 22815 Lesser General Public License for more details. 22816 22817 You should have received a copy of the GNU Lesser General Public 22818 License along with this library; if not, write to the Free Software 22819 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 22820 22821 Also add information on how to contact you by electronic and paper mail. 22822 22823 You should also get your employer (if you work as a programmer) or your 22824 school, if any, to sign a "copyright disclaimer" for the library, if 22825 necessary. Here is a sample; alter the names: 22826 22827 Yoyodyne, Inc., hereby disclaims all copyright interest in the 22828 library `Frob' (a library for tweaking knobs) written by James Random Hacker. 22829 22830 <signature of Ty Coon>, 1 April 1990 22831 Ty Coon, President of Vice 22832 22833 That's all there is to it! 22834 22835 22836 22837 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 22838 22839 Scanned Source License pyudev-0.12/PKG-INFO: 22840 22841 Metadata-Version: 1.0 22842 Name: pyudev 22843 Version: 0.12 22844 Summary: A libudev binding 22845 Home-page: http://packages.python.org/pyudev 22846 Author: Sebastian Wiesner 22847 Author-email: lunaryorn (a] googlemail.com 22848 License: MIT/X11 22849 Description: ###### 22850 pyudev 22851 ###### 22852 22853 http://packages.python.org/pyudev 22854 22855 pyudev is a Python_ binding for libudev_, available under the terms fo the 22856 `GNU LGPL 2.1`_ (see ``COPYING``). 22857 22858 Refer to the website_ for detailed information and API documentation. 22859 22860 22861 Installation 22862 ============ 22863 22864 The basic binding is implemented in pure Python atop of ctypes_. The only 22865 dependencies are udev_ and Python.pyudev supports CPython_ 2.6 or newer 22866 (including 3.x) and PyPy_ 1.5 or newer, and is tested against udev_ 151 and 22867 newer. Older versions of older versions of udev_ may or may not work. 22868 22869 The toolkit integration modules in ``pyudev.pyqt4``, ``pyudev.pyside`` and 22870 ``pyudev.glib`` require some libraries from the corresponding toolkit. 22871 Refer to the documentation of these modules for a more precise description. 22872 22873 Installation is rather simple, just run:: 22874 22875 python setup.py install 22876 22877 22878 Issues and Feedback 22879 =================== 22880 22881 There is a mailing list at pyudev (a] librelist.com for user questions and 22882 development discussions around pyudev. To subscribe to this list, just send 22883 a mail to pyudev (a] librelist.com and reply to the configuration mail. The 22884 original mail is ditched. 22885 22886 Issues or enhancement proposals should be reported to the `issue tracker`_. 22887 Thank you. 22888 22889 22890 Development 22891 =========== 22892 22893 Development happens on GitHub_. The complete source code is available in a 22894 git_ repository:: 22895 22896 git clone --recursive git://github.com/lunaryorn/pyudev.git 22897 22898 Feel free to fork the repository. Pull requests and patches are welcome! 22899 22900 .. _GNU LGPL 2.1: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html 22901 .. _Python: http://www.python.org/ 22902 .. _CPython: http://www.python.org/ 22903 .. _PyPy: http://codespeak.net/pypy/ 22904 .. _PyQt4: http://www.riverbankcomputing.co.uk/software/pyqt/intro/ 22905 .. _udev: http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev.html 22906 .. _libudev: http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev.html 22907 .. _website: http://packages.python.org/pyudev 22908 .. _ctypes: http://docs.python.org/library/ctypes.html 22909 .. _issue tracker: http://github.com/lunaryorn/pyudev/issues 22910 .. _GitHub: http://github.com/lunaryorn/pyudev 22911 .. _git: http://www.git-scm.com/ 22912 22913 Platform: Linux 22914 Classifier: Development Status :: 4 - Beta 22915 Classifier: Intended Audience :: Developers 22916 Classifier: License :: OSI Approved :: MIT License 22917 Classifier: Operating System :: POSIX :: Linux 22918 Classifier: Programming Language :: Python 22919 Classifier: Programming Language :: Python :: 2 22920 Classifier: Programming Language :: Python :: 3 22921 Classifier: Topic :: Software Development :: Libraries 22922 Classifier: Topic :: System :: Hardware 22923 Classifier: Topic :: System :: Operating System Kernels :: Linux 22924 22925 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 22926 22927 Scanned Source License pyudev-0.12/pyudev.egg-info/PKG-INFO: 22928 22929 Metadata-Version: 1.0 22930 Name: pyudev 22931 Version: 0.12 22932 Summary: A libudev binding 22933 Home-page: http://packages.python.org/pyudev 22934 Author: Sebastian Wiesner 22935 Author-email: lunaryorn (a] googlemail.com 22936 License: MIT/X11 22937 Description: ###### 22938 pyudev 22939 ###### 22940 22941 http://packages.python.org/pyudev 22942 22943 pyudev is a Python_ binding for libudev_, available under the terms fo the 22944 `GNU LGPL 2.1`_ (see ``COPYING``). 22945 22946 Refer to the website_ for detailed information and API documentation. 22947 22948 22949 Installation 22950 ============ 22951 22952 The basic binding is implemented in pure Python atop of ctypes_. The only 22953 dependencies are udev_ and Python.pyudev supports CPython_ 2.6 or newer 22954 (including 3.x) and PyPy_ 1.5 or newer, and is tested against udev_ 151 and 22955 newer. Older versions of older versions of udev_ may or may not work. 22956 22957 The toolkit integration modules in ``pyudev.pyqt4``, ``pyudev.pyside`` and 22958 ``pyudev.glib`` require some libraries from the corresponding toolkit. 22959 Refer to the documentation of these modules for a more precise description. 22960 22961 Installation is rather simple, just run:: 22962 22963 python setup.py install 22964 22965 22966 Issues and Feedback 22967 =================== 22968 22969 There is a mailing list at pyudev (a] librelist.com for user questions and 22970 development discussions around pyudev. To subscribe to this list, just send 22971 a mail to pyudev (a] librelist.com and reply to the configuration mail. The 22972 original mail is ditched. 22973 22974 Issues or enhancement proposals should be reported to the `issue tracker`_. 22975 Thank you. 22976 22977 22978 Development 22979 =========== 22980 22981 Development happens on GitHub_. The complete source code is available in a 22982 git_ repository:: 22983 22984 git clone --recursive git://github.com/lunaryorn/pyudev.git 22985 22986 Feel free to fork the repository. Pull requests and patches are welcome! 22987 22988 .. _GNU LGPL 2.1: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html 22989 .. _Python: http://www.python.org/ 22990 .. _CPython: http://www.python.org/ 22991 .. _PyPy: http://codespeak.net/pypy/ 22992 .. _PyQt4: http://www.riverbankcomputing.co.uk/software/pyqt/intro/ 22993 .. _udev: http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev.html 22994 .. _libudev: http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev.html 22995 .. _website: http://packages.python.org/pyudev 22996 .. _ctypes: http://docs.python.org/library/ctypes.html 22997 .. _issue tracker: http://github.com/lunaryorn/pyudev/issues 22998 .. _GitHub: http://github.com/lunaryorn/pyudev 22999 .. _git: http://www.git-scm.com/ 23000 23001 Platform: Linux 23002 Classifier: Development Status :: 4 - Beta 23003 Classifier: Intended Audience :: Developers 23004 Classifier: License :: OSI Approved :: MIT License 23005 Classifier: Operating System :: POSIX :: Linux 23006 Classifier: Programming Language :: Python 23007 Classifier: Programming Language :: Python :: 2 23008 Classifier: Programming Language :: Python :: 3 23009 Classifier: Topic :: Software Development :: Libraries 23010 Classifier: Topic :: System :: Hardware 23011 Classifier: Topic :: System :: Operating System Kernels :: Linux 23012 23013 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 23014 </pre> 23015 <ul> 23016 23017 </ul> 23018 </div> 23019 </div> 23020 23021 23022 <div class="product"> 23023 <span class="title">pyusb-1.0.0_beta1</span> 23024 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 23025 <span class="homepage"><a href="http://pyusb.sourceforge.net/">homepage</a></span> 23026 <div class="licence"> 23027 <pre>Scanned Source License pyusb-1.0.0b1/LICENSE: 23028 23029 Copyright (C) 2009-2011 Wander Lairson Costa. All Rights Reserved. 23030 23031 Redistribution and use in source and binary forms, with or without 23032 modification, are permitted provided that the following conditions 23033 are met: 23034 23035 1. Redistributions of source code must retain the above copyright 23036 notice, this list of conditions and the following disclaimer. 23037 23038 2. Redistributions in binary form must reproduce the above copyright 23039 notice, this list of conditions and the following disclaimer in the 23040 documentation and/or other materials provided with the distribution. 23041 23042 3. The name of the author may not be used to endorse or promote products 23043 derived from this software without specific prior written permission. 23044 23045 THIS SOFTWARE IS PROVIDED BY THE AUTHOR "AS IS" AND ANY EXPRESS OR IMPLIED 23046 WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF 23047 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO 23048 EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 23049 EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT 23050 OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 23051 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 23052 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING 23053 IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY 23054 OF SUCH DAMAGE. 23055 23056 23057 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 23058 23059 Scanned Source License pyusb-1.0.0b1/PKG-INFO: 23060 23061 Metadata-Version: 1.0 23062 Name: pyusb 23063 Version: 1.0.0b1 23064 Summary: Python USB access module 23065 Home-page: http://pyusb.sourceforge.net 23066 Author: Wander Lairson Costa 23067 Author-email: wander.lairson (a] gmail.com 23068 License: BSD 23069 Description: 23070 PyUSB offers easy USB devices communication in Python. 23071 It should work without additional code in any environment with 23072 Python >= 2.4, ctypes and an pre-built usb backend library 23073 (currently, libusb 0.1.x, libusb 1.x, and OpenUSB). 23074 23075 Platform: UNKNOWN 23076 23077 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 23078 </pre> 23079 <ul> 23080 23081 </ul> 23082 </div> 23083 </div> 23084 23085 23086 <div class="product"> 23087 <span class="title">pyyaml-3.09</span> 23088 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 23089 <span class="homepage"><a href="http://pyyaml.org/wiki/PyYAML">homepage</a></span> 23090 <div class="licence"> 23091 <pre>Scanned Source License PyYAML-3.09/LICENSE: 23092 23093 Copyright (c) 2006 Kirill Simonov 23094 23095 Permission is hereby granted, free of charge, to any person obtaining a copy of 23096 this software and associated documentation files (the "Software"), to deal in 23097 the Software without restriction, including without limitation the rights to 23098 use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies 23099 of the Software, and to permit persons to whom the Software is furnished to do 23100 so, subject to the following conditions: 23101 23102 The above copyright notice and this permission notice shall be included in all 23103 copies or substantial portions of the Software. 23104 23105 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 23106 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 23107 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 23108 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 23109 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 23110 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 23111 SOFTWARE. 23112 23113 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 23114 23115 Scanned Source License PyYAML-3.09/PKG-INFO: 23116 23117 Metadata-Version: 1.0 23118 Name: PyYAML 23119 Version: 3.09 23120 Summary: YAML parser and emitter for Python 23121 Home-page: http://pyyaml.org/wiki/PyYAML 23122 Author: Kirill Simonov 23123 Author-email: xi (a] resolvent.net 23124 License: MIT 23125 Download-URL: http://pyyaml.org/download/pyyaml/PyYAML-3.09.tar.gz 23126 Description: YAML is a data serialization format designed for human readability 23127 and interaction with scripting languages. PyYAML is a YAML parser 23128 and emitter for Python. 23129 23130 PyYAML features a complete YAML 1.1 parser, Unicode support, pickle 23131 support, capable extension API, and sensible error messages. PyYAML 23132 supports standard YAML tags and provides Python-specific tags that 23133 allow to represent an arbitrary Python object. 23134 23135 PyYAML is applicable for a broad range of tasks from complex 23136 configuration files to object serialization and persistance. 23137 Platform: Any 23138 Classifier: Development Status :: 5 - Production/Stable 23139 Classifier: Intended Audience :: Developers 23140 Classifier: License :: OSI Approved :: MIT License 23141 Classifier: Operating System :: OS Independent 23142 Classifier: Programming Language :: Python 23143 Classifier: Programming Language :: Python :: 2 23144 Classifier: Programming Language :: Python :: 2.3 23145 Classifier: Programming Language :: Python :: 2.4 23146 Classifier: Programming Language :: Python :: 2.5 23147 Classifier: Programming Language :: Python :: 2.6 23148 Classifier: Programming Language :: Python :: 3 23149 Classifier: Programming Language :: Python :: 3.0 23150 Classifier: Programming Language :: Python :: 3.1 23151 Classifier: Topic :: Software Development :: Libraries :: Python Modules 23152 Classifier: Topic :: Text Processing :: Markup 23153 23154 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 23155 </pre> 23156 <ul> 23157 23158 </ul> 23159 </div> 23160 </div> 23161 23162 23163 <div class="product"> 23164 <span class="title">qemacs-0.4.0_pre20090420</span> 23165 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 23166 <span class="homepage"><a href="http://savannah.nongnu.org/projects/qemacs">homepage</a></span> 23167 <div class="licence"> 23168 <pre></pre> 23169 <ul> 23170 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li> 23171 </ul> 23172 </div> 23173 </div> 23174 23175 23176 <div class="product"> 23177 <span class="title">radvd-1.9.8</span> 23178 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 23179 <span class="homepage"><a href="http://v6web.litech.org/radvd/">homepage</a></span> 23180 <div class="licence"> 23181 <pre>Scanned Source License radvd-1.9.8/COPYRIGHT: 23182 23183 The author(s) grant permission for redistribution and use in source and 23184 binary forms, with or without modification, of the software and documentation 23185 provided that the following conditions are met: 23186 23187 0. If you receive a version of the software that is specifically labelled 23188 as not being for redistribution (check the version message and/or README), 23189 you are not permitted to redistribute that version of the software in any 23190 way or form. 23191 1. All terms of all other applicable copyrights and licenses must be 23192 followed. 23193 2. Redistributions of source code must retain the authors' copyright 23194 notice(s), this list of conditions, and the following disclaimer. 23195 3. Redistributions in binary form must reproduce the authors' copyright 23196 notice(s), this list of conditions, and the following disclaimer in the 23197 documentation and/or other materials provided with the distribution. 23198 4. All advertising materials mentioning features or use of this software 23199 must display the following acknowledgement with the name(s) of the 23200 authors as specified in the copyright notice(s) substituted where 23201 indicated: 23202 23203 This product includes software developed by the authors which are 23204 mentioned at the start of the source files and other contributors. 23205 23206 5. Neither the name(s) of the author(s) nor the names of its contributors 23207 may be used to endorse or promote products derived from this software 23208 without specific prior written permission. 23209 23210 THIS SOFTWARE IS PROVIDED BY ITS AUTHORS AND CONTRIBUTORS ``AS IS'' AND ANY 23211 EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED 23212 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE 23213 DISCLAIMED. IN NO EVENT SHALL THE AUTHORS OR CONTRIBUTORS BE LIABLE FOR ANY 23214 DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES 23215 (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; 23216 LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON 23217 ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 23218 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 23219 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 23220 23221 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 23222 </pre> 23223 <ul> 23224 23225 </ul> 23226 </div> 23227 </div> 23228 23229 23230 <div class="product"> 23231 <span class="title">randrproto-1.4.0</span> 23232 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 23233 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span> 23234 <div class="licence"> 23235 <pre>Scanned Source License randrproto-1.4.0/COPYING: 23236 23237 Copyright 2000 Compaq Computer Corporation 23238 Copyright 2002 Hewlett-Packard Company 23239 Copyright 2006 Intel Corporation 23240 Copyright 2008 Red Hat, Inc. 23241 23242 Permission to use, copy, modify, distribute, and sell this software and its 23243 documentation for any purpose is hereby granted without fee, provided that 23244 the above copyright notice appear in all copies and that both that copyright 23245 notice and this permission notice appear in supporting documentation, and 23246 that the name of the copyright holders not be used in advertising or 23247 publicity pertaining to distribution of the software without specific, 23248 written prior permission. The copyright holders make no representations 23249 about the suitability of this software for any purpose. It is provided "as 23250 is" without express or implied warranty. 23251 23252 THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 23253 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 23254 EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY SPECIAL, INDIRECT OR 23255 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 23256 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 23257 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE 23258 OF THIS SOFTWARE. 23259 23260 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 23261 </pre> 23262 <ul> 23263 23264 </ul> 23265 </div> 23266 </div> 23267 23268 23269 <div class="product"> 23270 <span class="title">read-edid-1.4.2</span> 23271 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 23272 <span class="homepage"><a href="http://www.polypux.org/projects/read-edid/">homepage</a></span> 23273 <div class="licence"> 23274 <pre></pre> 23275 <ul> 23276 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 23277 </ul> 23278 </div> 23279 </div> 23280 23281 23282 <div class="product"> 23283 <span class="title">readline-6.2_p1</span> 23284 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 23285 <span class="homepage"><a href="http://cnswww.cns.cwru.edu/php/chet/readline/rltop.html">homepage</a></span> 23286 <div class="licence"> 23287 <pre></pre> 23288 <ul> 23289 <li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li> 23290 </ul> 23291 </div> 23292 </div> 23293 23294 23295 <div class="product"> 23296 <span class="title">realtek-rt2800-firmware-0.0.1</span> 23297 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 23298 <span class="homepage"><a href="http://git.kernel.org/?p=linux/kernel/git/firmware/linux-firmware.git">homepage</a></span> 23299 <div class="licence"> 23300 <pre>Custom License ralink-firmware: 23301 23302 Copyright (c) 2007, Ralink Technology Corporation 23303 All rights reserved. 23304 23305 Redistribution. Redistribution and use in binary form, without 23306 modification, are permitted provided that the following conditions are 23307 met: 23308 23309 * Redistributions must reproduce the above copyright notice and the 23310 following disclaimer in the documentation and/or other materials 23311 provided with the distribution. 23312 * Neither the name of Ralink Technology Corporation nor the names of its 23313 suppliers may be used to endorse or promote products derived from this 23314 software without specific prior written permission. 23315 * No reverse engineering, decompilation, or disassembly of this software 23316 is permitted. 23317 23318 Limited patent license. Ralink Technology Corporation grants a world-wide, 23319 royalty-free, non-exclusive license under patents it now or hereafter 23320 owns or controls to make, have made, use, import, offer to sell and 23321 sell ("Utilize") this software, but solely to the extent that any 23322 such patent is necessary to Utilize the software alone, or in 23323 combination with an operating system licensed under an approved Open 23324 Source license as listed by the Open Source Initiative at 23325 http://opensource.org/licenses. The patent license shall not apply to 23326 any other combinations which include this software. No hardware per 23327 se is licensed hereunder. 23328 23329 DISCLAIMER. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND 23330 CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, 23331 BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND 23332 FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE 23333 COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, 23334 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, 23335 BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS 23336 OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND 23337 ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR 23338 TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE 23339 USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH 23340 DAMAGE. 23341 23342 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 23343 </pre> 23344 <ul> 23345 23346 </ul> 23347 </div> 23348 </div> 23349 23350 23351 <div class="product"> 23352 <span class="title">recordproto-1.14.1</span> 23353 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 23354 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span> 23355 <div class="licence"> 23356 <pre>Scanned Source License recordproto-1.14.1/COPYING: 23357 23358 Copyright 1995 Network Computing Devices 23359 23360 Permission to use, copy, modify, distribute, and sell this software and 23361 its documentation for any purpose is hereby granted without fee, provided 23362 that the above copyright notice appear in all copies and that both that 23363 copyright notice and this permission notice appear in supporting 23364 documentation, and that the name of Network Computing Devices 23365 not be used in advertising or publicity pertaining to distribution 23366 of the software without specific, written prior permission. 23367 23368 NETWORK COMPUTING DEVICES DISCLAIMs ALL WARRANTIES WITH REGARD TO 23369 THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY 23370 AND FITNESS, IN NO EVENT SHALL NETWORK COMPUTING DEVICES BE LIABLE 23371 FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 23372 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN 23373 AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING 23374 OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 23375 23376 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 23377 </pre> 23378 <ul> 23379 23380 </ul> 23381 </div> 23382 </div> 23383 23384 23385 <div class="product"> 23386 <span class="title">recover-duts-0.0.1</span> 23387 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 23388 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span> 23389 <div class="licence"> 23390 <pre></pre> 23391 <ul> 23392 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 23393 </ul> 23394 </div> 23395 </div> 23396 23397 23398 <div class="product"> 23399 <span class="title">renderproto-0.11.1</span> 23400 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 23401 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span> 23402 <div class="licence"> 23403 <pre>Scanned Source License renderproto-0.11.1/COPYING: 23404 23405 Copyright 2000 SuSE, Inc. 23406 23407 Permission to use, copy, modify, distribute, and sell this software and its 23408 documentation for any purpose is hereby granted without fee, provided that 23409 the above copyright notice appear in all copies and that both that 23410 copyright notice and this permission notice appear in supporting 23411 documentation, and that the name of SuSE not be used in advertising or 23412 publicity pertaining to distribution of the software without specific, 23413 written prior permission. SuSE makes no representations about the 23414 suitability of this software for any purpose. It is provided "as is" 23415 without express or implied warranty. 23416 23417 SuSE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL 23418 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL SuSE 23419 BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 23420 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION 23421 OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN 23422 CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 23423 23424 Author: Keith Packard, SuSE, Inc. 23425 23426 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 23427 </pre> 23428 <ul> 23429 23430 </ul> 23431 </div> 23432 </div> 23433 23434 23435 <div class="product"> 23436 <span class="title">resourceproto-1.2.0</span> 23437 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 23438 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span> 23439 <div class="licence"> 23440 <pre>Scanned Source License resourceproto-1.2.0/COPYING: 23441 23442 Copyright (c) 2002 XFree86 Inc 23443 23444 Permission is hereby granted, free of charge, to any person obtaining a copy 23445 of this software and associated documentation files (the "Software"), to deal 23446 in the Software without restriction, including without limitation the rights 23447 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 23448 copies of the Software, and to permit persons to whom the Software is 23449 furnished to do so, subject to the following conditions: 23450 23451 The above copyright notice and this permission notice shall be included in all 23452 copies or substantial portions of the Software. 23453 23454 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 23455 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 23456 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 23457 XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER 23458 IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 23459 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 23460 23461 Except as contained in this notice, the name of the XFree86 Project shall not 23462 be used in advertising or otherwise to promote the sale, use or other dealings 23463 in this Software without prior written authorization from the XFree86 Project. 23464 23465 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 23466 </pre> 23467 <ul> 23468 23469 </ul> 23470 </div> 23471 </div> 23472 23473 23474 <div class="product"> 23475 <span class="title">root-certificates-0.0.1</span> 23476 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 23477 <span class="homepage"><a href="http://src.chromium.org">homepage</a></span> 23478 <div class="licence"> 23479 <pre></pre> 23480 <ul> 23481 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 23482 </ul> 23483 </div> 23484 </div> 23485 23486 23487 <div class="product"> 23488 <span class="title">rootdev-0.0.1</span> 23489 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 23490 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span> 23491 <div class="licence"> 23492 <pre></pre> 23493 <ul> 23494 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 23495 </ul> 23496 </div> 23497 </div> 23498 23499 23500 <div class="product"> 23501 <span class="title">rsync-3.0.9</span> 23502 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 23503 <span class="homepage"><a href="http://rsync.samba.org/">homepage</a></span> 23504 <div class="licence"> 23505 <pre></pre> 23506 <ul> 23507 <li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li> 23508 </ul> 23509 </div> 23510 </div> 23511 23512 23513 <div class="product"> 23514 <span class="title">rsyslog-5.8.11</span> 23515 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 23516 <span class="homepage"><a href="http://www.rsyslog.com/">homepage</a></span> 23517 <div class="licence"> 23518 <pre></pre> 23519 <ul> 23520 <li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li> 23521 <li><a href='#Apache-2.0'>Gentoo Package Stock License Apache-2.0</a></li> 23522 <li><a href='#LGPL-3'>Gentoo Package Stock License LGPL-3</a></li> 23523 </ul> 23524 </div> 23525 </div> 23526 23527 23528 <div class="product"> 23529 <span class="title">rxvt-unicode-9.10</span> 23530 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 23531 <span class="homepage"><a href="http://software.schmorp.de/pkg/rxvt-unicode.html">homepage</a></span> 23532 <div class="licence"> 23533 <pre></pre> 23534 <ul> 23535 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 23536 </ul> 23537 </div> 23538 </div> 23539 23540 23541 <div class="product"> 23542 <span class="title">salsa-0.0.1</span> 23543 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 23544 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span> 23545 <div class="licence"> 23546 <pre></pre> 23547 <ul> 23548 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 23549 </ul> 23550 </div> 23551 </div> 23552 23553 23554 <div class="product"> 23555 <span class="title">sandbox-2.6</span> 23556 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 23557 <span class="homepage"><a href="http://www.gentoo.org/">homepage</a></span> 23558 <div class="licence"> 23559 <pre></pre> 23560 <ul> 23561 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 23562 </ul> 23563 </div> 23564 </div> 23565 23566 23567 <div class="product"> 23568 <span class="title">sbc-1.0</span> 23569 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 23570 <span class="homepage"><a href="http://git.kernel.org/?p=bluetooth/sbc.git">homepage</a></span> 23571 <div class="licence"> 23572 <pre></pre> 23573 <ul> 23574 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li> 23575 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 23576 </ul> 23577 </div> 23578 </div> 23579 23580 23581 <div class="product"> 23582 <span class="title">scons-2.0.1</span> 23583 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 23584 <span class="homepage"><a href="http://www.scons.org/">homepage</a></span> 23585 <div class="licence"> 23586 <pre>Scanned Source License scons-2.0.1/LICENSE.txt: 23587 23588 Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 The SCons Foundation 23589 23590 Permission is hereby granted, free of charge, to any person obtaining 23591 a copy of this software and associated documentation files (the 23592 "Software"), to deal in the Software without restriction, including 23593 without limitation the rights to use, copy, modify, merge, publish, 23594 distribute, sublicense, and/or sell copies of the Software, and to 23595 permit persons to whom the Software is furnished to do so, subject to 23596 the following conditions: 23597 23598 The above copyright notice and this permission notice shall be included 23599 in all copies or substantial portions of the Software. 23600 23601 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY 23602 KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE 23603 WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 23604 NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE 23605 LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION 23606 OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION 23607 WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 23608 23609 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 23610 23611 Scanned Source License scons-2.0.1/PKG-INFO: 23612 23613 Metadata-Version: 1.0 23614 Name: scons 23615 Version: 2.0.1 23616 Summary: Open Source next-generation build tool. 23617 Home-page: http://www.scons.org/ 23618 Author: Steven Knight 23619 Author-email: knight (a] baldmt.com 23620 License: UNKNOWN 23621 Description: Open Source next-generation build tool. 23622 Improved, cross-platform substitute for the classic Make 23623 utility. In short, SCons is an easier, more reliable 23624 and faster way to build software. 23625 Platform: UNKNOWN 23626 23627 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 23628 </pre> 23629 <ul> 23630 23631 </ul> 23632 </div> 23633 </div> 23634 23635 23636 <div class="product"> 23637 <span class="title">screen-4.0.3</span> 23638 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 23639 <span class="homepage"><a href="http://www.gnu.org/software/screen/">homepage</a></span> 23640 <div class="licence"> 23641 <pre></pre> 23642 <ul> 23643 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 23644 </ul> 23645 </div> 23646 </div> 23647 23648 23649 <div class="product"> 23650 <span class="title">scrnsaverproto-1.2.1</span> 23651 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 23652 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span> 23653 <div class="licence"> 23654 <pre>Scanned Source License scrnsaverproto-1.2.1/COPYING: 23655 23656 Copyright (c) 1992 X Consortium 23657 23658 Permission is hereby granted, free of charge, to any person obtaining a copy 23659 of this software and associated documentation files (the "Software"), to deal 23660 in the Software without restriction, including without limitation the rights 23661 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 23662 copies of the Software, and to permit persons to whom the Software is 23663 furnished to do so, subject to the following conditions: 23664 23665 The above copyright notice and this permission notice shall be included in 23666 all copies or substantial portions of the Software. 23667 23668 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 23669 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 23670 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 23671 X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN 23672 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 23673 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 23674 23675 Except as contained in this notice, the name of the X Consortium shall not be 23676 used in advertising or otherwise to promote the sale, use or other dealings 23677 in this Software without prior written authorization from the X Consortium. 23678 23679 Author: Keith Packard, MIT X Consortium 23680 23681 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 23682 </pre> 23683 <ul> 23684 23685 </ul> 23686 </div> 23687 </div> 23688 23689 23690 <div class="product"> 23691 <span class="title">sed-4.2.1</span> 23692 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 23693 <span class="homepage"><a href="http://sed.sourceforge.net/">homepage</a></span> 23694 <div class="licence"> 23695 <pre></pre> 23696 <ul> 23697 <li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li> 23698 </ul> 23699 </div> 23700 </div> 23701 23702 23703 <div class="product"> 23704 <span class="title">selenium-2.29.0</span> 23705 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 23706 <span class="homepage"><a href="http://pypi.python.org/pypi/selenium/">homepage</a></span> 23707 <div class="licence"> 23708 <pre></pre> 23709 <ul> 23710 <li><a href='#Apache-2.0'>Gentoo Package Stock License Apache-2.0</a></li> 23711 </ul> 23712 </div> 23713 </div> 23714 23715 23716 <div class="product"> 23717 <span class="title">setproctitle-1.1.8</span> 23718 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 23719 <span class="homepage"><a href="http://code.google.com/p/py-setproctitle/">homepage</a></span> 23720 <div class="licence"> 23721 <pre>Scanned Source License setproctitle-1.1.8/COPYRIGHT: 23722 23723 Copyright (c) 2009-2012, Daniele Varrazzo <daniele.varrazzo (a] gmail.com> 23724 All rights reserved. 23725 23726 Redistribution and use in source and binary forms, with or without 23727 modification, are permitted provided that the following conditions are met: 23728 23729 * Redistributions of source code must retain the above copyright notice, this 23730 list of conditions and the following disclaimer. 23731 * Redistributions in binary form must reproduce the above copyright notice, 23732 this list of conditions and the following disclaimer in the documentation 23733 and/or other materials provided with the distribution. 23734 * The name of Daniele Varrazzo may not be used to endorse or promote 23735 products derived from this software without specific prior written 23736 permission. 23737 23738 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND 23739 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED 23740 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE 23741 DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE 23742 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 23743 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR 23744 SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 23745 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 23746 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT 23747 OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 23748 23749 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 23750 23751 Scanned Source License setproctitle-1.1.8/PKG-INFO: 23752 23753 Metadata-Version: 1.1 23754 Name: setproctitle 23755 Version: 1.1.8 23756 Summary: A library to allow customization of the process title. 23757 Home-page: http://code.google.com/p/py-setproctitle/ 23758 Author: Daniele Varrazzo 23759 Author-email: daniele.varrazzo (a] gmail.com 23760 License: BSD 23761 Download-URL: http://pypi.python.org/pypi/setproctitle/ 23762 Description: A ``setproctitle`` implementation for Python 23763 ============================================ 23764 23765 :author: Daniele Varrazzo 23766 23767 The library allows a process to change its title (as displayed by system tools 23768 such as ``ps`` and ``top``). 23769 23770 Changing the title is mostly useful in multi-process systems, for example 23771 when a master process is forked: changing the children's title allows to 23772 identify the task each process is busy with. The technique is used by 23773 PostgreSQL_ and the `OpenSSH Server`_ for example. 23774 23775 The procedure is hardly portable across different systems. PostgreSQL provides 23776 a good `multi-platform implementation`__: this module is a Python wrapper 23777 around PostgreSQL code. 23778 23779 - `Homepage <http://code.google.com/p/py-setproctitle/>`__ 23780 - `Download <http://pypi.python.org/pypi/setproctitle/>`__ 23781 - `Source repository <https://github.com/dvarrazzo/py-setproctitle>`__ 23782 - `Bug tracker <http://code.google.com/p/py-setproctitle/issues/list>`__ 23783 23784 23785 .. _PostgreSQL: http://www.postgresql.org 23786 .. _OpenSSH Server: http://www.openssh.com/ 23787 .. __: http://doxygen.postgresql.org/ps__status_8c_source.html 23788 23789 23790 Installation 23791 ------------ 23792 23793 You can use ``easy_install`` to install the module: to perform a system-wide 23794 installation use:: 23795 23796 sudo easy_install setproctitle 23797 23798 If you are an unprivileged user or you want to limit installation to a local 23799 environment, you can use the command:: 23800 23801 easy_install -d /target/path setproctitle 23802 23803 Note that ``easy_install`` requires ``/target/path`` to be in your 23804 ``PYTHONPATH``. 23805 23806 23807 Python 3 support 23808 ~~~~~~~~~~~~~~~~ 23809 23810 As of version 1.1 the module works with Python 3. In order to install the 23811 module, you can use the `distribute`_ replacemente for ``easy_install``. 23812 23813 In order to build and test the module under Python 3, the ``Makefile`` 23814 contains some helper targets. 23815 23816 .. _distribute: http://pypi.python.org/pypi/distribute 23817 23818 23819 Usage 23820 ----- 23821 23822 The ``setproctitle`` module exports the following functions: 23823 23824 ``setproctitle(title)`` 23825 Set *title* as the title for the current process. 23826 23827 ``getproctitle()`` 23828 Return the current process title. 23829 23830 23831 Environment variables 23832 ~~~~~~~~~~~~~~~~~~~~~ 23833 23834 A few environment variables can be used to customize the module behavior: 23835 23836 ``SPT_NOENV`` 23837 Avoid clobbering ``/proc/PID/environ``. 23838 23839 On many platforms, setting the process title will clobber the 23840 ``environ`` memory area. ``os.environ`` will work as expected from within 23841 the Python process, but the content of the file ``/proc/PID/environ`` will 23842 be overwritten. If you require this file not to be broken you can set the 23843 ``SPT_NOENV`` environment variable to any non-empty value: in this case 23844 the maximum length for the title will be limited to the length of the 23845 command line. 23846 23847 ``SPT_DEBUG`` 23848 Print debug information on ``stderr``. 23849 23850 If the module doesn't work as expected you can set this variable to a 23851 non-empty value to generate information useful for debugging. Note that 23852 the most useful information is printed when the module is imported, not 23853 when the functions are called. 23854 23855 23856 Module status 23857 ------------- 23858 23859 The module can be currently compiled and effectively used on the following 23860 platforms: 23861 23862 - GNU/Linux 23863 - BSD 23864 - MacOS X 23865 - Windows 23866 23867 Note that on Windows there is no way to change the process string: 23868 what the module does is to create a *Named Object* whose value can be read 23869 using a tool such as `Process Explorer`_ (contribution of a more useful tool 23870 to be used together with ``setproctitle`` would be well accepted). 23871 23872 The module can probably work on HP-UX, but I haven't found any to test with. 23873 It is unlikely that it can work on Solaris instead. 23874 23875 .. _Process Explorer: http://technet.microsoft.com/en-us/sysinternals/bb896653.aspx 23876 23877 23878 Other known implementations and discussions 23879 ------------------------------------------- 23880 23881 - `procname`_: a module exposing the same functionality, but less portable 23882 and not well packaged. 23883 - `Issue 5672`_: where the introduction of such functionality into the stdlib 23884 is being discussed. 23885 23886 .. _procname: http://code.google.com/p/procname/ 23887 .. _Issue 5672: http://bugs.python.org/issue5672 23888 23889 23890 .. 23891 vim: set filetype=rst: 23892 23893 23894 Releases history 23895 ---------------- 23896 23897 Version 1.1.8 23898 ~~~~~~~~~~~~~ 23899 23900 - Added support for Python "diehard" 2.4. 23901 - Fixed build on Mac OS X 10.9 Maverick (issue #27). 23902 23903 23904 Version 1.1.7 23905 ~~~~~~~~~~~~~ 23906 23907 - Added PyPy support, courtesy of Ozan Turksever (http://www.logsign.net). 23908 23909 23910 Version 1.1.6 23911 ~~~~~~~~~~~~~ 23912 23913 - The module can be compiled again on Windows (issue #21). 23914 23915 23916 Version 1.1.5 23917 ~~~~~~~~~~~~~ 23918 23919 - No module bug, but a packaging issue: files ``README`` and ``HISTORY`` 23920 added back into the distribution. 23921 23922 23923 Version 1.1.4 23924 ~~~~~~~~~~~~~ 23925 23926 - The module works correctly in embedded Python. 23927 - ``setproctitle()`` accepts a keyword argument. 23928 - Debug output support always compiled in: the variable ``SPT_DEBUG`` can be 23929 used to emit debug log. 23930 23931 23932 Version 1.1.3 23933 ~~~~~~~~~~~~~ 23934 23935 - Don't clobber environ if the variable ``SPT_NOENV`` is set (issue #16). 23936 23937 23938 Version 1.1.2 23939 ~~~~~~~~~~~~~ 23940 23941 - Find the setproctitle include file on OpenBSD (issue #11). 23942 - Skip test with unicode if the file system encoding wouldn't make it pass 23943 (issue #13). 23944 23945 23946 Version 1.1.1 23947 ~~~~~~~~~~~~~ 23948 23949 - Fixed segfault when the module is imported under mod_wsgi (issue #9). 23950 23951 23952 Version 1.1 23953 ~~~~~~~~~~~ 23954 23955 - The module works correctly with Python 3. 23956 23957 23958 Version 1.0.1 23959 ~~~~~~~~~~~~~ 23960 23961 - ``setproctitle()`` works even when Python messes up with argv, e.g. when run 23962 with the -m option (issue #8). 23963 23964 23965 Version 1.0 23966 ~~~~~~~~~~~ 23967 23968 No major change since the previous version. The module has been heavily used 23969 in production environment without any problem reported, so it's time to declare 23970 it stable. 23971 23972 23973 Version 0.4 23974 ~~~~~~~~~~~ 23975 23976 - Module works on BSD (tested on FreeBSD 7.2). 23977 23978 - Module works on Windows. Many thanks to `Develer`_ for providing a neat `GCC 23979 package for Windows with Python integration`__ that made the Windows porting 23980 painless. 23981 23982 .. _Develer: http://www.develer.com/ 23983 .. __: http://www.develer.com/oss/GccWinBinaries 23984 23985 23986 Version 0.3 23987 ~~~~~~~~~~~ 23988 23989 - Module works on Mac OS X 10.2. Reported working on OS X 10.6 too. 23990 23991 23992 Version 0.2 23993 ~~~~~~~~~~~ 23994 23995 - Added ``prctl()`` call on Linux >= 2.6.9 to update ``/proc/self/status``. 23996 23997 23998 Version 0.1 23999 ~~~~~~~~~~~ 24000 24001 - Initial public release. 24002 24003 Platform: GNU/Linux 24004 Platform: BSD 24005 Platform: MacOS X 24006 Platform: Windows 24007 Classifier: Development Status :: 5 - Production/Stable 24008 Classifier: Intended Audience :: Developers 24009 Classifier: License :: OSI Approved :: BSD License 24010 Classifier: Programming Language :: C 24011 Classifier: Programming Language :: Python 24012 Classifier: Programming Language :: Python :: 3 24013 Classifier: Operating System :: POSIX :: Linux 24014 Classifier: Operating System :: POSIX :: BSD 24015 Classifier: Operating System :: MacOS :: MacOS X 24016 Classifier: Operating System :: Microsoft :: Windows 24017 Classifier: Topic :: Software Development 24018 24019 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 24020 </pre> 24021 <ul> 24022 24023 </ul> 24024 </div> 24025 </div> 24026 24027 24028 <div class="product"> 24029 <span class="title">setuptools-0.8</span> 24030 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 24031 <span class="homepage"><a href="http://pypi.python.org/pypi/setuptools">homepage</a></span> 24032 <div class="licence"> 24033 <pre>Scanned Source License setuptools-0.8/PKG-INFO: 24034 24035 Metadata-Version: 1.1 24036 Name: setuptools 24037 Version: 0.8 24038 Summary: Easily download, build, install, upgrade, and uninstall Python packages 24039 Home-page: https://pypi.python.org/pypi/setuptools 24040 Author: The fellowship of the packaging 24041 Author-email: distutils-sig (a] python.org 24042 License: PSF or ZPL 24043 Description: =============================== 24044 Installing and Using Setuptools 24045 =============================== 24046 24047 .. contents:: **Table of Contents** 24048 24049 24050 ------------------------- 24051 Installation Instructions 24052 ------------------------- 24053 24054 Upgrading from Distribute 24055 ========================= 24056 24057 Currently, Distribute disallows installing Setuptools 0.7+ over Distribute. 24058 You must first uninstall any active version of Distribute first (see 24059 `Uninstalling`_). 24060 24061 Upgrading from Setuptools 0.6 24062 ============================= 24063 24064 Upgrading from prior versions of Setuptools is supported. Initial reports 24065 good success in this regard. 24066 24067 Windows 24068 ======= 24069 24070 The recommended way to install setuptools on Windows is to download 24071 `ez_setup.py`_ and run it. The script will download the appropriate .egg 24072 file and install it for you. 24073 24074 .. _ez_setup.py: https://bitbucket.org/pypa/setuptools/raw/0.8/ez_setup.py 24075 24076 For best results, uninstall previous versions FIRST (see `Uninstalling`_). 24077 24078 Once installation is complete, you will find an ``easy_install.exe`` program in 24079 your Python ``Scripts`` subdirectory. For simple invocation and best results, 24080 add this directory to your ``PATH`` environment variable, if it is not already 24081 present. 24082 24083 24084 Unix-based Systems including Mac OS X 24085 ===================================== 24086 24087 Download `ez_setup.py`_ and run it using the target Python version. The script 24088 will download the appropriate version and install it for you:: 24089 24090 > wget https://bitbucket.org/pypa/setuptools/raw/0.8/ez_setup.py -O - | python 24091 24092 Note that you will may need to invoke the command with superuser privileges to 24093 install to the system Python. 24094 24095 Alternatively, on Python 2.6 and later, Setuptools may be installed to a 24096 user-local path:: 24097 24098 > wget https://bitbucket.org/pypa/setuptools/raw/0.8/ez_setup.py 24099 > python ez_setup.py --user 24100 24101 24102 Advanced Installation 24103 ===================== 24104 24105 For more advanced installation options, such as installing to custom 24106 locations or prefixes, download and extract the source 24107 tarball from `Setuptools on PyPI <https://pypi.python.org/pypi/setuptools>`_ 24108 and run setup.py with any supported distutils and Setuptools options. 24109 For example:: 24110 24111 setuptools-0.8$ python setup.py --prefix=/opt/setuptools 24112 24113 Use ``--help`` to get a full options list, but we recommend consulting 24114 the `EasyInstall manual`_ for detailed instructions, especially `the section 24115 on custom installation locations`_. 24116 24117 .. _EasyInstall manual: https://pythonhosted.org/setuptools/EasyInstall 24118 .. _the section on custom installation locations: https://pythonhosted.org/setuptools/EasyInstall#custom-installation-locations 24119 24120 24121 Downloads 24122 ========= 24123 24124 All setuptools downloads can be found at `the project's home page in the Python 24125 Package Index`_. Scroll to the very bottom of the page to find the links. 24126 24127 .. _the project's home page in the Python Package Index: https://pypi.python.org/pypi/setuptools 24128 24129 In addition to the PyPI downloads, the development version of ``setuptools`` 24130 is available from the `Bitbucket repo`_, and in-development versions of the 24131 `0.6 branch`_ are available as well. 24132 24133 .. _Bitbucket repo: https://bitbucket.org/pypa/setuptools/get/default.tar.gz#egg=setuptools-dev 24134 .. _0.6 branch: http://svn.python.org/projects/sandbox/branches/setuptools-0.6/#egg=setuptools-dev06 24135 24136 Uninstalling 24137 ============ 24138 24139 On Windows, if Setuptools was installed using an ``.exe`` or ``.msi`` 24140 installer, simply use the uninstall feature of "Add/Remove Programs" in the 24141 Control Panel. 24142 24143 Otherwise, to uninstall Setuptools or Distribute, regardless of the Python 24144 version, delete all ``setuptools*`` and ``distribute*`` files and 24145 directories from your system's ``site-packages`` directory 24146 (and any other ``sys.path`` directories) FIRST. 24147 24148 If you are upgrading or otherwise plan to re-install Setuptools or Distribute, 24149 nothing further needs to be done. If you want to completely remove Setuptools, 24150 you may also want to remove the 'easy_install' and 'easy_install-x.x' scripts 24151 and associated executables installed to the Python scripts directory. 24152 24153 -------------------------------- 24154 Using Setuptools and EasyInstall 24155 -------------------------------- 24156 24157 Here are some of the available manuals, tutorials, and other resources for 24158 learning about Setuptools, Python Eggs, and EasyInstall: 24159 24160 * `The EasyInstall user's guide and reference manual`_ 24161 * `The setuptools Developer's Guide`_ 24162 * `The pkg_resources API reference`_ 24163 * `Package Compatibility Notes`_ (user-maintained) 24164 * `The Internal Structure of Python Eggs`_ 24165 24166 Questions, comments, and bug reports should be directed to the `distutils-sig 24167 mailing list`_. If you have written (or know of) any tutorials, documentation, 24168 plug-ins, or other resources for setuptools users, please let us know about 24169 them there, so this reference list can be updated. If you have working, 24170 *tested* patches to correct problems or add features, you may submit them to 24171 the `setuptools bug tracker`_. 24172 24173 .. _setuptools bug tracker: https://bitbucket.org/pypa/setuptools/issues 24174 .. _Package Compatibility Notes: https://pythonhosted.org/setuptools/PackageNotes 24175 .. _The Internal Structure of Python Eggs: https://pythonhosted.org/setuptools/formats.html 24176 .. _The setuptools Developer's Guide: https://pythonhosted.org/setuptools/setuptools.html 24177 .. _The pkg_resources API reference: https://pythonhosted.org/setuptools/pkg_resources.html 24178 .. _The EasyInstall user's guide and reference manual: https://pythonhosted.org/setuptools/easy_install.html 24179 .. _distutils-sig mailing list: http://mail.python.org/pipermail/distutils-sig/ 24180 24181 24182 ------- 24183 Credits 24184 ------- 24185 24186 * The original design for the ``.egg`` format and the ``pkg_resources`` API was 24187 co-created by Phillip Eby and Bob Ippolito. Bob also implemented the first 24188 version of ``pkg_resources``, and supplied the OS X operating system version 24189 compatibility algorithm. 24190 24191 * Ian Bicking implemented many early "creature comfort" features of 24192 easy_install, including support for downloading via Sourceforge and 24193 Subversion repositories. Ian's comments on the Web-SIG about WSGI 24194 application deployment also inspired the concept of "entry points" in eggs, 24195 and he has given talks at PyCon and elsewhere to inform and educate the 24196 community about eggs and setuptools. 24197 24198 * Jim Fulton contributed time and effort to build automated tests of various 24199 aspects of ``easy_install``, and supplied the doctests for the command-line 24200 ``.exe`` wrappers on Windows. 24201 24202 * Phillip J. Eby is the principal author and maintainer of setuptools, and 24203 first proposed the idea of an importable binary distribution format for 24204 Python application plug-ins. 24205 24206 * Significant parts of the implementation of setuptools were funded by the Open 24207 Source Applications Foundation, to provide a plug-in infrastructure for the 24208 Chandler PIM application. In addition, many OSAF staffers (such as Mike 24209 "Code Bear" Taylor) contributed their time and stress as guinea pigs for the 24210 use of eggs and setuptools, even before eggs were "cool". (Thanks, guys!) 24211 24212 .. _files: 24213 24214 ======= 24215 CHANGES 24216 ======= 24217 24218 --- 24219 0.8 24220 --- 24221 24222 * Code base now runs on Python 2.4 - Python 3.3 without Python 2to3 24223 conversion. 24224 24225 ----- 24226 0.7.8 24227 ----- 24228 24229 * Distribute #375: Yet another fix for yet another regression. 24230 24231 ----- 24232 0.7.7 24233 ----- 24234 24235 * Distribute #375: Repair AttributeError created in last release (redo). 24236 * `Issue #30`_: Added test for get_cache_path. 24237 24238 ----- 24239 0.7.6 24240 ----- 24241 24242 * Distribute #375: Repair AttributeError created in last release. 24243 24244 ----- 24245 0.7.5 24246 ----- 24247 24248 * `Issue #21`_: Restore Python 2.4 compatibility in ``test_easy_install``. 24249 * Distribute #375: Merged additional warning from Distribute 0.6.46. 24250 * Now honor the environment variable 24251 ``SETUPTOOLS_DISABLE_VERSIONED_EASY_INSTALL_SCRIPT`` in addition to the now 24252 deprecated ``DISTRIBUTE_DISABLE_VERSIONED_EASY_INSTALL_SCRIPT``. 24253 24254 ----- 24255 0.7.4 24256 ----- 24257 24258 * Issue #20: Fix comparison of parsed SVN version on Python 3. 24259 24260 ----- 24261 0.7.3 24262 ----- 24263 24264 * Issue #1: Disable installation of Windows-specific files on non-Windows systems. 24265 * Use new sysconfig module with Python 2.7 or >=3.2. 24266 24267 ----- 24268 0.7.2 24269 ----- 24270 24271 * Issue #14: Use markerlib when the `parser` module is not available. 24272 * Issue #10: ``ez_setup.py`` now uses HTTPS to download setuptools from PyPI. 24273 24274 ----- 24275 0.7.1 24276 ----- 24277 24278 * Fix NameError (Issue #3) again - broken in bad merge. 24279 24280 --- 24281 0.7 24282 --- 24283 24284 * Merged Setuptools and Distribute. See docs/merge.txt for details. 24285 24286 Added several features that were slated for setuptools 0.6c12: 24287 24288 * Index URL now defaults to HTTPS. 24289 * Added experimental environment marker support. Now clients may designate a 24290 PEP-426 environment marker for "extra" dependencies. Setuptools uses this 24291 feature in ``setup.py`` for optional SSL and certificate validation support 24292 on older platforms. Based on Distutils-SIG discussions, the syntax is 24293 somewhat tentative. There should probably be a PEP with a firmer spec before 24294 the feature should be considered suitable for use. 24295 * Added support for SSL certificate validation when installing packages from 24296 an HTTPS service. 24297 24298 ----- 24299 0.7b4 24300 ----- 24301 24302 * Issue #3: Fixed NameError in SSL support. 24303 24304 ------ 24305 0.6.49 24306 ------ 24307 24308 * Move warning check in ``get_cache_path`` to follow the directory creation 24309 to avoid errors when the cache path does not yet exist. Fixes the error 24310 reported in #375. 24311 24312 ------ 24313 0.6.48 24314 ------ 24315 24316 * Correct AttributeError in ``ResourceManager.get_cache_path`` introduced in 24317 0.6.46 (redo). 24318 24319 ------ 24320 0.6.47 24321 ------ 24322 24323 * Correct AttributeError in ``ResourceManager.get_cache_path`` introduced in 24324 0.6.46. 24325 24326 ------ 24327 0.6.46 24328 ------ 24329 24330 * Issue #375: Issue a warning if the PYTHON_EGG_CACHE or otherwise 24331 customized egg cache location specifies a directory that's group- or 24332 world-writable. 24333 24334 ------ 24335 0.6.45 24336 ------ 24337 24338 * Issue #379: ``distribute_setup.py`` now traps VersionConflict as well, 24339 restoring ability to upgrade from an older setuptools version. 24340 24341 ------ 24342 0.6.44 24343 ------ 24344 24345 * ``distribute_setup.py`` has been updated to allow Setuptools 0.7 to 24346 satisfy use_setuptools. 24347 24348 ------ 24349 0.6.43 24350 ------ 24351 24352 * Issue #378: Restore support for Python 2.4 Syntax (regression in 0.6.42). 24353 24354 ------ 24355 0.6.42 24356 ------ 24357 24358 * External links finder no longer yields duplicate links. 24359 * Issue #337: Moved site.py to setuptools/site-patch.py (graft of very old 24360 patch from setuptools trunk which inspired PR #31). 24361 24362 ------ 24363 0.6.41 24364 ------ 24365 24366 * Issue #27: Use public api for loading resources from zip files rather than 24367 the private method `_zip_directory_cache`. 24368 * Added a new function ``easy_install.get_win_launcher`` which may be used by 24369 third-party libraries such as buildout to get a suitable script launcher. 24370 24371 ------ 24372 0.6.40 24373 ------ 24374 24375 * Issue #376: brought back cli.exe and gui.exe that were deleted in the 24376 previous release. 24377 24378 ------ 24379 0.6.39 24380 ------ 24381 24382 * Add support for console launchers on ARM platforms. 24383 * Fix possible issue in GUI launchers where the subsystem was not supplied to 24384 the linker. 24385 * Launcher build script now refactored for robustness. 24386 * Issue #375: Resources extracted from a zip egg to the file system now also 24387 check the contents of the file against the zip contents during each 24388 invocation of get_resource_filename. 24389 24390 ------ 24391 0.6.38 24392 ------ 24393 24394 * Issue #371: The launcher manifest file is now installed properly. 24395 24396 ------ 24397 0.6.37 24398 ------ 24399 24400 * Issue #143: Launcher scripts, including easy_install itself, are now 24401 accompanied by a manifest on 32-bit Windows environments to avoid the 24402 Installer Detection Technology and thus undesirable UAC elevation described 24403 in `this Microsoft article 24404 <http://technet.microsoft.com/en-us/library/cc709628%28WS.10%29.aspx>`_. 24405 24406 ------ 24407 0.6.36 24408 ------ 24409 24410 * Pull Request #35: In `Buildout issue 64 24411 <https://github.com/buildout/buildout/issues/64>`_, it was reported that 24412 under Python 3, installation of distutils scripts could attempt to copy 24413 the ``__pycache__`` directory as a file, causing an error, apparently only 24414 under Windows. Easy_install now skips all directories when processing 24415 metadata scripts. 24416 24417 ------ 24418 0.6.35 24419 ------ 24420 24421 24422 Note this release is backward-incompatible with distribute 0.6.23-0.6.34 in 24423 how it parses version numbers. 24424 24425 * Issue #278: Restored compatibility with distribute 0.6.22 and setuptools 24426 0.6. Updated the documentation to match more closely with the version 24427 parsing as intended in setuptools 0.6. 24428 24429 ------ 24430 0.6.34 24431 ------ 24432 24433 * Issue #341: 0.6.33 fails to build under Python 2.4. 24434 24435 ------ 24436 0.6.33 24437 ------ 24438 24439 * Fix 2 errors with Jython 2.5. 24440 * Fix 1 failure with Jython 2.5 and 2.7. 24441 * Disable workaround for Jython scripts on Linux systems. 24442 * Issue #336: `setup.py` no longer masks failure exit code when tests fail. 24443 * Fix issue in pkg_resources where try/except around a platform-dependent 24444 import would trigger hook load failures on Mercurial. See pull request 32 24445 for details. 24446 * Issue #341: Fix a ResourceWarning. 24447 24448 ------ 24449 0.6.32 24450 ------ 24451 24452 * Fix test suite with Python 2.6. 24453 * Fix some DeprecationWarnings and ResourceWarnings. 24454 * Issue #335: Backed out `setup_requires` superceding installed requirements 24455 until regression can be addressed. 24456 24457 ------ 24458 0.6.31 24459 ------ 24460 24461 * Issue #303: Make sure the manifest only ever contains UTF-8 in Python 3. 24462 * Issue #329: Properly close files created by tests for compatibility with 24463 Jython. 24464 * Work around Jython bugs `#1980 <http://bugs.jython.org/issue1980>`_ and 24465 `#1981 <http://bugs.jython.org/issue1981>`_. 24466 * `Issue #334`_: Provide workaround for packages that reference `sys.__stdout__` 24467 such as numpy does. This change should address 24468 `virtualenv #359 <https://github.com/pypa/virtualenv/issues/359>`_ as long 24469 as the system encoding is UTF-8 or the IO encoding is specified in the 24470 environment, i.e.:: 24471 24472 PYTHONIOENCODING=utf8 pip install numpy 24473 24474 * Fix for encoding issue when installing from Windows executable on Python 3. 24475 * `Issue #323`_: Allow `setup_requires` requirements to supercede installed 24476 requirements. Added some new keyword arguments to existing pkg_resources 24477 methods. Also had to updated how __path__ is handled for namespace packages 24478 to ensure that when a new egg distribution containing a namespace package is 24479 placed on sys.path, the entries in __path__ are found in the same order they 24480 would have been in had that egg been on the path when pkg_resources was 24481 first imported. 24482 24483 ------ 24484 0.6.30 24485 ------ 24486 24487 * `Issue #328`_: Clean up temporary directories in distribute_setup.py. 24488 * Fix fatal bug in distribute_setup.py. 24489 24490 ------ 24491 0.6.29 24492 ------ 24493 24494 * Pull Request #14: Honor file permissions in zip files. 24495 * `Issue #327`_: Merged pull request #24 to fix a dependency problem with pip. 24496 * Merged pull request #23 to fix https://github.com/pypa/virtualenv/issues/301. 24497 * If Sphinx is installed, the `upload_docs` command now runs `build_sphinx` 24498 to produce uploadable documentation. 24499 * `Issue #326`_: `upload_docs` provided mangled auth credentials under Python 3. 24500 * `Issue #320`_: Fix check for "createable" in distribute_setup.py. 24501 * `Issue #305`_: Remove a warning that was triggered during normal operations. 24502 * `Issue #311`_: Print metadata in UTF-8 independent of platform. 24503 * `Issue #303`_: Read manifest file with UTF-8 encoding under Python 3. 24504 * `Issue #301`_: Allow to run tests of namespace packages when using 2to3. 24505 * `Issue #304`_: Prevent import loop in site.py under Python 3.3. 24506 * `Issue #283`_: Reenable scanning of `*.pyc` / `*.pyo` files on Python 3.3. 24507 * `Issue #299`_: The develop command didn't work on Python 3, when using 2to3, 24508 as the egg link would go to the Python 2 source. Linking to the 2to3'd code 24509 in build/lib makes it work, although you will have to rebuild the module 24510 before testing it. 24511 * `Issue #306`_: Even if 2to3 is used, we build in-place under Python 2. 24512 * `Issue #307`_: Prints the full path when .svn/entries is broken. 24513 * `Issue #313`_: Support for sdist subcommands (Python 2.7) 24514 * `Issue #314`_: test_local_index() would fail an OS X. 24515 * `Issue #310`_: Non-ascii characters in a namespace __init__.py causes errors. 24516 * `Issue #218`_: Improved documentation on behavior of `package_data` and 24517 `include_package_data`. Files indicated by `package_data` are now included 24518 in the manifest. 24519 * `distribute_setup.py` now allows a `--download-base` argument for retrieving 24520 distribute from a specified location. 24521 24522 ------ 24523 0.6.28 24524 ------ 24525 24526 * `Issue #294`_: setup.py can now be invoked from any directory. 24527 * Scripts are now installed honoring the umask. 24528 * Added support for .dist-info directories. 24529 * `Issue #283`_: Fix and disable scanning of `*.pyc` / `*.pyo` files on 24530 Python 3.3. 24531 24532 ------ 24533 0.6.27 24534 ------ 24535 24536 * Support current snapshots of CPython 3.3. 24537 * Distribute now recognizes README.rst as a standard, default readme file. 24538 * Exclude 'encodings' modules when removing modules from sys.modules. 24539 Workaround for #285. 24540 * `Issue #231`_: Don't fiddle with system python when used with buildout 24541 (bootstrap.py) 24542 24543 ------ 24544 0.6.26 24545 ------ 24546 24547 * `Issue #183`_: Symlinked files are now extracted from source distributions. 24548 * `Issue #227`_: Easy_install fetch parameters are now passed during the 24549 installation of a source distribution; now fulfillment of setup_requires 24550 dependencies will honor the parameters passed to easy_install. 24551 24552 ------ 24553 0.6.25 24554 ------ 24555 24556 * `Issue #258`_: Workaround a cache issue 24557 * `Issue #260`_: distribute_setup.py now accepts the --user parameter for 24558 Python 2.6 and later. 24559 * `Issue #262`_: package_index.open_with_auth no longer throws LookupError 24560 on Python 3. 24561 * `Issue #269`_: AttributeError when an exception occurs reading Manifest.in 24562 on late releases of Python. 24563 * `Issue #272`_: Prevent TypeError when namespace package names are unicode 24564 and single-install-externally-managed is used. Also fixes PIP `issue 24565 449`_. 24566 * `Issue #273`_: Legacy script launchers now install with Python2/3 support. 24567 24568 ------ 24569 0.6.24 24570 ------ 24571 24572 * `Issue #249`_: Added options to exclude 2to3 fixers 24573 24574 ------ 24575 0.6.23 24576 ------ 24577 24578 * `Issue #244`_: Fixed a test 24579 * `Issue #243`_: Fixed a test 24580 * `Issue #239`_: Fixed a test 24581 * `Issue #240`_: Fixed a test 24582 * `Issue #241`_: Fixed a test 24583 * `Issue #237`_: Fixed a test 24584 * `Issue #238`_: easy_install now uses 64bit executable wrappers on 64bit Python 24585 * `Issue #208`_: Fixed parsed_versions, it now honors post-releases as noted in the documentation 24586 * `Issue #207`_: Windows cli and gui wrappers pass CTRL-C to child python process 24587 * `Issue #227`_: easy_install now passes its arguments to setup.py bdist_egg 24588 * `Issue #225`_: Fixed a NameError on Python 2.5, 2.4 24589 24590 ------ 24591 0.6.21 24592 ------ 24593 24594 * `Issue #225`_: FIxed a regression on py2.4 24595 24596 ------ 24597 0.6.20 24598 ------ 24599 24600 * `Issue #135`_: Include url in warning when processing URLs in package_index. 24601 * `Issue #212`_: Fix issue where easy_instal fails on Python 3 on windows installer. 24602 * `Issue #213`_: Fix typo in documentation. 24603 24604 ------ 24605 0.6.19 24606 ------ 24607 24608 * `Issue 206`_: AttributeError: 'HTTPMessage' object has no attribute 'getheaders' 24609 24610 ------ 24611 0.6.18 24612 ------ 24613 24614 * `Issue 210`_: Fixed a regression introduced by `Issue 204`_ fix. 24615 24616 ------ 24617 0.6.17 24618 ------ 24619 24620 * Support 'DISTRIBUTE_DISABLE_VERSIONED_EASY_INSTALL_SCRIPT' environment 24621 variable to allow to disable installation of easy_install-${version} script. 24622 * Support Python >=3.1.4 and >=3.2.1. 24623 * `Issue 204`_: Don't try to import the parent of a namespace package in 24624 declare_namespace 24625 * `Issue 196`_: Tolerate responses with multiple Content-Length headers 24626 * `Issue 205`_: Sandboxing doesn't preserve working_set. Leads to setup_requires 24627 problems. 24628 24629 ------ 24630 0.6.16 24631 ------ 24632 24633 * Builds sdist gztar even on Windows (avoiding `Issue 193`_). 24634 * `Issue 192`_: Fixed metadata omitted on Windows when package_dir 24635 specified with forward-slash. 24636 * `Issue 195`_: Cython build support. 24637 * `Issue 200`_: Issues with recognizing 64-bit packages on Windows. 24638 24639 ------ 24640 0.6.15 24641 ------ 24642 24643 * Fixed typo in bdist_egg 24644 * Several issues under Python 3 has been solved. 24645 * `Issue 146`_: Fixed missing DLL files after easy_install of windows exe package. 24646 24647 ------ 24648 0.6.14 24649 ------ 24650 24651 * `Issue 170`_: Fixed unittest failure. Thanks to Toshio. 24652 * `Issue 171`_: Fixed race condition in unittests cause deadlocks in test suite. 24653 * `Issue 143`_: Fixed a lookup issue with easy_install. 24654 Thanks to David and Zooko. 24655 * `Issue 174`_: Fixed the edit mode when its used with setuptools itself 24656 24657 ------ 24658 0.6.13 24659 ------ 24660 24661 * `Issue 160`_: 2.7 gives ValueError("Invalid IPv6 URL") 24662 * `Issue 150`_: Fixed using ~/.local even in a --no-site-packages virtualenv 24663 * `Issue 163`_: scan index links before external links, and don't use the md5 when 24664 comparing two distributions 24665 24666 ------ 24667 0.6.12 24668 ------ 24669 24670 * `Issue 149`_: Fixed various failures on 2.3/2.4 24671 24672 ------ 24673 0.6.11 24674 ------ 24675 24676 * Found another case of SandboxViolation - fixed 24677 * `Issue 15`_ and 48: Introduced a socket timeout of 15 seconds on url openings 24678 * Added indexsidebar.html into MANIFEST.in 24679 * `Issue 108`_: Fixed TypeError with Python3.1 24680 * `Issue 121`_: Fixed --help install command trying to actually install. 24681 * `Issue 112`_: Added an os.makedirs so that Tarek's solution will work. 24682 * `Issue 133`_: Added --no-find-links to easy_install 24683 * Added easy_install --user 24684 * `Issue 100`_: Fixed develop --user not taking '.' in PYTHONPATH into account 24685 * `Issue 134`_: removed spurious UserWarnings. Patch by VanLindberg 24686 * `Issue 138`_: cant_write_to_target error when setup_requires is used. 24687 * `Issue 147`_: respect the sys.dont_write_bytecode flag 24688 24689 ------ 24690 0.6.10 24691 ------ 24692 24693 * Reverted change made for the DistributionNotFound exception because 24694 zc.buildout uses the exception message to get the name of the 24695 distribution. 24696 24697 ----- 24698 0.6.9 24699 ----- 24700 24701 * `Issue 90`_: unknown setuptools version can be added in the working set 24702 * `Issue 87`_: setupt.py doesn't try to convert distribute_setup.py anymore 24703 Initial Patch by arfrever. 24704 * `Issue 89`_: added a side bar with a download link to the doc. 24705 * `Issue 86`_: fixed missing sentence in pkg_resources doc. 24706 * Added a nicer error message when a DistributionNotFound is raised. 24707 * `Issue 80`_: test_develop now works with Python 3.1 24708 * `Issue 93`_: upload_docs now works if there is an empty sub-directory. 24709 * `Issue 70`_: exec bit on non-exec files 24710 * `Issue 99`_: now the standalone easy_install command doesn't uses a 24711 "setup.cfg" if any exists in the working directory. It will use it 24712 only if triggered by ``install_requires`` from a setup.py call 24713 (install, develop, etc). 24714 * `Issue 101`_: Allowing ``os.devnull`` in Sandbox 24715 * `Issue 92`_: Fixed the "no eggs" found error with MacPort 24716 (platform.mac_ver() fails) 24717 * `Issue 103`_: test_get_script_header_jython_workaround not run 24718 anymore under py3 with C or POSIX local. Contributed by Arfrever. 24719 * `Issue 104`_: remvoved the assertion when the installation fails, 24720 with a nicer message for the end user. 24721 * `Issue 100`_: making sure there's no SandboxViolation when 24722 the setup script patches setuptools. 24723 24724 ----- 24725 0.6.8 24726 ----- 24727 24728 * Added "check_packages" in dist. (added in Setuptools 0.6c11) 24729 * Fixed the DONT_PATCH_SETUPTOOLS state. 24730 24731 ----- 24732 0.6.7 24733 ----- 24734 24735 * `Issue 58`_: Added --user support to the develop command 24736 * `Issue 11`_: Generated scripts now wrap their call to the script entry point 24737 in the standard "if name == 'main'" 24738 * Added the 'DONT_PATCH_SETUPTOOLS' environment variable, so virtualenv 24739 can drive an installation that doesn't patch a global setuptools. 24740 * Reviewed unladen-swallow specific change from 24741 http://code.google.com/p/unladen-swallow/source/detail?spec=svn875&r=719 24742 and determined that it no longer applies. Distribute should work fine with 24743 Unladen Swallow 2009Q3. 24744 * `Issue 21`_: Allow PackageIndex.open_url to gracefully handle all cases of a 24745 httplib.HTTPException instead of just InvalidURL and BadStatusLine. 24746 * Removed virtual-python.py from this distribution and updated documentation 24747 to point to the actively maintained virtualenv instead. 24748 * `Issue 64`_: use_setuptools no longer rebuilds the distribute egg every 24749 time it is run 24750 * use_setuptools now properly respects the requested version 24751 * use_setuptools will no longer try to import a distribute egg for the 24752 wrong Python version 24753 * `Issue 74`_: no_fake should be True by default. 24754 * `Issue 72`_: avoid a bootstrapping issue with easy_install -U 24755 24756 ----- 24757 0.6.6 24758 ----- 24759 24760 * Unified the bootstrap file so it works on both py2.x and py3k without 2to3 24761 (patch by Holger Krekel) 24762 24763 ----- 24764 0.6.5 24765 ----- 24766 24767 * `Issue 65`_: cli.exe and gui.exe are now generated at build time, 24768 depending on the platform in use. 24769 24770 * `Issue 67`_: Fixed doc typo (PEP 381/382) 24771 24772 * Distribute no longer shadows setuptools if we require a 0.7-series 24773 setuptools. And an error is raised when installing a 0.7 setuptools with 24774 distribute. 24775 24776 * When run from within buildout, no attempt is made to modify an existing 24777 setuptools egg, whether in a shared egg directory or a system setuptools. 24778 24779 * Fixed a hole in sandboxing allowing builtin file to write outside of 24780 the sandbox. 24781 24782 ----- 24783 0.6.4 24784 ----- 24785 24786 * Added the generation of `distribute_setup_3k.py` during the release. 24787 This closes `issue #52`_. 24788 24789 * Added an upload_docs command to easily upload project documentation to 24790 PyPI's https://pythonhosted.org. This close `issue #56`_. 24791 24792 * Fixed a bootstrap bug on the use_setuptools() API. 24793 24794 ----- 24795 0.6.3 24796 ----- 24797 24798 setuptools 24799 ========== 24800 24801 * Fixed a bunch of calls to file() that caused crashes on Python 3. 24802 24803 bootstrapping 24804 ============= 24805 24806 * Fixed a bug in sorting that caused bootstrap to fail on Python 3. 24807 24808 ----- 24809 0.6.2 24810 ----- 24811 24812 setuptools 24813 ========== 24814 24815 * Added Python 3 support; see docs/python3.txt. 24816 This closes http://bugs.python.org/setuptools/issue39. 24817 24818 * Added option to run 2to3 automatically when installing on Python 3. 24819 This closes `issue #31`_. 24820 24821 * Fixed invalid usage of requirement.parse, that broke develop -d. 24822 This closes http://bugs.python.org/setuptools/issue44. 24823 24824 * Fixed script launcher for 64-bit Windows. 24825 This closes http://bugs.python.org/setuptools/issue2. 24826 24827 * KeyError when compiling extensions. 24828 This closes http://bugs.python.org/setuptools/issue41. 24829 24830 bootstrapping 24831 ============= 24832 24833 * Fixed bootstrap not working on Windows. This closes `issue #49`_. 24834 24835 * Fixed 2.6 dependencies. This closes `issue #50`_. 24836 24837 * Make sure setuptools is patched when running through easy_install 24838 This closes http://bugs.python.org/setuptools/issue40. 24839 24840 ----- 24841 0.6.1 24842 ----- 24843 24844 setuptools 24845 ========== 24846 24847 * package_index.urlopen now catches BadStatusLine and malformed url errors. 24848 This closes `issue #16`_ and `issue #18`_. 24849 24850 * zip_ok is now False by default. This closes 24851 http://bugs.python.org/setuptools/issue33. 24852 24853 * Fixed invalid URL error catching. http://bugs.python.org/setuptools/issue20. 24854 24855 * Fixed invalid bootstraping with easy_install installation (`issue #40`_). 24856 Thanks to Florian Schulze for the help. 24857 24858 * Removed buildout/bootstrap.py. A new repository will create a specific 24859 bootstrap.py script. 24860 24861 24862 bootstrapping 24863 ============= 24864 24865 * The boostrap process leave setuptools alone if detected in the system 24866 and --root or --prefix is provided, but is not in the same location. 24867 This closes `issue #10`_. 24868 24869 --- 24870 0.6 24871 --- 24872 24873 setuptools 24874 ========== 24875 24876 * Packages required at build time where not fully present at install time. 24877 This closes `issue #12`_. 24878 24879 * Protected against failures in tarfile extraction. This closes `issue #10`_. 24880 24881 * Made Jython api_tests.txt doctest compatible. This closes `issue #7`_. 24882 24883 * sandbox.py replaced builtin type file with builtin function open. This 24884 closes `issue #6`_. 24885 24886 * Immediately close all file handles. This closes `issue #3`_. 24887 24888 * Added compatibility with Subversion 1.6. This references `issue #1`_. 24889 24890 pkg_resources 24891 ============= 24892 24893 * Avoid a call to /usr/bin/sw_vers on OSX and use the official platform API 24894 instead. Based on a patch from ronaldoussoren. This closes `issue #5`_. 24895 24896 * Fixed a SandboxViolation for mkdir that could occur in certain cases. 24897 This closes `issue #13`_. 24898 24899 * Allow to find_on_path on systems with tight permissions to fail gracefully. 24900 This closes `issue #9`_. 24901 24902 * Corrected inconsistency between documentation and code of add_entry. 24903 This closes `issue #8`_. 24904 24905 * Immediately close all file handles. This closes `issue #3`_. 24906 24907 easy_install 24908 ============ 24909 24910 * Immediately close all file handles. This closes `issue #3`_. 24911 24912 24913 .. _`Issue #135`: https://bitbucket.org/tarek/distribute/issue/135 24914 .. _`Issue #183`: https://bitbucket.org/tarek/distribute/issue/183 24915 .. _`Issue #207`: https://bitbucket.org/tarek/distribute/issue/207 24916 .. _`Issue #208`: https://bitbucket.org/tarek/distribute/issue/208 24917 .. _`Issue #21`: https://bitbucket.org/tarek/distribute/issue/21 24918 .. _`Issue #212`: https://bitbucket.org/tarek/distribute/issue/212 24919 .. _`Issue #213`: https://bitbucket.org/tarek/distribute/issue/213 24920 .. _`Issue #218`: https://bitbucket.org/tarek/distribute/issue/218 24921 .. _`Issue #225`: https://bitbucket.org/tarek/distribute/issue/225 24922 .. _`Issue #225`: https://bitbucket.org/tarek/distribute/issue/225 24923 .. _`Issue #227`: https://bitbucket.org/tarek/distribute/issue/227 24924 .. _`Issue #227`: https://bitbucket.org/tarek/distribute/issue/227 24925 .. _`Issue #231`: https://bitbucket.org/tarek/distribute/issue/231 24926 .. _`Issue #237`: https://bitbucket.org/tarek/distribute/issue/237 24927 .. _`Issue #238`: https://bitbucket.org/tarek/distribute/issue/238 24928 .. _`Issue #239`: https://bitbucket.org/tarek/distribute/issue/239 24929 .. _`Issue #240`: https://bitbucket.org/tarek/distribute/issue/240 24930 .. _`Issue #241`: https://bitbucket.org/tarek/distribute/issue/241 24931 .. _`Issue #243`: https://bitbucket.org/tarek/distribute/issue/243 24932 .. _`Issue #244`: https://bitbucket.org/tarek/distribute/issue/244 24933 .. _`Issue #249`: https://bitbucket.org/tarek/distribute/issue/249 24934 .. _`Issue #258`: https://bitbucket.org/tarek/distribute/issue/258 24935 .. _`Issue #260`: https://bitbucket.org/tarek/distribute/issue/260 24936 .. _`Issue #262`: https://bitbucket.org/tarek/distribute/issue/262 24937 .. _`Issue #269`: https://bitbucket.org/tarek/distribute/issue/269 24938 .. _`Issue #272`: https://bitbucket.org/tarek/distribute/issue/272 24939 .. _`Issue #273`: https://bitbucket.org/tarek/distribute/issue/273 24940 .. _`Issue #283`: https://bitbucket.org/tarek/distribute/issue/283 24941 .. _`Issue #283`: https://bitbucket.org/tarek/distribute/issue/283 24942 .. _`Issue #294`: https://bitbucket.org/tarek/distribute/issue/294 24943 .. _`Issue #299`: https://bitbucket.org/tarek/distribute/issue/299 24944 .. _`Issue #30`: https://bitbucket.org/tarek/distribute/issue/30 24945 .. _`Issue #301`: https://bitbucket.org/tarek/distribute/issue/301 24946 .. _`Issue #303`: https://bitbucket.org/tarek/distribute/issue/303 24947 .. _`Issue #304`: https://bitbucket.org/tarek/distribute/issue/304 24948 .. _`Issue #305`: https://bitbucket.org/tarek/distribute/issue/305 24949 .. _`Issue #306`: https://bitbucket.org/tarek/distribute/issue/306 24950 .. _`Issue #307`: https://bitbucket.org/tarek/distribute/issue/307 24951 .. _`Issue #310`: https://bitbucket.org/tarek/distribute/issue/310 24952 .. _`Issue #311`: https://bitbucket.org/tarek/distribute/issue/311 24953 .. _`Issue #313`: https://bitbucket.org/tarek/distribute/issue/313 24954 .. _`Issue #314`: https://bitbucket.org/tarek/distribute/issue/314 24955 .. _`Issue #320`: https://bitbucket.org/tarek/distribute/issue/320 24956 .. _`Issue #323`: https://bitbucket.org/tarek/distribute/issue/323 24957 .. _`Issue #326`: https://bitbucket.org/tarek/distribute/issue/326 24958 .. _`Issue #327`: https://bitbucket.org/tarek/distribute/issue/327 24959 .. _`Issue #328`: https://bitbucket.org/tarek/distribute/issue/328 24960 .. _`Issue #334`: https://bitbucket.org/tarek/distribute/issue/334 24961 .. _`Issue 100`: https://bitbucket.org/tarek/distribute/issue/100 24962 .. _`Issue 100`: https://bitbucket.org/tarek/distribute/issue/100 24963 .. _`Issue 101`: https://bitbucket.org/tarek/distribute/issue/101 24964 .. _`Issue 103`: https://bitbucket.org/tarek/distribute/issue/103 24965 .. _`Issue 104`: https://bitbucket.org/tarek/distribute/issue/104 24966 .. _`Issue 108`: https://bitbucket.org/tarek/distribute/issue/108 24967 .. _`Issue 11`: https://bitbucket.org/tarek/distribute/issue/11 24968 .. _`Issue 112`: https://bitbucket.org/tarek/distribute/issue/112 24969 .. _`Issue 121`: https://bitbucket.org/tarek/distribute/issue/121 24970 .. _`Issue 133`: https://bitbucket.org/tarek/distribute/issue/133 24971 .. _`Issue 134`: https://bitbucket.org/tarek/distribute/issue/134 24972 .. _`Issue 138`: https://bitbucket.org/tarek/distribute/issue/138 24973 .. _`Issue 143`: https://bitbucket.org/tarek/distribute/issue/143 24974 .. _`Issue 146`: https://bitbucket.org/tarek/distribute/issue/146 24975 .. _`Issue 147`: https://bitbucket.org/tarek/distribute/issue/147 24976 .. _`Issue 149`: https://bitbucket.org/tarek/distribute/issue/149 24977 .. _`Issue 15`: https://bitbucket.org/tarek/distribute/issue/15 24978 .. _`Issue 150`: https://bitbucket.org/tarek/distribute/issue/150 24979 .. _`Issue 160`: https://bitbucket.org/tarek/distribute/issue/160 24980 .. _`Issue 163`: https://bitbucket.org/tarek/distribute/issue/163 24981 .. _`Issue 170`: https://bitbucket.org/tarek/distribute/issue/170 24982 .. _`Issue 171`: https://bitbucket.org/tarek/distribute/issue/171 24983 .. _`Issue 174`: https://bitbucket.org/tarek/distribute/issue/174 24984 .. _`Issue 192`: https://bitbucket.org/tarek/distribute/issue/192 24985 .. _`Issue 193`: https://bitbucket.org/tarek/distribute/issue/193 24986 .. _`Issue 195`: https://bitbucket.org/tarek/distribute/issue/195 24987 .. _`Issue 196`: https://bitbucket.org/tarek/distribute/issue/196 24988 .. _`Issue 200`: https://bitbucket.org/tarek/distribute/issue/200 24989 .. _`Issue 204`: https://bitbucket.org/tarek/distribute/issue/204 24990 .. _`Issue 204`: https://bitbucket.org/tarek/distribute/issue/204 24991 .. _`Issue 205`: https://bitbucket.org/tarek/distribute/issue/205 24992 .. _`Issue 206`: https://bitbucket.org/tarek/distribute/issue/206 24993 .. _`Issue 21`: https://bitbucket.org/tarek/distribute/issue/21 24994 .. _`Issue 210`: https://bitbucket.org/tarek/distribute/issue/210 24995 .. _`Issue 58`: https://bitbucket.org/tarek/distribute/issue/58 24996 .. _`Issue 64`: https://bitbucket.org/tarek/distribute/issue/64 24997 .. _`Issue 65`: https://bitbucket.org/tarek/distribute/issue/65 24998 .. _`Issue 67`: https://bitbucket.org/tarek/distribute/issue/67 24999 .. _`Issue 70`: https://bitbucket.org/tarek/distribute/issue/70 25000 .. _`Issue 72`: https://bitbucket.org/tarek/distribute/issue/72 25001 .. _`Issue 74`: https://bitbucket.org/tarek/distribute/issue/74 25002 .. _`Issue 80`: https://bitbucket.org/tarek/distribute/issue/80 25003 .. _`Issue 86`: https://bitbucket.org/tarek/distribute/issue/86 25004 .. _`Issue 87`: https://bitbucket.org/tarek/distribute/issue/87 25005 .. _`Issue 89`: https://bitbucket.org/tarek/distribute/issue/89 25006 .. _`Issue 90`: https://bitbucket.org/tarek/distribute/issue/90 25007 .. _`Issue 92`: https://bitbucket.org/tarek/distribute/issue/92 25008 .. _`Issue 93`: https://bitbucket.org/tarek/distribute/issue/93 25009 .. _`Issue 99`: https://bitbucket.org/tarek/distribute/issue/99 25010 .. _`issue 25011 449`: https://bitbucket.org/tarek/distribute/issue/449 25012 .. _`issue #1`: https://bitbucket.org/tarek/distribute/issue/1 25013 .. _`issue #10`: https://bitbucket.org/tarek/distribute/issue/10 25014 .. _`issue #10`: https://bitbucket.org/tarek/distribute/issue/10 25015 .. _`issue #12`: https://bitbucket.org/tarek/distribute/issue/12 25016 .. _`issue #13`: https://bitbucket.org/tarek/distribute/issue/13 25017 .. _`issue #16`: https://bitbucket.org/tarek/distribute/issue/16 25018 .. _`issue #18`: https://bitbucket.org/tarek/distribute/issue/18 25019 .. _`issue #3`: https://bitbucket.org/tarek/distribute/issue/3 25020 .. _`issue #3`: https://bitbucket.org/tarek/distribute/issue/3 25021 .. _`issue #3`: https://bitbucket.org/tarek/distribute/issue/3 25022 .. _`issue #31`: https://bitbucket.org/tarek/distribute/issue/31 25023 .. _`issue #40`: https://bitbucket.org/tarek/distribute/issue/40 25024 .. _`issue #49`: https://bitbucket.org/tarek/distribute/issue/49 25025 .. _`issue #5`: https://bitbucket.org/tarek/distribute/issue/5 25026 .. _`issue #50`: https://bitbucket.org/tarek/distribute/issue/50 25027 .. _`issue #52`: https://bitbucket.org/tarek/distribute/issue/52 25028 .. _`issue #56`: https://bitbucket.org/tarek/distribute/issue/56 25029 .. _`issue #6`: https://bitbucket.org/tarek/distribute/issue/6 25030 .. _`issue #7`: https://bitbucket.org/tarek/distribute/issue/7 25031 .. _`issue #8`: https://bitbucket.org/tarek/distribute/issue/8 25032 .. _`issue #9`: https://bitbucket.org/tarek/distribute/issue/9 25033 25034 25035 Keywords: CPAN PyPI distutils eggs package management 25036 Platform: UNKNOWN 25037 Classifier: Development Status :: 5 - Production/Stable 25038 Classifier: Intended Audience :: Developers 25039 Classifier: License :: OSI Approved :: Python Software Foundation License 25040 Classifier: License :: OSI Approved :: Zope Public License 25041 Classifier: Operating System :: OS Independent 25042 Classifier: Programming Language :: Python :: 2.4 25043 Classifier: Programming Language :: Python :: 2.5 25044 Classifier: Programming Language :: Python :: 2.6 25045 Classifier: Programming Language :: Python :: 2.7 25046 Classifier: Programming Language :: Python :: 3 25047 Classifier: Programming Language :: Python :: 3.1 25048 Classifier: Programming Language :: Python :: 3.2 25049 Classifier: Programming Language :: Python :: 3.3 25050 Classifier: Topic :: Software Development :: Libraries :: Python Modules 25051 Classifier: Topic :: System :: Archiving :: Packaging 25052 Classifier: Topic :: System :: Systems Administration 25053 Classifier: Topic :: Utilities 25054 25055 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 25056 25057 Scanned Source License setuptools-0.8/setuptools.egg-info/EGG-INFO/PKG-INFO: 25058 25059 Metadata-Version: 1.0 25060 Name: setuptools 25061 Version: 0.6c11 25062 Summary: xxxx 25063 Home-page: xxx 25064 Author: xxx 25065 Author-email: xxx 25066 License: xxx 25067 Description: xxx 25068 25069 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 25070 25071 Scanned Source License setuptools-0.8/setuptools.egg-info/PKG-INFO: 25072 25073 Metadata-Version: 1.1 25074 Name: setuptools 25075 Version: 0.8 25076 Summary: Easily download, build, install, upgrade, and uninstall Python packages 25077 Home-page: https://pypi.python.org/pypi/setuptools 25078 Author: The fellowship of the packaging 25079 Author-email: distutils-sig (a] python.org 25080 License: PSF or ZPL 25081 Description: =============================== 25082 Installing and Using Setuptools 25083 =============================== 25084 25085 .. contents:: **Table of Contents** 25086 25087 25088 ------------------------- 25089 Installation Instructions 25090 ------------------------- 25091 25092 Upgrading from Distribute 25093 ========================= 25094 25095 Currently, Distribute disallows installing Setuptools 0.7+ over Distribute. 25096 You must first uninstall any active version of Distribute first (see 25097 `Uninstalling`_). 25098 25099 Upgrading from Setuptools 0.6 25100 ============================= 25101 25102 Upgrading from prior versions of Setuptools is supported. Initial reports 25103 good success in this regard. 25104 25105 Windows 25106 ======= 25107 25108 The recommended way to install setuptools on Windows is to download 25109 `ez_setup.py`_ and run it. The script will download the appropriate .egg 25110 file and install it for you. 25111 25112 .. _ez_setup.py: https://bitbucket.org/pypa/setuptools/raw/0.8/ez_setup.py 25113 25114 For best results, uninstall previous versions FIRST (see `Uninstalling`_). 25115 25116 Once installation is complete, you will find an ``easy_install.exe`` program in 25117 your Python ``Scripts`` subdirectory. For simple invocation and best results, 25118 add this directory to your ``PATH`` environment variable, if it is not already 25119 present. 25120 25121 25122 Unix-based Systems including Mac OS X 25123 ===================================== 25124 25125 Download `ez_setup.py`_ and run it using the target Python version. The script 25126 will download the appropriate version and install it for you:: 25127 25128 > wget https://bitbucket.org/pypa/setuptools/raw/0.8/ez_setup.py -O - | python 25129 25130 Note that you will may need to invoke the command with superuser privileges to 25131 install to the system Python. 25132 25133 Alternatively, on Python 2.6 and later, Setuptools may be installed to a 25134 user-local path:: 25135 25136 > wget https://bitbucket.org/pypa/setuptools/raw/0.8/ez_setup.py 25137 > python ez_setup.py --user 25138 25139 25140 Advanced Installation 25141 ===================== 25142 25143 For more advanced installation options, such as installing to custom 25144 locations or prefixes, download and extract the source 25145 tarball from `Setuptools on PyPI <https://pypi.python.org/pypi/setuptools>`_ 25146 and run setup.py with any supported distutils and Setuptools options. 25147 For example:: 25148 25149 setuptools-0.8$ python setup.py --prefix=/opt/setuptools 25150 25151 Use ``--help`` to get a full options list, but we recommend consulting 25152 the `EasyInstall manual`_ for detailed instructions, especially `the section 25153 on custom installation locations`_. 25154 25155 .. _EasyInstall manual: https://pythonhosted.org/setuptools/EasyInstall 25156 .. _the section on custom installation locations: https://pythonhosted.org/setuptools/EasyInstall#custom-installation-locations 25157 25158 25159 Downloads 25160 ========= 25161 25162 All setuptools downloads can be found at `the project's home page in the Python 25163 Package Index`_. Scroll to the very bottom of the page to find the links. 25164 25165 .. _the project's home page in the Python Package Index: https://pypi.python.org/pypi/setuptools 25166 25167 In addition to the PyPI downloads, the development version of ``setuptools`` 25168 is available from the `Bitbucket repo`_, and in-development versions of the 25169 `0.6 branch`_ are available as well. 25170 25171 .. _Bitbucket repo: https://bitbucket.org/pypa/setuptools/get/default.tar.gz#egg=setuptools-dev 25172 .. _0.6 branch: http://svn.python.org/projects/sandbox/branches/setuptools-0.6/#egg=setuptools-dev06 25173 25174 Uninstalling 25175 ============ 25176 25177 On Windows, if Setuptools was installed using an ``.exe`` or ``.msi`` 25178 installer, simply use the uninstall feature of "Add/Remove Programs" in the 25179 Control Panel. 25180 25181 Otherwise, to uninstall Setuptools or Distribute, regardless of the Python 25182 version, delete all ``setuptools*`` and ``distribute*`` files and 25183 directories from your system's ``site-packages`` directory 25184 (and any other ``sys.path`` directories) FIRST. 25185 25186 If you are upgrading or otherwise plan to re-install Setuptools or Distribute, 25187 nothing further needs to be done. If you want to completely remove Setuptools, 25188 you may also want to remove the 'easy_install' and 'easy_install-x.x' scripts 25189 and associated executables installed to the Python scripts directory. 25190 25191 -------------------------------- 25192 Using Setuptools and EasyInstall 25193 -------------------------------- 25194 25195 Here are some of the available manuals, tutorials, and other resources for 25196 learning about Setuptools, Python Eggs, and EasyInstall: 25197 25198 * `The EasyInstall user's guide and reference manual`_ 25199 * `The setuptools Developer's Guide`_ 25200 * `The pkg_resources API reference`_ 25201 * `Package Compatibility Notes`_ (user-maintained) 25202 * `The Internal Structure of Python Eggs`_ 25203 25204 Questions, comments, and bug reports should be directed to the `distutils-sig 25205 mailing list`_. If you have written (or know of) any tutorials, documentation, 25206 plug-ins, or other resources for setuptools users, please let us know about 25207 them there, so this reference list can be updated. If you have working, 25208 *tested* patches to correct problems or add features, you may submit them to 25209 the `setuptools bug tracker`_. 25210 25211 .. _setuptools bug tracker: https://bitbucket.org/pypa/setuptools/issues 25212 .. _Package Compatibility Notes: https://pythonhosted.org/setuptools/PackageNotes 25213 .. _The Internal Structure of Python Eggs: https://pythonhosted.org/setuptools/formats.html 25214 .. _The setuptools Developer's Guide: https://pythonhosted.org/setuptools/setuptools.html 25215 .. _The pkg_resources API reference: https://pythonhosted.org/setuptools/pkg_resources.html 25216 .. _The EasyInstall user's guide and reference manual: https://pythonhosted.org/setuptools/easy_install.html 25217 .. _distutils-sig mailing list: http://mail.python.org/pipermail/distutils-sig/ 25218 25219 25220 ------- 25221 Credits 25222 ------- 25223 25224 * The original design for the ``.egg`` format and the ``pkg_resources`` API was 25225 co-created by Phillip Eby and Bob Ippolito. Bob also implemented the first 25226 version of ``pkg_resources``, and supplied the OS X operating system version 25227 compatibility algorithm. 25228 25229 * Ian Bicking implemented many early "creature comfort" features of 25230 easy_install, including support for downloading via Sourceforge and 25231 Subversion repositories. Ian's comments on the Web-SIG about WSGI 25232 application deployment also inspired the concept of "entry points" in eggs, 25233 and he has given talks at PyCon and elsewhere to inform and educate the 25234 community about eggs and setuptools. 25235 25236 * Jim Fulton contributed time and effort to build automated tests of various 25237 aspects of ``easy_install``, and supplied the doctests for the command-line 25238 ``.exe`` wrappers on Windows. 25239 25240 * Phillip J. Eby is the principal author and maintainer of setuptools, and 25241 first proposed the idea of an importable binary distribution format for 25242 Python application plug-ins. 25243 25244 * Significant parts of the implementation of setuptools were funded by the Open 25245 Source Applications Foundation, to provide a plug-in infrastructure for the 25246 Chandler PIM application. In addition, many OSAF staffers (such as Mike 25247 "Code Bear" Taylor) contributed their time and stress as guinea pigs for the 25248 use of eggs and setuptools, even before eggs were "cool". (Thanks, guys!) 25249 25250 .. _files: 25251 25252 ======= 25253 CHANGES 25254 ======= 25255 25256 --- 25257 0.8 25258 --- 25259 25260 * Code base now runs on Python 2.4 - Python 3.3 without Python 2to3 25261 conversion. 25262 25263 ----- 25264 0.7.8 25265 ----- 25266 25267 * Distribute #375: Yet another fix for yet another regression. 25268 25269 ----- 25270 0.7.7 25271 ----- 25272 25273 * Distribute #375: Repair AttributeError created in last release (redo). 25274 * `Issue #30`_: Added test for get_cache_path. 25275 25276 ----- 25277 0.7.6 25278 ----- 25279 25280 * Distribute #375: Repair AttributeError created in last release. 25281 25282 ----- 25283 0.7.5 25284 ----- 25285 25286 * `Issue #21`_: Restore Python 2.4 compatibility in ``test_easy_install``. 25287 * Distribute #375: Merged additional warning from Distribute 0.6.46. 25288 * Now honor the environment variable 25289 ``SETUPTOOLS_DISABLE_VERSIONED_EASY_INSTALL_SCRIPT`` in addition to the now 25290 deprecated ``DISTRIBUTE_DISABLE_VERSIONED_EASY_INSTALL_SCRIPT``. 25291 25292 ----- 25293 0.7.4 25294 ----- 25295 25296 * Issue #20: Fix comparison of parsed SVN version on Python 3. 25297 25298 ----- 25299 0.7.3 25300 ----- 25301 25302 * Issue #1: Disable installation of Windows-specific files on non-Windows systems. 25303 * Use new sysconfig module with Python 2.7 or >=3.2. 25304 25305 ----- 25306 0.7.2 25307 ----- 25308 25309 * Issue #14: Use markerlib when the `parser` module is not available. 25310 * Issue #10: ``ez_setup.py`` now uses HTTPS to download setuptools from PyPI. 25311 25312 ----- 25313 0.7.1 25314 ----- 25315 25316 * Fix NameError (Issue #3) again - broken in bad merge. 25317 25318 --- 25319 0.7 25320 --- 25321 25322 * Merged Setuptools and Distribute. See docs/merge.txt for details. 25323 25324 Added several features that were slated for setuptools 0.6c12: 25325 25326 * Index URL now defaults to HTTPS. 25327 * Added experimental environment marker support. Now clients may designate a 25328 PEP-426 environment marker for "extra" dependencies. Setuptools uses this 25329 feature in ``setup.py`` for optional SSL and certificate validation support 25330 on older platforms. Based on Distutils-SIG discussions, the syntax is 25331 somewhat tentative. There should probably be a PEP with a firmer spec before 25332 the feature should be considered suitable for use. 25333 * Added support for SSL certificate validation when installing packages from 25334 an HTTPS service. 25335 25336 ----- 25337 0.7b4 25338 ----- 25339 25340 * Issue #3: Fixed NameError in SSL support. 25341 25342 ------ 25343 0.6.49 25344 ------ 25345 25346 * Move warning check in ``get_cache_path`` to follow the directory creation 25347 to avoid errors when the cache path does not yet exist. Fixes the error 25348 reported in #375. 25349 25350 ------ 25351 0.6.48 25352 ------ 25353 25354 * Correct AttributeError in ``ResourceManager.get_cache_path`` introduced in 25355 0.6.46 (redo). 25356 25357 ------ 25358 0.6.47 25359 ------ 25360 25361 * Correct AttributeError in ``ResourceManager.get_cache_path`` introduced in 25362 0.6.46. 25363 25364 ------ 25365 0.6.46 25366 ------ 25367 25368 * Issue #375: Issue a warning if the PYTHON_EGG_CACHE or otherwise 25369 customized egg cache location specifies a directory that's group- or 25370 world-writable. 25371 25372 ------ 25373 0.6.45 25374 ------ 25375 25376 * Issue #379: ``distribute_setup.py`` now traps VersionConflict as well, 25377 restoring ability to upgrade from an older setuptools version. 25378 25379 ------ 25380 0.6.44 25381 ------ 25382 25383 * ``distribute_setup.py`` has been updated to allow Setuptools 0.7 to 25384 satisfy use_setuptools. 25385 25386 ------ 25387 0.6.43 25388 ------ 25389 25390 * Issue #378: Restore support for Python 2.4 Syntax (regression in 0.6.42). 25391 25392 ------ 25393 0.6.42 25394 ------ 25395 25396 * External links finder no longer yields duplicate links. 25397 * Issue #337: Moved site.py to setuptools/site-patch.py (graft of very old 25398 patch from setuptools trunk which inspired PR #31). 25399 25400 ------ 25401 0.6.41 25402 ------ 25403 25404 * Issue #27: Use public api for loading resources from zip files rather than 25405 the private method `_zip_directory_cache`. 25406 * Added a new function ``easy_install.get_win_launcher`` which may be used by 25407 third-party libraries such as buildout to get a suitable script launcher. 25408 25409 ------ 25410 0.6.40 25411 ------ 25412 25413 * Issue #376: brought back cli.exe and gui.exe that were deleted in the 25414 previous release. 25415 25416 ------ 25417 0.6.39 25418 ------ 25419 25420 * Add support for console launchers on ARM platforms. 25421 * Fix possible issue in GUI launchers where the subsystem was not supplied to 25422 the linker. 25423 * Launcher build script now refactored for robustness. 25424 * Issue #375: Resources extracted from a zip egg to the file system now also 25425 check the contents of the file against the zip contents during each 25426 invocation of get_resource_filename. 25427 25428 ------ 25429 0.6.38 25430 ------ 25431 25432 * Issue #371: The launcher manifest file is now installed properly. 25433 25434 ------ 25435 0.6.37 25436 ------ 25437 25438 * Issue #143: Launcher scripts, including easy_install itself, are now 25439 accompanied by a manifest on 32-bit Windows environments to avoid the 25440 Installer Detection Technology and thus undesirable UAC elevation described 25441 in `this Microsoft article 25442 <http://technet.microsoft.com/en-us/library/cc709628%28WS.10%29.aspx>`_. 25443 25444 ------ 25445 0.6.36 25446 ------ 25447 25448 * Pull Request #35: In `Buildout issue 64 25449 <https://github.com/buildout/buildout/issues/64>`_, it was reported that 25450 under Python 3, installation of distutils scripts could attempt to copy 25451 the ``__pycache__`` directory as a file, causing an error, apparently only 25452 under Windows. Easy_install now skips all directories when processing 25453 metadata scripts. 25454 25455 ------ 25456 0.6.35 25457 ------ 25458 25459 25460 Note this release is backward-incompatible with distribute 0.6.23-0.6.34 in 25461 how it parses version numbers. 25462 25463 * Issue #278: Restored compatibility with distribute 0.6.22 and setuptools 25464 0.6. Updated the documentation to match more closely with the version 25465 parsing as intended in setuptools 0.6. 25466 25467 ------ 25468 0.6.34 25469 ------ 25470 25471 * Issue #341: 0.6.33 fails to build under Python 2.4. 25472 25473 ------ 25474 0.6.33 25475 ------ 25476 25477 * Fix 2 errors with Jython 2.5. 25478 * Fix 1 failure with Jython 2.5 and 2.7. 25479 * Disable workaround for Jython scripts on Linux systems. 25480 * Issue #336: `setup.py` no longer masks failure exit code when tests fail. 25481 * Fix issue in pkg_resources where try/except around a platform-dependent 25482 import would trigger hook load failures on Mercurial. See pull request 32 25483 for details. 25484 * Issue #341: Fix a ResourceWarning. 25485 25486 ------ 25487 0.6.32 25488 ------ 25489 25490 * Fix test suite with Python 2.6. 25491 * Fix some DeprecationWarnings and ResourceWarnings. 25492 * Issue #335: Backed out `setup_requires` superceding installed requirements 25493 until regression can be addressed. 25494 25495 ------ 25496 0.6.31 25497 ------ 25498 25499 * Issue #303: Make sure the manifest only ever contains UTF-8 in Python 3. 25500 * Issue #329: Properly close files created by tests for compatibility with 25501 Jython. 25502 * Work around Jython bugs `#1980 <http://bugs.jython.org/issue1980>`_ and 25503 `#1981 <http://bugs.jython.org/issue1981>`_. 25504 * `Issue #334`_: Provide workaround for packages that reference `sys.__stdout__` 25505 such as numpy does. This change should address 25506 `virtualenv #359 <https://github.com/pypa/virtualenv/issues/359>`_ as long 25507 as the system encoding is UTF-8 or the IO encoding is specified in the 25508 environment, i.e.:: 25509 25510 PYTHONIOENCODING=utf8 pip install numpy 25511 25512 * Fix for encoding issue when installing from Windows executable on Python 3. 25513 * `Issue #323`_: Allow `setup_requires` requirements to supercede installed 25514 requirements. Added some new keyword arguments to existing pkg_resources 25515 methods. Also had to updated how __path__ is handled for namespace packages 25516 to ensure that when a new egg distribution containing a namespace package is 25517 placed on sys.path, the entries in __path__ are found in the same order they 25518 would have been in had that egg been on the path when pkg_resources was 25519 first imported. 25520 25521 ------ 25522 0.6.30 25523 ------ 25524 25525 * `Issue #328`_: Clean up temporary directories in distribute_setup.py. 25526 * Fix fatal bug in distribute_setup.py. 25527 25528 ------ 25529 0.6.29 25530 ------ 25531 25532 * Pull Request #14: Honor file permissions in zip files. 25533 * `Issue #327`_: Merged pull request #24 to fix a dependency problem with pip. 25534 * Merged pull request #23 to fix https://github.com/pypa/virtualenv/issues/301. 25535 * If Sphinx is installed, the `upload_docs` command now runs `build_sphinx` 25536 to produce uploadable documentation. 25537 * `Issue #326`_: `upload_docs` provided mangled auth credentials under Python 3. 25538 * `Issue #320`_: Fix check for "createable" in distribute_setup.py. 25539 * `Issue #305`_: Remove a warning that was triggered during normal operations. 25540 * `Issue #311`_: Print metadata in UTF-8 independent of platform. 25541 * `Issue #303`_: Read manifest file with UTF-8 encoding under Python 3. 25542 * `Issue #301`_: Allow to run tests of namespace packages when using 2to3. 25543 * `Issue #304`_: Prevent import loop in site.py under Python 3.3. 25544 * `Issue #283`_: Reenable scanning of `*.pyc` / `*.pyo` files on Python 3.3. 25545 * `Issue #299`_: The develop command didn't work on Python 3, when using 2to3, 25546 as the egg link would go to the Python 2 source. Linking to the 2to3'd code 25547 in build/lib makes it work, although you will have to rebuild the module 25548 before testing it. 25549 * `Issue #306`_: Even if 2to3 is used, we build in-place under Python 2. 25550 * `Issue #307`_: Prints the full path when .svn/entries is broken. 25551 * `Issue #313`_: Support for sdist subcommands (Python 2.7) 25552 * `Issue #314`_: test_local_index() would fail an OS X. 25553 * `Issue #310`_: Non-ascii characters in a namespace __init__.py causes errors. 25554 * `Issue #218`_: Improved documentation on behavior of `package_data` and 25555 `include_package_data`. Files indicated by `package_data` are now included 25556 in the manifest. 25557 * `distribute_setup.py` now allows a `--download-base` argument for retrieving 25558 distribute from a specified location. 25559 25560 ------ 25561 0.6.28 25562 ------ 25563 25564 * `Issue #294`_: setup.py can now be invoked from any directory. 25565 * Scripts are now installed honoring the umask. 25566 * Added support for .dist-info directories. 25567 * `Issue #283`_: Fix and disable scanning of `*.pyc` / `*.pyo` files on 25568 Python 3.3. 25569 25570 ------ 25571 0.6.27 25572 ------ 25573 25574 * Support current snapshots of CPython 3.3. 25575 * Distribute now recognizes README.rst as a standard, default readme file. 25576 * Exclude 'encodings' modules when removing modules from sys.modules. 25577 Workaround for #285. 25578 * `Issue #231`_: Don't fiddle with system python when used with buildout 25579 (bootstrap.py) 25580 25581 ------ 25582 0.6.26 25583 ------ 25584 25585 * `Issue #183`_: Symlinked files are now extracted from source distributions. 25586 * `Issue #227`_: Easy_install fetch parameters are now passed during the 25587 installation of a source distribution; now fulfillment of setup_requires 25588 dependencies will honor the parameters passed to easy_install. 25589 25590 ------ 25591 0.6.25 25592 ------ 25593 25594 * `Issue #258`_: Workaround a cache issue 25595 * `Issue #260`_: distribute_setup.py now accepts the --user parameter for 25596 Python 2.6 and later. 25597 * `Issue #262`_: package_index.open_with_auth no longer throws LookupError 25598 on Python 3. 25599 * `Issue #269`_: AttributeError when an exception occurs reading Manifest.in 25600 on late releases of Python. 25601 * `Issue #272`_: Prevent TypeError when namespace package names are unicode 25602 and single-install-externally-managed is used. Also fixes PIP `issue 25603 449`_. 25604 * `Issue #273`_: Legacy script launchers now install with Python2/3 support. 25605 25606 ------ 25607 0.6.24 25608 ------ 25609 25610 * `Issue #249`_: Added options to exclude 2to3 fixers 25611 25612 ------ 25613 0.6.23 25614 ------ 25615 25616 * `Issue #244`_: Fixed a test 25617 * `Issue #243`_: Fixed a test 25618 * `Issue #239`_: Fixed a test 25619 * `Issue #240`_: Fixed a test 25620 * `Issue #241`_: Fixed a test 25621 * `Issue #237`_: Fixed a test 25622 * `Issue #238`_: easy_install now uses 64bit executable wrappers on 64bit Python 25623 * `Issue #208`_: Fixed parsed_versions, it now honors post-releases as noted in the documentation 25624 * `Issue #207`_: Windows cli and gui wrappers pass CTRL-C to child python process 25625 * `Issue #227`_: easy_install now passes its arguments to setup.py bdist_egg 25626 * `Issue #225`_: Fixed a NameError on Python 2.5, 2.4 25627 25628 ------ 25629 0.6.21 25630 ------ 25631 25632 * `Issue #225`_: FIxed a regression on py2.4 25633 25634 ------ 25635 0.6.20 25636 ------ 25637 25638 * `Issue #135`_: Include url in warning when processing URLs in package_index. 25639 * `Issue #212`_: Fix issue where easy_instal fails on Python 3 on windows installer. 25640 * `Issue #213`_: Fix typo in documentation. 25641 25642 ------ 25643 0.6.19 25644 ------ 25645 25646 * `Issue 206`_: AttributeError: 'HTTPMessage' object has no attribute 'getheaders' 25647 25648 ------ 25649 0.6.18 25650 ------ 25651 25652 * `Issue 210`_: Fixed a regression introduced by `Issue 204`_ fix. 25653 25654 ------ 25655 0.6.17 25656 ------ 25657 25658 * Support 'DISTRIBUTE_DISABLE_VERSIONED_EASY_INSTALL_SCRIPT' environment 25659 variable to allow to disable installation of easy_install-${version} script. 25660 * Support Python >=3.1.4 and >=3.2.1. 25661 * `Issue 204`_: Don't try to import the parent of a namespace package in 25662 declare_namespace 25663 * `Issue 196`_: Tolerate responses with multiple Content-Length headers 25664 * `Issue 205`_: Sandboxing doesn't preserve working_set. Leads to setup_requires 25665 problems. 25666 25667 ------ 25668 0.6.16 25669 ------ 25670 25671 * Builds sdist gztar even on Windows (avoiding `Issue 193`_). 25672 * `Issue 192`_: Fixed metadata omitted on Windows when package_dir 25673 specified with forward-slash. 25674 * `Issue 195`_: Cython build support. 25675 * `Issue 200`_: Issues with recognizing 64-bit packages on Windows. 25676 25677 ------ 25678 0.6.15 25679 ------ 25680 25681 * Fixed typo in bdist_egg 25682 * Several issues under Python 3 has been solved. 25683 * `Issue 146`_: Fixed missing DLL files after easy_install of windows exe package. 25684 25685 ------ 25686 0.6.14 25687 ------ 25688 25689 * `Issue 170`_: Fixed unittest failure. Thanks to Toshio. 25690 * `Issue 171`_: Fixed race condition in unittests cause deadlocks in test suite. 25691 * `Issue 143`_: Fixed a lookup issue with easy_install. 25692 Thanks to David and Zooko. 25693 * `Issue 174`_: Fixed the edit mode when its used with setuptools itself 25694 25695 ------ 25696 0.6.13 25697 ------ 25698 25699 * `Issue 160`_: 2.7 gives ValueError("Invalid IPv6 URL") 25700 * `Issue 150`_: Fixed using ~/.local even in a --no-site-packages virtualenv 25701 * `Issue 163`_: scan index links before external links, and don't use the md5 when 25702 comparing two distributions 25703 25704 ------ 25705 0.6.12 25706 ------ 25707 25708 * `Issue 149`_: Fixed various failures on 2.3/2.4 25709 25710 ------ 25711 0.6.11 25712 ------ 25713 25714 * Found another case of SandboxViolation - fixed 25715 * `Issue 15`_ and 48: Introduced a socket timeout of 15 seconds on url openings 25716 * Added indexsidebar.html into MANIFEST.in 25717 * `Issue 108`_: Fixed TypeError with Python3.1 25718 * `Issue 121`_: Fixed --help install command trying to actually install. 25719 * `Issue 112`_: Added an os.makedirs so that Tarek's solution will work. 25720 * `Issue 133`_: Added --no-find-links to easy_install 25721 * Added easy_install --user 25722 * `Issue 100`_: Fixed develop --user not taking '.' in PYTHONPATH into account 25723 * `Issue 134`_: removed spurious UserWarnings. Patch by VanLindberg 25724 * `Issue 138`_: cant_write_to_target error when setup_requires is used. 25725 * `Issue 147`_: respect the sys.dont_write_bytecode flag 25726 25727 ------ 25728 0.6.10 25729 ------ 25730 25731 * Reverted change made for the DistributionNotFound exception because 25732 zc.buildout uses the exception message to get the name of the 25733 distribution. 25734 25735 ----- 25736 0.6.9 25737 ----- 25738 25739 * `Issue 90`_: unknown setuptools version can be added in the working set 25740 * `Issue 87`_: setupt.py doesn't try to convert distribute_setup.py anymore 25741 Initial Patch by arfrever. 25742 * `Issue 89`_: added a side bar with a download link to the doc. 25743 * `Issue 86`_: fixed missing sentence in pkg_resources doc. 25744 * Added a nicer error message when a DistributionNotFound is raised. 25745 * `Issue 80`_: test_develop now works with Python 3.1 25746 * `Issue 93`_: upload_docs now works if there is an empty sub-directory. 25747 * `Issue 70`_: exec bit on non-exec files 25748 * `Issue 99`_: now the standalone easy_install command doesn't uses a 25749 "setup.cfg" if any exists in the working directory. It will use it 25750 only if triggered by ``install_requires`` from a setup.py call 25751 (install, develop, etc). 25752 * `Issue 101`_: Allowing ``os.devnull`` in Sandbox 25753 * `Issue 92`_: Fixed the "no eggs" found error with MacPort 25754 (platform.mac_ver() fails) 25755 * `Issue 103`_: test_get_script_header_jython_workaround not run 25756 anymore under py3 with C or POSIX local. Contributed by Arfrever. 25757 * `Issue 104`_: remvoved the assertion when the installation fails, 25758 with a nicer message for the end user. 25759 * `Issue 100`_: making sure there's no SandboxViolation when 25760 the setup script patches setuptools. 25761 25762 ----- 25763 0.6.8 25764 ----- 25765 25766 * Added "check_packages" in dist. (added in Setuptools 0.6c11) 25767 * Fixed the DONT_PATCH_SETUPTOOLS state. 25768 25769 ----- 25770 0.6.7 25771 ----- 25772 25773 * `Issue 58`_: Added --user support to the develop command 25774 * `Issue 11`_: Generated scripts now wrap their call to the script entry point 25775 in the standard "if name == 'main'" 25776 * Added the 'DONT_PATCH_SETUPTOOLS' environment variable, so virtualenv 25777 can drive an installation that doesn't patch a global setuptools. 25778 * Reviewed unladen-swallow specific change from 25779 http://code.google.com/p/unladen-swallow/source/detail?spec=svn875&r=719 25780 and determined that it no longer applies. Distribute should work fine with 25781 Unladen Swallow 2009Q3. 25782 * `Issue 21`_: Allow PackageIndex.open_url to gracefully handle all cases of a 25783 httplib.HTTPException instead of just InvalidURL and BadStatusLine. 25784 * Removed virtual-python.py from this distribution and updated documentation 25785 to point to the actively maintained virtualenv instead. 25786 * `Issue 64`_: use_setuptools no longer rebuilds the distribute egg every 25787 time it is run 25788 * use_setuptools now properly respects the requested version 25789 * use_setuptools will no longer try to import a distribute egg for the 25790 wrong Python version 25791 * `Issue 74`_: no_fake should be True by default. 25792 * `Issue 72`_: avoid a bootstrapping issue with easy_install -U 25793 25794 ----- 25795 0.6.6 25796 ----- 25797 25798 * Unified the bootstrap file so it works on both py2.x and py3k without 2to3 25799 (patch by Holger Krekel) 25800 25801 ----- 25802 0.6.5 25803 ----- 25804 25805 * `Issue 65`_: cli.exe and gui.exe are now generated at build time, 25806 depending on the platform in use. 25807 25808 * `Issue 67`_: Fixed doc typo (PEP 381/382) 25809 25810 * Distribute no longer shadows setuptools if we require a 0.7-series 25811 setuptools. And an error is raised when installing a 0.7 setuptools with 25812 distribute. 25813 25814 * When run from within buildout, no attempt is made to modify an existing 25815 setuptools egg, whether in a shared egg directory or a system setuptools. 25816 25817 * Fixed a hole in sandboxing allowing builtin file to write outside of 25818 the sandbox. 25819 25820 ----- 25821 0.6.4 25822 ----- 25823 25824 * Added the generation of `distribute_setup_3k.py` during the release. 25825 This closes `issue #52`_. 25826 25827 * Added an upload_docs command to easily upload project documentation to 25828 PyPI's https://pythonhosted.org. This close `issue #56`_. 25829 25830 * Fixed a bootstrap bug on the use_setuptools() API. 25831 25832 ----- 25833 0.6.3 25834 ----- 25835 25836 setuptools 25837 ========== 25838 25839 * Fixed a bunch of calls to file() that caused crashes on Python 3. 25840 25841 bootstrapping 25842 ============= 25843 25844 * Fixed a bug in sorting that caused bootstrap to fail on Python 3. 25845 25846 ----- 25847 0.6.2 25848 ----- 25849 25850 setuptools 25851 ========== 25852 25853 * Added Python 3 support; see docs/python3.txt. 25854 This closes http://bugs.python.org/setuptools/issue39. 25855 25856 * Added option to run 2to3 automatically when installing on Python 3. 25857 This closes `issue #31`_. 25858 25859 * Fixed invalid usage of requirement.parse, that broke develop -d. 25860 This closes http://bugs.python.org/setuptools/issue44. 25861 25862 * Fixed script launcher for 64-bit Windows. 25863 This closes http://bugs.python.org/setuptools/issue2. 25864 25865 * KeyError when compiling extensions. 25866 This closes http://bugs.python.org/setuptools/issue41. 25867 25868 bootstrapping 25869 ============= 25870 25871 * Fixed bootstrap not working on Windows. This closes `issue #49`_. 25872 25873 * Fixed 2.6 dependencies. This closes `issue #50`_. 25874 25875 * Make sure setuptools is patched when running through easy_install 25876 This closes http://bugs.python.org/setuptools/issue40. 25877 25878 ----- 25879 0.6.1 25880 ----- 25881 25882 setuptools 25883 ========== 25884 25885 * package_index.urlopen now catches BadStatusLine and malformed url errors. 25886 This closes `issue #16`_ and `issue #18`_. 25887 25888 * zip_ok is now False by default. This closes 25889 http://bugs.python.org/setuptools/issue33. 25890 25891 * Fixed invalid URL error catching. http://bugs.python.org/setuptools/issue20. 25892 25893 * Fixed invalid bootstraping with easy_install installation (`issue #40`_). 25894 Thanks to Florian Schulze for the help. 25895 25896 * Removed buildout/bootstrap.py. A new repository will create a specific 25897 bootstrap.py script. 25898 25899 25900 bootstrapping 25901 ============= 25902 25903 * The boostrap process leave setuptools alone if detected in the system 25904 and --root or --prefix is provided, but is not in the same location. 25905 This closes `issue #10`_. 25906 25907 --- 25908 0.6 25909 --- 25910 25911 setuptools 25912 ========== 25913 25914 * Packages required at build time where not fully present at install time. 25915 This closes `issue #12`_. 25916 25917 * Protected against failures in tarfile extraction. This closes `issue #10`_. 25918 25919 * Made Jython api_tests.txt doctest compatible. This closes `issue #7`_. 25920 25921 * sandbox.py replaced builtin type file with builtin function open. This 25922 closes `issue #6`_. 25923 25924 * Immediately close all file handles. This closes `issue #3`_. 25925 25926 * Added compatibility with Subversion 1.6. This references `issue #1`_. 25927 25928 pkg_resources 25929 ============= 25930 25931 * Avoid a call to /usr/bin/sw_vers on OSX and use the official platform API 25932 instead. Based on a patch from ronaldoussoren. This closes `issue #5`_. 25933 25934 * Fixed a SandboxViolation for mkdir that could occur in certain cases. 25935 This closes `issue #13`_. 25936 25937 * Allow to find_on_path on systems with tight permissions to fail gracefully. 25938 This closes `issue #9`_. 25939 25940 * Corrected inconsistency between documentation and code of add_entry. 25941 This closes `issue #8`_. 25942 25943 * Immediately close all file handles. This closes `issue #3`_. 25944 25945 easy_install 25946 ============ 25947 25948 * Immediately close all file handles. This closes `issue #3`_. 25949 25950 25951 .. _`Issue #135`: https://bitbucket.org/tarek/distribute/issue/135 25952 .. _`Issue #183`: https://bitbucket.org/tarek/distribute/issue/183 25953 .. _`Issue #207`: https://bitbucket.org/tarek/distribute/issue/207 25954 .. _`Issue #208`: https://bitbucket.org/tarek/distribute/issue/208 25955 .. _`Issue #21`: https://bitbucket.org/tarek/distribute/issue/21 25956 .. _`Issue #212`: https://bitbucket.org/tarek/distribute/issue/212 25957 .. _`Issue #213`: https://bitbucket.org/tarek/distribute/issue/213 25958 .. _`Issue #218`: https://bitbucket.org/tarek/distribute/issue/218 25959 .. _`Issue #225`: https://bitbucket.org/tarek/distribute/issue/225 25960 .. _`Issue #225`: https://bitbucket.org/tarek/distribute/issue/225 25961 .. _`Issue #227`: https://bitbucket.org/tarek/distribute/issue/227 25962 .. _`Issue #227`: https://bitbucket.org/tarek/distribute/issue/227 25963 .. _`Issue #231`: https://bitbucket.org/tarek/distribute/issue/231 25964 .. _`Issue #237`: https://bitbucket.org/tarek/distribute/issue/237 25965 .. _`Issue #238`: https://bitbucket.org/tarek/distribute/issue/238 25966 .. _`Issue #239`: https://bitbucket.org/tarek/distribute/issue/239 25967 .. _`Issue #240`: https://bitbucket.org/tarek/distribute/issue/240 25968 .. _`Issue #241`: https://bitbucket.org/tarek/distribute/issue/241 25969 .. _`Issue #243`: https://bitbucket.org/tarek/distribute/issue/243 25970 .. _`Issue #244`: https://bitbucket.org/tarek/distribute/issue/244 25971 .. _`Issue #249`: https://bitbucket.org/tarek/distribute/issue/249 25972 .. _`Issue #258`: https://bitbucket.org/tarek/distribute/issue/258 25973 .. _`Issue #260`: https://bitbucket.org/tarek/distribute/issue/260 25974 .. _`Issue #262`: https://bitbucket.org/tarek/distribute/issue/262 25975 .. _`Issue #269`: https://bitbucket.org/tarek/distribute/issue/269 25976 .. _`Issue #272`: https://bitbucket.org/tarek/distribute/issue/272 25977 .. _`Issue #273`: https://bitbucket.org/tarek/distribute/issue/273 25978 .. _`Issue #283`: https://bitbucket.org/tarek/distribute/issue/283 25979 .. _`Issue #283`: https://bitbucket.org/tarek/distribute/issue/283 25980 .. _`Issue #294`: https://bitbucket.org/tarek/distribute/issue/294 25981 .. _`Issue #299`: https://bitbucket.org/tarek/distribute/issue/299 25982 .. _`Issue #30`: https://bitbucket.org/tarek/distribute/issue/30 25983 .. _`Issue #301`: https://bitbucket.org/tarek/distribute/issue/301 25984 .. _`Issue #303`: https://bitbucket.org/tarek/distribute/issue/303 25985 .. _`Issue #304`: https://bitbucket.org/tarek/distribute/issue/304 25986 .. _`Issue #305`: https://bitbucket.org/tarek/distribute/issue/305 25987 .. _`Issue #306`: https://bitbucket.org/tarek/distribute/issue/306 25988 .. _`Issue #307`: https://bitbucket.org/tarek/distribute/issue/307 25989 .. _`Issue #310`: https://bitbucket.org/tarek/distribute/issue/310 25990 .. _`Issue #311`: https://bitbucket.org/tarek/distribute/issue/311 25991 .. _`Issue #313`: https://bitbucket.org/tarek/distribute/issue/313 25992 .. _`Issue #314`: https://bitbucket.org/tarek/distribute/issue/314 25993 .. _`Issue #320`: https://bitbucket.org/tarek/distribute/issue/320 25994 .. _`Issue #323`: https://bitbucket.org/tarek/distribute/issue/323 25995 .. _`Issue #326`: https://bitbucket.org/tarek/distribute/issue/326 25996 .. _`Issue #327`: https://bitbucket.org/tarek/distribute/issue/327 25997 .. _`Issue #328`: https://bitbucket.org/tarek/distribute/issue/328 25998 .. _`Issue #334`: https://bitbucket.org/tarek/distribute/issue/334 25999 .. _`Issue 100`: https://bitbucket.org/tarek/distribute/issue/100 26000 .. _`Issue 100`: https://bitbucket.org/tarek/distribute/issue/100 26001 .. _`Issue 101`: https://bitbucket.org/tarek/distribute/issue/101 26002 .. _`Issue 103`: https://bitbucket.org/tarek/distribute/issue/103 26003 .. _`Issue 104`: https://bitbucket.org/tarek/distribute/issue/104 26004 .. _`Issue 108`: https://bitbucket.org/tarek/distribute/issue/108 26005 .. _`Issue 11`: https://bitbucket.org/tarek/distribute/issue/11 26006 .. _`Issue 112`: https://bitbucket.org/tarek/distribute/issue/112 26007 .. _`Issue 121`: https://bitbucket.org/tarek/distribute/issue/121 26008 .. _`Issue 133`: https://bitbucket.org/tarek/distribute/issue/133 26009 .. _`Issue 134`: https://bitbucket.org/tarek/distribute/issue/134 26010 .. _`Issue 138`: https://bitbucket.org/tarek/distribute/issue/138 26011 .. _`Issue 143`: https://bitbucket.org/tarek/distribute/issue/143 26012 .. _`Issue 146`: https://bitbucket.org/tarek/distribute/issue/146 26013 .. _`Issue 147`: https://bitbucket.org/tarek/distribute/issue/147 26014 .. _`Issue 149`: https://bitbucket.org/tarek/distribute/issue/149 26015 .. _`Issue 15`: https://bitbucket.org/tarek/distribute/issue/15 26016 .. _`Issue 150`: https://bitbucket.org/tarek/distribute/issue/150 26017 .. _`Issue 160`: https://bitbucket.org/tarek/distribute/issue/160 26018 .. _`Issue 163`: https://bitbucket.org/tarek/distribute/issue/163 26019 .. _`Issue 170`: https://bitbucket.org/tarek/distribute/issue/170 26020 .. _`Issue 171`: https://bitbucket.org/tarek/distribute/issue/171 26021 .. _`Issue 174`: https://bitbucket.org/tarek/distribute/issue/174 26022 .. _`Issue 192`: https://bitbucket.org/tarek/distribute/issue/192 26023 .. _`Issue 193`: https://bitbucket.org/tarek/distribute/issue/193 26024 .. _`Issue 195`: https://bitbucket.org/tarek/distribute/issue/195 26025 .. _`Issue 196`: https://bitbucket.org/tarek/distribute/issue/196 26026 .. _`Issue 200`: https://bitbucket.org/tarek/distribute/issue/200 26027 .. _`Issue 204`: https://bitbucket.org/tarek/distribute/issue/204 26028 .. _`Issue 204`: https://bitbucket.org/tarek/distribute/issue/204 26029 .. _`Issue 205`: https://bitbucket.org/tarek/distribute/issue/205 26030 .. _`Issue 206`: https://bitbucket.org/tarek/distribute/issue/206 26031 .. _`Issue 21`: https://bitbucket.org/tarek/distribute/issue/21 26032 .. _`Issue 210`: https://bitbucket.org/tarek/distribute/issue/210 26033 .. _`Issue 58`: https://bitbucket.org/tarek/distribute/issue/58 26034 .. _`Issue 64`: https://bitbucket.org/tarek/distribute/issue/64 26035 .. _`Issue 65`: https://bitbucket.org/tarek/distribute/issue/65 26036 .. _`Issue 67`: https://bitbucket.org/tarek/distribute/issue/67 26037 .. _`Issue 70`: https://bitbucket.org/tarek/distribute/issue/70 26038 .. _`Issue 72`: https://bitbucket.org/tarek/distribute/issue/72 26039 .. _`Issue 74`: https://bitbucket.org/tarek/distribute/issue/74 26040 .. _`Issue 80`: https://bitbucket.org/tarek/distribute/issue/80 26041 .. _`Issue 86`: https://bitbucket.org/tarek/distribute/issue/86 26042 .. _`Issue 87`: https://bitbucket.org/tarek/distribute/issue/87 26043 .. _`Issue 89`: https://bitbucket.org/tarek/distribute/issue/89 26044 .. _`Issue 90`: https://bitbucket.org/tarek/distribute/issue/90 26045 .. _`Issue 92`: https://bitbucket.org/tarek/distribute/issue/92 26046 .. _`Issue 93`: https://bitbucket.org/tarek/distribute/issue/93 26047 .. _`Issue 99`: https://bitbucket.org/tarek/distribute/issue/99 26048 .. _`issue 26049 449`: https://bitbucket.org/tarek/distribute/issue/449 26050 .. _`issue #1`: https://bitbucket.org/tarek/distribute/issue/1 26051 .. _`issue #10`: https://bitbucket.org/tarek/distribute/issue/10 26052 .. _`issue #10`: https://bitbucket.org/tarek/distribute/issue/10 26053 .. _`issue #12`: https://bitbucket.org/tarek/distribute/issue/12 26054 .. _`issue #13`: https://bitbucket.org/tarek/distribute/issue/13 26055 .. _`issue #16`: https://bitbucket.org/tarek/distribute/issue/16 26056 .. _`issue #18`: https://bitbucket.org/tarek/distribute/issue/18 26057 .. _`issue #3`: https://bitbucket.org/tarek/distribute/issue/3 26058 .. _`issue #3`: https://bitbucket.org/tarek/distribute/issue/3 26059 .. _`issue #3`: https://bitbucket.org/tarek/distribute/issue/3 26060 .. _`issue #31`: https://bitbucket.org/tarek/distribute/issue/31 26061 .. _`issue #40`: https://bitbucket.org/tarek/distribute/issue/40 26062 .. _`issue #49`: https://bitbucket.org/tarek/distribute/issue/49 26063 .. _`issue #5`: https://bitbucket.org/tarek/distribute/issue/5 26064 .. _`issue #50`: https://bitbucket.org/tarek/distribute/issue/50 26065 .. _`issue #52`: https://bitbucket.org/tarek/distribute/issue/52 26066 .. _`issue #56`: https://bitbucket.org/tarek/distribute/issue/56 26067 .. _`issue #6`: https://bitbucket.org/tarek/distribute/issue/6 26068 .. _`issue #7`: https://bitbucket.org/tarek/distribute/issue/7 26069 .. _`issue #8`: https://bitbucket.org/tarek/distribute/issue/8 26070 .. _`issue #9`: https://bitbucket.org/tarek/distribute/issue/9 26071 26072 26073 Keywords: CPAN PyPI distutils eggs package management 26074 Platform: UNKNOWN 26075 Classifier: Development Status :: 5 - Production/Stable 26076 Classifier: Intended Audience :: Developers 26077 Classifier: License :: OSI Approved :: Python Software Foundation License 26078 Classifier: License :: OSI Approved :: Zope Public License 26079 Classifier: Operating System :: OS Independent 26080 Classifier: Programming Language :: Python :: 2.4 26081 Classifier: Programming Language :: Python :: 2.5 26082 Classifier: Programming Language :: Python :: 2.6 26083 Classifier: Programming Language :: Python :: 2.7 26084 Classifier: Programming Language :: Python :: 3 26085 Classifier: Programming Language :: Python :: 3.1 26086 Classifier: Programming Language :: Python :: 3.2 26087 Classifier: Programming Language :: Python :: 3.3 26088 Classifier: Topic :: Software Development :: Libraries :: Python Modules 26089 Classifier: Topic :: System :: Archiving :: Packaging 26090 Classifier: Topic :: System :: Systems Administration 26091 Classifier: Topic :: Utilities 26092 26093 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 26094 </pre> 26095 <ul> 26096 <li><a href='#PSF-2'>Gentoo Package Stock License PSF-2</a></li> 26097 </ul> 26098 </div> 26099 </div> 26100 26101 26102 <div class="product"> 26103 <span class="title">setxkbmap-1.2.0</span> 26104 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 26105 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span> 26106 <div class="licence"> 26107 <pre>Scanned Source License setxkbmap-1.2.0/COPYING: 26108 26109 Copyright (c) 1996 by Silicon Graphics Computer Systems, Inc. 26110 26111 Permission to use, copy, modify, and distribute this 26112 software and its documentation for any purpose and without 26113 fee is hereby granted, provided that the above copyright 26114 notice appear in all copies and that both that copyright 26115 notice and this permission notice appear in supporting 26116 documentation, and that the name of Silicon Graphics not be 26117 used in advertising or publicity pertaining to distribution 26118 of the software without specific prior written permission. 26119 Silicon Graphics makes no representation about the suitability 26120 of this software for any purpose. It is provided "as is" 26121 without any express or implied warranty. 26122 26123 SILICON GRAPHICS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS 26124 SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY 26125 AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON 26126 GRAPHICS BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL 26127 DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 26128 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE 26129 OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH 26130 THE USE OR PERFORMANCE OF THIS SOFTWARE. 26131 26132 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 26133 </pre> 26134 <ul> 26135 26136 </ul> 26137 </div> 26138 </div> 26139 26140 26141 <div class="product"> 26142 <span class="title">sgml-common-0.6.3</span> 26143 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 26144 <span class="homepage"><a href="http://www.iso.ch/cate/3524030.html">homepage</a></span> 26145 <div class="licence"> 26146 <pre></pre> 26147 <ul> 26148 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 26149 </ul> 26150 </div> 26151 </div> 26152 26153 26154 <div class="product"> 26155 <span class="title">shadow-4.1.2.2</span> 26156 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 26157 <span class="homepage"><a href="http://shadow.pld.org.pl/">homepage</a></span> 26158 <div class="licence"> 26159 <pre>Scanned Source License shadow-4.1.2.2/COPYING: 26160 26161 NOTE: 26162 This license has been obsoleted by the change to the BSD-style copyright. 26163 You may continue to use this license if you wish, but you are under no 26164 obligation to do so. 26165 26166 (* 26167 This document is freely plagiarised from the 'Artistic Licence', 26168 distributed as part of the Perl v4.0 kit by Larry Wall, which is 26169 available from most major archive sites. I stole it from CrackLib. 26170 26171 $Id: COPYING 1342 2007-11-10 23:46:11Z nekral-guest $ 26172 *) 26173 26174 This documents purpose is to state the conditions under which this 26175 Package (See definition below) viz: "Shadow", the Shadow Password Suite 26176 which is held by Julianne Frances Haugh, may be copied, such that the 26177 copyright holder maintains some semblance of artistic control over the 26178 development of the package, while giving the users of the package the 26179 right to use and distribute the Package in a more-or-less customary 26180 fashion, plus the right to make reasonable modifications. 26181 26182 So there. 26183 26184 *************************************************************************** 26185 26186 Definitions: 26187 26188 26189 A "Package" refers to the collection of files distributed by the 26190 Copyright Holder, and derivatives of that collection of files created 26191 through textual modification, or segments thereof. 26192 26193 "Standard Version" refers to such a Package if it has not been modified, 26194 or has been modified in accordance with the wishes of the Copyright 26195 Holder. 26196 26197 "Copyright Holder" is whoever is named in the copyright or copyrights 26198 for the package. 26199 26200 "You" is you, if you're thinking about copying or distributing this 26201 Package. 26202 26203 "Reasonable copying fee" is whatever you can justify on the basis of 26204 media cost, duplication charges, time of people involved, and so on. 26205 (You will not be required to justify it to the Copyright Holder, but 26206 only to the computing community at large as a market that must bear the 26207 fee.) 26208 26209 "Freely Available" means that no fee is charged for the item itself, 26210 though there may be fees involved in handling the item. It also means 26211 that recipients of the item may redistribute it under the same 26212 conditions they received it. 26213 26214 26215 1. You may make and give away verbatim copies of the source form of the 26216 Standard Version of this Package without restriction, provided that you 26217 duplicate all of the original copyright notices and associated 26218 disclaimers. 26219 26220 2. You may apply bug fixes, portability fixes and other modifications 26221 derived from the Public Domain or from the Copyright Holder. A Package 26222 modified in such a way shall still be considered the Standard Version. 26223 26224 3. You may otherwise modify your copy of this Package in any way, 26225 provided that you insert a prominent notice in each changed file stating 26226 how and when AND WHY you changed that file, and provided that you do at 26227 least ONE of the following: 26228 26229 a) place your modifications in the Public Domain or otherwise make them 26230 Freely Available, such as by posting said modifications to Usenet or an 26231 equivalent medium, or placing the modifications on a major archive site 26232 such as uunet.uu.net, or by allowing the Copyright Holder to include 26233 your modifications in the Standard Version of the Package. 26234 26235 b) use the modified Package only within your corporation or organization. 26236 26237 c) rename any non-standard executables so the names do not conflict with 26238 standard executables, which must also be provided, and provide separate 26239 documentation for each non-standard executable that clearly documents 26240 how it differs from the Standard Version. 26241 26242 d) make other distribution arrangements with the Copyright Holder. 26243 26244 4. You may distribute the programs of this Package in object code or 26245 executable form, provided that you do at least ONE of the following: 26246 26247 a) distribute a Standard Version of the executables and library files, 26248 together with instructions (in the manual page or equivalent) on where 26249 to get the Standard Version. 26250 26251 b) accompany the distribution with the machine-readable source of the 26252 Package with your modifications. 26253 26254 c) accompany any non-standard executables with their corresponding 26255 Standard Version executables, giving the non-standard executables 26256 non-standard names, and clearly documenting the differences in manual 26257 pages (or equivalent), together with instructions on where to get the 26258 Standard Version. 26259 26260 d) make other distribution arrangements with the Copyright Holder. 26261 26262 5. You may charge a reasonable copying fee for any distribution of this 26263 Package. You may charge any fee you choose for support of this Package. 26264 YOU MAY NOT CHARGE A FEE FOR THIS PACKAGE ITSELF. However, you may 26265 distribute this Package in aggregate with other (possibly commercial) 26266 programs as part of a larger (possibly commercial) software distribution 26267 provided that YOU DO NOT ADVERTISE this package as a product of your 26268 own. 26269 26270 6. The name of the Copyright Holder may not be used to endorse or 26271 promote products derived from this software without specific prior 26272 written permission. 26273 26274 7. THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED 26275 WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF 26276 MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. 26277 26278 The End 26279 26280 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 26281 </pre> 26282 <ul> 26283 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 26284 </ul> 26285 </div> 26286 </div> 26287 26288 26289 <div class="product"> 26290 <span class="title">shared-mime-info-1.0</span> 26291 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 26292 <span class="homepage"><a href="http://freedesktop.org/wiki/Software/shared-mime-info">homepage</a></span> 26293 <div class="licence"> 26294 <pre></pre> 26295 <ul> 26296 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 26297 </ul> 26298 </div> 26299 </div> 26300 26301 26302 <div class="product"> 26303 <span class="title">sharutils-4.7</span> 26304 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 26305 <span class="homepage"><a href="http://www.gnu.org/software/sharutils/">homepage</a></span> 26306 <div class="licence"> 26307 <pre></pre> 26308 <ul> 26309 <li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li> 26310 </ul> 26311 </div> 26312 </div> 26313 26314 26315 <div class="product"> 26316 <span class="title">shflags-1.0.3</span> 26317 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 26318 <span class="homepage"><a href="http://code.google.com/p/shflags/">homepage</a></span> 26319 <div class="licence"> 26320 <pre></pre> 26321 <ul> 26322 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li> 26323 </ul> 26324 </div> 26325 </div> 26326 26327 26328 <div class="product"> 26329 <span class="title">shill-test-scripts-0.0.1</span> 26330 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 26331 <span class="homepage"><a href="http://src.chromium.org">homepage</a></span> 26332 <div class="licence"> 26333 <pre></pre> 26334 <ul> 26335 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 26336 </ul> 26337 </div> 26338 </div> 26339 26340 26341 <div class="product"> 26342 <span class="title">sil-abyssinica-1.0</span> 26343 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 26344 <span class="homepage"><a href="http://scripts.sil.org/AbyssinicaSIL">homepage</a></span> 26345 <div class="licence"> 26346 <pre>Gentoo Package Stock License OFL: 26347 26348 This Font Software is Copyright (c) 2003-2005, SIL International (http://scripts.sil.org/). 26349 All Rights Reserved. 26350 26351 "Gentium" is a Reserved Font Name for this Font Software. 26352 "SIL" is a Reserved Font Name for this Font Software. 26353 26354 This Font Software is licensed under the SIL Open Font License, Version 1.0. 26355 No modification of the license is permitted, only verbatim copy is allowed. 26356 This license is copied below, and is also available with a FAQ at: 26357 http://scripts.sil.org/OFL 26358 26359 26360 ----------------------------------------------------------- 26361 SIL OPEN FONT LICENSE Version 1.0 - 22 November 2005 26362 ----------------------------------------------------------- 26363 26364 PREAMBLE 26365 The goals of the Open Font License (OFL) are to stimulate worldwide 26366 development of cooperative font projects, to support the font creation 26367 efforts of academic and linguistic communities, and to provide an open 26368 framework in which fonts may be shared and improved in partnership with 26369 others. 26370 26371 The OFL allows the licensed fonts to be used, studied, modified and 26372 redistributed freely as long as they are not sold by themselves. The 26373 fonts, including any derivative works, can be bundled, embedded, 26374 redistributed and sold with any software provided that the font 26375 names of derivative works are changed. The fonts and derivatives, 26376 however, cannot be released under any other type of license. 26377 26378 DEFINITIONS 26379 "Font Software" refers to any and all of the following: 26380 - font files 26381 - data files 26382 - source code 26383 - build scripts 26384 - documentation 26385 26386 "Reserved Font Name" refers to the Font Software name as seen by 26387 users and any other names as specified after the copyright statement. 26388 26389 "Standard Version" refers to the collection of Font Software 26390 components as distributed by the Copyright Holder. 26391 26392 "Modified Version" refers to any derivative font software made by 26393 adding to, deleting, or substituting -- in part or in whole -- 26394 any of the components of the Standard Version, by changing formats 26395 or by porting the Font Software to a new environment. 26396 26397 "Author" refers to any designer, engineer, programmer, technical 26398 writer or other person who contributed to the Font Software. 26399 26400 PERMISSION & CONDITIONS 26401 Permission is hereby granted, free of charge, to any person obtaining 26402 a copy of the Font Software, to use, study, copy, merge, embed, modify, 26403 redistribute, and sell modified and unmodified copies of the Font 26404 Software, subject to the following conditions: 26405 26406 1) Neither the Font Software nor any of its individual components, 26407 in Standard or Modified Versions, may be sold by itself. 26408 26409 2) Standard or Modified Versions of the Font Software may be bundled, 26410 redistributed and sold with any software, provided that each copy 26411 contains the above copyright notice and this license. These can be 26412 included either as stand-alone text files, human-readable headers or 26413 in the appropriate machine-readable metadata fields within text or 26414 binary files as long as those fields can be easily viewed by the user. 26415 26416 3) No Modified Version of the Font Software may use the Reserved Font 26417 Name(s), in part or in whole, unless explicit written permission is 26418 granted by the Copyright Holder. This restriction applies to all 26419 references stored in the Font Software, such as the font menu name and 26420 other font description fields, which are used to differentiate the 26421 font from others. 26422 26423 4) The name(s) of the Copyright Holder or the Author(s) of the Font 26424 Software shall not be used to promote, endorse or advertise any 26425 Modified Version, except to acknowledge the contribution(s) of the 26426 Copyright Holder and the Author(s) or with their explicit written 26427 permission. 26428 26429 5) The Font Software, modified or unmodified, in part or in whole, 26430 must be distributed using this license, and may not be distributed 26431 under any other license. 26432 26433 TERMINATION 26434 This license becomes null and void if any of the above conditions are 26435 not met. 26436 26437 DISCLAIMER 26438 THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 26439 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF 26440 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT 26441 OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE 26442 COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 26443 INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL 26444 DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 26445 FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM 26446 OTHER DEALINGS IN THE FONT SOFTWARE. 26447 26448 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 26449 </pre> 26450 <ul> 26451 26452 </ul> 26453 </div> 26454 </div> 26455 26456 26457 <div class="product"> 26458 <span class="title">simplejson-2.5.0</span> 26459 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 26460 <span class="homepage"><a href="http://undefined.org/python/#simplejson">homepage</a></span> 26461 <div class="licence"> 26462 <pre>Scanned Source License simplejson-2.5.0/LICENSE.txt: 26463 26464 Copyright (c) 2006 Bob Ippolito 26465 26466 Permission is hereby granted, free of charge, to any person obtaining a copy of 26467 this software and associated documentation files (the "Software"), to deal in 26468 the Software without restriction, including without limitation the rights to 26469 use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies 26470 of the Software, and to permit persons to whom the Software is furnished to do 26471 so, subject to the following conditions: 26472 26473 The above copyright notice and this permission notice shall be included in all 26474 copies or substantial portions of the Software. 26475 26476 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 26477 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 26478 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 26479 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 26480 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 26481 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 26482 SOFTWARE. 26483 26484 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 26485 26486 Scanned Source License simplejson-2.5.0/PKG-INFO: 26487 26488 Metadata-Version: 1.0 26489 Name: simplejson 26490 Version: 2.5.0 26491 Summary: Simple, fast, extensible JSON encoder/decoder for Python 26492 Home-page: http://github.com/simplejson/simplejson 26493 Author: Bob Ippolito 26494 Author-email: bob (a] redivi.com 26495 License: MIT License 26496 Description: simplejson is a simple, fast, complete, correct and extensible 26497 JSON <http://json.org> encoder and decoder for Python 2.5+. It is 26498 pure Python code with no dependencies, but includes an optional C 26499 extension for a serious speed boost. 26500 26501 The latest documentation for simplejson can be read online here: 26502 http://simplejson.readthedocs.org/ 26503 26504 simplejson is the externally maintained development version of the 26505 json library included with Python 2.6 and Python 3.0, but maintains 26506 backwards compatibility with Python 2.5. 26507 26508 The encoder may be subclassed to provide serialization in any kind of 26509 situation, without any special support by the objects to be serialized 26510 (somewhat like pickle). 26511 26512 The decoder can handle incoming JSON strings of any specified encoding 26513 (UTF-8 by default). 26514 26515 26516 Platform: any 26517 Classifier: Intended Audience :: Developers 26518 Classifier: License :: OSI Approved :: MIT License 26519 Classifier: Programming Language :: Python 26520 Classifier: Topic :: Software Development :: Libraries :: Python Modules 26521 26522 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 26523 </pre> 26524 <ul> 26525 26526 </ul> 26527 </div> 26528 </div> 26529 26530 26531 <div class="product"> 26532 <span class="title">smartmontools-5.42</span> 26533 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 26534 <span class="homepage"><a href="http://smartmontools.sourceforge.net/">homepage</a></span> 26535 <div class="licence"> 26536 <pre></pre> 26537 <ul> 26538 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 26539 </ul> 26540 </div> 26541 </div> 26542 26543 26544 <div class="product"> 26545 <span class="title">socat-1.7.2.3</span> 26546 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 26547 <span class="homepage"><a href="http://www.dest-unreach.org/socat/">homepage</a></span> 26548 <div class="licence"> 26549 <pre></pre> 26550 <ul> 26551 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 26552 </ul> 26553 </div> 26554 </div> 26555 26556 26557 <div class="product"> 26558 <span class="title">sox-14.3.2</span> 26559 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 26560 <span class="homepage"><a href="http://sox.sourceforge.net">homepage</a></span> 26561 <div class="licence"> 26562 <pre></pre> 26563 <ul> 26564 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li> 26565 </ul> 26566 </div> 26567 </div> 26568 26569 26570 <div class="product"> 26571 <span class="title">speex-1.2_rc1</span> 26572 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 26573 <span class="homepage"><a href="http://www.speex.org">homepage</a></span> 26574 <div class="licence"> 26575 <pre>Scanned Source License speex-1.2rc1/COPYING: 26576 26577 Copyright 2002-2008 Xiph.org Foundation 26578 Copyright 2002-2008 Jean-Marc Valin 26579 Copyright 2005-2007 Analog Devices Inc. 26580 Copyright 2005-2008 Commonwealth Scientific and Industrial Research 26581 Organisation (CSIRO) 26582 Copyright 1993, 2002, 2006 David Rowe 26583 Copyright 2003 EpicGames 26584 Copyright 1992-1994 Jutta Degener, Carsten Bormann 26585 26586 Redistribution and use in source and binary forms, with or without 26587 modification, are permitted provided that the following conditions 26588 are met: 26589 26590 - Redistributions of source code must retain the above copyright 26591 notice, this list of conditions and the following disclaimer. 26592 26593 - Redistributions in binary form must reproduce the above copyright 26594 notice, this list of conditions and the following disclaimer in the 26595 documentation and/or other materials provided with the distribution. 26596 26597 - Neither the name of the Xiph.org Foundation nor the names of its 26598 contributors may be used to endorse or promote products derived from 26599 this software without specific prior written permission. 26600 26601 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 26602 ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 26603 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 26604 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR 26605 CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 26606 EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 26607 PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 26608 PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 26609 LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 26610 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 26611 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 26612 26613 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 26614 </pre> 26615 <ul> 26616 26617 </ul> 26618 </div> 26619 </div> 26620 26621 26622 <div class="product"> 26623 <span class="title">sqlite-3.6.22</span> 26624 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 26625 <span class="homepage"><a href="http://www.sqlite.org/">homepage</a></span> 26626 <div class="licence"> 26627 <pre></pre> 26628 <ul> 26629 <li><a href='#as-is'>Gentoo Package Stock License as-is</a></li> 26630 </ul> 26631 </div> 26632 </div> 26633 26634 26635 <div class="product"> 26636 <span class="title">sshfs-fuse-2.4</span> 26637 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 26638 <span class="homepage"><a href="http://fuse.sourceforge.net/sshfs.html">homepage</a></span> 26639 <div class="licence"> 26640 <pre></pre> 26641 <ul> 26642 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 26643 </ul> 26644 </div> 26645 </div> 26646 26647 26648 <div class="product"> 26649 <span class="title">strace-4.8</span> 26650 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 26651 <span class="homepage"><a href="http://sourceforge.net/projects/strace/">homepage</a></span> 26652 <div class="licence"> 26653 <pre>Scanned Source License strace-4.8/COPYING: 26654 26655 Copyright (c) 1991, 1992 Paul Kranenburg <pk (a] cs.few.eur.nl> 26656 Copyright (c) 1993 Branko Lankester <branko (a] hacktic.nl> 26657 Copyright (c) 1993 Ulrich Pegelow <pegelow (a] moorea.uni-muenster.de> 26658 Copyright (c) 1995, 1996 Michael Elizabeth Chastain <mec (a] duracef.shout.net> 26659 Copyright (c) 1993, 1994, 1995, 1996 Rick Sladkey <jrs (a] world.std.com> 26660 Copyright (C) 1998-2001 Wichert Akkerman <wakkerma (a] deephackmode.org> 26661 All rights reserved. 26662 26663 Redistribution and use in source and binary forms, with or without 26664 modification, are permitted provided that the following conditions 26665 are met: 26666 1. Redistributions of source code must retain the above copyright 26667 notice, this list of conditions and the following disclaimer. 26668 2. Redistributions in binary form must reproduce the above copyright 26669 notice, this list of conditions and the following disclaimer in the 26670 documentation and/or other materials provided with the distribution. 26671 3. The name of the author may not be used to endorse or promote products 26672 derived from this software without specific prior written permission. 26673 26674 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR 26675 IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES 26676 OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. 26677 IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, 26678 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT 26679 NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 26680 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 26681 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 26682 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 26683 THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 26684 26685 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 26686 26687 Scanned Source License strace-4.8/debian/copyright: 26688 26689 This is the Debian packaged version of strace. For a complete list of 26690 changes from the upstream version please see the changelog. 26691 26692 The upstream sources can be found at http://sourceforge.net/projects/strace/ 26693 26694 This is the copyright as found in the upstream sources: 26695 26696 Copyright (c) 1991, 1992 Paul Kranenburg <pk (a] cs.few.eur.nl> 26697 Copyright (c) 1993 Branko Lankester <branko (a] hacktic.nl> 26698 Copyright (c) 1993 Ulrich Pegelow <pegelow (a] moorea.uni-muenster.de> 26699 Copyright (c) 1995, 1996 Michael Elizabeth Chastain <mec (a] duracef.shout.net> 26700 Copyright (c) 1993, 1994, 1995, 1996 Rick Sladkey <jrs (a] world.std.com> 26701 Copyright (C) 1998-2003 Wichert Akkerman <wakkerma (a] deephackmode.org> 26702 Copyright (c) 2002-2008 Roland McGrath <roland (a] redhat.com> 26703 Copyright (c) 2003-2008 Dmitry V. Levin <ldv (a] altlinux.org> 26704 Copyright (c) 2007-2008 Jan Kratochvil <jan.kratochvil (a] redhat.com> 26705 All rights reserved. 26706 26707 Redistribution and use in source and binary forms, with or without 26708 modification, are permitted provided that the following conditions 26709 are met: 26710 1. Redistributions of source code must retain the above copyright 26711 notice, this list of conditions and the following disclaimer. 26712 2. Redistributions in binary form must reproduce the above copyright 26713 notice, this list of conditions and the following disclaimer in the 26714 documentation and/or other materials provided with the distribution. 26715 3. The name of the author may not be used to endorse or promote products 26716 derived from this software without specific prior written permission. 26717 26718 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR 26719 IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES 26720 OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. 26721 IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, 26722 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT 26723 NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 26724 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 26725 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 26726 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 26727 THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 26728 26729 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 26730 </pre> 26731 <ul> 26732 26733 </ul> 26734 </div> 26735 </div> 26736 26737 26738 <div class="product"> 26739 <span class="title">stressapptest-1.0.4</span> 26740 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 26741 <span class="homepage"><a href="http://code.google.com/p/stressapptest/">homepage</a></span> 26742 <div class="licence"> 26743 <pre></pre> 26744 <ul> 26745 <li><a href='#Apache-2.0'>Gentoo Package Stock License Apache-2.0</a></li> 26746 </ul> 26747 </div> 26748 </div> 26749 26750 26751 <div class="product"> 26752 <span class="title">strongswan-5.0.2</span> 26753 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 26754 <span class="homepage"><a href="http://www.strongswan.org/">homepage</a></span> 26755 <div class="licence"> 26756 <pre>Gentoo Package Stock License RSA: 26757 26758 Copyright (C) <years>, RSA Data Security, Inc. Created <year>. All 26759 rights reserved. 26760 26761 License to copy and use this software is granted provided that it 26762 is identified as the "RSA Data Security, Inc. MD<id> Message-Digest 26763 Algorithm" in all material mentioning or referencing this software 26764 or this function. 26765 26766 License is also granted to make and use derivative works provided 26767 that such works are identified as "derived from the RSA Data 26768 Security, Inc. MD<id> Message-Digest Algorithm" in all material 26769 mentioning or referencing the derived work. 26770 26771 RSA Data Security, Inc. makes no representations concerning either 26772 the merchantability of this software or the suitability of this 26773 software for any particular purpose. It is provided "as is" 26774 without express or implied warranty of any kind. 26775 26776 These notices must be retained in any copies of any part of this 26777 documentation and/or software. 26778 26779 ---------------------------------------------------------------------- 26780 http://www.ietf.org/ietf-ftp/IPR/RSA-MD-all 26781 26782 The following was recevied Fenbruary 23,2000 26783 From: "Linn, John" <jlinn (a] rsasecurity.com> 26784 26785 February 19, 2000 26786 26787 The purpose of this memo is to clarify the status of intellectual 26788 property rights asserted by RSA Security Inc. ("RSA") in the MD2, MD4 and 26789 MD5 message-digest algorithms, which are documented in RFC-1319, RFC-1320, 26790 and RFC-1321 respectively. 26791 26792 Implementations of these message-digest algorithms, including 26793 implementations derived from the reference C code in RFC-1319, RFC-1320, and 26794 RFC-1321, may be made, used, and sold without license from RSA for any 26795 purpose. 26796 26797 No rights other than the ones explicitly set forth above are 26798 granted. Further, although RSA grants rights to implement certain 26799 algorithms as defined by identified RFCs, including implementations derived 26800 from the reference C code in those RFCs, no right to use, copy, sell, or 26801 distribute any other implementations of the MD2, MD4, or MD5 message-digest 26802 algorithms created, implemented, or distributed by RSA is hereby granted by 26803 implication, estoppel, or otherwise. Parties interested in licensing 26804 security components and toolkits written by RSA should contact the company 26805 to discuss receiving a license. All other questions should be directed to 26806 Margaret K. Seif, General Counsel, RSA Security Inc., 36 Crosby Drive, 26807 Bedford, Massachusetts 01730. 26808 26809 Implementations of the MD2, MD4, or MD5 algorithms may be subject to 26810 United States laws and regulations controlling the export of technical data, 26811 computer software, laboratory prototypes and other commodities (including 26812 the Arms Export Control Act, as amended, and the Export Administration Act 26813 of 1970). The transfer of certain technical data and commodities may 26814 require a license from the cognizant agency of the United States Government. 26815 RSA neither represents that a license shall not be required for a particular 26816 implementation nor that, if required, one shall be issued. 26817 26818 26819 DISCLAIMER: RSA MAKES NO REPRESENTATIONS AND EXTENDS NO WARRANTIES 26820 OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO 26821 WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, VALIDITY OF 26822 INTELLECTUAL PROPERTY RIGHTS, ISSUED OR PENDING, OR THE ABSENCE OF LATENT OR 26823 OTHER DEFECTS, WHETHER OR NOT DISCOVERABLE, IN CONNECTION WITH THE MD2, MD4, 26824 OR MD5 ALGORITHMS. NOTHING IN THIS GRANT OF RIGHTS SHALL BE CONSTRUED AS A 26825 REPRESENTATION OR WARRANTY GIVEN BY RSA THAT THE IMPLEMENTATION OF THE 26826 ALGORITHM WILL NOT INFRINGE THE INTELLECTUAL PROPERTY RIGHTS OF ANY THIRD 26827 PARTY. IN NO EVENT SHALL RSA, ITS TRUSTEES, DIRECTORS, OFFICERS, EMPLOYEES, 26828 PARENTS AND AFFILIATES BE LIABLE FOR INCIDENTAL OR CONSEQUENTIAL DAMAGES OF 26829 ANY KIND RESULTING FROM IMPLEMENTATION OF THIS ALGORITHM, INCLUDING ECONOMIC 26830 DAMAGE OR INJURY TO PROPERTY AND LOST PROFITS, REGARDLESS OF WHETHER RSA 26831 SHALL BE ADVISED, SHALL HAVE OTHER REASON TO KNOW, OR IN FACT SHALL KNOW OF 26832 THE POSSIBILITY OF SUCH INJURY OR DAMAGE. 26833 26834 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 26835 26836 Gentoo Package Stock License DES: 26837 26838 Copyright (C) 1995-1997 Eric Young (eay (a] cryptsoft.com) 26839 All rights reserved. 26840 26841 This package is an DES implementation written by Eric Young (eay (a] cryptsoft.com). 26842 The implementation was written so as to conform with MIT's libdes. 26843 26844 This library is free for commercial and non-commercial use as long as 26845 the following conditions are aheared to. The following conditions 26846 apply to all code found in this distribution. 26847 26848 Copyright remains Eric Young's, and as such any Copyright notices in 26849 the code are not to be removed. 26850 If this package is used in a product, Eric Young should be given attribution 26851 as the author of that the SSL library. This can be in the form of a textual 26852 message at program startup or in documentation (online or textual) provided 26853 with the package. 26854 26855 Redistribution and use in source and binary forms, with or without 26856 modification, are permitted provided that the following conditions 26857 are met: 26858 1. Redistributions of source code must retain the copyright 26859 notice, this list of conditions and the following disclaimer. 26860 2. Redistributions in binary form must reproduce the above copyright 26861 notice, this list of conditions and the following disclaimer in the 26862 documentation and/or other materials provided with the distribution. 26863 3. All advertising materials mentioning features or use of this software 26864 must display the following acknowledgement: 26865 This product includes software developed by Eric Young (eay (a] cryptsoft.com) 26866 26867 THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND 26868 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 26869 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 26870 ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 26871 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 26872 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 26873 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 26874 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 26875 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 26876 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 26877 SUCH DAMAGE. 26878 26879 The license and distribution terms for any publically available version or 26880 derivative of this code cannot be changed. i.e. this code cannot simply be 26881 copied and put under another distrubution license 26882 [including the GNU Public License.] 26883 26884 The reason behind this being stated in this direct manner is past 26885 experience in code simply being copied and the attribution removed 26886 from it and then being distributed as part of other packages. This 26887 implementation was a non-trivial and unpaid effort. 26888 26889 26890 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 26891 </pre> 26892 <ul> 26893 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 26894 </ul> 26895 </div> 26896 </div> 26897 26898 26899 <div class="product"> 26900 <span class="title">sudo-1.8.6_p7</span> 26901 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 26902 <span class="homepage"><a href="http://www.sudo.ws/">homepage</a></span> 26903 <div class="licence"> 26904 <pre>Scanned Source License sudo-1.8.6p7/doc/LICENSE: 26905 26906 Sudo is distributed under the following license: 26907 26908 Copyright (c) 1994-1996, 1998-2012 26909 Todd C. Miller <Todd.Miller (a] courtesan.com> 26910 26911 Permission to use, copy, modify, and distribute this software for any 26912 purpose with or without fee is hereby granted, provided that the above 26913 copyright notice and this permission notice appear in all copies. 26914 26915 THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES 26916 WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF 26917 MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR 26918 ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 26919 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 26920 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 26921 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 26922 26923 Sponsored in part by the Defense Advanced Research Projects 26924 Agency (DARPA) and Air Force Research Laboratory, Air Force 26925 Materiel Command, USAF, under agreement number F39502-99-1-0512. 26926 26927 The file redblack.c bears the following license: 26928 26929 Copyright (c) 2001 Emin Martinian 26930 26931 Redistribution and use in source and binary forms, with or without 26932 modification, are permitted provided that neither the name of Emin 26933 Martinian nor the names of any contributors are be used to endorse or 26934 promote products derived from this software without specific prior 26935 written permission. 26936 26937 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 26938 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 26939 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 26940 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 26941 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 26942 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT 26943 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 26944 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 26945 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 26946 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 26947 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 26948 26949 The files getcwd.c, glob.c, glob.h and snprintf.c bear the following license: 26950 26951 Copyright (c) 1989, 1990, 1991, 1993 26952 The Regents of the University of California. All rights reserved. 26953 26954 Redistribution and use in source and binary forms, with or without 26955 modification, are permitted provided that the following conditions 26956 are met: 26957 1. Redistributions of source code must retain the above copyright 26958 notice, this list of conditions and the following disclaimer. 26959 2. Redistributions in binary form must reproduce the above copyright 26960 notice, this list of conditions and the following disclaimer in the 26961 documentation and/or other materials provided with the distribution. 26962 3. Neither the name of the University nor the names of its contributors 26963 may be used to endorse or promote products derived from this software 26964 without specific prior written permission. 26965 26966 THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND 26967 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 26968 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 26969 ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 26970 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 26971 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 26972 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 26973 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 26974 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 26975 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 26976 SUCH DAMAGE. 26977 26978 The file fnmatch.c bears the following license: 26979 26980 Copyright (c) 2011, VMware, Inc. 26981 All rights reserved. 26982 26983 Redistribution and use in source and binary forms, with or without 26984 modification, are permitted provided that the following conditions are met: 26985 * Redistributions of source code must retain the above copyright 26986 notice, this list of conditions and the following disclaimer. 26987 * Redistributions in binary form must reproduce the above copyright 26988 notice, this list of conditions and the following disclaimer in the 26989 documentation and/or other materials provided with the distribution. 26990 * Neither the name of the VMware, Inc. nor the names of its contributors 26991 may be used to endorse or promote products derived from this software 26992 without specific prior written permission. 26993 26994 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" 26995 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 26996 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 26997 ARE DISCLAIMED. IN NO EVENT SHALL VMWARE, INC. OR CONTRIBUTORS BE LIABLE FOR 26998 ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES 26999 (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; 27000 LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND 27001 ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 27002 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 27003 THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 27004 27005 The embedded copy of zlib bears the following license: 27006 27007 Copyright (C) 1995-2012 Jean-loup Gailly and Mark Adler 27008 27009 This software is provided 'as-is', without any express or implied 27010 warranty. In no event will the authors be held liable for any damages 27011 arising from the use of this software. 27012 27013 Permission is granted to anyone to use this software for any purpose, 27014 including commercial applications, and to alter it and redistribute it 27015 freely, subject to the following restrictions: 27016 27017 1. The origin of this software must not be misrepresented; you must not 27018 claim that you wrote the original software. If you use this software 27019 in a product, an acknowledgment in the product documentation would be 27020 appreciated but is not required. 27021 2. Altered source versions must be plainly marked as such, and must not be 27022 misrepresented as being the original software. 27023 3. This notice may not be removed or altered from any source distribution. 27024 27025 Jean-loup Gailly Mark Adler 27026 jloup (a] gzip.org madler (a] alumni.caltech.edu 27027 27028 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 27029 </pre> 27030 <ul> 27031 <li><a href='#ISC'>Gentoo Package Stock License ISC</a></li> 27032 </ul> 27033 </div> 27034 </div> 27035 27036 27037 <div class="product"> 27038 <span class="title">swap-init-0.0.1</span> 27039 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 27040 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span> 27041 <div class="licence"> 27042 <pre></pre> 27043 <ul> 27044 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 27045 </ul> 27046 </div> 27047 </div> 27048 27049 27050 <div class="product"> 27051 <span class="title">swig-2.0.4</span> 27052 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 27053 <span class="homepage"><a href="http://www.swig.org/">homepage</a></span> 27054 <div class="licence"> 27055 <pre>Scanned Source License swig-2.0.4/CCache/COPYING: 27056 27057 GNU GENERAL PUBLIC LICENSE 27058 Version 2, June 1991 27059 27060 Copyright (C) 1989, 1991 Free Software Foundation, Inc. 27061 675 Mass Ave, Cambridge, MA 02139, USA 27062 Everyone is permitted to copy and distribute verbatim copies 27063 of this license document, but changing it is not allowed. 27064 27065 Preamble 27066 27067 The licenses for most software are designed to take away your 27068 freedom to share and change it. By contrast, the GNU General Public 27069 License is intended to guarantee your freedom to share and change free 27070 software--to make sure the software is free for all its users. This 27071 General Public License applies to most of the Free Software 27072 Foundation's software and to any other program whose authors commit to 27073 using it. (Some other Free Software Foundation software is covered by 27074 the GNU Library General Public License instead.) You can apply it to 27075 your programs, too. 27076 27077 When we speak of free software, we are referring to freedom, not 27078 price. Our General Public Licenses are designed to make sure that you 27079 have the freedom to distribute copies of free software (and charge for 27080 this service if you wish), that you receive source code or can get it 27081 if you want it, that you can change the software or use pieces of it 27082 in new free programs; and that you know you can do these things. 27083 27084 To protect your rights, we need to make restrictions that forbid 27085 anyone to deny you these rights or to ask you to surrender the rights. 27086 These restrictions translate to certain responsibilities for you if you 27087 distribute copies of the software, or if you modify it. 27088 27089 For example, if you distribute copies of such a program, whether 27090 gratis or for a fee, you must give the recipients all the rights that 27091 you have. You must make sure that they, too, receive or can get the 27092 source code. And you must show them these terms so they know their 27093 rights. 27094 27095 We protect your rights with two steps: (1) copyright the software, and 27096 (2) offer you this license which gives you legal permission to copy, 27097 distribute and/or modify the software. 27098 27099 Also, for each author's protection and ours, we want to make certain 27100 that everyone understands that there is no warranty for this free 27101 software. If the software is modified by someone else and passed on, we 27102 want its recipients to know that what they have is not the original, so 27103 that any problems introduced by others will not reflect on the original 27104 authors' reputations. 27105 27106 Finally, any free program is threatened constantly by software 27107 patents. We wish to avoid the danger that redistributors of a free 27108 program will individually obtain patent licenses, in effect making the 27109 program proprietary. To prevent this, we have made it clear that any 27110 patent must be licensed for everyone's free use or not licensed at all. 27111 27112 The precise terms and conditions for copying, distribution and 27113 modification follow. 27114 27115 GNU GENERAL PUBLIC LICENSE 27116 TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 27117 27118 0. This License applies to any program or other work which contains 27119 a notice placed by the copyright holder saying it may be distributed 27120 under the terms of this General Public License. The "Program", below, 27121 refers to any such program or work, and a "work based on the Program" 27122 means either the Program or any derivative work under copyright law: 27123 that is to say, a work containing the Program or a portion of it, 27124 either verbatim or with modifications and/or translated into another 27125 language. (Hereinafter, translation is included without limitation in 27126 the term "modification".) Each licensee is addressed as "you". 27127 27128 Activities other than copying, distribution and modification are not 27129 covered by this License; they are outside its scope. The act of 27130 running the Program is not restricted, and the output from the Program 27131 is covered only if its contents constitute a work based on the 27132 Program (independent of having been made by running the Program). 27133 Whether that is true depends on what the Program does. 27134 27135 1. You may copy and distribute verbatim copies of the Program's 27136 source code as you receive it, in any medium, provided that you 27137 conspicuously and appropriately publish on each copy an appropriate 27138 copyright notice and disclaimer of warranty; keep intact all the 27139 notices that refer to this License and to the absence of any warranty; 27140 and give any other recipients of the Program a copy of this License 27141 along with the Program. 27142 27143 You may charge a fee for the physical act of transferring a copy, and 27144 you may at your option offer warranty protection in exchange for a fee. 27145 27146 2. You may modify your copy or copies of the Program or any portion 27147 of it, thus forming a work based on the Program, and copy and 27148 distribute such modifications or work under the terms of Section 1 27149 above, provided that you also meet all of these conditions: 27150 27151 a) You must cause the modified files to carry prominent notices 27152 stating that you changed the files and the date of any change. 27153 27154 b) You must cause any work that you distribute or publish, that in 27155 whole or in part contains or is derived from the Program or any 27156 part thereof, to be licensed as a whole at no charge to all third 27157 parties under the terms of this License. 27158 27159 c) If the modified program normally reads commands interactively 27160 when run, you must cause it, when started running for such 27161 interactive use in the most ordinary way, to print or display an 27162 announcement including an appropriate copyright notice and a 27163 notice that there is no warranty (or else, saying that you provide 27164 a warranty) and that users may redistribute the program under 27165 these conditions, and telling the user how to view a copy of this 27166 License. (Exception: if the Program itself is interactive but 27167 does not normally print such an announcement, your work based on 27168 the Program is not required to print an announcement.) 27169 27170 These requirements apply to the modified work as a whole. If 27171 identifiable sections of that work are not derived from the Program, 27172 and can be reasonably considered independent and separate works in 27173 themselves, then this License, and its terms, do not apply to those 27174 sections when you distribute them as separate works. But when you 27175 distribute the same sections as part of a whole which is a work based 27176 on the Program, the distribution of the whole must be on the terms of 27177 this License, whose permissions for other licensees extend to the 27178 entire whole, and thus to each and every part regardless of who wrote it. 27179 27180 Thus, it is not the intent of this section to claim rights or contest 27181 your rights to work written entirely by you; rather, the intent is to 27182 exercise the right to control the distribution of derivative or 27183 collective works based on the Program. 27184 27185 In addition, mere aggregation of another work not based on the Program 27186 with the Program (or with a work based on the Program) on a volume of 27187 a storage or distribution medium does not bring the other work under 27188 the scope of this License. 27189 27190 3. You may copy and distribute the Program (or a work based on it, 27191 under Section 2) in object code or executable form under the terms of 27192 Sections 1 and 2 above provided that you also do one of the following: 27193 27194 a) Accompany it with the complete corresponding machine-readable 27195 source code, which must be distributed under the terms of Sections 27196 1 and 2 above on a medium customarily used for software interchange; or, 27197 27198 b) Accompany it with a written offer, valid for at least three 27199 years, to give any third party, for a charge no more than your 27200 cost of physically performing source distribution, a complete 27201 machine-readable copy of the corresponding source code, to be 27202 distributed under the terms of Sections 1 and 2 above on a medium 27203 customarily used for software interchange; or, 27204 27205 c) Accompany it with the information you received as to the offer 27206 to distribute corresponding source code. (This alternative is 27207 allowed only for noncommercial distribution and only if you 27208 received the program in object code or executable form with such 27209 an offer, in accord with Subsection b above.) 27210 27211 The source code for a work means the preferred form of the work for 27212 making modifications to it. For an executable work, complete source 27213 code means all the source code for all modules it contains, plus any 27214 associated interface definition files, plus the scripts used to 27215 control compilation and installation of the executable. However, as a 27216 special exception, the source code distributed need not include 27217 anything that is normally distributed (in either source or binary 27218 form) with the major components (compiler, kernel, and so on) of the 27219 operating system on which the executable runs, unless that component 27220 itself accompanies the executable. 27221 27222 If distribution of executable or object code is made by offering 27223 access to copy from a designated place, then offering equivalent 27224 access to copy the source code from the same place counts as 27225 distribution of the source code, even though third parties are not 27226 compelled to copy the source along with the object code. 27227 27228 4. You may not copy, modify, sublicense, or distribute the Program 27229 except as expressly provided under this License. Any attempt 27230 otherwise to copy, modify, sublicense or distribute the Program is 27231 void, and will automatically terminate your rights under this License. 27232 However, parties who have received copies, or rights, from you under 27233 this License will not have their licenses terminated so long as such 27234 parties remain in full compliance. 27235 27236 5. You are not required to accept this License, since you have not 27237 signed it. However, nothing else grants you permission to modify or 27238 distribute the Program or its derivative works. These actions are 27239 prohibited by law if you do not accept this License. Therefore, by 27240 modifying or distributing the Program (or any work based on the 27241 Program), you indicate your acceptance of this License to do so, and 27242 all its terms and conditions for copying, distributing or modifying 27243 the Program or works based on it. 27244 27245 6. Each time you redistribute the Program (or any work based on the 27246 Program), the recipient automatically receives a license from the 27247 original licensor to copy, distribute or modify the Program subject to 27248 these terms and conditions. You may not impose any further 27249 restrictions on the recipients' exercise of the rights granted herein. 27250 You are not responsible for enforcing compliance by third parties to 27251 this License. 27252 27253 7. If, as a consequence of a court judgment or allegation of patent 27254 infringement or for any other reason (not limited to patent issues), 27255 conditions are imposed on you (whether by court order, agreement or 27256 otherwise) that contradict the conditions of this License, they do not 27257 excuse you from the conditions of this License. If you cannot 27258 distribute so as to satisfy simultaneously your obligations under this 27259 License and any other pertinent obligations, then as a consequence you 27260 may not distribute the Program at all. For example, if a patent 27261 license would not permit royalty-free redistribution of the Program by 27262 all those who receive copies directly or indirectly through you, then 27263 the only way you could satisfy both it and this License would be to 27264 refrain entirely from distribution of the Program. 27265 27266 If any portion of this section is held invalid or unenforceable under 27267 any particular circumstance, the balance of the section is intended to 27268 apply and the section as a whole is intended to apply in other 27269 circumstances. 27270 27271 It is not the purpose of this section to induce you to infringe any 27272 patents or other property right claims or to contest validity of any 27273 such claims; this section has the sole purpose of protecting the 27274 integrity of the free software distribution system, which is 27275 implemented by public license practices. Many people have made 27276 generous contributions to the wide range of software distributed 27277 through that system in reliance on consistent application of that 27278 system; it is up to the author/donor to decide if he or she is willing 27279 to distribute software through any other system and a licensee cannot 27280 impose that choice. 27281 27282 This section is intended to make thoroughly clear what is believed to 27283 be a consequence of the rest of this License. 27284 27285 8. If the distribution and/or use of the Program is restricted in 27286 certain countries either by patents or by copyrighted interfaces, the 27287 original copyright holder who places the Program under this License 27288 may add an explicit geographical distribution limitation excluding 27289 those countries, so that distribution is permitted only in or among 27290 countries not thus excluded. In such case, this License incorporates 27291 the limitation as if written in the body of this License. 27292 27293 9. The Free Software Foundation may publish revised and/or new versions 27294 of the General Public License from time to time. Such new versions will 27295 be similar in spirit to the present version, but may differ in detail to 27296 address new problems or concerns. 27297 27298 Each version is given a distinguishing version number. If the Program 27299 specifies a version number of this License which applies to it and "any 27300 later version", you have the option of following the terms and conditions 27301 either of that version or of any later version published by the Free 27302 Software Foundation. If the Program does not specify a version number of 27303 this License, you may choose any version ever published by the Free Software 27304 Foundation. 27305 27306 10. If you wish to incorporate parts of the Program into other free 27307 programs whose distribution conditions are different, write to the author 27308 to ask for permission. For software which is copyrighted by the Free 27309 Software Foundation, write to the Free Software Foundation; we sometimes 27310 make exceptions for this. Our decision will be guided by the two goals 27311 of preserving the free status of all derivatives of our free software and 27312 of promoting the sharing and reuse of software generally. 27313 27314 NO WARRANTY 27315 27316 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY 27317 FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN 27318 OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES 27319 PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED 27320 OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF 27321 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS 27322 TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE 27323 PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, 27324 REPAIR OR CORRECTION. 27325 27326 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING 27327 WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR 27328 REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, 27329 INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING 27330 OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED 27331 TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY 27332 YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER 27333 PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE 27334 POSSIBILITY OF SUCH DAMAGES. 27335 27336 END OF TERMS AND CONDITIONS 27337 27338 Appendix: How to Apply These Terms to Your New Programs 27339 27340 If you develop a new program, and you want it to be of the greatest 27341 possible use to the public, the best way to achieve this is to make it 27342 free software which everyone can redistribute and change under these terms. 27343 27344 To do so, attach the following notices to the program. It is safest 27345 to attach them to the start of each source file to most effectively 27346 convey the exclusion of warranty; and each file should have at least 27347 the "copyright" line and a pointer to where the full notice is found. 27348 27349 <one line to give the program's name and a brief idea of what it does.> 27350 Copyright (C) 19yy <name of author> 27351 27352 This program is free software; you can redistribute it and/or modify 27353 it under the terms of the GNU General Public License as published by 27354 the Free Software Foundation; either version 2 of the License, or 27355 (at your option) any later version. 27356 27357 This program is distributed in the hope that it will be useful, 27358 but WITHOUT ANY WARRANTY; without even the implied warranty of 27359 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 27360 GNU General Public License for more details. 27361 27362 You should have received a copy of the GNU General Public License 27363 along with this program; if not, write to the Free Software 27364 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 27365 27366 Also add information on how to contact you by electronic and paper mail. 27367 27368 If the program is interactive, make it output a short notice like this 27369 when it starts in an interactive mode: 27370 27371 Gnomovision version 69, Copyright (C) 19yy name of author 27372 Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. 27373 This is free software, and you are welcome to redistribute it 27374 under certain conditions; type `show c' for details. 27375 27376 The hypothetical commands `show w' and `show c' should show the appropriate 27377 parts of the General Public License. Of course, the commands you use may 27378 be called something other than `show w' and `show c'; they could even be 27379 mouse-clicks or menu items--whatever suits your program. 27380 27381 You should also get your employer (if you work as a programmer) or your 27382 school, if any, to sign a "copyright disclaimer" for the program, if 27383 necessary. Here is a sample; alter the names: 27384 27385 Yoyodyne, Inc., hereby disclaims all copyright interest in the program 27386 `Gnomovision' (which makes passes at compilers) written by James Hacker. 27387 27388 <signature of Ty Coon>, 1 April 1989 27389 Ty Coon, President of Vice 27390 27391 This General Public License does not permit incorporating your program into 27392 proprietary programs. If your program is a subroutine library, you may 27393 consider it more useful to permit linking proprietary applications with the 27394 library. If this is what you want to do, use the GNU Library General 27395 Public License instead of this License. 27396 27397 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 27398 27399 Scanned Source License swig-2.0.4/CCache/debian/copyright: 27400 27401 This package was debianized by Paul Russell <prussell (a] debian.org> on 27402 Sun, 31 Mar 2002 14:08:57 +0200. 27403 27404 It was downloaded from http://ccache.samba.org/ftp/ccache/ 27405 27406 The ccache-zlib patch was downloaded from http://www.gustaebel.de/lars/ccache/ 27407 27408 Upstream Author: Andrew Tridgell <tridge (a] samba.org> 27409 27410 Copyright: 2002-2005 Andrew Tridgell <tridge (a] samba.org> 27411 27412 This program is free software; you can redistribute it and/or modify 27413 it under the terms of the GNU General Public License as published by 27414 the Free Software Foundation; either version 2 of the License, or 27415 (at your option) any later version. 27416 27417 This program is distributed in the hope that it will be useful, 27418 but WITHOUT ANY WARRANTY; without even the implied warranty of 27419 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 27420 GNU General Public License for more details. 27421 27422 You should have received a copy of the GNU General Public License 27423 along with this program; if not, write to the Free Software 27424 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 27425 02110-1301, USA 27426 27427 You are free to distribute this software under the terms of the GNU General 27428 Public License. On Debian systems, the complete text of the GNU General 27429 Public License can be found in /usr/share/common-licenses/GPL file. 27430 27431 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 27432 27433 Scanned Source License swig-2.0.4/COPYRIGHT: 27434 27435 SWIG Copyright and Authors 27436 -------------------------- 27437 27438 Copyright (c) 1995-2011 The SWIG Developers 27439 Copyright (c) 2005-2006 Arizona Board of Regents (University of Arizona). 27440 Copyright (c) 1998-2005 University of Chicago. 27441 Copyright (c) 1995-1998 The University of Utah and the Regents of the University of California 27442 27443 Portions also copyrighted by: 27444 Network Applied Communication Laboratory, Inc 27445 Information-technology Promotion Agency, Japan 27446 27447 Active SWIG Developers: 27448 William Fulton (wsf (a] fultondesigns.co.uk) (SWIG core, Java, C#, Windows, Cygwin) 27449 Olly Betts (olly (a] survex.com) (PHP) 27450 Joseph Wang (joequant (a] gmail.com) (R) 27451 Xavier Delacour (xavier.delacour (a] gmail.com) (Octave) 27452 David Nadlinger (code (a] klickverbot.at) (D) 27453 27454 Past SWIG developers and major contributors include: 27455 Dave Beazley (dave-swig (a] dabeaz.com) (SWIG core, Python, Tcl, Perl) 27456 Henning Thielemann (swig (a] henning-thielemann.de) (Modula3) 27457 Matthias Kppe (mkoeppe (a] mail.math.uni-magdeburg.de) (Guile, MzScheme) 27458 Luigi Ballabio (luigi.ballabio (a] fastwebnet.it) (STL wrapping) 27459 Mikel Bancroft (mikel (a] franz.com) (Allegro CL) 27460 Surendra Singhi (efuzzyone (a] netscape.net) (CLISP, CFFI) 27461 Marcelo Matus (mmatus (a] acms.arizona.edu) (SWIG core, Python, UTL[python,perl,tcl,ruby]) 27462 Art Yerkes (ayerkes (a] speakeasy.net) (Ocaml) 27463 Lyle Johnson (lyle (a] users.sourceforge.net) (Ruby) 27464 Charlie Savage (cfis (a] interserv.com) (Ruby) 27465 Thien-Thi Nguyen (ttn (a] glug.org) (build/test/misc) 27466 Richard Palmer (richard (a] magicality.org) (PHP) 27467 Sam Liddicott - Ananova Ltd (saml (a] liddicott.com) (PHP) 27468 Tim Hockin - Sun Microsystems (thockin (a] sun.com) (PHP) 27469 Kevin Ruland (PHP) 27470 Shibukawa Yoshiki (Japanese Translation) 27471 Jason Stewart (jason (a] openinformatics.com) (Perl5) 27472 Loic Dachary (Perl5) 27473 David Fletcher (Perl5) 27474 Gary Holt (Perl5) 27475 Masaki Fukushima (Ruby) 27476 Scott Michel (scottm (a] cs.ucla.edu) (Java directors) 27477 Tiger Feng (songyanf (a] cs.uchicago.edu) (SWIG core) 27478 Mark Rose (mrose (a] stm.lbl.gov) (Directors) 27479 Jonah Beckford (beckford (a] usermail.com) (CHICKEN) 27480 Ahmon Dancy (dancy (a] franz.com) (Allegro CL) 27481 Dirk Gerrits (Allegro CL) 27482 Neil Cawse (C#) 27483 Harco de Hilster (Java) 27484 Alexey Dyachenko (dyachenko (a] fromru.com) (Tcl) 27485 Bob Techentin (Tcl) 27486 Martin Froehlich <MartinFroehlich (a] ACM.org> (Guile) 27487 Marcio Luis Teixeira <marciot (a] holly.colostate.edu> (Guile) 27488 Duncan Temple Lang (R) 27489 Miklos Vajna <vmiklos (a] frugalware.org> (PHP directors) 27490 Mark Gossage (mark (a] gossage.cjb.net) (Lua) 27491 Gonzalo Garramuno (ggarra (a] advancedsl.com.ar) (Ruby, Ruby's UTL) 27492 John Lenz (Guile, MzScheme updates, Chicken module, runtime system) 27493 Ian Lance Taylor (Go) 27494 Vadim Zeitlin (PCRE) 27495 Stefan Zager (szager (a] gmail.com) (Python) 27496 27497 Past contributors include: 27498 James Michael DuPont, Clark McGrew, Dustin Mitchell, Ian Cooke, Catalin Dumitrescu, Baran 27499 Kovuk, Oleg Tolmatcev, Tal Shalif, Lluis Padro, Chris Seatory, Igor Bely, Robin Dunn, 27500 Edward Zimmermann, David Ascher, Dominique Dumont, Pier Giorgio Esposito, Hasan Baran Kovuk, 27501 Klaus Wiedernders 27502 (See CHANGES and CHANGES.current and the bug tracker for a more complete list). 27503 27504 Past students: 27505 Songyan Feng (Chicago). 27506 Xinghua Shi (Chicago). 27507 Jing Cao (Chicago). 27508 Aquinas Hobor (Chicago). 27509 27510 Historically, the following people contributed to early versions of SWIG. 27511 Peter Lomdahl, Brad Holian, Shujia Zhou, Niels Jensen, and Tim Germann 27512 at Los Alamos National Laboratory were the first users. Patrick 27513 Tullmann at the University of Utah suggested the idea of automatic 27514 documentation generation. John Schmidt and Kurtis Bleeker at the 27515 University of Utah tested out the early versions. Chris Johnson 27516 supported SWIG's developed at the University of Utah. John Buckman, 27517 Larry Virden, and Tom Schwaller provided valuable input on the first 27518 releases and improving the portability of SWIG. David Fletcher and 27519 Gary Holt have provided a great deal of input on improving SWIG's 27520 Perl5 implementation. Kevin Butler contributed the first Windows NT 27521 port. 27522 27523 Early bug reports and patches: 27524 Adam Hupp, Arthur Smyles, Brad Clements, Brett Williams, Buck Hodges, 27525 Burkhard Kloss, Chia-Liang Kao, Craig Files, Dennis Marsa, Dieter Baron, 27526 Drake Diedrich, Fleur Diana Dragan, Gary Pennington, Geoffrey Hort, Gerald Williams, 27527 Greg Anderson, Greg Kochanski, Greg Troxel, Henry Rowley, Irina Kotlova, 27528 Israel Taller, James Bailey, Jim Fulton, Joel Reed, Jon Travis, 27529 Junio Hamano, Justin Heyes-Jones, Karl Forner, Keith Davidson, 27530 Krzysztof Kozminski, Larry Virden, Luke J Crook, Magnus Ljung, Marc Zonzon, 27531 Mark Howson, Micahel Scharf, Michel Sanner, Mike Romberg, Mike Simons, 27532 Mike Weiblen, Paul Brannan, Ram Bhamidipaty, Reinhard Fobbe, Rich Wales, 27533 Richard Salz, Roy Lecates, Rudy Albachten, Scott Drummonds 27534 Scott Michel, Shaun Lowry, Steve Galser, Tarn Weisner Burton, 27535 Thomas Weidner, Tony Seward, Uwe Steinmann, Vadim Chugunov, Wyss Clemens, 27536 Zhong Ren. 27537 27538 27539 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 27540 27541 Scanned Source License swig-2.0.4/LICENSE: 27542 27543 SWIG is free software: you can redistribute it and/or modify it 27544 under the terms of the GNU General Public License as published by 27545 the Free Software Foundation, either version 3 of the License, or 27546 (at your option) any later version. See the LICENSE-GPL file for 27547 the full terms of the GNU General Public license version 3. 27548 27549 Portions of SWIG are also licensed under the terms of the licenses 27550 in the file LICENSE-UNIVERSITIES. You must observe the terms of 27551 these licenses, as well as the terms of the GNU General Public License, 27552 when you distribute SWIG. 27553 27554 The SWIG library and examples, under the Lib and Examples top level 27555 directories, are distributed under the following terms: 27556 27557 You may copy, modify, distribute, and make derivative works based on 27558 this software, in source code or object code form, without 27559 restriction. If you distribute the software to others, you may do 27560 so according to the terms of your choice. This software is offered as 27561 is, without warranty of any kind. 27562 27563 See the COPYRIGHT file for a list of contributors to SWIG and their 27564 copyright notices. 27565 27566 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 27567 27568 Scanned Source License swig-2.0.4/LICENSE-UNIVERSITIES: 27569 27570 SWIG is distributed under the following terms: 27571 27572 I. 27573 27574 Copyright (c) 1995-1998 27575 The University of Utah and the Regents of the University of California 27576 All Rights Reserved 27577 27578 Permission is hereby granted, without written agreement and without 27579 license or royalty fees, to use, copy, modify, and distribute this 27580 software and its documentation for any purpose, provided that 27581 (1) The above copyright notice and the following two paragraphs 27582 appear in all copies of the source code and (2) redistributions 27583 including binaries reproduces these notices in the supporting 27584 documentation. Substantial modifications to this software may be 27585 copyrighted by their authors and need not follow the licensing terms 27586 described here, provided that the new terms are clearly indicated in 27587 all files where they apply. 27588 27589 IN NO EVENT SHALL THE AUTHOR, THE UNIVERSITY OF CALIFORNIA, THE 27590 UNIVERSITY OF UTAH OR DISTRIBUTORS OF THIS SOFTWARE BE LIABLE TO ANY 27591 PARTY FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL 27592 DAMAGES ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, 27593 EVEN IF THE AUTHORS OR ANY OF THE ABOVE PARTIES HAVE BEEN ADVISED OF 27594 THE POSSIBILITY OF SUCH DAMAGE. 27595 27596 THE AUTHOR, THE UNIVERSITY OF CALIFORNIA, AND THE UNIVERSITY OF UTAH 27597 SPECIFICALLY DISCLAIM ANY WARRANTIES,INCLUDING, BUT NOT LIMITED TO, 27598 THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 27599 PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS ON AN "AS IS" BASIS, AND 27600 THE AUTHORS AND DISTRIBUTORS HAVE NO OBLIGATION TO PROVIDE MAINTENANCE, 27601 SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. 27602 27603 27604 II. 27605 27606 This software includes contributions that are Copyright (c) 1998-2005 27607 University of Chicago. 27608 All rights reserved. 27609 27610 Redistribution and use in source and binary forms, with or without 27611 modification, are permitted provided that the following conditions are 27612 met: 27613 27614 Redistributions of source code must retain the above copyright notice, 27615 this list of conditions and the following disclaimer. Redistributions 27616 in binary form must reproduce the above copyright notice, this list of 27617 conditions and the following disclaimer in the documentation and/or 27618 other materials provided with the distribution. Neither the name of 27619 the University of Chicago nor the names of its contributors may be 27620 used to endorse or promote products derived from this software without 27621 specific prior written permission. 27622 27623 THIS SOFTWARE IS PROVIDED BY THE UNIVERSITY OF CHICAGO AND CONTRIBUTORS 27624 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 27625 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A 27626 PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE UNIVERSITY OF 27627 CHICAGO OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 27628 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED 27629 TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 27630 PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 27631 LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 27632 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 27633 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 27634 27635 27636 III. 27637 27638 This software includes contributions that are Copyright (c) 2005-2006 27639 Arizona Board of Regents (University of Arizona). 27640 All Rights Reserved 27641 27642 Permission is hereby granted, without written agreement and without 27643 license or royalty fees, to use, copy, modify, and distribute this 27644 software and its documentation for any purpose, provided that 27645 (1) The above copyright notice and the following paragraph 27646 appear in all copies of the source code and (2) redistributions 27647 including binaries reproduces these notices in the supporting 27648 documentation. Substantial modifications to this software may be 27649 copyrighted by their authors and need not follow the licensing terms 27650 described here, provided that the new terms are clearly indicated in 27651 all files where they apply. 27652 27653 THIS SOFTWARE IS PROVIDED BY THE UNIVERSITY OF ARIZONA AND CONTRIBUTORS 27654 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 27655 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A 27656 PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE UNIVERSITY OF 27657 ARIZONA OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 27658 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED 27659 TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 27660 PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 27661 LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 27662 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 27663 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 27664 27665 27666 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 27667 </pre> 27668 <ul> 27669 <li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li> 27670 <li><a href='#as-is'>Gentoo Package Stock License as-is</a></li> 27671 </ul> 27672 </div> 27673 </div> 27674 27675 27676 <div class="product"> 27677 <span class="title">syslinux-3.83</span> 27678 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 27679 <span class="homepage"><a href="http://syslinux.zytor.com/">homepage</a></span> 27680 <div class="licence"> 27681 <pre></pre> 27682 <ul> 27683 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 27684 </ul> 27685 </div> 27686 </div> 27687 27688 27689 <div class="product"> 27690 <span class="title">sysstat-10.2.0</span> 27691 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 27692 <span class="homepage"><a href="http://pagesperso-orange.fr/sebastien.godard/">homepage</a></span> 27693 <div class="licence"> 27694 <pre></pre> 27695 <ul> 27696 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 27697 </ul> 27698 </div> 27699 </div> 27700 27701 27702 <div class="product"> 27703 <span class="title">system_api-0.0.1</span> 27704 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 27705 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span> 27706 <div class="licence"> 27707 <pre></pre> 27708 <ul> 27709 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 27710 </ul> 27711 </div> 27712 </div> 27713 27714 27715 <div class="product"> 27716 <span class="title">tar-1.26</span> 27717 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 27718 <span class="homepage"><a href="http://www.gnu.org/software/tar/">homepage</a></span> 27719 <div class="licence"> 27720 <pre></pre> 27721 <ul> 27722 <li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li> 27723 </ul> 27724 </div> 27725 </div> 27726 27727 27728 <div class="product"> 27729 <span class="title">tcpdump-4.5.1</span> 27730 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 27731 <span class="homepage"><a href="http://www.tcpdump.org/">homepage</a></span> 27732 <div class="licence"> 27733 <pre>Scanned Source License tcpdump-4.5.1/LICENSE: 27734 27735 License: BSD 27736 27737 Redistribution and use in source and binary forms, with or without 27738 modification, are permitted provided that the following conditions 27739 are met: 27740 27741 1. Redistributions of source code must retain the above copyright 27742 notice, this list of conditions and the following disclaimer. 27743 2. Redistributions in binary form must reproduce the above copyright 27744 notice, this list of conditions and the following disclaimer in 27745 the documentation and/or other materials provided with the 27746 distribution. 27747 3. The names of the authors may not be used to endorse or promote 27748 products derived from this software without specific prior 27749 written permission. 27750 27751 THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR 27752 IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED 27753 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. 27754 27755 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 27756 </pre> 27757 <ul> 27758 27759 </ul> 27760 </div> 27761 </div> 27762 27763 27764 <div class="product"> 27765 <span class="title">telemetry-0.0.1</span> 27766 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 27767 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span> 27768 <div class="licence"> 27769 <pre></pre> 27770 <ul> 27771 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 27772 </ul> 27773 </div> 27774 </div> 27775 27776 27777 <div class="product"> 27778 <span class="title">tibt-jomolhari-0.0.3c</span> 27779 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 27780 <span class="homepage"><a href="https://sites.google.com/site/chrisfynn2/home/fonts/jomolhari">homepage</a></span> 27781 <div class="licence"> 27782 <pre></pre> 27783 <ul> 27784 <li><a href='#OFL-1.1'>Gentoo Package Stock License OFL-1.1</a></li> 27785 </ul> 27786 </div> 27787 </div> 27788 27789 27790 <div class="product"> 27791 <span class="title">tiff-4.0.0</span> 27792 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 27793 <span class="homepage"><a href="http://www.remotesensing.org/libtiff/">homepage</a></span> 27794 <div class="licence"> 27795 <pre>Scanned Source License tiff-4.0.0/COPYRIGHT: 27796 27797 Copyright (c) 1988-1997 Sam Leffler 27798 Copyright (c) 1991-1997 Silicon Graphics, Inc. 27799 27800 Permission to use, copy, modify, distribute, and sell this software and 27801 its documentation for any purpose is hereby granted without fee, provided 27802 that (i) the above copyright notices and this permission notice appear in 27803 all copies of the software and related documentation, and (ii) the names of 27804 Sam Leffler and Silicon Graphics may not be used in any advertising or 27805 publicity relating to the software without the specific, prior written 27806 permission of Sam Leffler and Silicon Graphics. 27807 27808 THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF ANY KIND, 27809 EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY 27810 WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. 27811 27812 IN NO EVENT SHALL SAM LEFFLER OR SILICON GRAPHICS BE LIABLE FOR 27813 ANY SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND, 27814 OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, 27815 WHETHER OR NOT ADVISED OF THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF 27816 LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE 27817 OF THIS SOFTWARE. 27818 27819 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 27820 </pre> 27821 <ul> 27822 <li><a href='#as-is'>Gentoo Package Stock License as-is</a></li> 27823 </ul> 27824 </div> 27825 </div> 27826 27827 27828 <div class="product"> 27829 <span class="title">time-1.7</span> 27830 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 27831 <span class="homepage"><a href="http://www.gnu.org/directory/time.html">homepage</a></span> 27832 <div class="licence"> 27833 <pre></pre> 27834 <ul> 27835 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 27836 </ul> 27837 </div> 27838 </div> 27839 27840 27841 <div class="product"> 27842 <span class="title">timezone-data-2014e</span> 27843 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 27844 <span class="homepage"><a href="http://www.iana.org/time-zones">homepage</a></span> 27845 <div class="licence"> 27846 <pre>Copyright Attribution License chromiumos-overlay/licenses/copyright-attribution/sys-libs/timezone-data: 27847 27848 Copyright (c) 1985, 1987, 1988 The Regents of the University of California. 27849 All rights reserved. 27850 27851 Redistribution and use in source and binary forms are permitted 27852 provided that the above copyright notice and this paragraph are 27853 duplicated in all such forms and that any documentation, 27854 advertising materials, and other materials related to such 27855 distribution and use acknowledge that the software was developed 27856 by the University of California, Berkeley. The name of the 27857 University may not be used to endorse or promote products derived 27858 from this software without specific prior written permission. 27859 THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR 27860 IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED 27861 WARRANTIES OF MERCHANT[A]BILITY AND FITNESS FOR A PARTICULAR PURPOSE. 27862 27863 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 27864 </pre> 27865 <ul> 27866 <li><a href='#public-domain'>Gentoo Package Stock License public-domain</a></li> 27867 </ul> 27868 </div> 27869 </div> 27870 27871 27872 <div class="product"> 27873 <span class="title">tlsdate-0.0.5</span> 27874 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 27875 <span class="homepage"><a href="https://github.com/ioerror/tlsdate">homepage</a></span> 27876 <div class="licence"> 27877 <pre>Scanned Source License tlsdate-0.0.5/LICENSE: 27878 27879 This file contains the license for tlsdate, 27880 a free software project to set your system clock securely. 27881 27882 It also lists the licenses for other components used by tlsdate. 27883 27884 For more information about tlsdate, see https://github.com/ioerror/tlsdate 27885 27886 If you got this file as a part of a larger bundle, 27887 there may be other license terms that you should be aware of. 27888 27889 =============================================================================== 27890 tlsdate is distributed under this license: 27891 27892 Copyright (c) 2011-2012, Jacob Appelbaum <jacob (a] appelbaum.net> 27893 Copyright (c) 2011-2012, The Tor Project, Inc. 27894 27895 Redistribution and use in source and binary forms, with or without 27896 modification, are permitted provided that the following conditions are 27897 met: 27898 27899 * Redistributions of source code must retain the above copyright 27900 notice, this list of conditions and the following disclaimer. 27901 27902 * Redistributions in binary form must reproduce the above 27903 copyright notice, this list of conditions and the following disclaimer 27904 in the documentation and/or other materials provided with the 27905 distribution. 27906 27907 * Neither the names of the copyright owners nor the names of its 27908 contributors may be used to endorse or promote products derived from 27909 this software without specific prior written permission. 27910 27911 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 27912 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 27913 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 27914 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 27915 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 27916 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT 27917 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 27918 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 27919 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 27920 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 27921 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 27922 =============================================================================== 27923 If you got tlsdate as a static binary with OpenSSL included, then you should 27924 know: 27925 27926 "This product includes software developed by the OpenSSL Project for use in 27927 the OpenSSL Toolkit (http://www.openssl.org/)" 27928 27929 =============================================================================== 27930 27931 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 27932 </pre> 27933 <ul> 27934 27935 </ul> 27936 </div> 27937 </div> 27938 27939 27940 <div class="product"> 27941 <span class="title">tmux-1.9a</span> 27942 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 27943 <span class="homepage"><a href="http://tmux.sourceforge.net">homepage</a></span> 27944 <div class="licence"> 27945 <pre></pre> 27946 <ul> 27947 <li><a href='#ISC'>Gentoo Package Stock License ISC</a></li> 27948 </ul> 27949 </div> 27950 </div> 27951 27952 27953 <div class="product"> 27954 <span class="title">touch_noise_filter-0.0.1</span> 27955 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 27956 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span> 27957 <div class="licence"> 27958 <pre></pre> 27959 <ul> 27960 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 27961 </ul> 27962 </div> 27963 </div> 27964 27965 27966 <div class="product"> 27967 <span class="title">touchbot-1.0</span> 27968 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 27969 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span> 27970 <div class="licence"> 27971 <pre></pre> 27972 <ul> 27973 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 27974 </ul> 27975 </div> 27976 </div> 27977 27978 27979 <div class="product"> 27980 <span class="title">touchpad-tests-0.0.1</span> 27981 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 27982 <span class="homepage"><a href="">homepage</a></span> 27983 <div class="licence"> 27984 <pre></pre> 27985 <ul> 27986 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 27987 </ul> 27988 </div> 27989 </div> 27990 27991 27992 <div class="product"> 27993 <span class="title">tpm-tools-1.3.5</span> 27994 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 27995 <span class="homepage"><a href="http://trousers.sourceforge.net">homepage</a></span> 27996 <div class="licence"> 27997 <pre></pre> 27998 <ul> 27999 <li><a href='#CPL-1.0'>Gentoo Package Stock License CPL-1.0</a></li> 28000 </ul> 28001 </div> 28002 </div> 28003 28004 28005 <div class="product"> 28006 <span class="title">trapproto-3.4.3</span> 28007 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 28008 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span> 28009 <div class="licence"> 28010 <pre>Scanned Source License trapproto-3.4.3/COPYING: 28011 28012 Copyright 1987, 1988, 1989, 1990, 1994 by Digital Equipment Corporation, 28013 Maynard, MA 28014 28015 Permission to use, copy, modify, and distribute this software and its 28016 documentation for any purpose and without fee is hereby granted, 28017 provided that the above copyright notice appear in all copies and that 28018 both that copyright notice and this permission notice appear in 28019 supporting documentation, and that the name of Digital not be 28020 used in advertising or publicity pertaining to distribution of the 28021 software without specific, written prior permission. 28022 28023 DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING 28024 ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL 28025 DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR 28026 ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, 28027 WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, 28028 ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS 28029 SOFTWARE. 28030 28031 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 28032 </pre> 28033 <ul> 28034 28035 </ul> 28036 </div> 28037 </div> 28038 28039 28040 <div class="product"> 28041 <span class="title">trousers-0.3.3</span> 28042 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 28043 <span class="homepage"><a href="http://trousers.sf.net">homepage</a></span> 28044 <div class="licence"> 28045 <pre></pre> 28046 <ul> 28047 <li><a href='#CPL-1.0'>Gentoo Package Stock License CPL-1.0</a></li> 28048 </ul> 28049 </div> 28050 </div> 28051 28052 28053 <div class="product"> 28054 <span class="title">tty-0.0.1</span> 28055 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 28056 <span class="homepage"><a href="">homepage</a></span> 28057 <div class="licence"> 28058 <pre></pre> 28059 <ul> 28060 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 28061 </ul> 28062 </div> 28063 </div> 28064 28065 28066 <div class="product"> 28067 <span class="title">turbostat-3.8.11</span> 28068 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 28069 <span class="homepage"><a href="https://www.kernel.org/">homepage</a></span> 28070 <div class="licence"> 28071 <pre></pre> 28072 <ul> 28073 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 28074 </ul> 28075 </div> 28076 </div> 28077 28078 28079 <div class="product"> 28080 <span class="title">u-boot-2013.06</span> 28081 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 28082 <span class="homepage"><a href="http://www.denx.de/wiki/U-Boot">homepage</a></span> 28083 <div class="licence"> 28084 <pre></pre> 28085 <ul> 28086 <li><a href='#GPL-2+'>Gentoo Package Stock License GPL-2+</a></li> 28087 </ul> 28088 </div> 28089 </div> 28090 28091 28092 <div class="product"> 28093 <span class="title">udev-171</span> 28094 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 28095 <span class="homepage"><a href="http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev.html">homepage</a></span> 28096 <div class="licence"> 28097 <pre></pre> 28098 <ul> 28099 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 28100 </ul> 28101 </div> 28102 </div> 28103 28104 28105 <div class="product"> 28106 <span class="title">unrar-4.2.4</span> 28107 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 28108 <span class="homepage"><a href="http://www.rarlab.com/rar_add.htm">homepage</a></span> 28109 <div class="licence"> 28110 <pre>Gentoo Package Stock License unRAR: 28111 28112 ****** ***** ****** UnRAR - free utility for RAR archives 28113 ** ** ** ** ** ** ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 28114 ****** ******* ****** License for use and distribution of 28115 ** ** ** ** ** ** ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 28116 ** ** ** ** ** ** FREE portable version 28117 ~~~~~~~~~~~~~~~~~~~~~ 28118 28119 The source code of UnRAR utility is freeware. This means: 28120 28121 1. All copyrights to RAR and the utility UnRAR are exclusively 28122 owned by the author - Alexander Roshal. 28123 28124 2. UnRAR source code may be used in any software to handle 28125 RAR archives without limitations free of charge, but cannot be 28126 used to develop RAR (WinRAR) compatible archiver and to 28127 re-create RAR compression algorithm, which is proprietary. 28128 Distribution of modified UnRAR source code in separate form 28129 or as a part of other software is permitted, provided that 28130 full text of this paragraph, starting from "UnRAR source code" 28131 words, is included in license, or in documentation if license 28132 is not available, and in source code comments of resulting package. 28133 28134 3. The UnRAR utility may be freely distributed. It is allowed 28135 to distribute UnRAR inside of other software packages. 28136 28137 4. THE RAR ARCHIVER AND THE UnRAR UTILITY ARE DISTRIBUTED "AS IS". 28138 NO WARRANTY OF ANY KIND IS EXPRESSED OR IMPLIED. YOU USE AT 28139 YOUR OWN RISK. THE AUTHOR WILL NOT BE LIABLE FOR DATA LOSS, 28140 DAMAGES, LOSS OF PROFITS OR ANY OTHER KIND OF LOSS WHILE USING 28141 OR MISUSING THIS SOFTWARE. 28142 28143 5. Installing and using the UnRAR utility signifies acceptance of 28144 these terms and conditions of the license. 28145 28146 6. If you don't agree with terms of the license you must remove 28147 UnRAR files from your storage devices and cease to use the 28148 utility. 28149 28150 Thank you for your interest in RAR and UnRAR. 28151 28152 28153 Alexander L. Roshal 28154 28155 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 28156 </pre> 28157 <ul> 28158 28159 </ul> 28160 </div> 28161 </div> 28162 28163 28164 <div class="product"> 28165 <span class="title">update-policy-chromeos-0.0.1</span> 28166 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 28167 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span> 28168 <div class="licence"> 28169 <pre></pre> 28170 <ul> 28171 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 28172 </ul> 28173 </div> 28174 </div> 28175 28176 28177 <div class="product"> 28178 <span class="title">update_engine-0.0.2</span> 28179 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 28180 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span> 28181 <div class="licence"> 28182 <pre></pre> 28183 <ul> 28184 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 28185 </ul> 28186 </div> 28187 </div> 28188 28189 28190 <div class="product"> 28191 <span class="title">upstart-1.2</span> 28192 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 28193 <span class="homepage"><a href="http://upstart.ubuntu.com/">homepage</a></span> 28194 <div class="licence"> 28195 <pre></pre> 28196 <ul> 28197 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 28198 </ul> 28199 </div> 28200 </div> 28201 28202 28203 <div class="product"> 28204 <span class="title">ureadahead-0.100.0</span> 28205 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 28206 <span class="homepage"><a href="https://launchpad.net/ureadahead">homepage</a></span> 28207 <div class="licence"> 28208 <pre></pre> 28209 <ul> 28210 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 28211 </ul> 28212 </div> 28213 </div> 28214 28215 28216 <div class="product"> 28217 <span class="title">usbutils-007</span> 28218 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 28219 <span class="homepage"><a href="http://linux-usb.sourceforge.net/">homepage</a></span> 28220 <div class="licence"> 28221 <pre></pre> 28222 <ul> 28223 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 28224 </ul> 28225 </div> 28226 </div> 28227 28228 28229 <div class="product"> 28230 <span class="title">userfeedback-0.0.1</span> 28231 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 28232 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span> 28233 <div class="licence"> 28234 <pre></pre> 28235 <ul> 28236 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 28237 </ul> 28238 </div> 28239 </div> 28240 28241 28242 <div class="product"> 28243 <span class="title">util-linux-2.24</span> 28244 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 28245 <span class="homepage"><a href="http://www.kernel.org/pub/linux/utils/util-linux/">homepage</a></span> 28246 <div class="licence"> 28247 <pre>Scanned Source License util-linux-2.24/COPYING: 28248 28249 GNU GENERAL PUBLIC LICENSE 28250 Version 2, June 1991 28251 28252 Copyright (C) 1989, 1991 Free Software Foundation, Inc., 28253 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 28254 Everyone is permitted to copy and distribute verbatim copies 28255 of this license document, but changing it is not allowed. 28256 28257 Preamble 28258 28259 The licenses for most software are designed to take away your 28260 freedom to share and change it. By contrast, the GNU General Public 28261 License is intended to guarantee your freedom to share and change free 28262 software--to make sure the software is free for all its users. This 28263 General Public License applies to most of the Free Software 28264 Foundation's software and to any other program whose authors commit to 28265 using it. (Some other Free Software Foundation software is covered by 28266 the GNU Lesser General Public License instead.) You can apply it to 28267 your programs, too. 28268 28269 When we speak of free software, we are referring to freedom, not 28270 price. Our General Public Licenses are designed to make sure that you 28271 have the freedom to distribute copies of free software (and charge for 28272 this service if you wish), that you receive source code or can get it 28273 if you want it, that you can change the software or use pieces of it 28274 in new free programs; and that you know you can do these things. 28275 28276 To protect your rights, we need to make restrictions that forbid 28277 anyone to deny you these rights or to ask you to surrender the rights. 28278 These restrictions translate to certain responsibilities for you if you 28279 distribute copies of the software, or if you modify it. 28280 28281 For example, if you distribute copies of such a program, whether 28282 gratis or for a fee, you must give the recipients all the rights that 28283 you have. You must make sure that they, too, receive or can get the 28284 source code. And you must show them these terms so they know their 28285 rights. 28286 28287 We protect your rights with two steps: (1) copyright the software, and 28288 (2) offer you this license which gives you legal permission to copy, 28289 distribute and/or modify the software. 28290 28291 Also, for each author's protection and ours, we want to make certain 28292 that everyone understands that there is no warranty for this free 28293 software. If the software is modified by someone else and passed on, we 28294 want its recipients to know that what they have is not the original, so 28295 that any problems introduced by others will not reflect on the original 28296 authors' reputations. 28297 28298 Finally, any free program is threatened constantly by software 28299 patents. We wish to avoid the danger that redistributors of a free 28300 program will individually obtain patent licenses, in effect making the 28301 program proprietary. To prevent this, we have made it clear that any 28302 patent must be licensed for everyone's free use or not licensed at all. 28303 28304 The precise terms and conditions for copying, distribution and 28305 modification follow. 28306 28307 GNU GENERAL PUBLIC LICENSE 28308 TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 28309 28310 0. This License applies to any program or other work which contains 28311 a notice placed by the copyright holder saying it may be distributed 28312 under the terms of this General Public License. The "Program", below, 28313 refers to any such program or work, and a "work based on the Program" 28314 means either the Program or any derivative work under copyright law: 28315 that is to say, a work containing the Program or a portion of it, 28316 either verbatim or with modifications and/or translated into another 28317 language. (Hereinafter, translation is included without limitation in 28318 the term "modification".) Each licensee is addressed as "you". 28319 28320 Activities other than copying, distribution and modification are not 28321 covered by this License; they are outside its scope. The act of 28322 running the Program is not restricted, and the output from the Program 28323 is covered only if its contents constitute a work based on the 28324 Program (independent of having been made by running the Program). 28325 Whether that is true depends on what the Program does. 28326 28327 1. You may copy and distribute verbatim copies of the Program's 28328 source code as you receive it, in any medium, provided that you 28329 conspicuously and appropriately publish on each copy an appropriate 28330 copyright notice and disclaimer of warranty; keep intact all the 28331 notices that refer to this License and to the absence of any warranty; 28332 and give any other recipients of the Program a copy of this License 28333 along with the Program. 28334 28335 You may charge a fee for the physical act of transferring a copy, and 28336 you may at your option offer warranty protection in exchange for a fee. 28337 28338 2. You may modify your copy or copies of the Program or any portion 28339 of it, thus forming a work based on the Program, and copy and 28340 distribute such modifications or work under the terms of Section 1 28341 above, provided that you also meet all of these conditions: 28342 28343 a) You must cause the modified files to carry prominent notices 28344 stating that you changed the files and the date of any change. 28345 28346 b) You must cause any work that you distribute or publish, that in 28347 whole or in part contains or is derived from the Program or any 28348 part thereof, to be licensed as a whole at no charge to all third 28349 parties under the terms of this License. 28350 28351 c) If the modified program normally reads commands interactively 28352 when run, you must cause it, when started running for such 28353 interactive use in the most ordinary way, to print or display an 28354 announcement including an appropriate copyright notice and a 28355 notice that there is no warranty (or else, saying that you provide 28356 a warranty) and that users may redistribute the program under 28357 these conditions, and telling the user how to view a copy of this 28358 License. (Exception: if the Program itself is interactive but 28359 does not normally print such an announcement, your work based on 28360 the Program is not required to print an announcement.) 28361 28362 These requirements apply to the modified work as a whole. If 28363 identifiable sections of that work are not derived from the Program, 28364 and can be reasonably considered independent and separate works in 28365 themselves, then this License, and its terms, do not apply to those 28366 sections when you distribute them as separate works. But when you 28367 distribute the same sections as part of a whole which is a work based 28368 on the Program, the distribution of the whole must be on the terms of 28369 this License, whose permissions for other licensees extend to the 28370 entire whole, and thus to each and every part regardless of who wrote it. 28371 28372 Thus, it is not the intent of this section to claim rights or contest 28373 your rights to work written entirely by you; rather, the intent is to 28374 exercise the right to control the distribution of derivative or 28375 collective works based on the Program. 28376 28377 In addition, mere aggregation of another work not based on the Program 28378 with the Program (or with a work based on the Program) on a volume of 28379 a storage or distribution medium does not bring the other work under 28380 the scope of this License. 28381 28382 3. You may copy and distribute the Program (or a work based on it, 28383 under Section 2) in object code or executable form under the terms of 28384 Sections 1 and 2 above provided that you also do one of the following: 28385 28386 a) Accompany it with the complete corresponding machine-readable 28387 source code, which must be distributed under the terms of Sections 28388 1 and 2 above on a medium customarily used for software interchange; or, 28389 28390 b) Accompany it with a written offer, valid for at least three 28391 years, to give any third party, for a charge no more than your 28392 cost of physically performing source distribution, a complete 28393 machine-readable copy of the corresponding source code, to be 28394 distributed under the terms of Sections 1 and 2 above on a medium 28395 customarily used for software interchange; or, 28396 28397 c) Accompany it with the information you received as to the offer 28398 to distribute corresponding source code. (This alternative is 28399 allowed only for noncommercial distribution and only if you 28400 received the program in object code or executable form with such 28401 an offer, in accord with Subsection b above.) 28402 28403 The source code for a work means the preferred form of the work for 28404 making modifications to it. For an executable work, complete source 28405 code means all the source code for all modules it contains, plus any 28406 associated interface definition files, plus the scripts used to 28407 control compilation and installation of the executable. However, as a 28408 special exception, the source code distributed need not include 28409 anything that is normally distributed (in either source or binary 28410 form) with the major components (compiler, kernel, and so on) of the 28411 operating system on which the executable runs, unless that component 28412 itself accompanies the executable. 28413 28414 If distribution of executable or object code is made by offering 28415 access to copy from a designated place, then offering equivalent 28416 access to copy the source code from the same place counts as 28417 distribution of the source code, even though third parties are not 28418 compelled to copy the source along with the object code. 28419 28420 4. You may not copy, modify, sublicense, or distribute the Program 28421 except as expressly provided under this License. Any attempt 28422 otherwise to copy, modify, sublicense or distribute the Program is 28423 void, and will automatically terminate your rights under this License. 28424 However, parties who have received copies, or rights, from you under 28425 this License will not have their licenses terminated so long as such 28426 parties remain in full compliance. 28427 28428 5. You are not required to accept this License, since you have not 28429 signed it. However, nothing else grants you permission to modify or 28430 distribute the Program or its derivative works. These actions are 28431 prohibited by law if you do not accept this License. Therefore, by 28432 modifying or distributing the Program (or any work based on the 28433 Program), you indicate your acceptance of this License to do so, and 28434 all its terms and conditions for copying, distributing or modifying 28435 the Program or works based on it. 28436 28437 6. Each time you redistribute the Program (or any work based on the 28438 Program), the recipient automatically receives a license from the 28439 original licensor to copy, distribute or modify the Program subject to 28440 these terms and conditions. You may not impose any further 28441 restrictions on the recipients' exercise of the rights granted herein. 28442 You are not responsible for enforcing compliance by third parties to 28443 this License. 28444 28445 7. If, as a consequence of a court judgment or allegation of patent 28446 infringement or for any other reason (not limited to patent issues), 28447 conditions are imposed on you (whether by court order, agreement or 28448 otherwise) that contradict the conditions of this License, they do not 28449 excuse you from the conditions of this License. If you cannot 28450 distribute so as to satisfy simultaneously your obligations under this 28451 License and any other pertinent obligations, then as a consequence you 28452 may not distribute the Program at all. For example, if a patent 28453 license would not permit royalty-free redistribution of the Program by 28454 all those who receive copies directly or indirectly through you, then 28455 the only way you could satisfy both it and this License would be to 28456 refrain entirely from distribution of the Program. 28457 28458 If any portion of this section is held invalid or unenforceable under 28459 any particular circumstance, the balance of the section is intended to 28460 apply and the section as a whole is intended to apply in other 28461 circumstances. 28462 28463 It is not the purpose of this section to induce you to infringe any 28464 patents or other property right claims or to contest validity of any 28465 such claims; this section has the sole purpose of protecting the 28466 integrity of the free software distribution system, which is 28467 implemented by public license practices. Many people have made 28468 generous contributions to the wide range of software distributed 28469 through that system in reliance on consistent application of that 28470 system; it is up to the author/donor to decide if he or she is willing 28471 to distribute software through any other system and a licensee cannot 28472 impose that choice. 28473 28474 This section is intended to make thoroughly clear what is believed to 28475 be a consequence of the rest of this License. 28476 28477 8. If the distribution and/or use of the Program is restricted in 28478 certain countries either by patents or by copyrighted interfaces, the 28479 original copyright holder who places the Program under this License 28480 may add an explicit geographical distribution limitation excluding 28481 those countries, so that distribution is permitted only in or among 28482 countries not thus excluded. In such case, this License incorporates 28483 the limitation as if written in the body of this License. 28484 28485 9. The Free Software Foundation may publish revised and/or new versions 28486 of the General Public License from time to time. Such new versions will 28487 be similar in spirit to the present version, but may differ in detail to 28488 address new problems or concerns. 28489 28490 Each version is given a distinguishing version number. If the Program 28491 specifies a version number of this License which applies to it and "any 28492 later version", you have the option of following the terms and conditions 28493 either of that version or of any later version published by the Free 28494 Software Foundation. If the Program does not specify a version number of 28495 this License, you may choose any version ever published by the Free Software 28496 Foundation. 28497 28498 10. If you wish to incorporate parts of the Program into other free 28499 programs whose distribution conditions are different, write to the author 28500 to ask for permission. For software which is copyrighted by the Free 28501 Software Foundation, write to the Free Software Foundation; we sometimes 28502 make exceptions for this. Our decision will be guided by the two goals 28503 of preserving the free status of all derivatives of our free software and 28504 of promoting the sharing and reuse of software generally. 28505 28506 NO WARRANTY 28507 28508 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY 28509 FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN 28510 OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES 28511 PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED 28512 OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF 28513 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS 28514 TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE 28515 PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, 28516 REPAIR OR CORRECTION. 28517 28518 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING 28519 WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR 28520 REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, 28521 INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING 28522 OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED 28523 TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY 28524 YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER 28525 PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE 28526 POSSIBILITY OF SUCH DAMAGES. 28527 28528 END OF TERMS AND CONDITIONS 28529 28530 How to Apply These Terms to Your New Programs 28531 28532 If you develop a new program, and you want it to be of the greatest 28533 possible use to the public, the best way to achieve this is to make it 28534 free software which everyone can redistribute and change under these terms. 28535 28536 To do so, attach the following notices to the program. It is safest 28537 to attach them to the start of each source file to most effectively 28538 convey the exclusion of warranty; and each file should have at least 28539 the "copyright" line and a pointer to where the full notice is found. 28540 28541 <one line to give the program's name and a brief idea of what it does.> 28542 Copyright (C) <year> <name of author> 28543 28544 This program is free software; you can redistribute it and/or modify 28545 it under the terms of the GNU General Public License as published by 28546 the Free Software Foundation; either version 2 of the License, or 28547 (at your option) any later version. 28548 28549 This program is distributed in the hope that it will be useful, 28550 but WITHOUT ANY WARRANTY; without even the implied warranty of 28551 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 28552 GNU General Public License for more details. 28553 28554 You should have received a copy of the GNU General Public License along 28555 with this program; if not, write to the Free Software Foundation, Inc., 28556 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. 28557 28558 Also add information on how to contact you by electronic and paper mail. 28559 28560 If the program is interactive, make it output a short notice like this 28561 when it starts in an interactive mode: 28562 28563 Gnomovision version 69, Copyright (C) year name of author 28564 Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. 28565 This is free software, and you are welcome to redistribute it 28566 under certain conditions; type `show c' for details. 28567 28568 The hypothetical commands `show w' and `show c' should show the appropriate 28569 parts of the General Public License. Of course, the commands you use may 28570 be called something other than `show w' and `show c'; they could even be 28571 mouse-clicks or menu items--whatever suits your program. 28572 28573 You should also get your employer (if you work as a programmer) or your 28574 school, if any, to sign a "copyright disclaimer" for the program, if 28575 necessary. Here is a sample; alter the names: 28576 28577 Yoyodyne, Inc., hereby disclaims all copyright interest in the program 28578 `Gnomovision' (which makes passes at compilers) written by James Hacker. 28579 28580 <signature of Ty Coon>, 1 April 1989 28581 Ty Coon, President of Vice 28582 28583 This General Public License does not permit incorporating your program into 28584 proprietary programs. If your program is a subroutine library, you may 28585 consider it more useful to permit linking proprietary applications with the 28586 library. If this is what you want to do, use the GNU Lesser General 28587 Public License instead of this License. 28588 28589 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 28590 28591 Scanned Source License util-linux-2.24/Documentation/licenses/COPYING.BSD-3: 28592 28593 Redistribution and use in source and binary forms, with or without 28594 modification, are permitted provided that the following conditions 28595 are met: 28596 1. Redistributions of source code must retain the above copyright 28597 notice, and the entire permission notice in its entirety, 28598 including the disclaimer of warranties. 28599 2. Redistributions in binary form must reproduce the above copyright 28600 notice, this list of conditions and the following disclaimer in the 28601 documentation and/or other materials provided with the distribution. 28602 3. The name of the author may not be used to endorse or promote 28603 products derived from this software without specific prior 28604 written permission. 28605 28606 THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED 28607 WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES 28608 OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE, ALL OF 28609 WHICH ARE HEREBY DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE 28610 LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 28611 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT 28612 OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR 28613 BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 28614 LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 28615 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE 28616 USE OF THIS SOFTWARE, EVEN IF NOT ADVISED OF THE POSSIBILITY OF SUCH 28617 DAMAGE. 28618 28619 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 28620 28621 Scanned Source License util-linux-2.24/Documentation/licenses/COPYING.UCB: 28622 28623 /* 28624 * Copyright (c) 1989 The Regents of the University of California. 28625 * All rights reserved. 28626 * 28627 * Redistribution and use in source and binary forms, with or without 28628 * modification, are permitted provided that the following conditions 28629 * are met: 28630 * 1. Redistributions of source code must retain the above copyright 28631 * notice, this list of conditions and the following disclaimer. 28632 * 2. Redistributions in binary form must reproduce the above copyright 28633 * notice, this list of conditions and the following disclaimer in the 28634 * documentation and/or other materials provided with the distribution. 28635 * 3. All advertising materials mentioning features or use of this software 28636 * must display the following acknowledgement: 28637 * This product includes software developed by the University of 28638 * California, Berkeley and its contributors. 28639 * 4. Neither the name of the University nor the names of its contributors 28640 * may be used to endorse or promote products derived from this software 28641 * without specific prior written permission. 28642 * 28643 * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND 28644 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 28645 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 28646 * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 28647 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 28648 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 28649 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 28650 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 28651 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 28652 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 28653 * SUCH DAMAGE. 28654 */ 28655 28656 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 28657 28658 Scanned Source License util-linux-2.24/libblkid/COPYING: 28659 28660 This library is free software; you can redistribute it and/or 28661 modify it under the terms of the GNU Lesser General Public 28662 License as published by the Free Software Foundation; either 28663 version 2.1 of the License, or (at your option) any later 28664 version. 28665 28666 The complete text of the license is available in the 28667 ../Documentation/licenses/COPYING.LGPLv2.1 file. 28668 28669 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 28670 28671 Scanned Source License util-linux-2.24/libmount/COPYING: 28672 28673 This library is free software; you can redistribute it and/or 28674 modify it under the terms of the GNU Lesser General Public 28675 License as published by the Free Software Foundation; either 28676 version 2.1 of the License, or (at your option) any later 28677 version. 28678 28679 The complete text of the license is available in the 28680 ../Documentation/licenses/COPYING.LGPLv2.1 file. 28681 28682 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 28683 28684 Scanned Source License util-linux-2.24/libuuid/COPYING: 28685 28686 This library is free software; you can redistribute it and/or 28687 modify it under the terms of the Modified BSD License. 28688 28689 The complete text of the license is available in the 28690 ../Documentation/licenses/COPYING.BSD-3 file. 28691 28692 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 28693 </pre> 28694 <ul> 28695 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li> 28696 <li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li> 28697 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 28698 <li><a href='#public-domain'>Gentoo Package Stock License public-domain</a></li> 28699 </ul> 28700 </div> 28701 </div> 28702 28703 28704 <div class="product"> 28705 <span class="title">util-macros-1.17</span> 28706 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 28707 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span> 28708 <div class="licence"> 28709 <pre>Scanned Source License util-macros-1.17/COPYING: 28710 28711 Copyright 2005 Red Hat, Inc. 28712 28713 Permission to use, copy, modify, distribute, and sell this software 28714 and its documentation for any purpose is hereby granted without 28715 fee, provided that the above copyright notice appear in all copies 28716 and that both that copyright notice and this permission notice 28717 appear in supporting documentation, and that the name of Red Hat 28718 not be used in advertising or publicity pertaining to distribution 28719 of the software without specific, written prior permission. Red 28720 Hat makes no representations about the suitability of this software 28721 for any purpose. It is provided "as is" without express or implied 28722 warranty. 28723 28724 RED HAT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 28725 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN 28726 NO EVENT SHALL RED HAT BE LIABLE FOR ANY SPECIAL, INDIRECT OR 28727 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS 28728 OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, 28729 NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN 28730 CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 28731 28732 ---------------------------------------------------------------------------- 28733 28734 Copyright (c) 2005, 2006, Oracle and/or its affiliates. All rights reserved. 28735 28736 Permission is hereby granted, free of charge, to any person obtaining a 28737 copy of this software and associated documentation files (the "Software"), 28738 to deal in the Software without restriction, including without limitation 28739 the rights to use, copy, modify, merge, publish, distribute, sublicense, 28740 and/or sell copies of the Software, and to permit persons to whom the 28741 Software is furnished to do so, subject to the following conditions: 28742 28743 The above copyright notice and this permission notice (including the next 28744 paragraph) shall be included in all copies or substantial portions of the 28745 Software. 28746 28747 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 28748 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 28749 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 28750 THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 28751 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 28752 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 28753 DEALINGS IN THE SOFTWARE. 28754 28755 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 28756 </pre> 28757 <ul> 28758 28759 </ul> 28760 </div> 28761 </div> 28762 28763 28764 <div class="product"> 28765 <span class="title">utouch-evemu-1.0.5</span> 28766 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 28767 <span class="homepage"><a href="http://bitmath.org/code/evemu/">homepage</a></span> 28768 <div class="licence"> 28769 <pre></pre> 28770 <ul> 28771 <li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li> 28772 </ul> 28773 </div> 28774 </div> 28775 28776 28777 <div class="product"> 28778 <span class="title">vboot_reference-1.0</span> 28779 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 28780 <span class="homepage"><a href="">homepage</a></span> 28781 <div class="licence"> 28782 <pre></pre> 28783 <ul> 28784 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 28785 </ul> 28786 </div> 28787 </div> 28788 28789 28790 <div class="product"> 28791 <span class="title">verity-0.0.1</span> 28792 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 28793 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span> 28794 <div class="licence"> 28795 <pre></pre> 28796 <ul> 28797 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 28798 </ul> 28799 </div> 28800 </div> 28801 28802 28803 <div class="product"> 28804 <span class="title">videoproto-2.3.1</span> 28805 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 28806 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span> 28807 <div class="licence"> 28808 <pre>Scanned Source License videoproto-2.3.1/COPYING: 28809 28810 Copyright 1991 by Digital Equipment Corporation, Maynard, Massachusetts, 28811 and the Massachusetts Institute of Technology, Cambridge, Massachusetts. 28812 28813 All Rights Reserved 28814 28815 Permission to use, copy, modify, and distribute this software and its 28816 documentation for any purpose and without fee is hereby granted, 28817 provided that the above copyright notice appear in all copies and that 28818 both that copyright notice and this permission notice appear in 28819 supporting documentation, and that the names of Digital or MIT not be 28820 used in advertising or publicity pertaining to distribution of the 28821 software without specific, written prior permission. 28822 28823 DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING 28824 ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL 28825 DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR 28826 ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, 28827 WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, 28828 ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS 28829 SOFTWARE. 28830 28831 28832 Permission is hereby granted, free of charge, to any person obtaining a copy 28833 of this software and associated documentation files (the "Software"), to deal 28834 in the Software without restriction, including without limitation the rights 28835 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 28836 copies of the Software, and to permit persons to whom the Software is 28837 furnished to do so, subject to the following conditions: 28838 28839 The above copyright notice and this permission notice shall be included in all 28840 copies or substantial portions of the Software. 28841 28842 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 28843 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 28844 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 28845 XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER 28846 IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 28847 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 28848 28849 Except as contained in this notice, the name of the XFree86 Project shall not 28850 be used in advertising or otherwise to promote the sale, use or other dealings 28851 in this Software without prior written authorization from the XFree86 Project. 28852 28853 28854 Copyright (c) 2004 The Unichrome Project. All rights reserved. 28855 28856 Permission is hereby granted, free of charge, to any person obtaining a 28857 copy of this software and associated documentation files (the "Software"), 28858 to deal in the Software without restriction, including without limitation 28859 the rights to use, copy, modify, merge, publish, distribute, sublicense, 28860 and/or sell copies of the Software, and to permit persons to whom the 28861 Software is furnished to do so, subject to the following conditions: 28862 28863 The above copyright notice and this permission notice shall be included in 28864 all copies or substantial portions of the Software. 28865 28866 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 28867 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 28868 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 28869 AUTHOR(S) OR COPYRIGHT HOLDER(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 28870 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 28871 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 28872 DEALINGS IN THE SOFTWARE. 28873 28874 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 28875 </pre> 28876 <ul> 28877 28878 </ul> 28879 </div> 28880 </div> 28881 28882 28883 <div class="product"> 28884 <span class="title">vim-7.3.409</span> 28885 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 28886 <span class="homepage"><a href="http://www.vim.org/">homepage</a></span> 28887 <div class="licence"> 28888 <pre>Gentoo Package Stock License vim: 28889 28890 License details for VIM Editor: 28891 28892 *uganda.txt* For Vim version 7.2. Last change: 2008 Jun 21 28893 28894 28895 VIM REFERENCE MANUAL by Bram Moolenaar 28896 28897 28898 *uganda* *Uganda* *copying* *copyright* *license* 28899 SUMMARY 28900 *iccf* *ICCF* 28901 Vim is Charityware. You can use and copy it as much as you like, but you are 28902 encouraged to make a donation for needy children in Uganda. Please see |kcc| 28903 below or visit the ICCF web site, available at these URLs: 28904 28905 http://iccf-holland.org/ 28906 http://www.vim.org/iccf/ 28907 http://www.iccf.nl/ 28908 28909 You can also sponsor the development of Vim. Vim sponsors can vote for 28910 features. See |sponsor|. The money goes to Uganda anyway. 28911 28912 The Open Publication License applies to the Vim documentation, see 28913 |manual-copyright|. 28914 28915 === begin of license === 28916 28917 VIM LICENSE 28918 28919 I) There are no restrictions on distributing unmodified copies of Vim except 28920 that they must include this license text. You can also distribute 28921 unmodified parts of Vim, likewise unrestricted except that they must 28922 include this license text. You are also allowed to include executables 28923 that you made from the unmodified Vim sources, plus your own usage 28924 examples and Vim scripts. 28925 28926 II) It is allowed to distribute a modified (or extended) version of Vim, 28927 including executables and/or source code, when the following four 28928 conditions are met: 28929 1) This license text must be included unmodified. 28930 2) The modified Vim must be distributed in one of the following five ways: 28931 a) If you make changes to Vim yourself, you must clearly describe in 28932 the distribution how to contact you. When the maintainer asks you 28933 (in any way) for a copy of the modified Vim you distributed, you 28934 must make your changes, including source code, available to the 28935 maintainer without fee. The maintainer reserves the right to 28936 include your changes in the official version of Vim. What the 28937 maintainer will do with your changes and under what license they 28938 will be distributed is negotiable. If there has been no negotiation 28939 then this license, or a later version, also applies to your changes. 28940 The current maintainer is Bram Moolenaar <Bram (a] vim.org>. If this 28941 changes it will be announced in appropriate places (most likely 28942 vim.sf.net, www.vim.org and/or comp.editors). When it is completely 28943 impossible to contact the maintainer, the obligation to send him 28944 your changes ceases. Once the maintainer has confirmed that he has 28945 received your changes they will not have to be sent again. 28946 b) If you have received a modified Vim that was distributed as 28947 mentioned under a) you are allowed to further distribute it 28948 unmodified, as mentioned at I). If you make additional changes the 28949 text under a) applies to those changes. 28950 c) Provide all the changes, including source code, with every copy of 28951 the modified Vim you distribute. This may be done in the form of a 28952 context diff. You can choose what license to use for new code you 28953 add. The changes and their license must not restrict others from 28954 making their own changes to the official version of Vim. 28955 d) When you have a modified Vim which includes changes as mentioned 28956 under c), you can distribute it without the source code for the 28957 changes if the following three conditions are met: 28958 - The license that applies to the changes permits you to distribute 28959 the changes to the Vim maintainer without fee or restriction, and 28960 permits the Vim maintainer to include the changes in the official 28961 version of Vim without fee or restriction. 28962 - You keep the changes for at least three years after last 28963 distributing the corresponding modified Vim. When the maintainer 28964 or someone who you distributed the modified Vim to asks you (in 28965 any way) for the changes within this period, you must make them 28966 available to him. 28967 - You clearly describe in the distribution how to contact you. This 28968 contact information must remain valid for at least three years 28969 after last distributing the corresponding modified Vim, or as long 28970 as possible. 28971 e) When the GNU General Public License (GPL) applies to the changes, 28972 you can distribute the modified Vim under the GNU GPL version 2 or 28973 any later version. 28974 3) A message must be added, at least in the output of the ":version" 28975 command and in the intro screen, such that the user of the modified Vim 28976 is able to see that it was modified. When distributing as mentioned 28977 under 2)e) adding the message is only required for as far as this does 28978 not conflict with the license used for the changes. 28979 4) The contact information as required under 2)a) and 2)d) must not be 28980 removed or changed, except that the person himself can make 28981 corrections. 28982 28983 III) If you distribute a modified version of Vim, you are encouraged to use 28984 the Vim license for your changes and make them available to the 28985 maintainer, including the source code. The preferred way to do this is 28986 by e-mail or by uploading the files to a server and e-mailing the URL. 28987 If the number of changes is small (e.g., a modified Makefile) e-mailing a 28988 context diff will do. The e-mail address to be used is 28989 <maintainer (a] vim.org> 28990 28991 IV) It is not allowed to remove this license from the distribution of the Vim 28992 sources, parts of it or from a modified version. You may use this 28993 license for previous Vim releases instead of the license that they came 28994 with, at your option. 28995 28996 === end of license === 28997 28998 Note: 28999 29000 - If you are happy with Vim, please express that by reading the rest of this 29001 file and consider helping needy children in Uganda. 29002 29003 - If you want to support further Vim development consider becoming a 29004 |sponsor|. The money goes to Uganda anyway. 29005 29006 - According to Richard Stallman the Vim license is GNU GPL compatible. 29007 A few minor changes have been made since he checked it, but that should not 29008 make a difference. 29009 29010 - If you link Vim with a library that goes under the GNU GPL, this limits 29011 further distribution to the GNU GPL. Also when you didn't actually change 29012 anything in Vim. 29013 29014 - Once a change is included that goes under the GNU GPL, this forces all 29015 further changes to also be made under the GNU GPL or a compatible license. 29016 29017 - If you distribute a modified version of Vim, you can include your name and 29018 contact information with the "--with-modified-by" configure argument or the 29019 MODIFIED_BY define. 29020 29021 ============================================================================== 29022 Kibaale Children's Centre *kcc* *Kibaale* *charity* 29023 29024 Kibaale Children's Centre (KCC) is located in Kibaale, a small town in the 29025 south of Uganda, near Tanzania, in East Africa. The area is known as Rakai 29026 District. The population is mostly farmers. Although people are poor, there 29027 is enough food. But this district is suffering from AIDS more than any other 29028 part of the world. Some say that it started there. Estimations are that 10 29029 to 30% of the Ugandans are infected with HIV. Because parents die, there are 29030 many orphans. In this district about 60,000 children have lost one or both 29031 parents, out of a population of 350,000. And this is still continuing. 29032 29033 The children need a lot of help. The KCC is working hard to provide the needy 29034 with food, medical care and education. Food and medical care to keep them 29035 healthy now, and education so that they can take care of themselves in the 29036 future. KCC works on a Christian base, but help is given to children of any 29037 religion. 29038 29039 The key to solving the problems in this area is education. This has been 29040 neglected in the past years with president Idi Amin and the following civil 29041 wars. Now that the government is stable again, the children and parents have 29042 to learn how to take care of themselves and how to avoid infections. There is 29043 also help for people who are ill and hungry, but the primary goal is to 29044 prevent people from getting ill and to teach them how to grow healthy food. 29045 29046 Most of the orphans are living in an extended family. An uncle or older 29047 sister is taking care of them. Because these families are big and the income 29048 (if any) is low, a child is lucky if it gets healthy food. Clothes, medical 29049 care and schooling is beyond its reach. To help these needy children, a 29050 sponsorship program was put into place. A child can be financially adopted. 29051 For a few dollars a month KCC sees to it that the child gets indispensable 29052 items, is healthy, goes to school and KCC takes care of anything else that 29053 needs to be done for the child and the family that supports it. 29054 29055 Besides helping the child directly, the environment where the child grows up 29056 needs to be improved. KCC helps schools to improve their teaching methods. 29057 There is a demonstration school at the centre and teacher trainings are given. 29058 Health workers are being trained, hygiene education is carried out and 29059 households are stimulated to build a proper latrine. I helped setting up a 29060 production site for cement slabs. These are used to build a good latrine. 29061 They are sold below cost price. 29062 29063 There is a small clinic at the project, which provides children and their 29064 family with medical help. When needed, transport to a hospital is offered. 29065 Immunization programs are carried out and help is provided when an epidemic is 29066 breaking out (measles and cholera have been a problem). 29067 *donate* 29068 Summer 1994 to summer 1995 I spent a whole year at the centre, working as a 29069 volunteer. I have helped to expand the centre and worked in the area of water 29070 and sanitation. I learned that the help that the KCC provides really helps. 29071 When I came back to Holland, I wanted to continue supporting KCC. To do this 29072 I'm raising funds and organizing the sponsorship program. Please consider one 29073 of these possibilities: 29074 29075 1. Sponsor a child in primary school: 17 euro a month (or more). 29076 2. Sponsor a child in secondary school: 25 euro a month (or more). 29077 3. Sponsor the clinic: Any amount a month or quarter 29078 4. A one-time donation 29079 29080 Compared with other organizations that do child sponsorship the amounts are 29081 very low. This is because the money goes directly to the centre. Less than 29082 5% is used for administration. This is possible because this is a small 29083 organization that works with volunteers. If you would like to sponsor a 29084 child, you should have the intention to do this for at least one year. 29085 29086 How do you know that the money will be spent right? First of all you have my 29087 personal guarantee as the author of Vim. I trust the people that are working 29088 at the centre, I know them personally. Further more, the centre is 29089 co-sponsored and inspected by World Vision, Save the Children Fund and 29090 International Child Care Fund. The centre is visited about once a year to 29091 check the progress (at our own cost). I have visited the centre myself in 29092 1996, 1998, 2000, 2001 and 2003. The visit reports are on the ICCF web site. 29093 29094 If you have any further questions, send me e-mail: <Bram (a] vim.org>. 29095 29096 The address of the centre is: 29097 Kibaale Children's Centre 29098 p.o. box 1658 29099 Masaka, Uganda, East Africa 29100 29101 Sending money: *iccf-donations* 29102 29103 Check the ICCF web site for the latest information! See |iccf| for the URL. 29104 29105 29106 USA: The methods mentioned below can be used. 29107 Sending a check to the Nehemiah Group Outreach Society (NGOS) 29108 is no longer possible, unfortunately. We are looking for 29109 another way to get you an IRS tax receipt. 29110 For sponsoring a child contact KCF in Canada (see below). US 29111 checks can be sent to them to lower banking costs. 29112 29113 Canada: Contact Kibaale Children's Fund (KCF) in Surrey, Canada. They 29114 take care of the Canadian sponsors for the children in 29115 Kibaale. KCF forwards 100% of the money to the project in 29116 Uganda. You can send them a one time donation directly. 29117 Please send me a note so that I know what has been donated 29118 because of Vim. Ask KCF for information about sponsorship. 29119 Kibaale Children's Fund c/o Pacific Academy 29120 10238-168 Street 29121 Surrey, B.C. V4N 1Z4 29122 Canada 29123 Phone: 604-581-5353 29124 If you make a donation to Kibaale Children's Fund (KCF) you 29125 will receive a tax receipt which can be submitted with your 29126 tax return. 29127 29128 Holland: Transfer to the account of "Stichting ICCF Holland" in Venlo. 29129 This will allow for tax deduction if you live in Holland. 29130 Postbank, nr. 4548774 29131 29132 Germany: It is possible to make donations that allow for a tax return. 29133 Check the ICCF web site for the latest information: 29134 http://iccf-holland.org/germany.html 29135 29136 World: Use a postal money order. That should be possible from any 29137 country, mostly from the post office. Use this name (which is 29138 in my passport): "Abraham Moolenaar". Use Euro for the 29139 currency if possible. 29140 29141 Europe: Use a bank transfer if possible. Your bank should have a form 29142 that you can use for this. See "Others" below for the swift 29143 code and IBAN number. 29144 Any other method should work. Ask for information about 29145 sponsorship. 29146 29147 Credit Card: You can use PayPal to send money with a Credit card. This is 29148 the most widely used Internet based payment system. It's 29149 really simple to use. Use this link to find more info: 29150 https://www.paypal.com/en_US/mrb/pal=XAC62PML3GF8Q 29151 The e-mail address for sending the money to is: 29152 Bram (a] iccf-holland.org 29153 For amounts above 400 Euro ($500) sending a check is 29154 preferred. 29155 29156 Others: Transfer to one of these accounts if possible: 29157 Postbank, account 4548774 29158 Swift code: INGB NL 2A 29159 IBAN: NL47 PSTB 0004 5487 74 29160 under the name "stichting ICCF Holland", Venlo 29161 If that doesn't work: 29162 Rabobank Venlo, account 3765.05.117 29163 Swift code: RABO NL 2U 29164 under the name "Bram Moolenaar", Venlo 29165 Otherwise, send a check in euro or US dollars to the address 29166 below. Minimal amount: $70 (my bank does not accept smaller 29167 amounts for foreign check, sorry) 29168 29169 Address to send checks to: 29170 stichting ICCF Holland 29171 Bram Moolenaar 29172 Finsterruetihof 1 29173 8134 Adliswil 29174 Switzerland 29175 29176 This address is expected to be valid for a long time. 29177 29178 vim:tw=78:ts=8:ft=help:norl: 29179 29180 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 29181 </pre> 29182 <ul> 29183 29184 </ul> 29185 </div> 29186 </div> 29187 29188 29189 <div class="product"> 29190 <span class="title">vpd-0.0.1</span> 29191 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 29192 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span> 29193 <div class="licence"> 29194 <pre></pre> 29195 <ul> 29196 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 29197 </ul> 29198 </div> 29199 </div> 29200 29201 29202 <div class="product"> 29203 <span class="title">wget-1.14</span> 29204 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 29205 <span class="homepage"><a href="http://www.gnu.org/software/wget/">homepage</a></span> 29206 <div class="licence"> 29207 <pre></pre> 29208 <ul> 29209 <li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li> 29210 </ul> 29211 </div> 29212 </div> 29213 29214 29215 <div class="product"> 29216 <span class="title">which-2.20</span> 29217 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 29218 <span class="homepage"><a href="http://www.xs4all.nl/~carlo17/which/">homepage</a></span> 29219 <div class="licence"> 29220 <pre></pre> 29221 <ul> 29222 <li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li> 29223 </ul> 29224 </div> 29225 </div> 29226 29227 29228 <div class="product"> 29229 <span class="title">wireless-regdb-20131127</span> 29230 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 29231 <span class="homepage"><a href="http://wireless.kernel.org/en/developers/Regulatory">homepage</a></span> 29232 <div class="licence"> 29233 <pre></pre> 29234 <ul> 29235 <li><a href='#ISC'>Gentoo Package Stock License ISC</a></li> 29236 </ul> 29237 </div> 29238 </div> 29239 29240 29241 <div class="product"> 29242 <span class="title">wireless-tools-29</span> 29243 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 29244 <span class="homepage"><a href="http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html">homepage</a></span> 29245 <div class="licence"> 29246 <pre></pre> 29247 <ul> 29248 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 29249 </ul> 29250 </div> 29251 </div> 29252 29253 29254 <div class="product"> 29255 <span class="title">wireless_automation-0.0.1</span> 29256 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 29257 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span> 29258 <div class="licence"> 29259 <pre></pre> 29260 <ul> 29261 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 29262 </ul> 29263 </div> 29264 </div> 29265 29266 29267 <div class="product"> 29268 <span class="title">workarounds-0.0.1</span> 29269 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 29270 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span> 29271 <div class="licence"> 29272 <pre></pre> 29273 <ul> 29274 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 29275 </ul> 29276 </div> 29277 </div> 29278 29279 29280 <div class="product"> 29281 <span class="title">wpa_supplicant-0.7.2</span> 29282 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 29283 <span class="homepage"><a href="http://hostap.epitest.fi/wpa_supplicant/">homepage</a></span> 29284 <div class="licence"> 29285 <pre></pre> 29286 <ul> 29287 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 29288 </ul> 29289 </div> 29290 </div> 29291 29292 29293 <div class="product"> 29294 <span class="title">ws4py-0.3.2</span> 29295 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 29296 <span class="homepage"><a href="https://github.com/Lawouach/WebSocket-for-Python">homepage</a></span> 29297 <div class="licence"> 29298 <pre>Scanned Source License ws4py-0.3.2/LICENSE: 29299 29300 Copyright (c) 2011-2013, Sylvain Hellegouarch 29301 All rights reserved. 29302 29303 Redistribution and use in source and binary forms, with or without 29304 modification, are permitted provided that the following conditions are met: 29305 29306 * Redistributions of source code must retain the above copyright notice, 29307 this list of conditions and the following disclaimer. 29308 * Redistributions in binary form must reproduce the above copyright 29309 notice, this list of conditions and the following disclaimer in the 29310 documentation and/or other materials provided with the distribution. 29311 * Neither the name of ws4py nor the names of its contributors may be used 29312 to endorse or promote products derived from this software without 29313 specific prior written permission. 29314 29315 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" 29316 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 29317 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 29318 ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE 29319 LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 29320 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 29321 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 29322 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 29323 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 29324 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 29325 POSSIBILITY OF SUCH DAMAGE. 29326 29327 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 29328 </pre> 29329 <ul> 29330 29331 </ul> 29332 </div> 29333 </div> 29334 29335 29336 <div class="product"> 29337 <span class="title">X.Org-1.9.3</span> 29338 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 29339 <span class="homepage"><a href="http://www.x.org/">homepage</a></span> 29340 <div class="licence"> 29341 <pre></pre> 29342 <ul> 29343 <li><a href='#X'>Custom License X</a></li> 29344 </ul> 29345 </div> 29346 </div> 29347 29348 29349 <div class="product"> 29350 <span class="title">x11vnc-0.9.13</span> 29351 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 29352 <span class="homepage"><a href="http://www.karlrunge.com/x11vnc/">homepage</a></span> 29353 <div class="licence"> 29354 <pre></pre> 29355 <ul> 29356 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 29357 </ul> 29358 </div> 29359 </div> 29360 29361 29362 <div class="product"> 29363 <span class="title">xbitmaps-1.1.1</span> 29364 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 29365 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span> 29366 <div class="licence"> 29367 <pre>Scanned Source License xbitmaps-1.1.1/COPYING: 29368 29369 Copyright (c) 1998 The Open Group 29370 29371 All rights reserved. 29372 29373 Permission is hereby granted, free of charge, to any person obtaining a 29374 copy of this software and associated documentation files (the 29375 "Software"), to deal in the Software without restriction, including 29376 without limitation the rights to use, copy, modify, merge, publish, 29377 distribute, and/or sell copies of the Software, and to permit persons 29378 to whom the Software is furnished to do so, provided that the above 29379 copyright notice(s) and this permission notice appear in all copies of 29380 the Software and that both the above copyright notice(s) and this 29381 permission notice appear in supporting documentation. 29382 29383 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 29384 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 29385 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT 29386 OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR 29387 HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL 29388 INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING 29389 FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, 29390 NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION 29391 WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 29392 29393 Except as contained in this notice, the name of a copyright holder 29394 shall not be used in advertising or otherwise to promote the sale, use 29395 or other dealings in this Software without prior written authorization 29396 of the copyright holder. 29397 29398 X Window System is a trademark of The Open Group. 29399 29400 Copyright 1988 by Evans & Sutherland Computer Corporation, 29401 Salt Lake City, Utah 29402 29403 All Rights Reserved 29404 29405 Permission to use, copy, modify, and distribute this software and 29406 its documentation for any purpose and without fee is hereby 29407 granted, provided that the above copyright notice appear in all 29408 copies and that both that copyright notice and this permis- 29409 sion notice appear in supporting documentation, and that the 29410 name of Evans & Sutherland not be used in advertising or publi- 29411 city pertaining to distribution of the software without specif- 29412 ic, written prior permission. 29413 29414 EVANS & SUTHERLAND DISCLAIMS ALL WARRANTIES WITH REGARD TO 29415 THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILI- 29416 TY AND FITNESS, IN NO EVENT SHALL EVANS & SUTHERLAND BE LIABLE 29417 FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAM- 29418 AGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, 29419 WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS 29420 ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PER- 29421 FORMANCE OF THIS SOFTWARE. 29422 29423 29424 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 29425 </pre> 29426 <ul> 29427 29428 </ul> 29429 </div> 29430 </div> 29431 29432 29433 <div class="product"> 29434 <span class="title">xcb-proto-1.7.1</span> 29435 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 29436 <span class="homepage"><a href="http://xcb.freedesktop.org/">homepage</a></span> 29437 <div class="licence"> 29438 <pre>Scanned Source License xcb-proto-1.7.1/COPYING: 29439 29440 Copyright (C) 2001-2006 Bart Massey, Jamey Sharp, and Josh Triplett. 29441 All Rights Reserved. 29442 29443 Permission is hereby granted, free of charge, to any person 29444 obtaining a copy of this software and associated 29445 documentation files (the "Software"), to deal in the 29446 Software without restriction, including without limitation 29447 the rights to use, copy, modify, merge, publish, distribute, 29448 sublicense, and/or sell copies of the Software, and to 29449 permit persons to whom the Software is furnished to do so, 29450 subject to the following conditions: 29451 29452 The above copyright notice and this permission notice shall 29453 be included in all copies or substantial portions of the 29454 Software. 29455 29456 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY 29457 KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE 29458 WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR 29459 PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS 29460 BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER 29461 IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 29462 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 29463 OTHER DEALINGS IN THE SOFTWARE. 29464 29465 Except as contained in this notice, the names of the authors 29466 or their institutions shall not be used in advertising or 29467 otherwise to promote the sale, use or other dealings in this 29468 Software without prior written authorization from the 29469 authors. 29470 29471 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 29472 </pre> 29473 <ul> 29474 29475 </ul> 29476 </div> 29477 </div> 29478 29479 29480 <div class="product"> 29481 <span class="title">xcb-util-0.3.8</span> 29482 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 29483 <span class="homepage"><a href="http://xcb.freedesktop.org/">homepage</a></span> 29484 <div class="licence"> 29485 <pre></pre> 29486 <ul> 29487 <li><a href='#X'>Custom License X</a></li> 29488 </ul> 29489 </div> 29490 </div> 29491 29492 29493 <div class="product"> 29494 <span class="title">xcb-util-image-0.3.8</span> 29495 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 29496 <span class="homepage"><a href="http://xcb.freedesktop.org/">homepage</a></span> 29497 <div class="licence"> 29498 <pre></pre> 29499 <ul> 29500 <li><a href='#X'>Custom License X</a></li> 29501 </ul> 29502 </div> 29503 </div> 29504 29505 29506 <div class="product"> 29507 <span class="title">xcb-util-keysyms-0.3.8</span> 29508 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 29509 <span class="homepage"><a href="http://xcb.freedesktop.org/">homepage</a></span> 29510 <div class="licence"> 29511 <pre></pre> 29512 <ul> 29513 <li><a href='#X'>Custom License X</a></li> 29514 </ul> 29515 </div> 29516 </div> 29517 29518 29519 <div class="product"> 29520 <span class="title">xcb-util-renderutil-0.3.8</span> 29521 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 29522 <span class="homepage"><a href="http://xcb.freedesktop.org/">homepage</a></span> 29523 <div class="licence"> 29524 <pre></pre> 29525 <ul> 29526 <li><a href='#X'>Custom License X</a></li> 29527 </ul> 29528 </div> 29529 </div> 29530 29531 29532 <div class="product"> 29533 <span class="title">xcb-util-wm-0.3.8</span> 29534 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 29535 <span class="homepage"><a href="http://xcb.freedesktop.org/">homepage</a></span> 29536 <div class="licence"> 29537 <pre></pre> 29538 <ul> 29539 <li><a href='#X'>Custom License X</a></li> 29540 </ul> 29541 </div> 29542 </div> 29543 29544 29545 <div class="product"> 29546 <span class="title">xcmiscproto-1.2.1</span> 29547 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 29548 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span> 29549 <div class="licence"> 29550 <pre>Scanned Source License xcmiscproto-1.2.1/COPYING: 29551 29552 Copyright 1993, 1994, 1998 The Open Group 29553 29554 Permission to use, copy, modify, distribute, and sell this software and its 29555 documentation for any purpose is hereby granted without fee, provided that 29556 the above copyright notice appear in all copies and that both that 29557 copyright notice and this permission notice appear in supporting 29558 documentation. 29559 29560 The above copyright notice and this permission notice shall be included in 29561 all copies or substantial portions of the Software. 29562 29563 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 29564 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 29565 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 29566 OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN 29567 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 29568 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 29569 29570 Except as contained in this notice, the name of The Open Group shall not be 29571 used in advertising or otherwise to promote the sale, use or other dealings 29572 in this Software without prior written authorization from The Open Group. 29573 29574 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 29575 </pre> 29576 <ul> 29577 29578 </ul> 29579 </div> 29580 </div> 29581 29582 29583 <div class="product"> 29584 <span class="title">xdotool-2.20110530.1</span> 29585 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 29586 <span class="homepage"><a href="http://www.semicomplete.com/projects/xdotool/">homepage</a></span> 29587 <div class="licence"> 29588 <pre>Scanned Source License xdotool-2.20110530.1/COPYRIGHT: 29589 29590 Copyright (c) 2007, 2008, 2009: Jordan Sissel. 29591 All rights reserved. 29592 29593 Redistribution and use in source and binary forms, with or without 29594 modification, are permitted provided that the following conditions are met: 29595 * Redistributions of source code must retain the above copyright 29596 notice, this list of conditions and the following disclaimer. 29597 * Redistributions in binary form must reproduce the above copyright 29598 notice, this list of conditions and the following disclaimer in the 29599 documentation and/or other materials provided with the distribution. 29600 * Neither the name of the Jordan Sissel nor the names of its contributors 29601 may be used to endorse or promote products derived from this software 29602 without specific prior written permission. 29603 29604 THIS SOFTWARE IS PROVIDED BY JORDAN SISSEL ``AS IS'' AND ANY 29605 EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED 29606 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE 29607 DISCLAIMED. IN NO EVENT SHALL JORDAN SISSEL BE LIABLE FOR ANY 29608 DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES 29609 (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; 29610 LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND 29611 ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 29612 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 29613 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 29614 29615 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 29616 </pre> 29617 <ul> 29618 <li><a href='#as-is'>Gentoo Package Stock License as-is</a></li> 29619 </ul> 29620 </div> 29621 </div> 29622 29623 29624 <div class="product"> 29625 <span class="title">xdpyinfo-1.3.0</span> 29626 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 29627 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span> 29628 <div class="licence"> 29629 <pre>Scanned Source License xdpyinfo-1.3.0/COPYING: 29630 29631 Copyright 1988, 1998 The Open Group 29632 Copyright 2005 Hitachi, Ltd. 29633 29634 Permission to use, copy, modify, distribute, and sell this software and its 29635 documentation for any purpose is hereby granted without fee, provided that 29636 the above copyright notice appear in all copies and that both that 29637 copyright notice and this permission notice appear in supporting 29638 documentation. 29639 29640 The above copyright notice and this permission notice shall be included in 29641 all copies or substantial portions of the Software. 29642 29643 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 29644 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 29645 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 29646 OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN 29647 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 29648 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 29649 29650 Except as contained in this notice, the name of The Open Group shall not be 29651 used in advertising or otherwise to promote the sale, use or other dealings 29652 in this Software without prior written authorization from The Open Group. 29653 29654 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 29655 </pre> 29656 <ul> 29657 29658 </ul> 29659 </div> 29660 </div> 29661 29662 29663 <div class="product"> 29664 <span class="title">xdriinfo-1.0.4</span> 29665 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 29666 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span> 29667 <div class="licence"> 29668 <pre>Scanned Source License xdriinfo-1.0.4/COPYING: 29669 29670 Client application for querying drivers' configuration information 29671 Copyright (C) 2003 Felix Kuehling 29672 29673 Permission is hereby granted, free of charge, to any person obtaining a 29674 copy of this software and associated documentation files (the "Software"), 29675 to deal in the Software without restriction, including without limitation 29676 the rights to use, copy, modify, merge, publish, distribute, sublicense, 29677 and/or sell copies of the Software, and to permit persons to whom the 29678 Software is furnished to do so, subject to the following conditions: 29679 29680 The above copyright notice and this permission notice shall be included 29681 in all copies or substantial portions of the Software. 29682 29683 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 29684 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 29685 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 29686 FELIX KUEHLING, OR ANY OTHER CONTRIBUTORS BE LIABLE FOR ANY CLAIM, 29687 DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR 29688 OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE 29689 OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 29690 29691 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 29692 </pre> 29693 <ul> 29694 29695 </ul> 29696 </div> 29697 </div> 29698 29699 29700 <div class="product"> 29701 <span class="title">xev-1.2.0</span> 29702 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 29703 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span> 29704 <div class="licence"> 29705 <pre>Scanned Source License xev-1.2.0/COPYING: 29706 29707 Copyright (c) 1988 X Consortium 29708 29709 Permission is hereby granted, free of charge, to any person obtaining 29710 a copy of this software and associated documentation files (the 29711 "Software"), to deal in the Software without restriction, including 29712 without limitation the rights to use, copy, modify, merge, publish, 29713 distribute, sublicense, and/or sell copies of the Software, and to 29714 permit persons to whom the Software is furnished to do so, subject to 29715 the following conditions: 29716 29717 The above copyright notice and this permission notice shall be included 29718 in all copies or substantial portions of the Software. 29719 29720 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 29721 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 29722 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. 29723 IN NO EVENT SHALL THE X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR 29724 OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, 29725 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 29726 OTHER DEALINGS IN THE SOFTWARE. 29727 29728 Except as contained in this notice, the name of the X Consortium shall 29729 not be used in advertising or otherwise to promote the sale, use or 29730 other dealings in this Software without prior written authorization 29731 from the X Consortium. 29732 29733 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 29734 </pre> 29735 <ul> 29736 29737 </ul> 29738 </div> 29739 </div> 29740 29741 29742 <div class="product"> 29743 <span class="title">xextproto-7.2.0</span> 29744 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 29745 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span> 29746 <div class="licence"> 29747 <pre>Scanned Source License xextproto-7.2.0/COPYING: 29748 29749 Copyright 1989, 1998 The Open Group 29750 29751 Permission to use, copy, modify, distribute, and sell this software and its 29752 documentation for any purpose is hereby granted without fee, provided that 29753 the above copyright notice appear in all copies and that both that 29754 copyright notice and this permission notice appear in supporting 29755 documentation. 29756 29757 The above copyright notice and this permission notice shall be included in 29758 all copies or substantial portions of the Software. 29759 29760 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 29761 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 29762 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 29763 OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN 29764 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 29765 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 29766 29767 Except as contained in this notice, the name of The Open Group shall not be 29768 used in advertising or otherwise to promote the sale, use or other dealings 29769 in this Software without prior written authorization from The Open Group. 29770 29771 29772 Copyright (c) 1997 by Silicon Graphics Computer Systems, Inc. 29773 Permission to use, copy, modify, and distribute this 29774 software and its documentation for any purpose and without 29775 fee is hereby granted, provided that the above copyright 29776 notice appear in all copies and that both that copyright 29777 notice and this permission notice appear in supporting 29778 documentation, and that the name of Silicon Graphics not be 29779 used in advertising or publicity pertaining to distribution 29780 of the software without specific prior written permission. 29781 Silicon Graphics makes no representation about the suitability 29782 of this software for any purpose. It is provided "as is" 29783 without any express or implied warranty. 29784 SILICON GRAPHICS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS 29785 SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY 29786 AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON 29787 GRAPHICS BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL 29788 DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 29789 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE 29790 OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH 29791 THE USE OR PERFORMANCE OF THIS SOFTWARE. 29792 29793 29794 Copyright 1992 Network Computing Devices 29795 29796 Permission to use, copy, modify, distribute, and sell this software and its 29797 documentation for any purpose is hereby granted without fee, provided that 29798 the above copyright notice appear in all copies and that both that 29799 copyright notice and this permission notice appear in supporting 29800 documentation, and that the name of NCD. not be used in advertising or 29801 publicity pertaining to distribution of the software without specific, 29802 written prior permission. NCD. makes no representations about the 29803 suitability of this software for any purpose. It is provided "as is" 29804 without express or implied warranty. 29805 29806 NCD. DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL 29807 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL NCD. 29808 BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 29809 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION 29810 OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN 29811 CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 29812 29813 29814 Copyright (c) 1994, 1995 Hewlett-Packard Company 29815 29816 Permission is hereby granted, free of charge, to any person obtaining 29817 a copy of this software and associated documentation files (the 29818 "Software"), to deal in the Software without restriction, including 29819 without limitation the rights to use, copy, modify, merge, publish, 29820 distribute, sublicense, and/or sell copies of the Software, and to 29821 permit persons to whom the Software is furnished to do so, subject to 29822 the following conditions: 29823 29824 The above copyright notice and this permission notice shall be included 29825 in all copies or substantial portions of the Software. 29826 29827 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 29828 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 29829 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. 29830 IN NO EVENT SHALL HEWLETT-PACKARD COMPANY BE LIABLE FOR ANY CLAIM, 29831 DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR 29832 OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR 29833 THE USE OR OTHER DEALINGS IN THE SOFTWARE. 29834 29835 Except as contained in this notice, the name of the Hewlett-Packard 29836 Company shall not be used in advertising or otherwise to promote the 29837 sale, use or other dealings in this Software without prior written 29838 authorization from the Hewlett-Packard Company. 29839 29840 29841 Copyright (c) 1996 Digital Equipment Corporation, Maynard, Massachusetts. 29842 29843 Permission is hereby granted, free of charge, to any person obtaining a copy 29844 of this software and associated documentation files (the "Software"), to deal 29845 in the Software without restriction, including without limitation the rights 29846 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 29847 copies of the Software. 29848 29849 The above copyright notice and this permission notice shall be included in 29850 all copies or substantial portions of the Software. 29851 29852 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 29853 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 29854 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 29855 DIGITAL EQUIPMENT CORPORATION BE LIABLE FOR ANY CLAIM, DAMAGES, INCLUDING, 29856 BUT NOT LIMITED TO CONSEQUENTIAL OR INCIDENTAL DAMAGES, OR OTHER LIABILITY, 29857 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR 29858 IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 29859 29860 Except as contained in this notice, the name of Digital Equipment Corporation 29861 shall not be used in advertising or otherwise to promote the sale, use or other 29862 dealings in this Software without prior written authorization from Digital 29863 Equipment Corporation. 29864 29865 29866 Copyright 1988, 1989, 1990, 1994 Network Computing Devices, Inc. 29867 29868 Permission to use, copy, modify, distribute, and sell this software and 29869 its documentation for any purpose is hereby granted without fee, provided 29870 that the above copyright notice appear in all copies and that both that 29871 copyright notice and this permission notice appear in supporting 29872 documentation, and that the name Network Computing Devices, Inc. not be 29873 used in advertising or publicity pertaining to distribution of this 29874 software without specific, written prior permission. 29875 29876 THIS SOFTWARE IS PROVIDED `AS-IS'. NETWORK COMPUTING DEVICES, INC., 29877 DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING WITHOUT 29878 LIMITATION ALL IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A 29879 PARTICULAR PURPOSE, OR NONINFRINGEMENT. IN NO EVENT SHALL NETWORK 29880 COMPUTING DEVICES, INC., BE LIABLE FOR ANY DAMAGES WHATSOEVER, INCLUDING 29881 SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES, INCLUDING LOSS OF USE, 29882 DATA, OR PROFITS, EVEN IF ADVISED OF THE POSSIBILITY THEREOF, AND 29883 REGARDLESS OF WHETHER IN AN ACTION IN CONTRACT, TORT OR NEGLIGENCE, 29884 ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS 29885 SOFTWARE. 29886 29887 29888 Copyright 1991,1993 by Digital Equipment Corporation, Maynard, Massachusetts, 29889 and Olivetti Research Limited, Cambridge, England. 29890 29891 All Rights Reserved 29892 29893 Permission to use, copy, modify, and distribute this software and its 29894 documentation for any purpose and without fee is hereby granted, 29895 provided that the above copyright notice appear in all copies and that 29896 both that copyright notice and this permission notice appear in 29897 supporting documentation, and that the names of Digital or Olivetti 29898 not be used in advertising or publicity pertaining to distribution of the 29899 software without specific, written prior permission. 29900 29901 DIGITAL AND OLIVETTI DISCLAIM ALL WARRANTIES WITH REGARD TO THIS 29902 SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND 29903 FITNESS, IN NO EVENT SHALL THEY BE LIABLE FOR ANY SPECIAL, INDIRECT OR 29904 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF 29905 USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR 29906 OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 29907 PERFORMANCE OF THIS SOFTWARE. 29908 29909 29910 Copyright 1986, 1987, 1988 by Hewlett-Packard Corporation 29911 29912 Permission to use, copy, modify, and distribute this 29913 software and its documentation for any purpose and without 29914 fee is hereby granted, provided that the above copyright 29915 notice appear in all copies and that both that copyright 29916 notice and this permission notice appear in supporting 29917 documentation, and that the name of Hewlett-Packard not be used in 29918 advertising or publicity pertaining to distribution of the 29919 software without specific, written prior permission. 29920 29921 Hewlett-Packard makes no representations about the 29922 suitability of this software for any purpose. It is provided 29923 "as is" without express or implied warranty. 29924 29925 This software is not subject to any license of the American 29926 Telephone and Telegraph Company or of the Regents of the 29927 University of California. 29928 29929 29930 Copyright 2007-2008 Peter Hutterer 29931 29932 Permission is hereby granted, free of charge, to any person obtaining a 29933 copy of this software and associated documentation files (the "Software"), 29934 to deal in the Software without restriction, including without limitation 29935 the rights to use, copy, modify, merge, publish, distribute, sublicense, 29936 and/or sell copies of the Software, and to permit persons to whom the 29937 Software is furnished to do so, subject to the following conditions: 29938 29939 The above copyright notice and this permission notice (including the next 29940 paragraph) shall be included in all copies or substantial portions of the 29941 Software. 29942 29943 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 29944 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 29945 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 29946 THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 29947 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 29948 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 29949 DEALINGS IN THE SOFTWARE. 29950 29951 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 29952 </pre> 29953 <ul> 29954 29955 </ul> 29956 </div> 29957 </div> 29958 29959 29960 <div class="product"> 29961 <span class="title">xf86-input-cmt-0.0.1</span> 29962 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 29963 <span class="homepage"><a href="">homepage</a></span> 29964 <div class="licence"> 29965 <pre>Scanned Source License xf86-input-cmt-0.0.1/LICENSE: 29966 29967 // Copyright (c) 2011 The Chromium OS Authors. All rights reserved. 29968 // 29969 // Redistribution and use in source and binary forms, with or without 29970 // modification, are permitted provided that the following conditions are 29971 // met: 29972 // 29973 // * Redistributions of source code must retain the above copyright 29974 // notice, this list of conditions and the following disclaimer. 29975 // * Redistributions in binary form must reproduce the above 29976 // copyright notice, this list of conditions and the following disclaimer 29977 // in the documentation and/or other materials provided with the 29978 // distribution. 29979 // * Neither the name of Google Inc. nor the names of its 29980 // contributors may be used to endorse or promote products derived from 29981 // this software without specific prior written permission. 29982 // 29983 // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 29984 // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 29985 // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 29986 // A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 29987 // OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 29988 // SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT 29989 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 29990 // DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 29991 // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 29992 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 29993 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 29994 29995 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 29996 </pre> 29997 <ul> 29998 29999 </ul> 30000 </div> 30001 </div> 30002 30003 30004 <div class="product"> 30005 <span class="title">xf86-input-evdev-2.7.3</span> 30006 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 30007 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span> 30008 <div class="licence"> 30009 <pre>Scanned Source License xf86-input-evdev-2.7.3/COPYING: 30010 30011 Copyright 1990,91 by Thomas Roell, Dinkelscherben, Germany. 30012 Copyright 1993 by David Dawes <dawes (a] xfree86.org> 30013 Copyright 2002 by SuSE Linux AG, Author: Egbert Eich 30014 Copyright 1994-2002 by The XFree86 Project, Inc. 30015 Copyright 2002 by Paul Elliott 30016 Copyright 2008 University of South Australia 30017 Copyright 2008 by Chris Salch 30018 Copyright 2008 Red Hat, Inc. 30019 30020 Permission to use, copy, modify, distribute, and sell this software 30021 and its documentation for any purpose is hereby granted without 30022 fee, provided that the above copyright notice appear in all copies 30023 and that both that copyright notice and this permission notice 30024 appear in supporting documentation, and that the name of the authors 30025 not be used in advertising or publicity pertaining to distribution of the 30026 software without specific, written prior permission. The authors make no 30027 representations about the suitability of this software for any 30028 purpose. It is provided "as is" without express or implied 30029 warranty. 30030 30031 THE AUTHORS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 30032 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN 30033 NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY SPECIAL, INDIRECT OR 30034 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS 30035 OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, 30036 NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN 30037 CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 30038 30039 Copyright 2005 Sun Microsystems, Inc. All rights reserved. 30040 30041 Permission is hereby granted, free of charge, to any person obtaining a 30042 copy of this software and associated documentation files (the "Software"), 30043 to deal in the Software without restriction, including without limitation 30044 the rights to use, copy, modify, merge, publish, distribute, sublicense, 30045 and/or sell copies of the Software, and to permit persons to whom the 30046 Software is furnished to do so, subject to the following conditions: 30047 30048 The above copyright notice and this permission notice (including the next 30049 paragraph) shall be included in all copies or substantial portions of the 30050 Software. 30051 30052 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 30053 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 30054 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 30055 THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 30056 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 30057 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 30058 DEALINGS IN THE SOFTWARE. 30059 30060 Copyright 2005 Adam Jackson. 30061 30062 Permission is hereby granted, free of charge, to any person obtaining a 30063 copy of this software and associated documentation files (the "Software"), 30064 to deal in the Software without restriction, including without limitation 30065 on the rights to use, copy, modify, merge, publish, distribute, sub 30066 license, and/or sell copies of the Software, and to permit persons to whom 30067 the Software is furnished to do so, subject to the following conditions: 30068 30069 The above copyright notice and this permission notice (including the next 30070 paragraph) shall be included in all copies or substantial portions of the 30071 Software. 30072 30073 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 30074 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 30075 FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL 30076 ADAM JACKSON BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER 30077 IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 30078 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 30079 30080 30081 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 30082 </pre> 30083 <ul> 30084 30085 </ul> 30086 </div> 30087 </div> 30088 30089 30090 <div class="product"> 30091 <span class="title">xf86-input-synaptics-1.6.2</span> 30092 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 30093 <span class="homepage"><a href="http://cgit.freedesktop.org/xorg/driver/xf86-input-synaptics/">homepage</a></span> 30094 <div class="licence"> 30095 <pre>Scanned Source License xf86-input-synaptics-1.6.2/COPYING: 30096 30097 The MIT License 30098 30099 Copyright (c) 1997 C. Scott Ananian 30100 Copyright (c) 1998-2000 Bruce Kalk 30101 Copyright (c) 1999 Henry Davies 30102 Copyright (c) 2008 Fedor P. Goncharov 30103 Copyright (c) 2001 Stefan Gmeiner 30104 Copyright (c) 2002 S. Lehner 30105 Copyright (c) 2002 Linuxcare Inc. David Kennedy 30106 Copyright (c) 2003 Fred Hucht 30107 Copyright (c) 2003 Neil Brown 30108 Copyright (c) 2003 Jrg Bsner 30109 Copyright (c) 2003 Hartwig Felger 30110 Copyright (c) 2002-2007 Peter Osterlund 30111 Copyright (c) 2004 Arne Schwabe 30112 Copyright (c) 2004 Matthias Ihmig 30113 Copyright (c) 2004 Alexei Gilchrist 30114 Copyright (c) 2006-2007 Christian Thaeter 30115 Copyright (c) 2006 Stefan Bethge 30116 Copyright (c) 2007 Joseph P. Skudlarek 30117 Copyright (c) 2007 Florian Loitsch 30118 Copyright (c) 2008-2009 Red Hat, Inc. 30119 30120 Permission is hereby granted, free of charge, to any person obtaining a copy 30121 of this software and associated documentation files (the "Software"), to deal 30122 in the Software without restriction, including without limitation the rights 30123 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 30124 copies of the Software, and to permit persons to whom the Software is 30125 furnished to do so, subject to the following conditions: 30126 30127 The above copyright notice and this permission notice shall be included in 30128 all copies or substantial portions of the Software. 30129 30130 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 30131 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 30132 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 30133 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 30134 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 30135 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 30136 THE SOFTWARE. 30137 30138 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 30139 </pre> 30140 <ul> 30141 30142 </ul> 30143 </div> 30144 </div> 30145 30146 30147 <div class="product"> 30148 <span class="title">xf86-video-fbdev-0.4.1</span> 30149 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 30150 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span> 30151 <div class="licence"> 30152 <pre>Scanned Source License xf86-video-fbdev-0.4.1/COPYING: 30153 30154 Copyright (C) 1994-2003 The XFree86 Project, Inc. All Rights Reserved. 30155 30156 Permission is hereby granted, free of charge, to any person obtaining a copy 30157 of this software and associated documentation files (the "Software"), to deal 30158 in the Software without restriction, including without limitation the rights 30159 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 30160 copies of the Software, and to permit persons to whom the Software is fur- 30161 nished to do so, subject to the following conditions: 30162 30163 The above copyright notice and this permission notice shall be included in 30164 all copies or substantial portions of the Software. 30165 30166 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 30167 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FIT- 30168 NESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 30169 XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER 30170 IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CON- 30171 NECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 30172 30173 Except as contained in this notice, the name of the XFree86 Project shall not 30174 be used in advertising or otherwise to promote the sale, use or other deal- 30175 ings in this Software without prior written authorization from the XFree86 30176 Project. 30177 30178 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 30179 </pre> 30180 <ul> 30181 30182 </ul> 30183 </div> 30184 </div> 30185 30186 30187 <div class="product"> 30188 <span class="title">xf86-video-intel-2.99.907</span> 30189 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 30190 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span> 30191 <div class="licence"> 30192 <pre>Scanned Source License xf86-video-intel-2.99.907/COPYING: 30193 30194 Copyright 2002 Tungsten Graphics, Inc., Cedar Park, Texas. 30195 Copyright 2003 Tungsten Graphics, Inc., Cedar Park, Texas. 30196 Copyright 2005 Tungsten Graphics, Inc., Cedar Park, Texas. 30197 All Rights Reserved. 30198 30199 Permission is hereby granted, free of charge, to any person obtaining a 30200 copy of this software and associated documentation files (the 30201 "Software"), to deal in the Software without restriction, including 30202 without limitation the rights to use, copy, modify, merge, publish, 30203 distribute, sub license, and/or sell copies of the Software, and to 30204 permit persons to whom the Software is furnished to do so, subject to 30205 the following conditions: 30206 30207 The above copyright notice and this permission notice (including the 30208 next paragraph) shall be included in all copies or substantial portions 30209 of the Software. 30210 30211 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 30212 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 30213 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. 30214 IN NO EVENT SHALL TUNGSTEN GRAPHICS AND/OR ITS SUPPLIERS BE LIABLE FOR 30215 ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, 30216 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE 30217 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 30218 30219 Copyright (c) 2005 Jesse Barnes <jbarnes (a] virtuousgeek.org> 30220 Copyright 2002 David Dawes 30221 Copyright 1998-1999 Precision Insight, Inc., Cedar Park, Texas. 30222 30223 All Rights Reserved. 30224 30225 Permission is hereby granted, free of charge, to any person obtaining a 30226 copy of this software and associated documentation files (the 30227 "Software"), to deal in the Software without restriction, including 30228 without limitation the rights to use, copy, modify, merge, publish, 30229 distribute, sub license, and/or sell copies of the Software, and to 30230 permit persons to whom the Software is furnished to do so, subject to 30231 the following conditions: 30232 30233 The above copyright notice and this permission notice (including the 30234 next paragraph) shall be included in all copies or substantial portions 30235 of the Software. 30236 30237 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 30238 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 30239 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. 30240 IN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR 30241 ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, 30242 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE 30243 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 30244 30245 Copyright 2006 Intel Corporation 30246 Copyright 2006,2010 Intel Corporation 30247 Copyright 2007 Intel Corporation 30248 Copyright 2008 Intel Corporation 30249 Copyright 2009 Intel Corporation 30250 Copyright 2007 Red Hat, Inc. 30251 30252 Permission is hereby granted, free of charge, to any person obtaining a 30253 copy of this software and associated documentation files (the "Software"), 30254 to deal in the Software without restriction, including without limitation 30255 the rights to use, copy, modify, merge, publish, distribute, sublicense, 30256 and/or sell copies of the Software, and to permit persons to whom the 30257 Software is furnished to do so, subject to the following conditions: 30258 30259 The above copyright notice and this permission notice (including the next 30260 paragraph) shall be included in all copies or substantial portions of the 30261 Software. 30262 30263 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 30264 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 30265 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 30266 THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 30267 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 30268 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 30269 SOFTWARE. 30270 30271 Copyright 2000 by Alan Hourihane, Sychdyn, North Wales, UK. 30272 30273 Permission to use, copy, modify, distribute, and sell this software and its 30274 documentation for any purpose is hereby granted without fee, provided that 30275 the above copyright notice appear in all copies and that both that 30276 copyright notice and this permission notice appear in supporting 30277 documentation, and that the name of Alan Hourihane not be used in 30278 advertising or publicity pertaining to distribution of the software without 30279 specific, written prior permission. Alan Hourihane makes no representations 30280 about the suitability of this software for any purpose. It is provided 30281 "as is" without express or implied warranty. 30282 30283 ALAN HOURIHANE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 30284 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 30285 EVENT SHALL ALAN HOURIHANE BE LIABLE FOR ANY SPECIAL, INDIRECT OR 30286 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 30287 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 30288 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 30289 PERFORMANCE OF THIS SOFTWARE. 30290 30291 Copyright 2000 Intel Corporation. All Rights Reserved. 30292 30293 Permission is hereby granted, free of charge, to any person obtaining a 30294 copy of this software and associated documentation files (the 30295 "Software"), to deal in the Software without restriction, including 30296 without limitation the rights to use, copy, modify, merge, publish, 30297 distribute, sub license, and/or sell copies of the Software, and to 30298 permit persons to whom the Software is furnished to do so, subject to 30299 the following conditions: 30300 30301 The above copyright notice and this permission notice (including the 30302 next paragraph) shall be included in all copies or substantial portions 30303 of the Software. 30304 30305 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 30306 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 30307 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. 30308 IN NO EVENT SHALL INTEL, AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, 30309 DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR 30310 OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR 30311 THE USE OR OTHER DEALINGS IN THE SOFTWARE. 30312 30313 Copyright 2001 VA Linux Systems Inc., Fremont, California. 30314 Copyright 2002 by David Dawes 30315 30316 All Rights Reserved. 30317 30318 Permission is hereby granted, free of charge, to any person obtaining a 30319 copy of this software and associated documentation files (the "Software"), 30320 to deal in the Software without restriction, including without limitation 30321 on the rights to use, copy, modify, merge, publish, distribute, sub 30322 license, and/or sell copies of the Software, and to permit persons to whom 30323 the Software is furnished to do so, subject to the following conditions: 30324 30325 The above copyright notice and this permission notice (including the next 30326 paragraph) shall be included in all copies or substantial portions of the 30327 Software. 30328 30329 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 30330 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 30331 FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL 30332 ATI, VA LINUX SYSTEMS AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM, 30333 DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR 30334 OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE 30335 USE OR OTHER DEALINGS IN THE SOFTWARE. 30336 30337 Copyright 1999 Keith Packard 30338 Copyright 2001 Keith Packard 30339 Copyright 2000, 2008 Keith Packard 30340 30341 Permission to use, copy, modify, distribute, and sell this software and its 30342 documentation for any purpose is hereby granted without fee, provided that 30343 the above copyright notice appear in all copies and that both that 30344 copyright notice and this permission notice appear in supporting 30345 documentation, and that the name of Keith Packard not be used in 30346 advertising or publicity pertaining to distribution of the software without 30347 specific, written prior permission. Keith Packard makes no 30348 representations about the suitability of this software for any purpose. It 30349 is provided "as is" without express or implied warranty. 30350 30351 KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 30352 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 30353 EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR 30354 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 30355 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 30356 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 30357 PERFORMANCE OF THIS SOFTWARE. 30358 30359 30360 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 30361 </pre> 30362 <ul> 30363 30364 </ul> 30365 </div> 30366 </div> 30367 30368 30369 <div class="product"> 30370 <span class="title">xf86bigfontproto-1.2.0</span> 30371 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 30372 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span> 30373 <div class="licence"> 30374 <pre>Scanned Source License xf86bigfontproto-1.2.0/COPYING: 30375 30376 Permission is hereby granted, free of charge, to any person obtaining a copy 30377 of this software and associated documentation files (the "Software"), to deal 30378 in the Software without restriction, including without limitation the rights 30379 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 30380 copies of the Software, and to permit persons to whom the Software is 30381 furnished to do so, subject to the following conditions: 30382 30383 The above copyright notice and this permission notice shall be included in all 30384 copies or substantial portions of the Software. 30385 30386 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 30387 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 30388 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 30389 XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER 30390 IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 30391 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 30392 30393 Except as contained in this notice, the name of the XFree86 Project shall not 30394 be used in advertising or otherwise to promote the sale, use or other dealings 30395 in this Software without prior written authorization from the XFree86 Project. 30396 30397 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 30398 </pre> 30399 <ul> 30400 30401 </ul> 30402 </div> 30403 </div> 30404 30405 30406 <div class="product"> 30407 <span class="title">xf86dgaproto-2.1</span> 30408 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 30409 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span> 30410 <div class="licence"> 30411 <pre>Scanned Source License xf86dgaproto-2.1/COPYING: 30412 30413 Permission is hereby granted, free of charge, to any person obtaining a copy 30414 of this software and associated documentation files (the "Software"), to deal 30415 in the Software without restriction, including without limitation the rights 30416 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 30417 copies of the Software, and to permit persons to whom the Software is 30418 furnished to do 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, 30425 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 30426 XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER 30427 IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 30428 CONNECTION 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 </pre> 30436 <ul> 30437 30438 </ul> 30439 </div> 30440 </div> 30441 30442 30443 <div class="product"> 30444 <span class="title">xf86driproto-2.1.1</span> 30445 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 30446 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span> 30447 <div class="licence"> 30448 <pre>Scanned Source License xf86driproto-2.1.1/COPYING: 30449 30450 Copyright 1998-1999 Precision Insight, Inc., Cedar Park, Texas. 30451 Copyright 2000 VA Linux Systems, Inc. 30452 All Rights Reserved. 30453 30454 Permission is hereby granted, free of charge, to any person obtaining a 30455 copy of this software and associated documentation files (the 30456 "Software"), to deal in the Software without restriction, including 30457 without limitation the rights to use, copy, modify, merge, publish, 30458 distribute, sub license, and/or sell copies of the Software, and to 30459 permit persons to whom the Software is furnished to do so, subject to 30460 the following conditions: 30461 30462 The above copyright notice and this permission notice (including the 30463 next paragraph) shall be included in all copies or substantial portions 30464 of the Software. 30465 30466 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 30467 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 30468 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. 30469 IN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR 30470 ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, 30471 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE 30472 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 30473 30474 30475 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 30476 </pre> 30477 <ul> 30478 30479 </ul> 30480 </div> 30481 </div> 30482 30483 30484 <div class="product"> 30485 <span class="title">xf86rushproto-1.1.2</span> 30486 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 30487 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span> 30488 <div class="licence"> 30489 <pre>Scanned Source License xf86rushproto-1.1.2/COPYING: 30490 30491 Permission is hereby granted, free of charge, to any person obtaining a copy 30492 of this software and associated documentation files (the "Software"), to deal 30493 in the Software without restriction, including without limitation the rights 30494 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 30495 copies of the Software, and to permit persons to whom the Software is 30496 furnished to do so, subject to the following conditions: 30497 30498 The above copyright notice and this permission notice shall be included in all 30499 copies or substantial portions of the Software. 30500 30501 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 30502 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 30503 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 30504 XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER 30505 IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 30506 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 30507 30508 Except as contained in this notice, the name of the XFree86 Project shall not 30509 be used in advertising or otherwise to promote the sale, use or other dealings 30510 in this Software without prior written authorization from the XFree86 Project. 30511 30512 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 30513 </pre> 30514 <ul> 30515 30516 </ul> 30517 </div> 30518 </div> 30519 30520 30521 <div class="product"> 30522 <span class="title">xf86vidmodeproto-2.3.1</span> 30523 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 30524 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span> 30525 <div class="licence"> 30526 <pre>Scanned Source License xf86vidmodeproto-2.3.1/COPYING: 30527 30528 Copyright 1995 Kaleb S. KEITHLEY 30529 30530 Permission is hereby granted, free of charge, to any person obtaining 30531 a copy of this software and associated documentation files (the 30532 "Software"), to deal in the Software without restriction, including 30533 without limitation the rights to use, copy, modify, merge, publish, 30534 distribute, sublicense, and/or sell copies of the Software, and to 30535 permit persons to whom the Software is furnished to do so, subject to 30536 the following conditions: 30537 30538 The above copyright notice and this permission notice shall be 30539 included in all copies or substantial portions of the Software. 30540 30541 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 30542 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 30543 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. 30544 IN NO EVENT SHALL Kaleb S. KEITHLEY BE LIABLE FOR ANY CLAIM, DAMAGES 30545 OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, 30546 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 30547 OTHER DEALINGS IN THE SOFTWARE. 30548 30549 Except as contained in this notice, the name of Kaleb S. KEITHLEY 30550 shall not be used in advertising or otherwise to promote the sale, use 30551 or other dealings in this Software without prior written authorization 30552 from Kaleb S. KEITHLEY 30553 30554 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 30555 </pre> 30556 <ul> 30557 30558 </ul> 30559 </div> 30560 </div> 30561 30562 30563 <div class="product"> 30564 <span class="title">xhost-1.0.4</span> 30565 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 30566 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span> 30567 <div class="licence"> 30568 <pre>Scanned Source License xhost-1.0.4/COPYING: 30569 30570 Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved. 30571 30572 Permission is hereby granted, free of charge, to any person obtaining a 30573 copy of this software and associated documentation files (the "Software"), 30574 to deal in the Software without restriction, including without limitation 30575 the rights to use, copy, modify, merge, publish, distribute, sublicense, 30576 and/or sell copies of the Software, and to permit persons to whom the 30577 Software is furnished to do so, subject to the following conditions: 30578 30579 The above copyright notice and this permission notice (including the next 30580 paragraph) shall be included in all copies or substantial portions of the 30581 Software. 30582 30583 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 30584 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 30585 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 30586 THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 30587 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 30588 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 30589 DEALINGS IN THE SOFTWARE. 30590 30591 Copyright 1985, 1986, 1987, 1998 The Open Group 30592 30593 All rights reserved. 30594 30595 Permission is hereby granted, free of charge, to any person obtaining a 30596 copy of this software and associated documentation files (the 30597 "Software"), to deal in the Software without restriction, including 30598 without limitation the rights to use, copy, modify, merge, publish, 30599 distribute, and/or sell copies of the Software, and to permit persons 30600 to whom the Software is furnished to do so, provided that the above 30601 copyright notice(s) and this permission notice appear in all copies of 30602 the Software and that both the above copyright notice(s) and this 30603 permission notice appear in supporting documentation. 30604 30605 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 30606 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 30607 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT 30608 OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR 30609 HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL 30610 INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING 30611 FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, 30612 NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION 30613 WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 30614 30615 Except as contained in this notice, the name of a copyright holder 30616 shall not be used in advertising or otherwise to promote the sale, use 30617 or other dealings in this Software without prior written authorization 30618 of the copyright holder. 30619 30620 X Window System is a trademark of The Open Group. 30621 30622 30623 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 30624 </pre> 30625 <ul> 30626 30627 </ul> 30628 </div> 30629 </div> 30630 30631 30632 <div class="product"> 30633 <span class="title">xineramaproto-1.2.1</span> 30634 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 30635 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span> 30636 <div class="licence"> 30637 <pre>Scanned Source License xineramaproto-1.2.1/COPYING: 30638 30639 Copyright 2003 The Open Group 30640 30641 Permission to use, copy, modify, distribute, and sell this software and its 30642 documentation for any purpose is hereby granted without fee, provided that 30643 the above copyright notice appear in all copies and that both that 30644 copyright notice and this permission notice appear in supporting 30645 documentation. 30646 30647 The above copyright notice and this permission notice shall be included in 30648 all copies or substantial portions of the Software. 30649 30650 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 30651 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 30652 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 30653 OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN 30654 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 30655 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 30656 30657 Except as contained in this notice, the name of The Open Group shall not be 30658 used in advertising or otherwise to promote the sale, use or other dealings 30659 in this Software without prior written authorization from The Open Group. 30660 30661 30662 Copyright (c) 1991, 1997 Digital Equipment Corporation, Maynard, Massachusetts. 30663 Permission is hereby granted, free of charge, to any person obtaining a copy 30664 of this software and associated documentation files (the "Software"), to deal 30665 in the Software without restriction, including without limitation the rights 30666 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 30667 copies of the Software. 30668 30669 The above copyright notice and this permission notice shall be included in 30670 all copies or substantial portions of the Software. 30671 30672 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 30673 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 30674 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 30675 DIGITAL EQUIPMENT CORPORATION BE LIABLE FOR ANY CLAIM, DAMAGES, INCLUDING, 30676 BUT NOT LIMITED TO CONSEQUENTIAL OR INCIDENTAL DAMAGES, OR OTHER LIABILITY, 30677 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR 30678 IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 30679 30680 Except as contained in this notice, the name of Digital Equipment Corporation 30681 shall not be used in advertising or otherwise to promote the sale, use or other 30682 dealings in this Software without prior written authorization from Digital 30683 Equipment Corporation. 30684 30685 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 30686 </pre> 30687 <ul> 30688 30689 </ul> 30690 </div> 30691 </div> 30692 30693 30694 <div class="product"> 30695 <span class="title">xinput-1.6.0</span> 30696 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 30697 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span> 30698 <div class="licence"> 30699 <pre>Scanned Source License xinput-1.6.0/COPYING: 30700 30701 Copyright 1996-1997 by Frederic Lepied, France. <Frederic.Lepied (a] sugix.frmug.org> 30702 30703 Permission to use, copy, modify, distribute, and sell this software and its 30704 documentation for any purpose is hereby granted without fee, provided that 30705 the above copyright notice appear in all copies and that both that 30706 copyright notice and this permission notice appear in supporting 30707 documentation, and that the name of the authors not be used in 30708 advertising or publicity pertaining to distribution of the software without 30709 specific, written prior permission. The authors make no 30710 representations about the suitability of this software for any purpose. It 30711 is provided "as is" without express or implied warranty. 30712 30713 THE AUTHORS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 30714 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 30715 EVENT SHALL THE AUTHORS BE LIABLE FOR ANY SPECIAL, INDIRECT OR 30716 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 30717 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 30718 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 30719 PERFORMANCE OF THIS SOFTWARE. 30720 30721 Copyright 2007 Peter Hutterer 30722 Copyright 2009 Red Hat, Inc. 30723 30724 Permission is hereby granted, free of charge, to any person obtaining a 30725 copy of this software and associated documentation files (the "Software"), 30726 to deal in the Software without restriction, including without limitation 30727 the rights to use, copy, modify, merge, publish, distribute, sublicense, 30728 and/or sell copies of the Software, and to permit persons to whom the 30729 Software is furnished to do so, subject to the following conditions: 30730 30731 The above copyright notice and this permission notice (including the next 30732 paragraph) shall be included in all copies or substantial portions of the 30733 Software. 30734 30735 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 30736 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 30737 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 30738 THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 30739 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 30740 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 30741 DEALINGS IN THE SOFTWARE. 30742 30743 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 30744 </pre> 30745 <ul> 30746 30747 </ul> 30748 </div> 30749 </div> 30750 30751 30752 <div class="product"> 30753 <span class="title">xinput_calibrator-0.7.5</span> 30754 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 30755 <span class="homepage"><a href="http://www.freedesktop.org/wiki/Software/xinput_calibrator">homepage</a></span> 30756 <div class="licence"> 30757 <pre>Scanned Source License xinput_calibrator-0.7.5/COPYING: 30758 30759 Copyright (c) 2010 Tias Guns <tias (a] ulyssis.org> and others 30760 See the respective files for detailed copyright information. 30761 30762 30763 Source code: MIT/X11 License 30764 ------------ 30765 Permission is hereby granted, free of charge, to any person 30766 obtaining a copy of this software and associated documentation 30767 files (the "Software"), to deal in the Software without 30768 restriction, including without limitation the rights to use, 30769 copy, modify, merge, publish, distribute, sublicense, and/or sell 30770 copies of the Software, and to permit persons to whom the 30771 Software is furnished to do so, subject to the following 30772 conditions: 30773 30774 The above copyright notice and this permission notice shall be 30775 included in all copies or substantial portions of the Software. 30776 30777 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 30778 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES 30779 OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 30780 NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT 30781 HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 30782 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 30783 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 30784 OTHER DEALINGS IN THE SOFTWARE. 30785 30786 30787 Icon xinput_calibrator.svg: CC by-sa 30788 --------------------------- 30789 (c) Tias Guns <tias (a] ulyssis.org> 30790 30791 The screen and triangle are from the Tango Desktop Project, 30792 which is in the Public Domain. 30793 30794 The hand is from Ubuntu's human-icon-theme, which is CC by-sa 30795 (c) Jeff Waugh <jdub (a] perkypants.org> 30796 (c) Daniel Holbach <daniel.holbach (a] ubuntu.com> 30797 (c) Martin Pitt <martin.pitt (a] ubuntu.com> 30798 Creative Commons Attribution-ShareAlike 3.0 License Agreement 30799 http://creativecommons.org/licenses/by-sa/3.0/ 30800 30801 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 30802 </pre> 30803 <ul> 30804 30805 </ul> 30806 </div> 30807 </div> 30808 30809 30810 <div class="product"> 30811 <span class="title">xkbcomp-1.2.3</span> 30812 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 30813 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span> 30814 <div class="licence"> 30815 <pre>Scanned Source License xkbcomp-1.2.3/COPYING: 30816 30817 Copyright (c) 1994 by Silicon Graphics Computer Systems, Inc. 30818 30819 Permission to use, copy, modify, and distribute this 30820 software and its documentation for any purpose and without 30821 fee is hereby granted, provided that the above copyright 30822 notice appear in all copies and that both that copyright 30823 notice and this permission notice appear in supporting 30824 documentation, and that the name of Silicon Graphics not be 30825 used in advertising or publicity pertaining to distribution 30826 of the software without specific prior written permission. 30827 Silicon Graphics makes no representation about the suitability 30828 of this software for any purpose. It is provided "as is" 30829 without any express or implied warranty. 30830 30831 SILICON GRAPHICS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS 30832 SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY 30833 AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON 30834 GRAPHICS BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL 30835 DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 30836 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE 30837 OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH 30838 THE USE OR PERFORMANCE OF THIS SOFTWARE. 30839 30840 30841 Copyright 1988, 1998 The Open Group 30842 30843 Permission to use, copy, modify, distribute, and sell this software and its 30844 documentation for any purpose is hereby granted without fee, provided that 30845 the above copyright notice appear in all copies and that both that 30846 copyright notice and this permission notice appear in supporting 30847 documentation. 30848 30849 The above copyright notice and this permission notice shall be included in 30850 all copies or substantial portions of the Software. 30851 30852 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 30853 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 30854 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 30855 OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN 30856 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 30857 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 30858 30859 Except as contained in this notice, the name of The Open Group shall not be 30860 used in advertising or otherwise to promote the sale, use or other dealings 30861 in this Software without prior written authorization from The Open Group. 30862 30863 30864 Copyright 1988 by Digital Equipment Corporation, Maynard, Massachusetts. 30865 30866 All Rights Reserved 30867 30868 Permission to use, copy, modify, and distribute this software and its 30869 documentation for any purpose and without fee is hereby granted, 30870 provided that the above copyright notice appear in all copies and that 30871 both that copyright notice and this permission notice appear in 30872 supporting documentation, and that the name of Digital not be 30873 used in advertising or publicity pertaining to distribution of the 30874 software without specific, written prior permission. 30875 30876 DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING 30877 ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL 30878 DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR 30879 ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, 30880 WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, 30881 ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS 30882 SOFTWARE. 30883 30884 30885 COPYRIGHT 1990 30886 DIGITAL EQUIPMENT CORPORATION 30887 MAYNARD, MASSACHUSETTS 30888 ALL RIGHTS RESERVED. 30889 30890 THE INFORMATION IN THIS SOFTWARE IS SUBJECT TO CHANGE WITHOUT NOTICE AND 30891 SHOULD NOT BE CONSTRUED AS A COMMITMENT BY DIGITAL EQUIPMENT CORPORATION. 30892 DIGITAL MAKES NO REPRESENTATIONS ABOUT THE SUITABILITY OF THIS SOFTWARE 30893 FOR ANY PURPOSE. IT IS SUPPLIED "AS IS" WITHOUT EXPRESS OR IMPLIED 30894 WARRANTY. 30895 30896 IF THE SOFTWARE IS MODIFIED IN A MANNER CREATING DERIVATIVE COPYRIGHT 30897 RIGHTS, APPROPRIATE LEGENDS MAY BE PLACED ON THE DERIVATIVE WORK IN 30898 ADDITION TO THAT SET FORTH ABOVE. 30899 30900 Permission to use, copy, modify, and distribute this software and its 30901 documentation for any purpose and without fee is hereby granted, provided 30902 that the above copyright notice appear in all copies and that both that 30903 copyright notice and this permission notice appear in supporting 30904 documentation, and that the name of Digital Equipment Corporation not be 30905 used in advertising or publicity pertaining to distribution of the 30906 software without specific, written prior permission. 30907 30908 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 30909 </pre> 30910 <ul> 30911 30912 </ul> 30913 </div> 30914 </div> 30915 30916 30917 <div class="product"> 30918 <span class="title">xkeyboard-config-2.4.1</span> 30919 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 30920 <span class="homepage"><a href="http://www.freedesktop.org/wiki/Software/XKeyboardConfig">homepage</a></span> 30921 <div class="licence"> 30922 <pre>Scanned Source License xkeyboard-config-2.4.1/COPYING: 30923 30924 Copyright 1996 by Joseph Moss 30925 Copyright (C) 2002-2007 Free Software Foundation, Inc. 30926 Copyright (C) Dmitry Golubev <lastguru (a] mail.ru>, 2003-2004 30927 Copyright (C) 2004, Gregory Mokhin <mokhin (a] bog.msu.ru> 30928 Copyright (C) 2006 Erdal Ronah 30929 30930 Permission to use, copy, modify, distribute, and sell this software and its 30931 documentation for any purpose is hereby granted without fee, provided that 30932 the above copyright notice appear in all copies and that both that 30933 copyright notice and this permission notice appear in supporting 30934 documentation, and that the name of the copyright holder(s) not be used in 30935 advertising or publicity pertaining to distribution of the software without 30936 specific, written prior permission. The copyright holder(s) makes no 30937 representations about the suitability of this software for any purpose. It 30938 is provided "as is" without express or implied warranty. 30939 30940 THE COPYRIGHT HOLDER(S) DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 30941 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 30942 EVENT SHALL THE COPYRIGHT HOLDER(S) BE LIABLE FOR ANY SPECIAL, INDIRECT OR 30943 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 30944 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 30945 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 30946 PERFORMANCE OF THIS SOFTWARE. 30947 30948 30949 Copyright (c) 1996 Digital Equipment Corporation 30950 30951 Permission is hereby granted, free of charge, to any person obtaining 30952 a copy of this software and associated documentation files (the 30953 "Software"), to deal in the Software without restriction, including 30954 without limitation the rights to use, copy, modify, merge, publish, 30955 distribute, sublicense, and sell copies of the Software, and to 30956 permit persons to whom the Software is furnished to do so, subject to 30957 the following conditions: 30958 30959 The above copyright notice and this permission notice shall be included 30960 in all copies or substantial portions of the Software. 30961 30962 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 30963 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 30964 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. 30965 IN NO EVENT SHALL DIGITAL EQUIPMENT CORPORATION BE LIABLE FOR ANY CLAIM, 30966 DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR 30967 OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR 30968 THE USE OR OTHER DEALINGS IN THE SOFTWARE. 30969 30970 Except as contained in this notice, the name of the Digital Equipment 30971 Corporation shall not be used in advertising or otherwise to promote 30972 the sale, use or other dealings in this Software without prior written 30973 authorization from Digital Equipment Corporation. 30974 30975 30976 Copyright 1996, 1998 The Open Group 30977 30978 Permission to use, copy, modify, distribute, and sell this software and its 30979 documentation for any purpose is hereby granted without fee, provided that 30980 the above copyright notice appear in all copies and that both that 30981 copyright notice and this permission notice appear in supporting 30982 documentation. 30983 30984 The above copyright notice and this permission notice shall be 30985 included in all copies or substantial portions of the Software. 30986 30987 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 30988 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 30989 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. 30990 IN NO EVENT SHALL THE OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR 30991 OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, 30992 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 30993 OTHER DEALINGS IN THE SOFTWARE. 30994 30995 Except as contained in this notice, the name of The Open Group shall 30996 not be used in advertising or otherwise to promote the sale, use or 30997 other dealings in this Software without prior written authorization 30998 from The Open Group. 30999 31000 31001 Copyright 2004-2005 Sun Microsystems, Inc. All rights reserved. 31002 31003 Permission is hereby granted, free of charge, to any person obtaining a 31004 copy of this software and associated documentation files (the "Software"), 31005 to deal in the Software without restriction, including without limitation 31006 the rights to use, copy, modify, merge, publish, distribute, sublicense, 31007 and/or sell copies of the Software, and to permit persons to whom the 31008 Software is furnished to do so, subject to the following conditions: 31009 31010 The above copyright notice and this permission notice (including the next 31011 paragraph) shall be included in all copies or substantial portions of the 31012 Software. 31013 31014 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 31015 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 31016 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 31017 THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 31018 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 31019 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 31020 DEALINGS IN THE SOFTWARE. 31021 31022 31023 Copyright (c) 1996 by Silicon Graphics Computer Systems, Inc. 31024 31025 Permission to use, copy, modify, and distribute this 31026 software and its documentation for any purpose and without 31027 fee is hereby granted, provided that the above copyright 31028 notice appear in all copies and that both that copyright 31029 notice and this permission notice appear in supporting 31030 documentation, and that the name of Silicon Graphics not be 31031 used in advertising or publicity pertaining to distribution 31032 of the software without specific prior written permission. 31033 Silicon Graphics makes no representation about the suitability 31034 of this software for any purpose. It is provided "as is" 31035 without any express or implied warranty. 31036 31037 SILICON GRAPHICS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS 31038 SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY 31039 AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON 31040 GRAPHICS BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL 31041 DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 31042 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE 31043 OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH 31044 THE USE OR PERFORMANCE OF THIS SOFTWARE. 31045 31046 31047 Copyright (c) 1996 X Consortium 31048 31049 Permission is hereby granted, free of charge, to any person obtaining 31050 a copy of this software and associated documentation files (the 31051 "Software"), to deal in the Software without restriction, including 31052 without limitation the rights to use, copy, modify, merge, publish, 31053 distribute, sublicense, and/or sell copies of the Software, and to 31054 permit persons to whom the Software is furnished to do so, subject to 31055 the following conditions: 31056 31057 The above copyright notice and this permission notice shall be 31058 included in all copies or substantial portions of the Software. 31059 31060 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 31061 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 31062 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. 31063 IN NO EVENT SHALL THE X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR 31064 OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, 31065 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 31066 OTHER DEALINGS IN THE SOFTWARE. 31067 31068 Except as contained in this notice, the name of the X Consortium shall 31069 not be used in advertising or otherwise to promote the sale, use or 31070 other dealings in this Software without prior written authorization 31071 from the X Consortium. 31072 31073 31074 Copyright (C) 2004, 2006 var Arnfjr Bjarmason <avarab (a] gmail.com> 31075 31076 Permission to use, copy, modify, distribute, and sell this software and its 31077 documentation for any purpose is hereby granted without fee, provided that 31078 the above copyright notice appear in all copies and that both that 31079 copyright notice and this permission notice appear in supporting 31080 documentation. 31081 31082 The above copyright notice and this permission notice shall be 31083 included in all copies or substantial portions of the Software. 31084 31085 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 31086 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 31087 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. 31088 IN NO EVENT SHALL THE OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR 31089 OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, 31090 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 31091 OTHER DEALINGS IN THE SOFTWARE. 31092 31093 Except as contained in this notice, the name of a copyright holder shall 31094 not be used in advertising or otherwise to promote the sale, use or 31095 other dealings in this Software without prior written authorization of 31096 the copyright holder. 31097 31098 31099 Copyright (C) 1999, 2000 by Anton Zinoviev <anton (a] lml.bas.bg> 31100 31101 This software may be used, modified, copied, distributed, and sold, 31102 in both source and binary form provided that the above copyright 31103 and these terms are retained. Under no circumstances is the author 31104 responsible for the proper functioning of this software, nor does 31105 the author assume any responsibility for damages incurred with its 31106 use. 31107 31108 Permission is granted to anyone to use, distribute and modify 31109 this file in any way, provided that the above copyright notice 31110 is left intact and the author of the modification summarizes 31111 the changes in this header. 31112 31113 This file is distributed without any expressed or implied warranty. 31114 31115 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 31116 </pre> 31117 <ul> 31118 31119 </ul> 31120 </div> 31121 </div> 31122 31123 31124 <div class="product"> 31125 <span class="title">xl2tpd-1.3.0</span> 31126 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 31127 <span class="homepage"><a href="http://www.xelerance.com/services/software/xl2tpd/">homepage</a></span> 31128 <div class="licence"> 31129 <pre></pre> 31130 <ul> 31131 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 31132 </ul> 31133 </div> 31134 </div> 31135 31136 31137 <div class="product"> 31138 <span class="title">xlsatoms-1.1.0</span> 31139 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 31140 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span> 31141 <div class="licence"> 31142 <pre>Scanned Source License xlsatoms-1.1.0/COPYING: 31143 31144 Copyright 1989, 1994, 1998 The Open Group 31145 31146 Permission to use, copy, modify, distribute, and sell this software and its 31147 documentation for any purpose is hereby granted without fee, provided that 31148 the above copyright notice appear in all copies and that both that 31149 copyright notice and this permission notice appear in supporting 31150 documentation. 31151 31152 The above copyright notice and this permission notice shall be included in 31153 all copies or substantial portions of the Software. 31154 31155 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 31156 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 31157 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 31158 OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN 31159 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 31160 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 31161 31162 Except as contained in this notice, the name of The Open Group shall not be 31163 used in advertising or otherwise to promote the sale, use or other dealings 31164 in this Software without prior written authorization from The Open Group. 31165 31166 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 31167 </pre> 31168 <ul> 31169 31170 </ul> 31171 </div> 31172 </div> 31173 31174 31175 <div class="product"> 31176 <span class="title">xlsclients-1.1.2</span> 31177 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 31178 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span> 31179 <div class="licence"> 31180 <pre>Scanned Source License xlsclients-1.1.2/COPYING: 31181 31182 Copyright 1989, 1991, 1994, 1998 The Open Group 31183 Copyright 2009 Open Text Corporation 31184 31185 Permission to use, copy, modify, distribute, and sell this software and its 31186 documentation for any purpose is hereby granted without fee, provided that 31187 the above copyright notice appear in all copies and that both that 31188 copyright notice and this permission notice appear in supporting 31189 documentation. 31190 31191 The above copyright notice and this permission notice shall be included in 31192 all copies or substantial portions of the Software. 31193 31194 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 31195 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 31196 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 31197 OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN 31198 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 31199 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 31200 31201 Except as contained in this notice, the name of The Open Group shall not be 31202 used in advertising or otherwise to promote the sale, use or other dealings 31203 in this Software without prior written authorization from The Open Group. 31204 31205 Copyright (c) 2009 Apple Inc. 31206 31207 Permission is hereby granted, free of charge, to any person obtaining a 31208 copy of this software and associated documentation files (the "Software"), 31209 to deal in the Software without restriction, including without limitation 31210 the rights to use, copy, modify, merge, publish, distribute, sublicense, 31211 and/or sell copies of the Software, and to permit persons to whom the 31212 Software is furnished to do so, subject to the following conditions: 31213 31214 The above copyright notice and this permission notice shall be included in 31215 all copies or substantial portions of the Software. 31216 31217 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 31218 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 31219 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 31220 THE ABOVE LISTED COPYRIGHT HOLDER(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR 31221 OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, 31222 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 31223 DEALINGS IN THE SOFTWARE. 31224 31225 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 31226 </pre> 31227 <ul> 31228 31229 </ul> 31230 </div> 31231 </div> 31232 31233 31234 <div class="product"> 31235 <span class="title">xmodmap-1.0.5</span> 31236 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 31237 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span> 31238 <div class="licence"> 31239 <pre>Scanned Source License xmodmap-1.0.5/COPYING: 31240 31241 Copyright (c) 1987, 2010, Oracle and/or its affiliates. All rights reserved. 31242 31243 Permission is hereby granted, free of charge, to any person obtaining a 31244 copy of this software and associated documentation files (the "Software"), 31245 to deal in the Software without restriction, including without limitation 31246 the rights to use, copy, modify, merge, publish, distribute, sublicense, 31247 and/or sell copies of the Software, and to permit persons to whom the 31248 Software is furnished to do so, subject to the following conditions: 31249 31250 The above copyright notice and this permission notice (including the next 31251 paragraph) shall be included in all copies or substantial portions of the 31252 Software. 31253 31254 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 31255 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 31256 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 31257 THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 31258 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 31259 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 31260 DEALINGS IN THE SOFTWARE. 31261 31262 Copyright 1988, 1998 The Open Group 31263 31264 Permission to use, copy, modify, distribute, and sell this software and its 31265 documentation for any purpose is hereby granted without fee, provided that 31266 the above copyright notice appear in all copies and that both that 31267 copyright notice and this permission notice appear in supporting 31268 documentation. 31269 31270 The above copyright notice and this permission notice shall be included 31271 in all copies or substantial portions of the Software. 31272 31273 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 31274 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 31275 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. 31276 IN NO EVENT SHALL THE OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR 31277 OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, 31278 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 31279 OTHER DEALINGS IN THE SOFTWARE. 31280 31281 Except as contained in this notice, the name of The Open Group shall 31282 not be used in advertising or otherwise to promote the sale, use or 31283 other dealings in this Software without prior written authorization 31284 from The Open Group. 31285 31286 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 31287 </pre> 31288 <ul> 31289 31290 </ul> 31291 </div> 31292 </div> 31293 31294 31295 <div class="product"> 31296 <span class="title">xorg-conf-0.0.6</span> 31297 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 31298 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span> 31299 <div class="licence"> 31300 <pre></pre> 31301 <ul> 31302 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 31303 </ul> 31304 </div> 31305 </div> 31306 31307 31308 <div class="product"> 31309 <span class="title">xorg-drivers-1.12</span> 31310 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 31311 <span class="homepage"><a href="http://www.gentoo.org/">homepage</a></span> 31312 <div class="licence"> 31313 <pre></pre> 31314 <ul> 31315 <li><a href='#as-is'>Gentoo Package Stock License as-is</a></li> 31316 </ul> 31317 </div> 31318 </div> 31319 31320 31321 <div class="product"> 31322 <span class="title">xorg-server-1.12.4</span> 31323 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 31324 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span> 31325 <div class="licence"> 31326 <pre>Scanned Source License xorg-server-1.12.4/COPYING: 31327 31328 The following is the 'standard copyright' agreed upon by most contributors, 31329 and is currently the canonical license preferred by the X.Org Foundation. 31330 This is a slight variant of the common MIT license form published by the 31331 Open Source Initiative at http://www.opensource.org/licenses/mit-license.php 31332 31333 Copyright holders of new code should use this license statement where 31334 possible, and insert their name to this list. Please sort by surname 31335 for people, and by the full name for other entities (e.g. Juliusz 31336 Chroboczek sorts before Intel Corporation sorts before Daniel Stone). 31337 31338 Copyright 2000-2001 Juliusz Chroboczek 31339 Copyright 1998 Egbert Eich 31340 Copyright 2006-2007 Intel Corporation 31341 Copyright 2006 Nokia Corporation 31342 Copyright 2006-2008 Peter Hutterer 31343 Copyright 2006 Adam Jackson 31344 Copyright 2009-2010 NVIDIA Corporation 31345 Copyright 1987, 2003-2006, 2008-2010 Oracle and/or its affiliates. 31346 Copyright 1999 Keith Packard 31347 Copyright 2007-2009 Red Hat, Inc. 31348 Copyright 2005-2008 Daniel Stone 31349 Copyright 2006-2009 Simon Thum 31350 Copyright 2006 Luc Verhaegen 31351 31352 Permission is hereby granted, free of charge, to any person obtaining a 31353 copy of this software and associated documentation files (the "Software"), 31354 to deal in the Software without restriction, including without limitation 31355 the rights to use, copy, modify, merge, publish, distribute, sublicense, 31356 and/or sell copies of the Software, and to permit persons to whom the 31357 Software is furnished to do so, subject to the following conditions: 31358 31359 The above copyright notice and this permission notice (including the next 31360 paragraph) shall be included in all copies or substantial portions of the 31361 Software. 31362 31363 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 31364 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 31365 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 31366 THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 31367 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 31368 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 31369 DEALINGS IN THE SOFTWARE. 31370 31371 31372 31373 31374 The following licenses are 'legacy': usually MIT/X11 licenses with the name 31375 of the copyright holder(s) in the license statement, but also some BSD-like 31376 licenses. 31377 31378 31379 Copyright (C) 1994-2003 The XFree86 Project, Inc. All Rights Reserved. 31380 Copyright (C) Colin Harrison 2005-2008 31381 31382 Permission is hereby granted, free of charge, to any person obtaining a copy of 31383 this software and associated documentation files (the "Software"), to deal in 31384 the Software without restriction, including without limitation the rights to 31385 use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies 31386 of the Software, and to permit persons to whom the Software is furnished to do 31387 so, subject to the following conditions: 31388 31389 The above copyright notice and this permission notice shall be included in all 31390 copies or substantial portions of the Software. 31391 31392 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 31393 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FIT- 31394 NESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 31395 XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN 31396 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION 31397 WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 31398 31399 Except as contained in this notice, the name of the XFree86 Project shall not 31400 be used in advertising or otherwise to promote the sale, use or other dealings 31401 in this Software without prior written authorization from the XFree86 Project. 31402 31403 31404 Copyright 1997 by The XFree86 Project, Inc. 31405 31406 Permission to use, copy, modify, distribute, and sell this software and its 31407 documentation for any purpose is hereby granted without fee, provided that 31408 the above copyright notice appear in all copies and that both that 31409 copyright notice and this permission notice appear in supporting 31410 documentation, and that the name of the XFree86 Project, Inc. 31411 not be used in advertising or publicity pertaining to distribution of 31412 the software without specific, written prior permission. The Xfree86 31413 Project, Inc. makes no representations about the suitability of this 31414 software for any purpose. It is provided "as is" without express or 31415 implied warranty. 31416 31417 THE XFREE86 PROJECT, INC. DISCLAIMS ALL WARRANTIES WITH REGARD 31418 TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND 31419 FITNESS, IN NO EVENT SHALL OREST ZBOROWSKI OR DAVID WEXELBLAT BE LIABLE 31420 FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 31421 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 31422 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 31423 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 31424 31425 31426 Copyright 1985-1998, 2001 The Open Group 31427 Copyright 2002 Red Hat Inc., Durham, North Carolina. 31428 31429 Permission to use, copy, modify, distribute, and sell this software and its 31430 documentation for any purpose is hereby granted without fee, provided that 31431 the above copyright notice appear in all copies and that both that 31432 copyright notice and this permission notice appear in supporting 31433 documentation. 31434 31435 The above copyright notice and this permission notice shall be included in 31436 all copies or substantial portions of the Software. 31437 31438 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 31439 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 31440 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 31441 OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN 31442 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 31443 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 31444 31445 Except as contained in this notice, the name of The Open Group shall not be 31446 used in advertising or otherwise to promote the sale, use or other dealings 31447 in this Software without prior written authorization from The Open Group. 31448 31449 31450 Copyright (c) 1987, 1989-1990, 1992-1995 X Consortium 31451 31452 Permission is hereby granted, free of charge, to any person obtaining a copy 31453 of this software and associated documentation files (the "Software"), to deal 31454 in the Software without restriction, including without limitation the rights 31455 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 31456 copies of the Software, and to permit persons to whom the Software is 31457 furnished to do so, subject to the following conditions: 31458 31459 The above copyright notice and this permission notice shall be included in 31460 all copies or substantial portions of the Software. 31461 31462 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 31463 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 31464 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 31465 X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN 31466 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 31467 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 31468 31469 Except as contained in this notice, the name of the X Consortium shall not be 31470 used in advertising or otherwise to promote the sale, use or other dealings 31471 in this Software without prior written authorization from the X Consortium. 31472 31473 31474 Copyright 1999-2000 SuSE, Inc. 31475 Copyright 2007 Red Hat, Inc. 31476 31477 Permission to use, copy, modify, distribute, and sell this software and its 31478 documentation for any purpose is hereby granted without fee, provided that 31479 the above copyright notice appear in all copies and that both that 31480 copyright notice and this permission notice appear in supporting 31481 documentation, and that the name of SuSE not be used in advertising or 31482 publicity pertaining to distribution of the software without specific, 31483 written prior permission. SuSE makes no representations about the 31484 suitability of this software for any purpose. It is provided "as is" 31485 without express or implied warranty. 31486 31487 SuSE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL 31488 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL SuSE 31489 BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 31490 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION 31491 OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN 31492 CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 31493 31494 31495 Copyright 1987-1991, 1993 by Digital Equipment Corporation, Maynard, Massachusetts. 31496 Copyright 1991 Massachusetts Institute of Technology, Cambridge, Massachusetts. 31497 Copyright 1991, 1993 Olivetti Research Limited, Cambridge, England. 31498 31499 All Rights Reserved 31500 31501 Permission to use, copy, modify, and distribute this software and its 31502 documentation for any purpose and without fee is hereby granted, 31503 provided that the above copyright notice appear in all copies and that 31504 both that copyright notice and this permission notice appear in 31505 supporting documentation, and that the name of Digital not be 31506 used in advertising or publicity pertaining to distribution of the 31507 software without specific, written prior permission. 31508 31509 DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING 31510 ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL 31511 DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR 31512 ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, 31513 WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, 31514 ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS 31515 SOFTWARE. 31516 31517 31518 Copyright 1987 by Digital Equipment Corporation, Maynard, Massachusetts, 31519 Copyright 1994 Quarterdeck Office Systems. 31520 31521 All Rights Reserved 31522 31523 Permission to use, copy, modify, and distribute this software and its 31524 documentation for any purpose and without fee is hereby granted, 31525 provided that the above copyright notice appear in all copies and that 31526 both that copyright notice and this permission notice appear in 31527 supporting documentation, and that the names of Digital and 31528 Quarterdeck not be used in advertising or publicity pertaining to 31529 distribution of the software without specific, written prior 31530 permission. 31531 31532 DIGITAL AND QUARTERDECK DISCLAIM ALL WARRANTIES WITH REGARD TO THIS 31533 SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND 31534 FITNESS, IN NO EVENT SHALL DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT 31535 OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS 31536 OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE 31537 OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE 31538 OR PERFORMANCE OF THIS SOFTWARE. 31539 31540 31541 Copyright 1997 Digital Equipment Corporation. 31542 All rights reserved. 31543 31544 This software is furnished under license and may be used and copied only in 31545 accordance with the following terms and conditions. Subject to these 31546 conditions, you may download, copy, install, use, modify and distribute 31547 this software in source and/or binary form. No title or ownership is 31548 transferred hereby. 31549 31550 1) Any source code used, modified or distributed must reproduce and retain 31551 this copyright notice and list of conditions as they appear in the 31552 source file. 31553 31554 2) No right is granted to use any trade name, trademark, or logo of Digital 31555 Equipment Corporation. Neither the "Digital Equipment Corporation" 31556 name nor any trademark or logo of Digital Equipment Corporation may be 31557 used to endorse or promote products derived from this software without 31558 the prior written permission of Digital Equipment Corporation. 31559 31560 3) This software is provided "AS-IS" and any express or implied warranties, 31561 including but not limited to, any implied warranties of merchantability, 31562 fitness for a particular purpose, or non-infringement are disclaimed. 31563 In no event shall DIGITAL be liable for any damages whatsoever, and in 31564 particular, DIGITAL shall not be liable for special, indirect, 31565 consequential, or incidental damages or damages for lost profits, loss 31566 of revenue or loss of use, whether such damages arise in contract, 31567 negligence, tort, under statute, in equity, at law or otherwise, even 31568 if advised of the possibility of such damage. 31569 31570 31571 Copyright (c) 1991, 1996-1997 Digital Equipment Corporation, Maynard, Massachusetts. 31572 31573 Permission is hereby granted, free of charge, to any person obtaining a copy 31574 of this software and associated documentation files (the "Software"), to deal 31575 in the Software without restriction, including without limitation the rights 31576 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 31577 copies of the Software. 31578 31579 The above copyright notice and this permission notice shall be included in 31580 all copies or substantial portions of the Software. 31581 31582 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 31583 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 31584 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 31585 DIGITAL EQUIPMENT CORPORATION BE LIABLE FOR ANY CLAIM, DAMAGES, INCLUDING, 31586 BUT NOT LIMITED TO CONSEQUENTIAL OR INCIDENTAL DAMAGES, OR OTHER LIABILITY, 31587 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR 31588 IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 31589 31590 Except as contained in this notice, the name of Digital Equipment Corporation 31591 shall not be used in advertising or otherwise to promote the sale, use or other 31592 dealings in this Software without prior written authorization from Digital 31593 Equipment Corporation. 31594 31595 31596 SGI FREE SOFTWARE LICENSE B (Version 2.0, Sept. 18, 2008) 31597 Copyright (C) 1991-2000 Silicon Graphics, Inc. All Rights Reserved. 31598 31599 Permission is hereby granted, free of charge, to any person obtaining a 31600 copy of this software and associated documentation files (the "Software"), 31601 to deal in the Software without restriction, including without limitation 31602 the rights to use, copy, modify, merge, publish, distribute, sublicense, 31603 and/or sell copies of the Software, and to permit persons to whom the 31604 Software is furnished to do so, subject to the following conditions: 31605 31606 The above copyright notice including the dates of first publication and 31607 either this permission notice or a reference to 31608 http://oss.sgi.com/projects/FreeB/ 31609 shall be included in all copies or substantial portions of the Software. 31610 31611 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 31612 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 31613 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 31614 SILICON GRAPHICS, INC. BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 31615 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF 31616 OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 31617 SOFTWARE. 31618 31619 31620 Copyright (c) 1994, 1995 Hewlett-Packard Company 31621 31622 Permission is hereby granted, free of charge, to any person obtaining 31623 a copy of this software and associated documentation files (the 31624 "Software"), to deal in the Software without restriction, including 31625 without limitation the rights to use, copy, modify, merge, publish, 31626 distribute, sublicense, and/or sell copies of the Software, and to 31627 permit persons to whom the Software is furnished to do so, subject to 31628 the following conditions: 31629 31630 The above copyright notice and this permission notice shall be included 31631 in all copies or substantial portions of the Software. 31632 31633 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 31634 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 31635 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. 31636 IN NO EVENT SHALL HEWLETT-PACKARD COMPANY BE LIABLE FOR ANY CLAIM, 31637 DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR 31638 OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR 31639 THE USE OR OTHER DEALINGS IN THE SOFTWARE. 31640 31641 Except as contained in this notice, the name of the Hewlett-Packard 31642 Company shall not be used in advertising or otherwise to promote the 31643 sale, use or other dealings in this Software without prior written 31644 authorization from the Hewlett-Packard Company. 31645 31646 31647 Copyright 1989 by Hewlett-Packard Company, Palo Alto, California. 31648 All Rights Reserved 31649 31650 Permission to use, copy, modify, and distribute this software and its 31651 documentation for any purpose and without fee is hereby granted, 31652 provided that the above copyright notice appear in all copies and that 31653 both that copyright notice and this permission notice appear in 31654 supporting documentation, and that the name of Hewlett-Packard not be 31655 used in advertising or publicity pertaining to distribution of the 31656 software without specific, written prior permission. 31657 31658 HEWLETT-PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING 31659 ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL 31660 HEWLETT-PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR 31661 ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, 31662 WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, 31663 ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS 31664 SOFTWARE. 31665 31666 31667 Copyright 2001-2004 Red Hat Inc., Durham, North Carolina. 31668 Copyright (c) 2003 by the XFree86 Project, Inc. 31669 Copyright 2004-2005 Red Hat Inc., Raleigh, North Carolina. 31670 All Rights Reserved. 31671 31672 Permission is hereby granted, free of charge, to any person obtaining 31673 a copy of this software and associated documentation files (the 31674 "Software"), to deal in the Software without restriction, including 31675 without limitation on the rights to use, copy, modify, merge, 31676 publish, distribute, sublicense, and/or sell copies of the Software, 31677 and to permit persons to whom the Software is furnished to do so, 31678 subject to the following conditions: 31679 31680 The above copyright notice and this permission notice (including the 31681 next paragraph) shall be included in all copies or substantial 31682 portions of the Software. 31683 31684 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 31685 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 31686 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 31687 NON-INFRINGEMENT. IN NO EVENT SHALL RED HAT AND/OR THEIR SUPPLIERS 31688 BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN 31689 ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 31690 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 31691 SOFTWARE. 31692 31693 31694 Copyright 2008 Red Hat, Inc. 31695 Partly based on code Copyright 2000 SuSE, Inc. 31696 31697 Permission to use, copy, modify, distribute, and sell this software 31698 and its documentation for any purpose is hereby granted without 31699 fee, provided that the above copyright notice appear in all copies 31700 and that both that copyright notice and this permission notice 31701 appear in supporting documentation, and that the name of Red Hat 31702 not be used in advertising or publicity pertaining to distribution 31703 of the software without specific, written prior permission. Red 31704 Hat makes no representations about the suitability of this software 31705 for any purpose. It is provided "as is" without express or implied 31706 warranty. 31707 31708 Red Hat DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 31709 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN 31710 NO EVENT SHALL Red Hat BE LIABLE FOR ANY SPECIAL, INDIRECT OR 31711 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS 31712 OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, 31713 NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN 31714 CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 31715 31716 Permission to use, copy, modify, distribute, and sell this software and its 31717 documentation for any purpose is hereby granted without fee, provided that 31718 the above copyright notice appear in all copies and that both that 31719 copyright notice and this permission notice appear in supporting 31720 documentation, and that the name of SuSE not be used in advertising or 31721 publicity pertaining to distribution of the software without specific, 31722 written prior permission. SuSE makes no representations about the 31723 suitability of this software for any purpose. It is provided "as is" 31724 without express or implied warranty. 31725 31726 SuSE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL 31727 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL SuSE 31728 BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 31729 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION 31730 OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN 31731 CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 31732 31733 31734 Copyright 2006 Red Hat, Inc. 31735 (C) Copyright 1998-1999 Precision Insight, Inc., Cedar Park, Texas. 31736 All Rights Reserved. 31737 31738 Permission is hereby granted, free of charge, to any person obtaining a 31739 copy of this software and associated documentation files (the "Software"), 31740 to deal in the Software without restriction, including without limitation 31741 the rights to use, copy, modify, merge, publish, distribute, sub license, 31742 and/or sell copies of the Software, and to permit persons to whom the 31743 Software is furnished to do so, subject to the following conditions: 31744 31745 The above copyright notice and this permission notice (including the next 31746 paragraph) shall be included in all copies or substantial portions of the 31747 Software. 31748 31749 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 31750 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 31751 FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL 31752 RED HAT, INC, OR PRECISION INSIGHT AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY 31753 CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT 31754 OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR 31755 THE USE OR OTHER DEALINGS IN THE SOFTWARE. 31756 31757 31758 Copyright (c) 1995 X Consortium 31759 Copyright 2004 Red Hat Inc., Durham, North Carolina. 31760 All Rights Reserved. 31761 31762 Permission is hereby granted, free of charge, to any person obtaining 31763 a copy of this software and associated documentation files (the 31764 "Software"), to deal in the Software without restriction, including 31765 without limitation on the rights to use, copy, modify, merge, 31766 publish, distribute, sublicense, and/or sell copies of the Software, 31767 and to permit persons to whom the Software is furnished to do so, 31768 subject to the following conditions: 31769 31770 The above copyright notice and this permission notice shall be 31771 included in all copies or substantial portions of the Software. 31772 31773 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 31774 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 31775 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 31776 NON-INFRINGEMENT. IN NO EVENT SHALL RED HAT, THE X CONSORTIUM, 31777 AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 31778 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, 31779 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 31780 OTHER DEALINGS IN THE SOFTWARE. 31781 31782 Except as contained in this notice, the name of the X Consortium 31783 shall not be used in advertising or otherwise to promote the sale, 31784 use or other dealings in this Software without prior written 31785 authorization from the X Consortium. 31786 31787 31788 Copyright 1998-2000 Precision Insight, Inc., Cedar Park, Texas. 31789 Copyright 2000 VA Linux Systems, Inc. 31790 Copyright (c) 2002, 2008, 2009 Apple Computer, Inc. 31791 Copyright (c) 2003-2004 Torrey T. Lyons. 31792 All Rights Reserved. 31793 31794 Permission is hereby granted, free of charge, to any person obtaining a 31795 copy of this software and associated documentation files (the 31796 "Software"), to deal in the Software without restriction, including 31797 without limitation the rights to use, copy, modify, merge, publish, 31798 distribute, sub license, and/or sell copies of the Software, and to 31799 permit persons to whom the Software is furnished to do so, subject to 31800 the following conditions: 31801 31802 The above copyright notice and this permission notice (including the 31803 next paragraph) shall be included in all copies or substantial portions 31804 of the Software. 31805 31806 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 31807 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 31808 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. 31809 IN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR 31810 ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, 31811 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE 31812 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 31813 31814 31815 (C) Copyright IBM Corporation 2003 31816 All Rights Reserved. 31817 31818 Permission is hereby granted, free of charge, to any person obtaining a 31819 copy of this software and associated documentation files (the "Software"), 31820 to deal in the Software without restriction, including without limitation 31821 on the rights to use, copy, modify, merge, publish, distribute, sub 31822 license, and/or sell copies of the Software, and to permit persons to whom 31823 the Software is furnished to do so, subject to the following conditions: 31824 31825 The above copyright notice and this permission notice (including the next 31826 paragraph) shall be included in all copies or substantial portions of the 31827 Software. 31828 31829 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 31830 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 31831 FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL 31832 VA LINUX SYSTEM, IBM AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM, 31833 DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR 31834 OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE 31835 USE OR OTHER DEALINGS IN THE SOFTWARE. 31836 31837 31838 (C) Copyright IBM Corporation 2004-2005 31839 All Rights Reserved. 31840 31841 Permission is hereby granted, free of charge, to any person obtaining a 31842 copy of this software and associated documentation files (the "Software"), 31843 to deal in the Software without restriction, including without limitation 31844 the rights to use, copy, modify, merge, publish, distribute, sub license, 31845 and/or sell copies of the Software, and to permit persons to whom the 31846 Software is furnished to do so, subject to the following conditions: 31847 31848 The above copyright notice and this permission notice (including the next 31849 paragraph) shall be included in all copies or substantial portions of the 31850 Software. 31851 31852 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 31853 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 31854 FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL 31855 IBM, 31856 AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 31857 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF 31858 OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 31859 SOFTWARE. 31860 31861 31862 Copyright (c) 1997 Metro Link Incorporated 31863 31864 Permission is hereby granted, free of charge, to any person obtaining a 31865 copy of this software and associated documentation files (the "Software"), 31866 to deal in the Software without restriction, including without limitation 31867 the rights to use, copy, modify, merge, publish, distribute, sublicense, 31868 and/or sell copies of the Software, and to permit persons to whom the 31869 Software is furnished to do so, subject to the following conditions: 31870 31871 The above copyright notice and this permission notice shall be included in 31872 all copies or substantial portions of the Software. 31873 31874 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 31875 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 31876 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 31877 THE X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 31878 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF 31879 OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 31880 SOFTWARE. 31881 31882 Except as contained in this notice, the name of the Metro Link shall not be 31883 used in advertising or otherwise to promote the sale, use or other dealings 31884 in this Software without prior written authorization from Metro Link. 31885 31886 31887 Copyright 1995-1998 by Metro Link, Inc. 31888 Copyright (c) 1997 Matthieu Herrb 31889 31890 Permission to use, copy, modify, distribute, and sell this software and its 31891 documentation for any purpose is hereby granted without fee, provided that 31892 the above copyright notice appear in all copies and that both that 31893 copyright notice and this permission notice appear in supporting 31894 documentation, and that the name of Metro Link, Inc. not be used in 31895 advertising or publicity pertaining to distribution of the software without 31896 specific, written prior permission. Metro Link, Inc. makes no 31897 representations about the suitability of this software for any purpose. 31898 It is provided "as is" without express or implied warranty. 31899 31900 METRO LINK, INC. DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 31901 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 31902 EVENT SHALL METRO LINK, INC. BE LIABLE FOR ANY SPECIAL, INDIRECT OR 31903 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 31904 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 31905 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 31906 PERFORMANCE OF THIS SOFTWARE. 31907 31908 31909 Copyright 1998 by Metro Link Incorporated 31910 31911 Permission to use, copy, modify, distribute, and sell this software 31912 and its documentation for any purpose is hereby granted without fee, 31913 provided that the above copyright notice appear in all copies and that 31914 both that copyright notice and this permission notice appear in 31915 supporting documentation, and that the name of Metro Link 31916 Incorporated not be used in advertising or publicity pertaining to 31917 distribution of the software without specific, written prior 31918 permission. Metro Link Incorporated makes no representations 31919 about the suitability of this software for any purpose. It is 31920 provided "as is" without express or implied warranty. 31921 31922 METRO LINK INCORPORATED DISCLAIMS ALL WARRANTIES WITH REGARD 31923 TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY 31924 AND FITNESS, IN NO EVENT SHALL METRO LINK INCORPORATED BE 31925 LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY 31926 DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, 31927 WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, 31928 ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS 31929 SOFTWARE. 31930 31931 31932 Copyright (c) 2000 by Conectiva S.A. (http://www.conectiva.com) 31933 31934 Permission is hereby granted, free of charge, to any person obtaining a 31935 copy of this software and associated documentation files (the "Software"), 31936 to deal in the Software without restriction, including without limitation 31937 the rights to use, copy, modify, merge, publish, distribute, sublicense, 31938 and/or sell copies of the Software, and to permit persons to whom the 31939 Software is furnished to do so, subject to the following conditions: 31940 31941 The above copyright notice and this permission notice shall be included in 31942 all copies or substantial portions of the Software. 31943 31944 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 31945 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 31946 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 31947 CONECTIVA LINUX BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 31948 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF 31949 OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 31950 SOFTWARE. 31951 31952 Except as contained in this notice, the name of Conectiva Linux shall 31953 not be used in advertising or otherwise to promote the sale, use or other 31954 dealings in this Software without prior written authorization from 31955 Conectiva Linux. 31956 31957 31958 Copyright (c) 2001, Andy Ritger aritger (a] nvidia.com 31959 All rights reserved. 31960 31961 Redistribution and use in source and binary forms, with or without 31962 modification, are permitted provided that the following conditions 31963 are met: 31964 31965 o Redistributions of source code must retain the above copyright 31966 notice, this list of conditions and the following disclaimer. 31967 o Redistributions in binary form must reproduce the above copyright 31968 notice, this list of conditions and the following disclaimer 31969 in the documentation and/or other materials provided with the 31970 distribution. 31971 o Neither the name of NVIDIA nor the names of its contributors 31972 may be used to endorse or promote products derived from this 31973 software without specific prior written permission. 31974 31975 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 31976 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT 31977 NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND 31978 FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL 31979 THE REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, 31980 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, 31981 BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; 31982 LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER 31983 CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 31984 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN 31985 ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 31986 POSSIBILITY OF SUCH DAMAGE. 31987 31988 31989 Copyright 1992 Vrije Universiteit, The Netherlands 31990 31991 Permission to use, copy, modify, and distribute this software and its 31992 documentation for any purpose and without fee is hereby granted, provided 31993 that the above copyright notice appear in all copies and that both that 31994 copyright notice and this permission notice appear in supporting 31995 documentation, and that the name of the Vrije Universiteit not be used in 31996 advertising or publicity pertaining to distribution of the software without 31997 specific, written prior permission. The Vrije Universiteit makes no 31998 representations about the suitability of this software for any purpose. 31999 It is provided "as is" without express or implied warranty. 32000 32001 The Vrije Universiteit DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 32002 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 32003 EVENT SHALL The Vrije Universiteit BE LIABLE FOR ANY SPECIAL, INDIRECT OR 32004 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 32005 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 32006 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 32007 PERFORMANCE OF THIS SOFTWARE. 32008 32009 32010 Copyright 1998 by Concurrent Computer Corporation 32011 32012 Permission to use, copy, modify, distribute, and sell this software 32013 and its documentation for any purpose is hereby granted without fee, 32014 provided that the above copyright notice appear in all copies and that 32015 both that copyright notice and this permission notice appear in 32016 supporting documentation, and that the name of Concurrent Computer 32017 Corporation not be used in advertising or publicity pertaining to 32018 distribution of the software without specific, written prior 32019 permission. Concurrent Computer Corporation makes no representations 32020 about the suitability of this software for any purpose. It is 32021 provided "as is" without express or implied warranty. 32022 32023 CONCURRENT COMPUTER CORPORATION DISCLAIMS ALL WARRANTIES WITH REGARD 32024 TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY 32025 AND FITNESS, IN NO EVENT SHALL CONCURRENT COMPUTER CORPORATION BE 32026 LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY 32027 DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, 32028 WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, 32029 ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS 32030 SOFTWARE. 32031 32032 32033 Copyright 2004 Nokia 32034 32035 Permission to use, copy, modify, distribute, and sell this software and its 32036 documentation for any purpose is hereby granted without fee, provided that 32037 the above copyright notice appear in all copies and that both that 32038 copyright notice and this permission notice appear in supporting 32039 documentation, and that the name of Nokia not be used in 32040 advertising or publicity pertaining to distribution of the software without 32041 specific, written prior permission. Nokia makes no 32042 representations about the suitability of this software for any purpose. It 32043 is provided "as is" without express or implied warranty. 32044 32045 NOKIA DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 32046 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 32047 EVENT SHALL NOKIA BE LIABLE FOR ANY SPECIAL, INDIRECT OR 32048 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 32049 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 32050 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 32051 PERFORMANCE OF THIS SOFTWARE. 32052 32053 32054 (c)Copyright 1988,1991 Adobe Systems Incorporated. 32055 All rights reserved. 32056 32057 Permission to use, copy, modify, distribute, and sublicense this software and its 32058 documentation for any purpose and without fee is hereby granted, provided that 32059 the above copyright notices appear in all copies and that both those copyright 32060 notices and this permission notice appear in supporting documentation and that 32061 the name of Adobe Systems Incorporated not be used in advertising or publicity 32062 pertaining to distribution of the software without specific, written prior 32063 permission. No trademark license to use the Adobe trademarks is hereby 32064 granted. If the Adobe trademark "Display PostScript"(tm) is used to describe 32065 this software, its functionality or for any other purpose, such use shall be 32066 limited to a statement that this software works in conjunction with the Display 32067 PostScript system. Proper trademark attribution to reflect Adobe's ownership 32068 of the trademark shall be given whenever any such reference to the Display 32069 PostScript system is made. 32070 32071 ADOBE MAKES NO REPRESENTATIONS ABOUT THE SUITABILITY OF THE SOFTWARE FOR ANY 32072 PURPOSE. IT IS PROVIDED "AS IS" WITHOUT EXPRESS OR IMPLIED WARRANTY. ADOBE 32073 DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED 32074 WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON- 32075 INFRINGEMENT OF THIRD PARTY RIGHTS. IN NO EVENT SHALL ADOBE BE LIABLE TO YOU 32076 OR ANY OTHER PARTY FOR ANY SPECIAL, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY 32077 DAMAGES WHATSOEVER WHETHER IN AN ACTION OF CONTRACT,NEGLIGENCE, STRICT 32078 LIABILITY OR ANY OTHER ACTION ARISING OUT OF OR IN CONNECTION WITH THE USE OR 32079 PERFORMANCE OF THIS SOFTWARE. ADOBE WILL NOT PROVIDE ANY TRAINING OR OTHER 32080 SUPPORT FOR THE SOFTWARE. 32081 32082 Adobe, PostScript, and Display PostScript are trademarks of Adobe Systems 32083 Incorporated which may be registered in certain jurisdictions. 32084 32085 32086 Copyright 1989 Network Computing Devices, Inc., Mountain View, California. 32087 32088 Permission to use, copy, modify, and distribute this software and its 32089 documentation for any purpose and without fee is hereby granted, provided 32090 that the above copyright notice appear in all copies and that both that 32091 copyright notice and this permission notice appear in supporting 32092 documentation, and that the name of N.C.D. not be used in advertising or 32093 publicity pertaining to distribution of the software without specific, 32094 written prior permission. N.C.D. makes no representations about the 32095 suitability of this software for any purpose. It is provided "as is" 32096 without express or implied warranty. 32097 32098 32099 Copyright (c) 1987 by the Regents of the University of California 32100 32101 Permission to use, copy, modify, and distribute this 32102 software and its documentation for any purpose and without 32103 fee is hereby granted, provided that the above copyright 32104 notice appear in all copies. The University of California 32105 makes no representations about the suitability of this 32106 software for any purpose. It is provided "as is" without 32107 express or implied warranty. 32108 32109 32110 Copyright 1992, 1993 Data General Corporation; 32111 Copyright 1992, 1993 OMRON Corporation 32112 32113 Permission to use, copy, modify, distribute, and sell this software and its 32114 documentation for any purpose is hereby granted without fee, provided that the 32115 above copyright notice appear in all copies and that both that copyright 32116 notice and this permission notice appear in supporting documentation, and that 32117 neither the name OMRON or DATA GENERAL be used in advertising or publicity 32118 pertaining to distribution of the software without specific, written prior 32119 permission of the party whose name is to be used. Neither OMRON or 32120 DATA GENERAL make any representation about the suitability of this software 32121 for any purpose. It is provided "as is" without express or implied warranty. 32122 32123 OMRON AND DATA GENERAL EACH DISCLAIM ALL WARRANTIES WITH REGARD TO THIS 32124 SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, 32125 IN NO EVENT SHALL OMRON OR DATA GENERAL BE LIABLE FOR ANY SPECIAL, INDIRECT 32126 OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 32127 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 32128 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE 32129 OF THIS SOFTWARE. 32130 32131 32132 Copyright 1998-2004, 2006 Keith Packard 32133 Copyright 2000-2002 Keith Packard, member of The XFree86 Project, Inc. 32134 Copyright (c) 2002 Apple Computer, Inc. 32135 Copyright (c) 2003 Torrey T. Lyons. 32136 All Rights Reserved. 32137 32138 Permission to use, copy, modify, distribute, and sell this software and its 32139 documentation for any purpose is hereby granted without fee, provided that 32140 the above copyright notice appear in all copies and that both that 32141 copyright notice and this permission notice appear in supporting 32142 documentation, and that the name of Keith Packard not be used in 32143 advertising or publicity pertaining to distribution of the software without 32144 specific, written prior permission. Keith Packard makes no 32145 representations about the suitability of this software for any purpose. It 32146 is provided "as is" without express or implied warranty. 32147 32148 KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 32149 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 32150 EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR 32151 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 32152 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 32153 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 32154 PERFORMANCE OF THIS SOFTWARE. 32155 32156 32157 Copyright 1999 Keith Packard 32158 Copyright 2000 Compaq Computer Corporation 32159 Copyright 2002 MontaVista Software Inc. 32160 Copyright 2005 OpenedHand Ltd. 32161 Copyright 2006 Nokia Corporation 32162 32163 Permission to use, copy, modify, distribute, and sell this software and its 32164 documentation for any purpose is hereby granted without fee, provided that 32165 the above copyright notice appear in all copies and that both that 32166 copyright notice and this permission notice appear in supporting 32167 documentation, and that the name of the authors and/or copyright holders 32168 not be used in advertising or publicity pertaining to distribution of the 32169 software without specific, written prior permission. The authors and/or 32170 copyright holders make no representations about the suitability of this 32171 software for any purpose. It is provided "as is" without express or 32172 implied warranty. 32173 32174 THE AUTHORS AND/OR COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD 32175 TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY 32176 AND FITNESS, IN NO EVENT SHALL THE AUTHORS AND/OR COPYRIGHT HOLDERS BE 32177 LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 32178 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 32179 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 32180 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 32181 32182 32183 Copyright 1993 by Davor Matic 32184 32185 Permission to use, copy, modify, distribute, and sell this software 32186 and its documentation for any purpose is hereby granted without fee, 32187 provided that the above copyright notice appear in all copies and that 32188 both that copyright notice and this permission notice appear in 32189 supporting documentation. Davor Matic makes no representations about 32190 the suitability of this software for any purpose. It is provided "as 32191 is" without express or implied warranty. 32192 32193 32194 Copyright (C) 2001-2004 Harold L Hunt II All Rights Reserved. 32195 Copyright (C) Colin Harrison 2005-2008 32196 32197 Permission is hereby granted, free of charge, to any person obtaining 32198 a copy of this software and associated documentation files (the 32199 "Software"), to deal in the Software without restriction, including 32200 without limitation the rights to use, copy, modify, merge, publish, 32201 distribute, sublicense, and/or sell copies of the Software, and to 32202 permit persons to whom the Software is furnished to do so, subject to 32203 the following conditions: 32204 32205 The above copyright notice and this permission notice shall be 32206 included in all copies or substantial portions of the Software. 32207 32208 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 32209 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 32210 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 32211 NONINFRINGEMENT. IN NO EVENT SHALL HAROLD L HUNT II BE LIABLE FOR 32212 ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF 32213 CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION 32214 WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 32215 32216 Except as contained in this notice, the name of Harold L Hunt II 32217 shall not be used in advertising or otherwise to promote the sale, use 32218 or other dealings in this Software without prior written authorization 32219 from Harold L Hunt II. 32220 32221 32222 Copyright 1990,91 by Thomas Roell, Dinkelscherben, Germany. 32223 32224 Permission to use, copy, modify, distribute, and sell this software and its 32225 documentation for any purpose is hereby granted without fee, provided that 32226 the above copyright notice appear in all copies and that both that 32227 copyright notice and this permission notice appear in supporting 32228 documentation, and that the name of Thomas Roell not be used in 32229 advertising or publicity pertaining to distribution of the software without 32230 specific, written prior permission. Thomas Roell makes no representations 32231 about the suitability of this software for any purpose. It is provided 32232 "as is" without express or implied warranty. 32233 32234 THOMAS ROELL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 32235 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 32236 EVENT SHALL THOMAS ROELL BE LIABLE FOR ANY SPECIAL, INDIRECT OR 32237 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 32238 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 32239 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 32240 PERFORMANCE OF THIS SOFTWARE. 32241 32242 32243 Copyright 1990,91 by Thomas Roell, Dinkelscherben, Germany 32244 Copyright 1993 by David Wexelblat <dwex (a] goblin.org> 32245 32246 Permission to use, copy, modify, distribute, and sell this software and its 32247 documentation for any purpose is hereby granted without fee, provided that 32248 the above copyright notice appear in all copies and that both that 32249 copyright notice and this permission notice appear in supporting 32250 documentation, and that the names of Thomas Roell and David Wexelblat 32251 not be used in advertising or publicity pertaining to distribution of 32252 the software without specific, written prior permission. Thomas Roell and 32253 David Wexelblat makes no representations about the suitability of this 32254 software for any purpose. It is provided "as is" without express or 32255 implied warranty. 32256 32257 THOMAS ROELL AND DAVID WEXELBLAT DISCLAIMS ALL WARRANTIES WITH REGARD TO 32258 THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND 32259 FITNESS, IN NO EVENT SHALL THOMAS ROELL OR DAVID WEXELBLAT BE LIABLE FOR 32260 ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER 32261 RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF 32262 CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN 32263 CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 32264 32265 32266 Copyright 1990,91,92,93 by Thomas Roell, Germany. 32267 Copyright 1991,92,93 by SGCS (Snitily Graphics Consulting Services), USA. 32268 32269 Permission to use, copy, modify, distribute, and sell this software 32270 and its documentation for any purpose is hereby granted without fee, 32271 provided that the above copyright notice appear in all copies and 32272 that both that copyright notice and this permission notice appear 32273 in supporting documentation, and that the name of Thomas Roell nor 32274 SGCS be used in advertising or publicity pertaining to distribution 32275 of the software without specific, written prior permission. 32276 Thomas Roell nor SGCS makes no representations about the suitability 32277 of this software for any purpose. It is provided "as is" without 32278 express or implied warranty. 32279 32280 THOMAS ROELL AND SGCS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS 32281 SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND 32282 FITNESS, IN NO EVENT SHALL THOMAS ROELL OR SGCS BE LIABLE FOR ANY 32283 SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER 32284 RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF 32285 CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN 32286 CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 32287 32288 32289 Copyright 1998 by Alan Hourihane, Wigan, England. 32290 Copyright 2000-2002 by Alan Hourihane, Flint Mountain, North Wales. 32291 32292 Permission to use, copy, modify, distribute, and sell this software and its 32293 documentation for any purpose is hereby granted without fee, provided that 32294 the above copyright notice appear in all copies and that both that 32295 copyright notice and this permission notice appear in supporting 32296 documentation, and that the name of Alan Hourihane not be used in 32297 advertising or publicity pertaining to distribution of the software without 32298 specific, written prior permission. Alan Hourihane makes no representations 32299 about the suitability of this software for any purpose. It is provided 32300 "as is" without express or implied warranty. 32301 32302 ALAN HOURIHANE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 32303 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 32304 EVENT SHALL ALAN HOURIHANE BE LIABLE FOR ANY SPECIAL, INDIRECT OR 32305 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 32306 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 32307 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 32308 PERFORMANCE OF THIS SOFTWARE. 32309 32310 32311 Copyright 1995 Kaleb S. KEITHLEY 32312 32313 Permission is hereby granted, free of charge, to any person obtaining 32314 a copy of this software and associated documentation files (the 32315 "Software"), to deal in the Software without restriction, including 32316 without limitation the rights to use, copy, modify, merge, publish, 32317 distribute, sublicense, and/or sell copies of the Software, and to 32318 permit persons to whom the Software is furnished to do so, subject to 32319 the following conditions: 32320 32321 The above copyright notice and this permission notice shall be 32322 included in all copies or substantial portions of the Software. 32323 32324 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 32325 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 32326 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. 32327 IN NO EVENT SHALL Kaleb S. KEITHLEY BE LIABLE FOR ANY CLAIM, DAMAGES 32328 OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, 32329 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 32330 OTHER DEALINGS IN THE SOFTWARE. 32331 32332 Except as contained in this notice, the name of Kaleb S. KEITHLEY 32333 shall not be used in advertising or otherwise to promote the sale, use 32334 or other dealings in this Software without prior written authorization 32335 from Kaleb S. KEITHLEY 32336 32337 32338 Copyright (c) 1997 Matthieu Herrb 32339 32340 Permission to use, copy, modify, distribute, and sell this software and its 32341 documentation for any purpose is hereby granted without fee, provided that 32342 the above copyright notice appear in all copies and that both that 32343 copyright notice and this permission notice appear in supporting 32344 documentation, and that the name of Matthieu Herrb not be used in 32345 advertising or publicity pertaining to distribution of the software without 32346 specific, written prior permission. Matthieu Herrb makes no 32347 representations about the suitability of this software for any purpose. 32348 It is provided "as is" without express or implied warranty. 32349 32350 MATTHIEU HERRB DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 32351 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 32352 EVENT SHALL MATTHIEU HERRB BE LIABLE FOR ANY SPECIAL, INDIRECT OR 32353 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 32354 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 32355 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 32356 PERFORMANCE OF THIS SOFTWARE. 32357 32358 32359 Copyright 2004, Egbert Eich 32360 32361 Permission is hereby granted, free of charge, to any person obtaining a copy 32362 of this software and associated documentation files (the "Software"), to 32363 deal in the Software without restriction, including without limitation the 32364 rights to use, copy, modify, merge, publish, distribute, sublicense, and/or 32365 sell copies of the Software, and to permit persons to whom the Software is 32366 furnished to do so, subject to the following conditions: 32367 32368 The above copyright notice and this permission notice shall be included in 32369 all copies or substantial portions of the Software. 32370 32371 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 32372 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 32373 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 32374 EGBERT EICH BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER 32375 IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CON- 32376 NECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 32377 32378 Except as contained in this notice, the name of Egbert Eich shall not 32379 be used in advertising or otherwise to promote the sale, use or other deal- 32380 ings in this Software without prior written authorization from Egbert Eich. 32381 32382 32383 Copyright 1993 by David Wexelblat <dwex (a] goblin.org> 32384 Copyright 2005 by Kean Johnston <jkj (a] sco.com> 32385 Copyright 1993 by David McCullough <davidm (a] stallion.oz.au> 32386 32387 Permission to use, copy, modify, distribute, and sell this software and its 32388 documentation for any purpose is hereby granted without fee, provided that 32389 the above copyright notice appear in all copies and that both that 32390 copyright notice and this permission notice appear in supporting 32391 documentation, and that the name of David Wexelblat not be used in 32392 advertising or publicity pertaining to distribution of the software without 32393 specific, written prior permission. David Wexelblat makes no representations 32394 about the suitability of this software for any purpose. It is provided 32395 "as is" without express or implied warranty. 32396 32397 DAVID WEXELBLAT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 32398 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 32399 EVENT SHALL DAVID WEXELBLAT BE LIABLE FOR ANY SPECIAL, INDIRECT OR 32400 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 32401 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 32402 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 32403 PERFORMANCE OF THIS SOFTWARE. 32404 32405 32406 Copyright 1992 by Orest Zborowski <obz (a] Kodak.com> 32407 Copyright 1993 by David Wexelblat <dwex (a] goblin.org> 32408 32409 Permission to use, copy, modify, distribute, and sell this software and its 32410 documentation for any purpose is hereby granted without fee, provided that 32411 the above copyright notice appear in all copies and that both that 32412 copyright notice and this permission notice appear in supporting 32413 documentation, and that the names of Orest Zborowski and David Wexelblat 32414 not be used in advertising or publicity pertaining to distribution of 32415 the software without specific, written prior permission. Orest Zborowski 32416 and David Wexelblat make no representations about the suitability of this 32417 software for any purpose. It is provided "as is" without express or 32418 implied warranty. 32419 32420 OREST ZBOROWSKI AND DAVID WEXELBLAT DISCLAIMS ALL WARRANTIES WITH REGARD 32421 TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND 32422 FITNESS, IN NO EVENT SHALL OREST ZBOROWSKI OR DAVID WEXELBLAT BE LIABLE 32423 FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 32424 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 32425 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 32426 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 32427 32428 32429 Copyright 1992 by Orest Zborowski <obz (a] Kodak.com> 32430 Copyright 1993 by David Dawes <dawes (a] xfree86.org> 32431 32432 Permission to use, copy, modify, distribute, and sell this software and its 32433 documentation for any purpose is hereby granted without fee, provided that 32434 the above copyright notice appear in all copies and that both that 32435 copyright notice and this permission notice appear in supporting 32436 documentation, and that the names of Orest Zborowski and David Dawes 32437 not be used in advertising or publicity pertaining to distribution of 32438 the software without specific, written prior permission. Orest Zborowski 32439 and David Dawes make no representations about the suitability of this 32440 software for any purpose. It is provided "as is" without express or 32441 implied warranty. 32442 32443 OREST ZBOROWSKI AND DAVID DAWES DISCLAIMS ALL WARRANTIES WITH REGARD 32444 TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND 32445 FITNESS, IN NO EVENT SHALL OREST ZBOROWSKI OR DAVID DAWES BE LIABLE 32446 FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 32447 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 32448 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 32449 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 32450 32451 32452 Copyright 1995-1999 by Frederic Lepied, France. <fred (a] sugix.frmug.fr.net> 32453 32454 Permission to use, copy, modify, distribute, and sell this software and its 32455 documentation for any purpose is hereby granted without fee, provided that 32456 the above copyright notice appear in all copies and that both that 32457 copyright notice and this permission notice appear in supporting 32458 documentation, and that the name of Frederic Lepied not be used in 32459 advertising or publicity pertaining to distribution of the software without 32460 specific, written prior permission. Frederic Lepied makes no 32461 representations about the suitability of this software for any purpose. It 32462 is provided "as is" without express or implied warranty. 32463 32464 FREDERIC LEPIED DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 32465 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 32466 EVENT SHALL FREDERIC LEPIED BE LIABLE FOR ANY SPECIAL, INDIRECT OR 32467 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 32468 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 32469 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 32470 PERFORMANCE OF THIS SOFTWARE. 32471 32472 32473 Copyright 1992 by Rich Murphey <Rich (a] Rice.edu> 32474 Copyright 1993 by David Wexelblat <dwex (a] goblin.org> 32475 32476 Permission to use, copy, modify, distribute, and sell this software and its 32477 documentation for any purpose is hereby granted without fee, provided that 32478 the above copyright notice appear in all copies and that both that 32479 copyright notice and this permission notice appear in supporting 32480 documentation, and that the names of Rich Murphey and David Wexelblat 32481 not be used in advertising or publicity pertaining to distribution of 32482 the software without specific, written prior permission. Rich Murphey and 32483 David Wexelblat make no representations about the suitability of this 32484 software for any purpose. It is provided "as is" without express or 32485 implied warranty. 32486 32487 RICH MURPHEY AND DAVID WEXELBLAT DISCLAIM ALL WARRANTIES WITH REGARD TO 32488 THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND 32489 FITNESS, IN NO EVENT SHALL RICH MURPHEY OR DAVID WEXELBLAT BE LIABLE FOR 32490 ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER 32491 RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF 32492 CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN 32493 CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 32494 32495 32496 Copyright 1992 by Rich Murphey <Rich (a] Rice.edu> 32497 Copyright 1993 by David Dawes <dawes (a] xfree86.org> 32498 32499 Permission to use, copy, modify, distribute, and sell this software and its 32500 documentation for any purpose is hereby granted without fee, provided that 32501 the above copyright notice appear in all copies and that both that 32502 copyright notice and this permission notice appear in supporting 32503 documentation, and that the names of Rich Murphey and David Dawes 32504 not be used in advertising or publicity pertaining to distribution of 32505 the software without specific, written prior permission. Rich Murphey and 32506 David Dawes make no representations about the suitability of this 32507 software for any purpose. It is provided "as is" without express or 32508 implied warranty. 32509 32510 RICH MURPHEY AND DAVID DAWES DISCLAIM ALL WARRANTIES WITH REGARD TO 32511 THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND 32512 FITNESS, IN NO EVENT SHALL RICH MURPHEY OR DAVID DAWES BE LIABLE FOR 32513 ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER 32514 RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF 32515 CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN 32516 CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 32517 32518 32519 Copyright 2003-2004 Anders Carlsson 32520 32521 Permission to use, copy, modify, distribute, and sell this software and its 32522 documentation for any purpose is hereby granted without fee, provided that 32523 the above copyright notice appear in all copies and that both that 32524 copyright notice and this permission notice appear in supporting 32525 documentation, and that the name of Anders Carlsson not be used in 32526 advertising or publicity pertaining to distribution of the software without 32527 specific, written prior permission. Anders Carlsson makes no 32528 representations about the suitability of this software for any purpose. It 32529 is provided "as is" without express or implied warranty. 32530 32531 ANDERS CARLSSON DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 32532 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 32533 EVENT SHALL ANDERS CARLSSON BE LIABLE FOR ANY SPECIAL, INDIRECT OR 32534 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 32535 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 32536 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 32537 PERFORMANCE OF THIS SOFTWARE. 32538 32539 32540 Copyright (C) 2003 Anders Carlsson 32541 Copyright 2003-2004 Eric Anholt 32542 Copyright 2004 Keith Packard 32543 32544 Permission to use, copy, modify, distribute, and sell this software and its 32545 documentation for any purpose is hereby granted without fee, provided that 32546 the above copyright notice appear in all copies and that both that 32547 copyright notice and this permission notice appear in supporting 32548 documentation, and that the name of Eric Anholt not be used in 32549 advertising or publicity pertaining to distribution of the software without 32550 specific, written prior permission. Eric Anholt makes no 32551 representations about the suitability of this software for any purpose. It 32552 is provided "as is" without express or implied warranty. 32553 32554 ERIC ANHOLT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 32555 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 32556 EVENT SHALL ERIC ANHOLT BE LIABLE FOR ANY SPECIAL, INDIRECT OR 32557 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 32558 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 32559 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 32560 PERFORMANCE OF THIS SOFTWARE. 32561 32562 32563 Copyright (c) 1998 Todd C. Miller <Todd.Miller (a] courtesan.com> 32564 32565 Permission to use, copy, modify, and distribute this software for any 32566 purpose with or without fee is hereby granted, provided that the above 32567 copyright notice and this permission notice appear in all copies. 32568 32569 THE SOFTWARE IS PROVIDED "AS IS" AND TODD C. MILLER DISCLAIMS ALL 32570 WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES 32571 OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL TODD C. MILLER BE LIABLE 32572 FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 32573 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION 32574 OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN 32575 CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 32576 32577 32578 Copyright 2003-2004 Philip Blundell 32579 32580 Permission to use, copy, modify, distribute, and sell this software and its 32581 documentation for any purpose is hereby granted without fee, provided that 32582 the above copyright notice appear in all copies and that both that 32583 copyright notice and this permission notice appear in supporting 32584 documentation, and that the name of Philip Blundell not be used in 32585 advertising or publicity pertaining to distribution of the software without 32586 specific, written prior permission. Philip Blundell makes no 32587 representations about the suitability of this software for any purpose. It 32588 is provided "as is" without express or implied warranty. 32589 32590 PHILIP BLUNDELL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 32591 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 32592 EVENT SHALL PHILIP BLUNDELL BE LIABLE FOR ANY SPECIAL, INDIRECT OR 32593 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 32594 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 32595 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 32596 PERFORMANCE OF THIS SOFTWARE. 32597 32598 32599 32600 Copyright (c) 1994-2003 by The XFree86 Project, Inc. 32601 Copyright 1997 by Metro Link, Inc. 32602 Copyright 2003 by David H. Dawes. 32603 Copyright 2003 by X-Oz Technologies. 32604 Copyright (c) 2004, X.Org Foundation 32605 32606 Permission is hereby granted, free of charge, to any person obtaining a 32607 copy of this software and associated documentation files (the "Software"), 32608 to deal in the Software without restriction, including without limitation 32609 the rights to use, copy, modify, merge, publish, distribute, sublicense, 32610 and/or sell copies of the Software, and to permit persons to whom the 32611 Software is furnished to do so, subject to the following conditions: 32612 32613 The above copyright notice and this permission notice shall be included in 32614 all copies or substantial portions of the Software. 32615 32616 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 32617 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 32618 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 32619 THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR 32620 OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, 32621 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 32622 OTHER DEALINGS IN THE SOFTWARE. 32623 32624 Except as contained in this notice, the name of the copyright holder(s) 32625 and author(s) shall not be used in advertising or otherwise to promote 32626 the sale, use or other dealings in this Software without prior written 32627 authorization from the copyright holder(s) and author(s). 32628 32629 32630 Copyright 1990,91 by Thomas Roell, Dinkelscherben, Germany 32631 Copyright 1993 by David Wexelblat <dwex (a] goblin.org> 32632 Copyright 1999 by David Holland <davidh (a] iquest.net> 32633 Copyright 2000 Compaq Computer Corporation 32634 Copyright 2002 Hewlett-Packard Company 32635 Copyright 2004, 2005 Red Hat, Inc. 32636 Copyright 2004 Nicholas Miell 32637 Copyright 2005 Trolltech AS 32638 Copyright 2006 Intel Corporation 32639 Copyright 2006-2007 Keith Packard 32640 Copyright 2008 Red Hat, Inc 32641 Copyright 2008 George Sapountzis <gsap7 (a] yahoo.gr> 32642 32643 Permission to use, copy, modify, distribute, and sell this software and its 32644 documentation for any purpose is hereby granted without fee, provided that 32645 the above copyright notice appear in all copies and that both that copyright 32646 notice and this permission notice appear in supporting documentation, and 32647 that the name of the copyright holders not be used in advertising or 32648 publicity pertaining to distribution of the software without specific, 32649 written prior permission. The copyright holders make no representations 32650 about the suitability of this software for any purpose. It is provided "as 32651 is" without express or implied warranty. 32652 32653 THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS 32654 SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND 32655 FITNESS, IN NO EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY 32656 SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 32657 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN 32658 AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING 32659 OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS 32660 SOFTWARE. 32661 32662 32663 Copyright 2000 Keith Packard, member of The XFree86 Project, Inc. 32664 2005 Lars Knoll & Zack Rusin, Trolltech 32665 32666 Permission to use, copy, modify, distribute, and sell this software and its 32667 documentation for any purpose is hereby granted without fee, provided that 32668 the above copyright notice appear in all copies and that both that 32669 copyright notice and this permission notice appear in supporting 32670 documentation, and that the name of Keith Packard not be used in 32671 advertising or publicity pertaining to distribution of the software without 32672 specific, written prior permission. Keith Packard makes no 32673 representations about the suitability of this software for any purpose. It 32674 is provided "as is" without express or implied warranty. 32675 32676 THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS 32677 SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND 32678 FITNESS, IN NO EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY 32679 SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 32680 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN 32681 AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING 32682 OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS 32683 SOFTWARE. 32684 32685 32686 Copyright 1987, 1998 The Open Group 32687 Copyright 1998-1999, 2001 The XFree86 Project, Inc. 32688 Copyright 2000 VA Linux Systems, Inc. 32689 Copyright (c) 2000, 2001 Nokia Home Communications 32690 Copyright 2007, 2008 Red Hat, Inc. 32691 All rights reserved. 32692 32693 Permission is hereby granted, free of charge, to any person obtaining a 32694 copy of this software and associated documentation files (the 32695 "Software"), to deal in the Software without restriction, including 32696 without limitation the rights to use, copy, modify, merge, publish, 32697 distribute, and/or sell copies of the Software, and to permit persons 32698 to whom the Software is furnished to do so, provided that the above 32699 copyright notice(s) and this permission notice appear in all copies of 32700 the Software and that both the above copyright notice(s) and this 32701 permission notice appear in supporting documentation. 32702 32703 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 32704 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 32705 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT 32706 OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR 32707 HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL 32708 INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING 32709 FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, 32710 NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION 32711 WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 32712 32713 Except as contained in this notice, the name of a copyright holder 32714 shall not be used in advertising or otherwise to promote the sale, use 32715 or other dealings in this Software without prior written authorization 32716 of the copyright holder. 32717 32718 32719 Copyright 1996 by Thomas E. Dickey <dickey (a] clark.net> 32720 32721 All Rights Reserved 32722 32723 Permission to use, copy, modify, and distribute this software and its 32724 documentation for any purpose and without fee is hereby granted, 32725 provided that the above copyright notice appear in all copies and that 32726 both that copyright notice and this permission notice appear in 32727 supporting documentation, and that the name of the above listed 32728 copyright holder(s) not be used in advertising or publicity pertaining 32729 to distribution of the software without specific, written prior 32730 permission. 32731 32732 THE ABOVE LISTED COPYRIGHT HOLDER(S) DISCLAIM ALL WARRANTIES WITH REGARD 32733 TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY 32734 AND FITNESS, IN NO EVENT SHALL THE ABOVE LISTED COPYRIGHT HOLDER(S) BE 32735 LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 32736 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 32737 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 32738 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 32739 32740 32741 Copyright 1998-1999 Precision Insight, Inc., Cedar Park, Texas. 32742 Copyright (c) 2001 Andreas Monitzer. 32743 Copyright (c) 2001-2004 Greg Parker. 32744 Copyright (c) 2001-2004 Torrey T. Lyons 32745 Copyright (c) 2002-2003 Apple Computer, Inc. 32746 Copyright (c) 2004-2005 Alexander Gottwald 32747 Copyright (c) 2002-2009 Apple Inc. 32748 Copyright (c) 2007 Jeremy Huddleston 32749 All Rights Reserved. 32750 32751 Permission is hereby granted, free of charge, to any person obtaining a 32752 copy of this software and associated documentation files (the "Software"), 32753 to deal in the Software without restriction, including without limitation 32754 the rights to use, copy, modify, merge, publish, distribute, sublicense, 32755 and/or sell copies of the Software, and to permit persons to whom the 32756 Software is furnished to do so, subject to the following conditions: 32757 32758 The above copyright notice and this permission notice shall be included in 32759 all copies or substantial portions of the Software. 32760 32761 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 32762 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 32763 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 32764 THE ABOVE LISTED COPYRIGHT HOLDER(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR 32765 OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, 32766 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 32767 DEALINGS IN THE SOFTWARE. 32768 32769 Except as contained in this notice, the name(s) of the above copyright 32770 holders shall not be used in advertising or otherwise to promote the sale, 32771 use or other dealings in this Software without prior written authorization. 32772 32773 32774 Copyright (C) 1999,2000 by Eric Sunshine <sunshine (a] sunshineco.com> 32775 Copyright (C) 2001-2005 by Thomas Winischhofer, Vienna, Austria. 32776 32777 All rights reserved. 32778 32779 Redistribution and use in source and binary forms, with or without 32780 modification, are permitted provided that the following conditions are met: 32781 32782 1. Redistributions of source code must retain the above copyright 32783 notice, this list of conditions and the following disclaimer. 32784 2. Redistributions in binary form must reproduce the above copyright 32785 notice, this list of conditions and the following disclaimer in the 32786 documentation and/or other materials provided with the distribution. 32787 3. The name of the author may not be used to endorse or promote products 32788 derived from this software without specific prior written permission. 32789 32790 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR 32791 IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES 32792 OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN 32793 NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 32794 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED 32795 TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 32796 PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 32797 LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 32798 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 32799 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 32800 32801 32802 Copyright (C) 2005 Bogdan D. bogdand (a] users.sourceforge.net 32803 32804 Permission is hereby granted, free of charge, to any person obtaining a copy of 32805 this software and associated documentation files (the "Software"), to deal in 32806 the Software without restriction, including without limitation the rights to 32807 use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies 32808 of the Software, and to permit persons to whom the Software is furnished to do 32809 so, subject to the following conditions: 32810 32811 The above copyright notice and this permission notice shall be included in all 32812 copies or substantial portions of the Software. 32813 32814 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 32815 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 32816 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 32817 AUTHOR BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN 32818 ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION 32819 WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 32820 32821 Except as contained in this notice, the name of the author shall not be used in 32822 advertising or otherwise to promote the sale, use or other dealings in this 32823 Software without prior written authorization from the author. 32824 32825 32826 Copyright 2002 David Dawes 32827 32828 Permission is hereby granted, free of charge, to any person obtaining a 32829 copy of this software and associated documentation files (the "Software"), 32830 to deal in the Software without restriction, including without limitation 32831 the rights to use, copy, modify, merge, publish, distribute, sublicense, 32832 and/or sell copies of the Software, and to permit persons to whom the 32833 Software is furnished to do so, subject to the following conditions: 32834 32835 The above copyright notice and this permission notice shall be included in 32836 all copies or substantial portions of the Software. 32837 32838 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 32839 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 32840 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 32841 THE AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 32842 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF 32843 OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 32844 SOFTWARE. 32845 32846 Except as contained in this notice, the name of the author(s) shall 32847 not be used in advertising or otherwise to promote the sale, use or other 32848 dealings in this Software without prior written authorization from 32849 the author(s). 32850 32851 32852 Copyright (C) 1996-1999 SciTech Software, Inc. 32853 Copyright (C) David Mosberger-Tang 32854 Copyright (C) 1999 Egbert Eich 32855 Copyright (C) 2008 Bart Trojanowski, Symbio Technologies, LLC 32856 32857 Permission to use, copy, modify, distribute, and sell this software and 32858 its documentation for any purpose is hereby granted without fee, 32859 provided that the above copyright notice appear in all copies and that 32860 both that copyright notice and this permission notice appear in 32861 supporting documentation, and that the name of the authors not be used 32862 in advertising or publicity pertaining to distribution of the software 32863 without specific, written prior permission. The authors makes no 32864 representations about the suitability of this software for any purpose. 32865 It is provided "as is" without express or implied warranty. 32866 32867 THE AUTHORS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 32868 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 32869 EVENT SHALL THE AUTHORS BE LIABLE FOR ANY SPECIAL, INDIRECT OR 32870 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF 32871 USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR 32872 OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 32873 PERFORMANCE OF THIS SOFTWARE. 32874 32875 32876 Copyright 2005-2006 Luc Verhaegen. 32877 32878 Permission is hereby granted, free of charge, to any person obtaining a 32879 copy of this software and associated documentation files (the "Software"), 32880 to deal in the Software without restriction, including without limitation 32881 the rights to use, copy, modify, merge, publish, distribute, sublicense, 32882 and/or sell copies of the Software, and to permit persons to whom the 32883 Software is furnished to do so, subject to the following conditions: 32884 32885 The above copyright notice and this permission notice shall be included in 32886 all copies or substantial portions of the Software. 32887 32888 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 32889 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 32890 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 32891 THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR 32892 OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, 32893 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 32894 OTHER DEALINGS IN THE SOFTWARE. 32895 32896 32897 Copyright 1995 by Robin Cutshaw <robin (a] XFree86.Org> 32898 Copyright 2000 by Egbert Eich 32899 Copyright 2002 by David Dawes 32900 32901 Permission to use, copy, modify, distribute, and sell this software and its 32902 documentation for any purpose is hereby granted without fee, provided that 32903 the above copyright notice appear in all copies and that both that 32904 copyright notice and this permission notice appear in supporting 32905 documentation, and that the names of the above listed copyright holder(s) 32906 not be used in advertising or publicity pertaining to distribution of 32907 the software without specific, written prior permission. The above listed 32908 copyright holder(s) make(s) no representations about the suitability of this 32909 software for any purpose. It is provided "as is" without express or 32910 implied warranty. 32911 32912 THE ABOVE LISTED COPYRIGHT HOLDER(S) DISCLAIM(S) ALL WARRANTIES WITH REGARD 32913 TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY 32914 AND FITNESS, IN NO EVENT SHALL THE ABOVE LISTED COPYRIGHT HOLDER(S) BE 32915 LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY 32916 DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER 32917 IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING 32918 OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 32919 32920 32921 Copyright 1997-2004 by Marc Aurele La France (TSI @ UQV), tsi (a] xfree86.org 32922 32923 Permission to use, copy, modify, distribute, and sell this software and its 32924 documentation for any purpose is hereby granted without fee, provided that 32925 the above copyright notice appear in all copies and that both that copyright 32926 notice and this permission notice appear in supporting documentation, and 32927 that the name of Marc Aurele La France not be used in advertising or 32928 publicity pertaining to distribution of the software without specific, 32929 written prior permission. Marc Aurele La France makes no representations 32930 about the suitability of this software for any purpose. It is provided 32931 "as-is" without express or implied warranty. 32932 32933 MARC AURELE LA FRANCE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 32934 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO 32935 EVENT SHALL MARC AURELE LA FRANCE BE LIABLE FOR ANY SPECIAL, INDIRECT OR 32936 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 32937 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 32938 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE 32939 OF THIS SOFTWARE. 32940 32941 32942 Copyright 1990, 1991 by Thomas Roell, Dinkelscherben, Germany 32943 Copyright 1992 by David Dawes <dawes (a] XFree86.org> 32944 Copyright 1992 by Jim Tsillas <jtsilla (a] damon.ccs.northeastern.edu> 32945 Copyright 1992 by Rich Murphey <Rich (a] Rice.edu> 32946 Copyright 1992 by Robert Baron <Robert.Baron (a] ernst.mach.cs.cmu.edu> 32947 Copyright 1992 by Orest Zborowski <obz (a] eskimo.com> 32948 Copyright 1993 by Vrije Universiteit, The Netherlands 32949 Copyright 1993 by David Wexelblat <dwex (a] XFree86.org> 32950 Copyright 1994, 1996 by Holger Veit <Holger.Veit (a] gmd.de> 32951 Copyright 1997 by Takis Psarogiannakopoulos <takis (a] dpmms.cam.ac.uk> 32952 Copyright 1994-2003 by The XFree86 Project, Inc 32953 32954 Permission to use, copy, modify, distribute, and sell this software and its 32955 documentation for any purpose is hereby granted without fee, provided that 32956 the above copyright notice appear in all copies and that both that 32957 copyright notice and this permission notice appear in supporting 32958 documentation, and that the names of the above listed copyright holders 32959 not be used in advertising or publicity pertaining to distribution of 32960 the software without specific, written prior permission. The above listed 32961 copyright holders make no representations about the suitability of this 32962 software for any purpose. It is provided "as is" without express or 32963 implied warranty. 32964 32965 THE ABOVE LISTED COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD 32966 TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY 32967 AND FITNESS, IN NO EVENT SHALL THE ABOVE LISTED COPYRIGHT HOLDERS BE 32968 LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY 32969 DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER 32970 IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING 32971 OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 32972 32973 32974 Copyright 2001-2005 by J. Kean Johnston <jkj (a] sco.com> 32975 32976 Permission to use, copy, modify, distribute, and sell this software and its 32977 documentation for any purpose is hereby granted without fee, provided that 32978 the above copyright notice appear in all copies and that both that 32979 copyright notice and this permission notice appear in supporting 32980 documentation, and that the name J. Kean Johnston not be used in 32981 advertising or publicity pertaining to distribution of the software without 32982 specific, written prior permission. J. Kean Johnston makes no 32983 representations about the suitability of this software for any purpose. 32984 It is provided "as is" without express or implied warranty. 32985 32986 J. KEAN JOHNSTON DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 32987 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 32988 EVENT SHALL J. KEAN JOHNSTON BE LIABLE FOR ANY SPECIAL, INDIRECT OR 32989 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF 32990 USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR 32991 OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 32992 PERFORMANCE OF THIS SOFTWARE. 32993 32994 32995 Copyright (C) 2000 Jakub Jelinek (jakub (a] redhat.com) 32996 32997 Permission is hereby granted, free of charge, to any person obtaining a copy 32998 of this software and associated documentation files (the "Software"), to deal 32999 in the Software without restriction, including without limitation the rights 33000 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 33001 copies of the Software, and to permit persons to whom the Software is 33002 furnished to do so, subject to the following conditions: 33003 33004 The above copyright notice and this permission notice shall be included in 33005 all copies or substantial portions of the Software. 33006 33007 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 33008 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 33009 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 33010 JAKUB JELINEK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER 33011 IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 33012 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 33013 33014 33015 Copyright 1997,1998 by UCHIYAMA Yasushi 33016 33017 Permission to use, copy, modify, distribute, and sell this software and its 33018 documentation for any purpose is hereby granted without fee, provided that 33019 the above copyright notice appear in all copies and that both that 33020 copyright notice and this permission notice appear in supporting 33021 documentation, and that the name of UCHIYAMA Yasushi not be used in 33022 advertising or publicity pertaining to distribution of the software without 33023 specific, written prior permission. UCHIYAMA Yasushi makes no representations 33024 about the suitability of this software for any purpose. It is provided 33025 "as is" without express or implied warranty. 33026 33027 UCHIYAMA YASUSHI DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 33028 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 33029 EVENT SHALL UCHIYAMA YASUSHI BE LIABLE FOR ANY SPECIAL, INDIRECT OR 33030 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 33031 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 33032 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 33033 PERFORMANCE OF THIS SOFTWARE. 33034 33035 33036 Copyright (C) 2000 Keith Packard 33037 2004 Eric Anholt 33038 2005 Zack Rusin 33039 33040 Permission to use, copy, modify, distribute, and sell this software and its 33041 documentation for any purpose is hereby granted without fee, provided that 33042 the above copyright notice appear in all copies and that both that 33043 copyright notice and this permission notice appear in supporting 33044 documentation, and that the name of copyright holders not be used in 33045 advertising or publicity pertaining to distribution of the software without 33046 specific, written prior permission. Copyright holders make no 33047 representations about the suitability of this software for any purpose. It 33048 is provided "as is" without express or implied warranty. 33049 33050 THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS 33051 SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND 33052 FITNESS, IN NO EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY 33053 SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 33054 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN 33055 AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING 33056 OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS 33057 SOFTWARE. 33058 33059 33060 (C) Copyright IBM Corporation 2002-2007 33061 All Rights Reserved. 33062 33063 Permission is hereby granted, free of charge, to any person obtaining a 33064 copy of this software and associated documentation files (the "Software"), 33065 to deal in the Software without restriction, including without limitation 33066 on the rights to use, copy, modify, merge, publish, distribute, sub 33067 license, and/or sell copies of the Software, and to permit persons to whom 33068 the Software is furnished to do so, subject to the following conditions: 33069 33070 The above copyright notice and this permission notice (including the next 33071 paragraph) shall be included in all copies or substantial portions of the 33072 Software. 33073 33074 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 33075 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 33076 FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL 33077 THE COPYRIGHT HOLDERS AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM, 33078 DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR 33079 OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE 33080 USE OR OTHER DEALINGS IN THE SOFTWARE. 33081 33082 33083 Permission to use, copy, modify, distribute, and sell this software and its 33084 documentation for any purpose is hereby granted without fee, provided that 33085 this permission notice appear in supporting documentation. This permission 33086 notice shall be included in all copies or substantial portions of the 33087 Software. 33088 33089 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 33090 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 33091 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 33092 AUTHOR BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN 33093 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 33094 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 33095 33096 33097 Copyright 2007 OpenedHand Ltd 33098 33099 Permission to use, copy, modify, distribute, and sell this software and its 33100 documentation for any purpose is hereby granted without fee, provided that 33101 the above copyright notice appear in all copies and that both that 33102 copyright notice and this permission notice appear in supporting 33103 documentation, and that the name of OpenedHand Ltd not be used in 33104 advertising or publicity pertaining to distribution of the software without 33105 specific, written prior permission. OpenedHand Ltd makes no 33106 representations about the suitability of this software for any purpose. It 33107 is provided "as is" without express or implied warranty. 33108 33109 OpenedHand Ltd DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 33110 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 33111 EVENT SHALL OpenedHand Ltd BE LIABLE FOR ANY SPECIAL, INDIRECT OR 33112 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 33113 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 33114 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 33115 PERFORMANCE OF THIS SOFTWARE. 33116 33117 33118 Copyright (c) 1989, 1990, 1993, 1994 33119 The Regents of the University of California. All rights reserved. 33120 33121 This code is derived from software contributed to Berkeley by 33122 Chris Torek. 33123 33124 This code is derived from software contributed to Berkeley by 33125 Michael Rendell of Memorial University of Newfoundland. 33126 33127 Redistribution and use in source and binary forms, with or without 33128 modification, are permitted provided that the following conditions 33129 are met: 33130 1. Redistributions of source code must retain the above copyright 33131 notice, this list of conditions and the following disclaimer. 33132 2. Redistributions in binary form must reproduce the above copyright 33133 notice, this list of conditions and the following disclaimer in the 33134 documentation and/or other materials provided with the distribution. 33135 4. Neither the name of the University nor the names of its contributors 33136 may be used to endorse or promote products derived from this software 33137 without specific prior written permission. 33138 33139 THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND 33140 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 33141 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 33142 ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 33143 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 33144 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 33145 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 33146 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 33147 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 33148 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 33149 SUCH DAMAGE. 33150 33151 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 33152 </pre> 33153 <ul> 33154 33155 </ul> 33156 </div> 33157 </div> 33158 33159 33160 <div class="product"> 33161 <span class="title">xprop-1.2.1</span> 33162 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 33163 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span> 33164 <div class="licence"> 33165 <pre>Scanned Source License xprop-1.2.1/COPYING: 33166 33167 Copyright 1990, 1998 The Open Group 33168 Copyright (c) 2000 The XFree86 Project, Inc. 33169 33170 Permission to use, copy, modify, distribute, and sell this software and its 33171 documentation for any purpose is hereby granted without fee, provided that 33172 the above copyright notice appear in all copies and that both that 33173 copyright notice and this permission notice appear in supporting 33174 documentation. 33175 33176 The above copyright notice and this permission notice shall be included 33177 in all copies or substantial portions of the Software. 33178 33179 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 33180 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 33181 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. 33182 IN NO EVENT SHALL THE OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR 33183 OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, 33184 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 33185 OTHER DEALINGS IN THE SOFTWARE. 33186 33187 Except as contained in this notice, the name of The Open Group shall 33188 not be used in advertising or otherwise to promote the sale, use or 33189 other dealings in this Software without prior written authorization 33190 from The Open Group. 33191 33192 Copyright 2007 Kim woelders 33193 33194 Permission to use, copy, modify, distribute, and sell this software and its 33195 documentation for any purpose is hereby granted without fee, provided that 33196 the above copyright notice appear in all copies and that both that copyright 33197 notice and this permission notice appear in supporting documentation, and 33198 that the name of the copyright holders not be used in advertising or 33199 publicity pertaining to distribution of the software without specific, 33200 written prior permission. The copyright holders make no representations 33201 about the suitability of this software for any purpose. It is provided "as 33202 is" without express or implied warranty. 33203 33204 THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 33205 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 33206 EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY SPECIAL, INDIRECT OR 33207 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 33208 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 33209 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE 33210 OF THIS SOFTWARE. 33211 33212 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 33213 </pre> 33214 <ul> 33215 33216 </ul> 33217 </div> 33218 </div> 33219 33220 33221 <div class="product"> 33222 <span class="title">xproto-7.0.23</span> 33223 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 33224 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span> 33225 <div class="licence"> 33226 <pre>Scanned Source License xproto-7.0.23/COPYING: 33227 33228 Copyright (c) 1991, Oracle and/or its affiliates. All rights reserved. 33229 33230 Permission is hereby granted, free of charge, to any person obtaining a 33231 copy of this software and associated documentation files (the "Software"), 33232 to deal in the Software without restriction, including without limitation 33233 the rights to use, copy, modify, merge, publish, distribute, sublicense, 33234 and/or sell copies of the Software, and to permit persons to whom the 33235 Software is furnished to do so, subject to the following conditions: 33236 33237 The above copyright notice and this permission notice (including the next 33238 paragraph) shall be included in all copies or substantial portions of the 33239 Software. 33240 33241 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 33242 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 33243 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 33244 THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 33245 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 33246 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 33247 DEALINGS IN THE SOFTWARE. 33248 33249 33250 Copyright 1985, 1987, 1988, 1990, 1991, 1993-1996, 1998 The Open Group 33251 33252 Permission to use, copy, modify, distribute, and sell this software and its 33253 documentation for any purpose is hereby granted without fee, provided that 33254 the above copyright notice appear in all copies and that both that 33255 copyright notice and this permission notice appear in supporting 33256 documentation. 33257 33258 The above copyright notice and this permission notice shall be included in 33259 all copies or substantial portions of the Software. 33260 33261 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 33262 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 33263 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 33264 OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN 33265 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 33266 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 33267 33268 Except as contained in this notice, the name of The Open Group shall not be 33269 used in advertising or otherwise to promote the sale, use or other dealings 33270 in this Software without prior written authorization from The Open Group. 33271 33272 The X Window System is a Trademark of The Open Group. 33273 33274 33275 Copyright 1987 by Digital Equipment Corporation, Maynard, Massachusetts. 33276 33277 All Rights Reserved 33278 33279 Permission to use, copy, modify, and distribute this software and its 33280 documentation for any purpose and without fee is hereby granted, 33281 provided that the above copyright notice appear in all copies and that 33282 both that copyright notice and this permission notice appear in 33283 supporting documentation, and that the name of Digital not be 33284 used in advertising or publicity pertaining to distribution of the 33285 software without specific, written prior permission. 33286 33287 DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING 33288 ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL 33289 DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR 33290 ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, 33291 WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, 33292 ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS 33293 SOFTWARE. 33294 33295 33296 Copyright 1987 by Apollo Computer Inc., Chelmsford, Massachusetts. 33297 Copyright 1989 by Hewlett-Packard Company. 33298 33299 All Rights Reserved 33300 33301 Permission to use, duplicate, change, and distribute this software and 33302 its documentation for any purpose and without fee is granted, provided 33303 that the above copyright notice appear in such copy and that this 33304 copyright notice appear in all supporting documentation, and that the 33305 names of Apollo Computer Inc., the Hewlett-Packard Company, or the X 33306 Consortium not be used in advertising or publicity pertaining to 33307 distribution of the software without written prior permission. 33308 33309 HEWLETT-PACKARD MAKES NO WARRANTY OF ANY KIND WITH REGARD 33310 TO THIS SOFWARE, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED 33311 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 33312 PURPOSE. Hewlett-Packard shall not be liable for errors 33313 contained herein or direct, indirect, special, incidental or 33314 consequential damages in connection with the furnishing, 33315 performance, or use of this material. 33316 33317 33318 Copyright (c) 1999 The XFree86 Project Inc. 33319 33320 All Rights Reserved. 33321 33322 The above copyright notice and this permission notice shall be included in 33323 all copies or substantial portions of the Software. 33324 33325 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 33326 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 33327 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 33328 OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN 33329 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 33330 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 33331 33332 Except as contained in this notice, the name of The XFree86 Project 33333 Inc. shall not be used in advertising or otherwise to promote the 33334 sale, use or other dealings in this Software without prior written 33335 authorization from The XFree86 Project Inc. 33336 33337 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 33338 </pre> 33339 <ul> 33340 33341 </ul> 33342 </div> 33343 </div> 33344 33345 33346 <div class="product"> 33347 <span class="title">xrandr-1.3.5</span> 33348 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 33349 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span> 33350 <div class="licence"> 33351 <pre>Scanned Source License xrandr-1.3.5/COPYING: 33352 33353 Copyright 2001 Keith Packard, member of The XFree86 Project, Inc. 33354 Copyright 2002 Hewlett Packard Company, Inc. 33355 Copyright 2006 Intel Corporation 33356 33357 Permission to use, copy, modify, distribute, and sell this software and its 33358 documentation for any purpose is hereby granted without fee, provided that 33359 the above copyright notice appear in all copies and that both that copyright 33360 notice and this permission notice appear in supporting documentation, and 33361 that the name of the copyright holders not be used in advertising or 33362 publicity pertaining to distribution of the software without specific, 33363 written prior permission. The copyright holders make no representations 33364 about the suitability of this software for any purpose. It is provided "as 33365 is" without express or implied warranty. 33366 33367 THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 33368 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 33369 EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY SPECIAL, INDIRECT OR 33370 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 33371 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 33372 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE 33373 OF THIS SOFTWARE. 33374 33375 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 33376 </pre> 33377 <ul> 33378 33379 </ul> 33380 </div> 33381 </div> 33382 33383 33384 <div class="product"> 33385 <span class="title">xset-1.2.2</span> 33386 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 33387 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span> 33388 <div class="licence"> 33389 <pre>Scanned Source License xset-1.2.2/COPYING: 33390 33391 Copyright 1985, 1988, 1998 The Open Group 33392 33393 Permission to use, copy, modify, distribute, and sell this software and its 33394 documentation for any purpose is hereby granted without fee, provided that 33395 the above copyright notice appear in all copies and that both that 33396 copyright notice and this permission notice appear in supporting 33397 documentation. 33398 33399 The above copyright notice and this permission notice shall be included in 33400 all copies or substantial portions of the Software. 33401 33402 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 33403 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 33404 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 33405 OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN 33406 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 33407 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 33408 33409 Except as contained in this notice, the name of The Open Group shall not be 33410 used in advertising or otherwise to promote the sale, use or other dealings 33411 in this Software without prior written authorization from The Open Group. 33412 33413 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 33414 </pre> 33415 <ul> 33416 33417 </ul> 33418 </div> 33419 </div> 33420 33421 33422 <div class="product"> 33423 <span class="title">xset-mini-1.2.2</span> 33424 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 33425 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span> 33426 <div class="licence"> 33427 <pre></pre> 33428 <ul> 33429 <li><a href='#X'>Custom License X</a></li> 33430 </ul> 33431 </div> 33432 </div> 33433 33434 33435 <div class="product"> 33436 <span class="title">xtrace-1.3.0</span> 33437 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 33438 <span class="homepage"><a href="http://xtrace.alioth.debian.org/">homepage</a></span> 33439 <div class="licence"> 33440 <pre></pre> 33441 <ul> 33442 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 33443 </ul> 33444 </div> 33445 </div> 33446 33447 33448 <div class="product"> 33449 <span class="title">xtrans-1.2.6</span> 33450 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 33451 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span> 33452 <div class="licence"> 33453 <pre>Scanned Source License xtrans-1.2.6/COPYING: 33454 33455 Copyright 1993, 1994, 1998, 2002 The Open Group 33456 33457 Permission to use, copy, modify, distribute, and sell this software and its 33458 documentation for any purpose is hereby granted without fee, provided that 33459 the above copyright notice appear in all copies and that both that 33460 copyright notice and this permission notice appear in supporting 33461 documentation. 33462 33463 The above copyright notice and this permission notice shall be included 33464 in all copies or substantial portions of the Software. 33465 33466 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 33467 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 33468 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. 33469 IN NO EVENT SHALL THE OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR 33470 OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, 33471 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 33472 OTHER DEALINGS IN THE SOFTWARE. 33473 33474 Except as contained in this notice, the name of The Open Group shall 33475 not be used in advertising or otherwise to promote the sale, use or 33476 other dealings in this Software without prior written authorization 33477 from The Open Group. 33478 33479 ______________________________________________________________________________ 33480 33481 Copyright 1993, 1994 NCR Corporation - Dayton, Ohio, USA 33482 33483 All Rights Reserved 33484 33485 Permission to use, copy, modify, and distribute this software and its 33486 documentation for any purpose and without fee is hereby granted, provided 33487 that the above copyright notice appear in all copies and that both that 33488 copyright notice and this permission notice appear in supporting 33489 documentation, and that the name NCR not be used in advertising 33490 or publicity pertaining to distribution of the software without specific, 33491 written prior permission. NCR makes no representations about the 33492 suitability of this software for any purpose. It is provided "as is" 33493 without express or implied warranty. 33494 33495 NCR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 33496 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN 33497 NO EVENT SHALL NCR BE LIABLE FOR ANY SPECIAL, INDIRECT OR 33498 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS 33499 OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, 33500 NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN 33501 CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 33502 33503 ______________________________________________________________________________ 33504 33505 Copyright (c) 2002, 2005, Oracle and/or its affiliates. All rights reserved. 33506 33507 Permission is hereby granted, free of charge, to any person obtaining a 33508 copy of this software and associated documentation files (the "Software"), 33509 to deal in the Software without restriction, including without limitation 33510 the rights to use, copy, modify, merge, publish, distribute, sublicense, 33511 and/or sell copies of the Software, and to permit persons to whom the 33512 Software is furnished to do so, subject to the following conditions: 33513 33514 The above copyright notice and this permission notice (including the next 33515 paragraph) shall be included in all copies or substantial portions of the 33516 Software. 33517 33518 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 33519 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 33520 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 33521 THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 33522 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 33523 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 33524 DEALINGS IN THE SOFTWARE. 33525 33526 ______________________________________________________________________________ 33527 33528 (c) Copyright 1996 by Sebastien Marineau and Holger Veit 33529 <marineau (a] genie.uottawa.ca> 33530 <Holger.Veit (a] gmd.de> 33531 33532 Permission is hereby granted, free of charge, to any person obtaining a 33533 copy of this software and associated documentation files (the "Software"), 33534 to deal in the Software without restriction, including without limitation 33535 the rights to use, copy, modify, merge, publish, distribute, sublicense, 33536 and/or sell copies of the Software, and to permit persons to whom the 33537 Software is furnished to do so, subject to the following conditions: 33538 33539 The above copyright notice and this permission notice shall be included in 33540 all copies or substantial portions of the Software. 33541 33542 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 33543 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 33544 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 33545 HOLGER VEIT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 33546 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF 33547 OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 33548 SOFTWARE. 33549 33550 Except as contained in this notice, the name of Sebastien Marineau or 33551 Holger Veit shall not be used in advertising or otherwise to promote 33552 the sale, use or other dealings in this Software without prior written 33553 authorization from Holger Veit or Sebastien Marineau. 33554 33555 ______________________________________________________________________________ 33556 33557 Copyright 2003 Keith Packard, Noah Levitt 33558 33559 Permission to use, copy, modify, distribute, and sell this software and its 33560 documentation for any purpose is hereby granted without fee, provided that 33561 the above copyright notice appear in all copies and that both that 33562 copyright notice and this permission notice appear in supporting 33563 documentation, and that the name of Keith Packard not be used in 33564 advertising or publicity pertaining to distribution of the software without 33565 specific, written prior permission. Keith Packard makes no 33566 representations about the suitability of this software for any purpose. It 33567 is provided "as is" without express or implied warranty. 33568 33569 KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 33570 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 33571 EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR 33572 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 33573 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 33574 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 33575 PERFORMANCE OF THIS SOFTWARE. 33576 33577 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 33578 </pre> 33579 <ul> 33580 33581 </ul> 33582 </div> 33583 </div> 33584 33585 33586 <div class="product"> 33587 <span class="title">xwd-1.0.4</span> 33588 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 33589 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span> 33590 <div class="licence"> 33591 <pre>Scanned Source License xwd-1.0.4/COPYING: 33592 33593 Copyright 1987, 1988, 1993, 1994, 1996, 1998 The Open Group 33594 Copyright 1994 Hewlett-Packard Co. 33595 33596 Permission to use, copy, modify, distribute, and sell this software and its 33597 documentation for any purpose is hereby granted without fee, provided that 33598 the above copyright notice appear in all copies and that both that 33599 copyright notice and this permission notice appear in supporting 33600 documentation. 33601 33602 The above copyright notice and this permission notice shall be included 33603 in all copies or substantial portions of the Software. 33604 33605 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 33606 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 33607 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. 33608 IN NO EVENT SHALL THE OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR 33609 OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, 33610 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 33611 OTHER DEALINGS IN THE SOFTWARE. 33612 33613 Except as contained in this notice, the name of The Open Group shall 33614 not be used in advertising or otherwise to promote the sale, use or 33615 other dealings in this Software without prior written authorization 33616 from The Open Group. 33617 33618 Copyright 2007 Kim woelders 33619 33620 Permission to use, copy, modify, distribute, and sell this software and its 33621 documentation for any purpose is hereby granted without fee, provided that 33622 the above copyright notice appear in all copies and that both that copyright 33623 notice and this permission notice appear in supporting documentation, and 33624 that the name of the copyright holders not be used in advertising or 33625 publicity pertaining to distribution of the software without specific, 33626 written prior permission. The copyright holders make no representations 33627 about the suitability of this software for any purpose. It is provided "as 33628 is" without express or implied warranty. 33629 33630 THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 33631 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 33632 EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY SPECIAL, INDIRECT OR 33633 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 33634 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 33635 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE 33636 OF THIS SOFTWARE. 33637 33638 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 33639 </pre> 33640 <ul> 33641 33642 </ul> 33643 </div> 33644 </div> 33645 33646 33647 <div class="product"> 33648 <span class="title">xwininfo-1.1.2</span> 33649 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 33650 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span> 33651 <div class="licence"> 33652 <pre>Scanned Source License xwininfo-1.1.2/COPYING: 33653 33654 Copyright (c) 1999, 2010, Oracle and/or its affiliates. All rights reserved. 33655 33656 Permission is hereby granted, free of charge, to any person obtaining a 33657 copy of this software and associated documentation files (the "Software"), 33658 to deal in the Software without restriction, including without limitation 33659 the rights to use, copy, modify, merge, publish, distribute, sublicense, 33660 and/or sell copies of the Software, and to permit persons to whom the 33661 Software is furnished to do so, subject to the following conditions: 33662 33663 The above copyright notice and this permission notice (including the next 33664 paragraph) shall be included in all copies or substantial portions of the 33665 Software. 33666 33667 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 33668 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 33669 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 33670 THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 33671 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 33672 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 33673 DEALINGS IN THE SOFTWARE. 33674 33675 33676 Copyright 1987, 1993, 1998 The Open Group 33677 33678 Permission to use, copy, modify, distribute, and sell this software and its 33679 documentation for any purpose is hereby granted without fee, provided that 33680 the above copyright notice appear in all copies and that both that 33681 copyright notice and this permission notice appear in supporting 33682 documentation. 33683 33684 The above copyright notice and this permission notice shall be included 33685 in all copies or substantial portions of the Software. 33686 33687 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 33688 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 33689 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT 33690 OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR 33691 HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL 33692 INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING 33693 FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, 33694 NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION 33695 WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 33696 33697 Except as contained in this notice, the name of a copyright holder 33698 shall not be used in advertising or otherwise to promote the sale, use 33699 or other dealings in this Software without prior written authorization 33700 of the copyright holder. 33701 33702 Copyright 2007 Kim woelders 33703 33704 Permission to use, copy, modify, distribute, and sell this software and its 33705 documentation for any purpose is hereby granted without fee, provided that 33706 the above copyright notice appear in all copies and that both that copyright 33707 notice and this permission notice appear in supporting documentation, and 33708 that the name of the copyright holders not be used in advertising or 33709 publicity pertaining to distribution of the software without specific, 33710 written prior permission. The copyright holders make no representations 33711 about the suitability of this software for any purpose. It is provided "as 33712 is" without express or implied warranty. 33713 33714 THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 33715 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 33716 EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY SPECIAL, INDIRECT OR 33717 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 33718 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 33719 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE 33720 OF THIS SOFTWARE. 33721 33722 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 33723 </pre> 33724 <ul> 33725 33726 </ul> 33727 </div> 33728 </div> 33729 33730 33731 <div class="product"> 33732 <span class="title">xxd-1.10</span> 33733 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 33734 <span class="homepage"><a href="http://ftp.uni-erlangen.de/pub/utilities/etc/?order=s">homepage</a></span> 33735 <div class="licence"> 33736 <pre></pre> 33737 <ul> 33738 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 33739 </ul> 33740 </div> 33741 </div> 33742 33743 33744 <div class="product"> 33745 <span class="title">xz-utils-5.0.5</span> 33746 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 33747 <span class="homepage"><a href="http://tukaani.org/xz/">homepage</a></span> 33748 <div class="licence"> 33749 <pre>Gentoo Package Stock License LGPL-2.1+: 33750 33751 GNU Lesser General Public License, version 2.1 or any later version. 33752 See LGPL-2.1 or LGPL-3 for the full text of these licenses. 33753 33754 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 33755 </pre> 33756 <ul> 33757 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 33758 <li><a href='#public-domain'>Gentoo Package Stock License public-domain</a></li> 33759 <li><a href='#GPL-2+'>Gentoo Package Stock License GPL-2+</a></li> 33760 </ul> 33761 </div> 33762 </div> 33763 33764 33765 <div class="product"> 33766 <span class="title">zbar-0.10</span> 33767 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 33768 <span class="homepage"><a href="http://zbar.sourceforge.net/">homepage</a></span> 33769 <div class="licence"> 33770 <pre></pre> 33771 <ul> 33772 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li> 33773 </ul> 33774 </div> 33775 </div> 33776 33777 33778 <div class="product"> 33779 <span class="title">zlib-1.2.8</span> 33780 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 33781 <span class="homepage"><a href="http://www.zlib.net/">homepage</a></span> 33782 <div class="licence"> 33783 <pre>Gentoo Package Stock License ZLIB: 33784 33785 Copyright (C) <year> <copyright holders> 33786 33787 This software is provided 'as-is', without any express or implied 33788 warranty. In no event will the author(s) be held liable for any damages 33789 arising from the use of this software. 33790 33791 Permission is granted to anyone to use this software for any purpose, 33792 including commercial applications, and to alter it and redistribute it 33793 freely, subject to the following restrictions: 33794 33795 1. The origin of this software must not be misrepresented; you must not 33796 claim that you wrote the original software. If you use this software 33797 in a product, an acknowledgment in the product documentation would be 33798 appreciated but is not required. 33799 2. Altered source versions must be plainly marked as such, and must not be 33800 misrepresented as being the original software. 33801 3. This notice may not be removed or altered from any source distribution. 33802 33803 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 33804 </pre> 33805 <ul> 33806 33807 </ul> 33808 </div> 33809 </div> 33810 33811 33812 </div> 33813 33814 <h2>List of Shared Licenses used in Google Chrome OS:</h2> 33815 <div class="product"> 33816 <a name="AFL-2.1" class="title">Gentoo Package Stock License AFL-2.1</a> 33817 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 33818 <div class="licence"> 33819 <pre> 33820 The Academic Free License 33821 v. 2.1 33822 33823 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: 33824 33825 Licensed under the Academic Free License version 2.1 33826 33827 1) Grant of Copyright License. Licensor hereby grants You a world-wide, royalty-free, non-exclusive, perpetual, sublicenseable license to do the following: 33828 33829 a) to reproduce the Original Work in copies; 33830 33831 b) to prepare derivative works ("Derivative Works") based upon the Original Work; 33832 33833 c) to distribute copies of the Original Work and Derivative Works to the public; 33834 33835 d) to perform the Original Work publicly; and 33836 33837 e) to display the Original Work publicly. 33838 33839 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. 33840 33841 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. 33842 33843 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. 33844 33845 5) This section intentionally omitted. 33846 33847 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. 33848 33849 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. 33850 33851 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. 33852 33853 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. 33854 33855 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. 33856 33857 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. 33858 33859 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. 33860 33861 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. 33862 33863 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. 33864 33865 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. 33866 33867 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. 33868 33869 33870 33871 33872 </pre> 33873 <div class="license-packages"> 33874 Used by these packages: dev-libs/dbus-glib-0.100.2 sys-apps/dbus-1.6.8-r5 33875 </div> 33876 </div> 33877 </div> 33878 33879 <div class="product"> 33880 <a name="Apache-2.0" class="title">Gentoo Package Stock License Apache-2.0</a> 33881 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 33882 <div class="licence"> 33883 <pre> 33884 Apache License 33885 Version 2.0, January 2004 33886 http://www.apache.org/licenses/ 33887 33888 TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION 33889 33890 1. Definitions. 33891 33892 "License" shall mean the terms and conditions for use, reproduction, 33893 and distribution as defined by Sections 1 through 9 of this document. 33894 33895 "Licensor" shall mean the copyright owner or entity authorized by 33896 the copyright owner that is granting the License. 33897 33898 "Legal Entity" shall mean the union of the acting entity and all 33899 other entities that control, are controlled by, or are under common 33900 control with that entity. For the purposes of this definition, 33901 "control" means (i) the power, direct or indirect, to cause the 33902 direction or management of such entity, whether by contract or 33903 otherwise, or (ii) ownership of fifty percent (50%) or more of the 33904 outstanding shares, or (iii) beneficial ownership of such entity. 33905 33906 "You" (or "Your") shall mean an individual or Legal Entity 33907 exercising permissions granted by this License. 33908 33909 "Source" form shall mean the preferred form for making modifications, 33910 including but not limited to software source code, documentation 33911 source, and configuration files. 33912 33913 "Object" form shall mean any form resulting from mechanical 33914 transformation or translation of a Source form, including but 33915 not limited to compiled object code, generated documentation, 33916 and conversions to other media types. 33917 33918 "Work" shall mean the work of authorship, whether in Source or 33919 Object form, made available under the License, as indicated by a 33920 copyright notice that is included in or attached to the work 33921 (an example is provided in the Appendix below). 33922 33923 "Derivative Works" shall mean any work, whether in Source or Object 33924 form, that is based on (or derived from) the Work and for which the 33925 editorial revisions, annotations, elaborations, or other modifications 33926 represent, as a whole, an original work of authorship. For the purposes 33927 of this License, Derivative Works shall not include works that remain 33928 separable from, or merely link (or bind by name) to the interfaces of, 33929 the Work and Derivative Works thereof. 33930 33931 "Contribution" shall mean any work of authorship, including 33932 the original version of the Work and any modifications or additions 33933 to that Work or Derivative Works thereof, that is intentionally 33934 submitted to Licensor for inclusion in the Work by the copyright owner 33935 or by an individual or Legal Entity authorized to submit on behalf of 33936 the copyright owner. For the purposes of this definition, "submitted" 33937 means any form of electronic, verbal, or written communication sent 33938 to the Licensor or its representatives, including but not limited to 33939 communication on electronic mailing lists, source code control systems, 33940 and issue tracking systems that are managed by, or on behalf of, the 33941 Licensor for the purpose of discussing and improving the Work, but 33942 excluding communication that is conspicuously marked or otherwise 33943 designated in writing by the copyright owner as "Not a Contribution." 33944 33945 "Contributor" shall mean Licensor and any individual or Legal Entity 33946 on behalf of whom a Contribution has been received by Licensor and 33947 subsequently incorporated within the Work. 33948 33949 2. Grant of Copyright License. Subject to the terms and conditions of 33950 this License, each Contributor hereby grants to You a perpetual, 33951 worldwide, non-exclusive, no-charge, royalty-free, irrevocable 33952 copyright license to reproduce, prepare Derivative Works of, 33953 publicly display, publicly perform, sublicense, and distribute the 33954 Work and such Derivative Works in Source or Object form. 33955 33956 3. Grant of Patent License. Subject to the terms and conditions of 33957 this License, each Contributor hereby grants to You a perpetual, 33958 worldwide, non-exclusive, no-charge, royalty-free, irrevocable 33959 (except as stated in this section) patent license to make, have made, 33960 use, offer to sell, sell, import, and otherwise transfer the Work, 33961 where such license applies only to those patent claims licensable 33962 by such Contributor that are necessarily infringed by their 33963 Contribution(s) alone or by combination of their Contribution(s) 33964 with the Work to which such Contribution(s) was submitted. If You 33965 institute patent litigation against any entity (including a 33966 cross-claim or counterclaim in a lawsuit) alleging that the Work 33967 or a Contribution incorporated within the Work constitutes direct 33968 or contributory patent infringement, then any patent licenses 33969 granted to You under this License for that Work shall terminate 33970 as of the date such litigation is filed. 33971 33972 4. Redistribution. You may reproduce and distribute copies of the 33973 Work or Derivative Works thereof in any medium, with or without 33974 modifications, and in Source or Object form, provided that You 33975 meet the following conditions: 33976 33977 (a) You must give any other recipients of the Work or 33978 Derivative Works a copy of this License; and 33979 33980 (b) You must cause any modified files to carry prominent notices 33981 stating that You changed the files; and 33982 33983 (c) You must retain, in the Source form of any Derivative Works 33984 that You distribute, all copyright, patent, trademark, and 33985 attribution notices from the Source form of the Work, 33986 excluding those notices that do not pertain to any part of 33987 the Derivative Works; and 33988 33989 (d) If the Work includes a "NOTICE" text file as part of its 33990 distribution, then any Derivative Works that You distribute must 33991 include a readable copy of the attribution notices contained 33992 within such NOTICE file, excluding those notices that do not 33993 pertain to any part of the Derivative Works, in at least one 33994 of the following places: within a NOTICE text file distributed 33995 as part of the Derivative Works; within the Source form or 33996 documentation, if provided along with the Derivative Works; or, 33997 within a display generated by the Derivative Works, if and 33998 wherever such third-party notices normally appear. The contents 33999 of the NOTICE file are for informational purposes only and 34000 do not modify the License. You may add Your own attribution 34001 notices within Derivative Works that You distribute, alongside 34002 or as an addendum to the NOTICE text from the Work, provided 34003 that such additional attribution notices cannot be construed 34004 as modifying the License. 34005 34006 You may add Your own copyright statement to Your modifications and 34007 may provide additional or different license terms and conditions 34008 for use, reproduction, or distribution of Your modifications, or 34009 for any such Derivative Works as a whole, provided Your use, 34010 reproduction, and distribution of the Work otherwise complies with 34011 the conditions stated in this License. 34012 34013 5. Submission of Contributions. Unless You explicitly state otherwise, 34014 any Contribution intentionally submitted for inclusion in the Work 34015 by You to the Licensor shall be under the terms and conditions of 34016 this License, without any additional terms or conditions. 34017 Notwithstanding the above, nothing herein shall supersede or modify 34018 the terms of any separate license agreement you may have executed 34019 with Licensor regarding such Contributions. 34020 34021 6. Trademarks. This License does not grant permission to use the trade 34022 names, trademarks, service marks, or product names of the Licensor, 34023 except as required for reasonable and customary use in describing the 34024 origin of the Work and reproducing the content of the NOTICE file. 34025 34026 7. Disclaimer of Warranty. Unless required by applicable law or 34027 agreed to in writing, Licensor provides the Work (and each 34028 Contributor provides its Contributions) on an "AS IS" BASIS, 34029 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or 34030 implied, including, without limitation, any warranties or conditions 34031 of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A 34032 PARTICULAR PURPOSE. You are solely responsible for determining the 34033 appropriateness of using or redistributing the Work and assume any 34034 risks associated with Your exercise of permissions under this License. 34035 34036 8. Limitation of Liability. In no event and under no legal theory, 34037 whether in tort (including negligence), contract, or otherwise, 34038 unless required by applicable law (such as deliberate and grossly 34039 negligent acts) or agreed to in writing, shall any Contributor be 34040 liable to You for damages, including any direct, indirect, special, 34041 incidental, or consequential damages of any character arising as a 34042 result of this License or out of the use or inability to use the 34043 Work (including but not limited to damages for loss of goodwill, 34044 work stoppage, computer failure or malfunction, or any and all 34045 other commercial damages or losses), even if such Contributor 34046 has been advised of the possibility of such damages. 34047 34048 9. Accepting Warranty or Additional Liability. While redistributing 34049 the Work or Derivative Works thereof, You may choose to offer, 34050 and charge a fee for, acceptance of support, warranty, indemnity, 34051 or other liability obligations and/or rights consistent with this 34052 License. However, in accepting such obligations, You may act only 34053 on Your own behalf and on Your sole responsibility, not on behalf 34054 of any other Contributor, and only if You agree to indemnify, 34055 defend, and hold each Contributor harmless for any liability 34056 incurred by, or claims asserted against, such Contributor by reason 34057 of your accepting any such warranty or additional liability. 34058 34059 END OF TERMS AND CONDITIONS 34060 34061 APPENDIX: How to apply the Apache License to your work. 34062 34063 To apply the Apache License to your work, attach the following 34064 boilerplate notice, with the fields enclosed by brackets "[]" 34065 replaced with your own identifying information. (Don't include 34066 the brackets!) The text should be enclosed in the appropriate 34067 comment syntax for the file format. We also recommend that a 34068 file or class name and description of purpose be included on the 34069 same "printed page" as the copyright notice for easier 34070 identification within third-party archives. 34071 34072 Copyright [yyyy] [name of copyright owner] 34073 34074 Licensed under the Apache License, Version 2.0 (the "License"); 34075 you may not use this file except in compliance with the License. 34076 You may obtain a copy of the License at 34077 34078 http://www.apache.org/licenses/LICENSE-2.0 34079 34080 Unless required by applicable law or agreed to in writing, software 34081 distributed under the License is distributed on an "AS IS" BASIS, 34082 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 34083 See the License for the specific language governing permissions and 34084 limitations under the License. 34085 34086 </pre> 34087 <div class="license-packages"> 34088 Used by these packages: app-i18n/keyboard-input-1.0.0.0-r2 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-i18n/chinese-input-1.1.0.0-r2 app-admin/rsyslog-5.8.11-r1 media-fonts/droidfonts-cros-20121206 media-fonts/crosextrafonts-20130214 app-i18n/japanese-input-1.0.0.0-r1 media-fonts/croscorefonts-1.23.0 media-fonts/notofonts-20140130-r1 dev-python/selenium-2.29.0 app-i18n/chromeos-keyboards-1.1.4.0-r6 dev-libs/protobuf-2.3.0-r5 34089 </div> 34090 </div> 34091 </div> 34092 34093 <div class="product"> 34094 <a name="as-is" class="title">Gentoo Package Stock License as-is</a> 34095 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 34096 <div class="licence"> 34097 <pre> 34098 Note: This license label is deprecated, so don't use it for new packages. 34099 Unfortunately, "as-is" has been (ab)used also for non-free software and 34100 you cannot rely on it. Please check the upstream license instead. 34101 34102 "as-is" in its originally intended sense is now covered by the OSI-approved 34103 "HPND" (Historical Permission Notice and Disclaimer). 34104 34105 --------------------------------------------------------------------------- 34106 34107 This is a generic place holder for a class of licenses that boil down to do 34108 no guarantees and all you get is what you have. The language is usually 34109 similar to: 34110 34111 Permission to use, copy, modify, and distribute this software and its 34112 documentation for any purpose and without fee is hereby granted, provided 34113 that the above copyright notice appears in all copies and that both the 34114 copyright notice and this permission notice appear in supporting 34115 documentation, and that the same name not be used in advertising or 34116 publicity pertaining to distribution of the software without specific, 34117 written prior permission. We make no representations about the 34118 suitability of this software for any purpose. It is provided "as is" 34119 without express or implied warranty. 34120 34121 34122 You will need to check the license that came with the software for the exact 34123 specifics. Generally you are free to do most anything you want with "as is" 34124 software but you should not take this license as legal advice. 34125 34126 Note: Most all license have an "as is" clause. For our purposes this does 34127 not make all software in this category. This category is for software with 34128 very little restrictions. 34129 34130 The information in this license about licenses is presented "as is". :-P 34131 34132 </pre> 34133 <div class="license-packages"> 34134 Used by these packages: x11-base/xorg-drivers-1.12 dev-db/sqlite-3.6.22-r3 net-misc/iperf-2.0.4-r1 net-misc/dhcp-4.2.2-r1 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 net-wireless/crda-1.1.1-r5 34135 </div> 34136 </div> 34137 </div> 34138 34139 <div class="product"> 34140 <a name="Atheros" class="title">Custom License Atheros</a> 34141 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 34142 <div class="licence"> 34143 <pre> 34144 Copyright (c) 2010, Atheros Communications, Inc. 34145 34146 All rights reserved. 34147 34148 Redistribution. Redistribution and use in binary form, without modification, are permitted provided that the following conditions are 34149 34150 met: 34151 34152 * Redistributions must reproduce the above copyright notice and the following disclaimer in the documentation and/or other materials provided with the distribution. 34153 34154 * 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. 34155 34156 * No reverse engineering, decompilation, or disassembly of this software is permitted. 34157 34158 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. 34159 34160 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. 34161 34162 34163 34164 </pre> 34165 <div class="license-packages"> 34166 Used by these packages: net-wireless/ath3k-0.0.1-r122 net-wireless/ath6k-34-r23 34167 </div> 34168 </div> 34169 </div> 34170 34171 <div class="product"> 34172 <a name="BSD-Google" class="title">Custom License BSD-Google</a> 34173 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 34174 <div class="licence"> 34175 <pre> 34176 Copyright 2010, Google Inc. 34177 All rights reserved. 34178 34179 Redistribution and use in source and binary forms, with or without 34180 modification, are permitted provided that the following conditions are 34181 met: 34182 34183 * Redistributions of source code must retain the above copyright 34184 notice, this list of conditions and the following disclaimer. 34185 * Redistributions in binary form must reproduce the above 34186 copyright notice, this list of conditions and the following disclaimer 34187 in the documentation and/or other materials provided with the 34188 distribution. 34189 * Neither the name of Google Inc. nor the names of its 34190 contributors may be used to endorse or promote products derived from 34191 this software without specific prior written permission. 34192 34193 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 34194 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 34195 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 34196 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 34197 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 34198 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT 34199 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 34200 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 34201 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 34202 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 34203 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 34204 34205 </pre> 34206 <div class="license-packages"> 34207 Used by these packages: chromeos-base/chromeos-test-testauthkeys-0.0.1-r2 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/cros_boot_mode-0.0.1-r27 chromeos-base/chromeos-dev-root-0.0.1-r1 chromeos-base/verity-0.0.1-r79 chromeos-base/chromeos-imageburner-0.0.1-r48 chromeos-base/gobi-cromo-plugin-1.0.1-r73 chromeos-base/chromeos-login-0.0.5-r768 chromeos-base/chromeos-test-init-0.0.1-r276 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/chromeos-test-root-0.0.1-r1 chromeos-base/chromeos-ca-certificates-0.0.1-r2 dev-util/hdctools-0.0.1-r343 sys-apps/rootdev-0.0.1-r22 chromeos-base/libchrome-271506-r4 chromeos-base/modem-utilities-0.0.1-r36 chromeos-base/chromeos-bsp-x86-alex-0.0.2-r2 chromeos-base/chromeos-minijail-0.0.1-r118 chromeos-base/chromeos-factory-0.0.1-r1284 chromeos-base/bootcomplete-login-0.0.1-r1 chromeos-base/avtest_label_detect-0.0.1-r4 chromeos-base/tty-0.0.1-r4 chromeos-base/workarounds-0.0.1-r76 chromeos-base/chromeos-auth-config-0.0.1-r5 chromeos-base/chromeos-firmware-alex-0.0.1-r129 chromeos-base/gestures-0.0.1-r496 chromeos-base/swap-init-0.0.1-r1 chromeos-base/chromeos-base-0-r116 chromeos-base/inputcontrol-0.0.1-r98 chromeos-base/chromeos-factory-board-3.0.0-r1 chromeos-base/openssh-server-init-0.0.1-r22 chromeos-base/audiotest-0.0.1-r8 chromeos-base/userfeedback-0.0.1-r105 net-dns/avahi-daemon-0.0.1 chromeos-base/memento_softwareupdate-0.0.1-r55 sys-apps/mosys-1.2.03-r232 chromeos-base/crosh-0.0.1-r158 chromeos-base/chromite-0.0.1-r988 chromeos-base/chromeos-factory-regions-0.0.1-r156 chromeos-base/chromeos-firewall-init-0.0.1-r1 chromeos-base/vboot_reference-1.0-r937 dev-util/mem-0.0.1-r2 chromeos-base/chromeos-installer-0.0.1-r336 chromeos-base/shill-test-scripts-0.0.1-r464 chromeos-base/libchromeos-use-flags-0.0.1-r1 media-sound/adhd-0.0.1-r795 chromeos-base/libchrome_crypto-271506-r1 chromeos-base/google-breakpad-1303-r82 chromeos-base/platform2-0.0.3-r554 chromeos-base/dev-install-0.0.1-r676 chromeos-base/chromeos-assets-0.0.2-r7 chromeos-base/gobi3k-lib-0.0.1-r25 chromeos-base/libchromeos-0.0.1-r7 chromeos-base/p2p-0.0.1-r44 chromeos-base/audioconfig-0.0.1-r1 chromeos-base/bootstat-0.0.1-r32 chromeos-base/oem-customization-0.0.2-r7 chromeos-base/xorg-conf-0.0.6-r110 chromeos-base/mttools-0.0.1-r87 chromeos-base/touch_noise_filter-0.0.1-r18 chromeos-base/libscrypt-1.1.6-r11 chromeos-base/chromeos-factoryinstall-0.0.1-r138 chromeos-base/modem-diagnostics-0.1-r7 chromeos-base/chromeos-cryptohome-0.0.1-r486 x11-drivers/touchpad-tests-0.0.1-r125 chromeos-base/update-policy-chromeos-0.0.1-r2 chromeos-base/protofiles-0.0.1-r20 chromeos-base/chromeos-chrome-37.0.2062.28_rc-r1 chromeos-base/libevdev-0.0.1-r58 sys-apps/flashmap-0.3-r18 chromeos-base/autotest-factory-install-0.0.1-r3 chromeos-base/common-assets-0.0.1-r1 chromeos-base/permission_broker-0.0.1-r24 chromeos-base/autotest-fakemodem-conf-0.0.1-r1 chromeos-base/update_engine-0.0.2-r589 chromeos-base/system_api-0.0.1-r369 chromeos-base/mtpd-0.0.1-r92 chromeos-base/chromeos-init-0.0.25-r818 app-i18n/input-tools-4.3.2.5-r1 34208 </div> 34209 </div> 34210 </div> 34211 34212 <div class="product"> 34213 <a name="CPL-1.0" class="title">Gentoo Package Stock License CPL-1.0</a> 34214 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 34215 <div class="licence"> 34216 <pre> 34217 Common Public License Version 1.0 34218 34219 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. 34220 34221 1. DEFINITIONS 34222 34223 "Contribution" means: 34224 34225 a) in the case of the initial Contributor, the initial code and documentation distributed under this Agreement, and 34226 34227 b) in the case of each subsequent Contributor: 34228 34229 i) changes to the Program, and 34230 34231 ii) additions to the Program; 34232 34233 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. 34234 34235 "Contributor" means any person or entity that distributes the Program. 34236 34237 "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. 34238 34239 "Program" means the Contributions distributed in accordance with this Agreement. 34240 34241 "Recipient" means anyone who receives the Program under this Agreement, including all Contributors. 34242 34243 2. GRANT OF RIGHTS 34244 34245 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. 34246 34247 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. 34248 34249 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. 34250 34251 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. 34252 34253 3. REQUIREMENTS 34254 34255 A Contributor may choose to distribute the Program in object code form under its own license agreement, provided that: 34256 34257 a) it complies with the terms and conditions of this Agreement; and 34258 34259 b) its license agreement: 34260 34261 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; 34262 34263 ii) effectively excludes on behalf of all Contributors all liability for damages, including direct, indirect, special, incidental and consequential damages, such as lost profits; 34264 34265 iii) states that any provisions which differ from this Agreement are offered by that Contributor alone and not by any other party; and 34266 34267 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. 34268 34269 When the Program is made available in source code form: 34270 34271 a) it must be made available under this Agreement; and 34272 34273 b) a copy of this Agreement must be included with each copy of the Program. 34274 34275 Contributors may not remove or alter any copyright notices contained within the Program. 34276 34277 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. 34278 34279 4. COMMERCIAL DISTRIBUTION 34280 34281 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. 34282 34283 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. 34284 34285 5. NO WARRANTY 34286 34287 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. 34288 34289 6. DISCLAIMER OF LIABILITY 34290 34291 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. 34292 34293 7. GENERAL 34294 34295 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. 34296 34297 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. 34298 34299 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. 34300 34301 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. 34302 34303 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. 34304 </pre> 34305 <div class="license-packages"> 34306 Used by these packages: app-crypt/tpm-tools-1.3.5-r2 app-crypt/trousers-0.3.3-r43 34307 </div> 34308 </div> 34309 </div> 34310 34311 <div class="product"> 34312 <a name="FTL" class="title">Gentoo Package Stock License FTL</a> 34313 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 34314 <div class="licence"> 34315 <pre> 34316 The FreeType Project LICENSE 34317 ---------------------------- 34318 34319 Copyright 1996-1999 by 34320 David Turner, Robert Wilhelm, and Werner Lemberg 34321 34322 34323 34324 Introduction 34325 ============ 34326 34327 The FreeType Project is distributed in several archive packages; 34328 some of them may contain, in addition to the FreeType font engine, 34329 various tools and contributions which rely on, or relate to, the 34330 FreeType Project. 34331 34332 This license applies to all files found in such packages, and 34333 which do not fall under their own explicit license. The license 34334 affects thus the FreeType font engine, the test programs, 34335 documentation and makefiles, at the very least. 34336 34337 This license was inspired by the BSD, Artistic, and IJG 34338 (Independent JPEG Group) licenses, which all encourage inclusion 34339 and use of free software in commercial and freeware products 34340 alike. As a consequence, its main points are that: 34341 34342 o We don't promise that this software works. However, we are be 34343 interested in any kind of bug reports. (`as is' distribution) 34344 34345 o You can use this software for whatever you want, in parts or 34346 full form, without having to pay us. (`royalty-free' usage) 34347 34348 o You may not pretend that you wrote this software. If you use 34349 it, or only parts of it, in a program, you must acknowledge 34350 somewhere in your documentation that you've used the FreeType 34351 code. (`credits') 34352 34353 We specifically permit and encourage the inclusion of this 34354 software, with or without modifications, in commercial products, 34355 provided that all warranty or liability claims are assumed by the 34356 product vendor. 34357 34358 34359 Legal Terms 34360 =========== 34361 34362 0. Definitions 34363 -------------- 34364 34365 Throughout this license, the terms `package', `FreeType Project', 34366 and `FreeType archive' refer to the set of files originally 34367 distributed by the authors (David Turner, Robert Wilhelm, and 34368 Werner Lemberg) as the `FreeType project', be they named as alpha, 34369 beta or final release. 34370 34371 `You' refers to the licensee, or person using the project, where 34372 `using' is a generic term including compiling the project's source 34373 code as well as linking it to form a `program' or `executable'. 34374 This program is referred to as `a program using the FreeType 34375 engine'. 34376 34377 This license applies to all files distributed in the original 34378 FreeType archive, including all source code, binaries and 34379 documentation, unless otherwise stated in the file in its 34380 original, unmodified form as distributed in the original archive. 34381 If you are unsure whether or not a particular file is covered by 34382 this license, you must contact us to verify this. 34383 34384 The FreeType project is copyright (C) 1996-1999 by David Turner, 34385 Robert Wilhelm, and Werner Lemberg. All rights reserved except as 34386 specified below. 34387 34388 1. No Warranty 34389 -------------- 34390 34391 THE FREETYPE ARCHIVE IS PROVIDED `AS IS' WITHOUT WARRANTY OF ANY 34392 KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, 34393 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 34394 PURPOSE. IN NO EVENT WILL ANY OF THE AUTHORS OR COPYRIGHT HOLDERS 34395 BE LIABLE FOR ANY DAMAGES CAUSED BY THE USE OR THE INABILITY TO 34396 USE, OF THE FREETYPE PROJECT. 34397 34398 As you have not signed this license, you are not required to 34399 accept it. However, as the FreeType project is copyrighted 34400 material, only this license, or another one contracted with the 34401 authors, grants you the right to use, distribute, and modify it. 34402 Therefore, by using, distributing, or modifying the FreeType 34403 project, you indicate that you understand and accept all the terms 34404 of this license. 34405 34406 2. Redistribution 34407 ----------------- 34408 34409 Redistribution and use in source and binary forms, with or without 34410 modification, are permitted provided that the following conditions 34411 are met: 34412 34413 o Redistribution of source code must retain this license file 34414 (`licence.txt') unaltered; any additions, deletions or changes 34415 to the original files must be clearly indicated in 34416 accompanying documentation. The copyright notices of the 34417 unaltered, original files must be preserved in all copies of 34418 source files. 34419 34420 o Redistribution in binary form must provide a disclaimer that 34421 states that the software is based in part of the work of the 34422 FreeType Team, in the distribution documentation. We also 34423 encourage you to put an URL to the FreeType web page in your 34424 documentation, though this isn't mandatory. 34425 34426 These conditions apply to any software derived from or based on 34427 the FreeType code, not just the unmodified files. If you use our 34428 work, you must acknowledge us. However, no fee need be paid to 34429 us. 34430 34431 3. Advertising 34432 -------------- 34433 34434 The names of FreeType's authors and contributors may not be used 34435 to endorse or promote products derived from this software without 34436 specific prior written permission. 34437 34438 We suggest, but do not require, that you use one or more of the 34439 following phrases to refer to this software in your documentation 34440 or advertising materials: `FreeType Project', `FreeType Engine', 34441 `FreeType library', or `FreeType Distribution'. 34442 34443 4. Contacts 34444 ----------- 34445 34446 There are two mailing lists related to FreeType: 34447 34448 o freetype (a] freetype.org 34449 34450 Discusses general use and applications of FreeType, as well as 34451 future and wanted additions to the library and distribution. 34452 If you are looking for support, start in this list if you 34453 haven't found anything to help you in the documentation. 34454 34455 o devel (a] freetype.org 34456 34457 Discusses bugs, as well as engine internals, design issues, 34458 specific licenses, porting, etc. 34459 34460 o http://www.freetype.org 34461 34462 Holds the current FreeType web page, which will allow you to 34463 download our latest development version and read online 34464 documentation. 34465 34466 You can also contact us individually at: 34467 34468 David Turner <david.turner (a] freetype.org> 34469 Robert Wilhelm <robert.wilhelm (a] freetype.org> 34470 Werner Lemberg <werner.lemberg (a] freetype.org> 34471 34472 34473 --- end of license.txt --- 34474 34475 </pre> 34476 <div class="license-packages"> 34477 Used by these packages: media-libs/freetype-2.5.0.1-r3 x11-libs/pango-1.32.5-r1 34478 </div> 34479 </div> 34480 </div> 34481 34482 <div class="product"> 34483 <a name="Google-TOS" class="title">Gentoo Package Stock License Google-TOS</a> 34484 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 34485 <div class="licence"> 34486 <pre> 34487 # file generated using the following command (open the link in browser for up-to-date version with html links) 34488 # o=$(sed -n '1,3p' Google-TOS; lynx -dump http://www.google.com/intl/en/policies/terms/); echo "$o" > Google-TOS 34489 34490 [1]Google 34491 34492 [2]Policies & Principles 34493 34494 [3]Skip to content 34495 34496 1. [4]Overview 34497 2. Terms of Service 34498 34499 * Terms of Service 34500 * [5]Updates 34501 34502 Google Terms of Service 34503 34504 Last modified: November 11, 2013 ([6]view archived versions) 34505 34506 Welcome to Google! 34507 34508 Thanks for using our products and services (Services). The Services are 34509 provided by Google Inc. (Google), located at 1600 Amphitheatre Parkway, 34510 Mountain View, CA 94043, United States. 34511 34512 By using our Services, you are agreeing to these terms. Please read them 34513 carefully. 34514 34515 Our Services are very diverse, so sometimes additional terms or product 34516 requirements (including age requirements) may apply. Additional terms will 34517 be available with the relevant Services, and those additional terms become 34518 part of your agreement with us if you use those Services. 34519 34520 Using our Services 34521 34522 You must follow any policies made available to you within the Services. 34523 34524 Dont misuse our Services. For example, dont interfere with our Services 34525 or try to access them using a method other than the interface and the 34526 instructions that we provide. You may use our Services only as permitted 34527 by law, including applicable export and re-export control laws and 34528 regulations. We may suspend or stop providing our Services to you if you 34529 do not comply with our terms or policies or if we are investigating 34530 suspected misconduct. 34531 34532 Using our Services does not give you ownership of any intellectual 34533 property rights in our Services or the content you access. You may not use 34534 content from our Services unless you obtain permission from its owner or 34535 are otherwise permitted by law. These terms do not grant you the right to 34536 use any branding or logos used in our Services. Dont remove, obscure, or 34537 alter any legal notices displayed in or along with our Services. 34538 34539 Our Services display some content that is not Googles. This content is 34540 the sole responsibility of the entity that makes it available. We may 34541 review content to determine whether it is illegal or violates our 34542 policies, and we may remove or refuse to display content that we 34543 reasonably believe violates our policies or the law. But that does not 34544 necessarily mean that we review content, so please dont assume that we 34545 do. 34546 34547 In connection with your use of the Services, we may send you service 34548 announcements, administrative messages, and other information. You may opt 34549 out of some of those communications. 34550 34551 Some of our Services are available on mobile devices. Do not use such 34552 Services in a way that distracts you and prevents you from obeying traffic 34553 or safety laws. 34554 34555 Your Google Account 34556 34557 You may need a Google Account in order to use some of our Services. You 34558 may create your own Google Account, or your Google Account may be assigned 34559 to you by an administrator, such as your employer or educational 34560 institution. If you are using a Google Account assigned to you by an 34561 administrator, different or additional terms may apply and your 34562 administrator may be able to access or disable your account. 34563 34564 To protect your Google Account, keep your password confidential. You are 34565 responsible for the activity that happens on or through your Google 34566 Account. Try not to reuse your Google Account password on third-party 34567 applications. If you learn of any unauthorized use of your password or 34568 Google Account, [7]follow these instructions. 34569 34570 Privacy and Copyright Protection 34571 34572 Googles [8]privacy policies explain how we treat your personal data and 34573 protect your privacy when you use our Services. By using our Services, you 34574 agree that Google can use such data in accordance with our privacy 34575 policies. 34576 34577 We respond to notices of alleged copyright infringement and terminate 34578 accounts of repeat infringers according to the process set out in the U.S. 34579 Digital Millennium Copyright Act. 34580 34581 We provide information to help copyright holders manage their intellectual 34582 property online. If you think somebody is violating your copyrights and 34583 want to notify us, you can find information about submitting notices and 34584 Googles policy about responding to notices [9]in our Help Center. 34585 34586 Your Content in our Services 34587 34588 Some of our Services allow you to submit content. You retain ownership of 34589 any intellectual property rights that you hold in that content. In short, 34590 what belongs to you stays yours. 34591 34592 When you upload or otherwise submit content to our Services, you give 34593 Google (and those we work with) a worldwide license to use, host, store, 34594 reproduce, modify, create derivative works (such as those resulting from 34595 translations, adaptations or other changes we make so that your content 34596 works better with our Services), communicate, publish, publicly perform, 34597 publicly display and distribute such content. The rights you grant in this 34598 license are for the limited purpose of operating, promoting, and improving 34599 our Services, and to develop new ones. This license continues even if you 34600 stop using our Services (for example, for a business listing you have 34601 added to Google Maps). Some Services may offer you ways to access and 34602 remove content that has been provided to that Service. Also, in some of 34603 our Services, there are terms or settings that narrow the scope of our use 34604 of the content submitted in those Services. Make sure you have the 34605 necessary rights to grant us this license for any content that you submit 34606 to our Services. 34607 34608 If you have a Google Account, we may display your Profile name, Profile 34609 photo, and actions you take on Google or on third-party applications 34610 connected to your Google Account (such as +1s, reviews you write and 34611 comments you post) in our Services, including displaying in ads and other 34612 commercial contexts. We will respect the choices you make to limit sharing 34613 or visibility settings in your Google Account. For example, you can choose 34614 your settings so your name and photo do not appear in an ad. 34615 34616 You can find more information about how Google uses and stores content in 34617 the privacy policy or additional terms for particular Services. If you 34618 submit feedback or suggestions about our Services, we may use your 34619 feedback or suggestions without obligation to you. 34620 34621 About Software in our Services 34622 34623 When a Service requires or includes downloadable software, this software 34624 may update automatically on your device once a new version or feature is 34625 available. Some Services may let you adjust your automatic update 34626 settings. 34627 34628 Google gives you a personal, worldwide, royalty-free, non-assignable and 34629 non-exclusive license to use the software provided to you by Google as 34630 part of the Services. This license is for the sole purpose of enabling you 34631 to use and enjoy the benefit of the Services as provided by Google, in the 34632 manner permitted by these terms. You may not copy, modify, distribute, 34633 sell, or lease any part of our Services or included software, nor may you 34634 reverse engineer or attempt to extract the source code of that software, 34635 unless laws prohibit those restrictions or you have our written 34636 permission. 34637 34638 Open source software is important to us. Some software used in our 34639 Services may be offered under an open source license that we will make 34640 available to you. There may be provisions in the open source license that 34641 expressly override some of these terms. 34642 34643 Modifying and Terminating our Services 34644 34645 We are constantly changing and improving our Services. We may add or 34646 remove functionalities or features, and we may suspend or stop a Service 34647 altogether. 34648 34649 You can stop using our Services at any time, although well be sorry to 34650 see you go. Google may also stop providing Services to you, or add or 34651 create new limits to our Services at any time. 34652 34653 We believe that you own your data and preserving your access to such data 34654 is important. If we discontinue a Service, where reasonably possible, we 34655 will give you reasonable advance notice and a chance to get information 34656 out of that Service. 34657 34658 Our Warranties and Disclaimers 34659 34660 We provide our Services using a commercially reasonable level of skill and 34661 care and we hope that you will enjoy using them. But there are certain 34662 things that we dont promise about our Services. 34663 34664 OTHER THAN AS EXPRESSLY SET OUT IN THESE TERMS OR ADDITIONAL TERMS, 34665 NEITHER GOOGLE NOR ITS SUPPLIERS OR DISTRIBUTORS MAKE ANY SPECIFIC 34666 PROMISES ABOUT THE SERVICES. FOR EXAMPLE, WE DONT MAKE ANY COMMITMENTS 34667 ABOUT THE CONTENT WITHIN THE SERVICES, THE SPECIFIC FUNCTIONS OF THE 34668 SERVICES, OR THEIR RELIABILITY, AVAILABILITY, OR ABILITY TO MEET YOUR 34669 NEEDS. WE PROVIDE THE SERVICES AS IS. 34670 34671 SOME JURISDICTIONS PROVIDE FOR CERTAIN WARRANTIES, LIKE THE IMPLIED 34672 WARRANTY OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 34673 NON-INFRINGEMENT. TO THE EXTENT PERMITTED BY LAW, WE EXCLUDE ALL 34674 WARRANTIES. 34675 34676 Liability for our Services 34677 34678 WHEN PERMITTED BY LAW, GOOGLE, AND GOOGLES SUPPLIERS AND DISTRIBUTORS, 34679 WILL NOT BE RESPONSIBLE FOR LOST PROFITS, REVENUES, OR DATA, FINANCIAL 34680 LOSSES OR INDIRECT, SPECIAL, CONSEQUENTIAL, EXEMPLARY, OR PUNITIVE 34681 DAMAGES. 34682 34683 TO THE EXTENT PERMITTED BY LAW, THE TOTAL LIABILITY OF GOOGLE, AND ITS 34684 SUPPLIERS AND DISTRIBUTORS, FOR ANY CLAIMS UNDER THESE TERMS, INCLUDING 34685 FOR ANY IMPLIED WARRANTIES, IS LIMITED TO THE AMOUNT YOU PAID US TO USE 34686 THE SERVICES (OR, IF WE CHOOSE, TO SUPPLYING YOU THE SERVICES AGAIN). 34687 34688 IN ALL CASES, GOOGLE, AND ITS SUPPLIERS AND DISTRIBUTORS, WILL NOT BE 34689 LIABLE FOR ANY LOSS OR DAMAGE THAT IS NOT REASONABLY FORESEEABLE. 34690 34691 Business uses of our Services 34692 34693 If you are using our Services on behalf of a business, that business 34694 accepts these terms. It will hold harmless and indemnify Google and its 34695 affiliates, officers, agents, and employees from any claim, suit or action 34696 arising from or related to the use of the Services or violation of these 34697 terms, including any liability or expense arising from claims, losses, 34698 damages, suits, judgments, litigation costs and attorneys fees. 34699 34700 About these Terms 34701 34702 We may modify these terms or any additional terms that apply to a Service 34703 to, for example, reflect changes to the law or changes to our Services. 34704 You should look at the terms regularly. Well post notice of modifications 34705 to these terms on this page. Well post notice of modified additional 34706 terms in the applicable Service. Changes will not apply retroactively and 34707 will become effective no sooner than fourteen days after they are posted. 34708 However, changes addressing new functions for a Service or changes made 34709 for legal reasons will be effective immediately. If you do not agree to 34710 the modified terms for a Service, you should discontinue your use of that 34711 Service. 34712 34713 If there is a conflict between these terms and the additional terms, the 34714 additional terms will control for that conflict. 34715 34716 These terms control the relationship between Google and you. They do not 34717 create any third party beneficiary rights. 34718 34719 If you do not comply with these terms, and we dont take action right 34720 away, this doesnt mean that we are giving up any rights that we may have 34721 (such as taking action in the future). 34722 34723 If it turns out that a particular term is not enforceable, this will not 34724 affect any other terms. 34725 34726 The laws of California, U.S.A., excluding Californias conflict of laws 34727 rules, will apply to any disputes arising out of or relating to these 34728 terms or the Services. All claims arising out of or relating to these 34729 terms or the Services will be litigated exclusively in the federal or 34730 state courts of Santa Clara County, California, USA, and you and Google 34731 consent to personal jurisdiction in those courts. 34732 34733 For information about how to contact Google, please visit our [10]contact 34734 page. 34735 34736 Good to Know 34737 34738 * Our Good to Know site helps you stay safe and protect your familys 34739 information online. [11]Visit to learn more 34740 34741 Our legal policies 34742 34743 * [12]Privacy Policy 34744 * Terms of Service 34745 * [13]FAQ 34746 34747 Some technical details 34748 34749 * [14]Technologies and Principles 34750 * [15]Advertising 34751 * [16]How Google uses cookies 34752 * [17]How Google uses pattern recognition 34753 * [18]Types of location data used by Google 34754 * [19]How Google Wallet uses credit card numbers 34755 * [20]How Google Voice works 34756 34757 Change language: [[21]________________________] 34758 34759 * [22]Google 34760 * [23]About Google 34761 * [24]Privacy & Terms 34762 34763 References 34764 34765 Visible links 34766 1. http://www.google.com/ 34767 2. http://www.google.com/intl/en/policies/ 34768 3. http://www.google.com/intl/en/policies/terms/#content 34769 4. http://www.google.com/intl/en/policies/ 34770 5. http://www.google.com/intl/en/policies/terms/archive/ 34771 6. http://www.google.com/intl/en/policies/terms/archive/ 34772 7. http://support.google.com/accounts/bin/answer.py?hl=en&answer=58585 34773 8. http://www.google.com/intl/en/policies/privacy/ 34774 9. http://support.google.com/bin/static.py?hl=en&ts=1114905&page=ts.cs 34775 10. http://www.google.com/intl/en/contact/ 34776 11. http://www.google.com/intl/en/goodtoknow/ 34777 12. http://www.google.com/intl/en/policies/privacy/ 34778 13. http://www.google.com/intl/en/policies/faq/ 34779 14. http://www.google.com/intl/en/policies/technologies/ 34780 15. http://www.google.com/intl/en/policies/technologies/ads/ 34781 16. http://www.google.com/intl/en/policies/technologies/cookies/ 34782 17. http://www.google.com/intl/en/policies/technologies/pattern-recognition/ 34783 18. http://www.google.com/intl/en/policies/technologies/location-data/ 34784 19. http://www.google.com/intl/en/policies/technologies/wallet/ 34785 20. http://www.google.com/intl/en/policies/technologies/voice/ 34786 22. http://www.google.com/ 34787 23. http://www.google.com/intl/en/about/ 34788 24. http://www.google.com/intl/en/policies/ 34789 34790 </pre> 34791 <div class="license-packages"> 34792 Used by these packages: chromeos-base/gobi-sdk-0.1-r34 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 app-i18n/GoogleKeyboardInput-keyboards-1.3.2.3-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 app-i18n/GoogleKeyboardInput-xkb-1.1.2.0-r1 chromeos-base/chromeos-default-apps-1.2.0 chromeos-base/chromeos-chrome-37.0.2062.28_rc-r1 chromeos-base/netflix-helper-2.0.0-r3 chromeos-base/ascender_to_license-20130111 app-i18n/GoogleChineseInput-cangjie-2.0.0.0-r1 34793 </div> 34794 </div> 34795 </div> 34796 34797 <div class="product"> 34798 <a name="GPL-2" class="title">Gentoo Package Stock License GPL-2</a> 34799 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 34800 <div class="licence"> 34801 <pre> 34802 GNU GENERAL PUBLIC LICENSE 34803 Version 2, June 1991 34804 34805 Copyright (C) 1989, 1991 Free Software Foundation, Inc. 34806 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 34807 Everyone is permitted to copy and distribute verbatim copies 34808 of this license document, but changing it is not allowed. 34809 34810 Preamble 34811 34812 The licenses for most software are designed to take away your 34813 freedom to share and change it. By contrast, the GNU General Public 34814 License is intended to guarantee your freedom to share and change free 34815 software--to make sure the software is free for all its users. This 34816 General Public License applies to most of the Free Software 34817 Foundation's software and to any other program whose authors commit to 34818 using it. (Some other Free Software Foundation software is covered by 34819 the GNU Library General Public License instead.) You can apply it to 34820 your programs, too. 34821 34822 When we speak of free software, we are referring to freedom, not 34823 price. Our General Public Licenses are designed to make sure that you 34824 have the freedom to distribute copies of free software (and charge for 34825 this service if you wish), that you receive source code or can get it 34826 if you want it, that you can change the software or use pieces of it 34827 in new free programs; and that you know you can do these things. 34828 34829 To protect your rights, we need to make restrictions that forbid 34830 anyone to deny you these rights or to ask you to surrender the rights. 34831 These restrictions translate to certain responsibilities for you if you 34832 distribute copies of the software, or if you modify it. 34833 34834 For example, if you distribute copies of such a program, whether 34835 gratis or for a fee, you must give the recipients all the rights that 34836 you have. You must make sure that they, too, receive or can get the 34837 source code. And you must show them these terms so they know their 34838 rights. 34839 34840 We protect your rights with two steps: (1) copyright the software, and 34841 (2) offer you this license which gives you legal permission to copy, 34842 distribute and/or modify the software. 34843 34844 Also, for each author's protection and ours, we want to make certain 34845 that everyone understands that there is no warranty for this free 34846 software. If the software is modified by someone else and passed on, we 34847 want its recipients to know that what they have is not the original, so 34848 that any problems introduced by others will not reflect on the original 34849 authors' reputations. 34850 34851 Finally, any free program is threatened constantly by software 34852 patents. We wish to avoid the danger that redistributors of a free 34853 program will individually obtain patent licenses, in effect making the 34854 program proprietary. To prevent this, we have made it clear that any 34855 patent must be licensed for everyone's free use or not licensed at all. 34856 34857 The precise terms and conditions for copying, distribution and 34858 modification follow. 34859 34860 GNU GENERAL PUBLIC LICENSE 34861 TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 34862 34863 0. This License applies to any program or other work which contains 34864 a notice placed by the copyright holder saying it may be distributed 34865 under the terms of this General Public License. The "Program", below, 34866 refers to any such program or work, and a "work based on the Program" 34867 means either the Program or any derivative work under copyright law: 34868 that is to say, a work containing the Program or a portion of it, 34869 either verbatim or with modifications and/or translated into another 34870 language. (Hereinafter, translation is included without limitation in 34871 the term "modification".) Each licensee is addressed as "you". 34872 34873 Activities other than copying, distribution and modification are not 34874 covered by this License; they are outside its scope. The act of 34875 running the Program is not restricted, and the output from the Program 34876 is covered only if its contents constitute a work based on the 34877 Program (independent of having been made by running the Program). 34878 Whether that is true depends on what the Program does. 34879 34880 1. You may copy and distribute verbatim copies of the Program's 34881 source code as you receive it, in any medium, provided that you 34882 conspicuously and appropriately publish on each copy an appropriate 34883 copyright notice and disclaimer of warranty; keep intact all the 34884 notices that refer to this License and to the absence of any warranty; 34885 and give any other recipients of the Program a copy of this License 34886 along with the Program. 34887 34888 You may charge a fee for the physical act of transferring a copy, and 34889 you may at your option offer warranty protection in exchange for a fee. 34890 34891 2. You may modify your copy or copies of the Program or any portion 34892 of it, thus forming a work based on the Program, and copy and 34893 distribute such modifications or work under the terms of Section 1 34894 above, provided that you also meet all of these conditions: 34895 34896 a) You must cause the modified files to carry prominent notices 34897 stating that you changed the files and the date of any change. 34898 34899 b) You must cause any work that you distribute or publish, that in 34900 whole or in part contains or is derived from the Program or any 34901 part thereof, to be licensed as a whole at no charge to all third 34902 parties under the terms of this License. 34903 34904 c) If the modified program normally reads commands interactively 34905 when run, you must cause it, when started running for such 34906 interactive use in the most ordinary way, to print or display an 34907 announcement including an appropriate copyright notice and a 34908 notice that there is no warranty (or else, saying that you provide 34909 a warranty) and that users may redistribute the program under 34910 these conditions, and telling the user how to view a copy of this 34911 License. (Exception: if the Program itself is interactive but 34912 does not normally print such an announcement, your work based on 34913 the Program is not required to print an announcement.) 34914 34915 These requirements apply to the modified work as a whole. If 34916 identifiable sections of that work are not derived from the Program, 34917 and can be reasonably considered independent and separate works in 34918 themselves, then this License, and its terms, do not apply to those 34919 sections when you distribute them as separate works. But when you 34920 distribute the same sections as part of a whole which is a work based 34921 on the Program, the distribution of the whole must be on the terms of 34922 this License, whose permissions for other licensees extend to the 34923 entire whole, and thus to each and every part regardless of who wrote it. 34924 34925 Thus, it is not the intent of this section to claim rights or contest 34926 your rights to work written entirely by you; rather, the intent is to 34927 exercise the right to control the distribution of derivative or 34928 collective works based on the Program. 34929 34930 In addition, mere aggregation of another work not based on the Program 34931 with the Program (or with a work based on the Program) on a volume of 34932 a storage or distribution medium does not bring the other work under 34933 the scope of this License. 34934 34935 3. You may copy and distribute the Program (or a work based on it, 34936 under Section 2) in object code or executable form under the terms of 34937 Sections 1 and 2 above provided that you also do one of the following: 34938 34939 a) Accompany it with the complete corresponding machine-readable 34940 source code, which must be distributed under the terms of Sections 34941 1 and 2 above on a medium customarily used for software interchange; or, 34942 34943 b) Accompany it with a written offer, valid for at least three 34944 years, to give any third party, for a charge no more than your 34945 cost of physically performing source distribution, a complete 34946 machine-readable copy of the corresponding source code, to be 34947 distributed under the terms of Sections 1 and 2 above on a medium 34948 customarily used for software interchange; or, 34949 34950 c) Accompany it with the information you received as to the offer 34951 to distribute corresponding source code. (This alternative is 34952 allowed only for noncommercial distribution and only if you 34953 received the program in object code or executable form with such 34954 an offer, in accord with Subsection b above.) 34955 34956 The source code for a work means the preferred form of the work for 34957 making modifications to it. For an executable work, complete source 34958 code means all the source code for all modules it contains, plus any 34959 associated interface definition files, plus the scripts used to 34960 control compilation and installation of the executable. However, as a 34961 special exception, the source code distributed need not include 34962 anything that is normally distributed (in either source or binary 34963 form) with the major components (compiler, kernel, and so on) of the 34964 operating system on which the executable runs, unless that component 34965 itself accompanies the executable. 34966 34967 If distribution of executable or object code is made by offering 34968 access to copy from a designated place, then offering equivalent 34969 access to copy the source code from the same place counts as 34970 distribution of the source code, even though third parties are not 34971 compelled to copy the source along with the object code. 34972 34973 4. You may not copy, modify, sublicense, or distribute the Program 34974 except as expressly provided under this License. Any attempt 34975 otherwise to copy, modify, sublicense or distribute the Program is 34976 void, and will automatically terminate your rights under this License. 34977 However, parties who have received copies, or rights, from you under 34978 this License will not have their licenses terminated so long as such 34979 parties remain in full compliance. 34980 34981 5. You are not required to accept this License, since you have not 34982 signed it. However, nothing else grants you permission to modify or 34983 distribute the Program or its derivative works. These actions are 34984 prohibited by law if you do not accept this License. Therefore, by 34985 modifying or distributing the Program (or any work based on the 34986 Program), you indicate your acceptance of this License to do so, and 34987 all its terms and conditions for copying, distributing or modifying 34988 the Program or works based on it. 34989 34990 6. Each time you redistribute the Program (or any work based on the 34991 Program), the recipient automatically receives a license from the 34992 original licensor to copy, distribute or modify the Program subject to 34993 these terms and conditions. You may not impose any further 34994 restrictions on the recipients' exercise of the rights granted herein. 34995 You are not responsible for enforcing compliance by third parties to 34996 this License. 34997 34998 7. If, as a consequence of a court judgment or allegation of patent 34999 infringement or for any other reason (not limited to patent issues), 35000 conditions are imposed on you (whether by court order, agreement or 35001 otherwise) that contradict the conditions of this License, they do not 35002 excuse you from the conditions of this License. If you cannot 35003 distribute so as to satisfy simultaneously your obligations under this 35004 License and any other pertinent obligations, then as a consequence you 35005 may not distribute the Program at all. For example, if a patent 35006 license would not permit royalty-free redistribution of the Program by 35007 all those who receive copies directly or indirectly through you, then 35008 the only way you could satisfy both it and this License would be to 35009 refrain entirely from distribution of the Program. 35010 35011 If any portion of this section is held invalid or unenforceable under 35012 any particular circumstance, the balance of the section is intended to 35013 apply and the section as a whole is intended to apply in other 35014 circumstances. 35015 35016 It is not the purpose of this section to induce you to infringe any 35017 patents or other property right claims or to contest validity of any 35018 such claims; this section has the sole purpose of protecting the 35019 integrity of the free software distribution system, which is 35020 implemented by public license practices. Many people have made 35021 generous contributions to the wide range of software distributed 35022 through that system in reliance on consistent application of that 35023 system; it is up to the author/donor to decide if he or she is willing 35024 to distribute software through any other system and a licensee cannot 35025 impose that choice. 35026 35027 This section is intended to make thoroughly clear what is believed to 35028 be a consequence of the rest of this License. 35029 35030 8. If the distribution and/or use of the Program is restricted in 35031 certain countries either by patents or by copyrighted interfaces, the 35032 original copyright holder who places the Program under this License 35033 may add an explicit geographical distribution limitation excluding 35034 those countries, so that distribution is permitted only in or among 35035 countries not thus excluded. In such case, this License incorporates 35036 the limitation as if written in the body of this License. 35037 35038 9. The Free Software Foundation may publish revised and/or new versions 35039 of the General Public License from time to time. Such new versions will 35040 be similar in spirit to the present version, but may differ in detail to 35041 address new problems or concerns. 35042 35043 Each version is given a distinguishing version number. If the Program 35044 specifies a version number of this License which applies to it and "any 35045 later version", you have the option of following the terms and conditions 35046 either of that version or of any later version published by the Free 35047 Software Foundation. If the Program does not specify a version number of 35048 this License, you may choose any version ever published by the Free Software 35049 Foundation. 35050 35051 10. If you wish to incorporate parts of the Program into other free 35052 programs whose distribution conditions are different, write to the author 35053 to ask for permission. For software which is copyrighted by the Free 35054 Software Foundation, write to the Free Software Foundation; we sometimes 35055 make exceptions for this. Our decision will be guided by the two goals 35056 of preserving the free status of all derivatives of our free software and 35057 of promoting the sharing and reuse of software generally. 35058 35059 NO WARRANTY 35060 35061 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY 35062 FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN 35063 OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES 35064 PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED 35065 OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF 35066 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS 35067 TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE 35068 PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, 35069 REPAIR OR CORRECTION. 35070 35071 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING 35072 WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR 35073 REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, 35074 INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING 35075 OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED 35076 TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY 35077 YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER 35078 PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE 35079 POSSIBILITY OF SUCH DAMAGES. 35080 35081 END OF TERMS AND CONDITIONS 35082 35083 How to Apply These Terms to Your New Programs 35084 35085 If you develop a new program, and you want it to be of the greatest 35086 possible use to the public, the best way to achieve this is to make it 35087 free software which everyone can redistribute and change under these terms. 35088 35089 To do so, attach the following notices to the program. It is safest 35090 to attach them to the start of each source file to most effectively 35091 convey the exclusion of warranty; and each file should have at least 35092 the "copyright" line and a pointer to where the full notice is found. 35093 35094 <one line to give the program's name and a brief idea of what it does.> 35095 Copyright (C) <year> <name of author> 35096 35097 This program is free software; you can redistribute it and/or modify 35098 it under the terms of the GNU General Public License as published by 35099 the Free Software Foundation; either version 2 of the License, or 35100 (at your option) any later version. 35101 35102 This program is distributed in the hope that it will be useful, 35103 but WITHOUT ANY WARRANTY; without even the implied warranty of 35104 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 35105 GNU General Public License for more details. 35106 35107 You should have received a copy of the GNU General Public License 35108 along with this program; if not, write to the Free Software 35109 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 35110 35111 35112 Also add information on how to contact you by electronic and paper mail. 35113 35114 If the program is interactive, make it output a short notice like this 35115 when it starts in an interactive mode: 35116 35117 Gnomovision version 69, Copyright (C) year name of author 35118 Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. 35119 This is free software, and you are welcome to redistribute it 35120 under certain conditions; type `show c' for details. 35121 35122 The hypothetical commands `show w' and `show c' should show the appropriate 35123 parts of the General Public License. Of course, the commands you use may 35124 be called something other than `show w' and `show c'; they could even be 35125 mouse-clicks or menu items--whatever suits your program. 35126 35127 You should also get your employer (if you work as a programmer) or your 35128 school, if any, to sign a "copyright disclaimer" for the program, if 35129 necessary. Here is a sample; alter the names: 35130 35131 Yoyodyne, Inc., hereby disclaims all copyright interest in the program 35132 `Gnomovision' (which makes passes at compilers) written by James Hacker. 35133 35134 <signature of Ty Coon>, 1 April 1989 35135 Ty Coon, President of Vice 35136 35137 This General Public License does not permit incorporating your program into 35138 proprietary programs. If your program is a subroutine library, you may 35139 consider it more useful to permit linking proprietary applications with the 35140 library. If this is what you want to do, use the GNU Library General 35141 Public License instead of this License. 35142 35143 </pre> 35144 <div class="license-packages"> 35145 Used by these packages: sys-apps/dtc-1.4.0 chromeos-base/autotest-tests-0.0.3-r5349 sys-apps/findutils-4.4.2-r1 chromeos-base/autotest-deps-ltp-0.0.1-r10 chromeos-base/autotest-tests-debugd-0.0.1-r30 media-plugins/alsa-plugins-1.0.25-r1 app-benchmarks/lmbench-3.0_alpha9-r1 sys-apps/iotools-1.5 media-libs/freetype-2.5.0.1-r3 chromeos-base/autotest-deps-glbench-0.0.1-r4926 chromeos-base/gmerge-0.0.1-r815 sys-apps/mmc-utils-0.0.1-r5 sys-apps/baselayout-2.0.1-r232 sys-apps/keyutils-1.1 sys-fs/ecryptfs-utils-101 app-text/htmltidy-20090325 app-laptop/laptop-mode-tools-1.59-r21 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 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-r242 chromeos-base/chromeos-installshim-0.0.1-r8 dev-libs/libgpg-error-1.10-r1 app-misc/screen-4.0.3-r6 x11-misc/read-edid-1.4.2 sys-power/powertop-2.5 net-wireless/bluez-5.19-r6 chromeos-base/autotest-deps-webgl-perf-0.0.1-r419 app-admin/sysstat-10.2.0 chromeos-base/autotest-tests-tpm-0.0.1-r30 net-dialup/ppp-2.4.5-r4 dev-util/turbostat-3.8.11-r499 app-misc/mime-types-9 chromeos-base/autotest-private-tests-echoprivate-0.0.1-r39 net-libs/libnfnetlink-1.0.1 chromeos-base/autotest-private-tests-quickoffice-0.0.1-r70 chromeos-base/autotest-deps-piglit-0.0.1-r4680 sys-process/procps-3.3.4 sys-devel/automake-wrapper-9 net-dns/dnsmasq-2.50 chromeos-base/telemetry-0.0.1-r3 sys-fs/ntfs3g-2012.1.15-r4 media-libs/sbc-1.0 chromeos-base/autotest-deps-p2p-0.0.1-r30 sys-auth/pam_pwdfile-0.99-r1 chromeos-base/autotest-tests-cros-disks-0.0.1-r30 sys-boot/syslinux-3.83-r5 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-private-tests-pagecycler-0.0.1-r69 chromeos-base/chromeos-hwid-0.0.2-r291 net-misc/openvpn-2.3.2-r2 sys-fs/e2fsprogs-1.42 chromeos-base/autotest-tests-p2p-0.0.1-r30 sys-apps/daisydog-0.0.1-r16 x11-apps/mtplot-0.0.1-r35 chromeos-base/autotest-private-all-0.0.1-r74 app-benchmarks/i7z-0.27-r1 net-wireless/wireless-tools-29 sys-apps/usbutils-007 chromeos-base/autotest-tests-touchpad-0.0.1-r1039 chromeos-base/chromeos-initramfs-0.0.1-r162 dev-util/intltool-0.50.2-r2 sys-fs/sshfs-fuse-2.4 sys-apps/flashrom-0.9.4-r317 chromeos-base/autotest-tests-ltp-0.0.1-r3589 app-text/sgml-common-0.6.3-r5 app-benchmarks/punybench-0.0.1-r56 net-misc/strongswan-5.0.2-r14 chromeos-base/autotest-tests-ownershipapi-0.0.1-r4742 chromeos-base/autotest-deps-cellular-0.0.1-r66 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 chromeos-base/autotest-server-tests-bluetooth-0.0.1-r21 chromeos-base/root-certificates-0.0.1-r3 chromeos-base/touchbot-1.0-r86 app-admin/eselect-opengl-1.2.4-r1 sys-apps/portage-2.1.11.50-r6 x11-misc/x11vnc-0.9.13-r1 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 dev-vcs/git-1.8.3.2-r1 app-crypt/nss-3.16-r1 app-admin/eselect-python-20100321 chromeos-base/autotest-deps-touchpad-0.0.1-r1039 sys-apps/util-linux-2.24 sys-apps/ethtool-3.12.1 sys-fs/avfs-1.0.1-r2 sys-apps/i2c-tools-3.0.2 x11-misc/xtrace-1.3.0 chromeos-base/autotest-tests-cellular-0.0.1-r66 sys-apps/ureadahead-0.100.0-r3 net-dialup/xl2tpd-1.3.0-r2 x11-terms/rxvt-unicode-9.10 app-misc/pax-utils-0.8.1 dev-libs/dbus-glib-0.100.2 net-wireless/wpa_supplicant-0.7.2-r154 chromeos-base/recover-duts-0.0.1-r168 chromeos-base/chromeos-fonts-0.0.1-r15 sys-apps/chvt-0.0.1-r1 sys-process/psmisc-22.20 net-wireless/hostapd-2.1-r3 sys-devel/automake-1.11.1 dev-util/perf-3.14-r2 sys-process/time-1.7-r1 net-libs/libmbim-1.9.0-r20 chromeos-base/autotest-server-tests-shill-0.0.1-r21 games-util/joystick-1.4.2 sys-libs/pam-1.1.5 sci-libs/fftw-3.2.2 sys-apps/smartmontools-5.42 sys-devel/patch-2.6.1 sys-apps/diffutils-3.2 sys-apps/net-tools-1.60_p20120127084908 dev-libs/libatomic_ops-7.2d media-sound/alsa-utils-1.0.27.1-r1 sys-kernel/Linux-2.6 sys-devel/binutils-config-3-r3 sys-apps/shadow-4.1.2.2-r4 chromeos-base/autotest-server-tests-telemetry-0.0.1-r21 x11-misc/shared-mime-info-1.0-r1 chromeos-base/autotest-tests-cryptohome-0.0.1-r30 app-misc/evtest-1.29 sys-fs/udev-171-r6 chromeos-base/autotest-tests-power-0.0.1-r30 sys-apps/busybox-1.21.0-r5 sys-apps/sandbox-2.6-r1 net-dialup/lrzsz-0.12.20-r2 sys-fs/lvm2-2.02.97-r1 chromeos-base/autotest-tests-audio-0.0.1-r30 sys-apps/kbd-1.15.3 sys-kernel/linux-headers-3.12 net-firewall/iptables-1.4.16.3 sys-apps/upstart-1.2-r7 net-misc/openssh-6.4_p1-r1 chromeos-base/autotest-tests-security-0.0.1-r30 app-accessibility/brltty-4.5-r10 net-misc/htpdate-1.0.4-r6 chromeos-base/autotest-deps-graphics-0.0.1-r419 sys-devel/autoconf-wrapper-13 chromeos-base/autotest-deps-0.0.4-r5256 sys-apps/dbus-1.6.8-r5 sys-block/fio-2.1.8-r1 dev-libs/nspr-4.10.4 chromeos-base/autotest-chrome-0.0.1-r3840 chromeos-base/autotest-0.0.2-r5244 sys-devel/libtool-2.4.2 chromeos-base/autotest-server-tests-0.0.2-r149 chromeos-base/autotest-tests-graphics-0.0.1-r30 chromeos-base/autotest-tests-shill-0.0.1-r30 media-gfx/perceptualdiff-1.1.1-r1 sys-boot/coreboot-2013.04 sys-libs/libcap-2.17 chromeos-base/wireless_automation-0.0.1-r7 sys-libs/e2fsprogs-libs-1.42 chromeos-base/autotest-deps-webgl-mpd-0.0.1-r590 sys-apps/memtester-4.2.2 35146 </div> 35147 </div> 35148 </div> 35149 35150 <div class="product"> 35151 <a name="GPL-2+" class="title">Gentoo Package Stock License GPL-2+</a> 35152 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 35153 <div class="licence"> 35154 <pre> 35155 GNU General Public License, version 2 or any later version. 35156 See GPL-2 or GPL-3 for the full text of these licenses. 35157 35158 </pre> 35159 <div class="license-packages"> 35160 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 35161 </div> 35162 </div> 35163 </div> 35164 35165 <div class="product"> 35166 <a name="GPL-3" class="title">Gentoo Package Stock License GPL-3</a> 35167 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 35168 <div class="licence"> 35169 <pre> 35170 GNU GENERAL PUBLIC LICENSE 35171 Version 3, 29 June 2007 35172 35173 Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/> 35174 Everyone is permitted to copy and distribute verbatim copies 35175 of this license document, but changing it is not allowed. 35176 35177 Preamble 35178 35179 The GNU General Public License is a free, copyleft license for 35180 software and other kinds of works. 35181 35182 The licenses for most software and other practical works are designed 35183 to take away your freedom to share and change the works. By contrast, 35184 the GNU General Public License is intended to guarantee your freedom to 35185 share and change all versions of a program--to make sure it remains free 35186 software for all its users. We, the Free Software Foundation, use the 35187 GNU General Public License for most of our software; it applies also to 35188 any other work released this way by its authors. You can apply it to 35189 your programs, too. 35190 35191 When we speak of free software, we are referring to freedom, not 35192 price. Our General Public Licenses are designed to make sure that you 35193 have the freedom to distribute copies of free software (and charge for 35194 them if you wish), that you receive source code or can get it if you 35195 want it, that you can change the software or use pieces of it in new 35196 free programs, and that you know you can do these things. 35197 35198 To protect your rights, we need to prevent others from denying you 35199 these rights or asking you to surrender the rights. Therefore, you have 35200 certain responsibilities if you distribute copies of the software, or if 35201 you modify it: responsibilities to respect the freedom of others. 35202 35203 For example, if you distribute copies of such a program, whether 35204 gratis or for a fee, you must pass on to the recipients the same 35205 freedoms that you received. You must make sure that they, too, receive 35206 or can get the source code. And you must show them these terms so they 35207 know their rights. 35208 35209 Developers that use the GNU GPL protect your rights with two steps: 35210 (1) assert copyright on the software, and (2) offer you this License 35211 giving you legal permission to copy, distribute and/or modify it. 35212 35213 For the developers' and authors' protection, the GPL clearly explains 35214 that there is no warranty for this free software. For both users' and 35215 authors' sake, the GPL requires that modified versions be marked as 35216 changed, so that their problems will not be attributed erroneously to 35217 authors of previous versions. 35218 35219 Some devices are designed to deny users access to install or run 35220 modified versions of the software inside them, although the manufacturer 35221 can do so. This is fundamentally incompatible with the aim of 35222 protecting users' freedom to change the software. The systematic 35223 pattern of such abuse occurs in the area of products for individuals to 35224 use, which is precisely where it is most unacceptable. Therefore, we 35225 have designed this version of the GPL to prohibit the practice for those 35226 products. If such problems arise substantially in other domains, we 35227 stand ready to extend this provision to those domains in future versions 35228 of the GPL, as needed to protect the freedom of users. 35229 35230 Finally, every program is threatened constantly by software patents. 35231 States should not allow patents to restrict development and use of 35232 software on general-purpose computers, but in those that do, we wish to 35233 avoid the special danger that patents applied to a free program could 35234 make it effectively proprietary. To prevent this, the GPL assures that 35235 patents cannot be used to render the program non-free. 35236 35237 The precise terms and conditions for copying, distribution and 35238 modification follow. 35239 35240 TERMS AND CONDITIONS 35241 35242 0. Definitions. 35243 35244 "This License" refers to version 3 of the GNU General Public License. 35245 35246 "Copyright" also means copyright-like laws that apply to other kinds of 35247 works, such as semiconductor masks. 35248 35249 "The Program" refers to any copyrightable work licensed under this 35250 License. Each licensee is addressed as "you". "Licensees" and 35251 "recipients" may be individuals or organizations. 35252 35253 To "modify" a work means to copy from or adapt all or part of the work 35254 in a fashion requiring copyright permission, other than the making of an 35255 exact copy. The resulting work is called a "modified version" of the 35256 earlier work or a work "based on" the earlier work. 35257 35258 A "covered work" means either the unmodified Program or a work based 35259 on the Program. 35260 35261 To "propagate" a work means to do anything with it that, without 35262 permission, would make you directly or secondarily liable for 35263 infringement under applicable copyright law, except executing it on a 35264 computer or modifying a private copy. Propagation includes copying, 35265 distribution (with or without modification), making available to the 35266 public, and in some countries other activities as well. 35267 35268 To "convey" a work means any kind of propagation that enables other 35269 parties to make or receive copies. Mere interaction with a user through 35270 a computer network, with no transfer of a copy, is not conveying. 35271 35272 An interactive user interface displays "Appropriate Legal Notices" 35273 to the extent that it includes a convenient and prominently visible 35274 feature that (1) displays an appropriate copyright notice, and (2) 35275 tells the user that there is no warranty for the work (except to the 35276 extent that warranties are provided), that licensees may convey the 35277 work under this License, and how to view a copy of this License. If 35278 the interface presents a list of user commands or options, such as a 35279 menu, a prominent item in the list meets this criterion. 35280 35281 1. Source Code. 35282 35283 The "source code" for a work means the preferred form of the work 35284 for making modifications to it. "Object code" means any non-source 35285 form of a work. 35286 35287 A "Standard Interface" means an interface that either is an official 35288 standard defined by a recognized standards body, or, in the case of 35289 interfaces specified for a particular programming language, one that 35290 is widely used among developers working in that language. 35291 35292 The "System Libraries" of an executable work include anything, other 35293 than the work as a whole, that (a) is included in the normal form of 35294 packaging a Major Component, but which is not part of that Major 35295 Component, and (b) serves only to enable use of the work with that 35296 Major Component, or to implement a Standard Interface for which an 35297 implementation is available to the public in source code form. A 35298 "Major Component", in this context, means a major essential component 35299 (kernel, window system, and so on) of the specific operating system 35300 (if any) on which the executable work runs, or a compiler used to 35301 produce the work, or an object code interpreter used to run it. 35302 35303 The "Corresponding Source" for a work in object code form means all 35304 the source code needed to generate, install, and (for an executable 35305 work) run the object code and to modify the work, including scripts to 35306 control those activities. However, it does not include the work's 35307 System Libraries, or general-purpose tools or generally available free 35308 programs which are used unmodified in performing those activities but 35309 which are not part of the work. For example, Corresponding Source 35310 includes interface definition files associated with source files for 35311 the work, and the source code for shared libraries and dynamically 35312 linked subprograms that the work is specifically designed to require, 35313 such as by intimate data communication or control flow between those 35314 subprograms and other parts of the work. 35315 35316 The Corresponding Source need not include anything that users 35317 can regenerate automatically from other parts of the Corresponding 35318 Source. 35319 35320 The Corresponding Source for a work in source code form is that 35321 same work. 35322 35323 2. Basic Permissions. 35324 35325 All rights granted under this License are granted for the term of 35326 copyright on the Program, and are irrevocable provided the stated 35327 conditions are met. This License explicitly affirms your unlimited 35328 permission to run the unmodified Program. The output from running a 35329 covered work is covered by this License only if the output, given its 35330 content, constitutes a covered work. This License acknowledges your 35331 rights of fair use or other equivalent, as provided by copyright law. 35332 35333 You may make, run and propagate covered works that you do not 35334 convey, without conditions so long as your license otherwise remains 35335 in force. You may convey covered works to others for the sole purpose 35336 of having them make modifications exclusively for you, or provide you 35337 with facilities for running those works, provided that you comply with 35338 the terms of this License in conveying all material for which you do 35339 not control copyright. Those thus making or running the covered works 35340 for you must do so exclusively on your behalf, under your direction 35341 and control, on terms that prohibit them from making any copies of 35342 your copyrighted material outside their relationship with you. 35343 35344 Conveying under any other circumstances is permitted solely under 35345 the conditions stated below. Sublicensing is not allowed; section 10 35346 makes it unnecessary. 35347 35348 3. Protecting Users' Legal Rights From Anti-Circumvention Law. 35349 35350 No covered work shall be deemed part of an effective technological 35351 measure under any applicable law fulfilling obligations under article 35352 11 of the WIPO copyright treaty adopted on 20 December 1996, or 35353 similar laws prohibiting or restricting circumvention of such 35354 measures. 35355 35356 When you convey a covered work, you waive any legal power to forbid 35357 circumvention of technological measures to the extent such circumvention 35358 is effected by exercising rights under this License with respect to 35359 the covered work, and you disclaim any intention to limit operation or 35360 modification of the work as a means of enforcing, against the work's 35361 users, your or third parties' legal rights to forbid circumvention of 35362 technological measures. 35363 35364 4. Conveying Verbatim Copies. 35365 35366 You may convey verbatim copies of the Program's source code as you 35367 receive it, in any medium, provided that you conspicuously and 35368 appropriately publish on each copy an appropriate copyright notice; 35369 keep intact all notices stating that this License and any 35370 non-permissive terms added in accord with section 7 apply to the code; 35371 keep intact all notices of the absence of any warranty; and give all 35372 recipients a copy of this License along with the Program. 35373 35374 You may charge any price or no price for each copy that you convey, 35375 and you may offer support or warranty protection for a fee. 35376 35377 5. Conveying Modified Source Versions. 35378 35379 You may convey a work based on the Program, or the modifications to 35380 produce it from the Program, in the form of source code under the 35381 terms of section 4, provided that you also meet all of these conditions: 35382 35383 a) The work must carry prominent notices stating that you modified 35384 it, and giving a relevant date. 35385 35386 b) The work must carry prominent notices stating that it is 35387 released under this License and any conditions added under section 35388 7. This requirement modifies the requirement in section 4 to 35389 "keep intact all notices". 35390 35391 c) You must license the entire work, as a whole, under this 35392 License to anyone who comes into possession of a copy. This 35393 License will therefore apply, along with any applicable section 7 35394 additional terms, to the whole of the work, and all its parts, 35395 regardless of how they are packaged. This License gives no 35396 permission to license the work in any other way, but it does not 35397 invalidate such permission if you have separately received it. 35398 35399 d) If the work has interactive user interfaces, each must display 35400 Appropriate Legal Notices; however, if the Program has interactive 35401 interfaces that do not display Appropriate Legal Notices, your 35402 work need not make them do so. 35403 35404 A compilation of a covered work with other separate and independent 35405 works, which are not by their nature extensions of the covered work, 35406 and which are not combined with it such as to form a larger program, 35407 in or on a volume of a storage or distribution medium, is called an 35408 "aggregate" if the compilation and its resulting copyright are not 35409 used to limit the access or legal rights of the compilation's users 35410 beyond what the individual works permit. Inclusion of a covered work 35411 in an aggregate does not cause this License to apply to the other 35412 parts of the aggregate. 35413 35414 6. Conveying Non-Source Forms. 35415 35416 You may convey a covered work in object code form under the terms 35417 of sections 4 and 5, provided that you also convey the 35418 machine-readable Corresponding Source under the terms of this License, 35419 in one of these ways: 35420 35421 a) Convey the object code in, or embodied in, a physical product 35422 (including a physical distribution medium), accompanied by the 35423 Corresponding Source fixed on a durable physical medium 35424 customarily used for software interchange. 35425 35426 b) Convey the object code in, or embodied in, a physical product 35427 (including a physical distribution medium), accompanied by a 35428 written offer, valid for at least three years and valid for as 35429 long as you offer spare parts or customer support for that product 35430 model, to give anyone who possesses the object code either (1) a 35431 copy of the Corresponding Source for all the software in the 35432 product that is covered by this License, on a durable physical 35433 medium customarily used for software interchange, for a price no 35434 more than your reasonable cost of physically performing this 35435 conveying of source, or (2) access to copy the 35436 Corresponding Source from a network server at no charge. 35437 35438 c) Convey individual copies of the object code with a copy of the 35439 written offer to provide the Corresponding Source. This 35440 alternative is allowed only occasionally and noncommercially, and 35441 only if you received the object code with such an offer, in accord 35442 with subsection 6b. 35443 35444 d) Convey the object code by offering access from a designated 35445 place (gratis or for a charge), and offer equivalent access to the 35446 Corresponding Source in the same way through the same place at no 35447 further charge. You need not require recipients to copy the 35448 Corresponding Source along with the object code. If the place to 35449 copy the object code is a network server, the Corresponding Source 35450 may be on a different server (operated by you or a third party) 35451 that supports equivalent copying facilities, provided you maintain 35452 clear directions next to the object code saying where to find the 35453 Corresponding Source. Regardless of what server hosts the 35454 Corresponding Source, you remain obligated to ensure that it is 35455 available for as long as needed to satisfy these requirements. 35456 35457 e) Convey the object code using peer-to-peer transmission, provided 35458 you inform other peers where the object code and Corresponding 35459 Source of the work are being offered to the general public at no 35460 charge under subsection 6d. 35461 35462 A separable portion of the object code, whose source code is excluded 35463 from the Corresponding Source as a System Library, need not be 35464 included in conveying the object code work. 35465 35466 A "User Product" is either (1) a "consumer product", which means any 35467 tangible personal property which is normally used for personal, family, 35468 or household purposes, or (2) anything designed or sold for incorporation 35469 into a dwelling. In determining whether a product is a consumer product, 35470 doubtful cases shall be resolved in favor of coverage. For a particular 35471 product received by a particular user, "normally used" refers to a 35472 typical or common use of that class of product, regardless of the status 35473 of the particular user or of the way in which the particular user 35474 actually uses, or expects or is expected to use, the product. A product 35475 is a consumer product regardless of whether the product has substantial 35476 commercial, industrial or non-consumer uses, unless such uses represent 35477 the only significant mode of use of the product. 35478 35479 "Installation Information" for a User Product means any methods, 35480 procedures, authorization keys, or other information required to install 35481 and execute modified versions of a covered work in that User Product from 35482 a modified version of its Corresponding Source. The information must 35483 suffice to ensure that the continued functioning of the modified object 35484 code is in no case prevented or interfered with solely because 35485 modification has been made. 35486 35487 If you convey an object code work under this section in, or with, or 35488 specifically for use in, a User Product, and the conveying occurs as 35489 part of a transaction in which the right of possession and use of the 35490 User Product is transferred to the recipient in perpetuity or for a 35491 fixed term (regardless of how the transaction is characterized), the 35492 Corresponding Source conveyed under this section must be accompanied 35493 by the Installation Information. But this requirement does not apply 35494 if neither you nor any third party retains the ability to install 35495 modified object code on the User Product (for example, the work has 35496 been installed in ROM). 35497 35498 The requirement to provide Installation Information does not include a 35499 requirement to continue to provide support service, warranty, or updates 35500 for a work that has been modified or installed by the recipient, or for 35501 the User Product in which it has been modified or installed. Access to a 35502 network may be denied when the modification itself materially and 35503 adversely affects the operation of the network or violates the rules and 35504 protocols for communication across the network. 35505 35506 Corresponding Source conveyed, and Installation Information provided, 35507 in accord with this section must be in a format that is publicly 35508 documented (and with an implementation available to the public in 35509 source code form), and must require no special password or key for 35510 unpacking, reading or copying. 35511 35512 7. Additional Terms. 35513 35514 "Additional permissions" are terms that supplement the terms of this 35515 License by making exceptions from one or more of its conditions. 35516 Additional permissions that are applicable to the entire Program shall 35517 be treated as though they were included in this License, to the extent 35518 that they are valid under applicable law. If additional permissions 35519 apply only to part of the Program, that part may be used separately 35520 under those permissions, but the entire Program remains governed by 35521 this License without regard to the additional permissions. 35522 35523 When you convey a copy of a covered work, you may at your option 35524 remove any additional permissions from that copy, or from any part of 35525 it. (Additional permissions may be written to require their own 35526 removal in certain cases when you modify the work.) You may place 35527 additional permissions on material, added by you to a covered work, 35528 for which you have or can give appropriate copyright permission. 35529 35530 Notwithstanding any other provision of this License, for material you 35531 add to a covered work, you may (if authorized by the copyright holders of 35532 that material) supplement the terms of this License with terms: 35533 35534 a) Disclaiming warranty or limiting liability differently from the 35535 terms of sections 15 and 16 of this License; or 35536 35537 b) Requiring preservation of specified reasonable legal notices or 35538 author attributions in that material or in the Appropriate Legal 35539 Notices displayed by works containing it; or 35540 35541 c) Prohibiting misrepresentation of the origin of that material, or 35542 requiring that modified versions of such material be marked in 35543 reasonable ways as different from the original version; or 35544 35545 d) Limiting the use for publicity purposes of names of licensors or 35546 authors of the material; or 35547 35548 e) Declining to grant rights under trademark law for use of some 35549 trade names, trademarks, or service marks; or 35550 35551 f) Requiring indemnification of licensors and authors of that 35552 material by anyone who conveys the material (or modified versions of 35553 it) with contractual assumptions of liability to the recipient, for 35554 any liability that these contractual assumptions directly impose on 35555 those licensors and authors. 35556 35557 All other non-permissive additional terms are considered "further 35558 restrictions" within the meaning of section 10. If the Program as you 35559 received it, or any part of it, contains a notice stating that it is 35560 governed by this License along with a term that is a further 35561 restriction, you may remove that term. If a license document contains 35562 a further restriction but permits relicensing or conveying under this 35563 License, you may add to a covered work material governed by the terms 35564 of that license document, provided that the further restriction does 35565 not survive such relicensing or conveying. 35566 35567 If you add terms to a covered work in accord with this section, you 35568 must place, in the relevant source files, a statement of the 35569 additional terms that apply to those files, or a notice indicating 35570 where to find the applicable terms. 35571 35572 Additional terms, permissive or non-permissive, may be stated in the 35573 form of a separately written license, or stated as exceptions; 35574 the above requirements apply either way. 35575 35576 8. Termination. 35577 35578 You may not propagate or modify a covered work except as expressly 35579 provided under this License. Any attempt otherwise to propagate or 35580 modify it is void, and will automatically terminate your rights under 35581 this License (including any patent licenses granted under the third 35582 paragraph of section 11). 35583 35584 However, if you cease all violation of this License, then your 35585 license from a particular copyright holder is reinstated (a) 35586 provisionally, unless and until the copyright holder explicitly and 35587 finally terminates your license, and (b) permanently, if the copyright 35588 holder fails to notify you of the violation by some reasonable means 35589 prior to 60 days after the cessation. 35590 35591 Moreover, your license from a particular copyright holder is 35592 reinstated permanently if the copyright holder notifies you of the 35593 violation by some reasonable means, this is the first time you have 35594 received notice of violation of this License (for any work) from that 35595 copyright holder, and you cure the violation prior to 30 days after 35596 your receipt of the notice. 35597 35598 Termination of your rights under this section does not terminate the 35599 licenses of parties who have received copies or rights from you under 35600 this License. If your rights have been terminated and not permanently 35601 reinstated, you do not qualify to receive new licenses for the same 35602 material under section 10. 35603 35604 9. Acceptance Not Required for Having Copies. 35605 35606 You are not required to accept this License in order to receive or 35607 run a copy of the Program. Ancillary propagation of a covered work 35608 occurring solely as a consequence of using peer-to-peer transmission 35609 to receive a copy likewise does not require acceptance. However, 35610 nothing other than this License grants you permission to propagate or 35611 modify any covered work. These actions infringe copyright if you do 35612 not accept this License. Therefore, by modifying or propagating a 35613 covered work, you indicate your acceptance of this License to do so. 35614 35615 10. Automatic Licensing of Downstream Recipients. 35616 35617 Each time you convey a covered work, the recipient automatically 35618 receives a license from the original licensors, to run, modify and 35619 propagate that work, subject to this License. You are not responsible 35620 for enforcing compliance by third parties with this License. 35621 35622 An "entity transaction" is a transaction transferring control of an 35623 organization, or substantially all assets of one, or subdividing an 35624 organization, or merging organizations. If propagation of a covered 35625 work results from an entity transaction, each party to that 35626 transaction who receives a copy of the work also receives whatever 35627 licenses to the work the party's predecessor in interest had or could 35628 give under the previous paragraph, plus a right to possession of the 35629 Corresponding Source of the work from the predecessor in interest, if 35630 the predecessor has it or can get it with reasonable efforts. 35631 35632 You may not impose any further restrictions on the exercise of the 35633 rights granted or affirmed under this License. For example, you may 35634 not impose a license fee, royalty, or other charge for exercise of 35635 rights granted under this License, and you may not initiate litigation 35636 (including a cross-claim or counterclaim in a lawsuit) alleging that 35637 any patent claim is infringed by making, using, selling, offering for 35638 sale, or importing the Program or any portion of it. 35639 35640 11. Patents. 35641 35642 A "contributor" is a copyright holder who authorizes use under this 35643 License of the Program or a work on which the Program is based. The 35644 work thus licensed is called the contributor's "contributor version". 35645 35646 A contributor's "essential patent claims" are all patent claims 35647 owned or controlled by the contributor, whether already acquired or 35648 hereafter acquired, that would be infringed by some manner, permitted 35649 by this License, of making, using, or selling its contributor version, 35650 but do not include claims that would be infringed only as a 35651 consequence of further modification of the contributor version. For 35652 purposes of this definition, "control" includes the right to grant 35653 patent sublicenses in a manner consistent with the requirements of 35654 this License. 35655 35656 Each contributor grants you a non-exclusive, worldwide, royalty-free 35657 patent license under the contributor's essential patent claims, to 35658 make, use, sell, offer for sale, import and otherwise run, modify and 35659 propagate the contents of its contributor version. 35660 35661 In the following three paragraphs, a "patent license" is any express 35662 agreement or commitment, however denominated, not to enforce a patent 35663 (such as an express permission to practice a patent or covenant not to 35664 sue for patent infringement). To "grant" such a patent license to a 35665 party means to make such an agreement or commitment not to enforce a 35666 patent against the party. 35667 35668 If you convey a covered work, knowingly relying on a patent license, 35669 and the Corresponding Source of the work is not available for anyone 35670 to copy, free of charge and under the terms of this License, through a 35671 publicly available network server or other readily accessible means, 35672 then you must either (1) cause the Corresponding Source to be so 35673 available, or (2) arrange to deprive yourself of the benefit of the 35674 patent license for this particular work, or (3) arrange, in a manner 35675 consistent with the requirements of this License, to extend the patent 35676 license to downstream recipients. "Knowingly relying" means you have 35677 actual knowledge that, but for the patent license, your conveying the 35678 covered work in a country, or your recipient's use of the covered work 35679 in a country, would infringe one or more identifiable patents in that 35680 country that you have reason to believe are valid. 35681 35682 If, pursuant to or in connection with a single transaction or 35683 arrangement, you convey, or propagate by procuring conveyance of, a 35684 covered work, and grant a patent license to some of the parties 35685 receiving the covered work authorizing them to use, propagate, modify 35686 or convey a specific copy of the covered work, then the patent license 35687 you grant is automatically extended to all recipients of the covered 35688 work and works based on it. 35689 35690 A patent license is "discriminatory" if it does not include within 35691 the scope of its coverage, prohibits the exercise of, or is 35692 conditioned on the non-exercise of one or more of the rights that are 35693 specifically granted under this License. You may not convey a covered 35694 work if you are a party to an arrangement with a third party that is 35695 in the business of distributing software, under which you make payment 35696 to the third party based on the extent of your activity of conveying 35697 the work, and under which the third party grants, to any of the 35698 parties who would receive the covered work from you, a discriminatory 35699 patent license (a) in connection with copies of the covered work 35700 conveyed by you (or copies made from those copies), or (b) primarily 35701 for and in connection with specific products or compilations that 35702 contain the covered work, unless you entered into that arrangement, 35703 or that patent license was granted, prior to 28 March 2007. 35704 35705 Nothing in this License shall be construed as excluding or limiting 35706 any implied license or other defenses to infringement that may 35707 otherwise be available to you under applicable patent law. 35708 35709 12. No Surrender of Others' Freedom. 35710 35711 If conditions are imposed on you (whether by court order, agreement or 35712 otherwise) that contradict the conditions of this License, they do not 35713 excuse you from the conditions of this License. If you cannot convey a 35714 covered work so as to satisfy simultaneously your obligations under this 35715 License and any other pertinent obligations, then as a consequence you may 35716 not convey it at all. For example, if you agree to terms that obligate you 35717 to collect a royalty for further conveying from those to whom you convey 35718 the Program, the only way you could satisfy both those terms and this 35719 License would be to refrain entirely from conveying the Program. 35720 35721 13. Use with the GNU Affero General Public License. 35722 35723 Notwithstanding any other provision of this License, you have 35724 permission to link or combine any covered work with a work licensed 35725 under version 3 of the GNU Affero General Public License into a single 35726 combined work, and to convey the resulting work. The terms of this 35727 License will continue to apply to the part which is the covered work, 35728 but the special requirements of the GNU Affero General Public License, 35729 section 13, concerning interaction through a network will apply to the 35730 combination as such. 35731 35732 14. Revised Versions of this License. 35733 35734 The Free Software Foundation may publish revised and/or new versions of 35735 the GNU General Public License from time to time. Such new versions will 35736 be similar in spirit to the present version, but may differ in detail to 35737 address new problems or concerns. 35738 35739 Each version is given a distinguishing version number. If the 35740 Program specifies that a certain numbered version of the GNU General 35741 Public License "or any later version" applies to it, you have the 35742 option of following the terms and conditions either of that numbered 35743 version or of any later version published by the Free Software 35744 Foundation. If the Program does not specify a version number of the 35745 GNU General Public License, you may choose any version ever published 35746 by the Free Software Foundation. 35747 35748 If the Program specifies that a proxy can decide which future 35749 versions of the GNU General Public License can be used, that proxy's 35750 public statement of acceptance of a version permanently authorizes you 35751 to choose that version for the Program. 35752 35753 Later license versions may give you additional or different 35754 permissions. However, no additional obligations are imposed on any 35755 author or copyright holder as a result of your choosing to follow a 35756 later version. 35757 35758 15. Disclaimer of Warranty. 35759 35760 THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY 35761 APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT 35762 HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY 35763 OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, 35764 THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 35765 PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM 35766 IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF 35767 ALL NECESSARY SERVICING, REPAIR OR CORRECTION. 35768 35769 16. Limitation of Liability. 35770 35771 IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING 35772 WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS 35773 THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY 35774 GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE 35775 USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF 35776 DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD 35777 PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), 35778 EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF 35779 SUCH DAMAGES. 35780 35781 17. Interpretation of Sections 15 and 16. 35782 35783 If the disclaimer of warranty and limitation of liability provided 35784 above cannot be given local legal effect according to their terms, 35785 reviewing courts shall apply local law that most closely approximates 35786 an absolute waiver of all civil liability in connection with the 35787 Program, unless a warranty or assumption of liability accompanies a 35788 copy of the Program in return for a fee. 35789 35790 END OF TERMS AND CONDITIONS 35791 35792 How to Apply These Terms to Your New Programs 35793 35794 If you develop a new program, and you want it to be of the greatest 35795 possible use to the public, the best way to achieve this is to make it 35796 free software which everyone can redistribute and change under these terms. 35797 35798 To do so, attach the following notices to the program. It is safest 35799 to attach them to the start of each source file to most effectively 35800 state the exclusion of warranty; and each file should have at least 35801 the "copyright" line and a pointer to where the full notice is found. 35802 35803 <one line to give the program's name and a brief idea of what it does.> 35804 Copyright (C) <year> <name of author> 35805 35806 This program is free software: you can redistribute it and/or modify 35807 it under the terms of the GNU General Public License as published by 35808 the Free Software Foundation, either version 3 of the License, or 35809 (at your option) any later version. 35810 35811 This program is distributed in the hope that it will be useful, 35812 but WITHOUT ANY WARRANTY; without even the implied warranty of 35813 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 35814 GNU General Public License for more details. 35815 35816 You should have received a copy of the GNU General Public License 35817 along with this program. If not, see <http://www.gnu.org/licenses/>. 35818 35819 Also add information on how to contact you by electronic and paper mail. 35820 35821 If the program does terminal interaction, make it output a short 35822 notice like this when it starts in an interactive mode: 35823 35824 <program> Copyright (C) <year> <name of author> 35825 This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. 35826 This is free software, and you are welcome to redistribute it 35827 under certain conditions; type `show c' for details. 35828 35829 The hypothetical commands `show w' and `show c' should show the appropriate 35830 parts of the General Public License. Of course, your program's commands 35831 might be different; for a GUI interface, you would use an "about box". 35832 35833 You should also get your employer (if you work as a programmer) or school, 35834 if any, to sign a "copyright disclaimer" for the program, if necessary. 35835 For more information on this, and how to apply and follow the GNU GPL, see 35836 <http://www.gnu.org/licenses/>. 35837 35838 The GNU General Public License does not permit incorporating your program 35839 into proprietary programs. If your program is a subroutine library, you 35840 may consider it more useful to permit linking proprietary applications with 35841 the library. If this is what you want to do, use the GNU Lesser General 35842 Public License instead of this License. But first, please read 35843 <http://www.gnu.org/philosophy/why-not-lgpl.html>. 35844 35845 </pre> 35846 <div class="license-packages"> 35847 Used by these packages: 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 net-misc/wget-1.14 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 chromeos-base/autotest-deps-glmark2-0.0.1-r438 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 sys-apps/coreutils-8.22 app-shells/bash-4.2_p45-r1 dev-lang/swig-2.0.4-r1 sys-libs/gdbm-1.9.1-r2 app-arch/sharutils-4.7 sys-apps/which-2.20 35848 </div> 35849 </div> 35850 </div> 35851 35852 <div class="product"> 35853 <a name="ISC" class="title">Gentoo Package Stock License ISC</a> 35854 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 35855 <div class="licence"> 35856 <pre> 35857 Copyright (c) 4-digit year, Company or Person's Name 35858 35859 Permission to use, copy, modify, and/or distribute this software for any 35860 purpose with or without fee is hereby granted, provided that the above 35861 copyright notice and this permission notice appear in all copies. 35862 35863 THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES 35864 WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF 35865 MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR 35866 ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 35867 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 35868 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 35869 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 35870 35871 </pre> 35872 <div class="license-packages"> 35873 Used by these packages: app-misc/tmux-1.9a media-libs/harfbuzz-0.9.27-r2 dev-libs/confuse-2.7 net-wireless/iw-3.10 app-admin/sudo-1.8.6_p7 net-wireless/wireless-regdb-20131127-r3 35874 </div> 35875 </div> 35876 </div> 35877 35878 <div class="product"> 35879 <a name="LGPL-2" class="title">Gentoo Package Stock License LGPL-2</a> 35880 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 35881 <div class="licence"> 35882 <pre> 35883 GNU LIBRARY GENERAL PUBLIC LICENSE 35884 Version 2, June 1991 35885 35886 Copyright (C) 1991 Free Software Foundation, Inc. 35887 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA 35888 Everyone is permitted to copy and distribute verbatim copies 35889 of this license document, but changing it is not allowed. 35890 35891 [This is the first released version of the library GPL. It is 35892 numbered 2 because it goes with version 2 of the ordinary GPL.] 35893 35894 Preamble 35895 35896 The licenses for most software are designed to take away your 35897 freedom to share and change it. By contrast, the GNU General Public 35898 Licenses are intended to guarantee your freedom to share and change 35899 free software--to make sure the software is free for all its users. 35900 35901 This license, the Library General Public License, applies to some 35902 specially designated Free Software Foundation software, and to any 35903 other libraries whose authors decide to use it. You can use it for 35904 your libraries, too. 35905 35906 When we speak of free software, we are referring to freedom, not 35907 price. Our General Public Licenses are designed to make sure that you 35908 have the freedom to distribute copies of free software (and charge for 35909 this service if you wish), that you receive source code or can get it 35910 if you want it, that you can change the software or use pieces of it 35911 in new free programs; and that you know you can do these things. 35912 35913 To protect your rights, we need to make restrictions that forbid 35914 anyone to deny you these rights or to ask you to surrender the rights. 35915 These restrictions translate to certain responsibilities for you if 35916 you distribute copies of the library, or if you modify it. 35917 35918 For example, if you distribute copies of the library, whether gratis 35919 or for a fee, you must give the recipients all the rights that we gave 35920 you. You must make sure that they, too, receive or can get the source 35921 code. If you link a program with the library, you must provide 35922 complete object files to the recipients so that they can relink them 35923 with the library, after making changes to the library and recompiling 35924 it. And you must show them these terms so they know their rights. 35925 35926 Our method of protecting your rights has two steps: (1) copyright 35927 the library, and (2) offer you this license which gives you legal 35928 permission to copy, distribute and/or modify the library. 35929 35930 Also, for each distributor's protection, we want to make certain 35931 that everyone understands that there is no warranty for this free 35932 library. If the library is modified by someone else and passed on, we 35933 want its recipients to know that what they have is not the original 35934 version, so that any problems introduced by others will not reflect on 35935 the original authors' reputations. 35936 35937 Finally, any free program is threatened constantly by software 35938 patents. We wish to avoid the danger that companies distributing free 35939 software will individually obtain patent licenses, thus in effect 35940 transforming the program into proprietary software. To prevent this, 35941 we have made it clear that any patent must be licensed for everyone's 35942 free use or not licensed at all. 35943 35944 Most GNU software, including some libraries, is covered by the ordinary 35945 GNU General Public License, which was designed for utility programs. This 35946 license, the GNU Library General Public License, applies to certain 35947 designated libraries. This license is quite different from the ordinary 35948 one; be sure to read it in full, and don't assume that anything in it is 35949 the same as in the ordinary license. 35950 35951 The reason we have a separate public license for some libraries is that 35952 they blur the distinction we usually make between modifying or adding to a 35953 program and simply using it. Linking a program with a library, without 35954 changing the library, is in some sense simply using the library, and is 35955 analogous to running a utility program or application program. However, in 35956 a textual and legal sense, the linked executable is a combined work, a 35957 derivative of the original library, and the ordinary General Public License 35958 treats it as such. 35959 35960 Because of this blurred distinction, using the ordinary General 35961 Public License for libraries did not effectively promote software 35962 sharing, because most developers did not use the libraries. We 35963 concluded that weaker conditions might promote sharing better. 35964 35965 However, unrestricted linking of non-free programs would deprive the 35966 users of those programs of all benefit from the free status of the 35967 libraries themselves. This Library General Public License is intended to 35968 permit developers of non-free programs to use free libraries, while 35969 preserving your freedom as a user of such programs to change the free 35970 libraries that are incorporated in them. (We have not seen how to achieve 35971 this as regards changes in header files, but we have achieved it as regards 35972 changes in the actual functions of the Library.) The hope is that this 35973 will lead to faster development of free libraries. 35974 35975 The precise terms and conditions for copying, distribution and 35976 modification follow. Pay close attention to the difference between a 35977 "work based on the library" and a "work that uses the library". The 35978 former contains code derived from the library, while the latter only 35979 works together with the library. 35980 35981 Note that it is possible for a library to be covered by the ordinary 35982 General Public License rather than by this special one. 35983 35984 GNU LIBRARY GENERAL PUBLIC LICENSE 35985 TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 35986 35987 0. This License Agreement applies to any software library which 35988 contains a notice placed by the copyright holder or other authorized 35989 party saying it may be distributed under the terms of this Library 35990 General Public License (also called "this License"). Each licensee is 35991 addressed as "you". 35992 35993 A "library" means a collection of software functions and/or data 35994 prepared so as to be conveniently linked with application programs 35995 (which use some of those functions and data) to form executables. 35996 35997 The "Library", below, refers to any such software library or work 35998 which has been distributed under these terms. A "work based on the 35999 Library" means either the Library or any derivative work under 36000 copyright law: that is to say, a work containing the Library or a 36001 portion of it, either verbatim or with modifications and/or translated 36002 straightforwardly into another language. (Hereinafter, translation is 36003 included without limitation in the term "modification".) 36004 36005 "Source code" for a work means the preferred form of the work for 36006 making modifications to it. For a library, complete source code means 36007 all the source code for all modules it contains, plus any associated 36008 interface definition files, plus the scripts used to control compilation 36009 and installation of the library. 36010 36011 Activities other than copying, distribution and modification are not 36012 covered by this License; they are outside its scope. The act of 36013 running a program using the Library is not restricted, and output from 36014 such a program is covered only if its contents constitute a work based 36015 on the Library (independent of the use of the Library in a tool for 36016 writing it). Whether that is true depends on what the Library does 36017 and what the program that uses the Library does. 36018 36019 1. You may copy and distribute verbatim copies of the Library's 36020 complete source code as you receive it, in any medium, provided that 36021 you conspicuously and appropriately publish on each copy an 36022 appropriate copyright notice and disclaimer of warranty; keep intact 36023 all the notices that refer to this License and to the absence of any 36024 warranty; and distribute a copy of this License along with the 36025 Library. 36026 36027 You may charge a fee for the physical act of transferring a copy, 36028 and you may at your option offer warranty protection in exchange for a 36029 fee. 36030 36031 2. You may modify your copy or copies of the Library or any portion 36032 of it, thus forming a work based on the Library, and copy and 36033 distribute such modifications or work under the terms of Section 1 36034 above, provided that you also meet all of these conditions: 36035 36036 a) The modified work must itself be a software library. 36037 36038 b) You must cause the files modified to carry prominent notices 36039 stating that you changed the files and the date of any change. 36040 36041 c) You must cause the whole of the work to be licensed at no 36042 charge to all third parties under the terms of this License. 36043 36044 d) If a facility in the modified Library refers to a function or a 36045 table of data to be supplied by an application program that uses 36046 the facility, other than as an argument passed when the facility 36047 is invoked, then you must make a good faith effort to ensure that, 36048 in the event an application does not supply such function or 36049 table, the facility still operates, and performs whatever part of 36050 its purpose remains meaningful. 36051 36052 (For example, a function in a library to compute square roots has 36053 a purpose that is entirely well-defined independent of the 36054 application. Therefore, Subsection 2d requires that any 36055 application-supplied function or table used by this function must 36056 be optional: if the application does not supply it, the square 36057 root function must still compute square roots.) 36058 36059 These requirements apply to the modified work as a whole. If 36060 identifiable sections of that work are not derived from the Library, 36061 and can be reasonably considered independent and separate works in 36062 themselves, then this License, and its terms, do not apply to those 36063 sections when you distribute them as separate works. But when you 36064 distribute the same sections as part of a whole which is a work based 36065 on the Library, the distribution of the whole must be on the terms of 36066 this License, whose permissions for other licensees extend to the 36067 entire whole, and thus to each and every part regardless of who wrote 36068 it. 36069 36070 Thus, it is not the intent of this section to claim rights or contest 36071 your rights to work written entirely by you; rather, the intent is to 36072 exercise the right to control the distribution of derivative or 36073 collective works based on the Library. 36074 36075 In addition, mere aggregation of another work not based on the Library 36076 with the Library (or with a work based on the Library) on a volume of 36077 a storage or distribution medium does not bring the other work under 36078 the scope of this License. 36079 36080 3. You may opt to apply the terms of the ordinary GNU General Public 36081 License instead of this License to a given copy of the Library. To do 36082 this, you must alter all the notices that refer to this License, so 36083 that they refer to the ordinary GNU General Public License, version 2, 36084 instead of to this License. (If a newer version than version 2 of the 36085 ordinary GNU General Public License has appeared, then you can specify 36086 that version instead if you wish.) Do not make any other change in 36087 these notices. 36088 36089 Once this change is made in a given copy, it is irreversible for 36090 that copy, so the ordinary GNU General Public License applies to all 36091 subsequent copies and derivative works made from that copy. 36092 36093 This option is useful when you wish to copy part of the code of 36094 the Library into a program that is not a library. 36095 36096 4. You may copy and distribute the Library (or a portion or 36097 derivative of it, under Section 2) in object code or executable form 36098 under the terms of Sections 1 and 2 above provided that you accompany 36099 it with the complete corresponding machine-readable source code, which 36100 must be distributed under the terms of Sections 1 and 2 above on a 36101 medium customarily used for software interchange. 36102 36103 If distribution of object code is made by offering access to copy 36104 from a designated place, then offering equivalent access to copy the 36105 source code from the same place satisfies the requirement to 36106 distribute the source code, even though third parties are not 36107 compelled to copy the source along with the object code. 36108 36109 5. A program that contains no derivative of any portion of the 36110 Library, but is designed to work with the Library by being compiled or 36111 linked with it, is called a "work that uses the Library". Such a 36112 work, in isolation, is not a derivative work of the Library, and 36113 therefore falls outside the scope of this License. 36114 36115 However, linking a "work that uses the Library" with the Library 36116 creates an executable that is a derivative of the Library (because it 36117 contains portions of the Library), rather than a "work that uses the 36118 library". The executable is therefore covered by this License. 36119 Section 6 states terms for distribution of such executables. 36120 36121 When a "work that uses the Library" uses material from a header file 36122 that is part of the Library, the object code for the work may be a 36123 derivative work of the Library even though the source code is not. 36124 Whether this is true is especially significant if the work can be 36125 linked without the Library, or if the work is itself a library. The 36126 threshold for this to be true is not precisely defined by law. 36127 36128 If such an object file uses only numerical parameters, data 36129 structure layouts and accessors, and small macros and small inline 36130 functions (ten lines or less in length), then the use of the object 36131 file is unrestricted, regardless of whether it is legally a derivative 36132 work. (Executables containing this object code plus portions of the 36133 Library will still fall under Section 6.) 36134 36135 Otherwise, if the work is a derivative of the Library, you may 36136 distribute the object code for the work under the terms of Section 6. 36137 Any executables containing that work also fall under Section 6, 36138 whether or not they are linked directly with the Library itself. 36139 36140 6. As an exception to the Sections above, you may also compile or 36141 link a "work that uses the Library" with the Library to produce a 36142 work containing portions of the Library, and distribute that work 36143 under terms of your choice, provided that the terms permit 36144 modification of the work for the customer's own use and reverse 36145 engineering for debugging such modifications. 36146 36147 You must give prominent notice with each copy of the work that the 36148 Library is used in it and that the Library and its use are covered by 36149 this License. You must supply a copy of this License. If the work 36150 during execution displays copyright notices, you must include the 36151 copyright notice for the Library among them, as well as a reference 36152 directing the user to the copy of this License. Also, you must do one 36153 of these things: 36154 36155 a) Accompany the work with the complete corresponding 36156 machine-readable source code for the Library including whatever 36157 changes were used in the work (which must be distributed under 36158 Sections 1 and 2 above); and, if the work is an executable linked 36159 with the Library, with the complete machine-readable "work that 36160 uses the Library", as object code and/or source code, so that the 36161 user can modify the Library and then relink to produce a modified 36162 executable containing the modified Library. (It is understood 36163 that the user who changes the contents of definitions files in the 36164 Library will not necessarily be able to recompile the application 36165 to use the modified definitions.) 36166 36167 b) Accompany the work with a written offer, valid for at 36168 least three years, to give the same user the materials 36169 specified in Subsection 6a, above, for a charge no more 36170 than the cost of performing this distribution. 36171 36172 c) If distribution of the work is made by offering access to copy 36173 from a designated place, offer equivalent access to copy the above 36174 specified materials from the same place. 36175 36176 d) Verify that the user has already received a copy of these 36177 materials or that you have already sent this user a copy. 36178 36179 For an executable, the required form of the "work that uses the 36180 Library" must include any data and utility programs needed for 36181 reproducing the executable from it. However, as a special exception, 36182 the source code distributed need not include anything that is normally 36183 distributed (in either source or binary form) with the major 36184 components (compiler, kernel, and so on) of the operating system on 36185 which the executable runs, unless that component itself accompanies 36186 the executable. 36187 36188 It may happen that this requirement contradicts the license 36189 restrictions of other proprietary libraries that do not normally 36190 accompany the operating system. Such a contradiction means you cannot 36191 use both them and the Library together in an executable that you 36192 distribute. 36193 36194 7. You may place library facilities that are a work based on the 36195 Library side-by-side in a single library together with other library 36196 facilities not covered by this License, and distribute such a combined 36197 library, provided that the separate distribution of the work based on 36198 the Library and of the other library facilities is otherwise 36199 permitted, and provided that you do these two things: 36200 36201 a) Accompany the combined library with a copy of the same work 36202 based on the Library, uncombined with any other library 36203 facilities. This must be distributed under the terms of the 36204 Sections above. 36205 36206 b) Give prominent notice with the combined library of the fact 36207 that part of it is a work based on the Library, and explaining 36208 where to find the accompanying uncombined form of the same work. 36209 36210 8. You may not copy, modify, sublicense, link with, or distribute 36211 the Library except as expressly provided under this License. Any 36212 attempt otherwise to copy, modify, sublicense, link with, or 36213 distribute the Library is void, and will automatically terminate your 36214 rights under this License. However, parties who have received copies, 36215 or rights, from you under this License will not have their licenses 36216 terminated so long as such parties remain in full compliance. 36217 36218 9. You are not required to accept this License, since you have not 36219 signed it. However, nothing else grants you permission to modify or 36220 distribute the Library or its derivative works. These actions are 36221 prohibited by law if you do not accept this License. Therefore, by 36222 modifying or distributing the Library (or any work based on the 36223 Library), you indicate your acceptance of this License to do so, and 36224 all its terms and conditions for copying, distributing or modifying 36225 the Library or works based on it. 36226 36227 10. Each time you redistribute the Library (or any work based on the 36228 Library), the recipient automatically receives a license from the 36229 original licensor to copy, distribute, link with or modify the Library 36230 subject to these terms and conditions. You may not impose any further 36231 restrictions on the recipients' exercise of the rights granted herein. 36232 You are not responsible for enforcing compliance by third parties to 36233 this License. 36234 36235 11. If, as a consequence of a court judgment or allegation of patent 36236 infringement or for any other reason (not limited to patent issues), 36237 conditions are imposed on you (whether by court order, agreement or 36238 otherwise) that contradict the conditions of this License, they do not 36239 excuse you from the conditions of this License. If you cannot 36240 distribute so as to satisfy simultaneously your obligations under this 36241 License and any other pertinent obligations, then as a consequence you 36242 may not distribute the Library at all. For example, if a patent 36243 license would not permit royalty-free redistribution of the Library by 36244 all those who receive copies directly or indirectly through you, then 36245 the only way you could satisfy both it and this License would be to 36246 refrain entirely from distribution of the Library. 36247 36248 If any portion of this section is held invalid or unenforceable under any 36249 particular circumstance, the balance of the section is intended to apply, 36250 and the section as a whole is intended to apply in other circumstances. 36251 36252 It is not the purpose of this section to induce you to infringe any 36253 patents or other property right claims or to contest validity of any 36254 such claims; this section has the sole purpose of protecting the 36255 integrity of the free software distribution system which is 36256 implemented by public license practices. Many people have made 36257 generous contributions to the wide range of software distributed 36258 through that system in reliance on consistent application of that 36259 system; it is up to the author/donor to decide if he or she is willing 36260 to distribute software through any other system and a licensee cannot 36261 impose that choice. 36262 36263 This section is intended to make thoroughly clear what is believed to 36264 be a consequence of the rest of this License. 36265 36266 12. If the distribution and/or use of the Library is restricted in 36267 certain countries either by patents or by copyrighted interfaces, the 36268 original copyright holder who places the Library under this License may add 36269 an explicit geographical distribution limitation excluding those countries, 36270 so that distribution is permitted only in or among countries not thus 36271 excluded. In such case, this License incorporates the limitation as if 36272 written in the body of this License. 36273 36274 13. The Free Software Foundation may publish revised and/or new 36275 versions of the Library General Public License from time to time. 36276 Such new versions will be similar in spirit to the present version, 36277 but may differ in detail to address new problems or concerns. 36278 36279 Each version is given a distinguishing version number. If the Library 36280 specifies a version number of this License which applies to it and 36281 "any later version", you have the option of following the terms and 36282 conditions either of that version or of any later version published by 36283 the Free Software Foundation. If the Library does not specify a 36284 license version number, you may choose any version ever published by 36285 the Free Software Foundation. 36286 36287 14. If you wish to incorporate parts of the Library into other free 36288 programs whose distribution conditions are incompatible with these, 36289 write to the author to ask for permission. For software which is 36290 copyrighted by the Free Software Foundation, write to the Free 36291 Software Foundation; we sometimes make exceptions for this. Our 36292 decision will be guided by the two goals of preserving the free status 36293 of all derivatives of our free software and of promoting the sharing 36294 and reuse of software generally. 36295 36296 NO WARRANTY 36297 36298 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO 36299 WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW. 36300 EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR 36301 OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY 36302 KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE 36303 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 36304 PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE 36305 LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME 36306 THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. 36307 36308 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN 36309 WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY 36310 AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU 36311 FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR 36312 CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE 36313 LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING 36314 RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A 36315 FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF 36316 SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH 36317 DAMAGES. 36318 36319 END OF TERMS AND CONDITIONS 36320 36321 Appendix: How to Apply These Terms to Your New Libraries 36322 36323 If you develop a new library, and you want it to be of the greatest 36324 possible use to the public, we recommend making it free software that 36325 everyone can redistribute and change. You can do so by permitting 36326 redistribution under these terms (or, alternatively, under the terms of the 36327 ordinary General Public License). 36328 36329 To apply these terms, attach the following notices to the library. It is 36330 safest to attach them to the start of each source file to most effectively 36331 convey the exclusion of warranty; and each file should have at least the 36332 "copyright" line and a pointer to where the full notice is found. 36333 36334 <one line to give the library's name and a brief idea of what it does.> 36335 Copyright (C) <year> <name of author> 36336 36337 This library is free software; you can redistribute it and/or 36338 modify it under the terms of the GNU Library General Public 36339 License as published by the Free Software Foundation; either 36340 version 2 of the License, or (at your option) any later version. 36341 36342 This library is distributed in the hope that it will be useful, 36343 but WITHOUT ANY WARRANTY; without even the implied warranty of 36344 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 36345 Library General Public License for more details. 36346 36347 You should have received a copy of the GNU Library General Public 36348 License along with this library; if not, write to the Free 36349 Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, 36350 MA 02111-1307, USA 36351 36352 Also add information on how to contact you by electronic and paper mail. 36353 36354 You should also get your employer (if you work as a programmer) or your 36355 school, if any, to sign a "copyright disclaimer" for the library, if 36356 necessary. Here is a sample; alter the names: 36357 36358 Yoyodyne, Inc., hereby disclaims all copyright interest in the 36359 library `Frob' (a library for tweaking knobs) written by James Random Hacker. 36360 36361 <signature of Ty Coon>, 1 April 1990 36362 Ty Coon, President of Vice 36363 36364 That's all there is to it! 36365 36366 </pre> 36367 <div class="license-packages"> 36368 Used by these packages: 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-r51 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 x11-libs/gtk+-2.20.1 gnome-base/libglade-2.6.4 sys-apps/kmod-17 36369 </div> 36370 </div> 36371 </div> 36372 36373 <div class="product"> 36374 <a name="LGPL-2+" class="title">Gentoo Package Stock License LGPL-2+</a> 36375 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 36376 <div class="licence"> 36377 <pre> 36378 GNU Library General Public License, version 2 or any later version. 36379 See LGPL-2, LGPL-2.1, or LGPL-3 for the full text of these licenses. 36380 36381 </pre> 36382 <div class="license-packages"> 36383 Used by these packages: x11-libs/pango-1.32.5-r1 dev-libs/glib-2.34.3-r2 36384 </div> 36385 </div> 36386 </div> 36387 36388 <div class="product"> 36389 <a name="LGPL-2.1" class="title">Gentoo Package Stock License LGPL-2.1</a> 36390 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 36391 <div class="licence"> 36392 <pre> 36393 GNU LESSER GENERAL PUBLIC LICENSE 36394 Version 2.1, February 1999 36395 36396 Copyright (C) 1991, 1999 Free Software Foundation, Inc. 36397 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 36398 Everyone is permitted to copy and distribute verbatim copies 36399 of this license document, but changing it is not allowed. 36400 36401 [This is the first released version of the Lesser GPL. It also counts 36402 as the successor of the GNU Library Public License, version 2, hence 36403 the version number 2.1.] 36404 36405 Preamble 36406 36407 The licenses for most software are designed to take away your 36408 freedom to share and change it. By contrast, the GNU General Public 36409 Licenses are intended to guarantee your freedom to share and change 36410 free software--to make sure the software is free for all its users. 36411 36412 This license, the Lesser General Public License, applies to some 36413 specially designated software packages--typically libraries--of the 36414 Free Software Foundation and other authors who decide to use it. You 36415 can use it too, but we suggest you first think carefully about whether 36416 this license or the ordinary General Public License is the better 36417 strategy to use in any particular case, based on the explanations below. 36418 36419 When we speak of free software, we are referring to freedom of use, 36420 not price. Our General Public Licenses are designed to make sure that 36421 you have the freedom to distribute copies of free software (and charge 36422 for this service if you wish); that you receive source code or can get 36423 it if you want it; that you can change the software and use pieces of 36424 it in new free programs; and that you are informed that you can do 36425 these things. 36426 36427 To protect your rights, we need to make restrictions that forbid 36428 distributors to deny you these rights or to ask you to surrender these 36429 rights. These restrictions translate to certain responsibilities for 36430 you if you distribute copies of the library or if you modify it. 36431 36432 For example, if you distribute copies of the library, whether gratis 36433 or for a fee, you must give the recipients all the rights that we gave 36434 you. You must make sure that they, too, receive or can get the source 36435 code. If you link other code with the library, you must provide 36436 complete object files to the recipients, so that they can relink them 36437 with the library after making changes to the library and recompiling 36438 it. And you must show them these terms so they know their rights. 36439 36440 We protect your rights with a two-step method: (1) we copyright the 36441 library, and (2) we offer you this license, which gives you legal 36442 permission to copy, distribute and/or modify the library. 36443 36444 To protect each distributor, we want to make it very clear that 36445 there is no warranty for the free library. Also, if the library is 36446 modified by someone else and passed on, the recipients should know 36447 that what they have is not the original version, so that the original 36448 author's reputation will not be affected by problems that might be 36449 introduced by others. 36450 36451 Finally, software patents pose a constant threat to the existence of 36452 any free program. We wish to make sure that a company cannot 36453 effectively restrict the users of a free program by obtaining a 36454 restrictive license from a patent holder. Therefore, we insist that 36455 any patent license obtained for a version of the library must be 36456 consistent with the full freedom of use specified in this license. 36457 36458 Most GNU software, including some libraries, is covered by the 36459 ordinary GNU General Public License. This license, the GNU Lesser 36460 General Public License, applies to certain designated libraries, and 36461 is quite different from the ordinary General Public License. We use 36462 this license for certain libraries in order to permit linking those 36463 libraries into non-free programs. 36464 36465 When a program is linked with a library, whether statically or using 36466 a shared library, the combination of the two is legally speaking a 36467 combined work, a derivative of the original library. The ordinary 36468 General Public License therefore permits such linking only if the 36469 entire combination fits its criteria of freedom. The Lesser General 36470 Public License permits more lax criteria for linking other code with 36471 the library. 36472 36473 We call this license the "Lesser" General Public License because it 36474 does Less to protect the user's freedom than the ordinary General 36475 Public License. It also provides other free software developers Less 36476 of an advantage over competing non-free programs. These disadvantages 36477 are the reason we use the ordinary General Public License for many 36478 libraries. However, the Lesser license provides advantages in certain 36479 special circumstances. 36480 36481 For example, on rare occasions, there may be a special need to 36482 encourage the widest possible use of a certain library, so that it becomes 36483 a de-facto standard. To achieve this, non-free programs must be 36484 allowed to use the library. A more frequent case is that a free 36485 library does the same job as widely used non-free libraries. In this 36486 case, there is little to gain by limiting the free library to free 36487 software only, so we use the Lesser General Public License. 36488 36489 In other cases, permission to use a particular library in non-free 36490 programs enables a greater number of people to use a large body of 36491 free software. For example, permission to use the GNU C Library in 36492 non-free programs enables many more people to use the whole GNU 36493 operating system, as well as its variant, the GNU/Linux operating 36494 system. 36495 36496 Although the Lesser General Public License is Less protective of the 36497 users' freedom, it does ensure that the user of a program that is 36498 linked with the Library has the freedom and the wherewithal to run 36499 that program using a modified version of the Library. 36500 36501 The precise terms and conditions for copying, distribution and 36502 modification follow. Pay close attention to the difference between a 36503 "work based on the library" and a "work that uses the library". The 36504 former contains code derived from the library, whereas the latter must 36505 be combined with the library in order to run. 36506 36507 GNU LESSER GENERAL PUBLIC LICENSE 36508 TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 36509 36510 0. This License Agreement applies to any software library or other 36511 program which contains a notice placed by the copyright holder or 36512 other authorized party saying it may be distributed under the terms of 36513 this Lesser General Public License (also called "this License"). 36514 Each licensee is addressed as "you". 36515 36516 A "library" means a collection of software functions and/or data 36517 prepared so as to be conveniently linked with application programs 36518 (which use some of those functions and data) to form executables. 36519 36520 The "Library", below, refers to any such software library or work 36521 which has been distributed under these terms. A "work based on the 36522 Library" means either the Library or any derivative work under 36523 copyright law: that is to say, a work containing the Library or a 36524 portion of it, either verbatim or with modifications and/or translated 36525 straightforwardly into another language. (Hereinafter, translation is 36526 included without limitation in the term "modification".) 36527 36528 "Source code" for a work means the preferred form of the work for 36529 making modifications to it. For a library, complete source code means 36530 all the source code for all modules it contains, plus any associated 36531 interface definition files, plus the scripts used to control compilation 36532 and installation of the library. 36533 36534 Activities other than copying, distribution and modification are not 36535 covered by this License; they are outside its scope. The act of 36536 running a program using the Library is not restricted, and output from 36537 such a program is covered only if its contents constitute a work based 36538 on the Library (independent of the use of the Library in a tool for 36539 writing it). Whether that is true depends on what the Library does 36540 and what the program that uses the Library does. 36541 36542 1. You may copy and distribute verbatim copies of the Library's 36543 complete source code as you receive it, in any medium, provided that 36544 you conspicuously and appropriately publish on each copy an 36545 appropriate copyright notice and disclaimer of warranty; keep intact 36546 all the notices that refer to this License and to the absence of any 36547 warranty; and distribute a copy of this License along with the 36548 Library. 36549 36550 You may charge a fee for the physical act of transferring a copy, 36551 and you may at your option offer warranty protection in exchange for a 36552 fee. 36553 36554 2. You may modify your copy or copies of the Library or any portion 36555 of it, thus forming a work based on the Library, and copy and 36556 distribute such modifications or work under the terms of Section 1 36557 above, provided that you also meet all of these conditions: 36558 36559 a) The modified work must itself be a software library. 36560 36561 b) You must cause the files modified to carry prominent notices 36562 stating that you changed the files and the date of any change. 36563 36564 c) You must cause the whole of the work to be licensed at no 36565 charge to all third parties under the terms of this License. 36566 36567 d) If a facility in the modified Library refers to a function or a 36568 table of data to be supplied by an application program that uses 36569 the facility, other than as an argument passed when the facility 36570 is invoked, then you must make a good faith effort to ensure that, 36571 in the event an application does not supply such function or 36572 table, the facility still operates, and performs whatever part of 36573 its purpose remains meaningful. 36574 36575 (For example, a function in a library to compute square roots has 36576 a purpose that is entirely well-defined independent of the 36577 application. Therefore, Subsection 2d requires that any 36578 application-supplied function or table used by this function must 36579 be optional: if the application does not supply it, the square 36580 root function must still compute square roots.) 36581 36582 These requirements apply to the modified work as a whole. If 36583 identifiable sections of that work are not derived from the Library, 36584 and can be reasonably considered independent and separate works in 36585 themselves, then this License, and its terms, do not apply to those 36586 sections when you distribute them as separate works. But when you 36587 distribute the same sections as part of a whole which is a work based 36588 on the Library, the distribution of the whole must be on the terms of 36589 this License, whose permissions for other licensees extend to the 36590 entire whole, and thus to each and every part regardless of who wrote 36591 it. 36592 36593 Thus, it is not the intent of this section to claim rights or contest 36594 your rights to work written entirely by you; rather, the intent is to 36595 exercise the right to control the distribution of derivative or 36596 collective works based on the Library. 36597 36598 In addition, mere aggregation of another work not based on the Library 36599 with the Library (or with a work based on the Library) on a volume of 36600 a storage or distribution medium does not bring the other work under 36601 the scope of this License. 36602 36603 3. You may opt to apply the terms of the ordinary GNU General Public 36604 License instead of this License to a given copy of the Library. To do 36605 this, you must alter all the notices that refer to this License, so 36606 that they refer to the ordinary GNU General Public License, version 2, 36607 instead of to this License. (If a newer version than version 2 of the 36608 ordinary GNU General Public License has appeared, then you can specify 36609 that version instead if you wish.) Do not make any other change in 36610 these notices. 36611 36612 Once this change is made in a given copy, it is irreversible for 36613 that copy, so the ordinary GNU General Public License applies to all 36614 subsequent copies and derivative works made from that copy. 36615 36616 This option is useful when you wish to copy part of the code of 36617 the Library into a program that is not a library. 36618 36619 4. You may copy and distribute the Library (or a portion or 36620 derivative of it, under Section 2) in object code or executable form 36621 under the terms of Sections 1 and 2 above provided that you accompany 36622 it with the complete corresponding machine-readable source code, which 36623 must be distributed under the terms of Sections 1 and 2 above on a 36624 medium customarily used for software interchange. 36625 36626 If distribution of object code is made by offering access to copy 36627 from a designated place, then offering equivalent access to copy the 36628 source code from the same place satisfies the requirement to 36629 distribute the source code, even though third parties are not 36630 compelled to copy the source along with the object code. 36631 36632 5. A program that contains no derivative of any portion of the 36633 Library, but is designed to work with the Library by being compiled or 36634 linked with it, is called a "work that uses the Library". Such a 36635 work, in isolation, is not a derivative work of the Library, and 36636 therefore falls outside the scope of this License. 36637 36638 However, linking a "work that uses the Library" with the Library 36639 creates an executable that is a derivative of the Library (because it 36640 contains portions of the Library), rather than a "work that uses the 36641 library". The executable is therefore covered by this License. 36642 Section 6 states terms for distribution of such executables. 36643 36644 When a "work that uses the Library" uses material from a header file 36645 that is part of the Library, the object code for the work may be a 36646 derivative work of the Library even though the source code is not. 36647 Whether this is true is especially significant if the work can be 36648 linked without the Library, or if the work is itself a library. The 36649 threshold for this to be true is not precisely defined by law. 36650 36651 If such an object file uses only numerical parameters, data 36652 structure layouts and accessors, and small macros and small inline 36653 functions (ten lines or less in length), then the use of the object 36654 file is unrestricted, regardless of whether it is legally a derivative 36655 work. (Executables containing this object code plus portions of the 36656 Library will still fall under Section 6.) 36657 36658 Otherwise, if the work is a derivative of the Library, you may 36659 distribute the object code for the work under the terms of Section 6. 36660 Any executables containing that work also fall under Section 6, 36661 whether or not they are linked directly with the Library itself. 36662 36663 6. As an exception to the Sections above, you may also combine or 36664 link a "work that uses the Library" with the Library to produce a 36665 work containing portions of the Library, and distribute that work 36666 under terms of your choice, provided that the terms permit 36667 modification of the work for the customer's own use and reverse 36668 engineering for debugging such modifications. 36669 36670 You must give prominent notice with each copy of the work that the 36671 Library is used in it and that the Library and its use are covered by 36672 this License. You must supply a copy of this License. If the work 36673 during execution displays copyright notices, you must include the 36674 copyright notice for the Library among them, as well as a reference 36675 directing the user to the copy of this License. Also, you must do one 36676 of these things: 36677 36678 a) Accompany the work with the complete corresponding 36679 machine-readable source code for the Library including whatever 36680 changes were used in the work (which must be distributed under 36681 Sections 1 and 2 above); and, if the work is an executable linked 36682 with the Library, with the complete machine-readable "work that 36683 uses the Library", as object code and/or source code, so that the 36684 user can modify the Library and then relink to produce a modified 36685 executable containing the modified Library. (It is understood 36686 that the user who changes the contents of definitions files in the 36687 Library will not necessarily be able to recompile the application 36688 to use the modified definitions.) 36689 36690 b) Use a suitable shared library mechanism for linking with the 36691 Library. A suitable mechanism is one that (1) uses at run time a 36692 copy of the library already present on the user's computer system, 36693 rather than copying library functions into the executable, and (2) 36694 will operate properly with a modified version of the library, if 36695 the user installs one, as long as the modified version is 36696 interface-compatible with the version that the work was made with. 36697 36698 c) Accompany the work with a written offer, valid for at 36699 least three years, to give the same user the materials 36700 specified in Subsection 6a, above, for a charge no more 36701 than the cost of performing this distribution. 36702 36703 d) If distribution of the work is made by offering access to copy 36704 from a designated place, offer equivalent access to copy the above 36705 specified materials from the same place. 36706 36707 e) Verify that the user has already received a copy of these 36708 materials or that you have already sent this user a copy. 36709 36710 For an executable, the required form of the "work that uses the 36711 Library" must include any data and utility programs needed for 36712 reproducing the executable from it. However, as a special exception, 36713 the materials to be distributed need not include anything that is 36714 normally distributed (in either source or binary form) with the major 36715 components (compiler, kernel, and so on) of the operating system on 36716 which the executable runs, unless that component itself accompanies 36717 the executable. 36718 36719 It may happen that this requirement contradicts the license 36720 restrictions of other proprietary libraries that do not normally 36721 accompany the operating system. Such a contradiction means you cannot 36722 use both them and the Library together in an executable that you 36723 distribute. 36724 36725 7. You may place library facilities that are a work based on the 36726 Library side-by-side in a single library together with other library 36727 facilities not covered by this License, and distribute such a combined 36728 library, provided that the separate distribution of the work based on 36729 the Library and of the other library facilities is otherwise 36730 permitted, and provided that you do these two things: 36731 36732 a) Accompany the combined library with a copy of the same work 36733 based on the Library, uncombined with any other library 36734 facilities. This must be distributed under the terms of the 36735 Sections above. 36736 36737 b) Give prominent notice with the combined library of the fact 36738 that part of it is a work based on the Library, and explaining 36739 where to find the accompanying uncombined form of the same work. 36740 36741 8. You may not copy, modify, sublicense, link with, or distribute 36742 the Library except as expressly provided under this License. Any 36743 attempt otherwise to copy, modify, sublicense, link with, or 36744 distribute the Library is void, and will automatically terminate your 36745 rights under this License. However, parties who have received copies, 36746 or rights, from you under this License will not have their licenses 36747 terminated so long as such parties remain in full compliance. 36748 36749 9. You are not required to accept this License, since you have not 36750 signed it. However, nothing else grants you permission to modify or 36751 distribute the Library or its derivative works. These actions are 36752 prohibited by law if you do not accept this License. Therefore, by 36753 modifying or distributing the Library (or any work based on the 36754 Library), you indicate your acceptance of this License to do so, and 36755 all its terms and conditions for copying, distributing or modifying 36756 the Library or works based on it. 36757 36758 10. Each time you redistribute the Library (or any work based on the 36759 Library), the recipient automatically receives a license from the 36760 original licensor to copy, distribute, link with or modify the Library 36761 subject to these terms and conditions. You may not impose any further 36762 restrictions on the recipients' exercise of the rights granted herein. 36763 You are not responsible for enforcing compliance by third parties with 36764 this License. 36765 36766 11. If, as a consequence of a court judgment or allegation of patent 36767 infringement or for any other reason (not limited to patent issues), 36768 conditions are imposed on you (whether by court order, agreement or 36769 otherwise) that contradict the conditions of this License, they do not 36770 excuse you from the conditions of this License. If you cannot 36771 distribute so as to satisfy simultaneously your obligations under this 36772 License and any other pertinent obligations, then as a consequence you 36773 may not distribute the Library at all. For example, if a patent 36774 license would not permit royalty-free redistribution of the Library by 36775 all those who receive copies directly or indirectly through you, then 36776 the only way you could satisfy both it and this License would be to 36777 refrain entirely from distribution of the Library. 36778 36779 If any portion of this section is held invalid or unenforceable under any 36780 particular circumstance, the balance of the section is intended to apply, 36781 and the section as a whole is intended to apply in other circumstances. 36782 36783 It is not the purpose of this section to induce you to infringe any 36784 patents or other property right claims or to contest validity of any 36785 such claims; this section has the sole purpose of protecting the 36786 integrity of the free software distribution system which is 36787 implemented by public license practices. Many people have made 36788 generous contributions to the wide range of software distributed 36789 through that system in reliance on consistent application of that 36790 system; it is up to the author/donor to decide if he or she is willing 36791 to distribute software through any other system and a licensee cannot 36792 impose that choice. 36793 36794 This section is intended to make thoroughly clear what is believed to 36795 be a consequence of the rest of this License. 36796 36797 12. If the distribution and/or use of the Library is restricted in 36798 certain countries either by patents or by copyrighted interfaces, the 36799 original copyright holder who places the Library under this License may add 36800 an explicit geographical distribution limitation excluding those countries, 36801 so that distribution is permitted only in or among countries not thus 36802 excluded. In such case, this License incorporates the limitation as if 36803 written in the body of this License. 36804 36805 13. The Free Software Foundation may publish revised and/or new 36806 versions of the Lesser General Public License from time to time. 36807 Such new versions will be similar in spirit to the present version, 36808 but may differ in detail to address new problems or concerns. 36809 36810 Each version is given a distinguishing version number. If the Library 36811 specifies a version number of this License which applies to it and 36812 "any later version", you have the option of following the terms and 36813 conditions either of that version or of any later version published by 36814 the Free Software Foundation. If the Library does not specify a 36815 license version number, you may choose any version ever published by 36816 the Free Software Foundation. 36817 36818 14. If you wish to incorporate parts of the Library into other free 36819 programs whose distribution conditions are incompatible with these, 36820 write to the author to ask for permission. For software which is 36821 copyrighted by the Free Software Foundation, write to the Free 36822 Software Foundation; we sometimes make exceptions for this. Our 36823 decision will be guided by the two goals of preserving the free status 36824 of all derivatives of our free software and of promoting the sharing 36825 and reuse of software generally. 36826 36827 NO WARRANTY 36828 36829 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO 36830 WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW. 36831 EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR 36832 OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY 36833 KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE 36834 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 36835 PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE 36836 LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME 36837 THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. 36838 36839 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN 36840 WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY 36841 AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU 36842 FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR 36843 CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE 36844 LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING 36845 RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A 36846 FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF 36847 SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH 36848 DAMAGES. 36849 36850 END OF TERMS AND CONDITIONS 36851 36852 How to Apply These Terms to Your New Libraries 36853 36854 If you develop a new library, and you want it to be of the greatest 36855 possible use to the public, we recommend making it free software that 36856 everyone can redistribute and change. You can do so by permitting 36857 redistribution under these terms (or, alternatively, under the terms of the 36858 ordinary General Public License). 36859 36860 To apply these terms, attach the following notices to the library. It is 36861 safest to attach them to the start of each source file to most effectively 36862 convey the exclusion of warranty; and each file should have at least the 36863 "copyright" line and a pointer to where the full notice is found. 36864 36865 <one line to give the library's name and a brief idea of what it does.> 36866 Copyright (C) <year> <name of author> 36867 36868 This library is free software; you can redistribute it and/or 36869 modify it under the terms of the GNU Lesser General Public 36870 License as published by the Free Software Foundation; either 36871 version 2.1 of the License, or (at your option) any later version. 36872 36873 This library is distributed in the hope that it will be useful, 36874 but WITHOUT ANY WARRANTY; without even the implied warranty of 36875 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 36876 Lesser General Public License for more details. 36877 36878 You should have received a copy of the GNU Lesser General Public 36879 License along with this library; if not, write to the Free Software 36880 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 36881 36882 Also add information on how to contact you by electronic and paper mail. 36883 36884 You should also get your employer (if you work as a programmer) or your 36885 school, if any, to sign a "copyright disclaimer" for the library, if 36886 necessary. Here is a sample; alter the names: 36887 36888 Yoyodyne, Inc., hereby disclaims all copyright interest in the 36889 library `Frob' (a library for tweaking knobs) written by James Random Hacker. 36890 36891 <signature of Ty Coon>, 1 April 1990 36892 Ty Coon, President of Vice 36893 36894 That's all there is to it! 36895 36896 36897 36898 </pre> 36899 <div class="license-packages"> 36900 Used by these packages: dev-util/shflags-1.0.3-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 sys-apps/keyutils-1.1 dev-libs/libusb-compat-0.1.5-r3 dev-libs/libgpg-error-1.10-r1 dev-libs/engine_pkcs11-0.1.8 net-wireless/bluez-5.19-r6 dev-libs/libp11-0.2.8-r1 dev-libs/libusb-1.0.18 media-libs/sbc-1.0 dev-libs/nss-3.16-r1 media-libs/alsa-lib-1.0.27.2 media-gfx/zbar-0.10-r4 dev-libs/libgcrypt-1.4.6 dev-python/pygtk-2.14.1-r5 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 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 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 net-misc/modemmanager-next-1.3.0-r239 app-i18n/ibus-1.4.99.20120314-r5 36901 </div> 36902 </div> 36903 </div> 36904 36905 <div class="product"> 36906 <a name="LGPL-3" class="title">Gentoo Package Stock License LGPL-3</a> 36907 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 36908 <div class="licence"> 36909 <pre> 36910 GNU LESSER GENERAL PUBLIC LICENSE 36911 Version 3, 29 June 2007 36912 36913 Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/> 36914 Everyone is permitted to copy and distribute verbatim copies 36915 of this license document, but changing it is not allowed. 36916 36917 36918 This version of the GNU Lesser General Public License incorporates 36919 the terms and conditions of version 3 of the GNU General Public 36920 License, supplemented by the additional permissions listed below. 36921 36922 0. Additional Definitions. 36923 36924 As used herein, "this License" refers to version 3 of the GNU Lesser 36925 General Public License, and the "GNU GPL" refers to version 3 of the GNU 36926 General Public License. 36927 36928 "The Library" refers to a covered work governed by this License, 36929 other than an Application or a Combined Work as defined below. 36930 36931 An "Application" is any work that makes use of an interface provided 36932 by the Library, but which is not otherwise based on the Library. 36933 Defining a subclass of a class defined by the Library is deemed a mode 36934 of using an interface provided by the Library. 36935 36936 A "Combined Work" is a work produced by combining or linking an 36937 Application with the Library. The particular version of the Library 36938 with which the Combined Work was made is also called the "Linked 36939 Version". 36940 36941 The "Minimal Corresponding Source" for a Combined Work means the 36942 Corresponding Source for the Combined Work, excluding any source code 36943 for portions of the Combined Work that, considered in isolation, are 36944 based on the Application, and not on the Linked Version. 36945 36946 The "Corresponding Application Code" for a Combined Work means the 36947 object code and/or source code for the Application, including any data 36948 and utility programs needed for reproducing the Combined Work from the 36949 Application, but excluding the System Libraries of the Combined Work. 36950 36951 1. Exception to Section 3 of the GNU GPL. 36952 36953 You may convey a covered work under sections 3 and 4 of this License 36954 without being bound by section 3 of the GNU GPL. 36955 36956 2. Conveying Modified Versions. 36957 36958 If you modify a copy of the Library, and, in your modifications, a 36959 facility refers to a function or data to be supplied by an Application 36960 that uses the facility (other than as an argument passed when the 36961 facility is invoked), then you may convey a copy of the modified 36962 version: 36963 36964 a) under this License, provided that you make a good faith effort to 36965 ensure that, in the event an Application does not supply the 36966 function or data, the facility still operates, and performs 36967 whatever part of its purpose remains meaningful, or 36968 36969 b) under the GNU GPL, with none of the additional permissions of 36970 this License applicable to that copy. 36971 36972 3. Object Code Incorporating Material from Library Header Files. 36973 36974 The object code form of an Application may incorporate material from 36975 a header file that is part of the Library. You may convey such object 36976 code under terms of your choice, provided that, if the incorporated 36977 material is not limited to numerical parameters, data structure 36978 layouts and accessors, or small macros, inline functions and templates 36979 (ten or fewer lines in length), you do both of the following: 36980 36981 a) Give prominent notice with each copy of the object code that the 36982 Library is used in it and that the Library and its use are 36983 covered by this License. 36984 36985 b) Accompany the object code with a copy of the GNU GPL and this license 36986 document. 36987 36988 4. Combined Works. 36989 36990 You may convey a Combined Work under terms of your choice that, 36991 taken together, effectively do not restrict modification of the 36992 portions of the Library contained in the Combined Work and reverse 36993 engineering for debugging such modifications, if you also do each of 36994 the following: 36995 36996 a) Give prominent notice with each copy of the Combined Work that 36997 the Library is used in it and that the Library and its use are 36998 covered by this License. 36999 37000 b) Accompany the Combined Work with a copy of the GNU GPL and this license 37001 document. 37002 37003 c) For a Combined Work that displays copyright notices during 37004 execution, include the copyright notice for the Library among 37005 these notices, as well as a reference directing the user to the 37006 copies of the GNU GPL and this license document. 37007 37008 d) Do one of the following: 37009 37010 0) Convey the Minimal Corresponding Source under the terms of this 37011 License, and the Corresponding Application Code in a form 37012 suitable for, and under terms that permit, the user to 37013 recombine or relink the Application with a modified version of 37014 the Linked Version to produce a modified Combined Work, in the 37015 manner specified by section 6 of the GNU GPL for conveying 37016 Corresponding Source. 37017 37018 1) Use a suitable shared library mechanism for linking with the 37019 Library. A suitable mechanism is one that (a) uses at run time 37020 a copy of the Library already present on the user's computer 37021 system, and (b) will operate properly with a modified version 37022 of the Library that is interface-compatible with the Linked 37023 Version. 37024 37025 e) Provide Installation Information, but only if you would otherwise 37026 be required to provide such information under section 6 of the 37027 GNU GPL, and only to the extent that such information is 37028 necessary to install and execute a modified version of the 37029 Combined Work produced by recombining or relinking the 37030 Application with a modified version of the Linked Version. (If 37031 you use option 4d0, the Installation Information must accompany 37032 the Minimal Corresponding Source and Corresponding Application 37033 Code. If you use option 4d1, you must provide the Installation 37034 Information in the manner specified by section 6 of the GNU GPL 37035 for conveying Corresponding Source.) 37036 37037 5. Combined Libraries. 37038 37039 You may place library facilities that are a work based on the 37040 Library side by side in a single library together with other library 37041 facilities that are not Applications and are not covered by this 37042 License, and convey such a combined library under terms of your 37043 choice, if you do both of the following: 37044 37045 a) Accompany the combined library with a copy of the same work based 37046 on the Library, uncombined with any other library facilities, 37047 conveyed under the terms of this License. 37048 37049 b) Give prominent notice with the combined library that part of it 37050 is a work based on the Library, and explaining where to find the 37051 accompanying uncombined form of the same work. 37052 37053 6. Revised Versions of the GNU Lesser General Public License. 37054 37055 The Free Software Foundation may publish revised and/or new versions 37056 of the GNU Lesser General Public License from time to time. Such new 37057 versions will be similar in spirit to the present version, but may 37058 differ in detail to address new problems or concerns. 37059 37060 Each version is given a distinguishing version number. If the 37061 Library as you received it specifies that a certain numbered version 37062 of the GNU Lesser General Public License "or any later version" 37063 applies to it, you have the option of following the terms and 37064 conditions either of that published version or of any later version 37065 published by the Free Software Foundation. If the Library as you 37066 received it does not specify a version number of the GNU Lesser 37067 General Public License, you may choose any version of the GNU Lesser 37068 General Public License ever published by the Free Software Foundation. 37069 37070 If the Library as you received it specifies that a proxy can decide 37071 whether future versions of the GNU Lesser General Public License shall 37072 apply, that proxy's public statement of acceptance of any version is 37073 permanent authorization for you to choose that version for the 37074 Library. 37075 37076 </pre> 37077 <div class="license-packages"> 37078 Used by these packages: sys-devel/binutils-2.22-r27 chromeos-base/autotest-deps-piglit-0.0.1-r4680 app-admin/rsyslog-5.8.11-r1 sys-libs/gcc-libs-4.8.2-r11 media-libs/mesa-10.3-r3 dev-python/pycairo-1.10.0-r4 dev-libs/gmp-5.0.2_p1 37079 </div> 37080 </div> 37081 </div> 37082 37083 <div class="product"> 37084 <a name="MPL-2.0" class="title">Gentoo Package Stock License MPL-2.0</a> 37085 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 37086 <div class="licence"> 37087 <pre> 37088 Mozilla Public License Version 2.0 37089 ================================== 37090 37091 1. Definitions 37092 -------------- 37093 37094 1.1. "Contributor" 37095 means each individual or legal entity that creates, contributes to 37096 the creation of, or owns Covered Software. 37097 37098 1.2. "Contributor Version" 37099 means the combination of the Contributions of others (if any) used 37100 by a Contributor and that particular Contributor's Contribution. 37101 37102 1.3. "Contribution" 37103 means Covered Software of a particular Contributor. 37104 37105 1.4. "Covered Software" 37106 means Source Code Form to which the initial Contributor has attached 37107 the notice in Exhibit A, the Executable Form of such Source Code 37108 Form, and Modifications of such Source Code Form, in each case 37109 including portions thereof. 37110 37111 1.5. "Incompatible With Secondary Licenses" 37112 means 37113 37114 (a) that the initial Contributor has attached the notice described 37115 in Exhibit B to the Covered Software; or 37116 37117 (b) that the Covered Software was made available under the terms of 37118 version 1.1 or earlier of the License, but not also under the 37119 terms of a Secondary License. 37120 37121 1.6. "Executable Form" 37122 means any form of the work other than Source Code Form. 37123 37124 1.7. "Larger Work" 37125 means a work that combines Covered Software with other material, in 37126 a separate file or files, that is not Covered Software. 37127 37128 1.8. "License" 37129 means this document. 37130 37131 1.9. "Licensable" 37132 means having the right to grant, to the maximum extent possible, 37133 whether at the time of the initial grant or subsequently, any and 37134 all of the rights conveyed by this License. 37135 37136 1.10. "Modifications" 37137 means any of the following: 37138 37139 (a) any file in Source Code Form that results from an addition to, 37140 deletion from, or modification of the contents of Covered 37141 Software; or 37142 37143 (b) any new file in Source Code Form that contains any Covered 37144 Software. 37145 37146 1.11. "Patent Claims" of a Contributor 37147 means any patent claim(s), including without limitation, method, 37148 process, and apparatus claims, in any patent Licensable by such 37149 Contributor that would be infringed, but for the grant of the 37150 License, by the making, using, selling, offering for sale, having 37151 made, import, or transfer of either its Contributions or its 37152 Contributor Version. 37153 37154 1.12. "Secondary License" 37155 means either the GNU General Public License, Version 2.0, the GNU 37156 Lesser General Public License, Version 2.1, the GNU Affero General 37157 Public License, Version 3.0, or any later versions of those 37158 licenses. 37159 37160 1.13. "Source Code Form" 37161 means the form of the work preferred for making modifications. 37162 37163 1.14. "You" (or "Your") 37164 means an individual or a legal entity exercising rights under this 37165 License. For legal entities, "You" includes any entity that 37166 controls, is controlled by, or is under common control with You. For 37167 purposes of this definition, "control" means (a) the power, direct 37168 or indirect, to cause the direction or management of such entity, 37169 whether by contract or otherwise, or (b) ownership of more than 37170 fifty percent (50%) of the outstanding shares or beneficial 37171 ownership of such entity. 37172 37173 2. License Grants and Conditions 37174 -------------------------------- 37175 37176 2.1. Grants 37177 37178 Each Contributor hereby grants You a world-wide, royalty-free, 37179 non-exclusive license: 37180 37181 (a) under intellectual property rights (other than patent or trademark) 37182 Licensable by such Contributor to use, reproduce, make available, 37183 modify, display, perform, distribute, and otherwise exploit its 37184 Contributions, either on an unmodified basis, with Modifications, or 37185 as part of a Larger Work; and 37186 37187 (b) under Patent Claims of such Contributor to make, use, sell, offer 37188 for sale, have made, import, and otherwise transfer either its 37189 Contributions or its Contributor Version. 37190 37191 2.2. Effective Date 37192 37193 The licenses granted in Section 2.1 with respect to any Contribution 37194 become effective for each Contribution on the date the Contributor first 37195 distributes such Contribution. 37196 37197 2.3. Limitations on Grant Scope 37198 37199 The licenses granted in this Section 2 are the only rights granted under 37200 this License. No additional rights or licenses will be implied from the 37201 distribution or licensing of Covered Software under this License. 37202 Notwithstanding Section 2.1(b) above, no patent license is granted by a 37203 Contributor: 37204 37205 (a) for any code that a Contributor has removed from Covered Software; 37206 or 37207 37208 (b) for infringements caused by: (i) Your and any other third party's 37209 modifications of Covered Software, or (ii) the combination of its 37210 Contributions with other software (except as part of its Contributor 37211 Version); or 37212 37213 (c) under Patent Claims infringed by Covered Software in the absence of 37214 its Contributions. 37215 37216 This License does not grant any rights in the trademarks, service marks, 37217 or logos of any Contributor (except as may be necessary to comply with 37218 the notice requirements in Section 3.4). 37219 37220 2.4. Subsequent Licenses 37221 37222 No Contributor makes additional grants as a result of Your choice to 37223 distribute the Covered Software under a subsequent version of this 37224 License (see Section 10.2) or under the terms of a Secondary License (if 37225 permitted under the terms of Section 3.3). 37226 37227 2.5. Representation 37228 37229 Each Contributor represents that the Contributor believes its 37230 Contributions are its original creation(s) or it has sufficient rights 37231 to grant the rights to its Contributions conveyed by this License. 37232 37233 2.6. Fair Use 37234 37235 This License is not intended to limit any rights You have under 37236 applicable copyright doctrines of fair use, fair dealing, or other 37237 equivalents. 37238 37239 2.7. Conditions 37240 37241 Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted 37242 in Section 2.1. 37243 37244 3. Responsibilities 37245 ------------------- 37246 37247 3.1. Distribution of Source Form 37248 37249 All distribution of Covered Software in Source Code Form, including any 37250 Modifications that You create or to which You contribute, must be under 37251 the terms of this License. You must inform recipients that the Source 37252 Code Form of the Covered Software is governed by the terms of this 37253 License, and how they can obtain a copy of this License. You may not 37254 attempt to alter or restrict the recipients' rights in the Source Code 37255 Form. 37256 37257 3.2. Distribution of Executable Form 37258 37259 If You distribute Covered Software in Executable Form then: 37260 37261 (a) such Covered Software must also be made available in Source Code 37262 Form, as described in Section 3.1, and You must inform recipients of 37263 the Executable Form how they can obtain a copy of such Source Code 37264 Form by reasonable means in a timely manner, at a charge no more 37265 than the cost of distribution to the recipient; and 37266 37267 (b) You may distribute such Executable Form under the terms of this 37268 License, or sublicense it under different terms, provided that the 37269 license for the Executable Form does not attempt to limit or alter 37270 the recipients' rights in the Source Code Form under this License. 37271 37272 3.3. Distribution of a Larger Work 37273 37274 You may create and distribute a Larger Work under terms of Your choice, 37275 provided that You also comply with the requirements of this License for 37276 the Covered Software. If the Larger Work is a combination of Covered 37277 Software with a work governed by one or more Secondary Licenses, and the 37278 Covered Software is not Incompatible With Secondary Licenses, this 37279 License permits You to additionally distribute such Covered Software 37280 under the terms of such Secondary License(s), so that the recipient of 37281 the Larger Work may, at their option, further distribute the Covered 37282 Software under the terms of either this License or such Secondary 37283 License(s). 37284 37285 3.4. Notices 37286 37287 You may not remove or alter the substance of any license notices 37288 (including copyright notices, patent notices, disclaimers of warranty, 37289 or limitations of liability) contained within the Source Code Form of 37290 the Covered Software, except that You may alter any license notices to 37291 the extent required to remedy known factual inaccuracies. 37292 37293 3.5. Application of Additional Terms 37294 37295 You may choose to offer, and to charge a fee for, warranty, support, 37296 indemnity or liability obligations to one or more recipients of Covered 37297 Software. However, You may do so only on Your own behalf, and not on 37298 behalf of any Contributor. You must make it absolutely clear that any 37299 such warranty, support, indemnity, or liability obligation is offered by 37300 You alone, and You hereby agree to indemnify every Contributor for any 37301 liability incurred by such Contributor as a result of warranty, support, 37302 indemnity or liability terms You offer. You may include additional 37303 disclaimers of warranty and limitations of liability specific to any 37304 jurisdiction. 37305 37306 4. Inability to Comply Due to Statute or Regulation 37307 --------------------------------------------------- 37308 37309 If it is impossible for You to comply with any of the terms of this 37310 License with respect to some or all of the Covered Software due to 37311 statute, judicial order, or regulation then You must: (a) comply with 37312 the terms of this License to the maximum extent possible; and (b) 37313 describe the limitations and the code they affect. Such description must 37314 be placed in a text file included with all distributions of the Covered 37315 Software under this License. Except to the extent prohibited by statute 37316 or regulation, such description must be sufficiently detailed for a 37317 recipient of ordinary skill to be able to understand it. 37318 37319 5. Termination 37320 -------------- 37321 37322 5.1. The rights granted under this License will terminate automatically 37323 if You fail to comply with any of its terms. However, if You become 37324 compliant, then the rights granted under this License from a particular 37325 Contributor are reinstated (a) provisionally, unless and until such 37326 Contributor explicitly and finally terminates Your grants, and (b) on an 37327 ongoing basis, if such Contributor fails to notify You of the 37328 non-compliance by some reasonable means prior to 60 days after You have 37329 come back into compliance. Moreover, Your grants from a particular 37330 Contributor are reinstated on an ongoing basis if such Contributor 37331 notifies You of the non-compliance by some reasonable means, this is the 37332 first time You have received notice of non-compliance with this License 37333 from such Contributor, and You become compliant prior to 30 days after 37334 Your receipt of the notice. 37335 37336 5.2. If You initiate litigation against any entity by asserting a patent 37337 infringement claim (excluding declaratory judgment actions, 37338 counter-claims, and cross-claims) alleging that a Contributor Version 37339 directly or indirectly infringes any patent, then the rights granted to 37340 You by any and all Contributors for the Covered Software under Section 37341 2.1 of this License shall terminate. 37342 37343 5.3. In the event of termination under Sections 5.1 or 5.2 above, all 37344 end user license agreements (excluding distributors and resellers) which 37345 have been validly granted by You or Your distributors under this License 37346 prior to termination shall survive termination. 37347 37348 ************************************************************************ 37349 * * 37350 * 6. Disclaimer of Warranty * 37351 * ------------------------- * 37352 * * 37353 * Covered Software is provided under this License on an "as is" * 37354 * basis, without warranty of any kind, either expressed, implied, or * 37355 * statutory, including, without limitation, warranties that the * 37356 * Covered Software is free of defects, merchantable, fit for a * 37357 * particular purpose or non-infringing. The entire risk as to the * 37358 * quality and performance of the Covered Software is with You. * 37359 * Should any Covered Software prove defective in any respect, You * 37360 * (not any Contributor) assume the cost of any necessary servicing, * 37361 * repair, or correction. This disclaimer of warranty constitutes an * 37362 * essential part of this License. No use of any Covered Software is * 37363 * authorized under this License except under this disclaimer. * 37364 * * 37365 ************************************************************************ 37366 37367 ************************************************************************ 37368 * * 37369 * 7. Limitation of Liability * 37370 * -------------------------- * 37371 * * 37372 * Under no circumstances and under no legal theory, whether tort * 37373 * (including negligence), contract, or otherwise, shall any * 37374 * Contributor, or anyone who distributes Covered Software as * 37375 * permitted above, be liable to You for any direct, indirect, * 37376 * special, incidental, or consequential damages of any character * 37377 * including, without limitation, damages for lost profits, loss of * 37378 * goodwill, work stoppage, computer failure or malfunction, or any * 37379 * and all other commercial damages or losses, even if such party * 37380 * shall have been informed of the possibility of such damages. This * 37381 * limitation of liability shall not apply to liability for death or * 37382 * personal injury resulting from such party's negligence to the * 37383 * extent applicable law prohibits such limitation. Some * 37384 * jurisdictions do not allow the exclusion or limitation of * 37385 * incidental or consequential damages, so this exclusion and * 37386 * limitation may not apply to You. * 37387 * * 37388 ************************************************************************ 37389 37390 8. Litigation 37391 ------------- 37392 37393 Any litigation relating to this License may be brought only in the 37394 courts of a jurisdiction where the defendant maintains its principal 37395 place of business and such litigation shall be governed by laws of that 37396 jurisdiction, without reference to its conflict-of-law provisions. 37397 Nothing in this Section shall prevent a party's ability to bring 37398 cross-claims or counter-claims. 37399 37400 9. Miscellaneous 37401 ---------------- 37402 37403 This License represents the complete agreement concerning the subject 37404 matter hereof. If any provision of this License is held to be 37405 unenforceable, such provision shall be reformed only to the extent 37406 necessary to make it enforceable. Any law or regulation which provides 37407 that the language of a contract shall be construed against the drafter 37408 shall not be used to construe this License against a Contributor. 37409 37410 10. Versions of the License 37411 --------------------------- 37412 37413 10.1. New Versions 37414 37415 Mozilla Foundation is the license steward. Except as provided in Section 37416 10.3, no one other than the license steward has the right to modify or 37417 publish new versions of this License. Each version will be given a 37418 distinguishing version number. 37419 37420 10.2. Effect of New Versions 37421 37422 You may distribute the Covered Software under the terms of the version 37423 of the License under which You originally received the Covered Software, 37424 or under the terms of any subsequent version published by the license 37425 steward. 37426 37427 10.3. Modified Versions 37428 37429 If you create software not governed by this License, and you want to 37430 create a new license for such software, you may create and use a 37431 modified version of this License if you rename the license and remove 37432 any references to the name of the license steward (except to note that 37433 such modified license differs from this License). 37434 37435 10.4. Distributing Source Code Form that is Incompatible With Secondary 37436 Licenses 37437 37438 If You choose to distribute Source Code Form that is Incompatible With 37439 Secondary Licenses under the terms of this version of the License, the 37440 notice described in Exhibit B of this License must be attached. 37441 37442 Exhibit A - Source Code Form License Notice 37443 ------------------------------------------- 37444 37445 This Source Code Form is subject to the terms of the Mozilla Public 37446 License, v. 2.0. If a copy of the MPL was not distributed with this 37447 file, You can obtain one at http://mozilla.org/MPL/2.0/. 37448 37449 If it is not possible or desirable to put the notice in a particular 37450 file, then You may include the notice in a location (such as a LICENSE 37451 file in a relevant directory) where a recipient would be likely to look 37452 for such a notice. 37453 37454 You may add additional accurate notices of copyright ownership. 37455 37456 Exhibit B - "Incompatible With Secondary Licenses" Notice 37457 --------------------------------------------------------- 37458 37459 This Source Code Form is "Incompatible With Secondary Licenses", as 37460 defined by the Mozilla Public License, v. 2.0. 37461 37462 37463 </pre> 37464 <div class="license-packages"> 37465 Used by these packages: dev-libs/nss-3.16-r1 app-crypt/nss-3.16-r1 dev-libs/nspr-4.10.4 37466 </div> 37467 </div> 37468 </div> 37469 37470 <div class="product"> 37471 <a name="OFL-1.1" class="title">Gentoo Package Stock License OFL-1.1</a> 37472 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 37473 <div class="licence"> 37474 <pre> 37475 SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 37476 ----- 37477 37478 PREAMBLE 37479 37480 The goals of the Open Font License (OFL) are to stimulate worldwide 37481 development of collaborative font projects, to support the font creation 37482 efforts of academic and linguistic communities, and to provide a free 37483 and open framework in which fonts may be shared and improved in 37484 partnership with others. 37485 37486 The OFL allows the licensed fonts to be used, studied, modified and 37487 redistributed freely as long as they are not sold by themselves. The 37488 fonts, including any derivative works, can be bundled, embedded, 37489 redistributed and/or sold with any software provided that any reserved 37490 names are not used by derivative works. The fonts and derivatives, 37491 however, cannot be released under any other type of license. The 37492 requirement for fonts to remain under this license does not apply to 37493 any document created using the fonts or their derivatives. 37494 37495 DEFINITIONS 37496 37497 "Font Software" refers to the set of files released by the Copyright 37498 Holder(s) under this license and clearly marked as such. This may 37499 include source files, build scripts and documentation. 37500 37501 "Reserved Font Name" refers to any names specified as such after the 37502 copyright statement(s). 37503 37504 "Original Version" refers to the collection of Font Software components 37505 as distributed by the Copyright Holder(s). 37506 37507 "Modified Version" refers to any derivative made by adding to, deleting, 37508 or substituting -- in part or in whole -- any of the components of the 37509 Original Version, by changing formats or by porting the Font Software 37510 to a new environment. 37511 37512 "Author" refers to any designer, engineer, programmer, technical writer 37513 or other person who contributed to the Font Software. 37514 37515 PERMISSION & CONDITIONS 37516 37517 Permission is hereby granted, free of charge, to any person obtaining a 37518 copy of the Font Software, to use, study, copy, merge, embed, modify, 37519 redistribute, and sell modified and unmodified copies of the Font 37520 Software, subject to the following conditions: 37521 37522 1) Neither the Font Software nor any of its individual components, in 37523 Original or Modified Versions, may be sold by itself. 37524 37525 2) Original or Modified Versions of the Font Software may be bundled, 37526 redistributed and/or sold with any software, provided that each copy 37527 contains the above copyright notice and this license. These can be 37528 included either as stand-alone text files, human-readable headers or in 37529 the appropriate machine-readable metadata fields within text or binary 37530 files as long as those fields can be easily viewed by the user. 37531 37532 3) No Modified Version of the Font Software may use the Reserved Font 37533 Name(s) unless explicit written permission is granted by the 37534 corresponding Copyright Holder. This restriction only applies to the 37535 primary font name as presented to the users. 37536 37537 4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font 37538 Software shall not be used to promote, endorse or advertise any 37539 Modified Version, except to acknowledge the contribution(s) of the 37540 Copyright Holder(s) and the Author(s) or with their explicit written 37541 permission. 37542 37543 5) The Font Software, modified or unmodified, in part or in whole, 37544 must be distributed entirely under this license, and must not be 37545 distributed under any other license. The requirement for fonts to 37546 remain under this license does not apply to any document created 37547 using the Font Software. 37548 37549 TERMINATION 37550 37551 This license becomes null and void if any of the above conditions are 37552 not met. 37553 37554 DISCLAIMER THE FONT SOFTWARE IS PROVIDED "AS IS", 37555 WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, 37556 INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF 37557 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 37558 NONINFRINGEMENT OF COPYRIGHT, PATENT, TRADEMARK, OR 37559 OTHER RIGHT. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE 37560 LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 37561 INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR 37562 CONSEQUENTIAL DAMAGES, WHETHER IN AN ACTION OF 37563 CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF THE 37564 USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM 37565 OTHER DEALINGS IN THE FONT SOFTWARE. 37566 37567 </pre> 37568 <div class="license-packages"> 37569 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 37570 </div> 37571 </div> 37572 </div> 37573 37574 <div class="product"> 37575 <a name="PSF-2" class="title">Gentoo Package Stock License PSF-2</a> 37576 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 37577 <div class="licence"> 37578 <pre> 37579 PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2 37580 -------------------------------------------- 37581 37582 1. This LICENSE AGREEMENT is between the Python Software Foundation 37583 ("PSF"), and the Individual or Organization ("Licensee") accessing and 37584 otherwise using this software ("Python") in source or binary form and 37585 its associated documentation. 37586 37587 2. Subject to the terms and conditions of this License Agreement, PSF hereby 37588 grants Licensee a nonexclusive, royalty-free, world-wide license to reproduce, 37589 analyze, test, perform and/or display publicly, prepare derivative works, 37590 distribute, and otherwise use Python alone or in any derivative version, 37591 provided, however, that PSF's License Agreement and PSF's notice of copyright, 37592 i.e., "Copyright (c) <YEARS> Python Software Foundation; All Rights Reserved" 37593 are retained in Python alone or in any derivative version prepared by Licensee. 37594 37595 3. In the event Licensee prepares a derivative work that is based on 37596 or incorporates Python or any part thereof, and wants to make 37597 the derivative work available to others as provided herein, then 37598 Licensee hereby agrees to include in any such work a brief summary of 37599 the changes made to Python. 37600 37601 4. PSF is making Python available to Licensee on an "AS IS" 37602 basis. PSF MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR 37603 IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, PSF MAKES NO AND 37604 DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS 37605 FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON WILL NOT 37606 INFRINGE ANY THIRD PARTY RIGHTS. 37607 37608 5. PSF SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON 37609 FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS 37610 A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON, 37611 OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF. 37612 37613 6. This License Agreement will automatically terminate upon a material 37614 breach of its terms and conditions. 37615 37616 7. Nothing in this License Agreement shall be deemed to create any 37617 relationship of agency, partnership, or joint venture between PSF and 37618 Licensee. This License Agreement does not grant permission to use PSF 37619 trademarks or trade name in a trademark sense to endorse or promote 37620 products or services of Licensee, or any third party. 37621 37622 8. By copying, installing or otherwise using Python, Licensee 37623 agrees to be bound by the terms and conditions of this License 37624 Agreement. 37625 37626 </pre> 37627 <div class="license-packages"> 37628 Used by these packages: dev-python/setuptools-0.8-r1 dev-lang/python-2.7.3-r7 chromeos-base/minifakedns-0.0.1-r13 37629 </div> 37630 </div> 37631 </div> 37632 37633 <div class="product"> 37634 <a name="public-domain" class="title">Gentoo Package Stock License public-domain</a> 37635 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 37636 <div class="licence"> 37637 <pre> 37638 Software is in the public domain. 37639 37640 </pre> 37641 <div class="license-packages"> 37642 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 37643 </div> 37644 </div> 37645 </div> 37646 37647 <div class="product"> 37648 <a name="SGI-B-2.0" class="title">Gentoo Package Stock License SGI-B-2.0</a> 37649 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 37650 <div class="licence"> 37651 <pre> 37652 SGI FREE SOFTWARE LICENSE B (Version 2.0, Sept. 18, 2008) 37653 37654 Copyright (C) [dates of first publication] Silicon Graphics, Inc. All Rights 37655 Reserved. 37656 37657 Permission is hereby granted, free of charge, to any person obtaining a copy of 37658 this software and associated documentation files (the "Software"), to deal in 37659 the Software without restriction, including without limitation the rights to 37660 use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies 37661 of the Software, and to permit persons to whom the Software is furnished to do 37662 so, subject to the following conditions: 37663 37664 The above copyright notice including the dates of first publication and either 37665 this permission notice or a reference to http://oss.sgi.com/projects/FreeB/ 37666 shall be included in all copies or substantial portions of the Software. 37667 37668 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 37669 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 37670 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL SILICON 37671 GRAPHICS, INC. BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN 37672 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION 37673 WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 37674 37675 Except as contained in this notice, the name of Silicon Graphics, Inc. shall 37676 not be used in advertising or otherwise to promote the sale, use or other 37677 dealings in this Software without prior written authorization from Silicon 37678 Graphics, Inc. 37679 37680 </pre> 37681 <div class="license-packages"> 37682 Used by these packages: media-libs/glu-9.0.0 media-libs/mesa-10.3-r3 x11-proto/glproto-1.4.14-r1 37683 </div> 37684 </div> 37685 </div> 37686 37687 <div class="product"> 37688 <a name="X" class="title">Custom License X</a> 37689 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 37690 <div class="licence"> 37691 <pre> 37692 The following is the 'standard copyright' agreed upon by most contributors, 37693 and is currently the canonical license preferred by the X.Org Foundation. 37694 This is a slight variant of the common MIT license form published by the 37695 Open Source Initiative at http://www.opensource.org/licenses/mit-license.php 37696 37697 Copyright holders of new code should use this license statement where 37698 possible, and insert their name to this list. Please sort by surname 37699 for people, and by the full name for other entities (e.g. Juliusz 37700 Chroboczek sorts before Intel Corporation sorts before Daniel Stone). 37701 37702 Copyright 2000-2001 Juliusz Chroboczek 37703 Copyright 1998 Egbert Eich 37704 Copyright 2006-2007 Intel Corporation 37705 Copyright 2006 Nokia Corporation 37706 Copyright 2006-2008 Peter Hutterer 37707 Copyright 2006 Adam Jackson 37708 Copyright 2009 NVIDIA Corporation 37709 Copyright 1999 Keith Packard 37710 Copyright 2007-2009 Red Hat, Inc. 37711 Copyright 2005-2008 Daniel Stone 37712 Copyright 2006-2009 Simon Thum 37713 Copyright 1987, 2003-2006, 2008-2009 Sun Microsystems, Inc. 37714 Copyright 2006 Luc Verhaegen 37715 37716 Permission is hereby granted, free of charge, to any person obtaining a 37717 copy of this software and associated documentation files (the "Software"), 37718 to deal in the Software without restriction, including without limitation 37719 the rights to use, copy, modify, merge, publish, distribute, sublicense, 37720 and/or sell copies of the Software, and to permit persons to whom the 37721 Software is furnished to do so, subject to the following conditions: 37722 37723 The above copyright notice and this permission notice (including the next 37724 paragraph) shall be included in all copies or substantial portions of the 37725 Software. 37726 37727 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 37728 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 37729 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 37730 THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 37731 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 37732 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 37733 DEALINGS IN THE SOFTWARE. 37734 37735 37736 37737 37738 The following licenses are 'legacy': usually MIT/X11 licenses with the name 37739 of the copyright holder(s) in the license statement, but also some BSD-like 37740 licenses. 37741 37742 37743 Copyright (C) 1994-2003 The XFree86 Project, Inc. All Rights Reserved. 37744 Copyright (C) Colin Harrison 2005-2008 37745 37746 Permission is hereby granted, free of charge, to any person obtaining a copy of 37747 this software and associated documentation files (the "Software"), to deal in 37748 the Software without restriction, including without limitation the rights to 37749 use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies 37750 of the Software, and to permit persons to whom the Software is furnished to do 37751 so, subject to the following conditions: 37752 37753 The above copyright notice and this permission notice shall be included in all 37754 copies or substantial portions of the Software. 37755 37756 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 37757 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FIT- 37758 NESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 37759 XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN 37760 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION 37761 WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 37762 37763 Except as contained in this notice, the name of the XFree86 Project shall not 37764 be used in advertising or otherwise to promote the sale, use or other dealings 37765 in this Software without prior written authorization from the XFree86 Project. 37766 37767 37768 Copyright 1997 by The XFree86 Project, Inc. 37769 37770 Permission to use, copy, modify, distribute, and sell this software and its 37771 documentation for any purpose is hereby granted without fee, provided that 37772 the above copyright notice appear in all copies and that both that 37773 copyright notice and this permission notice appear in supporting 37774 documentation, and that the name of the XFree86 Project, Inc. 37775 not be used in advertising or publicity pertaining to distribution of 37776 the software without specific, written prior permission. The Xfree86 37777 Project, Inc. makes no representations about the suitability of this 37778 software for any purpose. It is provided "as is" without express or 37779 implied warranty. 37780 37781 THE XFREE86 PROJECT, INC. DISCLAIMS ALL WARRANTIES WITH REGARD 37782 TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND 37783 FITNESS, IN NO EVENT SHALL OREST ZBOROWSKI OR DAVID WEXELBLAT BE LIABLE 37784 FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 37785 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 37786 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 37787 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 37788 37789 37790 Copyright 1985-1998, 2001 The Open Group 37791 Copyright 2002 Red Hat Inc., Durham, North Carolina. 37792 37793 Permission to use, copy, modify, distribute, and sell this software and its 37794 documentation for any purpose is hereby granted without fee, provided that 37795 the above copyright notice appear in all copies and that both that 37796 copyright notice and this permission notice appear in supporting 37797 documentation. 37798 37799 The above copyright notice and this permission notice shall be included in 37800 all copies or substantial portions of the Software. 37801 37802 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 37803 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 37804 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 37805 OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN 37806 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 37807 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 37808 37809 Except as contained in this notice, the name of The Open Group shall not be 37810 used in advertising or otherwise to promote the sale, use or other dealings 37811 in this Software without prior written authorization from The Open Group. 37812 37813 37814 Copyright (c) 1987, 1989-1990, 1992-1995 X Consortium 37815 37816 Permission is hereby granted, free of charge, to any person obtaining a copy 37817 of this software and associated documentation files (the "Software"), to deal 37818 in the Software without restriction, including without limitation the rights 37819 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 37820 copies of the Software, and to permit persons to whom the Software is 37821 furnished to do so, subject to the following conditions: 37822 37823 The above copyright notice and this permission notice shall be included in 37824 all copies or substantial portions of the Software. 37825 37826 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 37827 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 37828 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 37829 X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN 37830 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 37831 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 37832 37833 Except as contained in this notice, the name of the X Consortium shall not be 37834 used in advertising or otherwise to promote the sale, use or other dealings 37835 in this Software without prior written authorization from the X Consortium. 37836 37837 37838 Copyright 1999-2000 SuSE, Inc. 37839 Copyright 2007 Red Hat, Inc. 37840 37841 Permission to use, copy, modify, distribute, and sell this software and its 37842 documentation for any purpose is hereby granted without fee, provided that 37843 the above copyright notice appear in all copies and that both that 37844 copyright notice and this permission notice appear in supporting 37845 documentation, and that the name of SuSE not be used in advertising or 37846 publicity pertaining to distribution of the software without specific, 37847 written prior permission. SuSE makes no representations about the 37848 suitability of this software for any purpose. It is provided "as is" 37849 without express or implied warranty. 37850 37851 SuSE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL 37852 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL SuSE 37853 BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 37854 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION 37855 OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN 37856 CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 37857 37858 37859 Copyright 1987-1991, 1993 by Digital Equipment Corporation, Maynard, Massachusetts. 37860 Copyright 1991 Massachusetts Institute of Technology, Cambridge, Massachusetts. 37861 Copyright 1991, 1993 Olivetti Research Limited, Cambridge, England. 37862 37863 All Rights Reserved 37864 37865 Permission to use, copy, modify, and distribute this software and its 37866 documentation for any purpose and without fee is hereby granted, 37867 provided that the above copyright notice appear in all copies and that 37868 both that copyright notice and this permission notice appear in 37869 supporting documentation, and that the name of Digital not be 37870 used in advertising or publicity pertaining to distribution of the 37871 software without specific, written prior permission. 37872 37873 DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING 37874 ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL 37875 DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR 37876 ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, 37877 WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, 37878 ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS 37879 SOFTWARE. 37880 37881 37882 Copyright 1987 by Digital Equipment Corporation, Maynard, Massachusetts, 37883 Copyright 1994 Quarterdeck Office Systems. 37884 37885 All Rights Reserved 37886 37887 Permission to use, copy, modify, and distribute this software and its 37888 documentation for any purpose and without fee is hereby granted, 37889 provided that the above copyright notice appear in all copies and that 37890 both that copyright notice and this permission notice appear in 37891 supporting documentation, and that the names of Digital and 37892 Quarterdeck not be used in advertising or publicity pertaining to 37893 distribution of the software without specific, written prior 37894 permission. 37895 37896 DIGITAL AND QUARTERDECK DISCLAIM ALL WARRANTIES WITH REGARD TO THIS 37897 SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND 37898 FITNESS, IN NO EVENT SHALL DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT 37899 OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS 37900 OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE 37901 OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE 37902 OR PERFORMANCE OF THIS SOFTWARE. 37903 37904 37905 Copyright 1997 Digital Equipment Corporation. 37906 All rights reserved. 37907 37908 This software is furnished under license and may be used and copied only in 37909 accordance with the following terms and conditions. Subject to these 37910 conditions, you may download, copy, install, use, modify and distribute 37911 this software in source and/or binary form. No title or ownership is 37912 transferred hereby. 37913 37914 1) Any source code used, modified or distributed must reproduce and retain 37915 this copyright notice and list of conditions as they appear in the 37916 source file. 37917 37918 2) No right is granted to use any trade name, trademark, or logo of Digital 37919 Equipment Corporation. Neither the "Digital Equipment Corporation" 37920 name nor any trademark or logo of Digital Equipment Corporation may be 37921 used to endorse or promote products derived from this software without 37922 the prior written permission of Digital Equipment Corporation. 37923 37924 3) This software is provided "AS-IS" and any express or implied warranties, 37925 including but not limited to, any implied warranties of merchantability, 37926 fitness for a particular purpose, or non-infringement are disclaimed. 37927 In no event shall DIGITAL be liable for any damages whatsoever, and in 37928 particular, DIGITAL shall not be liable for special, indirect, 37929 consequential, or incidental damages or damages for lost profits, loss 37930 of revenue or loss of use, whether such damages arise in contract, 37931 negligence, tort, under statute, in equity, at law or otherwise, even 37932 if advised of the possibility of such damage. 37933 37934 37935 Copyright (c) 1991, 1996-1997 Digital Equipment Corporation, Maynard, Massachusetts. 37936 37937 Permission is hereby granted, free of charge, to any person obtaining a copy 37938 of this software and associated documentation files (the "Software"), to deal 37939 in the Software without restriction, including without limitation the rights 37940 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 37941 copies of the Software. 37942 37943 The above copyright notice and this permission notice shall be included in 37944 all copies or substantial portions of the Software. 37945 37946 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 37947 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 37948 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 37949 DIGITAL EQUIPMENT CORPORATION BE LIABLE FOR ANY CLAIM, DAMAGES, INCLUDING, 37950 BUT NOT LIMITED TO CONSEQUENTIAL OR INCIDENTAL DAMAGES, OR OTHER LIABILITY, 37951 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR 37952 IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 37953 37954 Except as contained in this notice, the name of Digital Equipment Corporation 37955 shall not be used in advertising or otherwise to promote the sale, use or other 37956 dealings in this Software without prior written authorization from Digital 37957 Equipment Corporation. 37958 37959 37960 SGI FREE SOFTWARE LICENSE B (Version 2.0, Sept. 18, 2008) 37961 Copyright (C) 1991-2000 Silicon Graphics, Inc. All Rights Reserved. 37962 37963 Permission is hereby granted, free of charge, to any person obtaining a 37964 copy of this software and associated documentation files (the "Software"), 37965 to deal in the Software without restriction, including without limitation 37966 the rights to use, copy, modify, merge, publish, distribute, sublicense, 37967 and/or sell copies of the Software, and to permit persons to whom the 37968 Software is furnished to do so, subject to the following conditions: 37969 37970 The above copyright notice including the dates of first publication and 37971 either this permission notice or a reference to 37972 http://oss.sgi.com/projects/FreeB/ 37973 shall be included in all copies or substantial portions of the Software. 37974 37975 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 37976 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 37977 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 37978 SILICON GRAPHICS, INC. BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 37979 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF 37980 OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 37981 SOFTWARE. 37982 37983 37984 Copyright (c) 1994, 1995 Hewlett-Packard Company 37985 37986 Permission is hereby granted, free of charge, to any person obtaining 37987 a copy of this software and associated documentation files (the 37988 "Software"), to deal in the Software without restriction, including 37989 without limitation the rights to use, copy, modify, merge, publish, 37990 distribute, sublicense, and/or sell copies of the Software, and to 37991 permit persons to whom the Software is furnished to do so, subject to 37992 the following conditions: 37993 37994 The above copyright notice and this permission notice shall be included 37995 in all copies or substantial portions of the Software. 37996 37997 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 37998 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 37999 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. 38000 IN NO EVENT SHALL HEWLETT-PACKARD COMPANY BE LIABLE FOR ANY CLAIM, 38001 DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR 38002 OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR 38003 THE USE OR OTHER DEALINGS IN THE SOFTWARE. 38004 38005 Except as contained in this notice, the name of the Hewlett-Packard 38006 Company shall not be used in advertising or otherwise to promote the 38007 sale, use or other dealings in this Software without prior written 38008 authorization from the Hewlett-Packard Company. 38009 38010 38011 Copyright 1989 by Hewlett-Packard Company, Palo Alto, California. 38012 All Rights Reserved 38013 38014 Permission to use, copy, modify, and distribute this software and its 38015 documentation for any purpose and without fee is hereby granted, 38016 provided that the above copyright notice appear in all copies and that 38017 both that copyright notice and this permission notice appear in 38018 supporting documentation, and that the name of Hewlett-Packard not be 38019 used in advertising or publicity pertaining to distribution of the 38020 software without specific, written prior permission. 38021 38022 HEWLETT-PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING 38023 ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL 38024 HEWLETT-PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR 38025 ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, 38026 WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, 38027 ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS 38028 SOFTWARE. 38029 38030 38031 Copyright 2001-2004 Red Hat Inc., Durham, North Carolina. 38032 Copyright (c) 2003 by the XFree86 Project, Inc. 38033 Copyright 2004-2005 Red Hat Inc., Raleigh, North Carolina. 38034 All Rights Reserved. 38035 38036 Permission is hereby granted, free of charge, to any person obtaining 38037 a copy of this software and associated documentation files (the 38038 "Software"), to deal in the Software without restriction, including 38039 without limitation on the rights to use, copy, modify, merge, 38040 publish, distribute, sublicense, and/or sell copies of the Software, 38041 and to permit persons to whom the Software is furnished to do so, 38042 subject to the following conditions: 38043 38044 The above copyright notice and this permission notice (including the 38045 next paragraph) shall be included in all copies or substantial 38046 portions of the Software. 38047 38048 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 38049 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 38050 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 38051 NON-INFRINGEMENT. IN NO EVENT SHALL RED HAT AND/OR THEIR SUPPLIERS 38052 BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN 38053 ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 38054 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 38055 SOFTWARE. 38056 38057 38058 Copyright 2008 Red Hat, Inc. 38059 Partly based on code Copyright 2000 SuSE, Inc. 38060 38061 Permission to use, copy, modify, distribute, and sell this software 38062 and its documentation for any purpose is hereby granted without 38063 fee, provided that the above copyright notice appear in all copies 38064 and that both that copyright notice and this permission notice 38065 appear in supporting documentation, and that the name of Red Hat 38066 not be used in advertising or publicity pertaining to distribution 38067 of the software without specific, written prior permission. Red 38068 Hat makes no representations about the suitability of this software 38069 for any purpose. It is provided "as is" without express or implied 38070 warranty. 38071 38072 Red Hat DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 38073 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN 38074 NO EVENT SHALL Red Hat BE LIABLE FOR ANY SPECIAL, INDIRECT OR 38075 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS 38076 OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, 38077 NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN 38078 CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 38079 38080 Permission to use, copy, modify, distribute, and sell this software and its 38081 documentation for any purpose is hereby granted without fee, provided that 38082 the above copyright notice appear in all copies and that both that 38083 copyright notice and this permission notice appear in supporting 38084 documentation, and that the name of SuSE not be used in advertising or 38085 publicity pertaining to distribution of the software without specific, 38086 written prior permission. SuSE makes no representations about the 38087 suitability of this software for any purpose. It is provided "as is" 38088 without express or implied warranty. 38089 38090 SuSE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL 38091 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL SuSE 38092 BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 38093 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION 38094 OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN 38095 CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 38096 38097 38098 Copyright 2006 Red Hat, Inc. 38099 (C) Copyright 1998-1999 Precision Insight, Inc., Cedar Park, Texas. 38100 All Rights Reserved. 38101 38102 Permission is hereby granted, free of charge, to any person obtaining a 38103 copy of this software and associated documentation files (the "Software"), 38104 to deal in the Software without restriction, including without limitation 38105 the rights to use, copy, modify, merge, publish, distribute, sub license, 38106 and/or sell copies of the Software, and to permit persons to whom the 38107 Software is furnished to do so, subject to the following conditions: 38108 38109 The above copyright notice and this permission notice (including the next 38110 paragraph) shall be included in all copies or substantial portions of the 38111 Software. 38112 38113 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 38114 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 38115 FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL 38116 RED HAT, INC, OR PRECISION INSIGHT AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY 38117 CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT 38118 OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR 38119 THE USE OR OTHER DEALINGS IN THE SOFTWARE. 38120 38121 38122 Copyright (c) 1995 X Consortium 38123 Copyright 2004 Red Hat Inc., Durham, North Carolina. 38124 All Rights Reserved. 38125 38126 Permission is hereby granted, free of charge, to any person obtaining 38127 a copy of this software and associated documentation files (the 38128 "Software"), to deal in the Software without restriction, including 38129 without limitation on the rights to use, copy, modify, merge, 38130 publish, distribute, sublicense, and/or sell copies of the Software, 38131 and to permit persons to whom the Software is furnished to do so, 38132 subject to the following conditions: 38133 38134 The above copyright notice and this permission notice shall be 38135 included in all copies or substantial portions of the Software. 38136 38137 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 38138 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 38139 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 38140 NON-INFRINGEMENT. IN NO EVENT SHALL RED HAT, THE X CONSORTIUM, 38141 AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 38142 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, 38143 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 38144 OTHER DEALINGS IN THE SOFTWARE. 38145 38146 Except as contained in this notice, the name of the X Consortium 38147 shall not be used in advertising or otherwise to promote the sale, 38148 use or other dealings in this Software without prior written 38149 authorization from the X Consortium. 38150 38151 38152 Copyright 1998-2000 Precision Insight, Inc., Cedar Park, Texas. 38153 Copyright 2000 VA Linux Systems, Inc. 38154 Copyright (c) 2002, 2008, 2009 Apple Computer, Inc. 38155 Copyright (c) 2003-2004 Torrey T. Lyons. 38156 All Rights Reserved. 38157 38158 Permission is hereby granted, free of charge, to any person obtaining a 38159 copy of this software and associated documentation files (the 38160 "Software"), to deal in the Software without restriction, including 38161 without limitation the rights to use, copy, modify, merge, publish, 38162 distribute, sub license, and/or sell copies of the Software, and to 38163 permit persons to whom the Software is furnished to do so, subject to 38164 the following conditions: 38165 38166 The above copyright notice and this permission notice (including the 38167 next paragraph) shall be included in all copies or substantial portions 38168 of the Software. 38169 38170 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 38171 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 38172 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. 38173 IN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR 38174 ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, 38175 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE 38176 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 38177 38178 38179 (C) Copyright IBM Corporation 2003 38180 All Rights Reserved. 38181 38182 Permission is hereby granted, free of charge, to any person obtaining a 38183 copy of this software and associated documentation files (the "Software"), 38184 to deal in the Software without restriction, including without limitation 38185 on the rights to use, copy, modify, merge, publish, distribute, sub 38186 license, and/or sell copies of the Software, and to permit persons to whom 38187 the Software is furnished to do so, subject to the following conditions: 38188 38189 The above copyright notice and this permission notice (including the next 38190 paragraph) shall be included in all copies or substantial portions of the 38191 Software. 38192 38193 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 38194 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 38195 FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL 38196 VA LINUX SYSTEM, IBM AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM, 38197 DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR 38198 OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE 38199 USE OR OTHER DEALINGS IN THE SOFTWARE. 38200 38201 38202 (C) Copyright IBM Corporation 2004-2005 38203 All Rights Reserved. 38204 38205 Permission is hereby granted, free of charge, to any person obtaining a 38206 copy of this software and associated documentation files (the "Software"), 38207 to deal in the Software without restriction, including without limitation 38208 the rights to use, copy, modify, merge, publish, distribute, sub license, 38209 and/or sell copies of the Software, and to permit persons to whom the 38210 Software is furnished to do so, subject to the following conditions: 38211 38212 The above copyright notice and this permission notice (including the next 38213 paragraph) shall be included in all copies or substantial portions of the 38214 Software. 38215 38216 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 38217 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 38218 FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL 38219 IBM, 38220 AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 38221 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF 38222 OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 38223 SOFTWARE. 38224 38225 38226 Copyright (c) 1997 Metro Link Incorporated 38227 38228 Permission is hereby granted, free of charge, to any person obtaining a 38229 copy of this software and associated documentation files (the "Software"), 38230 to deal in the Software without restriction, including without limitation 38231 the rights to use, copy, modify, merge, publish, distribute, sublicense, 38232 and/or sell copies of the Software, and to permit persons to whom the 38233 Software is furnished to do so, subject to the following conditions: 38234 38235 The above copyright notice and this permission notice shall be included in 38236 all copies or substantial portions of the Software. 38237 38238 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 38239 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 38240 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 38241 THE X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 38242 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF 38243 OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 38244 SOFTWARE. 38245 38246 Except as contained in this notice, the name of the Metro Link shall not be 38247 used in advertising or otherwise to promote the sale, use or other dealings 38248 in this Software without prior written authorization from Metro Link. 38249 38250 38251 Copyright 1995-1998 by Metro Link, Inc. 38252 Copyright (c) 1997 Matthieu Herrb 38253 38254 Permission to use, copy, modify, distribute, and sell this software and its 38255 documentation for any purpose is hereby granted without fee, provided that 38256 the above copyright notice appear in all copies and that both that 38257 copyright notice and this permission notice appear in supporting 38258 documentation, and that the name of Metro Link, Inc. not be used in 38259 advertising or publicity pertaining to distribution of the software without 38260 specific, written prior permission. Metro Link, Inc. makes no 38261 representations about the suitability of this software for any purpose. 38262 It is provided "as is" without express or implied warranty. 38263 38264 METRO LINK, INC. DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 38265 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 38266 EVENT SHALL METRO LINK, INC. BE LIABLE FOR ANY SPECIAL, INDIRECT OR 38267 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 38268 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 38269 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 38270 PERFORMANCE OF THIS SOFTWARE. 38271 38272 38273 Copyright 1998 by Metro Link Incorporated 38274 38275 Permission to use, copy, modify, distribute, and sell this software 38276 and its documentation for any purpose is hereby granted without fee, 38277 provided that the above copyright notice appear in all copies and that 38278 both that copyright notice and this permission notice appear in 38279 supporting documentation, and that the name of Metro Link 38280 Incorporated not be used in advertising or publicity pertaining to 38281 distribution of the software without specific, written prior 38282 permission. Metro Link Incorporated makes no representations 38283 about the suitability of this software for any purpose. It is 38284 provided "as is" without express or implied warranty. 38285 38286 METRO LINK INCORPORATED DISCLAIMS ALL WARRANTIES WITH REGARD 38287 TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY 38288 AND FITNESS, IN NO EVENT SHALL METRO LINK INCORPORATED BE 38289 LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY 38290 DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, 38291 WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, 38292 ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS 38293 SOFTWARE. 38294 38295 38296 Copyright (c) 2000 by Conectiva S.A. (http://www.conectiva.com) 38297 38298 Permission is hereby granted, free of charge, to any person obtaining a 38299 copy of this software and associated documentation files (the "Software"), 38300 to deal in the Software without restriction, including without limitation 38301 the rights to use, copy, modify, merge, publish, distribute, sublicense, 38302 and/or sell copies of the Software, and to permit persons to whom the 38303 Software is furnished to do so, subject to the following conditions: 38304 38305 The above copyright notice and this permission notice shall be included in 38306 all copies or substantial portions of the Software. 38307 38308 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 38309 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 38310 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 38311 CONECTIVA LINUX BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 38312 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF 38313 OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 38314 SOFTWARE. 38315 38316 Except as contained in this notice, the name of Conectiva Linux shall 38317 not be used in advertising or otherwise to promote the sale, use or other 38318 dealings in this Software without prior written authorization from 38319 Conectiva Linux. 38320 38321 38322 Copyright (c) 2001, Andy Ritger aritger (a] nvidia.com 38323 All rights reserved. 38324 38325 Redistribution and use in source and binary forms, with or without 38326 modification, are permitted provided that the following conditions 38327 are met: 38328 38329 o Redistributions of source code must retain the above copyright 38330 notice, this list of conditions and the following disclaimer. 38331 o Redistributions in binary form must reproduce the above copyright 38332 notice, this list of conditions and the following disclaimer 38333 in the documentation and/or other materials provided with the 38334 distribution. 38335 o Neither the name of NVIDIA nor the names of its contributors 38336 may be used to endorse or promote products derived from this 38337 software without specific prior written permission. 38338 38339 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 38340 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT 38341 NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND 38342 FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL 38343 THE REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, 38344 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, 38345 BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; 38346 LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER 38347 CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 38348 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN 38349 ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 38350 POSSIBILITY OF SUCH DAMAGE. 38351 38352 38353 Copyright 1992 Vrije Universiteit, The Netherlands 38354 38355 Permission to use, copy, modify, and distribute this software and its 38356 documentation for any purpose and without fee is hereby granted, provided 38357 that the above copyright notice appear in all copies and that both that 38358 copyright notice and this permission notice appear in supporting 38359 documentation, and that the name of the Vrije Universiteit not be used in 38360 advertising or publicity pertaining to distribution of the software without 38361 specific, written prior permission. The Vrije Universiteit makes no 38362 representations about the suitability of this software for any purpose. 38363 It is provided "as is" without express or implied warranty. 38364 38365 The Vrije Universiteit DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 38366 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 38367 EVENT SHALL The Vrije Universiteit BE LIABLE FOR ANY SPECIAL, INDIRECT OR 38368 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 38369 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 38370 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 38371 PERFORMANCE OF THIS SOFTWARE. 38372 38373 38374 Copyright 1998 by Concurrent Computer Corporation 38375 38376 Permission to use, copy, modify, distribute, and sell this software 38377 and its documentation for any purpose is hereby granted without fee, 38378 provided that the above copyright notice appear in all copies and that 38379 both that copyright notice and this permission notice appear in 38380 supporting documentation, and that the name of Concurrent Computer 38381 Corporation not be used in advertising or publicity pertaining to 38382 distribution of the software without specific, written prior 38383 permission. Concurrent Computer Corporation makes no representations 38384 about the suitability of this software for any purpose. It is 38385 provided "as is" without express or implied warranty. 38386 38387 CONCURRENT COMPUTER CORPORATION DISCLAIMS ALL WARRANTIES WITH REGARD 38388 TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY 38389 AND FITNESS, IN NO EVENT SHALL CONCURRENT COMPUTER CORPORATION BE 38390 LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY 38391 DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, 38392 WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, 38393 ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS 38394 SOFTWARE. 38395 38396 38397 Copyright 2004 Nokia 38398 38399 Permission to use, copy, modify, distribute, and sell this software and its 38400 documentation for any purpose is hereby granted without fee, provided that 38401 the above copyright notice appear in all copies and that both that 38402 copyright notice and this permission notice appear in supporting 38403 documentation, and that the name of Nokia not be used in 38404 advertising or publicity pertaining to distribution of the software without 38405 specific, written prior permission. Nokia makes no 38406 representations about the suitability of this software for any purpose. It 38407 is provided "as is" without express or implied warranty. 38408 38409 NOKIA DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 38410 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 38411 EVENT SHALL NOKIA BE LIABLE FOR ANY SPECIAL, INDIRECT OR 38412 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 38413 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 38414 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 38415 PERFORMANCE OF THIS SOFTWARE. 38416 38417 38418 (c)Copyright 1988,1991 Adobe Systems Incorporated. 38419 All rights reserved. 38420 38421 Permission to use, copy, modify, distribute, and sublicense this software and its 38422 documentation for any purpose and without fee is hereby granted, provided that 38423 the above copyright notices appear in all copies and that both those copyright 38424 notices and this permission notice appear in supporting documentation and that 38425 the name of Adobe Systems Incorporated not be used in advertising or publicity 38426 pertaining to distribution of the software without specific, written prior 38427 permission. No trademark license to use the Adobe trademarks is hereby 38428 granted. If the Adobe trademark "Display PostScript"(tm) is used to describe 38429 this software, its functionality or for any other purpose, such use shall be 38430 limited to a statement that this software works in conjunction with the Display 38431 PostScript system. Proper trademark attribution to reflect Adobe's ownership 38432 of the trademark shall be given whenever any such reference to the Display 38433 PostScript system is made. 38434 38435 ADOBE MAKES NO REPRESENTATIONS ABOUT THE SUITABILITY OF THE SOFTWARE FOR ANY 38436 PURPOSE. IT IS PROVIDED "AS IS" WITHOUT EXPRESS OR IMPLIED WARRANTY. ADOBE 38437 DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED 38438 WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON- 38439 INFRINGEMENT OF THIRD PARTY RIGHTS. IN NO EVENT SHALL ADOBE BE LIABLE TO YOU 38440 OR ANY OTHER PARTY FOR ANY SPECIAL, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY 38441 DAMAGES WHATSOEVER WHETHER IN AN ACTION OF CONTRACT,NEGLIGENCE, STRICT 38442 LIABILITY OR ANY OTHER ACTION ARISING OUT OF OR IN CONNECTION WITH THE USE OR 38443 PERFORMANCE OF THIS SOFTWARE. ADOBE WILL NOT PROVIDE ANY TRAINING OR OTHER 38444 SUPPORT FOR THE SOFTWARE. 38445 38446 Adobe, PostScript, and Display PostScript are trademarks of Adobe Systems 38447 Incorporated which may be registered in certain jurisdictions. 38448 38449 38450 Copyright 1989 Network Computing Devices, Inc., Mountain View, California. 38451 38452 Permission to use, copy, modify, and distribute this software and its 38453 documentation for any purpose and without fee is hereby granted, provided 38454 that the above copyright notice appear in all copies and that both that 38455 copyright notice and this permission notice appear in supporting 38456 documentation, and that the name of N.C.D. not be used in advertising or 38457 publicity pertaining to distribution of the software without specific, 38458 written prior permission. N.C.D. makes no representations about the 38459 suitability of this software for any purpose. It is provided "as is" 38460 without express or implied warranty. 38461 38462 38463 Copyright (c) 1987 by the Regents of the University of California 38464 38465 Permission to use, copy, modify, and distribute this 38466 software and its documentation for any purpose and without 38467 fee is hereby granted, provided that the above copyright 38468 notice appear in all copies. The University of California 38469 makes no representations about the suitability of this 38470 software for any purpose. It is provided "as is" without 38471 express or implied warranty. 38472 38473 38474 Copyright 1992, 1993 Data General Corporation; 38475 Copyright 1992, 1993 OMRON Corporation 38476 38477 Permission to use, copy, modify, distribute, and sell this software and its 38478 documentation for any purpose is hereby granted without fee, provided that the 38479 above copyright notice appear in all copies and that both that copyright 38480 notice and this permission notice appear in supporting documentation, and that 38481 neither the name OMRON or DATA GENERAL be used in advertising or publicity 38482 pertaining to distribution of the software without specific, written prior 38483 permission of the party whose name is to be used. Neither OMRON or 38484 DATA GENERAL make any representation about the suitability of this software 38485 for any purpose. It is provided "as is" without express or implied warranty. 38486 38487 OMRON AND DATA GENERAL EACH DISCLAIM ALL WARRANTIES WITH REGARD TO THIS 38488 SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, 38489 IN NO EVENT SHALL OMRON OR DATA GENERAL BE LIABLE FOR ANY SPECIAL, INDIRECT 38490 OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 38491 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 38492 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE 38493 OF THIS SOFTWARE. 38494 38495 38496 Copyright 1998-2004, 2006 Keith Packard 38497 Copyright 2000-2002 Keith Packard, member of The XFree86 Project, Inc. 38498 Copyright (c) 2002 Apple Computer, Inc. 38499 Copyright (c) 2003 Torrey T. Lyons. 38500 All Rights Reserved. 38501 38502 Permission to use, copy, modify, distribute, and sell this software and its 38503 documentation for any purpose is hereby granted without fee, provided that 38504 the above copyright notice appear in all copies and that both that 38505 copyright notice and this permission notice appear in supporting 38506 documentation, and that the name of Keith Packard not be used in 38507 advertising or publicity pertaining to distribution of the software without 38508 specific, written prior permission. Keith Packard makes no 38509 representations about the suitability of this software for any purpose. It 38510 is provided "as is" without express or implied warranty. 38511 38512 KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 38513 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 38514 EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR 38515 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 38516 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 38517 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 38518 PERFORMANCE OF THIS SOFTWARE. 38519 38520 38521 Copyright 1999 Keith Packard 38522 Copyright 2000 Compaq Computer Corporation 38523 Copyright 2002 MontaVista Software Inc. 38524 Copyright 2005 OpenedHand Ltd. 38525 Copyright 2006 Nokia Corporation 38526 38527 Permission to use, copy, modify, distribute, and sell this software and its 38528 documentation for any purpose is hereby granted without fee, provided that 38529 the above copyright notice appear in all copies and that both that 38530 copyright notice and this permission notice appear in supporting 38531 documentation, and that the name of the authors and/or copyright holders 38532 not be used in advertising or publicity pertaining to distribution of the 38533 software without specific, written prior permission. The authors and/or 38534 copyright holders make no representations about the suitability of this 38535 software for any purpose. It is provided "as is" without express or 38536 implied warranty. 38537 38538 THE AUTHORS AND/OR COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD 38539 TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY 38540 AND FITNESS, IN NO EVENT SHALL THE AUTHORS AND/OR COPYRIGHT HOLDERS BE 38541 LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 38542 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 38543 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 38544 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 38545 38546 38547 Copyright 1993 by Davor Matic 38548 38549 Permission to use, copy, modify, distribute, and sell this software 38550 and its documentation for any purpose is hereby granted without fee, 38551 provided that the above copyright notice appear in all copies and that 38552 both that copyright notice and this permission notice appear in 38553 supporting documentation. Davor Matic makes no representations about 38554 the suitability of this software for any purpose. It is provided "as 38555 is" without express or implied warranty. 38556 38557 38558 Copyright (C) 2001-2004 Harold L Hunt II All Rights Reserved. 38559 Copyright (C) Colin Harrison 2005-2008 38560 38561 Permission is hereby granted, free of charge, to any person obtaining 38562 a copy of this software and associated documentation files (the 38563 "Software"), to deal in the Software without restriction, including 38564 without limitation the rights to use, copy, modify, merge, publish, 38565 distribute, sublicense, and/or sell copies of the Software, and to 38566 permit persons to whom the Software is furnished to do so, subject to 38567 the following conditions: 38568 38569 The above copyright notice and this permission notice shall be 38570 included in all copies or substantial portions of the Software. 38571 38572 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 38573 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 38574 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 38575 NONINFRINGEMENT. IN NO EVENT SHALL HAROLD L HUNT II BE LIABLE FOR 38576 ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF 38577 CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION 38578 WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 38579 38580 Except as contained in this notice, the name of Harold L Hunt II 38581 shall not be used in advertising or otherwise to promote the sale, use 38582 or other dealings in this Software without prior written authorization 38583 from Harold L Hunt II. 38584 38585 38586 Copyright 1990,91 by Thomas Roell, Dinkelscherben, Germany. 38587 38588 Permission to use, copy, modify, distribute, and sell this software and its 38589 documentation for any purpose is hereby granted without fee, provided that 38590 the above copyright notice appear in all copies and that both that 38591 copyright notice and this permission notice appear in supporting 38592 documentation, and that the name of Thomas Roell not be used in 38593 advertising or publicity pertaining to distribution of the software without 38594 specific, written prior permission. Thomas Roell makes no representations 38595 about the suitability of this software for any purpose. It is provided 38596 "as is" without express or implied warranty. 38597 38598 THOMAS ROELL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 38599 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 38600 EVENT SHALL THOMAS ROELL BE LIABLE FOR ANY SPECIAL, INDIRECT OR 38601 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 38602 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 38603 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 38604 PERFORMANCE OF THIS SOFTWARE. 38605 38606 38607 Copyright 1990,91 by Thomas Roell, Dinkelscherben, Germany 38608 Copyright 1993 by David Wexelblat <dwex (a] goblin.org> 38609 38610 Permission to use, copy, modify, distribute, and sell this software and its 38611 documentation for any purpose is hereby granted without fee, provided that 38612 the above copyright notice appear in all copies and that both that 38613 copyright notice and this permission notice appear in supporting 38614 documentation, and that the names of Thomas Roell and David Wexelblat 38615 not be used in advertising or publicity pertaining to distribution of 38616 the software without specific, written prior permission. Thomas Roell and 38617 David Wexelblat makes no representations about the suitability of this 38618 software for any purpose. It is provided "as is" without express or 38619 implied warranty. 38620 38621 THOMAS ROELL AND DAVID WEXELBLAT DISCLAIMS ALL WARRANTIES WITH REGARD TO 38622 THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND 38623 FITNESS, IN NO EVENT SHALL THOMAS ROELL OR DAVID WEXELBLAT BE LIABLE FOR 38624 ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER 38625 RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF 38626 CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN 38627 CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 38628 38629 38630 Copyright 1990,91,92,93 by Thomas Roell, Germany. 38631 Copyright 1991,92,93 by SGCS (Snitily Graphics Consulting Services), USA. 38632 38633 Permission to use, copy, modify, distribute, and sell this software 38634 and its documentation for any purpose is hereby granted without fee, 38635 provided that the above copyright notice appear in all copies and 38636 that both that copyright notice and this permission notice appear 38637 in supporting documentation, and that the name of Thomas Roell nor 38638 SGCS be used in advertising or publicity pertaining to distribution 38639 of the software without specific, written prior permission. 38640 Thomas Roell nor SGCS makes no representations about the suitability 38641 of this software for any purpose. It is provided "as is" without 38642 express or implied warranty. 38643 38644 THOMAS ROELL AND SGCS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS 38645 SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND 38646 FITNESS, IN NO EVENT SHALL THOMAS ROELL OR SGCS BE LIABLE FOR ANY 38647 SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER 38648 RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF 38649 CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN 38650 CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 38651 38652 38653 Copyright 1998 by Alan Hourihane, Wigan, England. 38654 Copyright 2000-2002 by Alan Hourihane, Flint Mountain, North Wales. 38655 38656 Permission to use, copy, modify, distribute, and sell this software and its 38657 documentation for any purpose is hereby granted without fee, provided that 38658 the above copyright notice appear in all copies and that both that 38659 copyright notice and this permission notice appear in supporting 38660 documentation, and that the name of Alan Hourihane not be used in 38661 advertising or publicity pertaining to distribution of the software without 38662 specific, written prior permission. Alan Hourihane makes no representations 38663 about the suitability of this software for any purpose. It is provided 38664 "as is" without express or implied warranty. 38665 38666 ALAN HOURIHANE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 38667 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 38668 EVENT SHALL ALAN HOURIHANE BE LIABLE FOR ANY SPECIAL, INDIRECT OR 38669 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 38670 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 38671 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 38672 PERFORMANCE OF THIS SOFTWARE. 38673 38674 38675 Copyright 1995 Kaleb S. KEITHLEY 38676 38677 Permission is hereby granted, free of charge, to any person obtaining 38678 a copy of this software and associated documentation files (the 38679 "Software"), to deal in the Software without restriction, including 38680 without limitation the rights to use, copy, modify, merge, publish, 38681 distribute, sublicense, and/or sell copies of the Software, and to 38682 permit persons to whom the Software is furnished to do so, subject to 38683 the following conditions: 38684 38685 The above copyright notice and this permission notice shall be 38686 included in all copies or substantial portions of the Software. 38687 38688 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 38689 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 38690 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. 38691 IN NO EVENT SHALL Kaleb S. KEITHLEY BE LIABLE FOR ANY CLAIM, DAMAGES 38692 OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, 38693 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 38694 OTHER DEALINGS IN THE SOFTWARE. 38695 38696 Except as contained in this notice, the name of Kaleb S. KEITHLEY 38697 shall not be used in advertising or otherwise to promote the sale, use 38698 or other dealings in this Software without prior written authorization 38699 from Kaleb S. KEITHLEY 38700 38701 38702 Copyright (c) 1997 Matthieu Herrb 38703 38704 Permission to use, copy, modify, distribute, and sell this software and its 38705 documentation for any purpose is hereby granted without fee, provided that 38706 the above copyright notice appear in all copies and that both that 38707 copyright notice and this permission notice appear in supporting 38708 documentation, and that the name of Matthieu Herrb not be used in 38709 advertising or publicity pertaining to distribution of the software without 38710 specific, written prior permission. Matthieu Herrb makes no 38711 representations about the suitability of this software for any purpose. 38712 It is provided "as is" without express or implied warranty. 38713 38714 MATTHIEU HERRB DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 38715 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 38716 EVENT SHALL MATTHIEU HERRB BE LIABLE FOR ANY SPECIAL, INDIRECT OR 38717 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 38718 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 38719 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 38720 PERFORMANCE OF THIS SOFTWARE. 38721 38722 38723 Copyright 2004, Egbert Eich 38724 38725 Permission is hereby granted, free of charge, to any person obtaining a copy 38726 of this software and associated documentation files (the "Software"), to 38727 deal in the Software without restriction, including without limitation the 38728 rights to use, copy, modify, merge, publish, distribute, sublicense, and/or 38729 sell copies of the Software, and to permit persons to whom the Software is 38730 furnished to do so, subject to the following conditions: 38731 38732 The above copyright notice and this permission notice shall be included in 38733 all copies or substantial portions of the Software. 38734 38735 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 38736 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 38737 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 38738 EGBERT EICH BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER 38739 IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CON- 38740 NECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 38741 38742 Except as contained in this notice, the name of Egbert Eich shall not 38743 be used in advertising or otherwise to promote the sale, use or other deal- 38744 ings in this Software without prior written authorization from Egbert Eich. 38745 38746 38747 Copyright 1993 by David Wexelblat <dwex (a] goblin.org> 38748 Copyright 2005 by Kean Johnston <jkj (a] sco.com> 38749 Copyright 1993 by David McCullough <davidm (a] stallion.oz.au> 38750 38751 Permission to use, copy, modify, distribute, and sell this software and its 38752 documentation for any purpose is hereby granted without fee, provided that 38753 the above copyright notice appear in all copies and that both that 38754 copyright notice and this permission notice appear in supporting 38755 documentation, and that the name of David Wexelblat not be used in 38756 advertising or publicity pertaining to distribution of the software without 38757 specific, written prior permission. David Wexelblat makes no representations 38758 about the suitability of this software for any purpose. It is provided 38759 "as is" without express or implied warranty. 38760 38761 DAVID WEXELBLAT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 38762 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 38763 EVENT SHALL DAVID WEXELBLAT BE LIABLE FOR ANY SPECIAL, INDIRECT OR 38764 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 38765 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 38766 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 38767 PERFORMANCE OF THIS SOFTWARE. 38768 38769 38770 Copyright 1992 by Orest Zborowski <obz (a] Kodak.com> 38771 Copyright 1993 by David Wexelblat <dwex (a] goblin.org> 38772 38773 Permission to use, copy, modify, distribute, and sell this software and its 38774 documentation for any purpose is hereby granted without fee, provided that 38775 the above copyright notice appear in all copies and that both that 38776 copyright notice and this permission notice appear in supporting 38777 documentation, and that the names of Orest Zborowski and David Wexelblat 38778 not be used in advertising or publicity pertaining to distribution of 38779 the software without specific, written prior permission. Orest Zborowski 38780 and David Wexelblat make no representations about the suitability of this 38781 software for any purpose. It is provided "as is" without express or 38782 implied warranty. 38783 38784 OREST ZBOROWSKI AND DAVID WEXELBLAT DISCLAIMS ALL WARRANTIES WITH REGARD 38785 TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND 38786 FITNESS, IN NO EVENT SHALL OREST ZBOROWSKI OR DAVID WEXELBLAT BE LIABLE 38787 FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 38788 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 38789 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 38790 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 38791 38792 38793 Copyright 1992 by Orest Zborowski <obz (a] Kodak.com> 38794 Copyright 1993 by David Dawes <dawes (a] xfree86.org> 38795 38796 Permission to use, copy, modify, distribute, and sell this software and its 38797 documentation for any purpose is hereby granted without fee, provided that 38798 the above copyright notice appear in all copies and that both that 38799 copyright notice and this permission notice appear in supporting 38800 documentation, and that the names of Orest Zborowski and David Dawes 38801 not be used in advertising or publicity pertaining to distribution of 38802 the software without specific, written prior permission. Orest Zborowski 38803 and David Dawes make no representations about the suitability of this 38804 software for any purpose. It is provided "as is" without express or 38805 implied warranty. 38806 38807 OREST ZBOROWSKI AND DAVID DAWES DISCLAIMS ALL WARRANTIES WITH REGARD 38808 TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND 38809 FITNESS, IN NO EVENT SHALL OREST ZBOROWSKI OR DAVID DAWES BE LIABLE 38810 FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 38811 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 38812 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 38813 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 38814 38815 38816 Copyright 1995-1999 by Frederic Lepied, France. <fred (a] sugix.frmug.fr.net> 38817 38818 Permission to use, copy, modify, distribute, and sell this software and its 38819 documentation for any purpose is hereby granted without fee, provided that 38820 the above copyright notice appear in all copies and that both that 38821 copyright notice and this permission notice appear in supporting 38822 documentation, and that the name of Frederic Lepied not be used in 38823 advertising or publicity pertaining to distribution of the software without 38824 specific, written prior permission. Frederic Lepied makes no 38825 representations about the suitability of this software for any purpose. It 38826 is provided "as is" without express or implied warranty. 38827 38828 FREDERIC LEPIED DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 38829 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 38830 EVENT SHALL FREDERIC LEPIED BE LIABLE FOR ANY SPECIAL, INDIRECT OR 38831 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 38832 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 38833 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 38834 PERFORMANCE OF THIS SOFTWARE. 38835 38836 38837 Copyright 1992 by Rich Murphey <Rich (a] Rice.edu> 38838 Copyright 1993 by David Wexelblat <dwex (a] goblin.org> 38839 38840 Permission to use, copy, modify, distribute, and sell this software and its 38841 documentation for any purpose is hereby granted without fee, provided that 38842 the above copyright notice appear in all copies and that both that 38843 copyright notice and this permission notice appear in supporting 38844 documentation, and that the names of Rich Murphey and David Wexelblat 38845 not be used in advertising or publicity pertaining to distribution of 38846 the software without specific, written prior permission. Rich Murphey and 38847 David Wexelblat make no representations about the suitability of this 38848 software for any purpose. It is provided "as is" without express or 38849 implied warranty. 38850 38851 RICH MURPHEY AND DAVID WEXELBLAT DISCLAIM ALL WARRANTIES WITH REGARD TO 38852 THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND 38853 FITNESS, IN NO EVENT SHALL RICH MURPHEY OR DAVID WEXELBLAT BE LIABLE FOR 38854 ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER 38855 RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF 38856 CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN 38857 CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 38858 38859 38860 Copyright 1992 by Rich Murphey <Rich (a] Rice.edu> 38861 Copyright 1993 by David Dawes <dawes (a] xfree86.org> 38862 38863 Permission to use, copy, modify, distribute, and sell this software and its 38864 documentation for any purpose is hereby granted without fee, provided that 38865 the above copyright notice appear in all copies and that both that 38866 copyright notice and this permission notice appear in supporting 38867 documentation, and that the names of Rich Murphey and David Dawes 38868 not be used in advertising or publicity pertaining to distribution of 38869 the software without specific, written prior permission. Rich Murphey and 38870 David Dawes make no representations about the suitability of this 38871 software for any purpose. It is provided "as is" without express or 38872 implied warranty. 38873 38874 RICH MURPHEY AND DAVID DAWES DISCLAIM ALL WARRANTIES WITH REGARD TO 38875 THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND 38876 FITNESS, IN NO EVENT SHALL RICH MURPHEY OR DAVID DAWES BE LIABLE FOR 38877 ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER 38878 RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF 38879 CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN 38880 CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 38881 38882 38883 Copyright 2003-2004 Anders Carlsson 38884 38885 Permission to use, copy, modify, distribute, and sell this software and its 38886 documentation for any purpose is hereby granted without fee, provided that 38887 the above copyright notice appear in all copies and that both that 38888 copyright notice and this permission notice appear in supporting 38889 documentation, and that the name of Anders Carlsson not be used in 38890 advertising or publicity pertaining to distribution of the software without 38891 specific, written prior permission. Anders Carlsson makes no 38892 representations about the suitability of this software for any purpose. It 38893 is provided "as is" without express or implied warranty. 38894 38895 ANDERS CARLSSON DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 38896 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 38897 EVENT SHALL ANDERS CARLSSON BE LIABLE FOR ANY SPECIAL, INDIRECT OR 38898 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 38899 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 38900 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 38901 PERFORMANCE OF THIS SOFTWARE. 38902 38903 38904 Copyright (C) 2003 Anders Carlsson 38905 Copyright 2003-2004 Eric Anholt 38906 Copyright 2004 Keith Packard 38907 38908 Permission to use, copy, modify, distribute, and sell this software and its 38909 documentation for any purpose is hereby granted without fee, provided that 38910 the above copyright notice appear in all copies and that both that 38911 copyright notice and this permission notice appear in supporting 38912 documentation, and that the name of Eric Anholt not be used in 38913 advertising or publicity pertaining to distribution of the software without 38914 specific, written prior permission. Eric Anholt makes no 38915 representations about the suitability of this software for any purpose. It 38916 is provided "as is" without express or implied warranty. 38917 38918 ERIC ANHOLT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 38919 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 38920 EVENT SHALL ERIC ANHOLT BE LIABLE FOR ANY SPECIAL, INDIRECT OR 38921 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 38922 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 38923 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 38924 PERFORMANCE OF THIS SOFTWARE. 38925 38926 38927 Copyright 2004 PillowElephantBadgerBankPond 38928 38929 Permission to use, copy, modify, distribute, and sell this software and its 38930 documentation for any purpose is hereby granted without fee, provided that 38931 the above copyright notice appear in all copies and that both that 38932 copyright notice and this permission notice appear in supporting 38933 documentation, and that the name of PillowElephantBadgerBankPond not be used in 38934 advertising or publicity pertaining to distribution of the software without 38935 specific, written prior permission. PillowElephantBadgerBankPond makes no 38936 representations about the suitability of this software for any purpose. It 38937 is provided "as is" without express or implied warranty. 38938 38939 PillowElephantBadgerBankPond DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 38940 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 38941 EVENT SHALL PillowElephantBadgerBankPond BE LIABLE FOR ANY SPECIAL, INDIRECT OR 38942 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 38943 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 38944 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 38945 PERFORMANCE OF THIS SOFTWARE. 38946 38947 38948 Copyright (c) 1998 Todd C. Miller <Todd.Miller (a] courtesan.com> 38949 38950 Permission to use, copy, modify, and distribute this software for any 38951 purpose with or without fee is hereby granted, provided that the above 38952 copyright notice and this permission notice appear in all copies. 38953 38954 THE SOFTWARE IS PROVIDED "AS IS" AND TODD C. MILLER DISCLAIMS ALL 38955 WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES 38956 OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL TODD C. MILLER BE LIABLE 38957 FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 38958 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION 38959 OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN 38960 CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 38961 38962 38963 Copyright 2003-2004 Philip Blundell 38964 38965 Permission to use, copy, modify, distribute, and sell this software and its 38966 documentation for any purpose is hereby granted without fee, provided that 38967 the above copyright notice appear in all copies and that both that 38968 copyright notice and this permission notice appear in supporting 38969 documentation, and that the name of Philip Blundell not be used in 38970 advertising or publicity pertaining to distribution of the software without 38971 specific, written prior permission. Philip Blundell makes no 38972 representations about the suitability of this software for any purpose. It 38973 is provided "as is" without express or implied warranty. 38974 38975 PHILIP BLUNDELL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 38976 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 38977 EVENT SHALL PHILIP BLUNDELL BE LIABLE FOR ANY SPECIAL, INDIRECT OR 38978 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 38979 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 38980 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 38981 PERFORMANCE OF THIS SOFTWARE. 38982 38983 38984 38985 Copyright (c) 1994-2003 by The XFree86 Project, Inc. 38986 Copyright 1997 by Metro Link, Inc. 38987 Copyright 2003 by David H. Dawes. 38988 Copyright 2003 by X-Oz Technologies. 38989 Copyright (c) 2004, X.Org Foundation 38990 38991 Permission is hereby granted, free of charge, to any person obtaining a 38992 copy of this software and associated documentation files (the "Software"), 38993 to deal in the Software without restriction, including without limitation 38994 the rights to use, copy, modify, merge, publish, distribute, sublicense, 38995 and/or sell copies of the Software, and to permit persons to whom the 38996 Software is furnished to do so, subject to the following conditions: 38997 38998 The above copyright notice and this permission notice shall be included in 38999 all copies or substantial portions of the Software. 39000 39001 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 39002 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 39003 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 39004 THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR 39005 OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, 39006 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 39007 OTHER DEALINGS IN THE SOFTWARE. 39008 39009 Except as contained in this notice, the name of the copyright holder(s) 39010 and author(s) shall not be used in advertising or otherwise to promote 39011 the sale, use or other dealings in this Software without prior written 39012 authorization from the copyright holder(s) and author(s). 39013 39014 39015 Copyright 1990,91 by Thomas Roell, Dinkelscherben, Germany 39016 Copyright 1993 by David Wexelblat <dwex (a] goblin.org> 39017 Copyright 1999 by David Holland <davidh (a] iquest.net> 39018 Copyright 2000 Compaq Computer Corporation 39019 Copyright 2002 Hewlett-Packard Company 39020 Copyright 2004, 2005 Red Hat, Inc. 39021 Copyright 2004 Nicholas Miell 39022 Copyright 2005 Trolltech AS 39023 Copyright 2006 Intel Corporation 39024 Copyright 2006-2007 Keith Packard 39025 Copyright 2008 Red Hat, Inc 39026 Copyright 2008 George Sapountzis <gsap7 (a] yahoo.gr> 39027 39028 Permission to use, copy, modify, distribute, and sell this software and its 39029 documentation for any purpose is hereby granted without fee, provided that 39030 the above copyright notice appear in all copies and that both that copyright 39031 notice and this permission notice appear in supporting documentation, and 39032 that the name of the copyright holders not be used in advertising or 39033 publicity pertaining to distribution of the software without specific, 39034 written prior permission. The copyright holders make no representations 39035 about the suitability of this software for any purpose. It is provided "as 39036 is" without express or implied warranty. 39037 39038 THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS 39039 SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND 39040 FITNESS, IN NO EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY 39041 SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 39042 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN 39043 AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING 39044 OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS 39045 SOFTWARE. 39046 39047 39048 Copyright 2000 Keith Packard, member of The XFree86 Project, Inc. 39049 2005 Lars Knoll & Zack Rusin, Trolltech 39050 39051 Permission to use, copy, modify, distribute, and sell this software and its 39052 documentation for any purpose is hereby granted without fee, provided that 39053 the above copyright notice appear in all copies and that both that 39054 copyright notice and this permission notice appear in supporting 39055 documentation, and that the name of Keith Packard not be used in 39056 advertising or publicity pertaining to distribution of the software without 39057 specific, written prior permission. Keith Packard makes no 39058 representations about the suitability of this software for any purpose. It 39059 is provided "as is" without express or implied warranty. 39060 39061 THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS 39062 SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND 39063 FITNESS, IN NO EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY 39064 SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 39065 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN 39066 AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING 39067 OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS 39068 SOFTWARE. 39069 39070 39071 Copyright 1987, 1998 The Open Group 39072 Copyright 1998-1999, 2001 The XFree86 Project, Inc. 39073 Copyright 2000 VA Linux Systems, Inc. 39074 Copyright (c) 2000, 2001 Nokia Home Communications 39075 Copyright 2007, 2008 Red Hat, Inc. 39076 All rights reserved. 39077 39078 Permission is hereby granted, free of charge, to any person obtaining a 39079 copy of this software and associated documentation files (the 39080 "Software"), to deal in the Software without restriction, including 39081 without limitation the rights to use, copy, modify, merge, publish, 39082 distribute, and/or sell copies of the Software, and to permit persons 39083 to whom the Software is furnished to do so, provided that the above 39084 copyright notice(s) and this permission notice appear in all copies of 39085 the Software and that both the above copyright notice(s) and this 39086 permission notice appear in supporting documentation. 39087 39088 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 39089 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 39090 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT 39091 OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR 39092 HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL 39093 INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING 39094 FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, 39095 NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION 39096 WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 39097 39098 Except as contained in this notice, the name of a copyright holder 39099 shall not be used in advertising or otherwise to promote the sale, use 39100 or other dealings in this Software without prior written authorization 39101 of the copyright holder. 39102 39103 39104 Copyright 1996 by Thomas E. Dickey <dickey (a] clark.net> 39105 39106 All Rights Reserved 39107 39108 Permission to use, copy, modify, and distribute this software and its 39109 documentation for any purpose and without fee is hereby granted, 39110 provided that the above copyright notice appear in all copies and that 39111 both that copyright notice and this permission notice appear in 39112 supporting documentation, and that the name of the above listed 39113 copyright holder(s) not be used in advertising or publicity pertaining 39114 to distribution of the software without specific, written prior 39115 permission. 39116 39117 THE ABOVE LISTED COPYRIGHT HOLDER(S) DISCLAIM ALL WARRANTIES WITH REGARD 39118 TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY 39119 AND FITNESS, IN NO EVENT SHALL THE ABOVE LISTED COPYRIGHT HOLDER(S) BE 39120 LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 39121 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 39122 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 39123 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 39124 39125 39126 Copyright 1998-1999 Precision Insight, Inc., Cedar Park, Texas. 39127 Copyright (c) 2001 Andreas Monitzer. 39128 Copyright (c) 2001-2004 Greg Parker. 39129 Copyright (c) 2001-2004 Torrey T. Lyons 39130 Copyright (c) 2002-2003 Apple Computer, Inc. 39131 Copyright (c) 2004-2005 Alexander Gottwald 39132 Copyright (c) 2002-2009 Apple Inc. 39133 Copyright (c) 2007 Jeremy Huddleston 39134 All Rights Reserved. 39135 39136 Permission is hereby granted, free of charge, to any person obtaining a 39137 copy of this software and associated documentation files (the "Software"), 39138 to deal in the Software without restriction, including without limitation 39139 the rights to use, copy, modify, merge, publish, distribute, sublicense, 39140 and/or sell copies of the Software, and to permit persons to whom the 39141 Software is furnished to do so, subject to the following conditions: 39142 39143 The above copyright notice and this permission notice shall be included in 39144 all copies or substantial portions of the Software. 39145 39146 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 39147 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 39148 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 39149 THE ABOVE LISTED COPYRIGHT HOLDER(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR 39150 OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, 39151 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 39152 DEALINGS IN THE SOFTWARE. 39153 39154 Except as contained in this notice, the name(s) of the above copyright 39155 holders shall not be used in advertising or otherwise to promote the sale, 39156 use or other dealings in this Software without prior written authorization. 39157 39158 39159 Copyright (C) 1999,2000 by Eric Sunshine <sunshine (a] sunshineco.com> 39160 Copyright (C) 2001-2005 by Thomas Winischhofer, Vienna, Austria. 39161 39162 All rights reserved. 39163 39164 Redistribution and use in source and binary forms, with or without 39165 modification, are permitted provided that the following conditions are met: 39166 39167 1. Redistributions of source code must retain the above copyright 39168 notice, this list of conditions and the following disclaimer. 39169 2. Redistributions in binary form must reproduce the above copyright 39170 notice, this list of conditions and the following disclaimer in the 39171 documentation and/or other materials provided with the distribution. 39172 3. The name of the author may not be used to endorse or promote products 39173 derived from this software without specific prior written permission. 39174 39175 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR 39176 IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES 39177 OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN 39178 NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 39179 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED 39180 TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 39181 PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 39182 LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 39183 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 39184 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 39185 39186 39187 Copyright (C) 2005 Bogdan D. bogdand (a] users.sourceforge.net 39188 39189 Permission is hereby granted, free of charge, to any person obtaining a copy of 39190 this software and associated documentation files (the "Software"), to deal in 39191 the Software without restriction, including without limitation the rights to 39192 use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies 39193 of the Software, and to permit persons to whom the Software is furnished to do 39194 so, subject to the following conditions: 39195 39196 The above copyright notice and this permission notice shall be included in all 39197 copies or substantial portions of the Software. 39198 39199 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 39200 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 39201 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 39202 AUTHOR BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN 39203 ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION 39204 WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 39205 39206 Except as contained in this notice, the name of the author shall not be used in 39207 advertising or otherwise to promote the sale, use or other dealings in this 39208 Software without prior written authorization from the author. 39209 39210 39211 Copyright 2002 David Dawes 39212 39213 Permission is hereby granted, free of charge, to any person obtaining a 39214 copy of this software and associated documentation files (the "Software"), 39215 to deal in the Software without restriction, including without limitation 39216 the rights to use, copy, modify, merge, publish, distribute, sublicense, 39217 and/or sell copies of the Software, and to permit persons to whom the 39218 Software is furnished to do so, subject to the following conditions: 39219 39220 The above copyright notice and this permission notice shall be included in 39221 all copies or substantial portions of the Software. 39222 39223 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 39224 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 39225 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 39226 THE AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 39227 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF 39228 OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 39229 SOFTWARE. 39230 39231 Except as contained in this notice, the name of the author(s) shall 39232 not be used in advertising or otherwise to promote the sale, use or other 39233 dealings in this Software without prior written authorization from 39234 the author(s). 39235 39236 39237 Copyright (C) 1996-1999 SciTech Software, Inc. 39238 Copyright (C) David Mosberger-Tang 39239 Copyright (C) 1999 Egbert Eich 39240 Copyright (C) 2008 Bart Trojanowski, Symbio Technologies, LLC 39241 39242 Permission to use, copy, modify, distribute, and sell this software and 39243 its documentation for any purpose is hereby granted without fee, 39244 provided that the above copyright notice appear in all copies and that 39245 both that copyright notice and this permission notice appear in 39246 supporting documentation, and that the name of the authors not be used 39247 in advertising or publicity pertaining to distribution of the software 39248 without specific, written prior permission. The authors makes no 39249 representations about the suitability of this software for any purpose. 39250 It is provided "as is" without express or implied warranty. 39251 39252 THE AUTHORS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 39253 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 39254 EVENT SHALL THE AUTHORS BE LIABLE FOR ANY SPECIAL, INDIRECT OR 39255 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF 39256 USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR 39257 OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 39258 PERFORMANCE OF THIS SOFTWARE. 39259 39260 39261 Copyright 2005-2006 Luc Verhaegen. 39262 39263 Permission is hereby granted, free of charge, to any person obtaining a 39264 copy of this software and associated documentation files (the "Software"), 39265 to deal in the Software without restriction, including without limitation 39266 the rights to use, copy, modify, merge, publish, distribute, sublicense, 39267 and/or sell copies of the Software, and to permit persons to whom the 39268 Software is furnished to do so, subject to the following conditions: 39269 39270 The above copyright notice and this permission notice shall be included in 39271 all copies or substantial portions of the Software. 39272 39273 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 39274 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 39275 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 39276 THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR 39277 OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, 39278 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 39279 OTHER DEALINGS IN THE SOFTWARE. 39280 39281 39282 Copyright 1995 by Robin Cutshaw <robin (a] XFree86.Org> 39283 Copyright 2000 by Egbert Eich 39284 Copyright 2002 by David Dawes 39285 39286 Permission to use, copy, modify, distribute, and sell this software and its 39287 documentation for any purpose is hereby granted without fee, provided that 39288 the above copyright notice appear in all copies and that both that 39289 copyright notice and this permission notice appear in supporting 39290 documentation, and that the names of the above listed copyright holder(s) 39291 not be used in advertising or publicity pertaining to distribution of 39292 the software without specific, written prior permission. The above listed 39293 copyright holder(s) make(s) no representations about the suitability of this 39294 software for any purpose. It is provided "as is" without express or 39295 implied warranty. 39296 39297 THE ABOVE LISTED COPYRIGHT HOLDER(S) DISCLAIM(S) ALL WARRANTIES WITH REGARD 39298 TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY 39299 AND FITNESS, IN NO EVENT SHALL THE ABOVE LISTED COPYRIGHT HOLDER(S) BE 39300 LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY 39301 DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER 39302 IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING 39303 OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 39304 39305 39306 Copyright 1997-2004 by Marc Aurele La France (TSI @ UQV), tsi (a] xfree86.org 39307 39308 Permission to use, copy, modify, distribute, and sell this software and its 39309 documentation for any purpose is hereby granted without fee, provided that 39310 the above copyright notice appear in all copies and that both that copyright 39311 notice and this permission notice appear in supporting documentation, and 39312 that the name of Marc Aurele La France not be used in advertising or 39313 publicity pertaining to distribution of the software without specific, 39314 written prior permission. Marc Aurele La France makes no representations 39315 about the suitability of this software for any purpose. It is provided 39316 "as-is" without express or implied warranty. 39317 39318 MARC AURELE LA FRANCE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 39319 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO 39320 EVENT SHALL MARC AURELE LA FRANCE BE LIABLE FOR ANY SPECIAL, INDIRECT OR 39321 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 39322 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 39323 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE 39324 OF THIS SOFTWARE. 39325 39326 39327 Copyright 1990, 1991 by Thomas Roell, Dinkelscherben, Germany 39328 Copyright 1992 by David Dawes <dawes (a] XFree86.org> 39329 Copyright 1992 by Jim Tsillas <jtsilla (a] damon.ccs.northeastern.edu> 39330 Copyright 1992 by Rich Murphey <Rich (a] Rice.edu> 39331 Copyright 1992 by Robert Baron <Robert.Baron (a] ernst.mach.cs.cmu.edu> 39332 Copyright 1992 by Orest Zborowski <obz (a] eskimo.com> 39333 Copyright 1993 by Vrije Universiteit, The Netherlands 39334 Copyright 1993 by David Wexelblat <dwex (a] XFree86.org> 39335 Copyright 1994, 1996 by Holger Veit <Holger.Veit (a] gmd.de> 39336 Copyright 1997 by Takis Psarogiannakopoulos <takis (a] dpmms.cam.ac.uk> 39337 Copyright 1994-2003 by The XFree86 Project, Inc 39338 39339 Permission to use, copy, modify, distribute, and sell this software and its 39340 documentation for any purpose is hereby granted without fee, provided that 39341 the above copyright notice appear in all copies and that both that 39342 copyright notice and this permission notice appear in supporting 39343 documentation, and that the names of the above listed copyright holders 39344 not be used in advertising or publicity pertaining to distribution of 39345 the software without specific, written prior permission. The above listed 39346 copyright holders make no representations about the suitability of this 39347 software for any purpose. It is provided "as is" without express or 39348 implied warranty. 39349 39350 THE ABOVE LISTED COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD 39351 TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY 39352 AND FITNESS, IN NO EVENT SHALL THE ABOVE LISTED COPYRIGHT HOLDERS BE 39353 LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY 39354 DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER 39355 IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING 39356 OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 39357 39358 39359 Copyright 2001-2005 by J. Kean Johnston <jkj (a] sco.com> 39360 39361 Permission to use, copy, modify, distribute, and sell this software and its 39362 documentation for any purpose is hereby granted without fee, provided that 39363 the above copyright notice appear in all copies and that both that 39364 copyright notice and this permission notice appear in supporting 39365 documentation, and that the name J. Kean Johnston not be used in 39366 advertising or publicity pertaining to distribution of the software without 39367 specific, written prior permission. J. Kean Johnston makes no 39368 representations about the suitability of this software for any purpose. 39369 It is provided "as is" without express or implied warranty. 39370 39371 J. KEAN JOHNSTON DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 39372 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 39373 EVENT SHALL J. KEAN JOHNSTON BE LIABLE FOR ANY SPECIAL, INDIRECT OR 39374 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF 39375 USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR 39376 OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 39377 PERFORMANCE OF THIS SOFTWARE. 39378 39379 39380 Copyright (C) 2000 Jakub Jelinek (jakub (a] redhat.com) 39381 39382 Permission is hereby granted, free of charge, to any person obtaining a copy 39383 of this software and associated documentation files (the "Software"), to deal 39384 in the Software without restriction, including without limitation the rights 39385 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 39386 copies of the Software, and to permit persons to whom the Software is 39387 furnished to do so, subject to the following conditions: 39388 39389 The above copyright notice and this permission notice shall be included in 39390 all copies or substantial portions of the Software. 39391 39392 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 39393 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 39394 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 39395 JAKUB JELINEK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER 39396 IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 39397 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 39398 39399 39400 Copyright 1997,1998 by UCHIYAMA Yasushi 39401 39402 Permission to use, copy, modify, distribute, and sell this software and its 39403 documentation for any purpose is hereby granted without fee, provided that 39404 the above copyright notice appear in all copies and that both that 39405 copyright notice and this permission notice appear in supporting 39406 documentation, and that the name of UCHIYAMA Yasushi not be used in 39407 advertising or publicity pertaining to distribution of the software without 39408 specific, written prior permission. UCHIYAMA Yasushi makes no representations 39409 about the suitability of this software for any purpose. It is provided 39410 "as is" without express or implied warranty. 39411 39412 UCHIYAMA YASUSHI DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 39413 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 39414 EVENT SHALL UCHIYAMA YASUSHI BE LIABLE FOR ANY SPECIAL, INDIRECT OR 39415 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 39416 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 39417 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 39418 PERFORMANCE OF THIS SOFTWARE. 39419 39420 39421 Copyright (C) 2000 Keith Packard 39422 2004 Eric Anholt 39423 2005 Zack Rusin 39424 39425 Permission to use, copy, modify, distribute, and sell this software and its 39426 documentation for any purpose is hereby granted without fee, provided that 39427 the above copyright notice appear in all copies and that both that 39428 copyright notice and this permission notice appear in supporting 39429 documentation, and that the name of copyright holders not be used in 39430 advertising or publicity pertaining to distribution of the software without 39431 specific, written prior permission. Copyright holders make no 39432 representations about the suitability of this software for any purpose. It 39433 is provided "as is" without express or implied warranty. 39434 39435 THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS 39436 SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND 39437 FITNESS, IN NO EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY 39438 SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 39439 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN 39440 AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING 39441 OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS 39442 SOFTWARE. 39443 39444 39445 (C) Copyright IBM Corporation 2002-2007 39446 All Rights Reserved. 39447 39448 Permission is hereby granted, free of charge, to any person obtaining a 39449 copy of this software and associated documentation files (the "Software"), 39450 to deal in the Software without restriction, including without limitation 39451 on the rights to use, copy, modify, merge, publish, distribute, sub 39452 license, and/or sell copies of the Software, and to permit persons to whom 39453 the Software is furnished to do so, subject to the following conditions: 39454 39455 The above copyright notice and this permission notice (including the next 39456 paragraph) shall be included in all copies or substantial portions of the 39457 Software. 39458 39459 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 39460 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 39461 FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL 39462 THE COPYRIGHT HOLDERS AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM, 39463 DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR 39464 OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE 39465 USE OR OTHER DEALINGS IN THE SOFTWARE. 39466 39467 39468 Permission to use, copy, modify, distribute, and sell this software and its 39469 documentation for any purpose is hereby granted without fee, provided that 39470 this permission notice appear in supporting documentation. This permission 39471 notice shall be included in all copies or substantial portions of the 39472 Software. 39473 39474 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 39475 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 39476 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 39477 AUTHOR BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN 39478 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 39479 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 39480 39481 39482 Copyright 2007 OpenedHand Ltd 39483 39484 Permission to use, copy, modify, distribute, and sell this software and its 39485 documentation for any purpose is hereby granted without fee, provided that 39486 the above copyright notice appear in all copies and that both that 39487 copyright notice and this permission notice appear in supporting 39488 documentation, and that the name of OpenedHand Ltd not be used in 39489 advertising or publicity pertaining to distribution of the software without 39490 specific, written prior permission. OpenedHand Ltd makes no 39491 representations about the suitability of this software for any purpose. It 39492 is provided "as is" without express or implied warranty. 39493 39494 OpenedHand Ltd DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 39495 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 39496 EVENT SHALL OpenedHand Ltd BE LIABLE FOR ANY SPECIAL, INDIRECT OR 39497 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 39498 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 39499 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 39500 PERFORMANCE OF THIS SOFTWARE. 39501 39502 39503 Copyright (c) 1989, 1990, 1993, 1994 39504 The Regents of the University of California. All rights reserved. 39505 39506 This code is derived from software contributed to Berkeley by 39507 Chris Torek. 39508 39509 This code is derived from software contributed to Berkeley by 39510 Michael Rendell of Memorial University of Newfoundland. 39511 39512 Redistribution and use in source and binary forms, with or without 39513 modification, are permitted provided that the following conditions 39514 are met: 39515 1. Redistributions of source code must retain the above copyright 39516 notice, this list of conditions and the following disclaimer. 39517 2. Redistributions in binary form must reproduce the above copyright 39518 notice, this list of conditions and the following disclaimer in the 39519 documentation and/or other materials provided with the distribution. 39520 4. Neither the name of the University nor the names of its contributors 39521 may be used to endorse or promote products derived from this software 39522 without specific prior written permission. 39523 39524 THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND 39525 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 39526 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 39527 ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 39528 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 39529 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 39530 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 39531 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 39532 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 39533 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 39534 SUCH DAMAGE. 39535 39536 </pre> 39537 <div class="license-packages"> 39538 Used by these packages: x11-libs/libdrm-2.4.54 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 39539 </div> 39540 </div> 39541 </div> 39542 39543 39544 <!-- Note that some packages included above are used during build, but not 39545 shipped with ChromeOS proper /merlin --> 39546 <script src="chrome://os-credits/keyboard_utils.js"></script> 39547 </body> 39548 </html> 39549