1 <!DOCTYPE HTML> 2 <html> 3 <head> 4 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> 5 <title>Credits</title> 6 <style> 7 body { 8 font-family:Helvetica,Arial,sans-serif; 9 background-color:white; 10 font-size:84%; 11 max-width:1020px; 12 } 13 .page-title { 14 font-size:164%; 15 font-weight:bold; 16 } 17 .product { 18 background-color:#c3d9ff; 19 overflow:auto; 20 padding:2px; 21 margin-top:16px; 22 border-radius:5px; 23 } 24 .product .title { 25 font-size:110%; 26 font-weight:bold; 27 float:left; 28 margin:3px; 29 } 30 .product .homepage { 31 text-align:right; 32 float:right; 33 margin:3px; 34 } 35 .product .homepage:after { 36 content:" - "; 37 } 38 .product .show { 39 text-align:right; 40 float:right; 41 margin:3px; 42 } 43 .licence { 44 clear:both; 45 background-color:#e8eef7; 46 padding:16px; 47 border-radius:3px; 48 display:none; 49 } 50 .licence pre { 51 white-space: pre-wrap 52 } 53 .licence h3 { 54 margin-top:0px; 55 } 56 .license-packages { 57 font-size:80%; 58 } 59 .dialog #print-link { 60 display: none; 61 } 62 .dialog .homepage { 63 display: none; 64 } 65 </style> 66 <script> 67 //<![CDATA[ 68 function toggle(o) { 69 var licence = o.nextSibling; 70 71 while (licence.className != 'licence') { 72 if (!licence) return false; 73 licence = licence.nextSibling; 74 } 75 return toggleblock(licence, o); 76 } 77 78 function toggleblock(licence, o) { 79 if (licence.style && licence.style.display == 'block') { 80 licence.style.display = 'none'; 81 o.innerHTML = 'show license text'; 82 } else { 83 licence.style.display = 'block'; 84 o.innerHTML = 'hide license text'; 85 } 86 return false; 87 } 88 89 function toggleall() { 90 var a = window.document.getElementsByClassName('licence'); 91 for (var i = 0; i < a.length; i++) { 92 toggleblock(a[i], a[i].previousSibling.previousSibling.previousSibling.previousSibling); 93 } 94 return false; 95 } 96 //]]> 97 </script> 98 </head> 99 <body> 100 <span class="page-title" style="float:left;">Credits</span> 101 <span style="float:right"> 102 <a href="javascript:toggleall()">Toggle All</a> 103 <a id="print-link" href="javascript:window.print();">Print</a> 104 </span> 105 <div style="clear:both; overflow:auto;"> 106 <h2>List of Packages used in Google Chrome OS:</h2> 107 <!-- Chromium <3s the following projects --> 108 <div class="product"> 109 <span class="title">acl-2.2.51</span> 110 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 111 <span class="homepage"><a href="http://savannah.nongnu.org/projects/acl">homepage</a></span> 112 <div class="licence"> 113 <pre></pre> 114 <ul> 115 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li> 116 </ul> 117 </div> 118 </div> 119 120 121 <div class="product"> 122 <span class="title">adhd-0.0.1</span> 123 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 124 <span class="homepage"><a href="http://www.chromium.org">homepage</a></span> 125 <div class="licence"> 126 <pre></pre> 127 <ul> 128 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 129 </ul> 130 </div> 131 </div> 132 133 134 <div class="product"> 135 <span class="title">alsa-lib-1.0.27.2</span> 136 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 137 <span class="homepage"><a href="http://www.alsa-project.org/">homepage</a></span> 138 <div class="licence"> 139 <pre></pre> 140 <ul> 141 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li> 142 </ul> 143 </div> 144 </div> 145 146 147 <div class="product"> 148 <span class="title">alsa-plugins-1.0.25</span> 149 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 150 <span class="homepage"><a href="http://www.alsa-project.org/">homepage</a></span> 151 <div class="licence"> 152 <pre></pre> 153 <ul> 154 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li> 155 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 156 </ul> 157 </div> 158 </div> 159 160 161 <div class="product"> 162 <span class="title">alsa-utils-1.0.27.1</span> 163 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 164 <span class="homepage"><a href="http://www.alsa-project.org/">homepage</a></span> 165 <div class="licence"> 166 <pre></pre> 167 <ul> 168 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 169 </ul> 170 </div> 171 </div> 172 173 174 <div class="product"> 175 <span class="title">ascender_to_license-20130111</span> 176 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 177 <span class="homepage"><a href="http://www.monotypeimaging.com">homepage</a></span> 178 <div class="licence"> 179 <pre></pre> 180 <ul> 181 <li><a href='#Google-TOS'>Gentoo Package Stock License Google-TOS</a></li> 182 </ul> 183 </div> 184 </div> 185 186 187 <div class="product"> 188 <span class="title">ath3k-0.0.1</span> 189 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 190 <span class="homepage"><a href="http://www.atheros.com/">homepage</a></span> 191 <div class="licence"> 192 <pre></pre> 193 <ul> 194 <li><a href='#Atheros'>Custom License Atheros</a></li> 195 </ul> 196 </div> 197 </div> 198 199 200 <div class="product"> 201 <span class="title">ath6k-34</span> 202 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 203 <span class="homepage"><a href="http://www.atheros.com/">homepage</a></span> 204 <div class="licence"> 205 <pre></pre> 206 <ul> 207 <li><a href='#Atheros'>Custom License Atheros</a></li> 208 </ul> 209 </div> 210 </div> 211 212 213 <div class="product"> 214 <span class="title">atk-1.32.0</span> 215 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 216 <span class="homepage"><a href="http://projects.gnome.org/accessibility/">homepage</a></span> 217 <div class="licence"> 218 <pre></pre> 219 <ul> 220 <li><a href='#LGPL-2'>Gentoo Package Stock License LGPL-2</a></li> 221 </ul> 222 </div> 223 </div> 224 225 226 <div class="product"> 227 <span class="title">attr-2.4.46</span> 228 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 229 <span class="homepage"><a href="http://savannah.nongnu.org/projects/attr">homepage</a></span> 230 <div class="licence"> 231 <pre></pre> 232 <ul> 233 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li> 234 </ul> 235 </div> 236 </div> 237 238 239 <div class="product"> 240 <span class="title">audioconfig-0.0.1</span> 241 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 242 <span class="homepage"><a href="http://src.chromium.org">homepage</a></span> 243 <div class="licence"> 244 <pre></pre> 245 <ul> 246 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 247 </ul> 248 </div> 249 </div> 250 251 252 <div class="product"> 253 <span class="title">audiotest-0.0.1</span> 254 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 255 <span class="homepage"><a href="http://src.chromium.org">homepage</a></span> 256 <div class="licence"> 257 <pre></pre> 258 <ul> 259 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 260 </ul> 261 </div> 262 </div> 263 264 265 <div class="product"> 266 <span class="title">autoconf-2.13</span> 267 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 268 <span class="homepage"><a href="http://www.gnu.org/software/autoconf/autoconf.html">homepage</a></span> 269 <div class="licence"> 270 <pre></pre> 271 <ul> 272 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 273 </ul> 274 </div> 275 </div> 276 277 278 <div class="product"> 279 <span class="title">autoconf-2.69</span> 280 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 281 <span class="homepage"><a href="http://www.gnu.org/software/autoconf/autoconf.html">homepage</a></span> 282 <div class="licence"> 283 <pre></pre> 284 <ul> 285 <li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li> 286 </ul> 287 </div> 288 </div> 289 290 291 <div class="product"> 292 <span class="title">autoconf-wrapper-13</span> 293 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 294 <span class="homepage"><a href="http://www.gentoo.org/">homepage</a></span> 295 <div class="licence"> 296 <pre></pre> 297 <ul> 298 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 299 </ul> 300 </div> 301 </div> 302 303 304 <div class="product"> 305 <span class="title">automake-1.11.6</span> 306 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 307 <span class="homepage"><a href="http://www.gnu.org/software/automake/">homepage</a></span> 308 <div class="licence"> 309 <pre></pre> 310 <ul> 311 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 312 </ul> 313 </div> 314 </div> 315 316 317 <div class="product"> 318 <span class="title">automake-wrapper-9</span> 319 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 320 <span class="homepage"><a href="http://www.gentoo.org/">homepage</a></span> 321 <div class="licence"> 322 <pre></pre> 323 <ul> 324 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 325 </ul> 326 </div> 327 </div> 328 329 330 <div class="product"> 331 <span class="title">autotest-0.0.2</span> 332 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 333 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span> 334 <div class="licence"> 335 <pre></pre> 336 <ul> 337 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 338 </ul> 339 </div> 340 </div> 341 342 343 <div class="product"> 344 <span class="title">autotest-all-0.0.1</span> 345 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 346 <span class="homepage"><a href="http://www.chromium.org">homepage</a></span> 347 <div class="licence"> 348 <pre></pre> 349 <ul> 350 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 351 </ul> 352 </div> 353 </div> 354 355 356 <div class="product"> 357 <span class="title">autotest-chrome-0.0.1</span> 358 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 359 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span> 360 <div class="licence"> 361 <pre></pre> 362 <ul> 363 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 364 </ul> 365 </div> 366 </div> 367 368 369 <div class="product"> 370 <span class="title">autotest-client-0.0.1</span> 371 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 372 <span class="homepage"><a href="http://src.chromium.org">homepage</a></span> 373 <div class="licence"> 374 <pre></pre> 375 <ul> 376 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 377 </ul> 378 </div> 379 </div> 380 381 382 <div class="product"> 383 <span class="title">autotest-deps-0.0.4</span> 384 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 385 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span> 386 <div class="licence"> 387 <pre></pre> 388 <ul> 389 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 390 </ul> 391 </div> 392 </div> 393 394 395 <div class="product"> 396 <span class="title">autotest-deps-cellular-0.0.1</span> 397 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 398 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span> 399 <div class="licence"> 400 <pre></pre> 401 <ul> 402 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 403 </ul> 404 </div> 405 </div> 406 407 408 <div class="product"> 409 <span class="title">autotest-deps-glbench-0.0.1</span> 410 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 411 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span> 412 <div class="licence"> 413 <pre></pre> 414 <ul> 415 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 416 </ul> 417 </div> 418 </div> 419 420 421 <div class="product"> 422 <span class="title">autotest-deps-glmark2-0.0.1</span> 423 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 424 <span class="homepage"><a href="https://launchpad.net/glmark2">homepage</a></span> 425 <div class="licence"> 426 <pre></pre> 427 <ul> 428 <li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li> 429 </ul> 430 </div> 431 </div> 432 433 434 <div class="product"> 435 <span class="title">autotest-deps-graphics-0.0.1</span> 436 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 437 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span> 438 <div class="licence"> 439 <pre></pre> 440 <ul> 441 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 442 </ul> 443 </div> 444 </div> 445 446 447 <div class="product"> 448 <span class="title">autotest-deps-ltp-0.0.1</span> 449 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 450 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span> 451 <div class="licence"> 452 <pre></pre> 453 <ul> 454 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 455 </ul> 456 </div> 457 </div> 458 459 460 <div class="product"> 461 <span class="title">autotest-deps-p2p-0.0.1</span> 462 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 463 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span> 464 <div class="licence"> 465 <pre></pre> 466 <ul> 467 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 468 </ul> 469 </div> 470 </div> 471 472 473 <div class="product"> 474 <span class="title">autotest-deps-piglit-0.0.1</span> 475 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 476 <span class="homepage"><a href="http://cgit.freedesktop.org/piglit">homepage</a></span> 477 <div class="licence"> 478 <pre></pre> 479 <ul> 480 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 481 <li><a href='#LGPL-3'>Gentoo Package Stock License LGPL-3</a></li> 482 </ul> 483 </div> 484 </div> 485 486 487 <div class="product"> 488 <span class="title">autotest-deps-touchpad-0.0.1</span> 489 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 490 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span> 491 <div class="licence"> 492 <pre></pre> 493 <ul> 494 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 495 </ul> 496 </div> 497 </div> 498 499 500 <div class="product"> 501 <span class="title">autotest-deps-webgl-mpd-0.0.1</span> 502 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 503 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span> 504 <div class="licence"> 505 <pre></pre> 506 <ul> 507 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 508 </ul> 509 </div> 510 </div> 511 512 513 <div class="product"> 514 <span class="title">autotest-deps-webgl-perf-0.0.1</span> 515 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 516 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span> 517 <div class="licence"> 518 <pre></pre> 519 <ul> 520 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 521 </ul> 522 </div> 523 </div> 524 525 526 <div class="product"> 527 <span class="title">autotest-factory-install-0.0.1</span> 528 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 529 <span class="homepage"><a href="http://src.chromium.org">homepage</a></span> 530 <div class="licence"> 531 <pre></pre> 532 <ul> 533 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 534 </ul> 535 </div> 536 </div> 537 538 539 <div class="product"> 540 <span class="title">autotest-fakemodem-conf-0.0.1</span> 541 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 542 <span class="homepage"><a href="">homepage</a></span> 543 <div class="licence"> 544 <pre></pre> 545 <ul> 546 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 547 </ul> 548 </div> 549 </div> 550 551 552 <div class="product"> 553 <span class="title">autotest-private-0.2.1</span> 554 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 555 <span class="homepage"><a href="http://src.chromium.org">homepage</a></span> 556 <div class="licence"> 557 <pre></pre> 558 <ul> 559 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 560 </ul> 561 </div> 562 </div> 563 564 565 <div class="product"> 566 <span class="title">autotest-private-tests-echoprivate-0.0.1</span> 567 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 568 <span class="homepage"><a href="http://src.chromium.org">homepage</a></span> 569 <div class="licence"> 570 <pre></pre> 571 <ul> 572 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 573 </ul> 574 </div> 575 </div> 576 577 578 <div class="product"> 579 <span class="title">autotest-private-tests-quickoffice-0.0.1</span> 580 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 581 <span class="homepage"><a href="http://src.chromium.org">homepage</a></span> 582 <div class="licence"> 583 <pre></pre> 584 <ul> 585 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 586 </ul> 587 </div> 588 </div> 589 590 591 <div class="product"> 592 <span class="title">autotest-server-tests-0.0.2</span> 593 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 594 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span> 595 <div class="licence"> 596 <pre></pre> 597 <ul> 598 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 599 </ul> 600 </div> 601 </div> 602 603 604 <div class="product"> 605 <span class="title">autotest-server-tests-bluetooth-0.0.1</span> 606 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 607 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span> 608 <div class="licence"> 609 <pre></pre> 610 <ul> 611 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 612 </ul> 613 </div> 614 </div> 615 616 617 <div class="product"> 618 <span class="title">autotest-server-tests-shill-0.0.1</span> 619 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 620 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span> 621 <div class="licence"> 622 <pre></pre> 623 <ul> 624 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 625 </ul> 626 </div> 627 </div> 628 629 630 <div class="product"> 631 <span class="title">autotest-server-tests-telemetry-0.0.1</span> 632 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 633 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span> 634 <div class="licence"> 635 <pre></pre> 636 <ul> 637 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 638 </ul> 639 </div> 640 </div> 641 642 643 <div class="product"> 644 <span class="title">autotest-tests-0.0.3</span> 645 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 646 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span> 647 <div class="licence"> 648 <pre></pre> 649 <ul> 650 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 651 </ul> 652 </div> 653 </div> 654 655 656 <div class="product"> 657 <span class="title">autotest-tests-audio-0.0.1</span> 658 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 659 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span> 660 <div class="licence"> 661 <pre></pre> 662 <ul> 663 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 664 </ul> 665 </div> 666 </div> 667 668 669 <div class="product"> 670 <span class="title">autotest-tests-cellular-0.0.1</span> 671 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 672 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span> 673 <div class="licence"> 674 <pre></pre> 675 <ul> 676 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 677 </ul> 678 </div> 679 </div> 680 681 682 <div class="product"> 683 <span class="title">autotest-tests-cros-disks-0.0.1</span> 684 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 685 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span> 686 <div class="licence"> 687 <pre></pre> 688 <ul> 689 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 690 </ul> 691 </div> 692 </div> 693 694 695 <div class="product"> 696 <span class="title">autotest-tests-cryptohome-0.0.1</span> 697 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 698 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span> 699 <div class="licence"> 700 <pre></pre> 701 <ul> 702 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 703 </ul> 704 </div> 705 </div> 706 707 708 <div class="product"> 709 <span class="title">autotest-tests-debugd-0.0.1</span> 710 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 711 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span> 712 <div class="licence"> 713 <pre></pre> 714 <ul> 715 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 716 </ul> 717 </div> 718 </div> 719 720 721 <div class="product"> 722 <span class="title">autotest-tests-graphics-0.0.1</span> 723 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 724 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span> 725 <div class="licence"> 726 <pre></pre> 727 <ul> 728 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 729 </ul> 730 </div> 731 </div> 732 733 734 <div class="product"> 735 <span class="title">autotest-tests-ltp-0.0.1</span> 736 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 737 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span> 738 <div class="licence"> 739 <pre></pre> 740 <ul> 741 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 742 </ul> 743 </div> 744 </div> 745 746 747 <div class="product"> 748 <span class="title">autotest-tests-ownershipapi-0.0.1</span> 749 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 750 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span> 751 <div class="licence"> 752 <pre></pre> 753 <ul> 754 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 755 </ul> 756 </div> 757 </div> 758 759 760 <div class="product"> 761 <span class="title">autotest-tests-p2p-0.0.1</span> 762 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 763 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span> 764 <div class="licence"> 765 <pre></pre> 766 <ul> 767 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 768 </ul> 769 </div> 770 </div> 771 772 773 <div class="product"> 774 <span class="title">autotest-tests-power-0.0.1</span> 775 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 776 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span> 777 <div class="licence"> 778 <pre></pre> 779 <ul> 780 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 781 </ul> 782 </div> 783 </div> 784 785 786 <div class="product"> 787 <span class="title">autotest-tests-security-0.0.1</span> 788 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 789 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span> 790 <div class="licence"> 791 <pre></pre> 792 <ul> 793 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 794 </ul> 795 </div> 796 </div> 797 798 799 <div class="product"> 800 <span class="title">autotest-tests-shill-0.0.1</span> 801 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 802 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span> 803 <div class="licence"> 804 <pre></pre> 805 <ul> 806 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 807 </ul> 808 </div> 809 </div> 810 811 812 <div class="product"> 813 <span class="title">autotest-tests-touchpad-0.0.1</span> 814 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 815 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span> 816 <div class="licence"> 817 <pre></pre> 818 <ul> 819 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 820 </ul> 821 </div> 822 </div> 823 824 825 <div class="product"> 826 <span class="title">autotest-tests-tpm-0.0.1</span> 827 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 828 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span> 829 <div class="licence"> 830 <pre></pre> 831 <ul> 832 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 833 </ul> 834 </div> 835 </div> 836 837 838 <div class="product"> 839 <span class="title">avahi-0.6.31</span> 840 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 841 <span class="homepage"><a href="http://avahi.org/">homepage</a></span> 842 <div class="licence"> 843 <pre></pre> 844 <ul> 845 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li> 846 </ul> 847 </div> 848 </div> 849 850 851 <div class="product"> 852 <span class="title">avahi-daemon-0.0.1</span> 853 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 854 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span> 855 <div class="licence"> 856 <pre></pre> 857 <ul> 858 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 859 </ul> 860 </div> 861 </div> 862 863 864 <div class="product"> 865 <span class="title">avfs-1.0.1</span> 866 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 867 <span class="homepage"><a href="http://sourceforge.net/projects/avf">homepage</a></span> 868 <div class="licence"> 869 <pre></pre> 870 <ul> 871 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 872 </ul> 873 </div> 874 </div> 875 876 877 <div class="product"> 878 <span class="title">avtest_label_detect-0.0.1</span> 879 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 880 <span class="homepage"><a href="http://src.chromium.org">homepage</a></span> 881 <div class="licence"> 882 <pre></pre> 883 <ul> 884 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 885 </ul> 886 </div> 887 </div> 888 889 890 <div class="product"> 891 <span class="title">baselayout-2.0.1</span> 892 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 893 <span class="homepage"><a href="http://src.chromium.org/">homepage</a></span> 894 <div class="licence"> 895 <pre></pre> 896 <ul> 897 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 898 </ul> 899 </div> 900 </div> 901 902 903 <div class="product"> 904 <span class="title">bash-4.2_p45</span> 905 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 906 <span class="homepage"><a href="http://tiswww.case.edu/php/chet/bash/bashtop.html">homepage</a></span> 907 <div class="licence"> 908 <pre></pre> 909 <ul> 910 <li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li> 911 </ul> 912 </div> 913 </div> 914 915 916 <div class="product"> 917 <span class="title">bigreqsproto-1.1.1</span> 918 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 919 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span> 920 <div class="licence"> 921 <pre>Scanned Source License bigreqsproto-1.1.1/COPYING: 922 923 Copyright 1992, 1998 The Open Group 924 925 Permission to use, copy, modify, distribute, and sell this software and its 926 documentation for any purpose is hereby granted without fee, provided that 927 the above copyright notice appear in all copies and that both that 928 copyright notice and this permission notice appear in supporting 929 documentation. 930 931 The above copyright notice and this permission notice shall be included in 932 all copies or substantial portions of the Software. 933 934 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 935 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 936 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 937 OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN 938 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 939 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 940 941 Except as contained in this notice, the name of The Open Group shall not be 942 used in advertising or otherwise to promote the sale, use or other dealings 943 in this Software without prior written authorization from The Open Group. 944 945 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 946 </pre> 947 <ul> 948 949 </ul> 950 </div> 951 </div> 952 953 954 <div class="product"> 955 <span class="title">binutils-2.22</span> 956 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 957 <span class="homepage"><a href="http://sources.redhat.com/binutils/">homepage</a></span> 958 <div class="licence"> 959 <pre></pre> 960 <ul> 961 <li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li> 962 <li><a href='#LGPL-3'>Gentoo Package Stock License LGPL-3</a></li> 963 </ul> 964 </div> 965 </div> 966 967 968 <div class="product"> 969 <span class="title">binutils-config-3</span> 970 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 971 <span class="homepage"><a href="http://www.gentoo.org/">homepage</a></span> 972 <div class="licence"> 973 <pre></pre> 974 <ul> 975 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 976 </ul> 977 </div> 978 </div> 979 980 981 <div class="product"> 982 <span class="title">bluez-5.19</span> 983 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 984 <span class="homepage"><a href="http://www.bluez.org/">homepage</a></span> 985 <div class="licence"> 986 <pre></pre> 987 <ul> 988 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li> 989 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 990 </ul> 991 </div> 992 </div> 993 994 995 <div class="product"> 996 <span class="title">bootcomplete-login-0.0.1</span> 997 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 998 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span> 999 <div class="licence"> 1000 <pre></pre> 1001 <ul> 1002 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 1003 </ul> 1004 </div> 1005 </div> 1006 1007 1008 <div class="product"> 1009 <span class="title">bootstat-0.0.2</span> 1010 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 1011 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span> 1012 <div class="licence"> 1013 <pre></pre> 1014 <ul> 1015 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 1016 </ul> 1017 </div> 1018 </div> 1019 1020 1021 <div class="product"> 1022 <span class="title">brltty-4.5</span> 1023 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 1024 <span class="homepage"><a href="http://mielke.cc/brltty/">homepage</a></span> 1025 <div class="licence"> 1026 <pre></pre> 1027 <ul> 1028 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li> 1029 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 1030 </ul> 1031 </div> 1032 </div> 1033 1034 1035 <div class="product"> 1036 <span class="title">bsdiff-4.3</span> 1037 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 1038 <span class="homepage"><a href="http://www.daemonology.net/bsdiff/">homepage</a></span> 1039 <div class="licence"> 1040 <pre>Copyright Attribution License chromiumos-overlay/licenses/copyright-attribution/dev-util/bsdiff: 1041 1042 Copyright 2003-2005 Colin Percival 1043 All rights reserved 1044 1045 Redistribution and use in source and binary forms, with or without 1046 modification, are permitted providing that the following conditions 1047 are met: 1048 1. Redistributions of source code must retain the above copyright 1049 notice, this list of conditions and the following disclaimer. 1050 2. Redistributions in binary form must reproduce the above copyright 1051 notice, this list of conditions and the following disclaimer in the 1052 documentation and/or other materials provided with the distribution. 1053 1054 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR 1055 IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED 1056 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 1057 ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY 1058 DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 1059 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 1060 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 1061 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, 1062 STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING 1063 IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 1064 POSSIBILITY OF SUCH DAMAGE. 1065 1066 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 1067 </pre> 1068 <ul> 1069 1070 </ul> 1071 </div> 1072 </div> 1073 1074 1075 <div class="product"> 1076 <span class="title">btsocket-0.0.1</span> 1077 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 1078 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span> 1079 <div class="licence"> 1080 <pre>Scanned Source License btsocket-0.0.1/LICENSE: 1081 1082 // Copyright (c) 2013 The Chromium OS Authors. All rights reserved. 1083 // 1084 // Redistribution and use in source and binary forms, with or without 1085 // modification, are permitted provided that the following conditions are 1086 // met: 1087 // 1088 // * Redistributions of source code must retain the above copyright 1089 // notice, this list of conditions and the following disclaimer. 1090 // * Redistributions in binary form must reproduce the above 1091 // copyright notice, this list of conditions and the following disclaimer 1092 // in the documentation and/or other materials provided with the 1093 // distribution. 1094 // * Neither the name of Google Inc. nor the names of its 1095 // contributors may be used to endorse or promote products derived from 1096 // this software without specific prior written permission. 1097 // 1098 // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 1099 // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 1100 // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 1101 // A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 1102 // OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 1103 // SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT 1104 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 1105 // DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 1106 // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 1107 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 1108 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 1109 1110 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 1111 </pre> 1112 <ul> 1113 1114 </ul> 1115 </div> 1116 </div> 1117 1118 1119 <div class="product"> 1120 <span class="title">busybox-1.21.0</span> 1121 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 1122 <span class="homepage"><a href="http://www.busybox.net/">homepage</a></span> 1123 <div class="licence"> 1124 <pre></pre> 1125 <ul> 1126 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 1127 </ul> 1128 </div> 1129 </div> 1130 1131 1132 <div class="product"> 1133 <span class="title">bzip2-1.0.6</span> 1134 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 1135 <span class="homepage"><a href="http://www.bzip.org/">homepage</a></span> 1136 <div class="licence"> 1137 <pre>Scanned Source License bzip2-1.0.6/LICENSE: 1138 1139 1140 -------------------------------------------------------------------------- 1141 1142 This program, "bzip2", the associated library "libbzip2", and all 1143 documentation, are copyright (C) 1996-2010 Julian R Seward. All 1144 rights reserved. 1145 1146 Redistribution and use in source and binary forms, with or without 1147 modification, are permitted provided that the following conditions 1148 are met: 1149 1150 1. Redistributions of source code must retain the above copyright 1151 notice, this list of conditions and the following disclaimer. 1152 1153 2. The origin of this software must not be misrepresented; you must 1154 not claim that you wrote the original software. If you use this 1155 software in a product, an acknowledgment in the product 1156 documentation would be appreciated but is not required. 1157 1158 3. Altered source versions must be plainly marked as such, and must 1159 not be misrepresented as being the original software. 1160 1161 4. The name of the author may not be used to endorse or promote 1162 products derived from this software without specific prior written 1163 permission. 1164 1165 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS 1166 OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED 1167 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 1168 ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY 1169 DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 1170 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE 1171 GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 1172 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, 1173 WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 1174 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 1175 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 1176 1177 Julian Seward, jseward (a] bzip.org 1178 bzip2/libbzip2 version 1.0.6 of 6 September 2010 1179 1180 -------------------------------------------------------------------------- 1181 1182 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 1183 1184 Gentoo Package Stock License BZIP2: 1185 1186 <copyright notice> 1187 All rights reserved. 1188 1189 Redistribution and use in source and binary forms, with or without 1190 modification, are permitted provided that the following conditions 1191 are met: 1192 1193 1. Redistributions of source code must retain the above copyright 1194 notice, this list of conditions and the following disclaimer. 1195 1196 2. The origin of this software must not be misrepresented; you must 1197 not claim that you wrote the original software. If you use this 1198 software in a product, an acknowledgment in the product 1199 documentation would be appreciated but is not required. 1200 1201 3. Altered source versions must be plainly marked as such, and must 1202 not be misrepresented as being the original software. 1203 1204 4. The name of the author may not be used to endorse or promote 1205 products derived from this software without specific prior written 1206 permission. 1207 1208 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS 1209 OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED 1210 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 1211 ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY 1212 DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 1213 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE 1214 GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 1215 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, 1216 WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 1217 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 1218 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 1219 1220 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 1221 </pre> 1222 <ul> 1223 1224 </ul> 1225 </div> 1226 </div> 1227 1228 1229 <div class="product"> 1230 <span class="title">c-ares-1.7.5</span> 1231 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 1232 <span class="homepage"><a href="http://c-ares.haxx.se/">homepage</a></span> 1233 <div class="licence"> 1234 <pre>Copyright Attribution License chromiumos-overlay/licenses/copyright-attribution/net-dns/c-ares: 1235 1236 Copyright 1998 by the Massachusetts Institute of Technology. 1237 1238 Permission to use, copy, modify, and distribute this 1239 software and its documentation for any purpose and without 1240 fee is hereby granted, provided that the above copyright 1241 notice appear in all copies and that both that copyright 1242 notice and this permission notice appear in supporting 1243 documentation, and that the name of M.I.T. not be used in 1244 advertising or publicity pertaining to distribution of the 1245 software without specific, written prior permission. 1246 M.I.T. makes no representations about the suitability of 1247 this software for any purpose. It is provided "as is" 1248 without express or implied warranty. 1249 1250 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 1251 </pre> 1252 <ul> 1253 1254 </ul> 1255 </div> 1256 </div> 1257 1258 1259 <div class="product"> 1260 <span class="title">cairo-1.12.12</span> 1261 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 1262 <span class="homepage"><a href="http://cairographics.org/">homepage</a></span> 1263 <div class="licence"> 1264 <pre>Gentoo Package Stock License MPL-1.1: 1265 1266 MOZILLA PUBLIC LICENSE 1267 Version 1.1 1268 1269 --------------- 1270 1271 1. Definitions. 1272 1273 1.0.1. "Commercial Use" means distribution or otherwise making the 1274 Covered Code available to a third party. 1275 1276 1.1. "Contributor" means each entity that creates or contributes to 1277 the creation of Modifications. 1278 1279 1.2. "Contributor Version" means the combination of the Original 1280 Code, prior Modifications used by a Contributor, and the Modifications 1281 made by that particular Contributor. 1282 1283 1.3. "Covered Code" means the Original Code or Modifications or the 1284 combination of the Original Code and Modifications, in each case 1285 including portions thereof. 1286 1287 1.4. "Electronic Distribution Mechanism" means a mechanism generally 1288 accepted in the software development community for the electronic 1289 transfer of data. 1290 1291 1.5. "Executable" means Covered Code in any form other than Source 1292 Code. 1293 1294 1.6. "Initial Developer" means the individual or entity identified 1295 as the Initial Developer in the Source Code notice required by Exhibit 1296 A. 1297 1298 1.7. "Larger Work" means a work which combines Covered Code or 1299 portions thereof with code not governed by the terms of this License. 1300 1301 1.8. "License" means this document. 1302 1303 1.8.1. "Licensable" means having the right to grant, to the maximum 1304 extent possible, whether at the time of the initial grant or 1305 subsequently acquired, any and all of the rights conveyed herein. 1306 1307 1.9. "Modifications" means any addition to or deletion from the 1308 substance or structure of either the Original Code or any previous 1309 Modifications. When Covered Code is released as a series of files, a 1310 Modification is: 1311 A. Any addition to or deletion from the contents of a file 1312 containing Original Code or previous Modifications. 1313 1314 B. Any new file that contains any part of the Original Code or 1315 previous Modifications. 1316 1317 1.10. "Original Code" means Source Code of computer software code 1318 which is described in the Source Code notice required by Exhibit A as 1319 Original Code, and which, at the time of its release under this 1320 License is not already Covered Code governed by this License. 1321 1322 1.10.1. "Patent Claims" means any patent claim(s), now owned or 1323 hereafter acquired, including without limitation, method, process, 1324 and apparatus claims, in any patent Licensable by grantor. 1325 1326 1.11. "Source Code" means the preferred form of the Covered Code for 1327 making modifications to it, including all modules it contains, plus 1328 any associated interface definition files, scripts used to control 1329 compilation and installation of an Executable, or source code 1330 differential comparisons against either the Original Code or another 1331 well known, available Covered Code of the Contributor's choice. The 1332 Source Code can be in a compressed or archival form, provided the 1333 appropriate decompression or de-archiving software is widely available 1334 for no charge. 1335 1336 1.12. "You" (or "Your") means an individual or a legal entity 1337 exercising rights under, and complying with all of the terms of, this 1338 License or a future version of this License issued under Section 6.1. 1339 For legal entities, "You" includes any entity which controls, is 1340 controlled by, or is under common control with You. For purposes of 1341 this definition, "control" means (a) the power, direct or indirect, 1342 to cause the direction or management of such entity, whether by 1343 contract or otherwise, or (b) ownership of more than fifty percent 1344 (50%) of the outstanding shares or beneficial ownership of such 1345 entity. 1346 1347 2. Source Code License. 1348 1349 2.1. The Initial Developer Grant. 1350 The Initial Developer hereby grants You a world-wide, royalty-free, 1351 non-exclusive license, subject to third party intellectual property 1352 claims: 1353 (a) under intellectual property rights (other than patent or 1354 trademark) Licensable by Initial Developer to use, reproduce, 1355 modify, display, perform, sublicense and distribute the Original 1356 Code (or portions thereof) with or without Modifications, and/or 1357 as part of a Larger Work; and 1358 1359 (b) under Patents Claims infringed by the making, using or 1360 selling of Original Code, to make, have made, use, practice, 1361 sell, and offer for sale, and/or otherwise dispose of the 1362 Original Code (or portions thereof). 1363 1364 (c) the licenses granted in this Section 2.1(a) and (b) are 1365 effective on the date Initial Developer first distributes 1366 Original Code under the terms of this License. 1367 1368 (d) Notwithstanding Section 2.1(b) above, no patent license is 1369 granted: 1) for code that You delete from the Original Code; 2) 1370 separate from the Original Code; or 3) for infringements caused 1371 by: i) the modification of the Original Code or ii) the 1372 combination of the Original Code with other software or devices. 1373 1374 2.2. Contributor Grant. 1375 Subject to third party intellectual property claims, each Contributor 1376 hereby grants You a world-wide, royalty-free, non-exclusive license 1377 1378 (a) under intellectual property rights (other than patent or 1379 trademark) Licensable by Contributor, to use, reproduce, modify, 1380 display, perform, sublicense and distribute the Modifications 1381 created by such Contributor (or portions thereof) either on an 1382 unmodified basis, with other Modifications, as Covered Code 1383 and/or as part of a Larger Work; and 1384 1385 (b) under Patent Claims infringed by the making, using, or 1386 selling of Modifications made by that Contributor either alone 1387 and/or in combination with its Contributor Version (or portions 1388 of such combination), to make, use, sell, offer for sale, have 1389 made, and/or otherwise dispose of: 1) Modifications made by that 1390 Contributor (or portions thereof); and 2) the combination of 1391 Modifications made by that Contributor with its Contributor 1392 Version (or portions of such combination). 1393 1394 (c) the licenses granted in Sections 2.2(a) and 2.2(b) are 1395 effective on the date Contributor first makes Commercial Use of 1396 the Covered Code. 1397 1398 (d) Notwithstanding Section 2.2(b) above, no patent license is 1399 granted: 1) for any code that Contributor has deleted from the 1400 Contributor Version; 2) separate from the Contributor Version; 1401 3) for infringements caused by: i) third party modifications of 1402 Contributor Version or ii) the combination of Modifications made 1403 by that Contributor with other software (except as part of the 1404 Contributor Version) or other devices; or 4) under Patent Claims 1405 infringed by Covered Code in the absence of Modifications made by 1406 that Contributor. 1407 1408 3. Distribution Obligations. 1409 1410 3.1. Application of License. 1411 The Modifications which You create or to which You contribute are 1412 governed by the terms of this License, including without limitation 1413 Section 2.2. The Source Code version of Covered Code may be 1414 distributed only under the terms of this License or a future version 1415 of this License released under Section 6.1, and You must include a 1416 copy of this License with every copy of the Source Code You 1417 distribute. You may not offer or impose any terms on any Source Code 1418 version that alters or restricts the applicable version of this 1419 License or the recipients' rights hereunder. However, You may include 1420 an additional document offering the additional rights described in 1421 Section 3.5. 1422 1423 3.2. Availability of Source Code. 1424 Any Modification which You create or to which You contribute must be 1425 made available in Source Code form under the terms of this License 1426 either on the same media as an Executable version or via an accepted 1427 Electronic Distribution Mechanism to anyone to whom you made an 1428 Executable version available; and if made available via Electronic 1429 Distribution Mechanism, must remain available for at least twelve (12) 1430 months after the date it initially became available, or at least six 1431 (6) months after a subsequent version of that particular Modification 1432 has been made available to such recipients. You are responsible for 1433 ensuring that the Source Code version remains available even if the 1434 Electronic Distribution Mechanism is maintained by a third party. 1435 1436 3.3. Description of Modifications. 1437 You must cause all Covered Code to which You contribute to contain a 1438 file documenting the changes You made to create that Covered Code and 1439 the date of any change. You must include a prominent statement that 1440 the Modification is derived, directly or indirectly, from Original 1441 Code provided by the Initial Developer and including the name of the 1442 Initial Developer in (a) the Source Code, and (b) in any notice in an 1443 Executable version or related documentation in which You describe the 1444 origin or ownership of the Covered Code. 1445 1446 3.4. Intellectual Property Matters 1447 (a) Third Party Claims. 1448 If Contributor has knowledge that a license under a third party's 1449 intellectual property rights is required to exercise the rights 1450 granted by such Contributor under Sections 2.1 or 2.2, 1451 Contributor must include a text file with the Source Code 1452 distribution titled "LEGAL" which describes the claim and the 1453 party making the claim in sufficient detail that a recipient will 1454 know whom to contact. If Contributor obtains such knowledge after 1455 the Modification is made available as described in Section 3.2, 1456 Contributor shall promptly modify the LEGAL file in all copies 1457 Contributor makes available thereafter and shall take other steps 1458 (such as notifying appropriate mailing lists or newsgroups) 1459 reasonably calculated to inform those who received the Covered 1460 Code that new knowledge has been obtained. 1461 1462 (b) Contributor APIs. 1463 If Contributor's Modifications include an application programming 1464 interface and Contributor has knowledge of patent licenses which 1465 are reasonably necessary to implement that API, Contributor must 1466 also include this information in the LEGAL file. 1467 1468 (c) Representations. 1469 Contributor represents that, except as disclosed pursuant to 1470 Section 3.4(a) above, Contributor believes that Contributor's 1471 Modifications are Contributor's original creation(s) and/or 1472 Contributor has sufficient rights to grant the rights conveyed by 1473 this License. 1474 1475 3.5. Required Notices. 1476 You must duplicate the notice in Exhibit A in each file of the Source 1477 Code. If it is not possible to put such notice in a particular Source 1478 Code file due to its structure, then You must include such notice in a 1479 location (such as a relevant directory) where a user would be likely 1480 to look for such a notice. If You created one or more Modification(s) 1481 You may add your name as a Contributor to the notice described in 1482 Exhibit A. You must also duplicate this License in any documentation 1483 for the Source Code where You describe recipients' rights or ownership 1484 rights relating to Covered Code. You may choose to offer, and to 1485 charge a fee for, warranty, support, indemnity or liability 1486 obligations to one or more recipients of Covered Code. However, You 1487 may do so only on Your own behalf, and not on behalf of the Initial 1488 Developer or any Contributor. You must make it absolutely clear than 1489 any such warranty, support, indemnity or liability obligation is 1490 offered by You alone, and You hereby agree to indemnify the Initial 1491 Developer and every Contributor for any liability incurred by the 1492 Initial Developer or such Contributor as a result of warranty, 1493 support, indemnity or liability terms You offer. 1494 1495 3.6. Distribution of Executable Versions. 1496 You may distribute Covered Code in Executable form only if the 1497 requirements of Section 3.1-3.5 have been met for that Covered Code, 1498 and if You include a notice stating that the Source Code version of 1499 the Covered Code is available under the terms of this License, 1500 including a description of how and where You have fulfilled the 1501 obligations of Section 3.2. The notice must be conspicuously included 1502 in any notice in an Executable version, related documentation or 1503 collateral in which You describe recipients' rights relating to the 1504 Covered Code. You may distribute the Executable version of Covered 1505 Code or ownership rights under a license of Your choice, which may 1506 contain terms different from this License, provided that You are in 1507 compliance with the terms of this License and that the license for the 1508 Executable version does not attempt to limit or alter the recipient's 1509 rights in the Source Code version from the rights set forth in this 1510 License. If You distribute the Executable version under a different 1511 license You must make it absolutely clear that any terms which differ 1512 from this License are offered by You alone, not by the Initial 1513 Developer or any Contributor. You hereby agree to indemnify the 1514 Initial Developer and every Contributor for any liability incurred by 1515 the Initial Developer or such Contributor as a result of any such 1516 terms You offer. 1517 1518 3.7. Larger Works. 1519 You may create a Larger Work by combining Covered Code with other code 1520 not governed by the terms of this License and distribute the Larger 1521 Work as a single product. In such a case, You must make sure the 1522 requirements of this License are fulfilled for the Covered Code. 1523 1524 4. Inability to Comply Due to Statute or Regulation. 1525 1526 If it is impossible for You to comply with any of the terms of this 1527 License with respect to some or all of the Covered Code due to 1528 statute, judicial order, or regulation then You must: (a) comply with 1529 the terms of this License to the maximum extent possible; and (b) 1530 describe the limitations and the code they affect. Such description 1531 must be included in the LEGAL file described in Section 3.4 and must 1532 be included with all distributions of the Source Code. Except to the 1533 extent prohibited by statute or regulation, such description must be 1534 sufficiently detailed for a recipient of ordinary skill to be able to 1535 understand it. 1536 1537 5. Application of this License. 1538 1539 This License applies to code to which the Initial Developer has 1540 attached the notice in Exhibit A and to related Covered Code. 1541 1542 6. Versions of the License. 1543 1544 6.1. New Versions. 1545 Netscape Communications Corporation ("Netscape") may publish revised 1546 and/or new versions of the License from time to time. Each version 1547 will be given a distinguishing version number. 1548 1549 6.2. Effect of New Versions. 1550 Once Covered Code has been published under a particular version of the 1551 License, You may always continue to use it under the terms of that 1552 version. You may also choose to use such Covered Code under the terms 1553 of any subsequent version of the License published by Netscape. No one 1554 other than Netscape has the right to modify the terms applicable to 1555 Covered Code created under this License. 1556 1557 6.3. Derivative Works. 1558 If You create or use a modified version of this License (which you may 1559 only do in order to apply it to code which is not already Covered Code 1560 governed by this License), You must (a) rename Your license so that 1561 the phrases "Mozilla", "MOZILLAPL", "MOZPL", "Netscape", 1562 "MPL", "NPL" or any confusingly similar phrase do not appear in your 1563 license (except to note that your license differs from this License) 1564 and (b) otherwise make it clear that Your version of the license 1565 contains terms which differ from the Mozilla Public License and 1566 Netscape Public License. (Filling in the name of the Initial 1567 Developer, Original Code or Contributor in the notice described in 1568 Exhibit A shall not of themselves be deemed to be modifications of 1569 this License.) 1570 1571 7. DISCLAIMER OF WARRANTY. 1572 1573 COVERED CODE IS PROVIDED UNDER THIS LICENSE ON AN "AS IS" BASIS, 1574 WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, 1575 WITHOUT LIMITATION, WARRANTIES THAT THE COVERED CODE IS FREE OF 1576 DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. 1577 THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE COVERED CODE 1578 IS WITH YOU. SHOULD ANY COVERED CODE PROVE DEFECTIVE IN ANY RESPECT, 1579 YOU (NOT THE INITIAL DEVELOPER OR ANY OTHER CONTRIBUTOR) ASSUME THE 1580 COST OF ANY NECESSARY SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER 1581 OF WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO USE OF 1582 ANY COVERED CODE IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER. 1583 1584 8. TERMINATION. 1585 1586 8.1. This License and the rights granted hereunder will terminate 1587 automatically if You fail to comply with terms herein and fail to cure 1588 such breach within 30 days of becoming aware of the breach. All 1589 sublicenses to the Covered Code which are properly granted shall 1590 survive any termination of this License. Provisions which, by their 1591 nature, must remain in effect beyond the termination of this License 1592 shall survive. 1593 1594 8.2. If You initiate litigation by asserting a patent infringement 1595 claim (excluding declatory judgment actions) against Initial Developer 1596 or a Contributor (the Initial Developer or Contributor against whom 1597 You file such action is referred to as "Participant") alleging that: 1598 1599 (a) such Participant's Contributor Version directly or indirectly 1600 infringes any patent, then any and all rights granted by such 1601 Participant to You under Sections 2.1 and/or 2.2 of this License 1602 shall, upon 60 days notice from Participant terminate prospectively, 1603 unless if within 60 days after receipt of notice You either: (i) 1604 agree in writing to pay Participant a mutually agreeable reasonable 1605 royalty for Your past and future use of Modifications made by such 1606 Participant, or (ii) withdraw Your litigation claim with respect to 1607 the Contributor Version against such Participant. If within 60 days 1608 of notice, a reasonable royalty and payment arrangement are not 1609 mutually agreed upon in writing by the parties or the litigation claim 1610 is not withdrawn, the rights granted by Participant to You under 1611 Sections 2.1 and/or 2.2 automatically terminate at the expiration of 1612 the 60 day notice period specified above. 1613 1614 (b) any software, hardware, or device, other than such Participant's 1615 Contributor Version, directly or indirectly infringes any patent, then 1616 any rights granted to You by such Participant under Sections 2.1(b) 1617 and 2.2(b) are revoked effective as of the date You first made, used, 1618 sold, distributed, or had made, Modifications made by that 1619 Participant. 1620 1621 8.3. If You assert a patent infringement claim against Participant 1622 alleging that such Participant's Contributor Version directly or 1623 indirectly infringes any patent where such claim is resolved (such as 1624 by license or settlement) prior to the initiation of patent 1625 infringement litigation, then the reasonable value of the licenses 1626 granted by such Participant under Sections 2.1 or 2.2 shall be taken 1627 into account in determining the amount or value of any payment or 1628 license. 1629 1630 8.4. In the event of termination under Sections 8.1 or 8.2 above, 1631 all end user license agreements (excluding distributors and resellers) 1632 which have been validly granted by You or any distributor hereunder 1633 prior to termination shall survive termination. 1634 1635 9. LIMITATION OF LIABILITY. 1636 1637 UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT 1638 (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL YOU, THE INITIAL 1639 DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF COVERED CODE, 1640 OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON FOR 1641 ANY INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY 1642 CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, 1643 WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER 1644 COMMERCIAL DAMAGES OR LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN 1645 INFORMED OF THE POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF 1646 LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY 1647 RESULTING FROM SUCH PARTY'S NEGLIGENCE TO THE EXTENT APPLICABLE LAW 1648 PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE 1649 EXCLUSION OR LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO 1650 THIS EXCLUSION AND LIMITATION MAY NOT APPLY TO YOU. 1651 1652 10. U.S. GOVERNMENT END USERS. 1653 1654 The Covered Code is a "commercial item," as that term is defined in 1655 48 C.F.R. 2.101 (Oct. 1995), consisting of "commercial computer 1656 software" and "commercial computer software documentation," as such 1657 terms are used in 48 C.F.R. 12.212 (Sept. 1995). Consistent with 48 1658 C.F.R. 12.212 and 48 C.F.R. 227.7202-1 through 227.7202-4 (June 1995), 1659 all U.S. Government End Users acquire Covered Code with only those 1660 rights set forth herein. 1661 1662 11. MISCELLANEOUS. 1663 1664 This License represents the complete agreement concerning subject 1665 matter hereof. If any provision of this License is held to be 1666 unenforceable, such provision shall be reformed only to the extent 1667 necessary to make it enforceable. This License shall be governed by 1668 California law provisions (except to the extent applicable law, if 1669 any, provides otherwise), excluding its conflict-of-law provisions. 1670 With respect to disputes in which at least one party is a citizen of, 1671 or an entity chartered or registered to do business in the United 1672 States of America, any litigation relating to this License shall be 1673 subject to the jurisdiction of the Federal Courts of the Northern 1674 District of California, with venue lying in Santa Clara County, 1675 California, with the losing party responsible for costs, including 1676 without limitation, court costs and reasonable attorneys' fees and 1677 expenses. The application of the United Nations Convention on 1678 Contracts for the International Sale of Goods is expressly excluded. 1679 Any law or regulation which provides that the language of a contract 1680 shall be construed against the drafter shall not apply to this 1681 License. 1682 1683 12. RESPONSIBILITY FOR CLAIMS. 1684 1685 As between Initial Developer and the Contributors, each party is 1686 responsible for claims and damages arising, directly or indirectly, 1687 out of its utilization of rights under this License and You agree to 1688 work with Initial Developer and Contributors to distribute such 1689 responsibility on an equitable basis. Nothing herein is intended or 1690 shall be deemed to constitute any admission of liability. 1691 1692 13. MULTIPLE-LICENSED CODE. 1693 1694 Initial Developer may designate portions of the Covered Code as 1695 "Multiple-Licensed". "Multiple-Licensed" means that the Initial 1696 Developer permits you to utilize portions of the Covered Code under 1697 Your choice of the NPL or the alternative licenses, if any, specified 1698 by the Initial Developer in the file described in Exhibit A. 1699 1700 EXHIBIT A -Mozilla Public License. 1701 1702 ``The contents of this file are subject to the Mozilla Public License 1703 Version 1.1 (the "License"); you may not use this file except in 1704 compliance with the License. You may obtain a copy of the License at 1705 http://www.mozilla.org/MPL/ 1706 1707 Software distributed under the License is distributed on an "AS IS" 1708 basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the 1709 License for the specific language governing rights and limitations 1710 under the License. 1711 1712 The Original Code is ______________________________________. 1713 1714 The Initial Developer of the Original Code is ________________________. 1715 Portions created by ______________________ are Copyright (C) ______ 1716 _______________________. All Rights Reserved. 1717 1718 Contributor(s): ______________________________________. 1719 1720 Alternatively, the contents of this file may be used under the terms 1721 of the _____ license (the "[___] License"), in which case the 1722 provisions of [______] License are applicable instead of those 1723 above. If you wish to allow use of your version of this file only 1724 under the terms of the [____] License and not to allow others to use 1725 your version of this file under the MPL, indicate your decision by 1726 deleting the provisions above and replace them with the notice and 1727 other provisions required by the [___] License. If you do not delete 1728 the provisions above, a recipient may use your version of this file 1729 under either the MPL or the [___] License." 1730 1731 [NOTE: The text of this Exhibit A may differ slightly from the text of 1732 the notices in the Source Code files of the Original Code. You should 1733 use the text of this Exhibit A rather than the text found in the 1734 Original Code Source Code for Your Modifications.] 1735 1736 ---------------------------------------------------------------------- 1737 1738 AMENDMENTS 1739 1740 The Netscape Public License Version 1.1 ("NPL") consists of the 1741 Mozilla Public License Version 1.1 with the following Amendments, 1742 including Exhibit A-Netscape Public License. Files identified with 1743 "Exhibit A-Netscape Public License" are governed by the Netscape 1744 Public License Version 1.1. 1745 1746 Additional Terms applicable to the Netscape Public License. 1747 I. Effect. 1748 These additional terms described in this Netscape Public 1749 License -- Amendments shall apply to the Mozilla Communicator 1750 client code and to all Covered Code under this License. 1751 1752 II. "Netscape's Branded Code" means Covered Code that Netscape 1753 distributes and/or permits others to distribute under one or more 1754 trademark(s) which are controlled by Netscape but which are not 1755 licensed for use under this License. 1756 1757 III. Netscape and logo. 1758 This License does not grant any rights to use the trademarks 1759 "Netscape", the "Netscape N and horizon" logo or the "Netscape 1760 lighthouse" logo, "Netcenter", "Gecko", "Java" or "JavaScript", 1761 "Smart Browsing" even if such marks are included in the Original 1762 Code or Modifications. 1763 1764 IV. Inability to Comply Due to Contractual Obligation. 1765 Prior to licensing the Original Code under this License, Netscape 1766 has licensed third party code for use in Netscape's Branded Code. 1767 To the extent that Netscape is limited contractually from making 1768 such third party code available under this License, Netscape may 1769 choose to reintegrate such code into Covered Code without being 1770 required to distribute such code in Source Code form, even if 1771 such code would otherwise be considered "Modifications" under 1772 this License. 1773 1774 V. Use of Modifications and Covered Code by Initial Developer. 1775 V.1. In General. 1776 The obligations of Section 3 apply to Netscape, except to 1777 the extent specified in this Amendment, Section V.2 and V.3. 1778 1779 V.2. Other Products. 1780 Netscape may include Covered Code in products other than the 1781 Netscape's Branded Code which are released by Netscape 1782 during the two (2) years following the release date of the 1783 Original Code, without such additional products becoming 1784 subject to the terms of this License, and may license such 1785 additional products on different terms from those contained 1786 in this License. 1787 1788 V.3. Alternative Licensing. 1789 Netscape may license the Source Code of Netscape's Branded 1790 Code, including Modifications incorporated therein, without 1791 such Netscape Branded Code becoming subject to the terms of 1792 this License, and may license such Netscape Branded Code on 1793 different terms from those contained in this License. 1794 1795 VI. Litigation. 1796 Notwithstanding the limitations of Section 11 above, the 1797 provisions regarding litigation in Section 11(a), (b) and (c) of 1798 the License shall apply to all disputes relating to this License. 1799 1800 EXHIBIT A-Netscape Public License. 1801 1802 "The contents of this file are subject to the Netscape Public 1803 License Version 1.1 (the "License"); you may not use this file 1804 except in compliance with the License. You may obtain a copy of 1805 the License at http://www.mozilla.org/NPL/ 1806 1807 Software distributed under the License is distributed on an "AS 1808 IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or 1809 implied. See the License for the specific language governing 1810 rights and limitations under the License. 1811 1812 The Original Code is Mozilla Communicator client code, released 1813 March 31, 1998. 1814 1815 The Initial Developer of the Original Code is Netscape 1816 Communications Corporation. Portions created by Netscape are 1817 Copyright (C) 1998-1999 Netscape Communications Corporation. All 1818 Rights Reserved. 1819 1820 Contributor(s): ______________________________________. 1821 1822 Alternatively, the contents of this file may be used under the 1823 terms of the _____ license (the "[___] License"), in which case 1824 the provisions of [______] License are applicable instead of 1825 those above. If you wish to allow use of your version of this 1826 file only under the terms of the [____] License and not to allow 1827 others to use your version of this file under the NPL, indicate 1828 your decision by deleting the provisions above and replace them 1829 with the notice and other provisions required by the [___] 1830 License. If you do not delete the provisions above, a recipient 1831 may use your version of this file under either the NPL or the 1832 [___] License." 1833 1834 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 1835 </pre> 1836 <ul> 1837 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li> 1838 </ul> 1839 </div> 1840 </div> 1841 1842 1843 <div class="product"> 1844 <span class="title">cherrypy-3.2.2</span> 1845 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 1846 <span class="homepage"><a href="http://www.cherrypy.org/">homepage</a></span> 1847 <div class="licence"> 1848 <pre>Scanned Source License CherryPy-3.2.2/CherryPy.egg-info/PKG-INFO: 1849 1850 Metadata-Version: 1.0 1851 Name: CherryPy 1852 Version: 3.2.2 1853 Summary: Object-Oriented HTTP framework 1854 Home-page: http://www.cherrypy.org 1855 Author: CherryPy Team 1856 Author-email: team (a] cherrypy.org 1857 License: BSD 1858 Download-URL: http://download.cherrypy.org/cherrypy/3.2.2/ 1859 Description: CherryPy is a pythonic, object-oriented HTTP framework 1860 Platform: UNKNOWN 1861 Classifier: Development Status :: 5 - Production/Stable 1862 Classifier: Environment :: Web Environment 1863 Classifier: Intended Audience :: Developers 1864 Classifier: License :: Freely Distributable 1865 Classifier: Operating System :: OS Independent 1866 Classifier: Programming Language :: Python 1867 Classifier: Programming Language :: Python :: 2 1868 Classifier: Programming Language :: Python :: 3 1869 Classifier: Topic :: Internet :: WWW/HTTP 1870 Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content 1871 Classifier: Topic :: Internet :: WWW/HTTP :: HTTP Servers 1872 Classifier: Topic :: Internet :: WWW/HTTP :: WSGI 1873 Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Application 1874 Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Server 1875 Classifier: Topic :: Software Development :: Libraries :: Application Frameworks 1876 1877 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 1878 1879 Scanned Source License CherryPy-3.2.2/PKG-INFO: 1880 1881 Metadata-Version: 1.0 1882 Name: CherryPy 1883 Version: 3.2.2 1884 Summary: Object-Oriented HTTP framework 1885 Home-page: http://www.cherrypy.org 1886 Author: CherryPy Team 1887 Author-email: team (a] cherrypy.org 1888 License: BSD 1889 Download-URL: http://download.cherrypy.org/cherrypy/3.2.2/ 1890 Description: CherryPy is a pythonic, object-oriented HTTP framework 1891 Platform: UNKNOWN 1892 Classifier: Development Status :: 5 - Production/Stable 1893 Classifier: Environment :: Web Environment 1894 Classifier: Intended Audience :: Developers 1895 Classifier: License :: Freely Distributable 1896 Classifier: Operating System :: OS Independent 1897 Classifier: Programming Language :: Python 1898 Classifier: Programming Language :: Python :: 2 1899 Classifier: Programming Language :: Python :: 3 1900 Classifier: Topic :: Internet :: WWW/HTTP 1901 Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content 1902 Classifier: Topic :: Internet :: WWW/HTTP :: HTTP Servers 1903 Classifier: Topic :: Internet :: WWW/HTTP :: WSGI 1904 Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Application 1905 Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Server 1906 Classifier: Topic :: Software Development :: Libraries :: Application Frameworks 1907 1908 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 1909 1910 Scanned Source License CherryPy-3.2.2/cherrypy/LICENSE.txt: 1911 1912 Copyright (c) 2004-2011, CherryPy Team (team (a] cherrypy.org) 1913 All rights reserved. 1914 1915 Redistribution and use in source and binary forms, with or without modification, 1916 are permitted provided that the following conditions are met: 1917 1918 * Redistributions of source code must retain the above copyright notice, 1919 this list of conditions and the following disclaimer. 1920 * Redistributions in binary form must reproduce the above copyright notice, 1921 this list of conditions and the following disclaimer in the documentation 1922 and/or other materials provided with the distribution. 1923 * Neither the name of the CherryPy Team nor the names of its contributors 1924 may be used to endorse or promote products derived from this software 1925 without specific prior written permission. 1926 1927 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND 1928 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED 1929 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE 1930 DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE 1931 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 1932 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR 1933 SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER 1934 CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, 1935 OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 1936 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 1937 1938 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 1939 </pre> 1940 <ul> 1941 1942 </ul> 1943 </div> 1944 </div> 1945 1946 1947 <div class="product"> 1948 <span class="title">chromeos-activate-date-0.0.1</span> 1949 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 1950 <span class="homepage"><a href="">homepage</a></span> 1951 <div class="licence"> 1952 <pre></pre> 1953 <ul> 1954 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 1955 </ul> 1956 </div> 1957 </div> 1958 1959 1960 <div class="product"> 1961 <span class="title">chromeos-assets-0.0.2</span> 1962 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 1963 <span class="homepage"><a href="http://src.chromium.org">homepage</a></span> 1964 <div class="licence"> 1965 <pre></pre> 1966 <ul> 1967 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 1968 </ul> 1969 </div> 1970 </div> 1971 1972 1973 <div class="product"> 1974 <span class="title">chromeos-auth-config-0.0.1</span> 1975 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 1976 <span class="homepage"><a href="http://www.chromium.org">homepage</a></span> 1977 <div class="licence"> 1978 <pre></pre> 1979 <ul> 1980 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 1981 </ul> 1982 </div> 1983 </div> 1984 1985 1986 <div class="product"> 1987 <span class="title">chromeos-base-0</span> 1988 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 1989 <span class="homepage"><a href="http://src.chromium.org/">homepage</a></span> 1990 <div class="licence"> 1991 <pre></pre> 1992 <ul> 1993 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 1994 </ul> 1995 </div> 1996 </div> 1997 1998 1999 <div class="product"> 2000 <span class="title">chromeos-bsp-alex-0.0.1</span> 2001 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 2002 <span class="homepage"><a href="http://src.chromium.org">homepage</a></span> 2003 <div class="licence"> 2004 <pre></pre> 2005 <ul> 2006 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 2007 </ul> 2008 </div> 2009 </div> 2010 2011 2012 <div class="product"> 2013 <span class="title">chromeos-bsp-x86-alex-0.0.2</span> 2014 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 2015 <span class="homepage"><a href="http://src.chromium.org">homepage</a></span> 2016 <div class="licence"> 2017 <pre></pre> 2018 <ul> 2019 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 2020 </ul> 2021 </div> 2022 </div> 2023 2024 2025 <div class="product"> 2026 <span class="title">chromeos-ca-certificates-0.0.1</span> 2027 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 2028 <span class="homepage"><a href="http://src.chromium.org">homepage</a></span> 2029 <div class="licence"> 2030 <pre></pre> 2031 <ul> 2032 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 2033 </ul> 2034 </div> 2035 </div> 2036 2037 2038 <div class="product"> 2039 <span class="title">chromeos-chrome-38.0.2096.1_rc</span> 2040 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 2041 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span> 2042 <div class="licence"> 2043 <pre></pre> 2044 <ul> 2045 <li><a href='#Google-TOS'>Gentoo Package Stock License Google-TOS</a></li> 2046 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 2047 </ul> 2048 </div> 2049 </div> 2050 2051 2052 <div class="product"> 2053 <span class="title">chromeos-cryptohome-0.0.1</span> 2054 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 2055 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span> 2056 <div class="licence"> 2057 <pre></pre> 2058 <ul> 2059 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 2060 </ul> 2061 </div> 2062 </div> 2063 2064 2065 <div class="product"> 2066 <span class="title">chromeos-default-apps-1.2.0</span> 2067 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 2068 <span class="homepage"><a href="">homepage</a></span> 2069 <div class="licence"> 2070 <pre></pre> 2071 <ul> 2072 <li><a href='#Google-TOS'>Gentoo Package Stock License Google-TOS</a></li> 2073 </ul> 2074 </div> 2075 </div> 2076 2077 2078 <div class="product"> 2079 <span class="title">chromeos-factory-0.0.1</span> 2080 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 2081 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span> 2082 <div class="licence"> 2083 <pre></pre> 2084 <ul> 2085 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 2086 </ul> 2087 </div> 2088 </div> 2089 2090 2091 <div class="product"> 2092 <span class="title">chromeos-factory-board-3.0.0</span> 2093 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 2094 <span class="homepage"><a href="http://src.chromium.org">homepage</a></span> 2095 <div class="licence"> 2096 <pre></pre> 2097 <ul> 2098 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 2099 </ul> 2100 </div> 2101 </div> 2102 2103 2104 <div class="product"> 2105 <span class="title">chromeos-factory-mini-0.0.1</span> 2106 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 2107 <span class="homepage"><a href="">homepage</a></span> 2108 <div class="licence"> 2109 <pre></pre> 2110 <ul> 2111 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 2112 </ul> 2113 </div> 2114 </div> 2115 2116 2117 <div class="product"> 2118 <span class="title">chromeos-factory-regions-0.0.1</span> 2119 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 2120 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span> 2121 <div class="licence"> 2122 <pre></pre> 2123 <ul> 2124 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 2125 </ul> 2126 </div> 2127 </div> 2128 2129 2130 <div class="product"> 2131 <span class="title">chromeos-factoryinstall-0.0.1</span> 2132 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 2133 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span> 2134 <div class="licence"> 2135 <pre></pre> 2136 <ul> 2137 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 2138 </ul> 2139 </div> 2140 </div> 2141 2142 2143 <div class="product"> 2144 <span class="title">chromeos-firewall-init-0.0.1</span> 2145 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 2146 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span> 2147 <div class="licence"> 2148 <pre></pre> 2149 <ul> 2150 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 2151 </ul> 2152 </div> 2153 </div> 2154 2155 2156 <div class="product"> 2157 <span class="title">chromeos-firmware-alex-0.0.1</span> 2158 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 2159 <span class="homepage"><a href="http://src.chromium.org">homepage</a></span> 2160 <div class="licence"> 2161 <pre></pre> 2162 <ul> 2163 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 2164 </ul> 2165 </div> 2166 </div> 2167 2168 2169 <div class="product"> 2170 <span class="title">chromeos-hangul-1.2.0.3</span> 2171 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 2172 <span class="homepage"><a href="https://code.google.com/p/google-input-tools/">homepage</a></span> 2173 <div class="licence"> 2174 <pre></pre> 2175 <ul> 2176 <li><a href='#Apache-2.0'>Gentoo Package Stock License Apache-2.0</a></li> 2177 </ul> 2178 </div> 2179 </div> 2180 2181 2182 <div class="product"> 2183 <span class="title">chromeos-imageburner-0.0.1</span> 2184 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 2185 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span> 2186 <div class="licence"> 2187 <pre></pre> 2188 <ul> 2189 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 2190 </ul> 2191 </div> 2192 </div> 2193 2194 2195 <div class="product"> 2196 <span class="title">chromeos-init-0.0.25</span> 2197 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 2198 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span> 2199 <div class="licence"> 2200 <pre></pre> 2201 <ul> 2202 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 2203 </ul> 2204 </div> 2205 </div> 2206 2207 2208 <div class="product"> 2209 <span class="title">chromeos-initramfs-0.0.1</span> 2210 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 2211 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span> 2212 <div class="licence"> 2213 <pre></pre> 2214 <ul> 2215 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 2216 </ul> 2217 </div> 2218 </div> 2219 2220 2221 <div class="product"> 2222 <span class="title">chromeos-installer-0.0.1</span> 2223 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 2224 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span> 2225 <div class="licence"> 2226 <pre></pre> 2227 <ul> 2228 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 2229 </ul> 2230 </div> 2231 </div> 2232 2233 2234 <div class="product"> 2235 <span class="title">chromeos-login-0.0.5</span> 2236 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 2237 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span> 2238 <div class="licence"> 2239 <pre></pre> 2240 <ul> 2241 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 2242 </ul> 2243 </div> 2244 </div> 2245 2246 2247 <div class="product"> 2248 <span class="title">chromeos-minijail-0.0.1</span> 2249 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 2250 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span> 2251 <div class="licence"> 2252 <pre></pre> 2253 <ul> 2254 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 2255 </ul> 2256 </div> 2257 </div> 2258 2259 2260 <div class="product"> 2261 <span class="title">chromeos-test-init-0.0.1</span> 2262 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 2263 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span> 2264 <div class="licence"> 2265 <pre></pre> 2266 <ul> 2267 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 2268 </ul> 2269 </div> 2270 </div> 2271 2272 2273 <div class="product"> 2274 <span class="title">chromeos-test-testauthkeys-0.0.1</span> 2275 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 2276 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span> 2277 <div class="licence"> 2278 <pre></pre> 2279 <ul> 2280 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 2281 </ul> 2282 </div> 2283 </div> 2284 2285 2286 <div class="product"> 2287 <span class="title">chromite-0.0.1</span> 2288 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 2289 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span> 2290 <div class="licence"> 2291 <pre></pre> 2292 <ul> 2293 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 2294 </ul> 2295 </div> 2296 </div> 2297 2298 2299 <div class="product"> 2300 <span class="title">chvt-0.0.1</span> 2301 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 2302 <span class="homepage"><a href="">homepage</a></span> 2303 <div class="licence"> 2304 <pre></pre> 2305 <ul> 2306 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 2307 </ul> 2308 </div> 2309 </div> 2310 2311 2312 <div class="product"> 2313 <span class="title">ckermit-8.0.211</span> 2314 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 2315 <span class="homepage"><a href="http://www.kermit-project.org/">homepage</a></span> 2316 <div class="licence"> 2317 <pre>Gentoo Package Stock License Kermit: 2318 2319 THE C-KERMIT 7.0 AND 8.0 LICENSE 2320 2321 Last update: Thu Feb 8 17:41:07 2002 2322 2323 This is the new C-Kermit 7.0 and 8.0 license. The intention is to allow 2324 C-Kermit to be distributed with "free" operating systems such as GNU/Linux, 2325 FreeBSD, NetBSD, OpenBSD, The Hurd, etc, even when the distributions 2326 themselves (such as Red Hat or Caldera) might be sold and/or might include 2327 applications that are not free, and yet still require a license to include 2328 C-Kermit in or with "non-free" products such as commercial OS's, commercial 2329 software packages, embedded systems, and hardware (other than general-purpose 2330 computers preloaded with "free" operating systems), since these licenses 2331 furnish a large portion of the Kermit Project's funding. 2332 2333 There have been some questions about the provision in Clause (A) that: 2334 2335 The 2336 C-Kermit source code may not be changed without the consent of the 2337 Kermit Project, which will not be unreasonably withheld (this is 2338 simply a matter of keeping a consistent and supportable code base). 2339 2340 The intention of this clause is primarily to make sure that anybody who 2341 makes modifications sends them back to us, since we are the ones have to 2342 support C-Kermit, and so we can carry them through to future releases (so 2343 you don't have to make the same changes again and again). 2344 2345 Secondarily it is to protect Columbia University in the unlikely event of 2346 modifications made with deliberate intent to offend or cause damage. 2347 2348 Any redistributor of C-Kermit under Clause (A) below should rest assured 2349 there is no intention of preventing them from constructing a distribution in 2350 the appropriate format (RPM or whatever) for their product or from issuing 2351 any patches required for their products; we simply want to be informed so we 2352 can maintain a consistent code base and a solid, supportable software 2353 package. We are happy to work with any redistributor an any issues that 2354 concern them. If you have questions, send them to kermit (a] columbia.edu. 2355 2356 Note: All changes to this file since 1 January 2000 (the C-Kermit 7.0 2357 release date) are above; the license itself has not changed, except to 2358 update the most recent copyright date. 2359 2360 (Begin) 2361 2362 Copyright (C) 1985, 2002, 2363 The Trustees of Columbia University in the City of New York. 2364 All rights reserved. 2365 2366 PERMISSIONS: 2367 2368 The C-Kermit software may be obtained directly from the Kermit Project at 2369 Columbia University (or from any source explicitly licensed by the Kermit 2370 Project or implicitly licensed by Clause (A) below) by any individual for 2371 his or her OWN USE, and by any company or other organization for its own 2372 INTERNAL DISTRIBUTION and use, including installation on servers that are 2373 accessed by customers or clients, WITHOUT EXPLICIT LICENSE. 2374 2375 Conditions for REDISTRIBUTION are as follows: 2376 2377 (A) The C-Kermit software, in source and/or binary form, may be 2378 included WITHOUT EXPLICIT LICENSE in distributions of OPERATING 2379 SYSTEMS that have OSI (Open Source Initiative, www.opensource.org) 2380 approved licenses, even if non-Open-Source applications (but not 2381 operating systems) are included in the same distribution. Such 2382 distributions include, but are not limited to, CD-ROM, FTP site, 2383 Web site, or preinstalled software on a new GENERAL-PURPOSE 2384 computer, as long as the primary character of the distribution is 2385 an Open Source operating system with accompanying utilities. The 2386 C-Kermit source code may not be changed without the consent of the 2387 Kermit Project, which will not be unreasonably withheld (this is 2388 simply a matter of keeping a consistent and supportable code base). 2389 2390 (B) Inclusion of C-Kermit software in whole or in part, in any form, in 2391 or with any product not covered by Clause (A), or its distribution 2392 by any commercial enterprise to its actual or potential customers 2393 or clients except as in Clause (A), requires a license from the 2394 Kermit Project, Columbia University; contact kermit (a] columbia.edu. 2395 2396 The name of Columbia University may not be used to endorse or promote 2397 products derived from or including the C-Kermit software without specific 2398 prior written permission. 2399 2400 DISCLAIMER: 2401 2402 THIS SOFTWARE IS PROVIDED AS IS, WITHOUT REPRESENTATION FROM THE 2403 TRUSTEES OF COLUMBIA UNIVERSITY IN THE CITY OF NEW YORK AS TO ITS 2404 FITNESS FOR ANY PURPOSE, AND WITHOUT WARRANTY BY THE TRUSTEES OF 2405 COLUMBIA UNIVERSITY IN THE CITY OF NEW YORK OF ANY KIND, EITHER 2406 EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION THE IMPLIED 2407 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. 2408 THE TRUSTEES OF COLUMBIA UNIVERSITY IN THE CITY OF NEW YORK SHALL NOT 2409 BE LIABLE FOR ANY DAMAGES, INCLUDING SPECIAL, INDIRECT, INCIDENTAL, 2410 OR CONSEQUENTIAL DAMAGES, WITH RESPECT TO ANY CLAIM ARISING OUT OF OR 2411 IN CONNECTION WITH THE USE OF THE SOFTWARE, EVEN IF IT HAS BEEN OR IS 2412 HEREAFTER ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. YOU SHALL 2413 INDEMNIFY AND HOLD HARMLESS THE TRUSTEES OF COLUMBIA UNIVERSITY IN 2414 THE CITY OF NEW YORK, ITS EMPLOYEES AND AGENTS FROM AND AGAINST ANY 2415 AND ALL CLAIMS, DEMANDS, LOSS, DAMAGE OR EXPENSE (INCLUDING 2416 ATTORNEYS' FEES) ARISING OUT OF YOUR USE OF THIS SOFTWARE. 2417 2418 The above copyright notice, permissions notice, and disclaimer may not be 2419 removed, altered, or obscured and shall be included in all copies of the 2420 C-Kermit software. The Trustees of Columbia University in the City of 2421 New York reserve the right to revoke this permission if any of the terms 2422 of use set forth above are breached. 2423 2424 (End) 2425 2426 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 2427 </pre> 2428 <ul> 2429 2430 </ul> 2431 </div> 2432 </div> 2433 2434 2435 <div class="product"> 2436 <span class="title">common-assets-0.0.1</span> 2437 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 2438 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span> 2439 <div class="licence"> 2440 <pre></pre> 2441 <ul> 2442 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 2443 </ul> 2444 </div> 2445 </div> 2446 2447 2448 <div class="product"> 2449 <span class="title">compositeproto-0.4.2</span> 2450 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 2451 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span> 2452 <div class="licence"> 2453 <pre>Scanned Source License compositeproto-0.4.2/COPYING: 2454 2455 Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved. 2456 2457 Permission is hereby granted, free of charge, to any person obtaining a 2458 copy of this software and associated documentation files (the "Software"), 2459 to deal in the Software without restriction, including without limitation 2460 the rights to use, copy, modify, merge, publish, distribute, sublicense, 2461 and/or sell copies of the Software, and to permit persons to whom the 2462 Software is furnished to do so, subject to the following conditions: 2463 2464 The above copyright notice and this permission notice (including the next 2465 paragraph) shall be included in all copies or substantial portions of the 2466 Software. 2467 2468 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 2469 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 2470 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 2471 THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 2472 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 2473 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 2474 DEALINGS IN THE SOFTWARE. 2475 2476 Copyright 2003 Keith Packard 2477 2478 Permission to use, copy, modify, distribute, and sell this software and its 2479 documentation for any purpose is hereby granted without fee, provided that 2480 the above copyright notice appear in all copies and that both that 2481 copyright notice and this permission notice appear in supporting 2482 documentation, and that the name of Keith Packard not be used in 2483 advertising or publicity pertaining to distribution of the software without 2484 specific, written prior permission. Keith Packard makes no 2485 representations about the suitability of this software for any purpose. It 2486 is provided "as is" without express or implied warranty. 2487 2488 KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 2489 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 2490 EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR 2491 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 2492 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 2493 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 2494 PERFORMANCE OF THIS SOFTWARE. 2495 2496 2497 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 2498 </pre> 2499 <ul> 2500 2501 </ul> 2502 </div> 2503 </div> 2504 2505 2506 <div class="product"> 2507 <span class="title">confuse-2.7</span> 2508 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 2509 <span class="homepage"><a href="http://www.nongnu.org/confuse/">homepage</a></span> 2510 <div class="licence"> 2511 <pre></pre> 2512 <ul> 2513 <li><a href='#ISC'>Gentoo Package Stock License ISC</a></li> 2514 </ul> 2515 </div> 2516 </div> 2517 2518 2519 <div class="product"> 2520 <span class="title">coreboot-2013.04</span> 2521 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 2522 <span class="homepage"><a href="http://www.coreboot.org/">homepage</a></span> 2523 <div class="licence"> 2524 <pre></pre> 2525 <ul> 2526 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 2527 </ul> 2528 </div> 2529 </div> 2530 2531 2532 <div class="product"> 2533 <span class="title">coreutils-8.22</span> 2534 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 2535 <span class="homepage"><a href="http://www.gnu.org/software/coreutils/">homepage</a></span> 2536 <div class="licence"> 2537 <pre></pre> 2538 <ul> 2539 <li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li> 2540 </ul> 2541 </div> 2542 </div> 2543 2544 2545 <div class="product"> 2546 <span class="title">cpio-2.11</span> 2547 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 2548 <span class="homepage"><a href="http://www.gnu.org/software/cpio/cpio.html">homepage</a></span> 2549 <div class="licence"> 2550 <pre></pre> 2551 <ul> 2552 <li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li> 2553 </ul> 2554 </div> 2555 </div> 2556 2557 2558 <div class="product"> 2559 <span class="title">crash-reporter-0.0.1</span> 2560 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 2561 <span class="homepage"><a href="http://dev.chromium.org/chromium-os/platform">homepage</a></span> 2562 <div class="licence"> 2563 <pre></pre> 2564 <ul> 2565 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 2566 </ul> 2567 </div> 2568 </div> 2569 2570 2571 <div class="product"> 2572 <span class="title">crda-1.1.1</span> 2573 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 2574 <span class="homepage"><a href="http://wireless.kernel.org/en/developers/Regulatory">homepage</a></span> 2575 <div class="licence"> 2576 <pre>Scanned Source License crda-1.1.1/LICENSE: 2577 2578 Copyright (c) 2008, Luis R. Rodriguez <mcgrof (a] gmail.com> 2579 Copyright (c) 2008, Johannes Berg <johannes (a] sipsolutions.net> 2580 Copyright (c) 2008, Michael Green <Michael.Green (a] Atheros.com> 2581 2582 Permission to use, copy, modify, and/or distribute this software for any 2583 purpose with or without fee is hereby granted, provided that the above 2584 copyright notice and this permission notice appear in all copies. 2585 2586 THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES 2587 WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF 2588 MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR 2589 ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 2590 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 2591 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 2592 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 2593 2594 2595 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 2596 2597 Scanned Source License crda-1.1.1/debian-example/copyright: 2598 2599 This package was debianized by Luis Rodriguez <mcgrof (a] gmail.com> on 2600 Thu, 22 Jan 2009 16:00:00 +0100. 2601 2602 The crda packages was downloaded from <http://wireless.kernel.org/download/crda/> 2603 2604 Copyright (c) 2008, Luis R. Rodriguez <mcgrof (a] gmail.com> 2605 Copyright (c) 2008, Johannes Berg <johannes (a] sipsolutions.net> 2606 Copyright (c) 2008, Michael Green <Michael.Green (a] Atheros.com> 2607 2608 Permission to use, copy, modify, and/or distribute this software for any 2609 purpose with or without fee is hereby granted, provided that the above 2610 copyright notice and this permission notice appear in all copies. 2611 2612 THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES 2613 WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF 2614 MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR 2615 ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 2616 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 2617 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 2618 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 2619 2620 2621 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 2622 </pre> 2623 <ul> 2624 <li><a href='#as-is'>Gentoo Package Stock License as-is</a></li> 2625 </ul> 2626 </div> 2627 </div> 2628 2629 2630 <div class="product"> 2631 <span class="title">cros_boot_mode-0.0.1</span> 2632 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 2633 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span> 2634 <div class="licence"> 2635 <pre></pre> 2636 <ul> 2637 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 2638 </ul> 2639 </div> 2640 </div> 2641 2642 2643 <div class="product"> 2644 <span class="title">croscorefonts-1.23.0</span> 2645 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 2646 <span class="homepage"><a href="">homepage</a></span> 2647 <div class="licence"> 2648 <pre></pre> 2649 <ul> 2650 <li><a href='#Apache-2.0'>Gentoo Package Stock License Apache-2.0</a></li> 2651 </ul> 2652 </div> 2653 </div> 2654 2655 2656 <div class="product"> 2657 <span class="title">crosextrafonts-20130214</span> 2658 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 2659 <span class="homepage"><a href="">homepage</a></span> 2660 <div class="licence"> 2661 <pre></pre> 2662 <ul> 2663 <li><a href='#Apache-2.0'>Gentoo Package Stock License Apache-2.0</a></li> 2664 </ul> 2665 </div> 2666 </div> 2667 2668 2669 <div class="product"> 2670 <span class="title">crosextrafonts-carlito-20130920</span> 2671 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 2672 <span class="homepage"><a href="">homepage</a></span> 2673 <div class="licence"> 2674 <pre>Scanned Source License crosextrafonts-carlito-20130920/LICENSE: 2675 2676 Copyright (c) 2010-2013 by tyPoland Lukasz Dziedzic with Reserved Font Name "Carlito". 2677 2678 This Font Software is licensed under the SIL Open Font License, 2679 Version 1.1 as shown below. 2680 2681 SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 2682 2683 PREAMBLE The goals of the Open Font License (OFL) are to stimulate 2684 worldwide development of collaborative font projects, to support the font 2685 creation efforts of academic and linguistic communities, and to provide 2686 a free and open framework in which fonts may be shared and improved in 2687 partnership with others. 2688 2689 The OFL allows the licensed fonts to be used, studied, modified and 2690 redistributed freely as long as they are not sold by themselves. 2691 The fonts, including any derivative works, can be bundled, embedded, 2692 redistributed and/or sold with any software provided that any reserved 2693 names are not used by derivative works. The fonts and derivatives, 2694 however, cannot be released under any other type of license. The 2695 requirement for fonts to remain under this license does not apply to 2696 any document created using the fonts or their derivatives. 2697 2698 2699 DEFINITIONS 2700 "Font Software" refers to the set of files released by the Copyright 2701 Holder(s) under this license and clearly marked as such. 2702 This may include source files, build scripts and documentation. 2703 2704 "Reserved Font Name" refers to any names specified as such after the 2705 copyright statement(s). 2706 2707 "Original Version" refers to the collection of Font Software components 2708 as distributed by the Copyright Holder(s). 2709 2710 "Modified Version" refers to any derivative made by adding to, deleting, 2711 or substituting ? in part or in whole ? 2712 any of the components of the Original Version, by changing formats or 2713 by porting the Font Software to a new environment. 2714 2715 "Author" refers to any designer, engineer, programmer, technical writer 2716 or other person who contributed to the Font Software. 2717 2718 2719 PERMISSION & CONDITIONS 2720 2721 Permission is hereby granted, free of charge, to any person obtaining a 2722 copy of the Font Software, to use, study, copy, merge, embed, modify, 2723 redistribute, and sell modified and unmodified copies of the Font 2724 Software, subject to the following conditions: 2725 2726 1) Neither the Font Software nor any of its individual components,in 2727 Original or Modified Versions, may be sold by itself. 2728 2729 2) Original or Modified Versions of the Font Software may be bundled, 2730 redistributed and/or sold with any software, provided that each copy 2731 contains the above copyright notice and this license. These can be 2732 included either as stand-alone text files, human-readable headers or 2733 in the appropriate machine-readable metadata fields within text or 2734 binary files as long as those fields can be easily viewed by the user. 2735 2736 3) No Modified Version of the Font Software may use the Reserved Font 2737 Name(s) unless explicit written permission is granted by the 2738 corresponding Copyright Holder. This restriction only applies to the 2739 primary font name as presented to the users. 2740 2741 4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font 2742 Software shall not be used to promote, endorse or advertise any 2743 Modified Version, except to acknowledge the contribution(s) of the 2744 Copyright Holder(s) and the Author(s) or with their explicit written 2745 permission. 2746 2747 5) The Font Software, modified or unmodified, in part or in whole, must 2748 be distributed entirely under this license, and must not be distributed 2749 under any other license. The requirement for fonts to remain under 2750 this license does not apply to any document created using the Font 2751 Software. 2752 2753 2754 2755 TERMINATION 2756 This license becomes null and void if any of the above conditions are not met. 2757 2758 2759 2760 DISCLAIMER 2761 THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 2762 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF 2763 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT 2764 OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE 2765 COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 2766 INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL 2767 DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 2768 FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER 2769 DEALINGS IN THE FONT SOFTWARE. 2770 2771 2772 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 2773 </pre> 2774 <ul> 2775 <li><a href='#OFL-1.1'>Gentoo Package Stock License OFL-1.1</a></li> 2776 </ul> 2777 </div> 2778 </div> 2779 2780 2781 <div class="product"> 2782 <span class="title">crosh-0.0.1</span> 2783 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 2784 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span> 2785 <div class="licence"> 2786 <pre></pre> 2787 <ul> 2788 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 2789 </ul> 2790 </div> 2791 </div> 2792 2793 2794 <div class="product"> 2795 <span class="title">ctemplate-1.0</span> 2796 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 2797 <span class="homepage"><a href="http://code.google.com/p/google-ctemplate/">homepage</a></span> 2798 <div class="licence"> 2799 <pre>Scanned Source License ctemplate-1.0/COPYING: 2800 2801 Copyright (c) 2005, Google Inc. 2802 All rights reserved. 2803 2804 Redistribution and use in source and binary forms, with or without 2805 modification, are permitted provided that the following conditions are 2806 met: 2807 2808 * Redistributions of source code must retain the above copyright 2809 notice, this list of conditions and the following disclaimer. 2810 * Redistributions in binary form must reproduce the above 2811 copyright notice, this list of conditions and the following disclaimer 2812 in the documentation and/or other materials provided with the 2813 distribution. 2814 * Neither the name of Google Inc. nor the names of its 2815 contributors may be used to endorse or promote products derived from 2816 this software without specific prior written permission. 2817 2818 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 2819 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 2820 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 2821 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 2822 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 2823 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT 2824 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 2825 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 2826 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 2827 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 2828 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 2829 2830 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 2831 2832 Scanned Source License ctemplate-1.0/packages/deb/copyright: 2833 2834 This package was debianized by Google Inc. <opensource (a] google.com> on 2835 13 March 2006. 2836 2837 It was downloaded from http://code.google.com/ 2838 2839 Upstream Author: opensource (a] google.com 2840 2841 Copyright (c) 2006, Google Inc. 2842 All rights reserved. 2843 2844 Redistribution and use in source and binary forms, with or without 2845 modification, are permitted provided that the following conditions are 2846 met: 2847 2848 * Redistributions of source code must retain the above copyright 2849 notice, this list of conditions and the following disclaimer. 2850 * Redistributions in binary form must reproduce the above 2851 copyright notice, this list of conditions and the following disclaimer 2852 in the documentation and/or other materials provided with the 2853 distribution. 2854 * Neither the name of Google Inc. nor the names of its 2855 contributors may be used to endorse or promote products derived from 2856 this software without specific prior written permission. 2857 2858 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 2859 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 2860 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 2861 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 2862 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 2863 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT 2864 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 2865 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 2866 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 2867 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 2868 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 2869 2870 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 2871 </pre> 2872 <ul> 2873 2874 </ul> 2875 </div> 2876 </div> 2877 2878 2879 <div class="product"> 2880 <span class="title">curl-7.31.0</span> 2881 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 2882 <span class="homepage"><a href="http://curl.haxx.se/">homepage</a></span> 2883 <div class="licence"> 2884 <pre>Scanned Source License curl-7.31.0/COPYING: 2885 2886 COPYRIGHT AND PERMISSION NOTICE 2887 2888 Copyright (c) 1996 - 2013, Daniel Stenberg, <daniel (a] haxx.se>. 2889 2890 All rights reserved. 2891 2892 Permission to use, copy, modify, and distribute this software for any purpose 2893 with or without fee is hereby granted, provided that the above copyright 2894 notice and this permission notice appear in all copies. 2895 2896 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 2897 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 2898 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY RIGHTS. IN 2899 NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, 2900 DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR 2901 OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE 2902 OR OTHER DEALINGS IN THE SOFTWARE. 2903 2904 Except as contained in this notice, the name of a copyright holder shall not 2905 be used in advertising or otherwise to promote the sale, use or other dealings 2906 in this Software without prior written authorization of the copyright holder. 2907 2908 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 2909 2910 Scanned Source License curl-7.31.0/docs/LICENSE-MIXING: 2911 2912 License Mixing with apps, libcurl and Third Party Libraries 2913 =========================================================== 2914 2915 libcurl can be built to use a fair amount of various third party libraries, 2916 libraries that are written and provided by other parties that are distributed 2917 using their own licenses. Even libcurl itself contains code that may cause 2918 problems to some. This document attempts to describe what licenses libcurl and 2919 the other libraries use and what possible dilemmas linking and mixing them all 2920 can lead to for end users. 2921 2922 I am not a lawyer and this is not legal advice! 2923 2924 One common dilemma is that GPL[1]-licensed code is not allowed to be linked 2925 with code licensed under the Original BSD license (with the announcement 2926 clause). You may still build your own copies that use them all, but 2927 distributing them as binaries would be to violate the GPL license - unless you 2928 accompany your license with an exception[2]. This particular problem was 2929 addressed when the Modified BSD license was created, which does not have the 2930 announcement clause that collides with GPL. 2931 2932 libcurl http://curl.haxx.se/docs/copyright.html 2933 2934 Uses an MIT (or Modified BSD)-style license that is as liberal as 2935 possible. Some of the source files that deal with KRB4 have Original 2936 BSD-style announce-clause licenses. You may not distribute binaries 2937 with krb4-enabled libcurl that also link with GPL-licensed code! 2938 2939 OpenSSL http://www.openssl.org/source/license.html 2940 2941 (May be used for SSL/TLS support) Uses an Original BSD-style license 2942 with an announcement clause that makes it "incompatible" with GPL. You 2943 are not allowed to ship binaries that link with OpenSSL that includes 2944 GPL code (unless that specific GPL code includes an exception for 2945 OpenSSL - a habit that is growing more and more common). If OpenSSL's 2946 licensing is a problem for you, consider using GnuTLS or yassl 2947 instead. 2948 2949 GnuTLS http://www.gnutls.org/ 2950 2951 (May be used for SSL/TLS support) Uses the LGPL[3] license. If this is 2952 a problem for you, consider using OpenSSL instead. Also note that 2953 GnuTLS itself depends on and uses other libs (libgcrypt and 2954 libgpg-error) and they too are LGPL- or GPL-licensed. 2955 2956 yassl http://www.yassl.com/ 2957 2958 (May be used for SSL/TLS support) Uses the GPL[1] license. If this is 2959 a problem for you, consider using OpenSSL or GnuTLS instead. 2960 2961 NSS http://www.mozilla.org/projects/security/pki/nss/ 2962 2963 (May be used for SSL/TLS support) Is covered by the MPL[4] license, 2964 the GPL[1] license and the LGPL[3] license. You may choose to license 2965 the code under MPL terms, GPL terms, or LGPL terms. These licenses 2966 grant you different permissions and impose different obligations. You 2967 should select the license that best meets your needs. 2968 2969 axTLS http://axtls.sourceforge.net/ 2970 2971 (May be used for SSL/TLS support) Uses a Modified BSD-style license. 2972 2973 c-ares http://daniel.haxx.se/projects/c-ares/license.html 2974 2975 (Used for asynchronous name resolves) Uses an MIT license that is very 2976 liberal and imposes no restrictions on any other library or part you 2977 may link with. 2978 2979 zlib http://www.gzip.org/zlib/zlib_license.html 2980 2981 (Used for compressed Transfer-Encoding support) Uses an MIT-style 2982 license that shouldn't collide with any other library. 2983 2984 krb4 2985 2986 While nothing in particular says that a Kerberos4 library must use any 2987 particular license, the one I've tried and used successfully so far 2988 (kth-krb4) is partly Original BSD-licensed with the announcement 2989 clause. Some of the code in libcurl that is written to deal with 2990 Kerberos4 is Modified BSD-licensed. 2991 2992 MIT Kerberos http://web.mit.edu/kerberos/www/dist/ 2993 2994 (May be used for GSS support) MIT licensed, that shouldn't collide 2995 with any other parts. 2996 2997 Heimdal http://www.pdc.kth.se/heimdal/ 2998 2999 (May be used for GSS support) Heimdal is Original BSD licensed with 3000 the announcement clause. 3001 3002 GNU GSS http://www.gnu.org/software/gss/ 3003 3004 (May be used for GSS support) GNU GSS is GPL licensed. Note that you 3005 may not distribute binary curl packages that uses this if you build 3006 curl to also link and use any Original BSD licensed libraries! 3007 3008 fbopenssl 3009 3010 (Used for SPNEGO support) Unclear license. Based on its name, I assume 3011 that it uses the OpenSSL license and thus shares the same issues as 3012 described for OpenSSL above. 3013 3014 libidn http://josefsson.org/libidn/ 3015 3016 (Used for IDNA support) Uses the GNU Lesser General Public 3017 License [3]. LGPL is a variation of GPL with slightly less aggressive 3018 "copyleft". This license requires more requirements to be met when 3019 distributing binaries, see the license for details. Also note that if 3020 you distribute a binary that includes this library, you must also 3021 include the full LGPL license text. Please properly point out what 3022 parts of the distributed package that the license addresses. 3023 3024 OpenLDAP http://www.openldap.org/software/release/license.html 3025 3026 (Used for LDAP support) Uses a Modified BSD-style license. Since 3027 libcurl uses OpenLDAP as a shared library only, I have not heard of 3028 anyone that ships OpenLDAP linked with libcurl in an app. 3029 3030 libssh2 http://www.libssh2.org/ 3031 3032 (Used for scp and sftp support) libssh2 uses a Modified BSD-style 3033 license. 3034 3035 [1] = GPL - GNU General Public License: http://www.gnu.org/licenses/gpl.html 3036 [2] = http://www.fsf.org/licenses/gpl-faq.html#GPLIncompatibleLibs details on 3037 how to write such an exception to the GPL 3038 [3] = LGPL - GNU Lesser General Public License: 3039 http://www.gnu.org/licenses/lgpl.html 3040 [4] = MPL - Mozilla Public License: 3041 http://www.mozilla.org/MPL/ 3042 3043 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 3044 </pre> 3045 <ul> 3046 3047 </ul> 3048 </div> 3049 </div> 3050 3051 3052 <div class="product"> 3053 <span class="title">daisydog-0.0.1</span> 3054 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 3055 <span class="homepage"><a href="https://chromium.googlesource.com/chromiumos/third_party/daisydog">homepage</a></span> 3056 <div class="licence"> 3057 <pre></pre> 3058 <ul> 3059 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 3060 </ul> 3061 </div> 3062 </div> 3063 3064 3065 <div class="product"> 3066 <span class="title">damageproto-1.2.1</span> 3067 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 3068 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span> 3069 <div class="licence"> 3070 <pre>Scanned Source License damageproto-1.2.1/COPYING: 3071 3072 $Id: COPYING,v 1.1 2003-10-24 06:16:46 keithp Exp $ 3073 3074 Copyright 2001,2003 Keith Packard 3075 Copyright 2007 Eric Anholt 3076 3077 Permission to use, copy, modify, distribute, and sell this software and its 3078 documentation for any purpose is hereby granted without fee, provided that 3079 the above copyright notice appear in all copies and that both that 3080 copyright notice and this permission notice appear in supporting 3081 documentation, and that the name of Keith Packard not be used in 3082 advertising or publicity pertaining to distribution of the software without 3083 specific, written prior permission. Keith Packard makes no 3084 representations about the suitability of this software for any purpose. It 3085 is provided "as is" without express or implied warranty. 3086 3087 KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 3088 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 3089 EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR 3090 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 3091 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 3092 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 3093 PERFORMANCE OF THIS SOFTWARE. 3094 3095 3096 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 3097 </pre> 3098 <ul> 3099 3100 </ul> 3101 </div> 3102 </div> 3103 3104 3105 <div class="product"> 3106 <span class="title">dash-0.5.5.1.7</span> 3107 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 3108 <span class="homepage"><a href="http://gondor.apana.org.au/~herbert/dash/">homepage</a></span> 3109 <div class="licence"> 3110 <pre>Scanned Source License dash-0.5.5.1/COPYING: 3111 3112 Copyright (c) 1989-1994 3113 The Regents of the University of California. All rights reserved. 3114 Copyright (c) 1997 Christos Zoulas. All rights reserved. 3115 Copyright (c) 1997-2005 3116 Herbert Xu <herbert (a] gondor.apana.org.au>. All rights reserved. 3117 3118 This code is derived from software contributed to Berkeley by Kenneth Almquist. 3119 3120 3121 Redistribution and use in source and binary forms, with or without 3122 modification, are permitted provided that the following conditions 3123 are met: 3124 1. Redistributions of source code must retain the above copyright 3125 notice, this list of conditions and the following disclaimer. 3126 2. Redistributions in binary form must reproduce the above copyright 3127 notice, this list of conditions and the following disclaimer in the 3128 documentation and/or other materials provided with the distribution. 3129 3. Neither the name of the University nor the names of its contributors 3130 may be used to endorse or promote products derived from this software 3131 without specific prior written permission. 3132 3133 THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND 3134 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 3135 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 3136 ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 3137 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 3138 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 3139 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 3140 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 3141 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 3142 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 3143 SUCH DAMAGE. 3144 3145 mksignames.c: 3146 3147 This file is not directly linked with dash. However, its output is. 3148 3149 Copyright (C) 1992 Free Software Foundation, Inc. 3150 3151 This file is part of GNU Bash, the Bourne Again SHell. 3152 3153 Bash is free software; you can redistribute it and/or modify it under 3154 the terms of the GNU General Public License as published by the Free 3155 Software Foundation; either version 2, or (at your option) any later 3156 version. 3157 3158 Bash is distributed in the hope that it will be useful, but WITHOUT ANY 3159 WARRANTY; without even the implied warranty of MERCHANTABILITY or 3160 FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 3161 for more details. 3162 3163 You should have received a copy of the GNU General Public License with 3164 your Debian GNU/Linux system, in /usr/share/common-licenses/GPL, or with the 3165 Debian GNU/Linux hello source package as the file COPYING. If not, 3166 write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, 3167 Boston, MA 02111 USA. 3168 3169 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 3170 </pre> 3171 <ul> 3172 3173 </ul> 3174 </div> 3175 </div> 3176 3177 3178 <div class="product"> 3179 <span class="title">dbus-1.6.8</span> 3180 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 3181 <span class="homepage"><a href="http://dbus.freedesktop.org/">homepage</a></span> 3182 <div class="licence"> 3183 <pre></pre> 3184 <ul> 3185 <li><a href='#AFL-2.1'>Gentoo Package Stock License AFL-2.1</a></li> 3186 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 3187 </ul> 3188 </div> 3189 </div> 3190 3191 3192 <div class="product"> 3193 <span class="title">dbus-c++-0.0.2</span> 3194 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 3195 <span class="homepage"><a href="http://www.freedesktop.org/wiki/Software/dbus-c%2B%2B">homepage</a></span> 3196 <div class="licence"> 3197 <pre></pre> 3198 <ul> 3199 <li><a href='#LGPL-2'>Gentoo Package Stock License LGPL-2</a></li> 3200 </ul> 3201 </div> 3202 </div> 3203 3204 3205 <div class="product"> 3206 <span class="title">dbus-glib-0.100.2</span> 3207 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 3208 <span class="homepage"><a href="http://dbus.freedesktop.org/">homepage</a></span> 3209 <div class="licence"> 3210 <pre></pre> 3211 <ul> 3212 <li><a href='#AFL-2.1'>Gentoo Package Stock License AFL-2.1</a></li> 3213 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 3214 </ul> 3215 </div> 3216 </div> 3217 3218 3219 <div class="product"> 3220 <span class="title">dbus-python-0.84.0</span> 3221 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 3222 <span class="homepage"><a href="http://www.freedesktop.org/wiki/Software/DBusBindings">homepage</a></span> 3223 <div class="licence"> 3224 <pre>Scanned Source License dbus-python-0.84.0/COPYING: 3225 3226 As of version 0.82.4, dbus-python is released under the following permissive 3227 non-copyleft license (the same one used for D-Bus core): 3228 3229 Permission is hereby granted, free of charge, to any person 3230 obtaining a copy of this software and associated documentation 3231 files (the "Software"), to deal in the Software without 3232 restriction, including without limitation the rights to use, copy, 3233 modify, merge, publish, distribute, sublicense, and/or sell copies 3234 of the Software, and to permit persons to whom the Software is 3235 furnished to do so, subject to the following conditions: 3236 3237 The above copyright notice and this permission notice shall be 3238 included in all copies or substantial portions of the Software. 3239 3240 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 3241 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 3242 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 3243 NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT 3244 HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 3245 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 3246 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 3247 DEALINGS IN THE SOFTWARE. 3248 3249 Copyright holders and licensing are indicated in the source files. 3250 3251 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 3252 </pre> 3253 <ul> 3254 3255 </ul> 3256 </div> 3257 </div> 3258 3259 3260 <div class="product"> 3261 <span class="title">dbus-spy-0.0.1</span> 3262 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 3263 <span class="homepage"><a href="http://vidner.net/martin/software/dbus-spy/">homepage</a></span> 3264 <div class="licence"> 3265 <pre>Gentoo Package Stock License CC-BY-3.0: 3266 3267 Creative Commons Legal Code 3268 3269 Attribution 3.0 Unported 3270 3271 CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE 3272 LEGAL SERVICES. DISTRIBUTION OF THIS LICENSE DOES NOT CREATE AN 3273 ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS 3274 INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES 3275 REGARDING THE INFORMATION PROVIDED, AND DISCLAIMS LIABILITY FOR 3276 DAMAGES RESULTING FROM ITS USE. 3277 3278 License 3279 3280 THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CREATIVE 3281 COMMONS PUBLIC LICENSE ("CCPL" OR "LICENSE"). THE WORK IS PROTECTED BY 3282 COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE WORK OTHER THAN AS 3283 AUTHORIZED UNDER THIS LICENSE OR COPYRIGHT LAW IS PROHIBITED. 3284 3285 BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND AGREE 3286 TO BE BOUND BY THE TERMS OF THIS LICENSE. TO THE EXTENT THIS LICENSE MAY 3287 BE CONSIDERED TO BE A CONTRACT, THE LICENSOR GRANTS YOU THE RIGHTS 3288 CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS AND 3289 CONDITIONS. 3290 3291 1. Definitions 3292 3293 a. "Adaptation" means a work based upon the Work, or upon the Work and 3294 other pre-existing works, such as a translation, adaptation, 3295 derivative work, arrangement of music or other alterations of a 3296 literary or artistic work, or phonogram or performance and includes 3297 cinematographic adaptations or any other form in which the Work may be 3298 recast, transformed, or adapted including in any form recognizably 3299 derived from the original, except that a work that constitutes a 3300 Collection will not be considered an Adaptation for the purpose of 3301 this License. For the avoidance of doubt, where the Work is a musical 3302 work, performance or phonogram, the synchronization of the Work in 3303 timed-relation with a moving image ("synching") will be considered an 3304 Adaptation for the purpose of this License. 3305 b. "Collection" means a collection of literary or artistic works, such as 3306 encyclopedias and anthologies, or performances, phonograms or 3307 broadcasts, or other works or subject matter other than works listed 3308 in Section 1(f) below, which, by reason of the selection and 3309 arrangement of their contents, constitute intellectual creations, in 3310 which the Work is included in its entirety in unmodified form along 3311 with one or more other contributions, each constituting separate and 3312 independent works in themselves, which together are assembled into a 3313 collective whole. A work that constitutes a Collection will not be 3314 considered an Adaptation (as defined above) for the purposes of this 3315 License. 3316 c. "Distribute" means to make available to the public the original and 3317 copies of the Work or Adaptation, as appropriate, through sale or 3318 other transfer of ownership. 3319 d. "Licensor" means the individual, individuals, entity or entities that 3320 offer(s) the Work under the terms of this License. 3321 e. "Original Author" means, in the case of a literary or artistic work, 3322 the individual, individuals, entity or entities who created the Work 3323 or if no individual or entity can be identified, the publisher; and in 3324 addition (i) in the case of a performance the actors, singers, 3325 musicians, dancers, and other persons who act, sing, deliver, declaim, 3326 play in, interpret or otherwise perform literary or artistic works or 3327 expressions of folklore; (ii) in the case of a phonogram the producer 3328 being the person or legal entity who first fixes the sounds of a 3329 performance or other sounds; and, (iii) in the case of broadcasts, the 3330 organization that transmits the broadcast. 3331 f. "Work" means the literary and/or artistic work offered under the terms 3332 of this License including without limitation any production in the 3333 literary, scientific and artistic domain, whatever may be the mode or 3334 form of its expression including digital form, such as a book, 3335 pamphlet and other writing; a lecture, address, sermon or other work 3336 of the same nature; a dramatic or dramatico-musical work; a 3337 choreographic work or entertainment in dumb show; a musical 3338 composition with or without words; a cinematographic work to which are 3339 assimilated works expressed by a process analogous to cinematography; 3340 a work of drawing, painting, architecture, sculpture, engraving or 3341 lithography; a photographic work to which are assimilated works 3342 expressed by a process analogous to photography; a work of applied 3343 art; an illustration, map, plan, sketch or three-dimensional work 3344 relative to geography, topography, architecture or science; a 3345 performance; a broadcast; a phonogram; a compilation of data to the 3346 extent it is protected as a copyrightable work; or a work performed by 3347 a variety or circus performer to the extent it is not otherwise 3348 considered a literary or artistic work. 3349 g. "You" means an individual or entity exercising rights under this 3350 License who has not previously violated the terms of this License with 3351 respect to the Work, or who has received express permission from the 3352 Licensor to exercise rights under this License despite a previous 3353 violation. 3354 h. "Publicly Perform" means to perform public recitations of the Work and 3355 to communicate to the public those public recitations, by any means or 3356 process, including by wire or wireless means or public digital 3357 performances; to make available to the public Works in such a way that 3358 members of the public may access these Works from a place and at a 3359 place individually chosen by them; to perform the Work to the public 3360 by any means or process and the communication to the public of the 3361 performances of the Work, including by public digital performance; to 3362 broadcast and rebroadcast the Work by any means including signs, 3363 sounds or images. 3364 i. "Reproduce" means to make copies of the Work by any means including 3365 without limitation by sound or visual recordings and the right of 3366 fixation and reproducing fixations of the Work, including storage of a 3367 protected performance or phonogram in digital form or other electronic 3368 medium. 3369 3370 2. Fair Dealing Rights. Nothing in this License is intended to reduce, 3371 limit, or restrict any uses free from copyright or rights arising from 3372 limitations or exceptions that are provided for in connection with the 3373 copyright protection under copyright law or other applicable laws. 3374 3375 3. License Grant. Subject to the terms and conditions of this License, 3376 Licensor hereby grants You a worldwide, royalty-free, non-exclusive, 3377 perpetual (for the duration of the applicable copyright) license to 3378 exercise the rights in the Work as stated below: 3379 3380 a. to Reproduce the Work, to incorporate the Work into one or more 3381 Collections, and to Reproduce the Work as incorporated in the 3382 Collections; 3383 b. to create and Reproduce Adaptations provided that any such Adaptation, 3384 including any translation in any medium, takes reasonable steps to 3385 clearly label, demarcate or otherwise identify that changes were made 3386 to the original Work. For example, a translation could be marked "The 3387 original work was translated from English to Spanish," or a 3388 modification could indicate "The original work has been modified."; 3389 c. to Distribute and Publicly Perform the Work including as incorporated 3390 in Collections; and, 3391 d. to Distribute and Publicly Perform Adaptations. 3392 e. For the avoidance of doubt: 3393 3394 i. Non-waivable Compulsory License Schemes. In those jurisdictions in 3395 which the right to collect royalties through any statutory or 3396 compulsory licensing scheme cannot be waived, the Licensor 3397 reserves the exclusive right to collect such royalties for any 3398 exercise by You of the rights granted under this License; 3399 ii. Waivable Compulsory License Schemes. In those jurisdictions in 3400 which the right to collect royalties through any statutory or 3401 compulsory licensing scheme can be waived, the Licensor waives the 3402 exclusive right to collect such royalties for any exercise by You 3403 of the rights granted under this License; and, 3404 iii. Voluntary License Schemes. The Licensor waives the right to 3405 collect royalties, whether individually or, in the event that the 3406 Licensor is a member of a collecting society that administers 3407 voluntary licensing schemes, via that society, from any exercise 3408 by You of the rights granted under this License. 3409 3410 The above rights may be exercised in all media and formats whether now 3411 known or hereafter devised. The above rights include the right to make 3412 such modifications as are technically necessary to exercise the rights in 3413 other media and formats. Subject to Section 8(f), all rights not expressly 3414 granted by Licensor are hereby reserved. 3415 3416 4. Restrictions. The license granted in Section 3 above is expressly made 3417 subject to and limited by the following restrictions: 3418 3419 a. You may Distribute or Publicly Perform the Work only under the terms 3420 of this License. You must include a copy of, or the Uniform Resource 3421 Identifier (URI) for, this License with every copy of the Work You 3422 Distribute or Publicly Perform. You may not offer or impose any terms 3423 on the Work that restrict the terms of this License or the ability of 3424 the recipient of the Work to exercise the rights granted to that 3425 recipient under the terms of the License. You may not sublicense the 3426 Work. You must keep intact all notices that refer to this License and 3427 to the disclaimer of warranties with every copy of the Work You 3428 Distribute or Publicly Perform. When You Distribute or Publicly 3429 Perform the Work, You may not impose any effective technological 3430 measures on the Work that restrict the ability of a recipient of the 3431 Work from You to exercise the rights granted to that recipient under 3432 the terms of the License. This Section 4(a) applies to the Work as 3433 incorporated in a Collection, but this does not require the Collection 3434 apart from the Work itself to be made subject to the terms of this 3435 License. If You create a Collection, upon notice from any Licensor You 3436 must, to the extent practicable, remove from the Collection any credit 3437 as required by Section 4(b), as requested. If You create an 3438 Adaptation, upon notice from any Licensor You must, to the extent 3439 practicable, remove from the Adaptation any credit as required by 3440 Section 4(b), as requested. 3441 b. If You Distribute, or Publicly Perform the Work or any Adaptations or 3442 Collections, You must, unless a request has been made pursuant to 3443 Section 4(a), keep intact all copyright notices for the Work and 3444 provide, reasonable to the medium or means You are utilizing: (i) the 3445 name of the Original Author (or pseudonym, if applicable) if supplied, 3446 and/or if the Original Author and/or Licensor designate another party 3447 or parties (e.g., a sponsor institute, publishing entity, journal) for 3448 attribution ("Attribution Parties") in Licensor's copyright notice, 3449 terms of service or by other reasonable means, the name of such party 3450 or parties; (ii) the title of the Work if supplied; (iii) to the 3451 extent reasonably practicable, the URI, if any, that Licensor 3452 specifies to be associated with the Work, unless such URI does not 3453 refer to the copyright notice or licensing information for the Work; 3454 and (iv) , consistent with Section 3(b), in the case of an Adaptation, 3455 a credit identifying the use of the Work in the Adaptation (e.g., 3456 "French translation of the Work by Original Author," or "Screenplay 3457 based on original Work by Original Author"). The credit required by 3458 this Section 4(b) may be implemented in any reasonable manner; 3459 provided, however, that in the case of a Adaptation or Collection, at 3460 a minimum such credit will appear, if a credit for all contributing 3461 authors of the Adaptation or Collection appears, then as part of these 3462 credits and in a manner at least as prominent as the credits for the 3463 other contributing authors. For the avoidance of doubt, You may only 3464 use the credit required by this Section for the purpose of attribution 3465 in the manner set out above and, by exercising Your rights under this 3466 License, You may not implicitly or explicitly assert or imply any 3467 connection with, sponsorship or endorsement by the Original Author, 3468 Licensor and/or Attribution Parties, as appropriate, of You or Your 3469 use of the Work, without the separate, express prior written 3470 permission of the Original Author, Licensor and/or Attribution 3471 Parties. 3472 c. Except as otherwise agreed in writing by the Licensor or as may be 3473 otherwise permitted by applicable law, if You Reproduce, Distribute or 3474 Publicly Perform the Work either by itself or as part of any 3475 Adaptations or Collections, You must not distort, mutilate, modify or 3476 take other derogatory action in relation to the Work which would be 3477 prejudicial to the Original Author's honor or reputation. Licensor 3478 agrees that in those jurisdictions (e.g. Japan), in which any exercise 3479 of the right granted in Section 3(b) of this License (the right to 3480 make Adaptations) would be deemed to be a distortion, mutilation, 3481 modification or other derogatory action prejudicial to the Original 3482 Author's honor and reputation, the Licensor will waive or not assert, 3483 as appropriate, this Section, to the fullest extent permitted by the 3484 applicable national law, to enable You to reasonably exercise Your 3485 right under Section 3(b) of this License (right to make Adaptations) 3486 but not otherwise. 3487 3488 5. Representations, Warranties and Disclaimer 3489 3490 UNLESS OTHERWISE MUTUALLY AGREED TO BY THE PARTIES IN WRITING, LICENSOR 3491 OFFERS THE WORK AS-IS AND MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY 3492 KIND CONCERNING THE WORK, EXPRESS, IMPLIED, STATUTORY OR OTHERWISE, 3493 INCLUDING, WITHOUT LIMITATION, WARRANTIES OF TITLE, MERCHANTIBILITY, 3494 FITNESS FOR A PARTICULAR PURPOSE, NONINFRINGEMENT, OR THE ABSENCE OF 3495 LATENT OR OTHER DEFECTS, ACCURACY, OR THE PRESENCE OF ABSENCE OF ERRORS, 3496 WHETHER OR NOT DISCOVERABLE. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION 3497 OF IMPLIED WARRANTIES, SO SUCH EXCLUSION MAY NOT APPLY TO YOU. 3498 3499 6. Limitation on Liability. EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE 3500 LAW, IN NO EVENT WILL LICENSOR BE LIABLE TO YOU ON ANY LEGAL THEORY FOR 3501 ANY SPECIAL, INCIDENTAL, CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES 3502 ARISING OUT OF THIS LICENSE OR THE USE OF THE WORK, EVEN IF LICENSOR HAS 3503 BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. 3504 3505 7. Termination 3506 3507 a. This License and the rights granted hereunder will terminate 3508 automatically upon any breach by You of the terms of this License. 3509 Individuals or entities who have received Adaptations or Collections 3510 from You under this License, however, will not have their licenses 3511 terminated provided such individuals or entities remain in full 3512 compliance with those licenses. Sections 1, 2, 5, 6, 7, and 8 will 3513 survive any termination of this License. 3514 b. Subject to the above terms and conditions, the license granted here is 3515 perpetual (for the duration of the applicable copyright in the Work). 3516 Notwithstanding the above, Licensor reserves the right to release the 3517 Work under different license terms or to stop distributing the Work at 3518 any time; provided, however that any such election will not serve to 3519 withdraw this License (or any other license that has been, or is 3520 required to be, granted under the terms of this License), and this 3521 License will continue in full force and effect unless terminated as 3522 stated above. 3523 3524 8. Miscellaneous 3525 3526 a. Each time You Distribute or Publicly Perform the Work or a Collection, 3527 the Licensor offers to the recipient a license to the Work on the same 3528 terms and conditions as the license granted to You under this License. 3529 b. Each time You Distribute or Publicly Perform an Adaptation, Licensor 3530 offers to the recipient a license to the original Work on the same 3531 terms and conditions as the license granted to You under this License. 3532 c. If any provision of this License is invalid or unenforceable under 3533 applicable law, it shall not affect the validity or enforceability of 3534 the remainder of the terms of this License, and without further action 3535 by the parties to this agreement, such provision shall be reformed to 3536 the minimum extent necessary to make such provision valid and 3537 enforceable. 3538 d. No term or provision of this License shall be deemed waived and no 3539 breach consented to unless such waiver or consent shall be in writing 3540 and signed by the party to be charged with such waiver or consent. 3541 e. This License constitutes the entire agreement between the parties with 3542 respect to the Work licensed here. There are no understandings, 3543 agreements or representations with respect to the Work not specified 3544 here. Licensor shall not be bound by any additional provisions that 3545 may appear in any communication from You. This License may not be 3546 modified without the mutual written agreement of the Licensor and You. 3547 f. The rights granted under, and the subject matter referenced, in this 3548 License were drafted utilizing the terminology of the Berne Convention 3549 for the Protection of Literary and Artistic Works (as amended on 3550 September 28, 1979), the Rome Convention of 1961, the WIPO Copyright 3551 Treaty of 1996, the WIPO Performances and Phonograms Treaty of 1996 3552 and the Universal Copyright Convention (as revised on July 24, 1971). 3553 These rights and subject matter take effect in the relevant 3554 jurisdiction in which the License terms are sought to be enforced 3555 according to the corresponding provisions of the implementation of 3556 those treaty provisions in the applicable national law. If the 3557 standard suite of rights granted under applicable copyright law 3558 includes additional rights not granted under this License, such 3559 additional rights are deemed to be included in the License; this 3560 License is not intended to restrict the license of any rights under 3561 applicable law. 3562 3563 3564 Creative Commons Notice 3565 3566 Creative Commons is not a party to this License, and makes no warranty 3567 whatsoever in connection with the Work. Creative Commons will not be 3568 liable to You or any party on any legal theory for any damages 3569 whatsoever, including without limitation any general, special, 3570 incidental or consequential damages arising in connection to this 3571 license. Notwithstanding the foregoing two (2) sentences, if Creative 3572 Commons has expressly identified itself as the Licensor hereunder, it 3573 shall have all rights and obligations of Licensor. 3574 3575 Except for the limited purpose of indicating to the public that the 3576 Work is licensed under the CCPL, Creative Commons does not authorize 3577 the use by either party of the trademark "Creative Commons" or any 3578 related trademark or logo of Creative Commons without the prior 3579 written consent of Creative Commons. Any permitted use will be in 3580 compliance with Creative Commons' then-current trademark usage 3581 guidelines, as may be published on its website or otherwise made 3582 available upon request from time to time. For the avoidance of doubt, 3583 this trademark restriction does not form part of this License. 3584 3585 Creative Commons may be contacted at http://creativecommons.org/. 3586 3587 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 3588 </pre> 3589 <ul> 3590 3591 </ul> 3592 </div> 3593 </div> 3594 3595 3596 <div class="product"> 3597 <span class="title">dejavu-2.33</span> 3598 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 3599 <span class="homepage"><a href="http://dejavu.sourceforge.net/">homepage</a></span> 3600 <div class="licence"> 3601 <pre>Gentoo Package Stock License BitstreamVera: 3602 3603 Bitstream Vera Fonts Copyright 3604 3605 The fonts have a generous copyright, allowing derivative works (as 3606 long as "Bitstream" or "Vera" are not in the names), and full 3607 redistribution (so long as they are not *sold* by themselves). They 3608 can be be bundled, redistributed and sold with any software. 3609 3610 The fonts are distributed under the following copyright: 3611 3612 Copyright 3613 ========= 3614 3615 Copyright (c) 2003 by Bitstream, Inc. All Rights Reserved. Bitstream 3616 Vera is a trademark of Bitstream, Inc. 3617 3618 Permission is hereby granted, free of charge, to any person obtaining 3619 a copy of the fonts accompanying this license ("Fonts") and associated 3620 documentation files (the "Font Software"), to reproduce and distribute 3621 the Font Software, including without limitation the rights to use, 3622 copy, merge, publish, distribute, and/or sell copies of the Font 3623 Software, and to permit persons to whom the Font Software is furnished 3624 to do so, subject to the following conditions: 3625 3626 The above copyright and trademark notices and this permission notice 3627 shall be included in all copies of one or more of the Font Software 3628 typefaces. 3629 3630 The Font Software may be modified, altered, or added to, and in 3631 particular the designs of glyphs or characters in the Fonts may be 3632 modified and additional glyphs or characters may be added to the 3633 Fonts, only if the fonts are renamed to names not containing either 3634 the words "Bitstream" or the word "Vera". 3635 3636 This License becomes null and void to the extent applicable to Fonts 3637 or Font Software that has been modified and is distributed under the 3638 "Bitstream Vera" names. 3639 3640 The Font Software may be sold as part of a larger software package but 3641 no copy of one or more of the Font Software typefaces may be sold by 3642 itself. 3643 3644 THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 3645 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF 3646 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT 3647 OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL 3648 BITSTREAM OR THE GNOME FOUNDATION BE LIABLE FOR ANY CLAIM, DAMAGES OR 3649 OTHER LIABILITY, INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, 3650 OR CONSEQUENTIAL DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR 3651 OTHERWISE, ARISING FROM, OUT OF THE USE OR INABILITY TO USE THE FONT 3652 SOFTWARE OR FROM OTHER DEALINGS IN THE FONT SOFTWARE. 3653 3654 Except as contained in this notice, the names of Gnome, the Gnome 3655 Foundation, and Bitstream Inc., shall not be used in advertising or 3656 otherwise to promote the sale, use or other dealings in this Font 3657 Software without prior written authorization from the Gnome Foundation 3658 or Bitstream Inc., respectively. For further information, contact: 3659 fonts at gnome dot org. 3660 3661 Copyright FAQ 3662 ============= 3663 3664 1. I don't understand the resale restriction... What gives? 3665 3666 Bitstream is giving away these fonts, but wishes to ensure its 3667 competitors can't just drop the fonts as is into a font sale system 3668 and sell them as is. It seems fair that if Bitstream can't make money 3669 from the Bitstream Vera fonts, their competitors should not be able to 3670 do so either. You can sell the fonts as part of any software package, 3671 however. 3672 3673 2. I want to package these fonts separately for distribution and 3674 sale as part of a larger software package or system. Can I do so? 3675 3676 Yes. A RPM or Debian package is a "larger software package" to begin 3677 with, and you aren't selling them independently by themselves. 3678 See 1. above. 3679 3680 3. Are derivative works allowed? 3681 Yes! 3682 3683 4. Can I change or add to the font(s)? 3684 Yes, but you must change the name(s) of the font(s). 3685 3686 5. Under what terms are derivative works allowed? 3687 3688 You must change the name(s) of the fonts. This is to ensure the 3689 quality of the fonts, both to protect Bitstream and Gnome. We want to 3690 ensure that if an application has opened a font specifically of these 3691 names, it gets what it expects (though of course, using fontconfig, 3692 substitutions could still could have occurred during font 3693 opening). You must include the Bitstream copyright. Additional 3694 copyrights can be added, as per copyright law. Happy Font Hacking! 3695 3696 6. If I have improvements for Bitstream Vera, is it possible they might get 3697 adopted in future versions? 3698 3699 Yes. The contract between the Gnome Foundation and Bitstream has 3700 provisions for working with Bitstream to ensure quality additions to 3701 the Bitstream Vera font family. Please contact us if you have such 3702 additions. Note, that in general, we will want such additions for the 3703 entire family, not just a single font, and that you'll have to keep 3704 both Gnome and Jim Lyles, Vera's designer, happy! To make sense to add 3705 glyphs to the font, they must be stylistically in keeping with Vera's 3706 design. Vera cannot become a "ransom note" font. Jim Lyles will be 3707 providing a document describing the design elements used in Vera, as a 3708 guide and aid for people interested in contributing to Vera. 3709 3710 7. I want to sell a software package that uses these fonts: Can I do so? 3711 3712 Sure. Bundle the fonts with your software and sell your software 3713 with the fonts. That is the intent of the copyright. 3714 3715 8. If applications have built the names "Bitstream Vera" into them, 3716 can I override this somehow to use fonts of my choosing? 3717 3718 This depends on exact details of the software. Most open source 3719 systems and software (e.g., Gnome, KDE, etc.) are now converting to 3720 use fontconfig (see www.fontconfig.org) to handle font configuration, 3721 selection and substitution; it has provisions for overriding font 3722 names and subsituting alternatives. An example is provided by the 3723 supplied local.conf file, which chooses the family Bitstream Vera for 3724 "sans", "serif" and "monospace". Other software (e.g., the XFree86 3725 core server) has other mechanisms for font substitution. 3726 3727 3728 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 3729 </pre> 3730 <ul> 3731 3732 </ul> 3733 </div> 3734 </div> 3735 3736 3737 <div class="product"> 3738 <span class="title">dev-install-0.0.1</span> 3739 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 3740 <span class="homepage"><a href="http://www.chromium.org/chromium-os">homepage</a></span> 3741 <div class="licence"> 3742 <pre></pre> 3743 <ul> 3744 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 3745 </ul> 3746 </div> 3747 </div> 3748 3749 3750 <div class="product"> 3751 <span class="title">dhcp-4.2.2</span> 3752 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 3753 <span class="homepage"><a href="http://www.isc.org/products/DHCP">homepage</a></span> 3754 <div class="licence"> 3755 <pre>Scanned Source License dhcp-4.2.2/LICENSE: 3756 3757 # Copyright (c) 2004-2011 by Internet Systems Consortium, Inc. ("ISC") 3758 # Copyright (c) 1995-2003 by Internet Software Consortium 3759 # 3760 # Permission to use, copy, modify, and distribute this software for any 3761 # purpose with or without fee is hereby granted, provided that the above 3762 # copyright notice and this permission notice appear in all copies. 3763 # 3764 # THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES 3765 # WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF 3766 # MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR 3767 # ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 3768 # WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 3769 # ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT 3770 # OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 3771 # 3772 # Internet Systems Consortium, Inc. 3773 # 950 Charter Street 3774 # Redwood City, CA 94063 3775 # <info (a] isc.org> 3776 # https://www.isc.org/ 3777 3778 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 3779 3780 Scanned Source License dhcp-4.2.2/bind/bind-9.8.0-P4/COPYRIGHT: 3781 3782 Copyright (C) 2004-2011 Internet Systems Consortium, Inc. ("ISC") 3783 Copyright (C) 1996-2003 Internet Software Consortium. 3784 3785 Permission to use, copy, modify, and/or distribute this software for any 3786 purpose with or without fee is hereby granted, provided that the above 3787 copyright notice and this permission notice appear in all copies. 3788 3789 THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH 3790 REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY 3791 AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT, 3792 INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM 3793 LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE 3794 OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 3795 PERFORMANCE OF THIS SOFTWARE. 3796 3797 $Id: COPYRIGHT,v 1.17 2011-01-04 23:47:13 tbox Exp $ 3798 3799 Portions Copyright (C) 1996-2001 Nominum, Inc. 3800 3801 Permission to use, copy, modify, and distribute this software for any 3802 purpose with or without fee is hereby granted, provided that the above 3803 copyright notice and this permission notice appear in all copies. 3804 3805 THE SOFTWARE IS PROVIDED "AS IS" AND NOMINUM DISCLAIMS ALL WARRANTIES 3806 WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF 3807 MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL NOMINUM BE LIABLE FOR 3808 ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 3809 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 3810 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT 3811 OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 3812 3813 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 3814 3815 Scanned Source License dhcp-4.2.2/bind/bind-9.8.0-P4/contrib/idn/idnkit-1.0-src/LICENSE.txt: 3816 3817 Copyright (c) 2000-2002 Japan Network Information Center. All rights reserved. 3818 3819 By using this file, you agree to the terms and conditions set forth bellow. 3820 3821 LICENSE TERMS AND CONDITIONS 3822 3823 The following License Terms and Conditions apply, unless a different 3824 license is obtained from Japan Network Information Center ("JPNIC"), 3825 a Japanese association, Kokusai-Kougyou-Kanda Bldg 6F, 2-3-4 Uchi-Kanda, 3826 Chiyoda-ku, Tokyo 101-0047, Japan. 3827 3828 1. Use, Modification and Redistribution (including distribution of any 3829 modified or derived work) in source and/or binary forms is permitted 3830 under this License Terms and Conditions. 3831 3832 2. Redistribution of source code must retain the copyright notices as they 3833 appear in each source code file, this License Terms and Conditions. 3834 3835 3. Redistribution in binary form must reproduce the Copyright Notice, 3836 this License Terms and Conditions, in the documentation and/or other 3837 materials provided with the distribution. For the purposes of binary 3838 distribution the "Copyright Notice" refers to the following language: 3839 "Copyright (c) 2000-2002 Japan Network Information Center. All rights reserved." 3840 3841 4. The name of JPNIC may not be used to endorse or promote products 3842 derived from this Software without specific prior written approval of 3843 JPNIC. 3844 3845 5. Disclaimer/Limitation of Liability: THIS SOFTWARE IS PROVIDED BY JPNIC 3846 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 3847 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A 3848 PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL JPNIC BE LIABLE 3849 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 3850 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 3851 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR 3852 BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, 3853 WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR 3854 OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF 3855 ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. 3856 3857 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 3858 3859 Scanned Source License dhcp-4.2.2/bind/bind-9.8.0-P4/contrib/zkt/LICENSE: 3860 3861 Copyright (c) 2005 - 2008, Holger Zuleger HZnet. All rights reserved. 3862 3863 This software is open source. 3864 3865 Redistribution and use in source and binary forms, with or without 3866 modification, are permitted provided that the following conditions 3867 are met: 3868 3869 Redistributions of source code must retain the above copyright notice, 3870 this list of conditions and the following disclaimer. 3871 3872 Redistributions in binary form must reproduce the above copyright notice, 3873 this list of conditions and the following disclaimer in the documentation 3874 and/or other materials provided with the distribution. 3875 3876 Neither the name of Holger Zuleger HZnet nor the names of its contributors may 3877 be used to endorse or promote products derived from this software without 3878 specific prior written permission. 3879 3880 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 3881 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 3882 TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 3883 PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE 3884 LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 3885 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 3886 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 3887 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 3888 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 3889 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 3890 POSSIBILITY OF SUCH DAMAGE. 3891 3892 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 3893 </pre> 3894 <ul> 3895 <li><a href='#as-is'>Gentoo Package Stock License as-is</a></li> 3896 </ul> 3897 </div> 3898 </div> 3899 3900 3901 <div class="product"> 3902 <span class="title">dhcpcd-5.1.4</span> 3903 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 3904 <span class="homepage"><a href="http://roy.marples.name/projects/dhcpcd/">homepage</a></span> 3905 <div class="licence"> 3906 <pre>Copyright Attribution License chromiumos-overlay/licenses/copyright-attribution/net-misc/dhcpcd: 3907 3908 Copyright (c) 2006-2010 Roy Marples <roy (a] marples.name> 3909 All rights reserved 3910 3911 Redistribution and use in source and binary forms, with or without 3912 modification, are permitted provided that the following conditions 3913 are met: 3914 1. Redistributions of source code must retain the above copyright 3915 notice, this list of conditions and the following disclaimer. 3916 2. Redistributions in binary form must reproduce the above copyright 3917 notice, this list of conditions and the following disclaimer in the 3918 documentation and/or other materials provided with the distribution. 3919 3920 THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND 3921 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 3922 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 3923 ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 3924 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 3925 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 3926 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 3927 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 3928 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 3929 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 3930 SUCH DAMAGE. 3931 3932 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 3933 </pre> 3934 <ul> 3935 3936 </ul> 3937 </div> 3938 </div> 3939 3940 3941 <div class="product"> 3942 <span class="title">diffutils-3.2</span> 3943 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 3944 <span class="homepage"><a href="http://www.gnu.org/software/diffutils/">homepage</a></span> 3945 <div class="licence"> 3946 <pre></pre> 3947 <ul> 3948 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 3949 </ul> 3950 </div> 3951 </div> 3952 3953 3954 <div class="product"> 3955 <span class="title">dmidecode-2.11</span> 3956 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 3957 <span class="homepage"><a href="http://www.nongnu.org/dmidecode/">homepage</a></span> 3958 <div class="licence"> 3959 <pre></pre> 3960 <ul> 3961 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 3962 </ul> 3963 </div> 3964 </div> 3965 3966 3967 <div class="product"> 3968 <span class="title">dnsmasq-2.50</span> 3969 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 3970 <span class="homepage"><a href="http://www.thekelleys.org.uk/dnsmasq/">homepage</a></span> 3971 <div class="licence"> 3972 <pre></pre> 3973 <ul> 3974 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 3975 </ul> 3976 </div> 3977 </div> 3978 3979 3980 <div class="product"> 3981 <span class="title">docbook-xml-dtd-4.1.2</span> 3982 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 3983 <span class="homepage"><a href="http://www.docbook.org/">homepage</a></span> 3984 <div class="licence"> 3985 <pre></pre> 3986 <ul> 3987 <li><a href='#as-is'>Gentoo Package Stock License as-is</a></li> 3988 </ul> 3989 </div> 3990 </div> 3991 3992 3993 <div class="product"> 3994 <span class="title">dosfstools-3.0.26</span> 3995 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 3996 <span class="homepage"><a href="http://www.daniel-baumann.ch/software/dosfstools/">homepage</a></span> 3997 <div class="licence"> 3998 <pre></pre> 3999 <ul> 4000 <li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li> 4001 </ul> 4002 </div> 4003 </div> 4004 4005 4006 <div class="product"> 4007 <span class="title">dpkt-1.8</span> 4008 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 4009 <span class="homepage"><a href="http://code.google.com/p/dpkt/">homepage</a></span> 4010 <div class="licence"> 4011 <pre>Scanned Source License dpkt-1.8/LICENSE: 4012 4013 4014 Copyright (c) 2004 Dug Song <dugsong (a] monkey.org> 4015 All rights reserved, all wrongs reversed. 4016 4017 Redistribution and use in source and binary forms, with or without 4018 modification, are permitted provided that the following conditions 4019 are met: 4020 4021 1. Redistributions of source code must retain the above copyright 4022 notice, this list of conditions and the following disclaimer. 4023 2. Redistributions in binary form must reproduce the above copyright 4024 notice, this list of conditions and the following disclaimer in the 4025 documentation and/or other materials provided with the distribution. 4026 3. The names of the authors and copyright holders may not be used to 4027 endorse or promote products derived from this software without 4028 specific prior written permission. 4029 4030 THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, 4031 INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY 4032 AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL 4033 THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 4034 EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 4035 PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; 4036 OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, 4037 WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR 4038 OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF 4039 ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 4040 4041 4042 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 4043 4044 Scanned Source License dpkt-1.8/PKG-INFO: 4045 4046 Metadata-Version: 1.0 4047 Name: dpkt 4048 Version: 1.8 4049 Summary: dumb packet module 4050 Home-page: http://dpkt.googlecode.com/ 4051 Author: Dug Song <dugsong (a] monkey.org> 4052 Author-email: UNKNOWN 4053 License: UNKNOWN 4054 Description: UNKNOWN 4055 Platform: UNKNOWN 4056 4057 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 4058 </pre> 4059 <ul> 4060 4061 </ul> 4062 </div> 4063 </div> 4064 4065 4066 <div class="product"> 4067 <span class="title">dri2proto-2.6</span> 4068 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 4069 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span> 4070 <div class="licence"> 4071 <pre>Scanned Source License dri2proto-2.6/COPYING: 4072 4073 Copyright 2007 Red Hat, Inc. 4074 4075 Permission is hereby granted, free of charge, to any person obtaining a 4076 copy of this software and associated documentation files (the "Soft- 4077 ware"), to deal in the Software without restriction, including without 4078 limitation the rights to use, copy, modify, merge, publish, distribute, 4079 and/or sell copies of the Software, and to permit persons to whom the 4080 Software is furnished to do so, provided that the above copyright 4081 notice(s) and this permission notice appear in all copies of the Soft- 4082 ware and that both the above copyright notice(s) and this permission 4083 notice appear in supporting documentation. 4084 4085 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 4086 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABIL- 4087 ITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY 4088 RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN 4089 THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSE- 4090 QUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 4091 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 4092 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFOR- 4093 MANCE OF THIS SOFTWARE. 4094 4095 Except as contained in this notice, the name of a copyright holder shall 4096 not be used in advertising or otherwise to promote the sale, use or 4097 other dealings in this Software without prior written authorization of 4098 the copyright holder. 4099 4100 Authors: 4101 Kristian Hgsberg (krh (a] redhat.com) 4102 4103 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 4104 </pre> 4105 <ul> 4106 4107 </ul> 4108 </div> 4109 </div> 4110 4111 4112 <div class="product"> 4113 <span class="title">droidfonts-cros-20121206</span> 4114 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 4115 <span class="homepage"><a href="">homepage</a></span> 4116 <div class="licence"> 4117 <pre></pre> 4118 <ul> 4119 <li><a href='#Apache-2.0'>Gentoo Package Stock License Apache-2.0</a></li> 4120 </ul> 4121 </div> 4122 </div> 4123 4124 4125 <div class="product"> 4126 <span class="title">dtc-1.4.0</span> 4127 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 4128 <span class="homepage"><a href="http://git.jdl.com/gitweb/?p=dtc.git">homepage</a></span> 4129 <div class="licence"> 4130 <pre></pre> 4131 <ul> 4132 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 4133 </ul> 4134 </div> 4135 </div> 4136 4137 4138 <div class="product"> 4139 <span class="title">e2fsprogs-1.42</span> 4140 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 4141 <span class="homepage"><a href="http://e2fsprogs.sourceforge.net/">homepage</a></span> 4142 <div class="licence"> 4143 <pre>Scanned Source License e2fsprogs-1.42/COPYING: 4144 4145 This package, the EXT2 filesystem utilities, are made available under 4146 the GNU Public License version 2, with the exception of the lib/ext2fs 4147 and lib/e2p libraries, which are made available under the GNU Library 4148 General Public License Version 2, the lib/uuid library which is made 4149 available under a BSD-style license and the lib/et and lib/ss 4150 libraries which are made available under an MIT-style license. Please 4151 see lib/uuid/COPYING for more details for the license for the files 4152 comprising the libuuid library, and the source file headers of the 4153 libet and libss libraries for more information. 4154 4155 The most recent officially distributed version can be found at 4156 http://e2fsprogs.sourceforge.net. If you need to make a distribution, 4157 that's the one you should use. If there is some reason why you'd like 4158 a more recent version that is still in ALPHA testing (i.e., either 4159 using the "WIP" test distributions or one from the hg or git 4160 repository from the development branch, please contact me 4161 (tytso (a] mit.edu) before you ship. The release schedules for this 4162 package are flexible, if you give me enough lead time. 4163 4164 4165 Theodore Ts'o 4166 23-June-2007 4167 4168 ---------------------------------------------------------------------- 4169 4170 GNU GENERAL PUBLIC LICENSE 4171 Version 2, June 1991 4172 4173 Copyright (C) 1989, 1991 Free Software Foundation, Inc. 4174 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 4175 Everyone is permitted to copy and distribute verbatim copies 4176 of this license document, but changing it is not allowed. 4177 4178 Preamble 4179 4180 The licenses for most software are designed to take away your 4181 freedom to share and change it. By contrast, the GNU General Public 4182 License is intended to guarantee your freedom to share and change free 4183 software--to make sure the software is free for all its users. This 4184 General Public License applies to most of the Free Software 4185 Foundation's software and to any other program whose authors commit to 4186 using it. (Some other Free Software Foundation software is covered by 4187 the GNU Library General Public License instead.) You can apply it to 4188 your programs, too. 4189 4190 When we speak of free software, we are referring to freedom, not 4191 price. Our General Public Licenses are designed to make sure that you 4192 have the freedom to distribute copies of free software (and charge for 4193 this service if you wish), that you receive source code or can get it 4194 if you want it, that you can change the software or use pieces of it 4195 in new free programs; and that you know you can do these things. 4196 4197 To protect your rights, we need to make restrictions that forbid 4198 anyone to deny you these rights or to ask you to surrender the rights. 4199 These restrictions translate to certain responsibilities for you if you 4200 distribute copies of the software, or if you modify it. 4201 4202 For example, if you distribute copies of such a program, whether 4203 gratis or for a fee, you must give the recipients all the rights that 4204 you have. You must make sure that they, too, receive or can get the 4205 source code. And you must show them these terms so they know their 4206 rights. 4207 4208 We protect your rights with two steps: (1) copyright the software, and 4209 (2) offer you this license which gives you legal permission to copy, 4210 distribute and/or modify the software. 4211 4212 Also, for each author's protection and ours, we want to make certain 4213 that everyone understands that there is no warranty for this free 4214 software. If the software is modified by someone else and passed on, we 4215 want its recipients to know that what they have is not the original, so 4216 that any problems introduced by others will not reflect on the original 4217 authors' reputations. 4218 4219 Finally, any free program is threatened constantly by software 4220 patents. We wish to avoid the danger that redistributors of a free 4221 program will individually obtain patent licenses, in effect making the 4222 program proprietary. To prevent this, we have made it clear that any 4223 patent must be licensed for everyone's free use or not licensed at all. 4224 4225 The precise terms and conditions for copying, distribution and 4226 modification follow. 4227 4228 GNU GENERAL PUBLIC LICENSE 4229 TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 4230 4231 0. This License applies to any program or other work which contains 4232 a notice placed by the copyright holder saying it may be distributed 4233 under the terms of this General Public License. The "Program", below, 4234 refers to any such program or work, and a "work based on the Program" 4235 means either the Program or any derivative work under copyright law: 4236 that is to say, a work containing the Program or a portion of it, 4237 either verbatim or with modifications and/or translated into another 4238 language. (Hereinafter, translation is included without limitation in 4239 the term "modification".) Each licensee is addressed as "you". 4240 4241 Activities other than copying, distribution and modification are not 4242 covered by this License; they are outside its scope. The act of 4243 running the Program is not restricted, and the output from the Program 4244 is covered only if its contents constitute a work based on the 4245 Program (independent of having been made by running the Program). 4246 Whether that is true depends on what the Program does. 4247 4248 1. You may copy and distribute verbatim copies of the Program's 4249 source code as you receive it, in any medium, provided that you 4250 conspicuously and appropriately publish on each copy an appropriate 4251 copyright notice and disclaimer of warranty; keep intact all the 4252 notices that refer to this License and to the absence of any warranty; 4253 and give any other recipients of the Program a copy of this License 4254 along with the Program. 4255 4256 You may charge a fee for the physical act of transferring a copy, and 4257 you may at your option offer warranty protection in exchange for a fee. 4258 4259 2. You may modify your copy or copies of the Program or any portion 4260 of it, thus forming a work based on the Program, and copy and 4261 distribute such modifications or work under the terms of Section 1 4262 above, provided that you also meet all of these conditions: 4263 4264 a) You must cause the modified files to carry prominent notices 4265 stating that you changed the files and the date of any change. 4266 4267 b) You must cause any work that you distribute or publish, that in 4268 whole or in part contains or is derived from the Program or any 4269 part thereof, to be licensed as a whole at no charge to all third 4270 parties under the terms of this License. 4271 4272 c) If the modified program normally reads commands interactively 4273 when run, you must cause it, when started running for such 4274 interactive use in the most ordinary way, to print or display an 4275 announcement including an appropriate copyright notice and a 4276 notice that there is no warranty (or else, saying that you provide 4277 a warranty) and that users may redistribute the program under 4278 these conditions, and telling the user how to view a copy of this 4279 License. (Exception: if the Program itself is interactive but 4280 does not normally print such an announcement, your work based on 4281 the Program is not required to print an announcement.) 4282 4283 These requirements apply to the modified work as a whole. If 4284 identifiable sections of that work are not derived from the Program, 4285 and can be reasonably considered independent and separate works in 4286 themselves, then this License, and its terms, do not apply to those 4287 sections when you distribute them as separate works. But when you 4288 distribute the same sections as part of a whole which is a work based 4289 on the Program, the distribution of the whole must be on the terms of 4290 this License, whose permissions for other licensees extend to the 4291 entire whole, and thus to each and every part regardless of who wrote it. 4292 4293 Thus, it is not the intent of this section to claim rights or contest 4294 your rights to work written entirely by you; rather, the intent is to 4295 exercise the right to control the distribution of derivative or 4296 collective works based on the Program. 4297 4298 In addition, mere aggregation of another work not based on the Program 4299 with the Program (or with a work based on the Program) on a volume of 4300 a storage or distribution medium does not bring the other work under 4301 the scope of this License. 4302 4303 3. You may copy and distribute the Program (or a work based on it, 4304 under Section 2) in object code or executable form under the terms of 4305 Sections 1 and 2 above provided that you also do one of the following: 4306 4307 a) Accompany it with the complete corresponding machine-readable 4308 source code, which must be distributed under the terms of Sections 4309 1 and 2 above on a medium customarily used for software interchange; or, 4310 4311 b) Accompany it with a written offer, valid for at least three 4312 years, to give any third party, for a charge no more than your 4313 cost of physically performing source distribution, a complete 4314 machine-readable copy of the corresponding source code, to be 4315 distributed under the terms of Sections 1 and 2 above on a medium 4316 customarily used for software interchange; or, 4317 4318 c) Accompany it with the information you received as to the offer 4319 to distribute corresponding source code. (This alternative is 4320 allowed only for noncommercial distribution and only if you 4321 received the program in object code or executable form with such 4322 an offer, in accord with Subsection b above.) 4323 4324 The source code for a work means the preferred form of the work for 4325 making modifications to it. For an executable work, complete source 4326 code means all the source code for all modules it contains, plus any 4327 associated interface definition files, plus the scripts used to 4328 control compilation and installation of the executable. However, as a 4329 special exception, the source code distributed need not include 4330 anything that is normally distributed (in either source or binary 4331 form) with the major components (compiler, kernel, and so on) of the 4332 operating system on which the executable runs, unless that component 4333 itself accompanies the executable. 4334 4335 If distribution of executable or object code is made by offering 4336 access to copy from a designated place, then offering equivalent 4337 access to copy the source code from the same place counts as 4338 distribution of the source code, even though third parties are not 4339 compelled to copy the source along with the object code. 4340 4341 4. You may not copy, modify, sublicense, or distribute the Program 4342 except as expressly provided under this License. Any attempt 4343 otherwise to copy, modify, sublicense or distribute the Program is 4344 void, and will automatically terminate your rights under this License. 4345 However, parties who have received copies, or rights, from you under 4346 this License will not have their licenses terminated so long as such 4347 parties remain in full compliance. 4348 4349 5. You are not required to accept this License, since you have not 4350 signed it. However, nothing else grants you permission to modify or 4351 distribute the Program or its derivative works. These actions are 4352 prohibited by law if you do not accept this License. Therefore, by 4353 modifying or distributing the Program (or any work based on the 4354 Program), you indicate your acceptance of this License to do so, and 4355 all its terms and conditions for copying, distributing or modifying 4356 the Program or works based on it. 4357 4358 6. Each time you redistribute the Program (or any work based on the 4359 Program), the recipient automatically receives a license from the 4360 original licensor to copy, distribute or modify the Program subject to 4361 these terms and conditions. You may not impose any further 4362 restrictions on the recipients' exercise of the rights granted herein. 4363 You are not responsible for enforcing compliance by third parties to 4364 this License. 4365 4366 7. If, as a consequence of a court judgment or allegation of patent 4367 infringement or for any other reason (not limited to patent issues), 4368 conditions are imposed on you (whether by court order, agreement or 4369 otherwise) that contradict the conditions of this License, they do not 4370 excuse you from the conditions of this License. If you cannot 4371 distribute so as to satisfy simultaneously your obligations under this 4372 License and any other pertinent obligations, then as a consequence you 4373 may not distribute the Program at all. For example, if a patent 4374 license would not permit royalty-free redistribution of the Program by 4375 all those who receive copies directly or indirectly through you, then 4376 the only way you could satisfy both it and this License would be to 4377 refrain entirely from distribution of the Program. 4378 4379 If any portion of this section is held invalid or unenforceable under 4380 any particular circumstance, the balance of the section is intended to 4381 apply and the section as a whole is intended to apply in other 4382 circumstances. 4383 4384 It is not the purpose of this section to induce you to infringe any 4385 patents or other property right claims or to contest validity of any 4386 such claims; this section has the sole purpose of protecting the 4387 integrity of the free software distribution system, which is 4388 implemented by public license practices. Many people have made 4389 generous contributions to the wide range of software distributed 4390 through that system in reliance on consistent application of that 4391 system; it is up to the author/donor to decide if he or she is willing 4392 to distribute software through any other system and a licensee cannot 4393 impose that choice. 4394 4395 This section is intended to make thoroughly clear what is believed to 4396 be a consequence of the rest of this License. 4397 4398 8. If the distribution and/or use of the Program is restricted in 4399 certain countries either by patents or by copyrighted interfaces, the 4400 original copyright holder who places the Program under this License 4401 may add an explicit geographical distribution limitation excluding 4402 those countries, so that distribution is permitted only in or among 4403 countries not thus excluded. In such case, this License incorporates 4404 the limitation as if written in the body of this License. 4405 4406 9. The Free Software Foundation may publish revised and/or new versions 4407 of the General Public License from time to time. Such new versions will 4408 be similar in spirit to the present version, but may differ in detail to 4409 address new problems or concerns. 4410 4411 Each version is given a distinguishing version number. If the Program 4412 specifies a version number of this License which applies to it and "any 4413 later version", you have the option of following the terms and conditions 4414 either of that version or of any later version published by the Free 4415 Software Foundation. If the Program does not specify a version number of 4416 this License, you may choose any version ever published by the Free Software 4417 Foundation. 4418 4419 10. If you wish to incorporate parts of the Program into other free 4420 programs whose distribution conditions are different, write to the author 4421 to ask for permission. For software which is copyrighted by the Free 4422 Software Foundation, write to the Free Software Foundation; we sometimes 4423 make exceptions for this. Our decision will be guided by the two goals 4424 of preserving the free status of all derivatives of our free software and 4425 of promoting the sharing and reuse of software generally. 4426 4427 NO WARRANTY 4428 4429 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY 4430 FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN 4431 OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES 4432 PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED 4433 OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF 4434 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS 4435 TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE 4436 PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, 4437 REPAIR OR CORRECTION. 4438 4439 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING 4440 WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR 4441 REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, 4442 INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING 4443 OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED 4444 TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY 4445 YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER 4446 PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE 4447 POSSIBILITY OF SUCH DAMAGES. 4448 4449 END OF TERMS AND CONDITIONS 4450 4451 How to Apply These Terms to Your New Programs 4452 4453 If you develop a new program, and you want it to be of the greatest 4454 possible use to the public, the best way to achieve this is to make it 4455 free software which everyone can redistribute and change under these terms. 4456 4457 To do so, attach the following notices to the program. It is safest 4458 to attach them to the start of each source file to most effectively 4459 convey the exclusion of warranty; and each file should have at least 4460 the "copyright" line and a pointer to where the full notice is found. 4461 4462 <one line to give the program's name and a brief idea of what it does.> 4463 Copyright (C) <year> <name of author> 4464 4465 This program is free software; you can redistribute it and/or modify 4466 it under the terms of the GNU General Public License as published by 4467 the Free Software Foundation; either version 2 of the License, or 4468 (at your option) any later version. 4469 4470 This program is distributed in the hope that it will be useful, 4471 but WITHOUT ANY WARRANTY; without even the implied warranty of 4472 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 4473 GNU General Public License for more details. 4474 4475 You should have received a copy of the GNU General Public License 4476 along with this program; if not, write to the Free Software 4477 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 4478 4479 4480 Also add information on how to contact you by electronic and paper mail. 4481 4482 If the program is interactive, make it output a short notice like this 4483 when it starts in an interactive mode: 4484 4485 Gnomovision version 69, Copyright (C) year name of author 4486 Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. 4487 This is free software, and you are welcome to redistribute it 4488 under certain conditions; type `show c' for details. 4489 4490 The hypothetical commands `show w' and `show c' should show the appropriate 4491 parts of the General Public License. Of course, the commands you use may 4492 be called something other than `show w' and `show c'; they could even be 4493 mouse-clicks or menu items--whatever suits your program. 4494 4495 You should also get your employer (if you work as a programmer) or your 4496 school, if any, to sign a "copyright disclaimer" for the program, if 4497 necessary. Here is a sample; alter the names: 4498 4499 Yoyodyne, Inc., hereby disclaims all copyright interest in the program 4500 `Gnomovision' (which makes passes at compilers) written by James Hacker. 4501 4502 <signature of Ty Coon>, 1 April 1989 4503 Ty Coon, President of Vice 4504 4505 This General Public License does not permit incorporating your program into 4506 proprietary programs. If your program is a subroutine library, you may 4507 consider it more useful to permit linking proprietary applications with the 4508 library. If this is what you want to do, use the GNU Library General 4509 Public License instead of this License. 4510 4511 ---------------------------------------------------------------------- 4512 4513 GNU LIBRARY GENERAL PUBLIC LICENSE 4514 Version 2, June 1991 4515 4516 Copyright (C) 1991 Free Software Foundation, Inc. 4517 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 4518 Everyone is permitted to copy and distribute verbatim copies 4519 of this license document, but changing it is not allowed. 4520 4521 [This is the first released version of the library GPL. It is 4522 numbered 2 because it goes with version 2 of the ordinary GPL.] 4523 4524 Preamble 4525 4526 The licenses for most software are designed to take away your 4527 freedom to share and change it. By contrast, the GNU General Public 4528 Licenses are intended to guarantee your freedom to share and change 4529 free software--to make sure the software is free for all its users. 4530 4531 This license, the Library General Public License, applies to some 4532 specially designated Free Software Foundation software, and to any 4533 other libraries whose authors decide to use it. You can use it for 4534 your libraries, too. 4535 4536 When we speak of free software, we are referring to freedom, not 4537 price. Our General Public Licenses are designed to make sure that you 4538 have the freedom to distribute copies of free software (and charge for 4539 this service if you wish), that you receive source code or can get it 4540 if you want it, that you can change the software or use pieces of it 4541 in new free programs; and that you know you can do these things. 4542 4543 To protect your rights, we need to make restrictions that forbid 4544 anyone to deny you these rights or to ask you to surrender the rights. 4545 These restrictions translate to certain responsibilities for you if 4546 you distribute copies of the library, or if you modify it. 4547 4548 For example, if you distribute copies of the library, whether gratis 4549 or for a fee, you must give the recipients all the rights that we gave 4550 you. You must make sure that they, too, receive or can get the source 4551 code. If you link a program with the library, you must provide 4552 complete object files to the recipients so that they can relink them 4553 with the library, after making changes to the library and recompiling 4554 it. And you must show them these terms so they know their rights. 4555 4556 Our method of protecting your rights has two steps: (1) copyright 4557 the library, and (2) offer you this license which gives you legal 4558 permission to copy, distribute and/or modify the library. 4559 4560 Also, for each distributor's protection, we want to make certain 4561 that everyone understands that there is no warranty for this free 4562 library. If the library is modified by someone else and passed on, we 4563 want its recipients to know that what they have is not the original 4564 version, so that any problems introduced by others will not reflect on 4565 the original authors' reputations. 4566 4567 Finally, any free program is threatened constantly by software 4568 patents. We wish to avoid the danger that companies distributing free 4569 software will individually obtain patent licenses, thus in effect 4570 transforming the program into proprietary software. To prevent this, 4571 we have made it clear that any patent must be licensed for everyone's 4572 free use or not licensed at all. 4573 4574 Most GNU software, including some libraries, is covered by the ordinary 4575 GNU General Public License, which was designed for utility programs. This 4576 license, the GNU Library General Public License, applies to certain 4577 designated libraries. This license is quite different from the ordinary 4578 one; be sure to read it in full, and don't assume that anything in it is 4579 the same as in the ordinary license. 4580 4581 The reason we have a separate public license for some libraries is that 4582 they blur the distinction we usually make between modifying or adding to a 4583 program and simply using it. Linking a program with a library, without 4584 changing the library, is in some sense simply using the library, and is 4585 analogous to running a utility program or application program. However, in 4586 a textual and legal sense, the linked executable is a combined work, a 4587 derivative of the original library, and the ordinary General Public License 4588 treats it as such. 4589 4590 Because of this blurred distinction, using the ordinary General 4591 Public License for libraries did not effectively promote software 4592 sharing, because most developers did not use the libraries. We 4593 concluded that weaker conditions might promote sharing better. 4594 4595 However, unrestricted linking of non-free programs would deprive the 4596 users of those programs of all benefit from the free status of the 4597 libraries themselves. This Library General Public License is intended to 4598 permit developers of non-free programs to use free libraries, while 4599 preserving your freedom as a user of such programs to change the free 4600 libraries that are incorporated in them. (We have not seen how to achieve 4601 this as regards changes in header files, but we have achieved it as regards 4602 changes in the actual functions of the Library.) The hope is that this 4603 will lead to faster development of free libraries. 4604 4605 The precise terms and conditions for copying, distribution and 4606 modification follow. Pay close attention to the difference between a 4607 "work based on the library" and a "work that uses the library". The 4608 former contains code derived from the library, while the latter only 4609 works together with the library. 4610 4611 Note that it is possible for a library to be covered by the ordinary 4612 General Public License rather than by this special one. 4613 4614 GNU LIBRARY GENERAL PUBLIC LICENSE 4615 TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 4616 4617 0. This License Agreement applies to any software library which 4618 contains a notice placed by the copyright holder or other authorized 4619 party saying it may be distributed under the terms of this Library 4620 General Public License (also called "this License"). Each licensee is 4621 addressed as "you". 4622 4623 A "library" means a collection of software functions and/or data 4624 prepared so as to be conveniently linked with application programs 4625 (which use some of those functions and data) to form executables. 4626 4627 The "Library", below, refers to any such software library or work 4628 which has been distributed under these terms. A "work based on the 4629 Library" means either the Library or any derivative work under 4630 copyright law: that is to say, a work containing the Library or a 4631 portion of it, either verbatim or with modifications and/or translated 4632 straightforwardly into another language. (Hereinafter, translation is 4633 included without limitation in the term "modification".) 4634 4635 "Source code" for a work means the preferred form of the work for 4636 making modifications to it. For a library, complete source code means 4637 all the source code for all modules it contains, plus any associated 4638 interface definition files, plus the scripts used to control compilation 4639 and installation of the library. 4640 4641 Activities other than copying, distribution and modification are not 4642 covered by this License; they are outside its scope. The act of 4643 running a program using the Library is not restricted, and output from 4644 such a program is covered only if its contents constitute a work based 4645 on the Library (independent of the use of the Library in a tool for 4646 writing it). Whether that is true depends on what the Library does 4647 and what the program that uses the Library does. 4648 4649 1. You may copy and distribute verbatim copies of the Library's 4650 complete source code as you receive it, in any medium, provided that 4651 you conspicuously and appropriately publish on each copy an 4652 appropriate copyright notice and disclaimer of warranty; keep intact 4653 all the notices that refer to this License and to the absence of any 4654 warranty; and distribute a copy of this License along with the 4655 Library. 4656 4657 You may charge a fee for the physical act of transferring a copy, 4658 and you may at your option offer warranty protection in exchange for a 4659 fee. 4660 4661 2. You may modify your copy or copies of the Library or any portion 4662 of it, thus forming a work based on the Library, and copy and 4663 distribute such modifications or work under the terms of Section 1 4664 above, provided that you also meet all of these conditions: 4665 4666 a) The modified work must itself be a software library. 4667 4668 b) You must cause the files modified to carry prominent notices 4669 stating that you changed the files and the date of any change. 4670 4671 c) You must cause the whole of the work to be licensed at no 4672 charge to all third parties under the terms of this License. 4673 4674 d) If a facility in the modified Library refers to a function or a 4675 table of data to be supplied by an application program that uses 4676 the facility, other than as an argument passed when the facility 4677 is invoked, then you must make a good faith effort to ensure that, 4678 in the event an application does not supply such function or 4679 table, the facility still operates, and performs whatever part of 4680 its purpose remains meaningful. 4681 4682 (For example, a function in a library to compute square roots has 4683 a purpose that is entirely well-defined independent of the 4684 application. Therefore, Subsection 2d requires that any 4685 application-supplied function or table used by this function must 4686 be optional: if the application does not supply it, the square 4687 root function must still compute square roots.) 4688 4689 These requirements apply to the modified work as a whole. If 4690 identifiable sections of that work are not derived from the Library, 4691 and can be reasonably considered independent and separate works in 4692 themselves, then this License, and its terms, do not apply to those 4693 sections when you distribute them as separate works. But when you 4694 distribute the same sections as part of a whole which is a work based 4695 on the Library, the distribution of the whole must be on the terms of 4696 this License, whose permissions for other licensees extend to the 4697 entire whole, and thus to each and every part regardless of who wrote 4698 it. 4699 4700 Thus, it is not the intent of this section to claim rights or contest 4701 your rights to work written entirely by you; rather, the intent is to 4702 exercise the right to control the distribution of derivative or 4703 collective works based on the Library. 4704 4705 In addition, mere aggregation of another work not based on the Library 4706 with the Library (or with a work based on the Library) on a volume of 4707 a storage or distribution medium does not bring the other work under 4708 the scope of this License. 4709 4710 3. You may opt to apply the terms of the ordinary GNU General Public 4711 License instead of this License to a given copy of the Library. To do 4712 this, you must alter all the notices that refer to this License, so 4713 that they refer to the ordinary GNU General Public License, version 2, 4714 instead of to this License. (If a newer version than version 2 of the 4715 ordinary GNU General Public License has appeared, then you can specify 4716 that version instead if you wish.) Do not make any other change in 4717 these notices. 4718 4719 Once this change is made in a given copy, it is irreversible for 4720 that copy, so the ordinary GNU General Public License applies to all 4721 subsequent copies and derivative works made from that copy. 4722 4723 This option is useful when you wish to copy part of the code of 4724 the Library into a program that is not a library. 4725 4726 4. You may copy and distribute the Library (or a portion or 4727 derivative of it, under Section 2) in object code or executable form 4728 under the terms of Sections 1 and 2 above provided that you accompany 4729 it with the complete corresponding machine-readable source code, which 4730 must be distributed under the terms of Sections 1 and 2 above on a 4731 medium customarily used for software interchange. 4732 4733 If distribution of object code is made by offering access to copy 4734 from a designated place, then offering equivalent access to copy the 4735 source code from the same place satisfies the requirement to 4736 distribute the source code, even though third parties are not 4737 compelled to copy the source along with the object code. 4738 4739 5. A program that contains no derivative of any portion of the 4740 Library, but is designed to work with the Library by being compiled or 4741 linked with it, is called a "work that uses the Library". Such a 4742 work, in isolation, is not a derivative work of the Library, and 4743 therefore falls outside the scope of this License. 4744 4745 However, linking a "work that uses the Library" with the Library 4746 creates an executable that is a derivative of the Library (because it 4747 contains portions of the Library), rather than a "work that uses the 4748 library". The executable is therefore covered by this License. 4749 Section 6 states terms for distribution of such executables. 4750 4751 When a "work that uses the Library" uses material from a header file 4752 that is part of the Library, the object code for the work may be a 4753 derivative work of the Library even though the source code is not. 4754 Whether this is true is especially significant if the work can be 4755 linked without the Library, or if the work is itself a library. The 4756 threshold for this to be true is not precisely defined by law. 4757 4758 If such an object file uses only numerical parameters, data 4759 structure layouts and accessors, and small macros and small inline 4760 functions (ten lines or less in length), then the use of the object 4761 file is unrestricted, regardless of whether it is legally a derivative 4762 work. (Executables containing this object code plus portions of the 4763 Library will still fall under Section 6.) 4764 4765 Otherwise, if the work is a derivative of the Library, you may 4766 distribute the object code for the work under the terms of Section 6. 4767 Any executables containing that work also fall under Section 6, 4768 whether or not they are linked directly with the Library itself. 4769 4770 6. As an exception to the Sections above, you may also compile or 4771 link a "work that uses the Library" with the Library to produce a 4772 work containing portions of the Library, and distribute that work 4773 under terms of your choice, provided that the terms permit 4774 modification of the work for the customer's own use and reverse 4775 engineering for debugging such modifications. 4776 4777 You must give prominent notice with each copy of the work that the 4778 Library is used in it and that the Library and its use are covered by 4779 this License. You must supply a copy of this License. If the work 4780 during execution displays copyright notices, you must include the 4781 copyright notice for the Library among them, as well as a reference 4782 directing the user to the copy of this License. Also, you must do one 4783 of these things: 4784 4785 a) Accompany the work with the complete corresponding 4786 machine-readable source code for the Library including whatever 4787 changes were used in the work (which must be distributed under 4788 Sections 1 and 2 above); and, if the work is an executable linked 4789 with the Library, with the complete machine-readable "work that 4790 uses the Library", as object code and/or source code, so that the 4791 user can modify the Library and then relink to produce a modified 4792 executable containing the modified Library. (It is understood 4793 that the user who changes the contents of definitions files in the 4794 Library will not necessarily be able to recompile the application 4795 to use the modified definitions.) 4796 4797 b) Accompany the work with a written offer, valid for at 4798 least three years, to give the same user the materials 4799 specified in Subsection 6a, above, for a charge no more 4800 than the cost of performing this distribution. 4801 4802 c) If distribution of the work is made by offering access to copy 4803 from a designated place, offer equivalent access to copy the above 4804 specified materials from the same place. 4805 4806 d) Verify that the user has already received a copy of these 4807 materials or that you have already sent this user a copy. 4808 4809 For an executable, the required form of the "work that uses the 4810 Library" must include any data and utility programs needed for 4811 reproducing the executable from it. However, as a special exception, 4812 the source code distributed need not include anything that is normally 4813 distributed (in either source or binary form) with the major 4814 components (compiler, kernel, and so on) of the operating system on 4815 which the executable runs, unless that component itself accompanies 4816 the executable. 4817 4818 It may happen that this requirement contradicts the license 4819 restrictions of other proprietary libraries that do not normally 4820 accompany the operating system. Such a contradiction means you cannot 4821 use both them and the Library together in an executable that you 4822 distribute. 4823 4824 7. You may place library facilities that are a work based on the 4825 Library side-by-side in a single library together with other library 4826 facilities not covered by this License, and distribute such a combined 4827 library, provided that the separate distribution of the work based on 4828 the Library and of the other library facilities is otherwise 4829 permitted, and provided that you do these two things: 4830 4831 a) Accompany the combined library with a copy of the same work 4832 based on the Library, uncombined with any other library 4833 facilities. This must be distributed under the terms of the 4834 Sections above. 4835 4836 b) Give prominent notice with the combined library of the fact 4837 that part of it is a work based on the Library, and explaining 4838 where to find the accompanying uncombined form of the same work. 4839 4840 8. You may not copy, modify, sublicense, link with, or distribute 4841 the Library except as expressly provided under this License. Any 4842 attempt otherwise to copy, modify, sublicense, link with, or 4843 distribute the Library is void, and will automatically terminate your 4844 rights under this License. However, parties who have received copies, 4845 or rights, from you under this License will not have their licenses 4846 terminated so long as such parties remain in full compliance. 4847 4848 9. You are not required to accept this License, since you have not 4849 signed it. However, nothing else grants you permission to modify or 4850 distribute the Library or its derivative works. These actions are 4851 prohibited by law if you do not accept this License. Therefore, by 4852 modifying or distributing the Library (or any work based on the 4853 Library), you indicate your acceptance of this License to do so, and 4854 all its terms and conditions for copying, distributing or modifying 4855 the Library or works based on it. 4856 4857 10. Each time you redistribute the Library (or any work based on the 4858 Library), the recipient automatically receives a license from the 4859 original licensor to copy, distribute, link with or modify the Library 4860 subject to these terms and conditions. You may not impose any further 4861 restrictions on the recipients' exercise of the rights granted herein. 4862 You are not responsible for enforcing compliance by third parties to 4863 this License. 4864 4865 11. If, as a consequence of a court judgment or allegation of patent 4866 infringement or for any other reason (not limited to patent issues), 4867 conditions are imposed on you (whether by court order, agreement or 4868 otherwise) that contradict the conditions of this License, they do not 4869 excuse you from the conditions of this License. If you cannot 4870 distribute so as to satisfy simultaneously your obligations under this 4871 License and any other pertinent obligations, then as a consequence you 4872 may not distribute the Library at all. For example, if a patent 4873 license would not permit royalty-free redistribution of the Library by 4874 all those who receive copies directly or indirectly through you, then 4875 the only way you could satisfy both it and this License would be to 4876 refrain entirely from distribution of the Library. 4877 4878 If any portion of this section is held invalid or unenforceable under any 4879 particular circumstance, the balance of the section is intended to apply, 4880 and the section as a whole is intended to apply in other circumstances. 4881 4882 It is not the purpose of this section to induce you to infringe any 4883 patents or other property right claims or to contest validity of any 4884 such claims; this section has the sole purpose of protecting the 4885 integrity of the free software distribution system which is 4886 implemented by public license practices. Many people have made 4887 generous contributions to the wide range of software distributed 4888 through that system in reliance on consistent application of that 4889 system; it is up to the author/donor to decide if he or she is willing 4890 to distribute software through any other system and a licensee cannot 4891 impose that choice. 4892 4893 This section is intended to make thoroughly clear what is believed to 4894 be a consequence of the rest of this License. 4895 4896 12. If the distribution and/or use of the Library is restricted in 4897 certain countries either by patents or by copyrighted interfaces, the 4898 original copyright holder who places the Library under this License may add 4899 an explicit geographical distribution limitation excluding those countries, 4900 so that distribution is permitted only in or among countries not thus 4901 excluded. In such case, this License incorporates the limitation as if 4902 written in the body of this License. 4903 4904 13. The Free Software Foundation may publish revised and/or new 4905 versions of the Library General Public License from time to time. 4906 Such new versions will be similar in spirit to the present version, 4907 but may differ in detail to address new problems or concerns. 4908 4909 Each version is given a distinguishing version number. If the Library 4910 specifies a version number of this License which applies to it and 4911 "any later version", you have the option of following the terms and 4912 conditions either of that version or of any later version published by 4913 the Free Software Foundation. If the Library does not specify a 4914 license version number, you may choose any version ever published by 4915 the Free Software Foundation. 4916 4917 14. If you wish to incorporate parts of the Library into other free 4918 programs whose distribution conditions are incompatible with these, 4919 write to the author to ask for permission. For software which is 4920 copyrighted by the Free Software Foundation, write to the Free 4921 Software Foundation; we sometimes make exceptions for this. Our 4922 decision will be guided by the two goals of preserving the free status 4923 of all derivatives of our free software and of promoting the sharing 4924 and reuse of software generally. 4925 4926 NO WARRANTY 4927 4928 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO 4929 WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW. 4930 EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR 4931 OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY 4932 KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE 4933 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 4934 PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE 4935 LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME 4936 THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. 4937 4938 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN 4939 WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY 4940 AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU 4941 FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR 4942 CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE 4943 LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING 4944 RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A 4945 FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF 4946 SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH 4947 DAMAGES. 4948 4949 END OF TERMS AND CONDITIONS 4950 4951 How to Apply These Terms to Your New Libraries 4952 4953 If you develop a new library, and you want it to be of the greatest 4954 possible use to the public, we recommend making it free software that 4955 everyone can redistribute and change. You can do so by permitting 4956 redistribution under these terms (or, alternatively, under the terms of the 4957 ordinary General Public License). 4958 4959 To apply these terms, attach the following notices to the library. It is 4960 safest to attach them to the start of each source file to most effectively 4961 convey the exclusion of warranty; and each file should have at least the 4962 "copyright" line and a pointer to where the full notice is found. 4963 4964 <one line to give the library's name and a brief idea of what it does.> 4965 Copyright (C) <year> <name of author> 4966 4967 This library is free software; you can redistribute it and/or 4968 modify it under the terms of the GNU Library General Public 4969 License as published by the Free Software Foundation; either 4970 version 2 of the License, or (at your option) any later version. 4971 4972 This library is distributed in the hope that it will be useful, 4973 but WITHOUT ANY WARRANTY; without even the implied warranty of 4974 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 4975 Library General Public License for more details. 4976 4977 You should have received a copy of the GNU Library General Public 4978 License along with this library; if not, write to the Free Software 4979 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 4980 4981 Also add information on how to contact you by electronic and paper mail. 4982 4983 You should also get your employer (if you work as a programmer) or your 4984 school, if any, to sign a "copyright disclaimer" for the library, if 4985 necessary. Here is a sample; alter the names: 4986 4987 Yoyodyne, Inc., hereby disclaims all copyright interest in the 4988 library `Frob' (a library for tweaking knobs) written by James Random Hacker. 4989 4990 <signature of Ty Coon>, 1 April 1990 4991 Ty Coon, President of Vice 4992 4993 That's all there is to it! 4994 4995 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 4996 4997 Scanned Source License e2fsprogs-1.42/debian/copyright: 4998 4999 This is the Debian GNU/Linux prepackaged version of the EXT2 file 5000 system utilities (e2fsck, mke2fs, etc.). The EXT2 utilities were 5001 written by Theodore Ts'o <tytso (a] mit.edu> and Remy Card <card (a] masi.ibp.fr>. 5002 5003 Sources were obtained from http://sourceforge.net/projects/e2fsprogs 5004 5005 Packaging is Copyright (c) 2003-2007 Theodore Ts'o <tytso (a] mit.edu> 5006 Copyright (c) 1997-2003 Yann Dirson <dirson (a] debian.org> 5007 Copyright (c) 2001 Alcove <http://www.alcove.com/> 5008 Copyright (c) 1997 Klee Dienes 5009 Copyright (c) 1995-1996 Michael Nonweiler <mrn20 (a] cam.ac.uk> 5010 5011 Upstream Author: Theodore Ts'o <tytso (a] mit.edu> 5012 5013 Copyright notice: 5014 5015 This package, the EXT2 filesystem utilities, are made available under 5016 the GNU Public License version 2, with the exception of the lib/ext2fs 5017 and lib/e2p libraries, which are made available under the GNU Library 5018 General Public License Version 2, the lib/uuid library which is made 5019 available under a BSD-style license and the lib/et and lib/ss 5020 libraries which are made available under an MIT-style license. 5021 5022 Copyright (c) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 5023 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 by Theodore Ts'o 5024 5025 On Debian GNU systems, the complete text of the GNU General Public 5026 License can be found in `/usr/share/common-licenses/GPL-2'. The 5027 complete text of the GNU Library General Public License can be found 5028 in '/usr/share/common-licenses/LGPL-2'. 5029 5030 5031 The license used for lib/et and lib/ss libraries is: 5032 5033 Copyright 1987 by the Student Information Processing Board 5034 of the Massachusetts Institute of Technology 5035 5036 Permission to use, copy, modify, and distribute this software and 5037 its documentation for any purpose is hereby granted, provided that 5038 the names of M.I.T. and the M.I.T. S.I.P.B. not be used in 5039 advertising or publicity pertaining to distribution of the software 5040 without specific, written prior permission. M.I.T. and the 5041 M.I.T. S.I.P.B. make no representations about the suitability of 5042 this software for any purpose. It is provided "as is" without 5043 express or implied warranty. 5044 5045 The license used for lib/uuid is: 5046 5047 Redistribution and use in source and binary forms, with or without 5048 modification, are permitted provided that the following conditions 5049 are met: 5050 1. Redistributions of source code must retain the above copyright 5051 notice, and the entire permission notice in its entirety, 5052 including the disclaimer of warranties. 5053 2. Redistributions in binary form must reproduce the above copyright 5054 notice, this list of conditions and the following disclaimer in the 5055 documentation and/or other materials provided with the distribution. 5056 3. The name of the author may not be used to endorse or promote 5057 products derived from this software without specific prior 5058 written permission. 5059 5060 THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED 5061 WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES 5062 OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE, ALL OF 5063 WHICH ARE HEREBY DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE 5064 LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 5065 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT 5066 OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR 5067 BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 5068 LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 5069 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE 5070 USE OF THIS SOFTWARE, EVEN IF NOT ADVISED OF THE POSSIBILITY OF SUCH 5071 DAMAGE. 5072 5073 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 5074 5075 Scanned Source License e2fsprogs-1.42/ext2ed/COPYRIGHT: 5076 5077 EXT2ED is hereby placed under the terms of the GNU General Public License. 5078 Follows the GNU license. 5079 5080 Gadi Oxman, August 1995 5081 5082 --------------------------------------------------------------------------- 5083 5084 GNU GENERAL PUBLIC LICENSE 5085 Version 2, June 1991 5086 5087 Copyright (C) 1989, 1991 Free Software Foundation, Inc. 5088 675 Mass Ave, Cambridge, MA 02139, USA 5089 Everyone is permitted to copy and distribute verbatim copies 5090 of this license document, but changing it is not allowed. 5091 5092 Preamble 5093 5094 The licenses for most software are designed to take away your 5095 freedom to share and change it. By contrast, the GNU General Public 5096 License is intended to guarantee your freedom to share and change free 5097 software--to make sure the software is free for all its users. This 5098 General Public License applies to most of the Free Software 5099 Foundation's software and to any other program whose authors commit to 5100 using it. (Some other Free Software Foundation software is covered by 5101 the GNU Library General Public License instead.) You can apply it to 5102 your programs, too. 5103 5104 When we speak of free software, we are referring to freedom, not 5105 price. Our General Public Licenses are designed to make sure that you 5106 have the freedom to distribute copies of free software (and charge for 5107 this service if you wish), that you receive source code or can get it 5108 if you want it, that you can change the software or use pieces of it 5109 in new free programs; and that you know you can do these things. 5110 5111 To protect your rights, we need to make restrictions that forbid 5112 anyone to deny you these rights or to ask you to surrender the rights. 5113 These restrictions translate to certain responsibilities for you if you 5114 distribute copies of the software, or if you modify it. 5115 5116 For example, if you distribute copies of such a program, whether 5117 gratis or for a fee, you must give the recipients all the rights that 5118 you have. You must make sure that they, too, receive or can get the 5119 source code. And you must show them these terms so they know their 5120 rights. 5121 5122 We protect your rights with two steps: (1) copyright the software, and 5123 (2) offer you this license which gives you legal permission to copy, 5124 distribute and/or modify the software. 5125 5126 Also, for each author's protection and ours, we want to make certain 5127 that everyone understands that there is no warranty for this free 5128 software. If the software is modified by someone else and passed on, we 5129 want its recipients to know that what they have is not the original, so 5130 that any problems introduced by others will not reflect on the original 5131 authors' reputations. 5132 5133 Finally, any free program is threatened constantly by software 5134 patents. We wish to avoid the danger that redistributors of a free 5135 program will individually obtain patent licenses, in effect making the 5136 program proprietary. To prevent this, we have made it clear that any 5137 patent must be licensed for everyone's free use or not licensed at all. 5138 5139 The precise terms and conditions for copying, distribution and 5140 modification follow. 5141 5142 GNU GENERAL PUBLIC LICENSE 5143 TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 5144 5145 0. This License applies to any program or other work which contains 5146 a notice placed by the copyright holder saying it may be distributed 5147 under the terms of this General Public License. The "Program", below, 5148 refers to any such program or work, and a "work based on the Program" 5149 means either the Program or any derivative work under copyright law: 5150 that is to say, a work containing the Program or a portion of it, 5151 either verbatim or with modifications and/or translated into another 5152 language. (Hereinafter, translation is included without limitation in 5153 the term "modification".) Each licensee is addressed as "you". 5154 5155 Activities other than copying, distribution and modification are not 5156 covered by this License; they are outside its scope. The act of 5157 running the Program is not restricted, and the output from the Program 5158 is covered only if its contents constitute a work based on the 5159 Program (independent of having been made by running the Program). 5160 Whether that is true depends on what the Program does. 5161 5162 1. You may copy and distribute verbatim copies of the Program's 5163 source code as you receive it, in any medium, provided that you 5164 conspicuously and appropriately publish on each copy an appropriate 5165 copyright notice and disclaimer of warranty; keep intact all the 5166 notices that refer to this License and to the absence of any warranty; 5167 and give any other recipients of the Program a copy of this License 5168 along with the Program. 5169 5170 You may charge a fee for the physical act of transferring a copy, and 5171 you may at your option offer warranty protection in exchange for a fee. 5172 5173 2. You may modify your copy or copies of the Program or any portion 5174 of it, thus forming a work based on the Program, and copy and 5175 distribute such modifications or work under the terms of Section 1 5176 above, provided that you also meet all of these conditions: 5177 5178 a) You must cause the modified files to carry prominent notices 5179 stating that you changed the files and the date of any change. 5180 5181 b) You must cause any work that you distribute or publish, that in 5182 whole or in part contains or is derived from the Program or any 5183 part thereof, to be licensed as a whole at no charge to all third 5184 parties under the terms of this License. 5185 5186 c) If the modified program normally reads commands interactively 5187 when run, you must cause it, when started running for such 5188 interactive use in the most ordinary way, to print or display an 5189 announcement including an appropriate copyright notice and a 5190 notice that there is no warranty (or else, saying that you provide 5191 a warranty) and that users may redistribute the program under 5192 these conditions, and telling the user how to view a copy of this 5193 License. (Exception: if the Program itself is interactive but 5194 does not normally print such an announcement, your work based on 5195 the Program is not required to print an announcement.) 5196 5197 These requirements apply to the modified work as a whole. If 5198 identifiable sections of that work are not derived from the Program, 5199 and can be reasonably considered independent and separate works in 5200 themselves, then this License, and its terms, do not apply to those 5201 sections when you distribute them as separate works. But when you 5202 distribute the same sections as part of a whole which is a work based 5203 on the Program, the distribution of the whole must be on the terms of 5204 this License, whose permissions for other licensees extend to the 5205 entire whole, and thus to each and every part regardless of who wrote it. 5206 5207 Thus, it is not the intent of this section to claim rights or contest 5208 your rights to work written entirely by you; rather, the intent is to 5209 exercise the right to control the distribution of derivative or 5210 collective works based on the Program. 5211 5212 In addition, mere aggregation of another work not based on the Program 5213 with the Program (or with a work based on the Program) on a volume of 5214 a storage or distribution medium does not bring the other work under 5215 the scope of this License. 5216 5217 3. You may copy and distribute the Program (or a work based on it, 5218 under Section 2) in object code or executable form under the terms of 5219 Sections 1 and 2 above provided that you also do one of the following: 5220 5221 a) Accompany it with the complete corresponding machine-readable 5222 source code, which must be distributed under the terms of Sections 5223 1 and 2 above on a medium customarily used for software interchange; or, 5224 5225 b) Accompany it with a written offer, valid for at least three 5226 years, to give any third party, for a charge no more than your 5227 cost of physically performing source distribution, a complete 5228 machine-readable copy of the corresponding source code, to be 5229 distributed under the terms of Sections 1 and 2 above on a medium 5230 customarily used for software interchange; or, 5231 5232 c) Accompany it with the information you received as to the offer 5233 to distribute corresponding source code. (This alternative is 5234 allowed only for noncommercial distribution and only if you 5235 received the program in object code or executable form with such 5236 an offer, in accord with Subsection b above.) 5237 5238 The source code for a work means the preferred form of the work for 5239 making modifications to it. For an executable work, complete source 5240 code means all the source code for all modules it contains, plus any 5241 associated interface definition files, plus the scripts used to 5242 control compilation and installation of the executable. However, as a 5243 special exception, the source code distributed need not include 5244 anything that is normally distributed (in either source or binary 5245 form) with the major components (compiler, kernel, and so on) of the 5246 operating system on which the executable runs, unless that component 5247 itself accompanies the executable. 5248 5249 If distribution of executable or object code is made by offering 5250 access to copy from a designated place, then offering equivalent 5251 access to copy the source code from the same place counts as 5252 distribution of the source code, even though third parties are not 5253 compelled to copy the source along with the object code. 5254 5255 4. You may not copy, modify, sublicense, or distribute the Program 5256 except as expressly provided under this License. Any attempt 5257 otherwise to copy, modify, sublicense or distribute the Program is 5258 void, and will automatically terminate your rights under this License. 5259 However, parties who have received copies, or rights, from you under 5260 this License will not have their licenses terminated so long as such 5261 parties remain in full compliance. 5262 5263 5. You are not required to accept this License, since you have not 5264 signed it. However, nothing else grants you permission to modify or 5265 distribute the Program or its derivative works. These actions are 5266 prohibited by law if you do not accept this License. Therefore, by 5267 modifying or distributing the Program (or any work based on the 5268 Program), you indicate your acceptance of this License to do so, and 5269 all its terms and conditions for copying, distributing or modifying 5270 the Program or works based on it. 5271 5272 6. Each time you redistribute the Program (or any work based on the 5273 Program), the recipient automatically receives a license from the 5274 original licensor to copy, distribute or modify the Program subject to 5275 these terms and conditions. You may not impose any further 5276 restrictions on the recipients' exercise of the rights granted herein. 5277 You are not responsible for enforcing compliance by third parties to 5278 this License. 5279 5280 7. If, as a consequence of a court judgment or allegation of patent 5281 infringement or for any other reason (not limited to patent issues), 5282 conditions are imposed on you (whether by court order, agreement or 5283 otherwise) that contradict the conditions of this License, they do not 5284 excuse you from the conditions of this License. If you cannot 5285 distribute so as to satisfy simultaneously your obligations under this 5286 License and any other pertinent obligations, then as a consequence you 5287 may not distribute the Program at all. For example, if a patent 5288 license would not permit royalty-free redistribution of the Program by 5289 all those who receive copies directly or indirectly through you, then 5290 the only way you could satisfy both it and this License would be to 5291 refrain entirely from distribution of the Program. 5292 5293 If any portion of this section is held invalid or unenforceable under 5294 any particular circumstance, the balance of the section is intended to 5295 apply and the section as a whole is intended to apply in other 5296 circumstances. 5297 5298 It is not the purpose of this section to induce you to infringe any 5299 patents or other property right claims or to contest validity of any 5300 such claims; this section has the sole purpose of protecting the 5301 integrity of the free software distribution system, which is 5302 implemented by public license practices. Many people have made 5303 generous contributions to the wide range of software distributed 5304 through that system in reliance on consistent application of that 5305 system; it is up to the author/donor to decide if he or she is willing 5306 to distribute software through any other system and a licensee cannot 5307 impose that choice. 5308 5309 This section is intended to make thoroughly clear what is believed to 5310 be a consequence of the rest of this License. 5311 5312 8. If the distribution and/or use of the Program is restricted in 5313 certain countries either by patents or by copyrighted interfaces, the 5314 original copyright holder who places the Program under this License 5315 may add an explicit geographical distribution limitation excluding 5316 those countries, so that distribution is permitted only in or among 5317 countries not thus excluded. In such case, this License incorporates 5318 the limitation as if written in the body of this License. 5319 5320 9. The Free Software Foundation may publish revised and/or new versions 5321 of the General Public License from time to time. Such new versions will 5322 be similar in spirit to the present version, but may differ in detail to 5323 address new problems or concerns. 5324 5325 Each version is given a distinguishing version number. If the Program 5326 specifies a version number of this License which applies to it and "any 5327 later version", you have the option of following the terms and conditions 5328 either of that version or of any later version published by the Free 5329 Software Foundation. If the Program does not specify a version number of 5330 this License, you may choose any version ever published by the Free Software 5331 Foundation. 5332 5333 10. If you wish to incorporate parts of the Program into other free 5334 programs whose distribution conditions are different, write to the author 5335 to ask for permission. For software which is copyrighted by the Free 5336 Software Foundation, write to the Free Software Foundation; we sometimes 5337 make exceptions for this. Our decision will be guided by the two goals 5338 of preserving the free status of all derivatives of our free software and 5339 of promoting the sharing and reuse of software generally. 5340 5341 NO WARRANTY 5342 5343 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY 5344 FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN 5345 OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES 5346 PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED 5347 OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF 5348 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS 5349 TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE 5350 PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, 5351 REPAIR OR CORRECTION. 5352 5353 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING 5354 WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR 5355 REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, 5356 INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING 5357 OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED 5358 TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY 5359 YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER 5360 PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE 5361 POSSIBILITY OF SUCH DAMAGES. 5362 5363 END OF TERMS AND CONDITIONS 5364 5365 Appendix: How to Apply These Terms to Your New Programs 5366 5367 If you develop a new program, and you want it to be of the greatest 5368 possible use to the public, the best way to achieve this is to make it 5369 free software which everyone can redistribute and change under these terms. 5370 5371 To do so, attach the following notices to the program. It is safest 5372 to attach them to the start of each source file to most effectively 5373 convey the exclusion of warranty; and each file should have at least 5374 the "copyright" line and a pointer to where the full notice is found. 5375 5376 <one line to give the program's name and a brief idea of what it does.> 5377 Copyright (C) 19yy <name of author> 5378 5379 This program is free software; you can redistribute it and/or modify 5380 it under the terms of the GNU General Public License as published by 5381 the Free Software Foundation; either version 2 of the License, or 5382 (at your option) any later version. 5383 5384 This program is distributed in the hope that it will be useful, 5385 but WITHOUT ANY WARRANTY; without even the implied warranty of 5386 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 5387 GNU General Public License for more details. 5388 5389 You should have received a copy of the GNU General Public License 5390 along with this program; if not, write to the Free Software 5391 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 5392 5393 Also add information on how to contact you by electronic and paper mail. 5394 5395 If the program is interactive, make it output a short notice like this 5396 when it starts in an interactive mode: 5397 5398 Gnomovision version 69, Copyright (C) 19yy name of author 5399 Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. 5400 This is free software, and you are welcome to redistribute it 5401 under certain conditions; type `show c' for details. 5402 5403 The hypothetical commands `show w' and `show c' should show the appropriate 5404 parts of the General Public License. Of course, the commands you use may 5405 be called something other than `show w' and `show c'; they could even be 5406 mouse-clicks or menu items--whatever suits your program. 5407 5408 You should also get your employer (if you work as a programmer) or your 5409 school, if any, to sign a "copyright disclaimer" for the program, if 5410 necessary. Here is a sample; alter the names: 5411 5412 Yoyodyne, Inc., hereby disclaims all copyright interest in the program 5413 `Gnomovision' (which makes passes at compilers) written by James Hacker. 5414 5415 <signature of Ty Coon>, 1 April 1989 5416 Ty Coon, President of Vice 5417 5418 This General Public License does not permit incorporating your program into 5419 proprietary programs. If your program is a subroutine library, you may 5420 consider it more useful to permit linking proprietary applications with the 5421 library. If this is what you want to do, use the GNU Library General 5422 Public License instead of this License. 5423 5424 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 5425 5426 Scanned Source License e2fsprogs-1.42/lib/ext2fs/tdb/patches/copyright: 5427 5428 Index: tdbsa/tdb.c 5429 =================================================================== 5430 --- tdbsa.orig/tdb.c 5431 +++ tdbsa/tdb.c 5432 @@ -4,11 +4,11 @@ Rev: 23371 5433 Last Changed Date: 2007-06-06 20:14:06 -0400 (Wed, 06 Jun 2007) 5434 */ 5435 /* 5436 - Unix SMB/CIFS implementation. 5437 + trivial database library - standalone version 5438 5439 - trivial database library - private includes 5440 - 5441 - Copyright (C) Andrew Tridgell 2005 5442 + Copyright (C) Andrew Tridgell 1999-2005 5443 + Copyright (C) Jeremy Allison 2000-2006 5444 + Copyright (C) Paul `Rusty' Russell 2000 5445 5446 ** NOTE! The following LGPL license applies to the tdb 5447 ** library. This does NOT imply that all of Samba is released 5448 5449 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 5450 5451 Scanned Source License e2fsprogs-1.42/lib/uuid/COPYING: 5452 5453 Redistribution and use in source and binary forms, with or without 5454 modification, are permitted provided that the following conditions 5455 are met: 5456 1. Redistributions of source code must retain the above copyright 5457 notice, and the entire permission notice in its entirety, 5458 including the disclaimer of warranties. 5459 2. Redistributions in binary form must reproduce the above copyright 5460 notice, this list of conditions and the following disclaimer in the 5461 documentation and/or other materials provided with the distribution. 5462 3. The name of the author may not be used to endorse or promote 5463 products derived from this software without specific prior 5464 written permission. 5465 5466 THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED 5467 WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES 5468 OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE, ALL OF 5469 WHICH ARE HEREBY DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE 5470 LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 5471 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT 5472 OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR 5473 BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 5474 LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 5475 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE 5476 USE OF THIS SOFTWARE, EVEN IF NOT ADVISED OF THE POSSIBILITY OF SUCH 5477 DAMAGE. 5478 5479 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 5480 </pre> 5481 <ul> 5482 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 5483 </ul> 5484 </div> 5485 </div> 5486 5487 5488 <div class="product"> 5489 <span class="title">e2fsprogs-libs-1.42</span> 5490 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 5491 <span class="homepage"><a href="http://e2fsprogs.sourceforge.net/">homepage</a></span> 5492 <div class="licence"> 5493 <pre></pre> 5494 <ul> 5495 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 5496 </ul> 5497 </div> 5498 </div> 5499 5500 5501 <div class="product"> 5502 <span class="title">ecryptfs-utils-101</span> 5503 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 5504 <span class="homepage"><a href="https://launchpad.net/ecryptfs">homepage</a></span> 5505 <div class="licence"> 5506 <pre></pre> 5507 <ul> 5508 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 5509 </ul> 5510 </div> 5511 </div> 5512 5513 5514 <div class="product"> 5515 <span class="title">elfutils-0.154</span> 5516 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 5517 <span class="homepage"><a href="https://fedorahosted.org/elfutils/">homepage</a></span> 5518 <div class="licence"> 5519 <pre>Gentoo Package Stock License GPL-2-with-exceptions: 5520 5521 NOTE: This is the GPL with specific exceptions added by packages to extend your rights under the GPL. The specific exception(s) for the package can be found in the source tarball. 5522 5523 Exceptions follow, 5524 5525 // As a special exception, if other files instantiate templates or use macros 5526 // or inline functions from this file, or you compile this file and link it 5527 // with other works to produce a work based on this file, this file does not 5528 // by itself cause the resulting work to be covered by the GNU General Public 5529 // License. This exception does not invalidate any other reasons why a work 5530 // based on this file might be covered by the GNU General Public License. 5531 5532 End of exceptions. The rest of this file is the GPL. 5533 5534 GNU GENERAL PUBLIC LICENSE 5535 Version 2, June 1991 5536 5537 Copyright (C) 1989, 1991 Free Software Foundation, Inc. 5538 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 5539 Everyone is permitted to copy and distribute verbatim copies 5540 of this license document, but changing it is not allowed. 5541 5542 Preamble 5543 5544 The licenses for most software are designed to take away your 5545 freedom to share and change it. By contrast, the GNU General Public 5546 License is intended to guarantee your freedom to share and change free 5547 software--to make sure the software is free for all its users. This 5548 General Public License applies to most of the Free Software 5549 Foundation's software and to any other program whose authors commit to 5550 using it. (Some other Free Software Foundation software is covered by 5551 the GNU Library General Public License instead.) You can apply it to 5552 your programs, too. 5553 5554 When we speak of free software, we are referring to freedom, not 5555 price. Our General Public Licenses are designed to make sure that you 5556 have the freedom to distribute copies of free software (and charge for 5557 this service if you wish), that you receive source code or can get it 5558 if you want it, that you can change the software or use pieces of it 5559 in new free programs; and that you know you can do these things. 5560 5561 To protect your rights, we need to make restrictions that forbid 5562 anyone to deny you these rights or to ask you to surrender the rights. 5563 These restrictions translate to certain responsibilities for you if you 5564 distribute copies of the software, or if you modify it. 5565 5566 For example, if you distribute copies of such a program, whether 5567 gratis or for a fee, you must give the recipients all the rights that 5568 you have. You must make sure that they, too, receive or can get the 5569 source code. And you must show them these terms so they know their 5570 rights. 5571 5572 We protect your rights with two steps: (1) copyright the software, and 5573 (2) offer you this license which gives you legal permission to copy, 5574 distribute and/or modify the software. 5575 5576 Also, for each author's protection and ours, we want to make certain 5577 that everyone understands that there is no warranty for this free 5578 software. If the software is modified by someone else and passed on, we 5579 want its recipients to know that what they have is not the original, so 5580 that any problems introduced by others will not reflect on the original 5581 authors' reputations. 5582 5583 Finally, any free program is threatened constantly by software 5584 patents. We wish to avoid the danger that redistributors of a free 5585 program will individually obtain patent licenses, in effect making the 5586 program proprietary. To prevent this, we have made it clear that any 5587 patent must be licensed for everyone's free use or not licensed at all. 5588 5589 The precise terms and conditions for copying, distribution and 5590 modification follow. 5591 5592 GNU GENERAL PUBLIC LICENSE 5593 TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 5594 5595 0. This License applies to any program or other work which contains 5596 a notice placed by the copyright holder saying it may be distributed 5597 under the terms of this General Public License. The "Program", below, 5598 refers to any such program or work, and a "work based on the Program" 5599 means either the Program or any derivative work under copyright law: 5600 that is to say, a work containing the Program or a portion of it, 5601 either verbatim or with modifications and/or translated into another 5602 language. (Hereinafter, translation is included without limitation in 5603 the term "modification".) Each licensee is addressed as "you". 5604 5605 Activities other than copying, distribution and modification are not 5606 covered by this License; they are outside its scope. The act of 5607 running the Program is not restricted, and the output from the Program 5608 is covered only if its contents constitute a work based on the 5609 Program (independent of having been made by running the Program). 5610 Whether that is true depends on what the Program does. 5611 5612 1. You may copy and distribute verbatim copies of the Program's 5613 source code as you receive it, in any medium, provided that you 5614 conspicuously and appropriately publish on each copy an appropriate 5615 copyright notice and disclaimer of warranty; keep intact all the 5616 notices that refer to this License and to the absence of any warranty; 5617 and give any other recipients of the Program a copy of this License 5618 along with the Program. 5619 5620 You may charge a fee for the physical act of transferring a copy, and 5621 you may at your option offer warranty protection in exchange for a fee. 5622 5623 2. You may modify your copy or copies of the Program or any portion 5624 of it, thus forming a work based on the Program, and copy and 5625 distribute such modifications or work under the terms of Section 1 5626 above, provided that you also meet all of these conditions: 5627 5628 a) You must cause the modified files to carry prominent notices 5629 stating that you changed the files and the date of any change. 5630 5631 b) You must cause any work that you distribute or publish, that in 5632 whole or in part contains or is derived from the Program or any 5633 part thereof, to be licensed as a whole at no charge to all third 5634 parties under the terms of this License. 5635 5636 c) If the modified program normally reads commands interactively 5637 when run, you must cause it, when started running for such 5638 interactive use in the most ordinary way, to print or display an 5639 announcement including an appropriate copyright notice and a 5640 notice that there is no warranty (or else, saying that you provide 5641 a warranty) and that users may redistribute the program under 5642 these conditions, and telling the user how to view a copy of this 5643 License. (Exception: if the Program itself is interactive but 5644 does not normally print such an announcement, your work based on 5645 the Program is not required to print an announcement.) 5646 5647 These requirements apply to the modified work as a whole. If 5648 identifiable sections of that work are not derived from the Program, 5649 and can be reasonably considered independent and separate works in 5650 themselves, then this License, and its terms, do not apply to those 5651 sections when you distribute them as separate works. But when you 5652 distribute the same sections as part of a whole which is a work based 5653 on the Program, the distribution of the whole must be on the terms of 5654 this License, whose permissions for other licensees extend to the 5655 entire whole, and thus to each and every part regardless of who wrote it. 5656 5657 Thus, it is not the intent of this section to claim rights or contest 5658 your rights to work written entirely by you; rather, the intent is to 5659 exercise the right to control the distribution of derivative or 5660 collective works based on the Program. 5661 5662 In addition, mere aggregation of another work not based on the Program 5663 with the Program (or with a work based on the Program) on a volume of 5664 a storage or distribution medium does not bring the other work under 5665 the scope of this License. 5666 5667 3. You may copy and distribute the Program (or a work based on it, 5668 under Section 2) in object code or executable form under the terms of 5669 Sections 1 and 2 above provided that you also do one of the following: 5670 5671 a) Accompany it with the complete corresponding machine-readable 5672 source code, which must be distributed under the terms of Sections 5673 1 and 2 above on a medium customarily used for software interchange; or, 5674 5675 b) Accompany it with a written offer, valid for at least three 5676 years, to give any third party, for a charge no more than your 5677 cost of physically performing source distribution, a complete 5678 machine-readable copy of the corresponding source code, to be 5679 distributed under the terms of Sections 1 and 2 above on a medium 5680 customarily used for software interchange; or, 5681 5682 c) Accompany it with the information you received as to the offer 5683 to distribute corresponding source code. (This alternative is 5684 allowed only for noncommercial distribution and only if you 5685 received the program in object code or executable form with such 5686 an offer, in accord with Subsection b above.) 5687 5688 The source code for a work means the preferred form of the work for 5689 making modifications to it. For an executable work, complete source 5690 code means all the source code for all modules it contains, plus any 5691 associated interface definition files, plus the scripts used to 5692 control compilation and installation of the executable. However, as a 5693 special exception, the source code distributed need not include 5694 anything that is normally distributed (in either source or binary 5695 form) with the major components (compiler, kernel, and so on) of the 5696 operating system on which the executable runs, unless that component 5697 itself accompanies the executable. 5698 5699 If distribution of executable or object code is made by offering 5700 access to copy from a designated place, then offering equivalent 5701 access to copy the source code from the same place counts as 5702 distribution of the source code, even though third parties are not 5703 compelled to copy the source along with the object code. 5704 5705 4. You may not copy, modify, sublicense, or distribute the Program 5706 except as expressly provided under this License. Any attempt 5707 otherwise to copy, modify, sublicense or distribute the Program is 5708 void, and will automatically terminate your rights under this License. 5709 However, parties who have received copies, or rights, from you under 5710 this License will not have their licenses terminated so long as such 5711 parties remain in full compliance. 5712 5713 5. You are not required to accept this License, since you have not 5714 signed it. However, nothing else grants you permission to modify or 5715 distribute the Program or its derivative works. These actions are 5716 prohibited by law if you do not accept this License. Therefore, by 5717 modifying or distributing the Program (or any work based on the 5718 Program), you indicate your acceptance of this License to do so, and 5719 all its terms and conditions for copying, distributing or modifying 5720 the Program or works based on it. 5721 5722 6. Each time you redistribute the Program (or any work based on the 5723 Program), the recipient automatically receives a license from the 5724 original licensor to copy, distribute or modify the Program subject to 5725 these terms and conditions. You may not impose any further 5726 restrictions on the recipients' exercise of the rights granted herein. 5727 You are not responsible for enforcing compliance by third parties to 5728 this License. 5729 5730 7. If, as a consequence of a court judgment or allegation of patent 5731 infringement or for any other reason (not limited to patent issues), 5732 conditions are imposed on you (whether by court order, agreement or 5733 otherwise) that contradict the conditions of this License, they do not 5734 excuse you from the conditions of this License. If you cannot 5735 distribute so as to satisfy simultaneously your obligations under this 5736 License and any other pertinent obligations, then as a consequence you 5737 may not distribute the Program at all. For example, if a patent 5738 license would not permit royalty-free redistribution of the Program by 5739 all those who receive copies directly or indirectly through you, then 5740 the only way you could satisfy both it and this License would be to 5741 refrain entirely from distribution of the Program. 5742 5743 If any portion of this section is held invalid or unenforceable under 5744 any particular circumstance, the balance of the section is intended to 5745 apply and the section as a whole is intended to apply in other 5746 circumstances. 5747 5748 It is not the purpose of this section to induce you to infringe any 5749 patents or other property right claims or to contest validity of any 5750 such claims; this section has the sole purpose of protecting the 5751 integrity of the free software distribution system, which is 5752 implemented by public license practices. Many people have made 5753 generous contributions to the wide range of software distributed 5754 through that system in reliance on consistent application of that 5755 system; it is up to the author/donor to decide if he or she is willing 5756 to distribute software through any other system and a licensee cannot 5757 impose that choice. 5758 5759 This section is intended to make thoroughly clear what is believed to 5760 be a consequence of the rest of this License. 5761 5762 8. If the distribution and/or use of the Program is restricted in 5763 certain countries either by patents or by copyrighted interfaces, the 5764 original copyright holder who places the Program under this License 5765 may add an explicit geographical distribution limitation excluding 5766 those countries, so that distribution is permitted only in or among 5767 countries not thus excluded. In such case, this License incorporates 5768 the limitation as if written in the body of this License. 5769 5770 9. The Free Software Foundation may publish revised and/or new versions 5771 of the General Public License from time to time. Such new versions will 5772 be similar in spirit to the present version, but may differ in detail to 5773 address new problems or concerns. 5774 5775 Each version is given a distinguishing version number. If the Program 5776 specifies a version number of this License which applies to it and "any 5777 later version", you have the option of following the terms and conditions 5778 either of that version or of any later version published by the Free 5779 Software Foundation. If the Program does not specify a version number of 5780 this License, you may choose any version ever published by the Free Software 5781 Foundation. 5782 5783 10. If you wish to incorporate parts of the Program into other free 5784 programs whose distribution conditions are different, write to the author 5785 to ask for permission. For software which is copyrighted by the Free 5786 Software Foundation, write to the Free Software Foundation; we sometimes 5787 make exceptions for this. Our decision will be guided by the two goals 5788 of preserving the free status of all derivatives of our free software and 5789 of promoting the sharing and reuse of software generally. 5790 5791 NO WARRANTY 5792 5793 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY 5794 FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN 5795 OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES 5796 PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED 5797 OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF 5798 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS 5799 TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE 5800 PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, 5801 REPAIR OR CORRECTION. 5802 5803 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING 5804 WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR 5805 REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, 5806 INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING 5807 OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED 5808 TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY 5809 YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER 5810 PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE 5811 POSSIBILITY OF SUCH DAMAGES. 5812 5813 END OF TERMS AND CONDITIONS 5814 5815 How to Apply These Terms to Your New Programs 5816 5817 If you develop a new program, and you want it to be of the greatest 5818 possible use to the public, the best way to achieve this is to make it 5819 free software which everyone can redistribute and change under these terms. 5820 5821 To do so, attach the following notices to the program. It is safest 5822 to attach them to the start of each source file to most effectively 5823 convey the exclusion of warranty; and each file should have at least 5824 the "copyright" line and a pointer to where the full notice is found. 5825 5826 <one line to give the program's name and a brief idea of what it does.> 5827 Copyright (C) <year> <name of author> 5828 5829 This program is free software; you can redistribute it and/or modify 5830 it under the terms of the GNU General Public License as published by 5831 the Free Software Foundation; either version 2 of the License, or 5832 (at your option) any later version. 5833 5834 This program is distributed in the hope that it will be useful, 5835 but WITHOUT ANY WARRANTY; without even the implied warranty of 5836 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 5837 GNU General Public License for more details. 5838 5839 You should have received a copy of the GNU General Public License 5840 along with this program; if not, write to the Free Software 5841 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 5842 5843 5844 Also add information on how to contact you by electronic and paper mail. 5845 5846 If the program is interactive, make it output a short notice like this 5847 when it starts in an interactive mode: 5848 5849 Gnomovision version 69, Copyright (C) year name of author 5850 Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. 5851 This is free software, and you are welcome to redistribute it 5852 under certain conditions; type `show c' for details. 5853 5854 The hypothetical commands `show w' and `show c' should show the appropriate 5855 parts of the General Public License. Of course, the commands you use may 5856 be called something other than `show w' and `show c'; they could even be 5857 mouse-clicks or menu items--whatever suits your program. 5858 5859 You should also get your employer (if you work as a programmer) or your 5860 school, if any, to sign a "copyright disclaimer" for the program, if 5861 necessary. Here is a sample; alter the names: 5862 5863 Yoyodyne, Inc., hereby disclaims all copyright interest in the program 5864 `Gnomovision' (which makes passes at compilers) written by James Hacker. 5865 5866 <signature of Ty Coon>, 1 April 1989 5867 Ty Coon, President of Vice 5868 5869 This General Public License does not permit incorporating your program into 5870 proprietary programs. If your program is a subroutine library, you may 5871 consider it more useful to permit linking proprietary applications with the 5872 library. If this is what you want to do, use the GNU Library General 5873 Public License instead of this License. 5874 5875 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 5876 </pre> 5877 <ul> 5878 5879 </ul> 5880 </div> 5881 </div> 5882 5883 5884 <div class="product"> 5885 <span class="title">engine_pkcs11-0.1.8</span> 5886 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 5887 <span class="homepage"><a href="http://www.opensc-project.org/engine_pkcs11">homepage</a></span> 5888 <div class="licence"> 5889 <pre></pre> 5890 <ul> 5891 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li> 5892 </ul> 5893 </div> 5894 </div> 5895 5896 5897 <div class="product"> 5898 <span class="title">eselect-opengl-1.2.4</span> 5899 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 5900 <span class="homepage"><a href="http://www.gentoo.org/">homepage</a></span> 5901 <div class="licence"> 5902 <pre></pre> 5903 <ul> 5904 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 5905 </ul> 5906 </div> 5907 </div> 5908 5909 5910 <div class="product"> 5911 <span class="title">eselect-python-20100321</span> 5912 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 5913 <span class="homepage"><a href="http://www.gentoo.org">homepage</a></span> 5914 <div class="licence"> 5915 <pre></pre> 5916 <ul> 5917 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 5918 </ul> 5919 </div> 5920 </div> 5921 5922 5923 <div class="product"> 5924 <span class="title">ethtool-3.12.1</span> 5925 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 5926 <span class="homepage"><a href="http://www.kernel.org/pub/software/network/ethtool/">homepage</a></span> 5927 <div class="licence"> 5928 <pre></pre> 5929 <ul> 5930 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 5931 </ul> 5932 </div> 5933 </div> 5934 5935 5936 <div class="product"> 5937 <span class="title">evtest-1.29</span> 5938 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 5939 <span class="homepage"><a href="http://cgit.freedesktop.org/evtest/">homepage</a></span> 5940 <div class="licence"> 5941 <pre></pre> 5942 <ul> 5943 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 5944 </ul> 5945 </div> 5946 </div> 5947 5948 5949 <div class="product"> 5950 <span class="title">exfat-utils-1.0.2_pre401</span> 5951 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 5952 <span class="homepage"><a href="http://code.google.com/p/exfat/">homepage</a></span> 5953 <div class="licence"> 5954 <pre></pre> 5955 <ul> 5956 <li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li> 5957 </ul> 5958 </div> 5959 </div> 5960 5961 5962 <div class="product"> 5963 <span class="title">expat-2.1.0</span> 5964 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 5965 <span class="homepage"><a href="http://expat.sourceforge.net/">homepage</a></span> 5966 <div class="licence"> 5967 <pre>Scanned Source License expat-2.1.0/COPYING: 5968 5969 Copyright (c) 1998, 1999, 2000 Thai Open Source Software Center Ltd 5970 and Clark Cooper 5971 Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006 Expat maintainers. 5972 5973 Permission is hereby granted, free of charge, to any person obtaining 5974 a copy of this software and associated documentation files (the 5975 "Software"), to deal in the Software without restriction, including 5976 without limitation the rights to use, copy, modify, merge, publish, 5977 distribute, sublicense, and/or sell copies of the Software, and to 5978 permit persons to whom the Software is furnished to do so, subject to 5979 the following conditions: 5980 5981 The above copyright notice and this permission notice shall be included 5982 in all copies or substantial portions of the Software. 5983 5984 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 5985 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 5986 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. 5987 IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY 5988 CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, 5989 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE 5990 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 5991 5992 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 5993 </pre> 5994 <ul> 5995 5996 </ul> 5997 </div> 5998 </div> 5999 6000 6001 <div class="product"> 6002 <span class="title">fftw-3.2.2</span> 6003 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 6004 <span class="homepage"><a href="http://www.fftw.org/">homepage</a></span> 6005 <div class="licence"> 6006 <pre></pre> 6007 <ul> 6008 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 6009 </ul> 6010 </div> 6011 </div> 6012 6013 6014 <div class="product"> 6015 <span class="title">file-5.15</span> 6016 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 6017 <span class="homepage"><a href="http://www.darwinsys.com/file/">homepage</a></span> 6018 <div class="licence"> 6019 <pre>Scanned Source License file-5.15/COPYING: 6020 6021 $File: COPYING,v 1.1 2008/02/05 19:08:11 christos Exp $ 6022 Copyright (c) Ian F. Darwin 1986, 1987, 1989, 1990, 1991, 1992, 1994, 1995. 6023 Software written by Ian F. Darwin and others; 6024 maintained 1994- Christos Zoulas. 6025 6026 This software is not subject to any export provision of the United States 6027 Department of Commerce, and may be exported to any country or planet. 6028 6029 Redistribution and use in source and binary forms, with or without 6030 modification, are permitted provided that the following conditions 6031 are met: 6032 1. Redistributions of source code must retain the above copyright 6033 notice immediately at the beginning of the file, without modification, 6034 this list of conditions, and the following disclaimer. 6035 2. Redistributions in binary form must reproduce the above copyright 6036 notice, this list of conditions and the following disclaimer in the 6037 documentation and/or other materials provided with the distribution. 6038 6039 THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND 6040 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 6041 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 6042 ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE FOR 6043 ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 6044 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 6045 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 6046 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 6047 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 6048 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 6049 SUCH DAMAGE. 6050 6051 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 6052 </pre> 6053 <ul> 6054 6055 </ul> 6056 </div> 6057 </div> 6058 6059 6060 <div class="product"> 6061 <span class="title">findutils-4.4.2</span> 6062 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 6063 <span class="homepage"><a href="http://www.gnu.org/software/findutils/">homepage</a></span> 6064 <div class="licence"> 6065 <pre></pre> 6066 <ul> 6067 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 6068 </ul> 6069 </div> 6070 </div> 6071 6072 6073 <div class="product"> 6074 <span class="title">fio-2.1.10</span> 6075 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 6076 <span class="homepage"><a href="http://brick.kernel.dk/snaps/">homepage</a></span> 6077 <div class="licence"> 6078 <pre></pre> 6079 <ul> 6080 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 6081 </ul> 6082 </div> 6083 </div> 6084 6085 6086 <div class="product"> 6087 <span class="title">fixesproto-5.0</span> 6088 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 6089 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span> 6090 <div class="licence"> 6091 <pre>Scanned Source License fixesproto-5.0/COPYING: 6092 6093 Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved. 6094 Copyright 2010 Red Hat, Inc. 6095 6096 Permission is hereby granted, free of charge, to any person obtaining a 6097 copy of this software and associated documentation files (the "Software"), 6098 to deal in the Software without restriction, including without limitation 6099 the rights to use, copy, modify, merge, publish, distribute, sublicense, 6100 and/or sell copies of the Software, and to permit persons to whom the 6101 Software is furnished to do so, subject to the following conditions: 6102 6103 The above copyright notice and this permission notice (including the next 6104 paragraph) shall be included in all copies or substantial portions of the 6105 Software. 6106 6107 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 6108 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 6109 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 6110 THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 6111 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 6112 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 6113 DEALINGS IN THE SOFTWARE. 6114 6115 Copyright 2001,2003 Keith Packard 6116 6117 Permission to use, copy, modify, distribute, and sell this software and its 6118 documentation for any purpose is hereby granted without fee, provided that 6119 the above copyright notice appear in all copies and that both that 6120 copyright notice and this permission notice appear in supporting 6121 documentation, and that the name of Keith Packard not be used in 6122 advertising or publicity pertaining to distribution of the software without 6123 specific, written prior permission. Keith Packard makes no 6124 representations about the suitability of this software for any purpose. It 6125 is provided "as is" without express or implied warranty. 6126 6127 KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 6128 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 6129 EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR 6130 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 6131 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 6132 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 6133 PERFORMANCE OF THIS SOFTWARE. 6134 6135 6136 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 6137 </pre> 6138 <ul> 6139 6140 </ul> 6141 </div> 6142 </div> 6143 6144 6145 <div class="product"> 6146 <span class="title">flashmap-0.3</span> 6147 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 6148 <span class="homepage"><a href="http://flashmap.googlecode.com">homepage</a></span> 6149 <div class="licence"> 6150 <pre></pre> 6151 <ul> 6152 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 6153 </ul> 6154 </div> 6155 </div> 6156 6157 6158 <div class="product"> 6159 <span class="title">flashrom-0.9.4</span> 6160 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 6161 <span class="homepage"><a href="http://flashrom.org/">homepage</a></span> 6162 <div class="licence"> 6163 <pre></pre> 6164 <ul> 6165 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 6166 </ul> 6167 </div> 6168 </div> 6169 6170 6171 <div class="product"> 6172 <span class="title">flex-2.5.37</span> 6173 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 6174 <span class="homepage"><a href="http://flex.sourceforge.net/">homepage</a></span> 6175 <div class="licence"> 6176 <pre>Gentoo Package Stock License FLEX: 6177 6178 Flex carries the copyright used for BSD software, slightly modified 6179 because it originated at the Lawrence Berkeley (not Livermore!) Laboratory, 6180 which operates under a contract with the Department of Energy: 6181 6182 Copyright (c) 1990 The Regents of the University of California. 6183 All rights reserved. 6184 6185 This code is derived from software contributed to Berkeley by 6186 Vern Paxson. 6187 6188 The United States Government has rights in this work pursuant 6189 to contract no. DE-AC03-76SF00098 between the United States 6190 Department of Energy and the University of California. 6191 6192 Redistribution and use in source and binary forms with or without 6193 modification are permitted provided that: (1) source distributions 6194 retain this entire copyright notice and comment, and (2) 6195 distributions including binaries display the following 6196 acknowledgement: ``This product includes software developed by the 6197 University of California, Berkeley and its contributors'' in the 6198 documentation or other materials provided with the distribution and 6199 in all advertising materials mentioning features or use of this 6200 software. Neither the name of the University nor the names of its 6201 contributors may be used to endorse or promote products derived 6202 from this software without specific prior written permission. 6203 6204 THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR 6205 IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED 6206 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 6207 PURPOSE. 6208 6209 This basically says "do whatever you please with this software except 6210 remove this notice or take advantage of the University's (or the flex 6211 authors') name". 6212 6213 Note that the "flex.skl" scanner skeleton carries no copyright notice. 6214 You are free to do whatever you please with scanners generated using flex; 6215 for them, you are not even bound by the above copyright. 6216 6217 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 6218 </pre> 6219 <ul> 6220 6221 </ul> 6222 </div> 6223 </div> 6224 6225 6226 <div class="product"> 6227 <span class="title">font-util-1.2.0</span> 6228 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 6229 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span> 6230 <div class="licence"> 6231 <pre>Scanned Source License font-util-1.2.0/COPYING: 6232 6233 Copyright (c) 2009, Oracle and/or its affiliates. All rights reserved. 6234 6235 Permission is hereby granted, free of charge, to any person obtaining a 6236 copy of this software and associated documentation files (the "Software"), 6237 to deal in the Software without restriction, including without limitation 6238 the rights to use, copy, modify, merge, publish, distribute, sublicense, 6239 and/or sell copies of the Software, and to permit persons to whom the 6240 Software is furnished to do so, subject to the following conditions: 6241 6242 The above copyright notice and this permission notice (including the next 6243 paragraph) shall be included in all copies or substantial portions of the 6244 Software. 6245 6246 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 6247 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 6248 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 6249 THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 6250 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 6251 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 6252 DEALINGS IN THE SOFTWARE. 6253 6254 ------------------------------------------------------------------------ 6255 6256 Copyright (c) 2003 The NetBSD Foundation, Inc. 6257 All rights reserved. 6258 6259 This code is derived from software contributed to The NetBSD Foundation 6260 by Ben Collver <collver1 (a] attbi.com>. 6261 6262 Redistribution and use in source and binary forms, with or without 6263 modification, are permitted provided that the following conditions 6264 are met: 6265 1. Redistributions of source code must retain the above copyright 6266 notice, this list of conditions and the following disclaimer. 6267 2. Redistributions in binary form must reproduce the above copyright 6268 notice, this list of conditions and the following disclaimer in the 6269 documentation and/or other materials provided with the distribution. 6270 6271 THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS 6272 ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 6273 TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 6274 PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS 6275 BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 6276 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 6277 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 6278 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 6279 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 6280 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 6281 POSSIBILITY OF SUCH DAMAGE. 6282 6283 ------------------------------------------------------------------------ 6284 6285 Copyright (c) 2006 Martin Husemann. 6286 Copyright (c) 2007 Joerg Sonnenberger. 6287 All rights reserved. 6288 6289 Redistribution and use in source and binary forms, with or without 6290 modification, are permitted provided that the following conditions 6291 are met: 6292 1. Redistributions of source code must retain the above copyright 6293 notice, this list of conditions and the following disclaimer. 6294 2. The name of the author may not be used to endorse or promote 6295 products derived from this software without specific prior 6296 written permission. 6297 6298 THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS 6299 ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 6300 TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 6301 PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS 6302 BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 6303 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 6304 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 6305 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 6306 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 6307 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 6308 POSSIBILITY OF SUCH DAMAGE. 6309 6310 ------------------------------------------------------------------------ 6311 6312 Copyright 2005 Red Hat, Inc 6313 6314 Permission to use, copy, modify, distribute, and sell this software and its 6315 documentation for any purpose is hereby granted without fee, provided that 6316 the above copyright notice appear in all copies and that both that 6317 copyright notice and this permission notice appear in supporting 6318 documentation. 6319 6320 The above copyright notice and this permission notice shall be included 6321 in all copies or substantial portions of the Software. 6322 6323 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 6324 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 6325 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. 6326 IN NO EVENT SHALL THE OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR 6327 OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, 6328 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 6329 OTHER DEALINGS IN THE SOFTWARE. 6330 6331 Except as contained in this notice, the name of the copyright holders shall 6332 not be used in advertising or otherwise to promote the sale, use or 6333 other dealings in this Software without prior written authorization 6334 from the copyright holders. 6335 6336 ------------------------------------------------------------------------ 6337 6338 Copyright (c) 1991-2003 Unicode, Inc. All Rights reserved. 6339 6340 This file is provided as-is by Unicode, Inc. (The Unicode Consortium). 6341 No claims are made as to fitness for any particular purpose. No 6342 warranties of any kind are expressed or implied. The recipient 6343 agrees to determine applicability of information provided. If this 6344 file has been provided on optical media by Unicode, Inc., the sole 6345 remedy for any claim will be exchange of defective media within 90 6346 days of receipt. 6347 6348 Unicode, Inc. hereby grants the right to freely use the information 6349 supplied in this file in the creation of products supporting the 6350 Unicode Standard, and to make copies of this file in any form for 6351 internal or external distribution as long as this notice remains 6352 attached. 6353 6354 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 6355 </pre> 6356 <ul> 6357 6358 </ul> 6359 </div> 6360 </div> 6361 6362 6363 <div class="product"> 6364 <span class="title">fontconfig-2.7.1</span> 6365 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 6366 <span class="homepage"><a href="http://fontconfig.org/">homepage</a></span> 6367 <div class="licence"> 6368 <pre>Scanned Source License fontconfig-2.7.1/COPYING: 6369 6370 fontconfig/COPYING 6371 6372 Copyright 2001,2003 Keith Packard 6373 6374 Permission to use, copy, modify, distribute, and sell this software and its 6375 documentation for any purpose is hereby granted without fee, provided that 6376 the above copyright notice appear in all copies and that both that 6377 copyright notice and this permission notice appear in supporting 6378 documentation, and that the name of Keith Packard not be used in 6379 advertising or publicity pertaining to distribution of the software without 6380 specific, written prior permission. Keith Packard makes no 6381 representations about the suitability of this software for any purpose. It 6382 is provided "as is" without express or implied warranty. 6383 6384 THE AUTHOR(S) DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 6385 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 6386 EVENT SHALL THE AUTHOR(S) BE LIABLE FOR ANY SPECIAL, INDIRECT OR 6387 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 6388 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 6389 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 6390 PERFORMANCE OF THIS SOFTWARE. 6391 6392 6393 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 6394 </pre> 6395 <ul> 6396 6397 </ul> 6398 </div> 6399 </div> 6400 6401 6402 <div class="product"> 6403 <span class="title">fontsproto-2.1.1</span> 6404 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 6405 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span> 6406 <div class="licence"> 6407 <pre>Scanned Source License fontsproto-2.1.1/COPYING: 6408 6409 Copyright 1990, 1991 Network Computing Devices; 6410 Portions Copyright 1987 by Digital Equipment Corporation 6411 6412 Permission to use, copy, modify, distribute, and sell this software and 6413 its documentation for any purpose is hereby granted without fee, provided 6414 that the above copyright notice appear in all copies and that both that 6415 copyright notice and this permission notice appear in supporting 6416 documentation, and that the names of Network Computing Devices or Digital 6417 not be used in advertising or publicity pertaining to distribution 6418 of the software without specific, written prior permission. 6419 Network Computing Devices and Digital make no representations 6420 about the suitability of this software for any purpose. It is provided 6421 "as is" without express or implied warranty. 6422 6423 NETWORK COMPUTING DEVICES AND DIGITAL DISCLAIM ALL WARRANTIES WITH 6424 REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF 6425 MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL NETWORK COMPUTING DEVICES 6426 OR DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL 6427 DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR 6428 PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS 6429 ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF 6430 THIS SOFTWARE. 6431 6432 6433 Copyright 1990, 1991, 1998 The Open Group 6434 6435 Permission to use, copy, modify, distribute, and sell this software and its 6436 documentation for any purpose is hereby granted without fee, provided that 6437 the above copyright notice appear in all copies and that both that 6438 copyright notice and this permission notice appear in supporting 6439 documentation. 6440 6441 The above copyright notice and this permission notice shall be included in 6442 all copies or substantial portions of the Software. 6443 6444 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 6445 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 6446 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 6447 OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN 6448 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 6449 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 6450 6451 Except as contained in this notice, the name of The Open Group shall not be 6452 used in advertising or otherwise to promote the sale, use or other dealings 6453 in this Software without prior written authorization from The Open Group. 6454 6455 6456 Copyright 1987 by Digital Equipment Corporation, Maynard, Massachusetts. 6457 6458 All Rights Reserved 6459 6460 Permission to use, copy, modify, and distribute this software and its 6461 documentation for any purpose and without fee is hereby granted, 6462 provided that the above copyright notice appear in all copies and that 6463 both that copyright notice and this permission notice appear in 6464 supporting documentation, and that the name of Digital not be 6465 used in advertising or publicity pertaining to distribution of the 6466 software without specific, written prior permission. 6467 6468 DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING 6469 ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL 6470 DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR 6471 ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, 6472 WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, 6473 ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS 6474 SOFTWARE. 6475 6476 6477 Copyright (c) 1999 The XFree86 Project Inc. 6478 6479 All Rights Reserved. 6480 6481 The above copyright notice and this permission notice shall be included in 6482 all copies or substantial portions of the Software. 6483 6484 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 6485 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 6486 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 6487 OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN 6488 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 6489 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 6490 6491 Except as contained in this notice, the name of The XFree86 Project 6492 Inc. shall not be used in advertising or otherwise to promote the 6493 sale, use or other dealings in this Software without prior written 6494 authorization from The XFree86 Project Inc.. 6495 6496 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 6497 </pre> 6498 <ul> 6499 6500 </ul> 6501 </div> 6502 </div> 6503 6504 6505 <div class="product"> 6506 <span class="title">freeglut-2.4.0</span> 6507 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 6508 <span class="homepage"><a href="http://freeglut.sourceforge.net/">homepage</a></span> 6509 <div class="licence"> 6510 <pre>Scanned Source License freeglut-2.4.0/COPYING: 6511 6512 6513 Freeglut Copyright 6514 ------------------ 6515 6516 Freeglut code without an explicit copyright is covered by the following 6517 copyright: 6518 6519 Copyright (c) 1999-2000 Pawel W. Olszta. All Rights Reserved. 6520 Permission is hereby granted, free of charge, to any person obtaining a copy 6521 of this software and associated documentation files (the "Software"), to deal 6522 in the Software without restriction, including without limitation the rights 6523 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 6524 copies or substantial portions of the Software. 6525 6526 The above copyright notice and this permission notice shall be included in 6527 all copies or substantial portions of the Software. 6528 6529 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 6530 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 6531 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 6532 PAWEL W. OLSZTA BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER 6533 IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 6534 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 6535 6536 Except as contained in this notice, the name of Pawel W. Olszta shall not be 6537 used in advertising or otherwise to promote the sale, use or other dealings 6538 in this Software without prior written authorization from Pawel W. Olszta. 6539 6540 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 6541 </pre> 6542 <ul> 6543 6544 </ul> 6545 </div> 6546 </div> 6547 6548 6549 <div class="product"> 6550 <span class="title">freeimage-3.15.3</span> 6551 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 6552 <span class="homepage"><a href="http://freeimage.sourceforge.net/">homepage</a></span> 6553 <div class="licence"> 6554 <pre>Gentoo Package Stock License FIPL-1.0: 6555 6556 FreeImage Public License - Version 1.0 6557 --------------------------------------------- 6558 6559 1. Definitions. 6560 6561 1.1. "Contributor" means each entity that creates or contributes to the creation of Modifications. 6562 6563 1.2. "Contributor Version" means the combination of the Original Code, prior Modifications used by a Contributor, and the Modifications made by that particular Contributor. 6564 6565 1.3. "Covered Code" means the Original Code or Modifications or the combination of the Original Code and Modifications, in each case including portions thereof. 6566 6567 1.4. "Electronic Distribution Mechanism" means a mechanism generally accepted in the software development community for the electronic transfer of data. 6568 6569 1.5. "Executable" means Covered Code in any form other than Source Code. 6570 6571 1.6. "Initial Developer" means the individual or entity identified as the Initial Developer in the Source Code notice required by Exhibit A. 6572 6573 1.7. "Larger Work" means a work which combines Covered Code or portions thereof with code not governed by the terms of this License. 6574 6575 1.8. "License" means this document. 6576 6577 1.9. "Modifications" means any addition to or deletion from the substance or structure of either the Original Code or any previous Modifications. When Covered Code is released as a series of files, a 6578 Modification is: 6579 6580 A. Any addition to or deletion from the contents of a file containing Original Code or previous Modifications. 6581 6582 B. Any new file that contains any part of the Original Code or previous Modifications. 6583 6584 1.10. "Original Code" means Source Code of computer software code which is described in the Source Code notice required by Exhibit A as Original Code, and which, at the time of its release under this License is not already Covered Code governed by this License. 6585 6586 1.11. "Source Code" means the preferred form of the Covered Code for making modifications to it, including all modules it contains, plus any associated interface definition files, scripts used to control 6587 compilation and installation of an Executable, or a list of source code differential comparisons against either the Original Code or another well known, available Covered Code of the Contributor's choice. The Source Code can be in a compressed or archival form, provided the appropriate decompression or de-archiving software is widely available for no charge. 6588 6589 1.12. "You" means an individual or a legal entity exercising rights under, and complying with all of the terms of, this License or a future version of this License issued under Section 6.1. For legal entities, "You" includes any entity which controls, is controlled by, or is under common control with You. For purposes of this definition, "control" means (a) the power, direct or indirect, to cause the 6590 direction or management of such entity, whether by contract or otherwise, or (b) ownership of fifty percent (50%) or more of the outstanding shares or beneficial ownership of such entity. 6591 6592 2. Source Code License. 6593 6594 2.1. The Initial Developer Grant. 6595 The Initial Developer hereby grants You a world-wide, royalty-free, non-exclusive license, subject to third party intellectual property claims: 6596 6597 (a) to use, reproduce, modify, display, perform, sublicense and distribute the Original Code (or portions thereof) with or without Modifications, or as part of a Larger Work; and 6598 6599 (b) under patents now or hereafter owned or controlled by Initial Developer, to make, have made, use and sell ("Utilize") the Original Code (or portions thereof), but solely to the extent that 6600 any such patent is reasonably necessary to enable You to Utilize the Original Code (or portions thereof) and not to any greater extent that may be necessary to Utilize further Modifications or 6601 combinations. 6602 6603 2.2. Contributor Grant. 6604 Each Contributor hereby grants You a world-wide, royalty-free, non-exclusive license, subject to third party intellectual property claims: 6605 6606 (a) to use, reproduce, modify, display, perform, sublicense and distribute the Modifications created by such Contributor (or portions thereof) either on an unmodified basis, with other Modifications, as Covered Code or as part of a Larger Work; and 6607 6608 (b) under patents now or hereafter owned or controlled by Contributor, to Utilize the Contributor Version (or portions thereof), but solely to the extent that any such patent is reasonably necessary to enable You to Utilize the Contributor Version (or portions thereof), and not to any greater extent that 6609 may be necessary to Utilize further Modifications or combinations. 6610 6611 3. Distribution Obligations. 6612 6613 3.1. Application of License. 6614 The Modifications which You create or to which You contribute are governed by the terms of this License, including without limitation Section 2.2. The Source Code version of Covered Code may be distributed only under the terms of this License or a future version of this License released under Section 6.1, and You must include a copy of this License with every copy of the Source Code You distribute. You may not offer or impose any terms on any Source Code version that alters or 6615 restricts the applicable version of this License or the recipients' rights hereunder. However, You may include an additional document offering the additional rights described in Section 3.5. 6616 6617 3.2. Availability of Source Code. 6618 Any Modification which You create or to which You contribute must be made available in Source Code form under the terms of this License either on the same media as an Executable version or via an accepted Electronic Distribution Mechanism to anyone to whom you made an Executable version available; and if made available via Electronic Distribution Mechanism, must remain available for at least twelve (12) months after the date it initially became available, or at least six (6) months after a subsequent version of that particular Modification has been made available to such recipients. You are responsible for ensuring that the Source Code version remains available even if the Electronic Distribution Mechanism is maintained by a third party. 6619 6620 3.3. Description of Modifications. 6621 You must cause all Covered Code to which you contribute to contain a file documenting the changes You made to create that Covered Code and the date of any change. You must include a prominent statement that the Modification is derived, directly or indirectly, from Original Code provided by the Initial Developer and including the name of the Initial Developer in (a) the Source Code, and (b) in any notice in an Executable version or related documentation in which You describe the origin or ownership of the Covered Code. 6622 6623 3.4. Intellectual Property Matters 6624 6625 (a) Third Party Claims. 6626 If You have knowledge that a party claims an intellectual property right in particular functionality or code (or its utilization under this License), you must include a text file with the source code distribution titled "LEGAL" which describes the claim and the party making the claim in sufficient detail that a recipient will know whom to contact. If you obtain such knowledge after You make Your Modification available as described in Section 3.2, You shall promptly modify the LEGAL file in all copies You make 6627 available thereafter and shall take other steps (such as notifying appropriate mailing lists or newsgroups) reasonably calculated to inform those who received the Covered Code that new knowledge has been obtained. 6628 6629 (b) Contributor APIs. 6630 If Your Modification is an application programming interface and You own or control patents which are reasonably necessary to implement that API, you must also include this information in the LEGAL file. 6631 6632 3.5. Required Notices. 6633 You must duplicate the notice in Exhibit A in each file of the Source Code, and this License in any documentation for the Source Code, where You describe recipients' rights relating to Covered Code. If You created one or more Modification(s), You may add your name as a Contributor to the notice described in Exhibit A. If it is not possible to put such notice in a particular Source Code file due to its 6634 structure, then you must include such notice in a location (such as a relevant directory file) where a user would be likely to look for such a notice. You may choose to offer, and to charge a fee for, warranty, support, indemnity or liability obligations to one or more recipients of Covered Code. However, You may do so only on Your own behalf, and not on behalf of the Initial Developer or any Contributor. You must make it absolutely clear than any such warranty, support, indemnity or 6635 liability obligation is offered by You alone, and You hereby agree to indemnify the Initial Developer and every Contributor for any liability incurred by the Initial Developer or such Contributor as a result of 6636 warranty, support, indemnity or liability terms You offer. 6637 6638 3.6. Distribution of Executable Versions. 6639 You may distribute Covered Code in Executable form only if the requirements of Section 3.1-3.5 have been met for that Covered Code, and if You include a notice stating that the Source Code version of the Covered Code is available under the terms of this License, including a description of how and where You have fulfilled the obligations of Section 3.2. The notice must be conspicuously included in any notice in an Executable version, related documentation or collateral in which You 6640 describe recipients' rights relating to the Covered Code. You may distribute the Executable version of Covered Code under a license of Your choice, which may contain terms different from this License, 6641 provided that You are in compliance with the terms of this License and that the license for the Executable version does not attempt to limit or alter the recipient's rights in the Source Code version from the rights set forth in this License. If You distribute the Executable version under a different license You must make it absolutely clear that any terms which differ from this License are offered by You alone, not by the Initial Developer or any Contributor. You hereby agree to indemnify the Initial Developer and every Contributor for any liability incurred by the Initial Developer or such Contributor as a result of any such terms You offer. 6642 6643 3.7. Larger Works. 6644 You may create a Larger Work by combining Covered Code with other code not governed by the terms of this License and distribute the Larger Work as a single product. In such a case, You must make sure the requirements of this License are fulfilled for the Covered Code. 6645 6646 4. Inability to Comply Due to Statute or Regulation. 6647 6648 If it is impossible for You to comply with any of the terms of this License with respect to some or all of the Covered Code due to statute or regulation then You must: (a) comply with the terms of this License to the maximum extent possible; and (b) describe the limitations and the code they affect. Such description must be included in the LEGAL file described in Section 3.4 and must be included with all distributions of the Source Code. Except to the extent prohibited by statute or regulation, such description must be sufficiently detailed for a recipient of ordinary skill to be able to understand it. 6649 6650 5. Application of this License. 6651 6652 This License applies to code to which the Initial Developer has attached the notice in Exhibit A, and to related Covered Code. 6653 6654 6. Versions of the License. 6655 6656 6.1. New Versions. 6657 Floris van den Berg may publish revised and/or new versions of the License from time to time. Each version will be given a distinguishing version number. 6658 6659 6.2. Effect of New Versions. 6660 Once Covered Code has been published under a particular version of the License, You may always continue to use it under the terms of that version. You may also choose to use such Covered Code under the terms of any subsequent version of the License published by Floris van den Berg 6661 No one other than Floris van den Berg has the right to modify the terms applicable to Covered Code created under this License. 6662 6663 6.3. Derivative Works. 6664 If you create or use a modified version of this License (which you may only do in order to apply it to code which is not already Covered Code governed by this License), you must (a) rename Your license so that the phrases "FreeImage", `FreeImage Public License", "FIPL", or any confusingly similar phrase do not appear anywhere in your license and (b) otherwise make it clear that your version of the license contains terms which differ from the FreeImage Public License. (Filling in the name of the Initial Developer, Original Code or Contributor in the notice described in Exhibit A shall not of themselves be deemed to be modifications of this License.) 6665 6666 7. DISCLAIMER OF WARRANTY. 6667 6668 COVERED CODE IS PROVIDED UNDER THIS LICENSE ON AN "AS IS" BASIS, WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT THE COVERED CODE IS FREE OF DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE COVERED CODE IS WITH YOU. SHOULD ANY COVERED CODE PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL DEVELOPER OR ANY OTHER CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY COVERED CODE IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER. 6669 6670 8. TERMINATION. 6671 6672 This License and the rights granted hereunder will terminate automatically if You fail to comply with terms herein and fail to cure such breach within 30 days of becoming aware of the breach. All sublicenses to the Covered Code which are properly granted shall survive any termination of this License. Provisions which, by their nature, must remain in effect beyond the termination of this License shall survive. 6673 6674 9. LIMITATION OF LIABILITY. 6675 6676 UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE INITIAL DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF COVERED CODE, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO YOU OR ANY OTHER PERSON FOR ANY INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER COMMERCIAL DAMAGES OR LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY RESULTING FROM SUCH PARTY'S NEGLIGENCE TO THE EXTENT APPLICABLE LAW PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE 6677 EXCLUSION OR LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO THAT EXCLUSION AND LIMITATION MAY NOT APPLY TO YOU. 6678 6679 10. U.S. GOVERNMENT END USERS. 6680 6681 The Covered Code is a "commercial item," as that term is defined in 48 C.F.R. 2.101 (Oct. 1995), consisting of "commercial computer software" and "commercial computer software documentation," as such terms are used in 48 C.F.R. 12.212 (Sept. 1995). Consistent with 48 C.F.R. 12.212 and 48 C.F.R. 227.7202-1 through 227.7202-4 (June 1995), all U.S. Government End Users acquire Covered Code with only those rights set forth herein. 6682 6683 11. MISCELLANEOUS. 6684 6685 This License represents the complete agreement concerning subject matter hereof. If any provision of this License is held to be unenforceable, such provision shall be reformed only to the extent necessary to make it enforceable. This License shall be governed by Dutch law provisions (except to the extent applicable law, if any, provides otherwise), excluding its conflict-of-law provisions. With respect to disputes in which at least one party is a citizen of, or an entity chartered or registered to do business in, the The Netherlands: (a) unless otherwise agreed in writing, all disputes relating to this License (excepting any dispute relating to intellectual property rights) shall be subject to final and binding arbitration, with the losing party paying all costs of arbitration; (b) any arbitration relating to this Agreement shall be held in Almelo, The Netherlands; and (c) any litigation relating to this Agreement shall be subject to the jurisdiction of the court of Almelo, The Netherlands with the losing party responsible for costs, including without limitation, court costs and reasonable attorneys fees and expenses. Any law or regulation which provides that the language of a contract shall be construed against the drafter shall not apply to this License. 6686 6687 12. RESPONSIBILITY FOR CLAIMS. 6688 6689 Except in cases where another Contributor has failed to comply with Section 3.4, You are responsible for damages arising, directly or indirectly, out of Your utilization of rights under this License, based 6690 on the number of copies of Covered Code you made available, the revenues you received from utilizing such rights, and other relevant factors. You agree to work with affected parties to distribute 6691 responsibility on an equitable basis. 6692 6693 EXHIBIT A. 6694 6695 "The contents of this file are subject to the FreeImage Public License Version 1.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://home.wxs.nl/~flvdberg/freeimage-license.txt 6696 6697 Software distributed under the License is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the specific language governing rights and limitations under the License. 6698 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 6699 </pre> 6700 <ul> 6701 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 6702 </ul> 6703 </div> 6704 </div> 6705 6706 6707 <div class="product"> 6708 <span class="title">freetype-2.5.0.1</span> 6709 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 6710 <span class="homepage"><a href="http://www.freetype.org/">homepage</a></span> 6711 <div class="licence"> 6712 <pre></pre> 6713 <ul> 6714 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 6715 <li><a href='#FTL'>Gentoo Package Stock License FTL</a></li> 6716 <li><a href='#GPL-2+'>Gentoo Package Stock License GPL-2+</a></li> 6717 </ul> 6718 </div> 6719 </div> 6720 6721 6722 <div class="product"> 6723 <span class="title">fuse-2.8.6</span> 6724 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 6725 <span class="homepage"><a href="http://fuse.sourceforge.net">homepage</a></span> 6726 <div class="licence"> 6727 <pre></pre> 6728 <ul> 6729 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 6730 </ul> 6731 </div> 6732 </div> 6733 6734 6735 <div class="product"> 6736 <span class="title">fuse-exfat-1.0.2_pre401</span> 6737 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 6738 <span class="homepage"><a href="http://code.google.com/p/exfat/">homepage</a></span> 6739 <div class="licence"> 6740 <pre></pre> 6741 <ul> 6742 <li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li> 6743 </ul> 6744 </div> 6745 </div> 6746 6747 6748 <div class="product"> 6749 <span class="title">gcc-libs-4.8.2</span> 6750 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 6751 <span class="homepage"><a href="">homepage</a></span> 6752 <div class="licence"> 6753 <pre>Gentoo Package Stock License FDL-1.2: 6754 6755 GNU Free Documentation License 6756 Version 1.2, November 2002 6757 6758 6759 Copyright (C) 2000,2001,2002 Free Software Foundation, Inc. 6760 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 6761 Everyone is permitted to copy and distribute verbatim copies 6762 of this license document, but changing it is not allowed. 6763 6764 6765 0. PREAMBLE 6766 6767 The purpose of this License is to make a manual, textbook, or other 6768 functional and useful document "free" in the sense of freedom: to 6769 assure everyone the effective freedom to copy and redistribute it, 6770 with or without modifying it, either commercially or noncommercially. 6771 Secondarily, this License preserves for the author and publisher a way 6772 to get credit for their work, while not being considered responsible 6773 for modifications made by others. 6774 6775 This License is a kind of "copyleft", which means that derivative 6776 works of the document must themselves be free in the same sense. It 6777 complements the GNU General Public License, which is a copyleft 6778 license designed for free software. 6779 6780 We have designed this License in order to use it for manuals for free 6781 software, because free software needs free documentation: a free 6782 program should come with manuals providing the same freedoms that the 6783 software does. But this License is not limited to software manuals; 6784 it can be used for any textual work, regardless of subject matter or 6785 whether it is published as a printed book. We recommend this License 6786 principally for works whose purpose is instruction or reference. 6787 6788 6789 1. APPLICABILITY AND DEFINITIONS 6790 6791 This License applies to any manual or other work, in any medium, that 6792 contains a notice placed by the copyright holder saying it can be 6793 distributed under the terms of this License. Such a notice grants a 6794 world-wide, royalty-free license, unlimited in duration, to use that 6795 work under the conditions stated herein. The "Document", below, 6796 refers to any such manual or work. Any member of the public is a 6797 licensee, and is addressed as "you". You accept the license if you 6798 copy, modify or distribute the work in a way requiring permission 6799 under copyright law. 6800 6801 A "Modified Version" of the Document means any work containing the 6802 Document or a portion of it, either copied verbatim, or with 6803 modifications and/or translated into another language. 6804 6805 A "Secondary Section" is a named appendix or a front-matter section of 6806 the Document that deals exclusively with the relationship of the 6807 publishers or authors of the Document to the Document's overall subject 6808 (or to related matters) and contains nothing that could fall directly 6809 within that overall subject. (Thus, if the Document is in part a 6810 textbook of mathematics, a Secondary Section may not explain any 6811 mathematics.) The relationship could be a matter of historical 6812 connection with the subject or with related matters, or of legal, 6813 commercial, philosophical, ethical or political position regarding 6814 them. 6815 6816 The "Invariant Sections" are certain Secondary Sections whose titles 6817 are designated, as being those of Invariant Sections, in the notice 6818 that says that the Document is released under this License. If a 6819 section does not fit the above definition of Secondary then it is not 6820 allowed to be designated as Invariant. The Document may contain zero 6821 Invariant Sections. If the Document does not identify any Invariant 6822 Sections then there are none. 6823 6824 The "Cover Texts" are certain short passages of text that are listed, 6825 as Front-Cover Texts or Back-Cover Texts, in the notice that says that 6826 the Document is released under this License. A Front-Cover Text may 6827 be at most 5 words, and a Back-Cover Text may be at most 25 words. 6828 6829 A "Transparent" copy of the Document means a machine-readable copy, 6830 represented in a format whose specification is available to the 6831 general public, that is suitable for revising the document 6832 straightforwardly with generic text editors or (for images composed of 6833 pixels) generic paint programs or (for drawings) some widely available 6834 drawing editor, and that is suitable for input to text formatters or 6835 for automatic translation to a variety of formats suitable for input 6836 to text formatters. A copy made in an otherwise Transparent file 6837 format whose markup, or absence of markup, has been arranged to thwart 6838 or discourage subsequent modification by readers is not Transparent. 6839 An image format is not Transparent if used for any substantial amount 6840 of text. A copy that is not "Transparent" is called "Opaque". 6841 6842 Examples of suitable formats for Transparent copies include plain 6843 ASCII without markup, Texinfo input format, LaTeX input format, SGML 6844 or XML using a publicly available DTD, and standard-conforming simple 6845 HTML, PostScript or PDF designed for human modification. Examples of 6846 transparent image formats include PNG, XCF and JPG. Opaque formats 6847 include proprietary formats that can be read and edited only by 6848 proprietary word processors, SGML or XML for which the DTD and/or 6849 processing tools are not generally available, and the 6850 machine-generated HTML, PostScript or PDF produced by some word 6851 processors for output purposes only. 6852 6853 The "Title Page" means, for a printed book, the title page itself, 6854 plus such following pages as are needed to hold, legibly, the material 6855 this License requires to appear in the title page. For works in 6856 formats which do not have any title page as such, "Title Page" means 6857 the text near the most prominent appearance of the work's title, 6858 preceding the beginning of the body of the text. 6859 6860 A section "Entitled XYZ" means a named subunit of the Document whose 6861 title either is precisely XYZ or contains XYZ in parentheses following 6862 text that translates XYZ in another language. (Here XYZ stands for a 6863 specific section name mentioned below, such as "Acknowledgements", 6864 "Dedications", "Endorsements", or "History".) To "Preserve the Title" 6865 of such a section when you modify the Document means that it remains a 6866 section "Entitled XYZ" according to this definition. 6867 6868 The Document may include Warranty Disclaimers next to the notice which 6869 states that this License applies to the Document. These Warranty 6870 Disclaimers are considered to be included by reference in this 6871 License, but only as regards disclaiming warranties: any other 6872 implication that these Warranty Disclaimers may have is void and has 6873 no effect on the meaning of this License. 6874 6875 6876 2. VERBATIM COPYING 6877 6878 You may copy and distribute the Document in any medium, either 6879 commercially or noncommercially, provided that this License, the 6880 copyright notices, and the license notice saying this License applies 6881 to the Document are reproduced in all copies, and that you add no other 6882 conditions whatsoever to those of this License. You may not use 6883 technical measures to obstruct or control the reading or further 6884 copying of the copies you make or distribute. However, you may accept 6885 compensation in exchange for copies. If you distribute a large enough 6886 number of copies you must also follow the conditions in section 3. 6887 6888 You may also lend copies, under the same conditions stated above, and 6889 you may publicly display copies. 6890 6891 6892 3. COPYING IN QUANTITY 6893 6894 If you publish printed copies (or copies in media that commonly have 6895 printed covers) of the Document, numbering more than 100, and the 6896 Document's license notice requires Cover Texts, you must enclose the 6897 copies in covers that carry, clearly and legibly, all these Cover 6898 Texts: Front-Cover Texts on the front cover, and Back-Cover Texts on 6899 the back cover. Both covers must also clearly and legibly identify 6900 you as the publisher of these copies. The front cover must present 6901 the full title with all words of the title equally prominent and 6902 visible. You may add other material on the covers in addition. 6903 Copying with changes limited to the covers, as long as they preserve 6904 the title of the Document and satisfy these conditions, can be treated 6905 as verbatim copying in other respects. 6906 6907 If the required texts for either cover are too voluminous to fit 6908 legibly, you should put the first ones listed (as many as fit 6909 reasonably) on the actual cover, and continue the rest onto adjacent 6910 pages. 6911 6912 If you publish or distribute Opaque copies of the Document numbering 6913 more than 100, you must either include a machine-readable Transparent 6914 copy along with each Opaque copy, or state in or with each Opaque copy 6915 a computer-network location from which the general network-using 6916 public has access to download using public-standard network protocols 6917 a complete Transparent copy of the Document, free of added material. 6918 If you use the latter option, you must take reasonably prudent steps, 6919 when you begin distribution of Opaque copies in quantity, to ensure 6920 that this Transparent copy will remain thus accessible at the stated 6921 location until at least one year after the last time you distribute an 6922 Opaque copy (directly or through your agents or retailers) of that 6923 edition to the public. 6924 6925 It is requested, but not required, that you contact the authors of the 6926 Document well before redistributing any large number of copies, to give 6927 them a chance to provide you with an updated version of the Document. 6928 6929 6930 4. MODIFICATIONS 6931 6932 You may copy and distribute a Modified Version of the Document under 6933 the conditions of sections 2 and 3 above, provided that you release 6934 the Modified Version under precisely this License, with the Modified 6935 Version filling the role of the Document, thus licensing distribution 6936 and modification of the Modified Version to whoever possesses a copy 6937 of it. In addition, you must do these things in the Modified Version: 6938 6939 A. Use in the Title Page (and on the covers, if any) a title distinct 6940 from that of the Document, and from those of previous versions 6941 (which should, if there were any, be listed in the History section 6942 of the Document). You may use the same title as a previous version 6943 if the original publisher of that version gives permission. 6944 B. List on the Title Page, as authors, one or more persons or entities 6945 responsible for authorship of the modifications in the Modified 6946 Version, together with at least five of the principal authors of the 6947 Document (all of its principal authors, if it has fewer than five), 6948 unless they release you from this requirement. 6949 C. State on the Title page the name of the publisher of the 6950 Modified Version, as the publisher. 6951 D. Preserve all the copyright notices of the Document. 6952 E. Add an appropriate copyright notice for your modifications 6953 adjacent to the other copyright notices. 6954 F. Include, immediately after the copyright notices, a license notice 6955 giving the public permission to use the Modified Version under the 6956 terms of this License, in the form shown in the Addendum below. 6957 G. Preserve in that license notice the full lists of Invariant Sections 6958 and required Cover Texts given in the Document's license notice. 6959 H. Include an unaltered copy of this License. 6960 I. Preserve the section Entitled "History", Preserve its Title, and add 6961 to it an item stating at least the title, year, new authors, and 6962 publisher of the Modified Version as given on the Title Page. If 6963 there is no section Entitled "History" in the Document, create one 6964 stating the title, year, authors, and publisher of the Document as 6965 given on its Title Page, then add an item describing the Modified 6966 Version as stated in the previous sentence. 6967 J. Preserve the network location, if any, given in the Document for 6968 public access to a Transparent copy of the Document, and likewise 6969 the network locations given in the Document for previous versions 6970 it was based on. These may be placed in the "History" section. 6971 You may omit a network location for a work that was published at 6972 least four years before the Document itself, or if the original 6973 publisher of the version it refers to gives permission. 6974 K. For any section Entitled "Acknowledgements" or "Dedications", 6975 Preserve the Title of the section, and preserve in the section all 6976 the substance and tone of each of the contributor acknowledgements 6977 and/or dedications given therein. 6978 L. Preserve all the Invariant Sections of the Document, 6979 unaltered in their text and in their titles. Section numbers 6980 or the equivalent are not considered part of the section titles. 6981 M. Delete any section Entitled "Endorsements". Such a section 6982 may not be included in the Modified Version. 6983 N. Do not retitle any existing section to be Entitled "Endorsements" 6984 or to conflict in title with any Invariant Section. 6985 O. Preserve any Warranty Disclaimers. 6986 6987 If the Modified Version includes new front-matter sections or 6988 appendices that qualify as Secondary Sections and contain no material 6989 copied from the Document, you may at your option designate some or all 6990 of these sections as invariant. To do this, add their titles to the 6991 list of Invariant Sections in the Modified Version's license notice. 6992 These titles must be distinct from any other section titles. 6993 6994 You may add a section Entitled "Endorsements", provided it contains 6995 nothing but endorsements of your Modified Version by various 6996 parties--for example, statements of peer review or that the text has 6997 been approved by an organization as the authoritative definition of a 6998 standard. 6999 7000 You may add a passage of up to five words as a Front-Cover Text, and a 7001 passage of up to 25 words as a Back-Cover Text, to the end of the list 7002 of Cover Texts in the Modified Version. Only one passage of 7003 Front-Cover Text and one of Back-Cover Text may be added by (or 7004 through arrangements made by) any one entity. If the Document already 7005 includes a cover text for the same cover, previously added by you or 7006 by arrangement made by the same entity you are acting on behalf of, 7007 you may not add another; but you may replace the old one, on explicit 7008 permission from the previous publisher that added the old one. 7009 7010 The author(s) and publisher(s) of the Document do not by this License 7011 give permission to use their names for publicity for or to assert or 7012 imply endorsement of any Modified Version. 7013 7014 7015 5. COMBINING DOCUMENTS 7016 7017 You may combine the Document with other documents released under this 7018 License, under the terms defined in section 4 above for modified 7019 versions, provided that you include in the combination all of the 7020 Invariant Sections of all of the original documents, unmodified, and 7021 list them all as Invariant Sections of your combined work in its 7022 license notice, and that you preserve all their Warranty Disclaimers. 7023 7024 The combined work need only contain one copy of this License, and 7025 multiple identical Invariant Sections may be replaced with a single 7026 copy. If there are multiple Invariant Sections with the same name but 7027 different contents, make the title of each such section unique by 7028 adding at the end of it, in parentheses, the name of the original 7029 author or publisher of that section if known, or else a unique number. 7030 Make the same adjustment to the section titles in the list of 7031 Invariant Sections in the license notice of the combined work. 7032 7033 In the combination, you must combine any sections Entitled "History" 7034 in the various original documents, forming one section Entitled 7035 "History"; likewise combine any sections Entitled "Acknowledgements", 7036 and any sections Entitled "Dedications". You must delete all sections 7037 Entitled "Endorsements". 7038 7039 7040 6. COLLECTIONS OF DOCUMENTS 7041 7042 You may make a collection consisting of the Document and other documents 7043 released under this License, and replace the individual copies of this 7044 License in the various documents with a single copy that is included in 7045 the collection, provided that you follow the rules of this License for 7046 verbatim copying of each of the documents in all other respects. 7047 7048 You may extract a single document from such a collection, and distribute 7049 it individually under this License, provided you insert a copy of this 7050 License into the extracted document, and follow this License in all 7051 other respects regarding verbatim copying of that document. 7052 7053 7054 7. AGGREGATION WITH INDEPENDENT WORKS 7055 7056 A compilation of the Document or its derivatives with other separate 7057 and independent documents or works, in or on a volume of a storage or 7058 distribution medium, is called an "aggregate" if the copyright 7059 resulting from the compilation is not used to limit the legal rights 7060 of the compilation's users beyond what the individual works permit. 7061 When the Document is included in an aggregate, this License does not 7062 apply to the other works in the aggregate which are not themselves 7063 derivative works of the Document. 7064 7065 If the Cover Text requirement of section 3 is applicable to these 7066 copies of the Document, then if the Document is less than one half of 7067 the entire aggregate, the Document's Cover Texts may be placed on 7068 covers that bracket the Document within the aggregate, or the 7069 electronic equivalent of covers if the Document is in electronic form. 7070 Otherwise they must appear on printed covers that bracket the whole 7071 aggregate. 7072 7073 7074 8. TRANSLATION 7075 7076 Translation is considered a kind of modification, so you may 7077 distribute translations of the Document under the terms of section 4. 7078 Replacing Invariant Sections with translations requires special 7079 permission from their copyright holders, but you may include 7080 translations of some or all Invariant Sections in addition to the 7081 original versions of these Invariant Sections. You may include a 7082 translation of this License, and all the license notices in the 7083 Document, and any Warranty Disclaimers, provided that you also include 7084 the original English version of this License and the original versions 7085 of those notices and disclaimers. In case of a disagreement between 7086 the translation and the original version of this License or a notice 7087 or disclaimer, the original version will prevail. 7088 7089 If a section in the Document is Entitled "Acknowledgements", 7090 "Dedications", or "History", the requirement (section 4) to Preserve 7091 its Title (section 1) will typically require changing the actual 7092 title. 7093 7094 7095 9. TERMINATION 7096 7097 You may not copy, modify, sublicense, or distribute the Document except 7098 as expressly provided for under this License. Any other attempt to 7099 copy, modify, sublicense or distribute the Document is void, and will 7100 automatically terminate your rights under this License. However, 7101 parties who have received copies, or rights, from you under this 7102 License will not have their licenses terminated so long as such 7103 parties remain in full compliance. 7104 7105 7106 10. FUTURE REVISIONS OF THIS LICENSE 7107 7108 The Free Software Foundation may publish new, revised versions 7109 of the GNU Free Documentation License from time to time. Such new 7110 versions will be similar in spirit to the present version, but may 7111 differ in detail to address new problems or concerns. See 7112 http://www.gnu.org/copyleft/. 7113 7114 Each version of the License is given a distinguishing version number. 7115 If the Document specifies that a particular numbered version of this 7116 License "or any later version" applies to it, you have the option of 7117 following the terms and conditions either of that specified version or 7118 of any later version that has been published (not as a draft) by the 7119 Free Software Foundation. If the Document does not specify a version 7120 number of this License, you may choose any version ever published (not 7121 as a draft) by the Free Software Foundation. 7122 7123 7124 ADDENDUM: How to use this License for your documents 7125 7126 To use this License in a document you have written, include a copy of 7127 the License in the document and put the following copyright and 7128 license notices just after the title page: 7129 7130 Copyright (c) YEAR YOUR NAME. 7131 Permission is granted to copy, distribute and/or modify this document 7132 under the terms of the GNU Free Documentation License, Version 1.2 7133 or any later version published by the Free Software Foundation; 7134 with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. 7135 A copy of the license is included in the section entitled "GNU 7136 Free Documentation License". 7137 7138 If you have Invariant Sections, Front-Cover Texts and Back-Cover Texts, 7139 replace the "with...Texts." line with this: 7140 7141 with the Invariant Sections being LIST THEIR TITLES, with the 7142 Front-Cover Texts being LIST, and with the Back-Cover Texts being LIST. 7143 7144 If you have Invariant Sections without Cover Texts, or some other 7145 combination of the three, merge those two alternatives to suit the 7146 situation. 7147 7148 If your document contains nontrivial examples of program code, we 7149 recommend releasing these examples in parallel under your choice of 7150 free software license, such as the GNU General Public License, 7151 to permit their use in free software. 7152 7153 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 7154 </pre> 7155 <ul> 7156 <li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li> 7157 <li><a href='#LGPL-3'>Gentoo Package Stock License LGPL-3</a></li> 7158 </ul> 7159 </div> 7160 </div> 7161 7162 7163 <div class="product"> 7164 <span class="title">gdb-7.7.1</span> 7165 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 7166 <span class="homepage"><a href="http://sourceware.org/gdb/">homepage</a></span> 7167 <div class="licence"> 7168 <pre></pre> 7169 <ul> 7170 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 7171 <li><a href='#LGPL-2'>Gentoo Package Stock License LGPL-2</a></li> 7172 </ul> 7173 </div> 7174 </div> 7175 7176 7177 <div class="product"> 7178 <span class="title">gdbm-1.9.1</span> 7179 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 7180 <span class="homepage"><a href="http://www.gnu.org/software/gdbm/">homepage</a></span> 7181 <div class="licence"> 7182 <pre></pre> 7183 <ul> 7184 <li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li> 7185 </ul> 7186 </div> 7187 </div> 7188 7189 7190 <div class="product"> 7191 <span class="title">genius-app-oem-0.0.6</span> 7192 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 7193 <span class="homepage"><a href="http://src.chromium.org">homepage</a></span> 7194 <div class="licence"> 7195 <pre></pre> 7196 <ul> 7197 <li><a href='#Google-TOS'>Gentoo Package Stock License Google-TOS</a></li> 7198 </ul> 7199 </div> 7200 </div> 7201 7202 7203 <div class="product"> 7204 <span class="title">gestures-0.0.1</span> 7205 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 7206 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span> 7207 <div class="licence"> 7208 <pre></pre> 7209 <ul> 7210 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 7211 </ul> 7212 </div> 7213 </div> 7214 7215 7216 <div class="product"> 7217 <span class="title">gflags-2.0</span> 7218 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 7219 <span class="homepage"><a href="http://code.google.com/p/gflags/">homepage</a></span> 7220 <div class="licence"> 7221 <pre>Scanned Source License gflags-2.0/COPYING: 7222 7223 Copyright (c) 2006, Google Inc. 7224 All rights reserved. 7225 7226 Redistribution and use in source and binary forms, with or without 7227 modification, are permitted provided that the following conditions are 7228 met: 7229 7230 * Redistributions of source code must retain the above copyright 7231 notice, this list of conditions and the following disclaimer. 7232 * Redistributions in binary form must reproduce the above 7233 copyright notice, this list of conditions and the following disclaimer 7234 in the documentation and/or other materials provided with the 7235 distribution. 7236 * Neither the name of Google Inc. nor the names of its 7237 contributors may be used to endorse or promote products derived from 7238 this software without specific prior written permission. 7239 7240 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 7241 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 7242 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 7243 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 7244 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 7245 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT 7246 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 7247 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 7248 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 7249 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 7250 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 7251 7252 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 7253 7254 Scanned Source License gflags-2.0/packages/deb/copyright: 7255 7256 This package was debianized by Craig Silverstein <google-ctemplate (a] google.com> 7257 on Wed, 25 Jan 2012 15:09:14 -0800. 7258 7259 It was downloaded from http://code.google.com/p/gflags/downloads/list 7260 7261 Upstream Author: google-gflags (a] google.com 7262 7263 Copyright (c) 2006, Google Inc. 7264 All rights reserved. 7265 7266 Redistribution and use in source and binary forms, with or without 7267 modification, are permitted provided that the following conditions are 7268 met: 7269 7270 * Redistributions of source code must retain the above copyright 7271 notice, this list of conditions and the following disclaimer. 7272 * Redistributions in binary form must reproduce the above 7273 copyright notice, this list of conditions and the following disclaimer 7274 in the documentation and/or other materials provided with the 7275 distribution. 7276 * Neither the name of Google Inc. nor the names of its 7277 contributors may be used to endorse or promote products derived from 7278 this software without specific prior written permission. 7279 7280 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 7281 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 7282 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 7283 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 7284 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 7285 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT 7286 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 7287 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 7288 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 7289 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 7290 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 7291 7292 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 7293 </pre> 7294 <ul> 7295 7296 </ul> 7297 </div> 7298 </div> 7299 7300 7301 <div class="product"> 7302 <span class="title">git-1.8.3.2</span> 7303 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 7304 <span class="homepage"><a href="http://www.git-scm.com/">homepage</a></span> 7305 <div class="licence"> 7306 <pre></pre> 7307 <ul> 7308 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 7309 </ul> 7310 </div> 7311 </div> 7312 7313 7314 <div class="product"> 7315 <span class="title">glib-2.34.3</span> 7316 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 7317 <span class="homepage"><a href="http://www.gtk.org/">homepage</a></span> 7318 <div class="licence"> 7319 <pre></pre> 7320 <ul> 7321 <li><a href='#LGPL-2+'>Gentoo Package Stock License LGPL-2+</a></li> 7322 <li><a href='#LGPL-2'>Gentoo Package Stock License LGPL-2</a></li> 7323 </ul> 7324 </div> 7325 </div> 7326 7327 7328 <div class="product"> 7329 <span class="title">glmark2-285</span> 7330 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 7331 <span class="homepage"><a href="https://launchpad.net/glmark2">homepage</a></span> 7332 <div class="licence"> 7333 <pre></pre> 7334 <ul> 7335 <li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li> 7336 </ul> 7337 </div> 7338 </div> 7339 7340 7341 <div class="product"> 7342 <span class="title">glog-0.3.2</span> 7343 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 7344 <span class="homepage"><a href="http://code.google.com/p/google-glog/">homepage</a></span> 7345 <div class="licence"> 7346 <pre>Scanned Source License glog-0.3.2/COPYING: 7347 7348 Copyright (c) 2008, Google Inc. 7349 All rights reserved. 7350 7351 Redistribution and use in source and binary forms, with or without 7352 modification, are permitted provided that the following conditions are 7353 met: 7354 7355 * Redistributions of source code must retain the above copyright 7356 notice, this list of conditions and the following disclaimer. 7357 * Redistributions in binary form must reproduce the above 7358 copyright notice, this list of conditions and the following disclaimer 7359 in the documentation and/or other materials provided with the 7360 distribution. 7361 * Neither the name of Google Inc. nor the names of its 7362 contributors may be used to endorse or promote products derived from 7363 this software without specific prior written permission. 7364 7365 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 7366 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 7367 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 7368 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 7369 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 7370 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT 7371 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 7372 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 7373 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 7374 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 7375 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 7376 7377 7378 A function gettimeofday in utilities.cc is based on 7379 7380 http://www.google.com/codesearch/p?hl=en#dR3YEbitojA/COPYING&q=GetSystemTimeAsFileTime%20license:bsd 7381 7382 The license of this code is: 7383 7384 Copyright (c) 2003-2008, Jouni Malinen <j (a] w1.fi> and contributors 7385 All Rights Reserved. 7386 7387 Redistribution and use in source and binary forms, with or without 7388 modification, are permitted provided that the following conditions are 7389 met: 7390 7391 1. Redistributions of source code must retain the above copyright 7392 notice, this list of conditions and the following disclaimer. 7393 7394 2. Redistributions in binary form must reproduce the above copyright 7395 notice, this list of conditions and the following disclaimer in the 7396 documentation and/or other materials provided with the distribution. 7397 7398 3. Neither the name(s) of the above-listed copyright holder(s) nor the 7399 names of its contributors may be used to endorse or promote products 7400 derived from this software without specific prior written permission. 7401 7402 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 7403 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 7404 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 7405 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 7406 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 7407 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT 7408 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 7409 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 7410 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 7411 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 7412 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 7413 7414 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 7415 7416 Scanned Source License glog-0.3.2/packages/deb/copyright: 7417 7418 This package was debianized by Google Inc. <opensource (a] google.com> on 7419 13 June 2008. 7420 7421 It was downloaded from http://code.google.com/ 7422 7423 Upstream Author: opensource (a] google.com 7424 7425 Copyright (c) 2008, Google Inc. 7426 All rights reserved. 7427 7428 Redistribution and use in source and binary forms, with or without 7429 modification, are permitted provided that the following conditions are 7430 met: 7431 7432 * Redistributions of source code must retain the above copyright 7433 notice, this list of conditions and the following disclaimer. 7434 * Redistributions in binary form must reproduce the above 7435 copyright notice, this list of conditions and the following disclaimer 7436 in the documentation and/or other materials provided with the 7437 distribution. 7438 * Neither the name of Google Inc. nor the names of its 7439 contributors may be used to endorse or promote products derived from 7440 this software without specific prior written permission. 7441 7442 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 7443 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 7444 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 7445 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 7446 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 7447 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT 7448 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 7449 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 7450 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 7451 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 7452 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 7453 7454 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 7455 </pre> 7456 <ul> 7457 7458 </ul> 7459 </div> 7460 </div> 7461 7462 7463 <div class="product"> 7464 <span class="title">glproto-1.4.14</span> 7465 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 7466 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span> 7467 <div class="licence"> 7468 <pre></pre> 7469 <ul> 7470 <li><a href='#SGI-B-2.0'>Gentoo Package Stock License SGI-B-2.0</a></li> 7471 </ul> 7472 </div> 7473 </div> 7474 7475 7476 <div class="product"> 7477 <span class="title">glu-9.0.0</span> 7478 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 7479 <span class="homepage"><a href="http://cgit.freedesktop.org/mesa/glu/">homepage</a></span> 7480 <div class="licence"> 7481 <pre></pre> 7482 <ul> 7483 <li><a href='#SGI-B-2.0'>Gentoo Package Stock License SGI-B-2.0</a></li> 7484 </ul> 7485 </div> 7486 </div> 7487 7488 7489 <div class="product"> 7490 <span class="title">gmerge-0.0.1</span> 7491 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 7492 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span> 7493 <div class="licence"> 7494 <pre></pre> 7495 <ul> 7496 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 7497 </ul> 7498 </div> 7499 </div> 7500 7501 7502 <div class="product"> 7503 <span class="title">gmock-1.6.0</span> 7504 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 7505 <span class="homepage"><a href="http://code.google.com/p/googlemock/">homepage</a></span> 7506 <div class="licence"> 7507 <pre>Scanned Source License gmock-1.6.0/COPYING: 7508 7509 Copyright 2008, Google Inc. 7510 All rights reserved. 7511 7512 Redistribution and use in source and binary forms, with or without 7513 modification, are permitted provided that the following conditions are 7514 met: 7515 7516 * Redistributions of source code must retain the above copyright 7517 notice, this list of conditions and the following disclaimer. 7518 * Redistributions in binary form must reproduce the above 7519 copyright notice, this list of conditions and the following disclaimer 7520 in the documentation and/or other materials provided with the 7521 distribution. 7522 * Neither the name of Google Inc. nor the names of its 7523 contributors may be used to endorse or promote products derived from 7524 this software without specific prior written permission. 7525 7526 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 7527 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 7528 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 7529 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 7530 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 7531 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT 7532 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 7533 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 7534 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 7535 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 7536 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 7537 7538 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 7539 7540 Scanned Source License gmock-1.6.0/gtest/COPYING: 7541 7542 Copyright 2008, Google Inc. 7543 All rights reserved. 7544 7545 Redistribution and use in source and binary forms, with or without 7546 modification, are permitted provided that the following conditions are 7547 met: 7548 7549 * Redistributions of source code must retain the above copyright 7550 notice, this list of conditions and the following disclaimer. 7551 * Redistributions in binary form must reproduce the above 7552 copyright notice, this list of conditions and the following disclaimer 7553 in the documentation and/or other materials provided with the 7554 distribution. 7555 * Neither the name of Google Inc. nor the names of its 7556 contributors may be used to endorse or promote products derived from 7557 this software without specific prior written permission. 7558 7559 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 7560 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 7561 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 7562 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 7563 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 7564 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT 7565 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 7566 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 7567 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 7568 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 7569 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 7570 7571 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 7572 7573 Scanned Source License gmock-1.6.0/scripts/generator/COPYING: 7574 7575 7576 Apache License 7577 Version 2.0, January 2004 7578 http://www.apache.org/licenses/ 7579 7580 TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION 7581 7582 1. Definitions. 7583 7584 "License" shall mean the terms and conditions for use, reproduction, 7585 and distribution as defined by Sections 1 through 9 of this document. 7586 7587 "Licensor" shall mean the copyright owner or entity authorized by 7588 the copyright owner that is granting the License. 7589 7590 "Legal Entity" shall mean the union of the acting entity and all 7591 other entities that control, are controlled by, or are under common 7592 control with that entity. For the purposes of this definition, 7593 "control" means (i) the power, direct or indirect, to cause the 7594 direction or management of such entity, whether by contract or 7595 otherwise, or (ii) ownership of fifty percent (50%) or more of the 7596 outstanding shares, or (iii) beneficial ownership of such entity. 7597 7598 "You" (or "Your") shall mean an individual or Legal Entity 7599 exercising permissions granted by this License. 7600 7601 "Source" form shall mean the preferred form for making modifications, 7602 including but not limited to software source code, documentation 7603 source, and configuration files. 7604 7605 "Object" form shall mean any form resulting from mechanical 7606 transformation or translation of a Source form, including but 7607 not limited to compiled object code, generated documentation, 7608 and conversions to other media types. 7609 7610 "Work" shall mean the work of authorship, whether in Source or 7611 Object form, made available under the License, as indicated by a 7612 copyright notice that is included in or attached to the work 7613 (an example is provided in the Appendix below). 7614 7615 "Derivative Works" shall mean any work, whether in Source or Object 7616 form, that is based on (or derived from) the Work and for which the 7617 editorial revisions, annotations, elaborations, or other modifications 7618 represent, as a whole, an original work of authorship. For the purposes 7619 of this License, Derivative Works shall not include works that remain 7620 separable from, or merely link (or bind by name) to the interfaces of, 7621 the Work and Derivative Works thereof. 7622 7623 "Contribution" shall mean any work of authorship, including 7624 the original version of the Work and any modifications or additions 7625 to that Work or Derivative Works thereof, that is intentionally 7626 submitted to Licensor for inclusion in the Work by the copyright owner 7627 or by an individual or Legal Entity authorized to submit on behalf of 7628 the copyright owner. For the purposes of this definition, "submitted" 7629 means any form of electronic, verbal, or written communication sent 7630 to the Licensor or its representatives, including but not limited to 7631 communication on electronic mailing lists, source code control systems, 7632 and issue tracking systems that are managed by, or on behalf of, the 7633 Licensor for the purpose of discussing and improving the Work, but 7634 excluding communication that is conspicuously marked or otherwise 7635 designated in writing by the copyright owner as "Not a Contribution." 7636 7637 "Contributor" shall mean Licensor and any individual or Legal Entity 7638 on behalf of whom a Contribution has been received by Licensor and 7639 subsequently incorporated within the Work. 7640 7641 2. Grant of Copyright License. Subject to the terms and conditions of 7642 this License, each Contributor hereby grants to You a perpetual, 7643 worldwide, non-exclusive, no-charge, royalty-free, irrevocable 7644 copyright license to reproduce, prepare Derivative Works of, 7645 publicly display, publicly perform, sublicense, and distribute the 7646 Work and such Derivative Works in Source or Object form. 7647 7648 3. Grant of Patent License. Subject to the terms and conditions of 7649 this License, each Contributor hereby grants to You a perpetual, 7650 worldwide, non-exclusive, no-charge, royalty-free, irrevocable 7651 (except as stated in this section) patent license to make, have made, 7652 use, offer to sell, sell, import, and otherwise transfer the Work, 7653 where such license applies only to those patent claims licensable 7654 by such Contributor that are necessarily infringed by their 7655 Contribution(s) alone or by combination of their Contribution(s) 7656 with the Work to which such Contribution(s) was submitted. If You 7657 institute patent litigation against any entity (including a 7658 cross-claim or counterclaim in a lawsuit) alleging that the Work 7659 or a Contribution incorporated within the Work constitutes direct 7660 or contributory patent infringement, then any patent licenses 7661 granted to You under this License for that Work shall terminate 7662 as of the date such litigation is filed. 7663 7664 4. Redistribution. You may reproduce and distribute copies of the 7665 Work or Derivative Works thereof in any medium, with or without 7666 modifications, and in Source or Object form, provided that You 7667 meet the following conditions: 7668 7669 (a) You must give any other recipients of the Work or 7670 Derivative Works a copy of this License; and 7671 7672 (b) You must cause any modified files to carry prominent notices 7673 stating that You changed the files; and 7674 7675 (c) You must retain, in the Source form of any Derivative Works 7676 that You distribute, all copyright, patent, trademark, and 7677 attribution notices from the Source form of the Work, 7678 excluding those notices that do not pertain to any part of 7679 the Derivative Works; and 7680 7681 (d) If the Work includes a "NOTICE" text file as part of its 7682 distribution, then any Derivative Works that You distribute must 7683 include a readable copy of the attribution notices contained 7684 within such NOTICE file, excluding those notices that do not 7685 pertain to any part of the Derivative Works, in at least one 7686 of the following places: within a NOTICE text file distributed 7687 as part of the Derivative Works; within the Source form or 7688 documentation, if provided along with the Derivative Works; or, 7689 within a display generated by the Derivative Works, if and 7690 wherever such third-party notices normally appear. The contents 7691 of the NOTICE file are for informational purposes only and 7692 do not modify the License. You may add Your own attribution 7693 notices within Derivative Works that You distribute, alongside 7694 or as an addendum to the NOTICE text from the Work, provided 7695 that such additional attribution notices cannot be construed 7696 as modifying the License. 7697 7698 You may add Your own copyright statement to Your modifications and 7699 may provide additional or different license terms and conditions 7700 for use, reproduction, or distribution of Your modifications, or 7701 for any such Derivative Works as a whole, provided Your use, 7702 reproduction, and distribution of the Work otherwise complies with 7703 the conditions stated in this License. 7704 7705 5. Submission of Contributions. Unless You explicitly state otherwise, 7706 any Contribution intentionally submitted for inclusion in the Work 7707 by You to the Licensor shall be under the terms and conditions of 7708 this License, without any additional terms or conditions. 7709 Notwithstanding the above, nothing herein shall supersede or modify 7710 the terms of any separate license agreement you may have executed 7711 with Licensor regarding such Contributions. 7712 7713 6. Trademarks. This License does not grant permission to use the trade 7714 names, trademarks, service marks, or product names of the Licensor, 7715 except as required for reasonable and customary use in describing the 7716 origin of the Work and reproducing the content of the NOTICE file. 7717 7718 7. Disclaimer of Warranty. Unless required by applicable law or 7719 agreed to in writing, Licensor provides the Work (and each 7720 Contributor provides its Contributions) on an "AS IS" BASIS, 7721 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or 7722 implied, including, without limitation, any warranties or conditions 7723 of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A 7724 PARTICULAR PURPOSE. You are solely responsible for determining the 7725 appropriateness of using or redistributing the Work and assume any 7726 risks associated with Your exercise of permissions under this License. 7727 7728 8. Limitation of Liability. In no event and under no legal theory, 7729 whether in tort (including negligence), contract, or otherwise, 7730 unless required by applicable law (such as deliberate and grossly 7731 negligent acts) or agreed to in writing, shall any Contributor be 7732 liable to You for damages, including any direct, indirect, special, 7733 incidental, or consequential damages of any character arising as a 7734 result of this License or out of the use or inability to use the 7735 Work (including but not limited to damages for loss of goodwill, 7736 work stoppage, computer failure or malfunction, or any and all 7737 other commercial damages or losses), even if such Contributor 7738 has been advised of the possibility of such damages. 7739 7740 9. Accepting Warranty or Additional Liability. While redistributing 7741 the Work or Derivative Works thereof, You may choose to offer, 7742 and charge a fee for, acceptance of support, warranty, indemnity, 7743 or other liability obligations and/or rights consistent with this 7744 License. However, in accepting such obligations, You may act only 7745 on Your own behalf and on Your sole responsibility, not on behalf 7746 of any other Contributor, and only if You agree to indemnify, 7747 defend, and hold each Contributor harmless for any liability 7748 incurred by, or claims asserted against, such Contributor by reason 7749 of your accepting any such warranty or additional liability. 7750 7751 END OF TERMS AND CONDITIONS 7752 7753 APPENDIX: How to apply the Apache License to your work. 7754 7755 To apply the Apache License to your work, attach the following 7756 boilerplate notice, with the fields enclosed by brackets "[]" 7757 replaced with your own identifying information. (Don't include 7758 the brackets!) The text should be enclosed in the appropriate 7759 comment syntax for the file format. We also recommend that a 7760 file or class name and description of purpose be included on the 7761 same "printed page" as the copyright notice for easier 7762 identification within third-party archives. 7763 7764 Copyright [2007] Neal Norwitz 7765 Portions Copyright [2007] Google Inc. 7766 7767 Licensed under the Apache License, Version 2.0 (the "License"); 7768 you may not use this file except in compliance with the License. 7769 You may obtain a copy of the License at 7770 7771 http://www.apache.org/licenses/LICENSE-2.0 7772 7773 Unless required by applicable law or agreed to in writing, software 7774 distributed under the License is distributed on an "AS IS" BASIS, 7775 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 7776 See the License for the specific language governing permissions and 7777 limitations under the License. 7778 7779 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 7780 </pre> 7781 <ul> 7782 7783 </ul> 7784 </div> 7785 </div> 7786 7787 7788 <div class="product"> 7789 <span class="title">gmp-5.0.2_p1</span> 7790 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 7791 <span class="homepage"><a href="http://gmplib.org/">homepage</a></span> 7792 <div class="licence"> 7793 <pre></pre> 7794 <ul> 7795 <li><a href='#LGPL-3'>Gentoo Package Stock License LGPL-3</a></li> 7796 </ul> 7797 </div> 7798 </div> 7799 7800 7801 <div class="product"> 7802 <span class="title">gobi-cromo-plugin-1.0.1</span> 7803 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 7804 <span class="homepage"><a href="">homepage</a></span> 7805 <div class="licence"> 7806 <pre></pre> 7807 <ul> 7808 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 7809 </ul> 7810 </div> 7811 </div> 7812 7813 7814 <div class="product"> 7815 <span class="title">gobi-firmware-1.0.61</span> 7816 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 7817 <span class="homepage"><a href="">homepage</a></span> 7818 <div class="licence"> 7819 <pre></pre> 7820 <ul> 7821 <li><a href='#Google-TOS'>Gentoo Package Stock License Google-TOS</a></li> 7822 </ul> 7823 </div> 7824 </div> 7825 7826 7827 <div class="product"> 7828 <span class="title">gobi-sdk-0.1</span> 7829 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 7830 <span class="homepage"><a href="">homepage</a></span> 7831 <div class="licence"> 7832 <pre></pre> 7833 <ul> 7834 <li><a href='#Google-TOS'>Gentoo Package Stock License Google-TOS</a></li> 7835 </ul> 7836 </div> 7837 </div> 7838 7839 7840 <div class="product"> 7841 <span class="title">gobi3k-lib-0.0.1</span> 7842 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 7843 <span class="homepage"><a href="">homepage</a></span> 7844 <div class="licence"> 7845 <pre></pre> 7846 <ul> 7847 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 7848 </ul> 7849 </div> 7850 </div> 7851 7852 7853 <div class="product"> 7854 <span class="title">gobi3k-sdk-1.0.1</span> 7855 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 7856 <span class="homepage"><a href="">homepage</a></span> 7857 <div class="licence"> 7858 <pre></pre> 7859 <ul> 7860 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 7861 </ul> 7862 </div> 7863 </div> 7864 7865 7866 <div class="product"> 7867 <span class="title">google-breakpad-1303</span> 7868 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 7869 <span class="homepage"><a href="http://code.google.com/p/google-breakpad">homepage</a></span> 7870 <div class="licence"> 7871 <pre></pre> 7872 <ul> 7873 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 7874 </ul> 7875 </div> 7876 </div> 7877 7878 7879 <div class="product"> 7880 <span class="title">GoogleChineseInput-cangjie-2.0.0.0</span> 7881 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 7882 <span class="homepage"><a href="http://www.google.com/inputtools">homepage</a></span> 7883 <div class="licence"> 7884 <pre></pre> 7885 <ul> 7886 <li><a href='#Google-TOS'>Gentoo Package Stock License Google-TOS</a></li> 7887 </ul> 7888 </div> 7889 </div> 7890 7891 7892 <div class="product"> 7893 <span class="title">GoogleChineseInput-pinyin-2.0.0.0</span> 7894 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 7895 <span class="homepage"><a href="http://www.google.com/inputtools">homepage</a></span> 7896 <div class="licence"> 7897 <pre></pre> 7898 <ul> 7899 <li><a href='#Google-TOS'>Gentoo Package Stock License Google-TOS</a></li> 7900 </ul> 7901 </div> 7902 </div> 7903 7904 7905 <div class="product"> 7906 <span class="title">GoogleChineseInput-zhuyin-2.0.0.0</span> 7907 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 7908 <span class="homepage"><a href="http://www.google.com/inputtools">homepage</a></span> 7909 <div class="licence"> 7910 <pre></pre> 7911 <ul> 7912 <li><a href='#Google-TOS'>Gentoo Package Stock License Google-TOS</a></li> 7913 </ul> 7914 </div> 7915 </div> 7916 7917 7918 <div class="product"> 7919 <span class="title">GoogleKeyboardInput-xkb-1.1.0.0</span> 7920 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 7921 <span class="homepage"><a href="http://www.google.com/inputtools">homepage</a></span> 7922 <div class="licence"> 7923 <pre></pre> 7924 <ul> 7925 <li><a href='#Google-TOS'>Gentoo Package Stock License Google-TOS</a></li> 7926 </ul> 7927 </div> 7928 </div> 7929 7930 7931 <div class="product"> 7932 <span class="title">gpsd-3.4</span> 7933 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 7934 <span class="homepage"><a href="http://catb.org/gpsd/">homepage</a></span> 7935 <div class="licence"> 7936 <pre>Scanned Source License gpsd-3.4/COPYING: 7937 7938 COPYRIGHTS 7939 7940 Compilation copyright is held by the GPSD project. All rights reserved. 7941 7942 GPSD project copyrights are assigned to the project lead, currently 7943 Eric S. Raymond. Other portions of the GPSD code are Copyright (c) 7944 1997, 1998, 1999, 2000, 2001, 2002 by Remco Treffkorn, and others 7945 Copyright (c) 2005 by Eric S. Raymond. For other copyrights, see 7946 individual files. 7947 7948 BSD LICENSE 7949 7950 Redistribution and use in source and binary forms, with or without 7951 modification, are permitted provided that the following conditions 7952 are met:<P> 7953 7954 Redistributions of source code must retain the above copyright 7955 notice, this list of conditions and the following disclaimer.<P> 7956 7957 Redistributions in binary form must reproduce the above copyright 7958 notice, this list of conditions and the following disclaimer in the 7959 documentation and/or other materials provided with the distribution.<P> 7960 7961 Neither name of the GPSD project nor the names of its contributors 7962 may be used to endorse or promote products derived from this software 7963 without specific prior written permission. 7964 7965 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 7966 ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 7967 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 7968 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR 7969 CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 7970 EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 7971 PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 7972 PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 7973 LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 7974 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 7975 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 7976 7977 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 7978 </pre> 7979 <ul> 7980 7981 </ul> 7982 </div> 7983 </div> 7984 7985 7986 <div class="product"> 7987 <span class="title">grep-2.14</span> 7988 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 7989 <span class="homepage"><a href="http://www.gnu.org/software/grep/">homepage</a></span> 7990 <div class="licence"> 7991 <pre></pre> 7992 <ul> 7993 <li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li> 7994 </ul> 7995 </div> 7996 </div> 7997 7998 7999 <div class="product"> 8000 <span class="title">gsm-1.0.13</span> 8001 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 8002 <span class="homepage"><a href="http://packages.qa.debian.org/libg/libgsm.html">homepage</a></span> 8003 <div class="licence"> 8004 <pre>Gentoo Package Stock License gsm: 8005 8006 Copyright 1992, 1993, 1994 by Jutta Degener and Carsten Bormann, 8007 Technische Universitaet Berlin 8008 8009 Any use of this software is permitted provided that this notice is not 8010 removed and that neither the authors nor the Technische Universitaet Berlin 8011 are deemed to have made any representations as to the suitability of this 8012 software for any purpose nor are held responsible for any defects of 8013 this software. THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE. 8014 8015 As a matter of courtesy, the authors request to be informed about uses 8016 this software has found, about bugs in this software, and about any 8017 improvements that may be of general interest. 8018 8019 Berlin, 28.11.1994 8020 Jutta Degener 8021 Carsten Bormann 8022 8023 oOo 8024 8025 Since the original terms of 15 years ago maybe do not make our 8026 intentions completely clear given today's refined usage of the legal 8027 terms, we append this additional permission: 8028 8029 Permission to use, copy, modify, and distribute this software 8030 for any purpose with or without fee is hereby granted, 8031 provided that this notice is not removed and that neither 8032 the authors nor the Technische Universitaet Berlin are 8033 deemed to have made any representations as to the suitability 8034 of this software for any purpose nor are held responsible 8035 for any defects of this software. THERE IS ABSOLUTELY NO 8036 WARRANTY FOR THIS SOFTWARE. 8037 8038 Berkeley/Bremen, 05.04.2009 8039 Jutta Degener 8040 Carsten Bormann 8041 8042 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 8043 </pre> 8044 <ul> 8045 8046 </ul> 8047 </div> 8048 </div> 8049 8050 8051 <div class="product"> 8052 <span class="title">gtalk-62219080</span> 8053 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 8054 <span class="homepage"><a href="http://www.google.com">homepage</a></span> 8055 <div class="licence"> 8056 <pre></pre> 8057 <ul> 8058 <li><a href='#Google-TOS'>Gentoo Package Stock License Google-TOS</a></li> 8059 </ul> 8060 </div> 8061 </div> 8062 8063 8064 <div class="product"> 8065 <span class="title">gtest-1.6.0</span> 8066 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 8067 <span class="homepage"><a href="http://code.google.com/p/googletest/">homepage</a></span> 8068 <div class="licence"> 8069 <pre>Scanned Source License gtest-1.6.0/COPYING: 8070 8071 Copyright 2008, Google Inc. 8072 All rights reserved. 8073 8074 Redistribution and use in source and binary forms, with or without 8075 modification, are permitted provided that the following conditions are 8076 met: 8077 8078 * Redistributions of source code must retain the above copyright 8079 notice, this list of conditions and the following disclaimer. 8080 * Redistributions in binary form must reproduce the above 8081 copyright notice, this list of conditions and the following disclaimer 8082 in the documentation and/or other materials provided with the 8083 distribution. 8084 * Neither the name of Google Inc. nor the names of its 8085 contributors may be used to endorse or promote products derived from 8086 this software without specific prior written permission. 8087 8088 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 8089 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 8090 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 8091 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 8092 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 8093 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT 8094 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 8095 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 8096 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 8097 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 8098 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 8099 8100 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 8101 </pre> 8102 <ul> 8103 8104 </ul> 8105 </div> 8106 </div> 8107 8108 8109 <div class="product"> 8110 <span class="title">gtk+-2.20.1</span> 8111 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 8112 <span class="homepage"><a href="http://www.gtk.org/">homepage</a></span> 8113 <div class="licence"> 8114 <pre></pre> 8115 <ul> 8116 <li><a href='#LGPL-2'>Gentoo Package Stock License LGPL-2</a></li> 8117 </ul> 8118 </div> 8119 </div> 8120 8121 8122 <div class="product"> 8123 <span class="title">gtk-doc-am-1.18</span> 8124 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 8125 <span class="homepage"><a href="http://www.gtk.org/gtk-doc/">homepage</a></span> 8126 <div class="licence"> 8127 <pre>Gentoo Package Stock License FDL-1.1: 8128 8129 GNU Free Documentation License 8130 Version 1.1, March 2000 8131 8132 Copyright (C) 2000 Free Software Foundation, Inc. 8133 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 8134 Everyone is permitted to copy and distribute verbatim copies 8135 of this license document, but changing it is not allowed. 8136 8137 8138 0. PREAMBLE 8139 8140 The purpose of this License is to make a manual, textbook, or other 8141 written document "free" in the sense of freedom: to assure everyone 8142 the effective freedom to copy and redistribute it, with or without 8143 modifying it, either commercially or noncommercially. Secondarily, 8144 this License preserves for the author and publisher a way to get 8145 credit for their work, while not being considered responsible for 8146 modifications made by others. 8147 8148 This License is a kind of "copyleft", which means that derivative 8149 works of the document must themselves be free in the same sense. It 8150 complements the GNU General Public License, which is a copyleft 8151 license designed for free software. 8152 8153 We have designed this License in order to use it for manuals for free 8154 software, because free software needs free documentation: a free 8155 program should come with manuals providing the same freedoms that the 8156 software does. But this License is not limited to software manuals; 8157 it can be used for any textual work, regardless of subject matter or 8158 whether it is published as a printed book. We recommend this License 8159 principally for works whose purpose is instruction or reference. 8160 8161 8162 1. APPLICABILITY AND DEFINITIONS 8163 8164 This License applies to any manual or other work that contains a 8165 notice placed by the copyright holder saying it can be distributed 8166 under the terms of this License. The "Document", below, refers to any 8167 such manual or work. Any member of the public is a licensee, and is 8168 addressed as "you". 8169 8170 A "Modified Version" of the Document means any work containing the 8171 Document or a portion of it, either copied verbatim, or with 8172 modifications and/or translated into another language. 8173 8174 A "Secondary Section" is a named appendix or a front-matter section of 8175 the Document that deals exclusively with the relationship of the 8176 publishers or authors of the Document to the Document's overall subject 8177 (or to related matters) and contains nothing that could fall directly 8178 within that overall subject. (For example, if the Document is in part a 8179 textbook of mathematics, a Secondary Section may not explain any 8180 mathematics.) The relationship could be a matter of historical 8181 connection with the subject or with related matters, or of legal, 8182 commercial, philosophical, ethical or political position regarding 8183 them. 8184 8185 The "Invariant Sections" are certain Secondary Sections whose titles 8186 are designated, as being those of Invariant Sections, in the notice 8187 that says that the Document is released under this License. 8188 8189 The "Cover Texts" are certain short passages of text that are listed, 8190 as Front-Cover Texts or Back-Cover Texts, in the notice that says that 8191 the Document is released under this License. 8192 8193 A "Transparent" copy of the Document means a machine-readable copy, 8194 represented in a format whose specification is available to the 8195 general public, whose contents can be viewed and edited directly and 8196 straightforwardly with generic text editors or (for images composed of 8197 pixels) generic paint programs or (for drawings) some widely available 8198 drawing editor, and that is suitable for input to text formatters or 8199 for automatic translation to a variety of formats suitable for input 8200 to text formatters. A copy made in an otherwise Transparent file 8201 format whose markup has been designed to thwart or discourage 8202 subsequent modification by readers is not Transparent. A copy that is 8203 not "Transparent" is called "Opaque". 8204 8205 Examples of suitable formats for Transparent copies include plain 8206 ASCII without markup, Texinfo input format, LaTeX input format, SGML 8207 or XML using a publicly available DTD, and standard-conforming simple 8208 HTML designed for human modification. Opaque formats include 8209 PostScript, PDF, proprietary formats that can be read and edited only 8210 by proprietary word processors, SGML or XML for which the DTD and/or 8211 processing tools are not generally available, and the 8212 machine-generated HTML produced by some word processors for output 8213 purposes only. 8214 8215 The "Title Page" means, for a printed book, the title page itself, 8216 plus such following pages as are needed to hold, legibly, the material 8217 this License requires to appear in the title page. For works in 8218 formats which do not have any title page as such, "Title Page" means 8219 the text near the most prominent appearance of the work's title, 8220 preceding the beginning of the body of the text. 8221 8222 8223 2. VERBATIM COPYING 8224 8225 You may copy and distribute the Document in any medium, either 8226 commercially or noncommercially, provided that this License, the 8227 copyright notices, and the license notice saying this License applies 8228 to the Document are reproduced in all copies, and that you add no other 8229 conditions whatsoever to those of this License. You may not use 8230 technical measures to obstruct or control the reading or further 8231 copying of the copies you make or distribute. However, you may accept 8232 compensation in exchange for copies. If you distribute a large enough 8233 number of copies you must also follow the conditions in section 3. 8234 8235 You may also lend copies, under the same conditions stated above, and 8236 you may publicly display copies. 8237 8238 8239 3. COPYING IN QUANTITY 8240 8241 If you publish printed copies of the Document numbering more than 100, 8242 and the Document's license notice requires Cover Texts, you must enclose 8243 the copies in covers that carry, clearly and legibly, all these Cover 8244 Texts: Front-Cover Texts on the front cover, and Back-Cover Texts on 8245 the back cover. Both covers must also clearly and legibly identify 8246 you as the publisher of these copies. The front cover must present 8247 the full title with all words of the title equally prominent and 8248 visible. You may add other material on the covers in addition. 8249 Copying with changes limited to the covers, as long as they preserve 8250 the title of the Document and satisfy these conditions, can be treated 8251 as verbatim copying in other respects. 8252 8253 If the required texts for either cover are too voluminous to fit 8254 legibly, you should put the first ones listed (as many as fit 8255 reasonably) on the actual cover, and continue the rest onto adjacent 8256 pages. 8257 8258 If you publish or distribute Opaque copies of the Document numbering 8259 more than 100, you must either include a machine-readable Transparent 8260 copy along with each Opaque copy, or state in or with each Opaque copy 8261 a publicly-accessible computer-network location containing a complete 8262 Transparent copy of the Document, free of added material, which the 8263 general network-using public has access to download anonymously at no 8264 charge using public-standard network protocols. If you use the latter 8265 option, you must take reasonably prudent steps, when you begin 8266 distribution of Opaque copies in quantity, to ensure that this 8267 Transparent copy will remain thus accessible at the stated location 8268 until at least one year after the last time you distribute an Opaque 8269 copy (directly or through your agents or retailers) of that edition to 8270 the public. 8271 8272 It is requested, but not required, that you contact the authors of the 8273 Document well before redistributing any large number of copies, to give 8274 them a chance to provide you with an updated version of the Document. 8275 8276 8277 4. MODIFICATIONS 8278 8279 You may copy and distribute a Modified Version of the Document under 8280 the conditions of sections 2 and 3 above, provided that you release 8281 the Modified Version under precisely this License, with the Modified 8282 Version filling the role of the Document, thus licensing distribution 8283 and modification of the Modified Version to whoever possesses a copy 8284 of it. In addition, you must do these things in the Modified Version: 8285 8286 A. Use in the Title Page (and on the covers, if any) a title distinct 8287 from that of the Document, and from those of previous versions 8288 (which should, if there were any, be listed in the History section 8289 of the Document). You may use the same title as a previous version 8290 if the original publisher of that version gives permission. 8291 B. List on the Title Page, as authors, one or more persons or entities 8292 responsible for authorship of the modifications in the Modified 8293 Version, together with at least five of the principal authors of the 8294 Document (all of its principal authors, if it has less than five). 8295 C. State on the Title page the name of the publisher of the 8296 Modified Version, as the publisher. 8297 D. Preserve all the copyright notices of the Document. 8298 E. Add an appropriate copyright notice for your modifications 8299 adjacent to the other copyright notices. 8300 F. Include, immediately after the copyright notices, a license notice 8301 giving the public permission to use the Modified Version under the 8302 terms of this License, in the form shown in the Addendum below. 8303 G. Preserve in that license notice the full lists of Invariant Sections 8304 and required Cover Texts given in the Document's license notice. 8305 H. Include an unaltered copy of this License. 8306 I. Preserve the section entitled "History", and its title, and add to 8307 it an item stating at least the title, year, new authors, and 8308 publisher of the Modified Version as given on the Title Page. If 8309 there is no section entitled "History" in the Document, create one 8310 stating the title, year, authors, and publisher of the Document as 8311 given on its Title Page, then add an item describing the Modified 8312 Version as stated in the previous sentence. 8313 J. Preserve the network location, if any, given in the Document for 8314 public access to a Transparent copy of the Document, and likewise 8315 the network locations given in the Document for previous versions 8316 it was based on. These may be placed in the "History" section. 8317 You may omit a network location for a work that was published at 8318 least four years before the Document itself, or if the original 8319 publisher of the version it refers to gives permission. 8320 K. In any section entitled "Acknowledgements" or "Dedications", 8321 preserve the section's title, and preserve in the section all the 8322 substance and tone of each of the contributor acknowledgements 8323 and/or dedications given therein. 8324 L. Preserve all the Invariant Sections of the Document, 8325 unaltered in their text and in their titles. Section numbers 8326 or the equivalent are not considered part of the section titles. 8327 M. Delete any section entitled "Endorsements". Such a section 8328 may not be included in the Modified Version. 8329 N. Do not retitle any existing section as "Endorsements" 8330 or to conflict in title with any Invariant Section. 8331 8332 If the Modified Version includes new front-matter sections or 8333 appendices that qualify as Secondary Sections and contain no material 8334 copied from the Document, you may at your option designate some or all 8335 of these sections as invariant. To do this, add their titles to the 8336 list of Invariant Sections in the Modified Version's license notice. 8337 These titles must be distinct from any other section titles. 8338 8339 You may add a section entitled "Endorsements", provided it contains 8340 nothing but endorsements of your Modified Version by various 8341 parties--for example, statements of peer review or that the text has 8342 been approved by an organization as the authoritative definition of a 8343 standard. 8344 8345 You may add a passage of up to five words as a Front-Cover Text, and a 8346 passage of up to 25 words as a Back-Cover Text, to the end of the list 8347 of Cover Texts in the Modified Version. Only one passage of 8348 Front-Cover Text and one of Back-Cover Text may be added by (or 8349 through arrangements made by) any one entity. If the Document already 8350 includes a cover text for the same cover, previously added by you or 8351 by arrangement made by the same entity you are acting on behalf of, 8352 you may not add another; but you may replace the old one, on explicit 8353 permission from the previous publisher that added the old one. 8354 8355 The author(s) and publisher(s) of the Document do not by this License 8356 give permission to use their names for publicity for or to assert or 8357 imply endorsement of any Modified Version. 8358 8359 8360 5. COMBINING DOCUMENTS 8361 8362 You may combine the Document with other documents released under this 8363 License, under the terms defined in section 4 above for modified 8364 versions, provided that you include in the combination all of the 8365 Invariant Sections of all of the original documents, unmodified, and 8366 list them all as Invariant Sections of your combined work in its 8367 license notice. 8368 8369 The combined work need only contain one copy of this License, and 8370 multiple identical Invariant Sections may be replaced with a single 8371 copy. If there are multiple Invariant Sections with the same name but 8372 different contents, make the title of each such section unique by 8373 adding at the end of it, in parentheses, the name of the original 8374 author or publisher of that section if known, or else a unique number. 8375 Make the same adjustment to the section titles in the list of 8376 Invariant Sections in the license notice of the combined work. 8377 8378 In the combination, you must combine any sections entitled "History" 8379 in the various original documents, forming one section entitled 8380 "History"; likewise combine any sections entitled "Acknowledgements", 8381 and any sections entitled "Dedications". You must delete all sections 8382 entitled "Endorsements." 8383 8384 8385 6. COLLECTIONS OF DOCUMENTS 8386 8387 You may make a collection consisting of the Document and other documents 8388 released under this License, and replace the individual copies of this 8389 License in the various documents with a single copy that is included in 8390 the collection, provided that you follow the rules of this License for 8391 verbatim copying of each of the documents in all other respects. 8392 8393 You may extract a single document from such a collection, and distribute 8394 it individually under this License, provided you insert a copy of this 8395 License into the extracted document, and follow this License in all 8396 other respects regarding verbatim copying of that document. 8397 8398 8399 7. AGGREGATION WITH INDEPENDENT WORKS 8400 8401 A compilation of the Document or its derivatives with other separate 8402 and independent documents or works, in or on a volume of a storage or 8403 distribution medium, does not as a whole count as a Modified Version 8404 of the Document, provided no compilation copyright is claimed for the 8405 compilation. Such a compilation is called an "aggregate", and this 8406 License does not apply to the other self-contained works thus compiled 8407 with the Document, on account of their being thus compiled, if they 8408 are not themselves derivative works of the Document. 8409 8410 If the Cover Text requirement of section 3 is applicable to these 8411 copies of the Document, then if the Document is less than one quarter 8412 of the entire aggregate, the Document's Cover Texts may be placed on 8413 covers that surround only the Document within the aggregate. 8414 Otherwise they must appear on covers around the whole aggregate. 8415 8416 8417 8. TRANSLATION 8418 8419 Translation is considered a kind of modification, so you may 8420 distribute translations of the Document under the terms of section 4. 8421 Replacing Invariant Sections with translations requires special 8422 permission from their copyright holders, but you may include 8423 translations of some or all Invariant Sections in addition to the 8424 original versions of these Invariant Sections. You may include a 8425 translation of this License provided that you also include the 8426 original English version of this License. In case of a disagreement 8427 between the translation and the original English version of this 8428 License, the original English version will prevail. 8429 8430 8431 9. TERMINATION 8432 8433 You may not copy, modify, sublicense, or distribute the Document except 8434 as expressly provided for under this License. Any other attempt to 8435 copy, modify, sublicense or distribute the Document is void, and will 8436 automatically terminate your rights under this License. However, 8437 parties who have received copies, or rights, from you under this 8438 License will not have their licenses terminated so long as such 8439 parties remain in full compliance. 8440 8441 8442 10. FUTURE REVISIONS OF THIS LICENSE 8443 8444 The Free Software Foundation may publish new, revised versions 8445 of the GNU Free Documentation License from time to time. Such new 8446 versions will be similar in spirit to the present version, but may 8447 differ in detail to address new problems or concerns. See 8448 http://www.gnu.org/copyleft/. 8449 8450 Each version of the License is given a distinguishing version number. 8451 If the Document specifies that a particular numbered version of this 8452 License "or any later version" applies to it, you have the option of 8453 following the terms and conditions either of that specified version or 8454 of any later version that has been published (not as a draft) by the 8455 Free Software Foundation. If the Document does not specify a version 8456 number of this License, you may choose any version ever published (not 8457 as a draft) by the Free Software Foundation. 8458 8459 8460 ADDENDUM: How to use this License for your documents 8461 8462 To use this License in a document you have written, include a copy of 8463 the License in the document and put the following copyright and 8464 license notices just after the title page: 8465 8466 Copyright (c) YEAR YOUR NAME. 8467 Permission is granted to copy, distribute and/or modify this document 8468 under the terms of the GNU Free Documentation License, Version 1.1 8469 or any later version published by the Free Software Foundation; 8470 with the Invariant Sections being LIST THEIR TITLES, with the 8471 Front-Cover Texts being LIST, and with the Back-Cover Texts being LIST. 8472 A copy of the license is included in the section entitled "GNU 8473 Free Documentation License". 8474 8475 If you have no Invariant Sections, write "with no Invariant Sections" 8476 instead of saying which ones are invariant. If you have no 8477 Front-Cover Texts, write "no Front-Cover Texts" instead of 8478 "Front-Cover Texts being LIST"; likewise for Back-Cover Texts. 8479 8480 If your document contains nontrivial examples of program code, we 8481 recommend releasing these examples in parallel under your choice of 8482 free software license, such as the GNU General Public License, 8483 to permit their use in free software. 8484 8485 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 8486 </pre> 8487 <ul> 8488 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 8489 </ul> 8490 </div> 8491 </div> 8492 8493 8494 <div class="product"> 8495 <span class="title">gzip-1.5</span> 8496 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 8497 <span class="homepage"><a href="http://www.gnu.org/software/gzip/">homepage</a></span> 8498 <div class="licence"> 8499 <pre></pre> 8500 <ul> 8501 <li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li> 8502 </ul> 8503 </div> 8504 </div> 8505 8506 8507 <div class="product"> 8508 <span class="title">harfbuzz-0.9.27</span> 8509 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 8510 <span class="homepage"><a href="http://www.freedesktop.org/wiki/Software/HarfBuzz">homepage</a></span> 8511 <div class="licence"> 8512 <pre>Scanned Source License harfbuzz-0.9.27/COPYING: 8513 8514 HarfBuzz is licensed under the so-called "Old MIT" license. Details follow. 8515 For parts of HarfBuzz that are licensed under different licenses see individual 8516 files names COPYING in subdirectories where applicable. 8517 8518 Copyright 2010,2011,2012 Google, Inc. 8519 Copyright 2012 Mozilla Foundation 8520 Copyright 2011 Codethink Limited 8521 Copyright 2008,2010 Nokia Corporation and/or its subsidiary(-ies) 8522 Copyright 2009 Keith Stribley 8523 Copyright 2009 Martin Hosken and SIL International 8524 Copyright 2007 Chris Wilson 8525 Copyright 2006 Behdad Esfahbod 8526 Copyright 2005 David Turner 8527 Copyright 2004,2007,2008,2009,2010 Red Hat, Inc. 8528 Copyright 1998-2004 David Turner and Werner Lemberg 8529 8530 For full copyright notices consult the individual files in the package. 8531 8532 8533 Permission is hereby granted, without written agreement and without 8534 license or royalty fees, to use, copy, modify, and distribute this 8535 software and its documentation for any purpose, provided that the 8536 above copyright notice and the following two paragraphs appear in 8537 all copies of this software. 8538 8539 IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR 8540 DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES 8541 ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN 8542 IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH 8543 DAMAGE. 8544 8545 THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, 8546 BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND 8547 FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS 8548 ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO 8549 PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. 8550 8551 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 8552 8553 Scanned Source License harfbuzz-0.9.27/src/hb-ucdn/COPYING: 8554 8555 The contents of this directory are licensed under the following terms: 8556 8557 Permission to use, copy, modify, and/or distribute this software for any 8558 purpose with or without fee is hereby granted, provided that the above 8559 copyright notice and this permission notice appear in all copies. 8560 8561 THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES 8562 WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF 8563 MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR 8564 ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 8565 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 8566 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 8567 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 8568 8569 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 8570 8571 Scanned Source License harfbuzz-0.9.27/test/shaping/texts/in-tree/shaper-arabic/script-arabic/language-urdu/crulp/ligatures/LICENSE: 8572 8573 CC BY-NC-SA 3.0 8574 http://www.crulp.org/software/license/CreativeCommons.html 8575 https://creativecommons.org/licenses/by-nc-sa/3.0/ 8576 8577 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 8578 8579 Scanned Source License harfbuzz-0.9.27/test/shaping/texts/in-tree/shaper-indic/indic/script-assamese/utrrs/LICENSE: 8580 8581 Copyright (c) 2010 Red Hat Inc. 8582 8583 Permission is hereby granted, free of charge, to any person obtaining a copy 8584 of this software and associated documentation files (the "Software"), to deal 8585 in the Software without restriction, including without limitation the rights 8586 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 8587 copies of the Software, and to permit persons to whom the Software is 8588 furnished to do so, subject to the following conditions: 8589 8590 The above copyright notice and this permission notice shall be included in 8591 all copies or substantial portions of the Software. 8592 8593 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 8594 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 8595 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 8596 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 8597 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 8598 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 8599 THE SOFTWARE. 8600 8601 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 8602 8603 Scanned Source License harfbuzz-0.9.27/test/shaping/texts/in-tree/shaper-indic/indic/script-bengali/utrrs/LICENSE: 8604 8605 Copyright (c) 2010 Red Hat Inc. 8606 8607 Permission is hereby granted, free of charge, to any person obtaining a copy 8608 of this software and associated documentation files (the "Software"), to deal 8609 in the Software without restriction, including without limitation the rights 8610 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 8611 copies of the Software, and to permit persons to whom the Software is 8612 furnished to do so, subject to the following conditions: 8613 8614 The above copyright notice and this permission notice shall be included in 8615 all copies or substantial portions of the Software. 8616 8617 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 8618 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 8619 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 8620 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 8621 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 8622 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 8623 THE SOFTWARE. 8624 8625 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 8626 8627 Scanned Source License harfbuzz-0.9.27/test/shaping/texts/in-tree/shaper-indic/indic/script-devanagari/utrrs/LICENSE: 8628 8629 Copyright (c) 2010 Red Hat Inc. 8630 8631 Permission is hereby granted, free of charge, to any person obtaining a copy 8632 of this software and associated documentation files (the "Software"), to deal 8633 in the Software without restriction, including without limitation the rights 8634 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 8635 copies of the Software, and to permit persons to whom the Software is 8636 furnished to do so, subject to the following conditions: 8637 8638 The above copyright notice and this permission notice shall be included in 8639 all copies or substantial portions of the Software. 8640 8641 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 8642 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 8643 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 8644 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 8645 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 8646 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 8647 THE SOFTWARE. 8648 8649 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 8650 8651 Scanned Source License harfbuzz-0.9.27/test/shaping/texts/in-tree/shaper-indic/indic/script-gujarati/utrrs/LICENSE: 8652 8653 Copyright (c) 2010 Red Hat Inc. 8654 8655 Permission is hereby granted, free of charge, to any person obtaining a copy 8656 of this software and associated documentation files (the "Software"), to deal 8657 in the Software without restriction, including without limitation the rights 8658 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 8659 copies of the Software, and to permit persons to whom the Software is 8660 furnished to do so, subject to the following conditions: 8661 8662 The above copyright notice and this permission notice shall be included in 8663 all copies or substantial portions of the Software. 8664 8665 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 8666 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 8667 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 8668 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 8669 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 8670 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 8671 THE SOFTWARE. 8672 8673 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 8674 8675 Scanned Source License harfbuzz-0.9.27/test/shaping/texts/in-tree/shaper-indic/indic/script-gurmukhi/utrrs/LICENSE: 8676 8677 Copyright (c) 2010 Red Hat Inc. 8678 8679 Permission is hereby granted, free of charge, to any person obtaining a copy 8680 of this software and associated documentation files (the "Software"), to deal 8681 in the Software without restriction, including without limitation the rights 8682 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 8683 copies of the Software, and to permit persons to whom the Software is 8684 furnished to do so, subject to the following conditions: 8685 8686 The above copyright notice and this permission notice shall be included in 8687 all copies or substantial portions of the Software. 8688 8689 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 8690 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 8691 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 8692 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 8693 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 8694 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 8695 THE SOFTWARE. 8696 8697 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 8698 8699 Scanned Source License harfbuzz-0.9.27/test/shaping/texts/in-tree/shaper-indic/indic/script-kannada/utrrs/LICENSE: 8700 8701 Copyright (c) 2010 Red Hat Inc. 8702 8703 Permission is hereby granted, free of charge, to any person obtaining a copy 8704 of this software and associated documentation files (the "Software"), to deal 8705 in the Software without restriction, including without limitation the rights 8706 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 8707 copies of the Software, and to permit persons to whom the Software is 8708 furnished to do so, subject to the following conditions: 8709 8710 The above copyright notice and this permission notice shall be included in 8711 all copies or substantial portions of the Software. 8712 8713 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 8714 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 8715 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 8716 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 8717 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 8718 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 8719 THE SOFTWARE. 8720 8721 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 8722 8723 Scanned Source License harfbuzz-0.9.27/test/shaping/texts/in-tree/shaper-indic/indic/script-malayalam/utrrs/LICENSE: 8724 8725 Copyright (c) 2010 Red Hat Inc. 8726 8727 Permission is hereby granted, free of charge, to any person obtaining a copy 8728 of this software and associated documentation files (the "Software"), to deal 8729 in the Software without restriction, including without limitation the rights 8730 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 8731 copies of the Software, and to permit persons to whom the Software is 8732 furnished to do so, subject to the following conditions: 8733 8734 The above copyright notice and this permission notice shall be included in 8735 all copies or substantial portions of the Software. 8736 8737 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 8738 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 8739 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 8740 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 8741 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 8742 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 8743 THE SOFTWARE. 8744 8745 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 8746 8747 Scanned Source License harfbuzz-0.9.27/test/shaping/texts/in-tree/shaper-indic/indic/script-oriya/utrrs/LICENSE: 8748 8749 Copyright (c) 2010 Red Hat Inc. 8750 8751 Permission is hereby granted, free of charge, to any person obtaining a copy 8752 of this software and associated documentation files (the "Software"), to deal 8753 in the Software without restriction, including without limitation the rights 8754 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 8755 copies of the Software, and to permit persons to whom the Software is 8756 furnished to do so, subject to the following conditions: 8757 8758 The above copyright notice and this permission notice shall be included in 8759 all copies or substantial portions of the Software. 8760 8761 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 8762 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 8763 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 8764 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 8765 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 8766 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 8767 THE SOFTWARE. 8768 8769 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 8770 8771 Scanned Source License harfbuzz-0.9.27/test/shaping/texts/in-tree/shaper-indic/indic/script-sinhala/utrrs/LICENSE: 8772 8773 Copyright (c) 2010 Red Hat Inc. 8774 8775 Permission is hereby granted, free of charge, to any person obtaining a copy 8776 of this software and associated documentation files (the "Software"), to deal 8777 in the Software without restriction, including without limitation the rights 8778 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 8779 copies of the Software, and to permit persons to whom the Software is 8780 furnished to do so, subject to the following conditions: 8781 8782 The above copyright notice and this permission notice shall be included in 8783 all copies or substantial portions of the Software. 8784 8785 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 8786 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 8787 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 8788 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 8789 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 8790 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 8791 THE SOFTWARE. 8792 8793 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 8794 8795 Scanned Source License harfbuzz-0.9.27/test/shaping/texts/in-tree/shaper-indic/indic/script-tamil/utrrs/LICENSE: 8796 8797 Copyright (c) 2010 Red Hat Inc. 8798 8799 Permission is hereby granted, free of charge, to any person obtaining a copy 8800 of this software and associated documentation files (the "Software"), to deal 8801 in the Software without restriction, including without limitation the rights 8802 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 8803 copies of the Software, and to permit persons to whom the Software is 8804 furnished to do so, subject to the following conditions: 8805 8806 The above copyright notice and this permission notice shall be included in 8807 all copies or substantial portions of the Software. 8808 8809 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 8810 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 8811 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 8812 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 8813 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 8814 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 8815 THE SOFTWARE. 8816 8817 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 8818 8819 Scanned Source License harfbuzz-0.9.27/test/shaping/texts/in-tree/shaper-indic/indic/script-telugu/utrrs/LICENSE: 8820 8821 Copyright (c) 2010 Red Hat Inc. 8822 8823 Permission is hereby granted, free of charge, to any person obtaining a copy 8824 of this software and associated documentation files (the "Software"), to deal 8825 in the Software without restriction, including without limitation the rights 8826 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 8827 copies of the Software, and to permit persons to whom the Software is 8828 furnished to do so, subject to the following conditions: 8829 8830 The above copyright notice and this permission notice shall be included in 8831 all copies or substantial portions of the Software. 8832 8833 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 8834 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 8835 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 8836 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 8837 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 8838 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 8839 THE SOFTWARE. 8840 8841 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 8842 8843 Gentoo Package Stock License icu: 8844 8845 ICU License - ICU 1.8.1 and later 8846 8847 COPYRIGHT AND PERMISSION NOTICE 8848 8849 Copyright (c) 1995-2003 International Business Machines Corporation and others 8850 All rights reserved. 8851 8852 Permission is hereby granted, free of charge, to any person obtaining a 8853 copy of this software and associated documentation files (the 8854 "Software"), to deal in the Software without restriction, including 8855 without limitation the rights to use, copy, modify, merge, publish, 8856 distribute, and/or sell copies of the Software, and to permit persons 8857 to whom the Software is furnished to do so, provided that the above 8858 copyright notice(s) and this permission notice appear in all copies of 8859 the Software and that both the above copyright notice(s) and this 8860 permission notice appear in supporting documentation. 8861 8862 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 8863 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 8864 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT 8865 OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR 8866 HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL 8867 INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING 8868 FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, 8869 NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION 8870 WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 8871 8872 Except as contained in this notice, the name of a copyright holder 8873 shall not be used in advertising or otherwise to promote the sale, use 8874 or other dealings in this Software without prior written authorization 8875 of the copyright holder. 8876 8877 -------------------------------------------------------------------------------- 8878 All trademarks and registered trademarks mentioned herein are the property of their respective owners. 8879 8880 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 8881 </pre> 8882 <ul> 8883 <li><a href='#ISC'>Gentoo Package Stock License ISC</a></li> 8884 </ul> 8885 </div> 8886 </div> 8887 8888 8889 <div class="product"> 8890 <span class="title">hdctools-0.0.1</span> 8891 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 8892 <span class="homepage"><a href="">homepage</a></span> 8893 <div class="licence"> 8894 <pre></pre> 8895 <ul> 8896 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 8897 </ul> 8898 </div> 8899 </div> 8900 8901 8902 <div class="product"> 8903 <span class="title">hdparm-9.39</span> 8904 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 8905 <span class="homepage"><a href="http://sourceforge.net/projects/hdparm/">homepage</a></span> 8906 <div class="licence"> 8907 <pre>Scanned Source License hdparm-9.39/LICENSE.TXT: 8908 8909 BSD-Style Open Source License: 8910 8911 You may freely use, modify, and redistribute the hdparm program, 8912 as either binary or source, or both. 8913 8914 The only condition is that my name and copyright notice 8915 remain in the source code as-is. 8916 8917 Mark Lord (mlord (a] pobox.com) 8918 8919 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 8920 8921 Scanned Source License hdparm-9.39/debian/copyright: 8922 8923 This package was debianized by Christopher L Cheney <ccheney (a] debian.org> on 8924 Wed, 21 Nov 2001 15:51:14 -0600. 8925 8926 It was downloaded from http://www.ibiblio.org/pub/Linux/system/hardware 8927 8928 Upstream Author: Mark S. Lord <mlord (a] pobox.com> 8929 8930 Copyright: 8931 8932 /* hdparm.c - Command line interface to get/set hard disk parameters */ 8933 /* - by Mark Lord 1994-2008 -- freely distributable */ 8934 8935 You are free to distribute this software under the terms of the BSD License. 8936 On Debian systems, the complete text of the BSD License can be found in 8937 /usr/share/common-licenses/BSD 8938 8939 8940 8941 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 8942 </pre> 8943 <ul> 8944 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 8945 </ul> 8946 </div> 8947 </div> 8948 8949 8950 <div class="product"> 8951 <span class="title">hostapd-2.1</span> 8952 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 8953 <span class="homepage"><a href="http://hostap.epitest.fi">homepage</a></span> 8954 <div class="licence"> 8955 <pre></pre> 8956 <ul> 8957 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 8958 </ul> 8959 </div> 8960 </div> 8961 8962 8963 <div class="product"> 8964 <span class="title">htmltidy-20090325</span> 8965 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 8966 <span class="homepage"><a href="http://tidy.sourceforge.net/">homepage</a></span> 8967 <div class="licence"> 8968 <pre></pre> 8969 <ul> 8970 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 8971 </ul> 8972 </div> 8973 </div> 8974 8975 8976 <div class="product"> 8977 <span class="title">htpdate-1.0.4</span> 8978 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 8979 <span class="homepage"><a href="http://www.clevervest.com/htp/">homepage</a></span> 8980 <div class="licence"> 8981 <pre></pre> 8982 <ul> 8983 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 8984 </ul> 8985 </div> 8986 </div> 8987 8988 8989 <div class="product"> 8990 <span class="title">hwids-20130915.1</span> 8991 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 8992 <span class="homepage"><a href="https://github.com/gentoo/hwids">homepage</a></span> 8993 <div class="licence"> 8994 <pre></pre> 8995 <ul> 8996 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 8997 <li><a href='#public-domain'>Gentoo Package Stock License public-domain</a></li> 8998 </ul> 8999 </div> 9000 </div> 9001 9002 9003 <div class="product"> 9004 <span class="title">i2c-tools-3.0.2</span> 9005 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 9006 <span class="homepage"><a href="http://www.lm-sensors.org/wiki/I2CTools">homepage</a></span> 9007 <div class="licence"> 9008 <pre></pre> 9009 <ul> 9010 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 9011 </ul> 9012 </div> 9013 </div> 9014 9015 9016 <div class="product"> 9017 <span class="title">i7z-0.27</span> 9018 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 9019 <span class="homepage"><a href="http://code.google.com/p/i7z/">homepage</a></span> 9020 <div class="licence"> 9021 <pre></pre> 9022 <ul> 9023 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 9024 </ul> 9025 </div> 9026 </div> 9027 9028 9029 <div class="product"> 9030 <span class="title">imagemagick-6.7.8.7</span> 9031 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 9032 <span class="homepage"><a href="http://www.imagemagick.org/">homepage</a></span> 9033 <div class="licence"> 9034 <pre>Gentoo Package Stock License imagemagick: 9035 9036 Before we get to the text of the license, lets just review what the license says in simple terms: 9037 9038 It allows you to: 9039 9040 * freely download and use ImageMagick software, in whole or in part, for personal, company internal, or commercial purposes; 9041 * use ImageMagick software in packages or distributions that you create; 9042 * link against a library under a different license; 9043 * link code under a different license against a library under this license; 9044 * merge code into a work under a different license; 9045 * extend patent grants to any code using code under this license; 9046 * and extend patent protection. 9047 9048 It forbids you to: 9049 9050 * redistribute any piece of ImageMagick-originated software without proper attribution; 9051 * use any marks owned by ImageMagick Studio LLC in any way that might state or imply that ImageMagick Studio LLC endorses your distribution; 9052 * use any marks owned by ImageMagick Studio LLC in any way that might state or imply that you created the ImageMagick software in question. 9053 9054 It requires you to: 9055 9056 * include a copy of the license in any redistribution you may make that includes ImageMagick software; 9057 * provide clear attribution to ImageMagick Studio LLC for any distributions that include ImageMagick software. 9058 9059 It does not require you to: 9060 9061 * include the source of the ImageMagick software itself, or of any modifications you may have made to it, in any redistribution you may assemble that includes it; 9062 * submit changes that you make to the software back to the ImageMagick Studio LLC (though such feedback is encouraged). 9063 9064 A few other clarifications include: 9065 9066 * ImageMagick is freely available without charge; 9067 * you may include ImageMagick on a DVD as long as you comply with the terms of the license; 9068 * you can give modified code away for free or sell it under the terms of the ImageMagick license or distribute the result under a different license, but you need to acknowledge the use of the ImageMagick software; 9069 * the license is compatible with the GPL V3. 9070 * when exporting the ImageMagick software, review its export classification. 9071 9072 Terms and Conditions for Use, Reproduction, and Distribution 9073 9074 The legally binding and authoritative terms and conditions for use, reproduction, and distribution of ImageMagick follow: 9075 9076 Copyright 1999-2012 ImageMagick Studio LLC, a non-profit organization dedicated to making software imaging solutions freely available. 9077 9078 1. Definitions. 9079 9080 License shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. 9081 9082 Licensor shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. 9083 9084 Legal Entity shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, control means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. 9085 9086 You (or Your) shall mean an individual or Legal Entity exercising permissions granted by this License. 9087 9088 Source form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. 9089 9090 Object form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. 9091 9092 Work shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). 9093 9094 Derivative Works shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. 9095 9096 Contribution shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as Not a Contribution. 9097 9098 Contributor shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. 9099 9100 2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. 9101 9102 3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. 9103 9104 4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: 9105 9106 * You must give any other recipients of the Work or Derivative Works a copy of this License; and 9107 * You must cause any modified files to carry prominent notices stating that You changed the files; and 9108 * You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and 9109 * If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. 9110 You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. 9111 9112 5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. 9113 9114 6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. 9115 9116 7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an AS IS BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. 9117 9118 8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. 9119 9120 9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. 9121 9122 How to Apply the License to your Work 9123 9124 To apply the ImageMagick License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information (don't include the brackets). The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives. 9125 9126 Copyright [yyyy] [name of copyright owner] 9127 9128 Licensed under the ImageMagick License (the "License"); you may not use 9129 this file except in compliance with the License. You may obtain a copy 9130 of the License at 9131 9132 http://www.imagemagick.org/script/license.php 9133 9134 Unless required by applicable law or agreed to in writing, software 9135 distributed under the License is distributed on an "AS IS" BASIS, WITHOUT 9136 WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the 9137 License for the specific language governing permissions and limitations 9138 under the License. 9139 9140 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 9141 </pre> 9142 <ul> 9143 9144 </ul> 9145 </div> 9146 </div> 9147 9148 9149 <div class="product"> 9150 <span class="title">iniparser-3.0b</span> 9151 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 9152 <span class="homepage"><a href="http://ndevilla.free.fr/iniparser/">homepage</a></span> 9153 <div class="licence"> 9154 <pre>Scanned Source License iniparser3.0b/LICENSE: 9155 9156 Copyright (c) 2000-2007 by Nicolas Devillard. 9157 MIT License 9158 9159 Permission is hereby granted, free of charge, to any person obtaining a 9160 copy of this software and associated documentation files (the "Software"), 9161 to deal in the Software without restriction, including without limitation 9162 the rights to use, copy, modify, merge, publish, distribute, sublicense, 9163 and/or sell copies of the Software, and to permit persons to whom the 9164 Software is furnished to do so, subject to the following conditions: 9165 9166 The above copyright notice and this permission notice shall be included in 9167 all copies or substantial portions of the Software. 9168 9169 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 9170 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 9171 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 9172 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 9173 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 9174 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 9175 DEALINGS IN THE SOFTWARE. 9176 9177 9178 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 9179 </pre> 9180 <ul> 9181 9182 </ul> 9183 </div> 9184 </div> 9185 9186 9187 <div class="product"> 9188 <span class="title">input-tools-4.3.2.5</span> 9189 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 9190 <span class="homepage"><a href="http://www.google.com/inputtools">homepage</a></span> 9191 <div class="licence"> 9192 <pre></pre> 9193 <ul> 9194 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 9195 </ul> 9196 </div> 9197 </div> 9198 9199 9200 <div class="product"> 9201 <span class="title">inputcontrol-0.0.1</span> 9202 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 9203 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span> 9204 <div class="licence"> 9205 <pre></pre> 9206 <ul> 9207 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 9208 </ul> 9209 </div> 9210 </div> 9211 9212 9213 <div class="product"> 9214 <span class="title">inputproto-2.3</span> 9215 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 9216 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span> 9217 <div class="licence"> 9218 <pre>Scanned Source License inputproto-2.3/COPYING: 9219 9220 Copyright 1989, 1998 The Open Group 9221 9222 Permission to use, copy, modify, distribute, and sell this software and its 9223 documentation for any purpose is hereby granted without fee, provided that 9224 the above copyright notice appear in all copies and that both that 9225 copyright notice and this permission notice appear in supporting 9226 documentation. 9227 9228 The above copyright notice and this permission notice shall be included in 9229 all copies or substantial portions of the Software. 9230 9231 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 9232 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 9233 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 9234 OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN 9235 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 9236 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 9237 9238 Except as contained in this notice, the name of The Open Group shall not be 9239 used in advertising or otherwise to promote the sale, use or other dealings 9240 in this Software without prior written authorization from The Open Group. 9241 9242 Copyright 1989 by Hewlett-Packard Company, Palo Alto, California. 9243 9244 All Rights Reserved 9245 9246 Permission to use, copy, modify, and distribute this software and its 9247 documentation for any purpose and without fee is hereby granted, 9248 provided that the above copyright notice appear in all copies and that 9249 both that copyright notice and this permission notice appear in 9250 supporting documentation, and that the name of Hewlett-Packard not be 9251 used in advertising or publicity pertaining to distribution of the 9252 software without specific, written prior permission. 9253 9254 HEWLETT-PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING 9255 ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL 9256 HEWLETT-PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR 9257 ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, 9258 WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, 9259 ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS 9260 SOFTWARE. 9261 9262 Copyright 2009 Red Hat, Inc. 9263 9264 Permission is hereby granted, free of charge, to any person obtaining a 9265 copy of this software and associated documentation files (the "Software"), 9266 to deal in the Software without restriction, including without limitation 9267 the rights to use, copy, modify, merge, publish, distribute, sublicense, 9268 and/or sell copies of the Software, and to permit persons to whom the 9269 Software is furnished to do so, subject to the following conditions: 9270 9271 The above copyright notice and this permission notice (including the next 9272 paragraph) shall be included in all copies or substantial portions of the 9273 Software. 9274 9275 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 9276 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 9277 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 9278 THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 9279 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 9280 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 9281 DEALINGS IN THE SOFTWARE. 9282 9283 9284 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 9285 </pre> 9286 <ul> 9287 9288 </ul> 9289 </div> 9290 </div> 9291 9292 9293 <div class="product"> 9294 <span class="title">intel-gpu-tools-1.3</span> 9295 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 9296 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span> 9297 <div class="licence"> 9298 <pre>Scanned Source License intel-gpu-tools-1.3/COPYING: 9299 9300 Copyright 1998-1999 Precision Insight, Inc., Cedar Park, Texas. 9301 All Rights Reserved. 9302 9303 Permission is hereby granted, free of charge, to any person obtaining a 9304 copy of this software and associated documentation files (the 9305 "Software"), to deal in the Software without restriction, including 9306 without limitation the rights to use, copy, modify, merge, publish, 9307 distribute, sub license, and/or sell copies of the Software, and to 9308 permit persons to whom the Software is furnished to do so, subject to 9309 the following conditions: 9310 9311 The above copyright notice and this permission notice (including the 9312 next paragraph) shall be included in all copies or substantial portions 9313 of the Software. 9314 9315 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 9316 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 9317 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. 9318 IN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR 9319 ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, 9320 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE 9321 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 9322 9323 Copyright 2003,2006 Tungsten Graphics, Inc., Cedar Park, Texas. 9324 All Rights Reserved. 9325 9326 Permission is hereby granted, free of charge, to any person obtaining a 9327 copy of this software and associated documentation files (the 9328 "Software"), to deal in the Software without restriction, including 9329 without limitation the rights to use, copy, modify, merge, publish, 9330 distribute, sub license, and/or sell copies of the Software, and to 9331 permit persons to whom the Software is furnished to do so, subject to 9332 the following conditions: 9333 9334 The above copyright notice and this permission notice (including the 9335 next paragraph) shall be included in all copies or substantial portions 9336 of the Software. 9337 9338 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 9339 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 9340 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. 9341 IN NO EVENT SHALL TUNGSTEN GRAPHICS AND/OR ITS SUPPLIERS BE LIABLE FOR 9342 ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, 9343 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE 9344 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 9345 9346 Copyright 2006-2011 Intel Corporation 9347 9348 Permission is hereby granted, free of charge, to any person obtaining a 9349 copy of this software and associated documentation files (the "Software"), 9350 to deal in the Software without restriction, including without limitation 9351 the rights to use, copy, modify, merge, publish, distribute, sublicense, 9352 and/or sell copies of the Software, and to permit persons to whom the 9353 Software is furnished to do so, subject to the following conditions: 9354 9355 The above copyright notice and this permission notice (including the next 9356 paragraph) shall be included in all copies or substantial portions of the 9357 Software. 9358 9359 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 9360 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 9361 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 9362 THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 9363 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 9364 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS 9365 IN THE SOFTWARE. 9366 9367 Copyright 2010 Red Hat, Inc. 9368 9369 Permission is hereby granted, free of charge, to any person obtaining a 9370 copy of this software and associated documentation files (the "Software"), 9371 to deal in the Software without restriction, including without limitation 9372 the rights to use, copy, modify, merge, publish, distribute, sublicense, 9373 and/or sell copies of the Software, and to permit persons to whom the 9374 Software is furnished to do so, subject to the following conditions: 9375 9376 The above copyright notice and this permission notice (including the next 9377 paragraph) shall be included in all copies or substantial portions of the 9378 Software. 9379 9380 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 9381 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 9382 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 9383 THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 9384 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 9385 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 9386 SOFTWARE. 9387 9388 Copyright 2011 Daniel Vetter 9389 9390 Permission is hereby granted, free of charge, to any person obtaining a 9391 copy of this software and associated documentation files (the "Software"), 9392 to deal in the Software without restriction, including without limitation 9393 the rights to use, copy, modify, merge, publish, distribute, sublicense, 9394 and/or sell copies of the Software, and to permit persons to whom the 9395 Software is furnished to do so, subject to the following conditions: 9396 9397 The above copyright notice and this permission notice (including the next 9398 paragraph) shall be included in all copies or substantial portions of the 9399 Software. 9400 9401 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 9402 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 9403 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 9404 THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 9405 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 9406 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS 9407 IN THE SOFTWARE. 9408 9409 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 9410 </pre> 9411 <ul> 9412 9413 </ul> 9414 </div> 9415 </div> 9416 9417 9418 <div class="product"> 9419 <span class="title">intltool-0.50.2</span> 9420 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 9421 <span class="homepage"><a href="https://launchpad.net/intltool/">homepage</a></span> 9422 <div class="licence"> 9423 <pre></pre> 9424 <ul> 9425 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 9426 </ul> 9427 </div> 9428 </div> 9429 9430 9431 <div class="product"> 9432 <span class="title">iotools-1.5</span> 9433 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 9434 <span class="homepage"><a href="http://code.google.com/p/iotools/">homepage</a></span> 9435 <div class="licence"> 9436 <pre></pre> 9437 <ul> 9438 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 9439 </ul> 9440 </div> 9441 </div> 9442 9443 9444 <div class="product"> 9445 <span class="title">iperf-2.0.4</span> 9446 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 9447 <span class="homepage"><a href="http://iperf.sourceforge.net/">homepage</a></span> 9448 <div class="licence"> 9449 <pre>Scanned Source License iperf-2.0.4/COPYING: 9450 9451 Copyright (c) 1999-2007, The Board of Trustees of the University of Illinois 9452 All Rights Reserved. 9453 9454 Iperf performance test 9455 Mark Gates 9456 Ajay Tirumala 9457 Jim Ferguson 9458 Jon Dugan 9459 Feng Qin 9460 Kevin Gibbs 9461 John Estabrook 9462 National Laboratory for Applied Network Research 9463 National Center for Supercomputing Applications 9464 University of Illinois at Urbana-Champaign 9465 http://www.ncsa.uiuc.edu 9466 9467 Permission is hereby granted, free of charge, to any person obtaining a copy 9468 of this software (Iperf) and associated documentation files (the "Software"), 9469 to deal in the Software without restriction, including without limitation the 9470 rights to use, copy, modify, merge, publish, distribute, sublicense, and/or 9471 sell copies of the Software, and to permit persons to whom the Software is 9472 furnished to do so, subject to the following conditions: 9473 9474 9475 Redistributions of source code must retain the above copyright notice, this 9476 list of conditions and the following disclaimers. 9477 9478 Redistributions in binary form must reproduce the above copyright notice, this 9479 list of conditions and the following disclaimers in the documentation and/or 9480 other materials provided with the distribution. 9481 9482 Neither the names of the University of Illinois, NCSA, nor the names of its 9483 contributors may be used to endorse or promote products derived from this 9484 Software without specific prior written permission. THE SOFTWARE IS PROVIDED 9485 "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT 9486 LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE 9487 AND NONINFRINGEMENT. IN NO EVENT SHALL THE CONTIBUTORS OR COPYRIGHT HOLDERS BE 9488 LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF 9489 CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE 9490 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 9491 9492 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 9493 </pre> 9494 <ul> 9495 <li><a href='#as-is'>Gentoo Package Stock License as-is</a></li> 9496 </ul> 9497 </div> 9498 </div> 9499 9500 9501 <div class="product"> 9502 <span class="title">iproute2-3.8.0</span> 9503 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 9504 <span class="homepage"><a href="http://www.linuxfoundation.org/collaborate/workgroups/networking/iproute2">homepage</a></span> 9505 <div class="licence"> 9506 <pre></pre> 9507 <ul> 9508 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 9509 </ul> 9510 </div> 9511 </div> 9512 9513 9514 <div class="product"> 9515 <span class="title">iptables-1.4.16.3</span> 9516 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 9517 <span class="homepage"><a href="http://www.iptables.org/">homepage</a></span> 9518 <div class="licence"> 9519 <pre></pre> 9520 <ul> 9521 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 9522 </ul> 9523 </div> 9524 </div> 9525 9526 9527 <div class="product"> 9528 <span class="title">iputils-20121221</span> 9529 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 9530 <span class="homepage"><a href="http://www.linuxfoundation.org/collaborate/workgroups/networking/iputils">homepage</a></span> 9531 <div class="licence"> 9532 <pre>Copyright Attribution License chromiumos-overlay/licenses/copyright-attribution/net-misc/iputils: 9533 9534 Copyright (c) 1989 The Regents of the University of California. 9535 All rights reserved. 9536 9537 This code is derived from software contributed to Berkeley by 9538 Mike Muuss. 9539 9540 Redistribution and use in source and binary forms, with or without 9541 modification, are permitted provided that the following conditions 9542 are met: 9543 1. Redistributions of source code must retain the above copyright 9544 notice, this list of conditions and the following disclaimer. 9545 2. Redistributions in binary form must reproduce the above copyright 9546 notice, this list of conditions and the following disclaimer in the 9547 documentation and/or other materials provided with the distribution. 9548 3. All advertising materials mentioning features or use of this software 9549 must display the following acknowledgement: 9550 This product includes software developed by the University of 9551 California, Berkeley and its contributors. 9552 4. Neither the name of the University nor the names of its contributors 9553 may be used to endorse or promote products derived from this software 9554 without specific prior written permission. 9555 9556 THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND 9557 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 9558 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 9559 ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 9560 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 9561 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 9562 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 9563 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 9564 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 9565 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 9566 SUCH DAMAGE. 9567 9568 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 9569 </pre> 9570 <ul> 9571 9572 </ul> 9573 </div> 9574 </div> 9575 9576 9577 <div class="product"> 9578 <span class="title">iw-3.10</span> 9579 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 9580 <span class="homepage"><a href="http://wireless.kernel.org/en/users/Documentation/iw">homepage</a></span> 9581 <div class="licence"> 9582 <pre></pre> 9583 <ul> 9584 <li><a href='#ISC'>Gentoo Package Stock License ISC</a></li> 9585 </ul> 9586 </div> 9587 </div> 9588 9589 9590 <div class="product"> 9591 <span class="title">ja-motoyafonts-1.0.0</span> 9592 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 9593 <span class="homepage"><a href="http://www.motoya.co.jp">homepage</a></span> 9594 <div class="licence"> 9595 <pre></pre> 9596 <ul> 9597 <li><a href='#Google-TOS'>Gentoo Package Stock License Google-TOS</a></li> 9598 </ul> 9599 </div> 9600 </div> 9601 9602 9603 <div class="product"> 9604 <span class="title">joystick-1.4.2</span> 9605 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 9606 <span class="homepage"><a href="http://sourceforge.net/projects/linuxconsole/">homepage</a></span> 9607 <div class="licence"> 9608 <pre></pre> 9609 <ul> 9610 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 9611 </ul> 9612 </div> 9613 </div> 9614 9615 9616 <div class="product"> 9617 <span class="title">jsoncpp-0.6.0_rc2</span> 9618 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 9619 <span class="homepage"><a href="http://jsoncpp.sourceforge.net/">homepage</a></span> 9620 <div class="licence"> 9621 <pre></pre> 9622 <ul> 9623 <li><a href='#public-domain'>Gentoo Package Stock License public-domain</a></li> 9624 </ul> 9625 </div> 9626 </div> 9627 9628 9629 <div class="product"> 9630 <span class="title">jsonrpclib-0_pre20110820</span> 9631 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 9632 <span class="homepage"><a href="https://github.com/joshmarshall/jsonrpclib">homepage</a></span> 9633 <div class="licence"> 9634 <pre></pre> 9635 <ul> 9636 <li><a href='#Apache-2.0'>Gentoo Package Stock License Apache-2.0</a></li> 9637 </ul> 9638 </div> 9639 </div> 9640 9641 9642 <div class="product"> 9643 <span class="title">kbd-1.15.3</span> 9644 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 9645 <span class="homepage"><a href="http://freshmeat.net/projects/kbd/">homepage</a></span> 9646 <div class="licence"> 9647 <pre></pre> 9648 <ul> 9649 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 9650 </ul> 9651 </div> 9652 </div> 9653 9654 9655 <div class="product"> 9656 <span class="title">kbproto-1.0.5</span> 9657 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 9658 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span> 9659 <div class="licence"> 9660 <pre>Scanned Source License kbproto-1.0.5/COPYING: 9661 9662 Copyright (c) 1993 by Silicon Graphics Computer Systems, Inc. 9663 9664 Permission to use, copy, modify, and distribute this 9665 software and its documentation for any purpose and without 9666 fee is hereby granted, provided that the above copyright 9667 notice appear in all copies and that both that copyright 9668 notice and this permission notice appear in supporting 9669 documentation, and that the name of Silicon Graphics not be 9670 used in advertising or publicity pertaining to distribution 9671 of the software without specific prior written permission. 9672 Silicon Graphics makes no representation about the suitability 9673 of this software for any purpose. It is provided "as is" 9674 without any express or implied warranty. 9675 9676 SILICON GRAPHICS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS 9677 SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY 9678 AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON 9679 GRAPHICS BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL 9680 DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 9681 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE 9682 OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH 9683 THE USE OR PERFORMANCE OF THIS SOFTWARE. 9684 9685 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 9686 </pre> 9687 <ul> 9688 9689 </ul> 9690 </div> 9691 </div> 9692 9693 9694 <div class="product"> 9695 <span class="title">keyutils-1.1</span> 9696 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 9697 <span class="homepage"><a href="http://www.kernel.org/">homepage</a></span> 9698 <div class="licence"> 9699 <pre></pre> 9700 <ul> 9701 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li> 9702 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 9703 </ul> 9704 </div> 9705 </div> 9706 9707 9708 <div class="product"> 9709 <span class="title">kmod-17</span> 9710 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 9711 <span class="homepage"><a href="http://git.kernel.org/?p=utils/kernel/kmod/kmod.git">homepage</a></span> 9712 <div class="licence"> 9713 <pre></pre> 9714 <ul> 9715 <li><a href='#LGPL-2'>Gentoo Package Stock License LGPL-2</a></li> 9716 </ul> 9717 </div> 9718 </div> 9719 9720 9721 <div class="product"> 9722 <span class="title">ko-nanumfonts-3.10.0</span> 9723 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 9724 <span class="homepage"><a href="http://hangeul.naver.com/index.nhn">homepage</a></span> 9725 <div class="licence"> 9726 <pre>Scanned Source License ko-nanumfonts-3.10.0/LICENSE: 9727 9728 Copyright (c) 2010, NHN Corporation (http://www.nhncorp.com), 9729 with Reserved Font Name Nanum, Naver Nanum, NanumGothic, Naver 9730 NanumGothic, NanumMyeongjo, Naver NanumMyeongjo, NanumBrush, Naver 9731 NanumBrush, NanumPen, Naver NanumPen 9732 9733 This Font Software is licensed under the SIL Open Font License, 9734 Version 1.1. 9735 9736 This license is copied below, and is also available with a FAQ at: 9737 http://scripts.sil.org/OFL 9738 9739 SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 9740 9741 PREAMBLE The goals of the Open Font License (OFL) are to stimulate 9742 worldwide development of collaborative font projects, to support the font 9743 creation efforts of academic and linguistic communities, and to provide 9744 a free and open framework in which fonts may be shared and improved in 9745 partnership with others. 9746 9747 The OFL allows the licensed fonts to be used, studied, modified and 9748 redistributed freely as long as they are not sold by themselves. 9749 The fonts, including any derivative works, can be bundled, embedded, 9750 redistributed and/or sold with any software provided that any reserved 9751 names are not used by derivative works. The fonts and derivatives, 9752 however, cannot be released under any other type of license. The 9753 requirement for fonts to remain under this license does not apply to 9754 any document created using the fonts or their derivatives. 9755 9756 9757 9758 DEFINITIONS 9759 "Font Software" refers to the set of files released by the Copyright 9760 Holder(s) under this license and clearly marked as such. 9761 This may include source files, build scripts and documentation. 9762 9763 "Reserved Font Name" refers to any names specified as such after the 9764 copyright statement(s). 9765 9766 "Original Version" refers to the collection of Font Software components 9767 as distributed by the Copyright Holder(s). 9768 9769 "Modified Version" refers to any derivative made by adding to, deleting, 9770 or substituting ? in part or in whole ? 9771 any of the components of the Original Version, by changing formats or 9772 by porting the Font Software to a new environment. 9773 9774 "Author" refers to any designer, engineer, programmer, technical writer 9775 or other person who contributed to the Font Software. 9776 9777 9778 PERMISSION & CONDITIONS 9779 9780 Permission is hereby granted, free of charge, to any person obtaining a 9781 copy of the Font Software, to use, study, copy, merge, embed, modify, 9782 redistribute, and sell modified and unmodified copies of the Font 9783 Software, subject to the following conditions: 9784 9785 1) Neither the Font Software nor any of its individual components,in 9786 Original or Modified Versions, may be sold by itself. 9787 9788 2) Original or Modified Versions of the Font Software may be bundled, 9789 redistributed and/or sold with any software, provided that each copy 9790 contains the above copyright notice and this license. These can be 9791 included either as stand-alone text files, human-readable headers or 9792 in the appropriate machine-readable metadata fields within text or 9793 binary files as long as those fields can be easily viewed by the user. 9794 9795 3) No Modified Version of the Font Software may use the Reserved Font 9796 Name(s) unless explicit written permission is granted by the 9797 corresponding Copyright Holder. This restriction only applies to the 9798 primary font name as presented to the users. 9799 9800 4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font 9801 Software shall not be used to promote, endorse or advertise any 9802 Modified Version, except to acknowledge the contribution(s) of the 9803 Copyright Holder(s) and the Author(s) or with their explicit written 9804 permission. 9805 9806 5) The Font Software, modified or unmodified, in part or in whole, must 9807 be distributed entirely under this license, and must not be distributed 9808 under any other license. The requirement for fonts to remain under 9809 this license does not apply to any document created using the Font 9810 Software. 9811 9812 9813 9814 TERMINATION 9815 This license becomes null and void if any of the above conditions are not met. 9816 9817 9818 9819 DISCLAIMER 9820 THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 9821 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF 9822 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT 9823 OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE 9824 COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 9825 INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL 9826 DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 9827 FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER 9828 DEALINGS IN THE FONT SOFTWARE. 9829 9830 9831 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 9832 </pre> 9833 <ul> 9834 <li><a href='#OFL-1.1'>Gentoo Package Stock License OFL-1.1</a></li> 9835 </ul> 9836 </div> 9837 </div> 9838 9839 9840 <div class="product"> 9841 <span class="title">ktop-0.0.1</span> 9842 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 9843 <span class="homepage"><a href="https://chromium.googlesource.com/chromiumos/third_party/ktop">homepage</a></span> 9844 <div class="licence"> 9845 <pre></pre> 9846 <ul> 9847 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 9848 </ul> 9849 </div> 9850 </div> 9851 9852 9853 <div class="product"> 9854 <span class="title">ladspa-sdk-1.13</span> 9855 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 9856 <span class="homepage"><a href="http://www.ladspa.org/">homepage</a></span> 9857 <div class="licence"> 9858 <pre></pre> 9859 <ul> 9860 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li> 9861 </ul> 9862 </div> 9863 </div> 9864 9865 9866 <div class="product"> 9867 <span class="title">laptop-mode-tools-1.59</span> 9868 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 9869 <span class="homepage"><a href="http://www.samwel.tk/laptop_mode/">homepage</a></span> 9870 <div class="licence"> 9871 <pre></pre> 9872 <ul> 9873 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 9874 </ul> 9875 </div> 9876 </div> 9877 9878 9879 <div class="product"> 9880 <span class="title">less-457</span> 9881 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 9882 <span class="homepage"><a href="http://www.greenwoodsoftware.com/less/">homepage</a></span> 9883 <div class="licence"> 9884 <pre></pre> 9885 <ul> 9886 <li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li> 9887 </ul> 9888 </div> 9889 </div> 9890 9891 9892 <div class="product"> 9893 <span class="title">leveldb-0.0.1</span> 9894 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 9895 <span class="homepage"><a href="http://code.google.com/p/leveldb/">homepage</a></span> 9896 <div class="licence"> 9897 <pre>Scanned Source License leveldb-0.0.1/LICENSE: 9898 9899 Copyright (c) 2011 The LevelDB Authors. All rights reserved. 9900 9901 Redistribution and use in source and binary forms, with or without 9902 modification, are permitted provided that the following conditions are 9903 met: 9904 9905 * Redistributions of source code must retain the above copyright 9906 notice, this list of conditions and the following disclaimer. 9907 * Redistributions in binary form must reproduce the above 9908 copyright notice, this list of conditions and the following disclaimer 9909 in the documentation and/or other materials provided with the 9910 distribution. 9911 * Neither the name of Google Inc. nor the names of its 9912 contributors may be used to endorse or promote products derived from 9913 this software without specific prior written permission. 9914 9915 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 9916 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 9917 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 9918 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 9919 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 9920 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT 9921 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 9922 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 9923 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 9924 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 9925 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 9926 9927 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 9928 </pre> 9929 <ul> 9930 9931 </ul> 9932 </div> 9933 </div> 9934 9935 9936 <div class="product"> 9937 <span class="title">libaio-0.3.109</span> 9938 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 9939 <span class="homepage"><a href="http://www.kernel.org/pub/linux/kernel/people/andrea/libaio/">homepage</a></span> 9940 <div class="licence"> 9941 <pre></pre> 9942 <ul> 9943 <li><a href='#LGPL-2'>Gentoo Package Stock License LGPL-2</a></li> 9944 </ul> 9945 </div> 9946 </div> 9947 9948 9949 <div class="product"> 9950 <span class="title">libatomic_ops-7.2d</span> 9951 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 9952 <span class="homepage"><a href="http://www.hpl.hp.com/research/linux/atomic_ops/">homepage</a></span> 9953 <div class="licence"> 9954 <pre>Scanned Source License gc-7.2/libatomic_ops/COPYING: 9955 9956 GNU GENERAL PUBLIC LICENSE 9957 Version 2, June 1991 9958 9959 Copyright (C) 1989, 1991 Free Software Foundation, Inc. 9960 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 9961 Everyone is permitted to copy and distribute verbatim copies 9962 of this license document, but changing it is not allowed. 9963 9964 Preamble 9965 9966 The licenses for most software are designed to take away your 9967 freedom to share and change it. By contrast, the GNU General Public 9968 License is intended to guarantee your freedom to share and change free 9969 software--to make sure the software is free for all its users. This 9970 General Public License applies to most of the Free Software 9971 Foundation's software and to any other program whose authors commit to 9972 using it. (Some other Free Software Foundation software is covered by 9973 the GNU Library General Public License instead.) You can apply it to 9974 your programs, too. 9975 9976 When we speak of free software, we are referring to freedom, not 9977 price. Our General Public Licenses are designed to make sure that you 9978 have the freedom to distribute copies of free software (and charge for 9979 this service if you wish), that you receive source code or can get it 9980 if you want it, that you can change the software or use pieces of it 9981 in new free programs; and that you know you can do these things. 9982 9983 To protect your rights, we need to make restrictions that forbid 9984 anyone to deny you these rights or to ask you to surrender the rights. 9985 These restrictions translate to certain responsibilities for you if you 9986 distribute copies of the software, or if you modify it. 9987 9988 For example, if you distribute copies of such a program, whether 9989 gratis or for a fee, you must give the recipients all the rights that 9990 you have. You must make sure that they, too, receive or can get the 9991 source code. And you must show them these terms so they know their 9992 rights. 9993 9994 We protect your rights with two steps: (1) copyright the software, and 9995 (2) offer you this license which gives you legal permission to copy, 9996 distribute and/or modify the software. 9997 9998 Also, for each author's protection and ours, we want to make certain 9999 that everyone understands that there is no warranty for this free 10000 software. If the software is modified by someone else and passed on, we 10001 want its recipients to know that what they have is not the original, so 10002 that any problems introduced by others will not reflect on the original 10003 authors' reputations. 10004 10005 Finally, any free program is threatened constantly by software 10006 patents. We wish to avoid the danger that redistributors of a free 10007 program will individually obtain patent licenses, in effect making the 10008 program proprietary. To prevent this, we have made it clear that any 10009 patent must be licensed for everyone's free use or not licensed at all. 10010 10011 The precise terms and conditions for copying, distribution and 10012 modification follow. 10013 10014 GNU GENERAL PUBLIC LICENSE 10015 TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 10016 10017 0. This License applies to any program or other work which contains 10018 a notice placed by the copyright holder saying it may be distributed 10019 under the terms of this General Public License. The "Program", below, 10020 refers to any such program or work, and a "work based on the Program" 10021 means either the Program or any derivative work under copyright law: 10022 that is to say, a work containing the Program or a portion of it, 10023 either verbatim or with modifications and/or translated into another 10024 language. (Hereinafter, translation is included without limitation in 10025 the term "modification".) Each licensee is addressed as "you". 10026 10027 Activities other than copying, distribution and modification are not 10028 covered by this License; they are outside its scope. The act of 10029 running the Program is not restricted, and the output from the Program 10030 is covered only if its contents constitute a work based on the 10031 Program (independent of having been made by running the Program). 10032 Whether that is true depends on what the Program does. 10033 10034 1. You may copy and distribute verbatim copies of the Program's 10035 source code as you receive it, in any medium, provided that you 10036 conspicuously and appropriately publish on each copy an appropriate 10037 copyright notice and disclaimer of warranty; keep intact all the 10038 notices that refer to this License and to the absence of any warranty; 10039 and give any other recipients of the Program a copy of this License 10040 along with the Program. 10041 10042 You may charge a fee for the physical act of transferring a copy, and 10043 you may at your option offer warranty protection in exchange for a fee. 10044 10045 2. You may modify your copy or copies of the Program or any portion 10046 of it, thus forming a work based on the Program, and copy and 10047 distribute such modifications or work under the terms of Section 1 10048 above, provided that you also meet all of these conditions: 10049 10050 a) You must cause the modified files to carry prominent notices 10051 stating that you changed the files and the date of any change. 10052 10053 b) You must cause any work that you distribute or publish, that in 10054 whole or in part contains or is derived from the Program or any 10055 part thereof, to be licensed as a whole at no charge to all third 10056 parties under the terms of this License. 10057 10058 c) If the modified program normally reads commands interactively 10059 when run, you must cause it, when started running for such 10060 interactive use in the most ordinary way, to print or display an 10061 announcement including an appropriate copyright notice and a 10062 notice that there is no warranty (or else, saying that you provide 10063 a warranty) and that users may redistribute the program under 10064 these conditions, and telling the user how to view a copy of this 10065 License. (Exception: if the Program itself is interactive but 10066 does not normally print such an announcement, your work based on 10067 the Program is not required to print an announcement.) 10068 10069 These requirements apply to the modified work as a whole. If 10070 identifiable sections of that work are not derived from the Program, 10071 and can be reasonably considered independent and separate works in 10072 themselves, then this License, and its terms, do not apply to those 10073 sections when you distribute them as separate works. But when you 10074 distribute the same sections as part of a whole which is a work based 10075 on the Program, the distribution of the whole must be on the terms of 10076 this License, whose permissions for other licensees extend to the 10077 entire whole, and thus to each and every part regardless of who wrote it. 10078 10079 Thus, it is not the intent of this section to claim rights or contest 10080 your rights to work written entirely by you; rather, the intent is to 10081 exercise the right to control the distribution of derivative or 10082 collective works based on the Program. 10083 10084 In addition, mere aggregation of another work not based on the Program 10085 with the Program (or with a work based on the Program) on a volume of 10086 a storage or distribution medium does not bring the other work under 10087 the scope of this License. 10088 10089 3. You may copy and distribute the Program (or a work based on it, 10090 under Section 2) in object code or executable form under the terms of 10091 Sections 1 and 2 above provided that you also do one of the following: 10092 10093 a) Accompany it with the complete corresponding machine-readable 10094 source code, which must be distributed under the terms of Sections 10095 1 and 2 above on a medium customarily used for software interchange; or, 10096 10097 b) Accompany it with a written offer, valid for at least three 10098 years, to give any third party, for a charge no more than your 10099 cost of physically performing source distribution, a complete 10100 machine-readable copy of the corresponding source code, to be 10101 distributed under the terms of Sections 1 and 2 above on a medium 10102 customarily used for software interchange; or, 10103 10104 c) Accompany it with the information you received as to the offer 10105 to distribute corresponding source code. (This alternative is 10106 allowed only for noncommercial distribution and only if you 10107 received the program in object code or executable form with such 10108 an offer, in accord with Subsection b above.) 10109 10110 The source code for a work means the preferred form of the work for 10111 making modifications to it. For an executable work, complete source 10112 code means all the source code for all modules it contains, plus any 10113 associated interface definition files, plus the scripts used to 10114 control compilation and installation of the executable. However, as a 10115 special exception, the source code distributed need not include 10116 anything that is normally distributed (in either source or binary 10117 form) with the major components (compiler, kernel, and so on) of the 10118 operating system on which the executable runs, unless that component 10119 itself accompanies the executable. 10120 10121 If distribution of executable or object code is made by offering 10122 access to copy from a designated place, then offering equivalent 10123 access to copy the source code from the same place counts as 10124 distribution of the source code, even though third parties are not 10125 compelled to copy the source along with the object code. 10126 10127 4. You may not copy, modify, sublicense, or distribute the Program 10128 except as expressly provided under this License. Any attempt 10129 otherwise to copy, modify, sublicense or distribute the Program is 10130 void, and will automatically terminate your rights under this License. 10131 However, parties who have received copies, or rights, from you under 10132 this License will not have their licenses terminated so long as such 10133 parties remain in full compliance. 10134 10135 5. You are not required to accept this License, since you have not 10136 signed it. However, nothing else grants you permission to modify or 10137 distribute the Program or its derivative works. These actions are 10138 prohibited by law if you do not accept this License. Therefore, by 10139 modifying or distributing the Program (or any work based on the 10140 Program), you indicate your acceptance of this License to do so, and 10141 all its terms and conditions for copying, distributing or modifying 10142 the Program or works based on it. 10143 10144 6. Each time you redistribute the Program (or any work based on the 10145 Program), the recipient automatically receives a license from the 10146 original licensor to copy, distribute or modify the Program subject to 10147 these terms and conditions. You may not impose any further 10148 restrictions on the recipients' exercise of the rights granted herein. 10149 You are not responsible for enforcing compliance by third parties to 10150 this License. 10151 10152 7. If, as a consequence of a court judgment or allegation of patent 10153 infringement or for any other reason (not limited to patent issues), 10154 conditions are imposed on you (whether by court order, agreement or 10155 otherwise) that contradict the conditions of this License, they do not 10156 excuse you from the conditions of this License. If you cannot 10157 distribute so as to satisfy simultaneously your obligations under this 10158 License and any other pertinent obligations, then as a consequence you 10159 may not distribute the Program at all. For example, if a patent 10160 license would not permit royalty-free redistribution of the Program by 10161 all those who receive copies directly or indirectly through you, then 10162 the only way you could satisfy both it and this License would be to 10163 refrain entirely from distribution of the Program. 10164 10165 If any portion of this section is held invalid or unenforceable under 10166 any particular circumstance, the balance of the section is intended to 10167 apply and the section as a whole is intended to apply in other 10168 circumstances. 10169 10170 It is not the purpose of this section to induce you to infringe any 10171 patents or other property right claims or to contest validity of any 10172 such claims; this section has the sole purpose of protecting the 10173 integrity of the free software distribution system, which is 10174 implemented by public license practices. Many people have made 10175 generous contributions to the wide range of software distributed 10176 through that system in reliance on consistent application of that 10177 system; it is up to the author/donor to decide if he or she is willing 10178 to distribute software through any other system and a licensee cannot 10179 impose that choice. 10180 10181 This section is intended to make thoroughly clear what is believed to 10182 be a consequence of the rest of this License. 10183 10184 8. If the distribution and/or use of the Program is restricted in 10185 certain countries either by patents or by copyrighted interfaces, the 10186 original copyright holder who places the Program under this License 10187 may add an explicit geographical distribution limitation excluding 10188 those countries, so that distribution is permitted only in or among 10189 countries not thus excluded. In such case, this License incorporates 10190 the limitation as if written in the body of this License. 10191 10192 9. The Free Software Foundation may publish revised and/or new versions 10193 of the General Public License from time to time. Such new versions will 10194 be similar in spirit to the present version, but may differ in detail to 10195 address new problems or concerns. 10196 10197 Each version is given a distinguishing version number. If the Program 10198 specifies a version number of this License which applies to it and "any 10199 later version", you have the option of following the terms and conditions 10200 either of that version or of any later version published by the Free 10201 Software Foundation. If the Program does not specify a version number of 10202 this License, you may choose any version ever published by the Free Software 10203 Foundation. 10204 10205 10. If you wish to incorporate parts of the Program into other free 10206 programs whose distribution conditions are different, write to the author 10207 to ask for permission. For software which is copyrighted by the Free 10208 Software Foundation, write to the Free Software Foundation; we sometimes 10209 make exceptions for this. Our decision will be guided by the two goals 10210 of preserving the free status of all derivatives of our free software and 10211 of promoting the sharing and reuse of software generally. 10212 10213 NO WARRANTY 10214 10215 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY 10216 FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN 10217 OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES 10218 PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED 10219 OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF 10220 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS 10221 TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE 10222 PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, 10223 REPAIR OR CORRECTION. 10224 10225 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING 10226 WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR 10227 REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, 10228 INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING 10229 OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED 10230 TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY 10231 YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER 10232 PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE 10233 POSSIBILITY OF SUCH DAMAGES. 10234 10235 END OF TERMS AND CONDITIONS 10236 10237 How to Apply These Terms to Your New Programs 10238 10239 If you develop a new program, and you want it to be of the greatest 10240 possible use to the public, the best way to achieve this is to make it 10241 free software which everyone can redistribute and change under these terms. 10242 10243 To do so, attach the following notices to the program. It is safest 10244 to attach them to the start of each source file to most effectively 10245 convey the exclusion of warranty; and each file should have at least 10246 the "copyright" line and a pointer to where the full notice is found. 10247 10248 <one line to give the program's name and a brief idea of what it does.> 10249 Copyright (C) <year> <name of author> 10250 10251 This program is free software; you can redistribute it and/or modify 10252 it under the terms of the GNU General Public License as published by 10253 the Free Software Foundation; either version 2 of the License, or 10254 (at your option) any later version. 10255 10256 This program is distributed in the hope that it will be useful, 10257 but WITHOUT ANY WARRANTY; without even the implied warranty of 10258 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 10259 GNU General Public License for more details. 10260 10261 You should have received a copy of the GNU General Public License 10262 along with this program; if not, write to the Free Software 10263 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 10264 10265 10266 Also add information on how to contact you by electronic and paper mail. 10267 10268 If the program is interactive, make it output a short notice like this 10269 when it starts in an interactive mode: 10270 10271 Gnomovision version 69, Copyright (C) year name of author 10272 Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. 10273 This is free software, and you are welcome to redistribute it 10274 under certain conditions; type `show c' for details. 10275 10276 The hypothetical commands `show w' and `show c' should show the appropriate 10277 parts of the General Public License. Of course, the commands you use may 10278 be called something other than `show w' and `show c'; they could even be 10279 mouse-clicks or menu items--whatever suits your program. 10280 10281 You should also get your employer (if you work as a programmer) or your 10282 school, if any, to sign a "copyright disclaimer" for the program, if 10283 necessary. Here is a sample; alter the names: 10284 10285 Yoyodyne, Inc., hereby disclaims all copyright interest in the program 10286 `Gnomovision' (which makes passes at compilers) written by James Hacker. 10287 10288 <signature of Ty Coon>, 1 April 1989 10289 Ty Coon, President of Vice 10290 10291 This General Public License does not permit incorporating your program into 10292 proprietary programs. If your program is a subroutine library, you may 10293 consider it more useful to permit linking proprietary applications with the 10294 library. If this is what you want to do, use the GNU Library General 10295 Public License instead of this License. 10296 10297 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 10298 10299 Scanned Source License gc-7.2/libatomic_ops/doc/COPYING: 10300 10301 GNU GENERAL PUBLIC LICENSE 10302 Version 2, June 1991 10303 10304 Copyright (C) 1989, 1991 Free Software Foundation, Inc. 10305 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 10306 Everyone is permitted to copy and distribute verbatim copies 10307 of this license document, but changing it is not allowed. 10308 10309 Preamble 10310 10311 The licenses for most software are designed to take away your 10312 freedom to share and change it. By contrast, the GNU General Public 10313 License is intended to guarantee your freedom to share and change free 10314 software--to make sure the software is free for all its users. This 10315 General Public License applies to most of the Free Software 10316 Foundation's software and to any other program whose authors commit to 10317 using it. (Some other Free Software Foundation software is covered by 10318 the GNU Library General Public License instead.) You can apply it to 10319 your programs, too. 10320 10321 When we speak of free software, we are referring to freedom, not 10322 price. Our General Public Licenses are designed to make sure that you 10323 have the freedom to distribute copies of free software (and charge for 10324 this service if you wish), that you receive source code or can get it 10325 if you want it, that you can change the software or use pieces of it 10326 in new free programs; and that you know you can do these things. 10327 10328 To protect your rights, we need to make restrictions that forbid 10329 anyone to deny you these rights or to ask you to surrender the rights. 10330 These restrictions translate to certain responsibilities for you if you 10331 distribute copies of the software, or if you modify it. 10332 10333 For example, if you distribute copies of such a program, whether 10334 gratis or for a fee, you must give the recipients all the rights that 10335 you have. You must make sure that they, too, receive or can get the 10336 source code. And you must show them these terms so they know their 10337 rights. 10338 10339 We protect your rights with two steps: (1) copyright the software, and 10340 (2) offer you this license which gives you legal permission to copy, 10341 distribute and/or modify the software. 10342 10343 Also, for each author's protection and ours, we want to make certain 10344 that everyone understands that there is no warranty for this free 10345 software. If the software is modified by someone else and passed on, we 10346 want its recipients to know that what they have is not the original, so 10347 that any problems introduced by others will not reflect on the original 10348 authors' reputations. 10349 10350 Finally, any free program is threatened constantly by software 10351 patents. We wish to avoid the danger that redistributors of a free 10352 program will individually obtain patent licenses, in effect making the 10353 program proprietary. To prevent this, we have made it clear that any 10354 patent must be licensed for everyone's free use or not licensed at all. 10355 10356 The precise terms and conditions for copying, distribution and 10357 modification follow. 10358 10359 GNU GENERAL PUBLIC LICENSE 10360 TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 10361 10362 0. This License applies to any program or other work which contains 10363 a notice placed by the copyright holder saying it may be distributed 10364 under the terms of this General Public License. The "Program", below, 10365 refers to any such program or work, and a "work based on the Program" 10366 means either the Program or any derivative work under copyright law: 10367 that is to say, a work containing the Program or a portion of it, 10368 either verbatim or with modifications and/or translated into another 10369 language. (Hereinafter, translation is included without limitation in 10370 the term "modification".) Each licensee is addressed as "you". 10371 10372 Activities other than copying, distribution and modification are not 10373 covered by this License; they are outside its scope. The act of 10374 running the Program is not restricted, and the output from the Program 10375 is covered only if its contents constitute a work based on the 10376 Program (independent of having been made by running the Program). 10377 Whether that is true depends on what the Program does. 10378 10379 1. You may copy and distribute verbatim copies of the Program's 10380 source code as you receive it, in any medium, provided that you 10381 conspicuously and appropriately publish on each copy an appropriate 10382 copyright notice and disclaimer of warranty; keep intact all the 10383 notices that refer to this License and to the absence of any warranty; 10384 and give any other recipients of the Program a copy of this License 10385 along with the Program. 10386 10387 You may charge a fee for the physical act of transferring a copy, and 10388 you may at your option offer warranty protection in exchange for a fee. 10389 10390 2. You may modify your copy or copies of the Program or any portion 10391 of it, thus forming a work based on the Program, and copy and 10392 distribute such modifications or work under the terms of Section 1 10393 above, provided that you also meet all of these conditions: 10394 10395 a) You must cause the modified files to carry prominent notices 10396 stating that you changed the files and the date of any change. 10397 10398 b) You must cause any work that you distribute or publish, that in 10399 whole or in part contains or is derived from the Program or any 10400 part thereof, to be licensed as a whole at no charge to all third 10401 parties under the terms of this License. 10402 10403 c) If the modified program normally reads commands interactively 10404 when run, you must cause it, when started running for such 10405 interactive use in the most ordinary way, to print or display an 10406 announcement including an appropriate copyright notice and a 10407 notice that there is no warranty (or else, saying that you provide 10408 a warranty) and that users may redistribute the program under 10409 these conditions, and telling the user how to view a copy of this 10410 License. (Exception: if the Program itself is interactive but 10411 does not normally print such an announcement, your work based on 10412 the Program is not required to print an announcement.) 10413 10414 These requirements apply to the modified work as a whole. If 10415 identifiable sections of that work are not derived from the Program, 10416 and can be reasonably considered independent and separate works in 10417 themselves, then this License, and its terms, do not apply to those 10418 sections when you distribute them as separate works. But when you 10419 distribute the same sections as part of a whole which is a work based 10420 on the Program, the distribution of the whole must be on the terms of 10421 this License, whose permissions for other licensees extend to the 10422 entire whole, and thus to each and every part regardless of who wrote it. 10423 10424 Thus, it is not the intent of this section to claim rights or contest 10425 your rights to work written entirely by you; rather, the intent is to 10426 exercise the right to control the distribution of derivative or 10427 collective works based on the Program. 10428 10429 In addition, mere aggregation of another work not based on the Program 10430 with the Program (or with a work based on the Program) on a volume of 10431 a storage or distribution medium does not bring the other work under 10432 the scope of this License. 10433 10434 3. You may copy and distribute the Program (or a work based on it, 10435 under Section 2) in object code or executable form under the terms of 10436 Sections 1 and 2 above provided that you also do one of the following: 10437 10438 a) Accompany it with the complete corresponding machine-readable 10439 source code, which must be distributed under the terms of Sections 10440 1 and 2 above on a medium customarily used for software interchange; or, 10441 10442 b) Accompany it with a written offer, valid for at least three 10443 years, to give any third party, for a charge no more than your 10444 cost of physically performing source distribution, a complete 10445 machine-readable copy of the corresponding source code, to be 10446 distributed under the terms of Sections 1 and 2 above on a medium 10447 customarily used for software interchange; or, 10448 10449 c) Accompany it with the information you received as to the offer 10450 to distribute corresponding source code. (This alternative is 10451 allowed only for noncommercial distribution and only if you 10452 received the program in object code or executable form with such 10453 an offer, in accord with Subsection b above.) 10454 10455 The source code for a work means the preferred form of the work for 10456 making modifications to it. For an executable work, complete source 10457 code means all the source code for all modules it contains, plus any 10458 associated interface definition files, plus the scripts used to 10459 control compilation and installation of the executable. However, as a 10460 special exception, the source code distributed need not include 10461 anything that is normally distributed (in either source or binary 10462 form) with the major components (compiler, kernel, and so on) of the 10463 operating system on which the executable runs, unless that component 10464 itself accompanies the executable. 10465 10466 If distribution of executable or object code is made by offering 10467 access to copy from a designated place, then offering equivalent 10468 access to copy the source code from the same place counts as 10469 distribution of the source code, even though third parties are not 10470 compelled to copy the source along with the object code. 10471 10472 4. You may not copy, modify, sublicense, or distribute the Program 10473 except as expressly provided under this License. Any attempt 10474 otherwise to copy, modify, sublicense or distribute the Program is 10475 void, and will automatically terminate your rights under this License. 10476 However, parties who have received copies, or rights, from you under 10477 this License will not have their licenses terminated so long as such 10478 parties remain in full compliance. 10479 10480 5. You are not required to accept this License, since you have not 10481 signed it. However, nothing else grants you permission to modify or 10482 distribute the Program or its derivative works. These actions are 10483 prohibited by law if you do not accept this License. Therefore, by 10484 modifying or distributing the Program (or any work based on the 10485 Program), you indicate your acceptance of this License to do so, and 10486 all its terms and conditions for copying, distributing or modifying 10487 the Program or works based on it. 10488 10489 6. Each time you redistribute the Program (or any work based on the 10490 Program), the recipient automatically receives a license from the 10491 original licensor to copy, distribute or modify the Program subject to 10492 these terms and conditions. You may not impose any further 10493 restrictions on the recipients' exercise of the rights granted herein. 10494 You are not responsible for enforcing compliance by third parties to 10495 this License. 10496 10497 7. If, as a consequence of a court judgment or allegation of patent 10498 infringement or for any other reason (not limited to patent issues), 10499 conditions are imposed on you (whether by court order, agreement or 10500 otherwise) that contradict the conditions of this License, they do not 10501 excuse you from the conditions of this License. If you cannot 10502 distribute so as to satisfy simultaneously your obligations under this 10503 License and any other pertinent obligations, then as a consequence you 10504 may not distribute the Program at all. For example, if a patent 10505 license would not permit royalty-free redistribution of the Program by 10506 all those who receive copies directly or indirectly through you, then 10507 the only way you could satisfy both it and this License would be to 10508 refrain entirely from distribution of the Program. 10509 10510 If any portion of this section is held invalid or unenforceable under 10511 any particular circumstance, the balance of the section is intended to 10512 apply and the section as a whole is intended to apply in other 10513 circumstances. 10514 10515 It is not the purpose of this section to induce you to infringe any 10516 patents or other property right claims or to contest validity of any 10517 such claims; this section has the sole purpose of protecting the 10518 integrity of the free software distribution system, which is 10519 implemented by public license practices. Many people have made 10520 generous contributions to the wide range of software distributed 10521 through that system in reliance on consistent application of that 10522 system; it is up to the author/donor to decide if he or she is willing 10523 to distribute software through any other system and a licensee cannot 10524 impose that choice. 10525 10526 This section is intended to make thoroughly clear what is believed to 10527 be a consequence of the rest of this License. 10528 10529 8. If the distribution and/or use of the Program is restricted in 10530 certain countries either by patents or by copyrighted interfaces, the 10531 original copyright holder who places the Program under this License 10532 may add an explicit geographical distribution limitation excluding 10533 those countries, so that distribution is permitted only in or among 10534 countries not thus excluded. In such case, this License incorporates 10535 the limitation as if written in the body of this License. 10536 10537 9. The Free Software Foundation may publish revised and/or new versions 10538 of the General Public License from time to time. Such new versions will 10539 be similar in spirit to the present version, but may differ in detail to 10540 address new problems or concerns. 10541 10542 Each version is given a distinguishing version number. If the Program 10543 specifies a version number of this License which applies to it and "any 10544 later version", you have the option of following the terms and conditions 10545 either of that version or of any later version published by the Free 10546 Software Foundation. If the Program does not specify a version number of 10547 this License, you may choose any version ever published by the Free Software 10548 Foundation. 10549 10550 10. If you wish to incorporate parts of the Program into other free 10551 programs whose distribution conditions are different, write to the author 10552 to ask for permission. For software which is copyrighted by the Free 10553 Software Foundation, write to the Free Software Foundation; we sometimes 10554 make exceptions for this. Our decision will be guided by the two goals 10555 of preserving the free status of all derivatives of our free software and 10556 of promoting the sharing and reuse of software generally. 10557 10558 NO WARRANTY 10559 10560 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY 10561 FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN 10562 OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES 10563 PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED 10564 OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF 10565 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS 10566 TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE 10567 PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, 10568 REPAIR OR CORRECTION. 10569 10570 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING 10571 WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR 10572 REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, 10573 INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING 10574 OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED 10575 TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY 10576 YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER 10577 PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE 10578 POSSIBILITY OF SUCH DAMAGES. 10579 10580 END OF TERMS AND CONDITIONS 10581 10582 How to Apply These Terms to Your New Programs 10583 10584 If you develop a new program, and you want it to be of the greatest 10585 possible use to the public, the best way to achieve this is to make it 10586 free software which everyone can redistribute and change under these terms. 10587 10588 To do so, attach the following notices to the program. It is safest 10589 to attach them to the start of each source file to most effectively 10590 convey the exclusion of warranty; and each file should have at least 10591 the "copyright" line and a pointer to where the full notice is found. 10592 10593 <one line to give the program's name and a brief idea of what it does.> 10594 Copyright (C) <year> <name of author> 10595 10596 This program is free software; you can redistribute it and/or modify 10597 it under the terms of the GNU General Public License as published by 10598 the Free Software Foundation; either version 2 of the License, or 10599 (at your option) any later version. 10600 10601 This program is distributed in the hope that it will be useful, 10602 but WITHOUT ANY WARRANTY; without even the implied warranty of 10603 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 10604 GNU General Public License for more details. 10605 10606 You should have received a copy of the GNU General Public License 10607 along with this program; if not, write to the Free Software 10608 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 10609 10610 10611 Also add information on how to contact you by electronic and paper mail. 10612 10613 If the program is interactive, make it output a short notice like this 10614 when it starts in an interactive mode: 10615 10616 Gnomovision version 69, Copyright (C) year name of author 10617 Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. 10618 This is free software, and you are welcome to redistribute it 10619 under certain conditions; type `show c' for details. 10620 10621 The hypothetical commands `show w' and `show c' should show the appropriate 10622 parts of the General Public License. Of course, the commands you use may 10623 be called something other than `show w' and `show c'; they could even be 10624 mouse-clicks or menu items--whatever suits your program. 10625 10626 You should also get your employer (if you work as a programmer) or your 10627 school, if any, to sign a "copyright disclaimer" for the program, if 10628 necessary. Here is a sample; alter the names: 10629 10630 Yoyodyne, Inc., hereby disclaims all copyright interest in the program 10631 `Gnomovision' (which makes passes at compilers) written by James Hacker. 10632 10633 <signature of Ty Coon>, 1 April 1989 10634 Ty Coon, President of Vice 10635 10636 This General Public License does not permit incorporating your program into 10637 proprietary programs. If your program is a subroutine library, you may 10638 consider it more useful to permit linking proprietary applications with the 10639 library. If this is what you want to do, use the GNU Library General 10640 Public License instead of this License. 10641 10642 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 10643 10644 Scanned Source License gc-7.2/libatomic_ops/doc/LICENSING.txt: 10645 10646 Our intent is to make it easy to use libatomic_ops, in 10647 both free and proprietary software. Hence most code that we expect to be 10648 linked into a client application is covered by an MIT-style license. 10649 10650 A few library routines are covered by the GNU General Public License. 10651 These are put into a separate library, libatomic_ops_gpl.a . 10652 10653 The low-level part of the library is mostly covered by the following 10654 license: 10655 10656 ---------------------------------------- 10657 10658 Copyright (c) ... 10659 10660 Permission is hereby granted, free of charge, to any person obtaining a copy 10661 of this software and associated documentation files (the "Software"), to deal 10662 in the Software without restriction, including without limitation the rights 10663 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 10664 copies of the Software, and to permit persons to whom the Software is 10665 furnished to do so, subject to the following conditions: 10666 10667 The above copyright notice and this permission notice shall be included in all 10668 copies or substantial portions of the Software. 10669 10670 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 10671 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 10672 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 10673 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 10674 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 10675 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 10676 SOFTWARE. 10677 10678 -------------------------------- 10679 10680 A few files in the sysdeps directory were inherited in part from the 10681 Boehm-Demers-Weiser conservative garbage collector, and are covered by 10682 its license, which is similar in spirit: 10683 10684 -------------------------------- 10685 10686 Copyright (c) ... 10687 10688 THIS MATERIAL IS PROVIDED AS IS, WITH ABSOLUTELY NO WARRANTY EXPRESSED 10689 OR IMPLIED. ANY USE IS AT YOUR OWN RISK. 10690 10691 Permission is hereby granted to use or copy this program 10692 for any purpose, provided the above notices are retained on all copies. 10693 Permission to modify the code and to distribute modified code is granted, 10694 provided the above notices are retained, and a notice that the code was 10695 modified is included with the above copyright notice. 10696 10697 ---------------------------------- 10698 10699 A few files are covered by the GNU General Public License. (See file 10700 "COPYING".) This applies only to test code, sample applications, 10701 and the libatomic_ops_gpl portion of the library. 10702 Thus libatomic_ops_gpl should generally not be linked into proprietary code. 10703 (This distinction was motivated by patent considerations.) 10704 10705 It is possible that the license of the GPL pieces may be changed for 10706 future versions to make them more consistent with the rest of the package. 10707 If you submit patches, and have strong preferences about licensing, please 10708 express them. 10709 10710 10711 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 10712 10713 Gentoo Package Stock License boehm-gc: 10714 10715 <copyright notice> 10716 10717 THIS MATERIAL IS PROVIDED AS IS, WITH ABSOLUTELY NO WARRANTY EXPRESSED 10718 OR IMPLIED. ANY USE IS AT YOUR OWN RISK. 10719 10720 Permission is hereby granted to use or copy this program 10721 for any purpose, provided the above notices are retained on all copies. 10722 Permission to modify the code and to distribute modified code is granted, 10723 provided the above notices are retained, and a notice that the code was 10724 modified is included with the above copyright notice. 10725 10726 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 10727 </pre> 10728 <ul> 10729 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 10730 <li><a href='#GPL-2+'>Gentoo Package Stock License GPL-2+</a></li> 10731 </ul> 10732 </div> 10733 </div> 10734 10735 10736 <div class="product"> 10737 <span class="title">libc-bench-0.0.1</span> 10738 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 10739 <span class="homepage"><a href="http://www.etalabs.net/libc-bench.html">homepage</a></span> 10740 <div class="licence"> 10741 <pre>Scanned Source License libc-bench-0.0.1/COPYRIGHT: 10742 10743 libc-bench, a performance and memory usage benchmark for comparing 10744 libc implementations 10745 10746 Copyright 2011 Rich Felker 10747 10748 Permission is hereby granted, free of charge, to any person obtaining 10749 a copy of this software and associated documentation files (the 10750 "Software"), to deal in the Software without restriction, including 10751 without limitation the rights to use, copy, modify, merge, publish, 10752 distribute, sublicense, and/or sell copies of the Software, and to 10753 permit persons to whom the Software is furnished to do so, subject to 10754 the following conditions: 10755 10756 The above copyright notice and this permission notice shall be 10757 included in all copies or substantial portions of the Software. 10758 10759 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 10760 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 10761 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. 10762 IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY 10763 CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, 10764 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE 10765 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 10766 10767 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 10768 </pre> 10769 <ul> 10770 10771 </ul> 10772 </div> 10773 </div> 10774 10775 10776 <div class="product"> 10777 <span class="title">libcap-2.17</span> 10778 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 10779 <span class="homepage"><a href="http://www.friedhoff.org/posixfilecaps.html">homepage</a></span> 10780 <div class="licence"> 10781 <pre>Scanned Source License libcap-2.17/License: 10782 10783 Unless otherwise *explicitly* stated, the following text describes the 10784 licensed conditions under which the contents of this libcap release 10785 may be used and distributed: 10786 10787 ------------------------------------------------------------------------- 10788 Redistribution and use in source and binary forms of libcap, with 10789 or without modification, are permitted provided that the following 10790 conditions are met: 10791 10792 1. Redistributions of source code must retain any existing copyright 10793 notice, and this entire permission notice in its entirety, 10794 including the disclaimer of warranties. 10795 10796 2. Redistributions in binary form must reproduce all prior and current 10797 copyright notices, this list of conditions, and the following 10798 disclaimer in the documentation and/or other materials provided 10799 with the distribution. 10800 10801 3. The name of any author may not be used to endorse or promote 10802 products derived from this software without their specific prior 10803 written permission. 10804 10805 ALTERNATIVELY, this product may be distributed under the terms of the 10806 GNU General Public License, in which case the provisions of the GNU 10807 GPL are required INSTEAD OF the above restrictions. (This clause is 10808 necessary due to a potential conflict between the GNU GPL and the 10809 restrictions contained in a BSD-style copyright.) 10810 10811 THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED 10812 WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF 10813 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. 10814 IN NO EVENT SHALL THE AUTHOR(S) BE LIABLE FOR ANY DIRECT, INDIRECT, 10815 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, 10816 BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS 10817 OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND 10818 ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR 10819 TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE 10820 USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH 10821 DAMAGE. 10822 ------------------------------------------------------------------------- 10823 10824 10825 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 10826 10827 Scanned Source License libcap-2.17/pam_cap/License: 10828 10829 Unless otherwise *explicitly* stated the following text describes the 10830 licensed conditions under which the contents of this module release 10831 may be distributed: 10832 10833 ------------------------------------------------------------------------- 10834 Redistribution and use in source and binary forms of this module, with 10835 or without modification, are permitted provided that the following 10836 conditions are met: 10837 10838 1. Redistributions of source code must retain any existing copyright 10839 notice, and this entire permission notice in its entirety, 10840 including the disclaimer of warranties. 10841 10842 2. Redistributions in binary form must reproduce all prior and current 10843 copyright notices, this list of conditions, and the following 10844 disclaimer in the documentation and/or other materials provided 10845 with the distribution. 10846 10847 3. The name of any author may not be used to endorse or promote 10848 products derived from this software without their specific prior 10849 written permission. 10850 10851 ALTERNATIVELY, this product may be distributed under the terms of the 10852 GNU Library General Public License, in which case the provisions of 10853 the GNU LGPL are required INSTEAD OF the above restrictions. (This 10854 clause is necessary due to a potential conflict between the GNU LGPL 10855 and the restrictions contained in a BSD-style copyright.) 10856 10857 THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED 10858 WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF 10859 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. 10860 IN NO EVENT SHALL THE AUTHOR(S) BE LIABLE FOR ANY DIRECT, INDIRECT, 10861 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, 10862 BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS 10863 OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND 10864 ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR 10865 TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE 10866 USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH 10867 DAMAGE. 10868 ------------------------------------------------------------------------- 10869 10870 10871 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 10872 </pre> 10873 <ul> 10874 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 10875 </ul> 10876 </div> 10877 </div> 10878 10879 10880 <div class="product"> 10881 <span class="title">libcap-ng-0.6.6</span> 10882 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 10883 <span class="homepage"><a href="http://people.redhat.com/sgrubb/libcap-ng/">homepage</a></span> 10884 <div class="licence"> 10885 <pre></pre> 10886 <ul> 10887 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li> 10888 </ul> 10889 </div> 10890 </div> 10891 10892 10893 <div class="product"> 10894 <span class="title">libchrome-271506</span> 10895 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 10896 <span class="homepage"><a href="http://dev.chromium.org/chromium-os/packages/libchrome">homepage</a></span> 10897 <div class="licence"> 10898 <pre></pre> 10899 <ul> 10900 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 10901 </ul> 10902 </div> 10903 </div> 10904 10905 10906 <div class="product"> 10907 <span class="title">libchrome_crypto-271506</span> 10908 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 10909 <span class="homepage"><a href="http://dev.chromium.org/chromium-os/packages/libchrome">homepage</a></span> 10910 <div class="licence"> 10911 <pre></pre> 10912 <ul> 10913 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 10914 </ul> 10915 </div> 10916 </div> 10917 10918 10919 <div class="product"> 10920 <span class="title">libchromeos-0.0.1</span> 10921 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 10922 <span class="homepage"><a href="http://dev.chromium.org/chromium-os/platform">homepage</a></span> 10923 <div class="licence"> 10924 <pre></pre> 10925 <ul> 10926 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 10927 </ul> 10928 </div> 10929 </div> 10930 10931 10932 <div class="product"> 10933 <span class="title">libchromeos-use-flags-0.0.1</span> 10934 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 10935 <span class="homepage"><a href="">homepage</a></span> 10936 <div class="licence"> 10937 <pre></pre> 10938 <ul> 10939 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 10940 </ul> 10941 </div> 10942 </div> 10943 10944 10945 <div class="product"> 10946 <span class="title">libdaemon-0.14</span> 10947 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 10948 <span class="homepage"><a href="http://0pointer.de/lennart/projects/libdaemon/">homepage</a></span> 10949 <div class="licence"> 10950 <pre></pre> 10951 <ul> 10952 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li> 10953 </ul> 10954 </div> 10955 </div> 10956 10957 10958 <div class="product"> 10959 <span class="title">libdrm-2.4.54</span> 10960 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 10961 <span class="homepage"><a href="http://dri.freedesktop.org/">homepage</a></span> 10962 <div class="licence"> 10963 <pre></pre> 10964 <ul> 10965 <li><a href='#X'>Custom License X</a></li> 10966 </ul> 10967 </div> 10968 </div> 10969 10970 10971 <div class="product"> 10972 <span class="title">libdrm-tests-2.4.54</span> 10973 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 10974 <span class="homepage"><a href="http://dri.freedesktop.org/">homepage</a></span> 10975 <div class="licence"> 10976 <pre></pre> 10977 <ul> 10978 <li><a href='#X'>Custom License X</a></li> 10979 </ul> 10980 </div> 10981 </div> 10982 10983 10984 <div class="product"> 10985 <span class="title">libevdev-0.0.1</span> 10986 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 10987 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span> 10988 <div class="licence"> 10989 <pre></pre> 10990 <ul> 10991 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 10992 </ul> 10993 </div> 10994 </div> 10995 10996 10997 <div class="product"> 10998 <span class="title">libevent-2.0.21</span> 10999 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 11000 <span class="homepage"><a href="http://libevent.org/">homepage</a></span> 11001 <div class="licence"> 11002 <pre>Copyright Attribution License chromiumos-overlay/licenses/copyright-attribution/dev-libs/libevent: 11003 11004 Copyright (c) 2002, 2003 Niels Provos <provos (a] citi.umich.edu> 11005 All rights reserved. 11006 11007 Redistribution and use in source and binary forms, with or without 11008 modification, are permitted provided that the following conditions 11009 are met: 11010 1. Redistributions of source code must retain the above copyright 11011 notice, this list of conditions and the following disclaimer. 11012 2. Redistributions in binary form must reproduce the above copyright 11013 notice, this list of conditions and the following disclaimer in the 11014 documentation and/or other materials provided with the distribution. 11015 3. The name of the author may not be used to endorse or promote products 11016 derived from this software without specific prior written permission. 11017 11018 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR 11019 IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES 11020 OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. 11021 IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, 11022 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT 11023 NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 11024 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 11025 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 11026 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 11027 THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 11028 11029 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 11030 </pre> 11031 <ul> 11032 11033 </ul> 11034 </div> 11035 </div> 11036 11037 11038 <div class="product"> 11039 <span class="title">libffi-3.0.11</span> 11040 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 11041 <span class="homepage"><a href="http://sourceware.org/libffi/">homepage</a></span> 11042 <div class="licence"> 11043 <pre>Scanned Source License libffi-3.0.11/LICENSE: 11044 11045 libffi - Copyright (c) 1996-2012 Anthony Green, Red Hat, Inc and others. 11046 See source files for details. 11047 11048 Permission is hereby granted, free of charge, to any person obtaining 11049 a copy of this software and associated documentation files (the 11050 ``Software''), to deal in the Software without restriction, including 11051 without limitation the rights to use, copy, modify, merge, publish, 11052 distribute, sublicense, and/or sell copies of the Software, and to 11053 permit persons to whom the Software is furnished to do so, subject to 11054 the following conditions: 11055 11056 The above copyright notice and this permission notice shall be 11057 included in all copies or substantial portions of the Software. 11058 11059 THE SOFTWARE IS PROVIDED ``AS IS'', WITHOUT WARRANTY OF ANY KIND, 11060 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 11061 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. 11062 IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY 11063 CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, 11064 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE 11065 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 11066 11067 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 11068 </pre> 11069 <ul> 11070 11071 </ul> 11072 </div> 11073 </div> 11074 11075 11076 <div class="product"> 11077 <span class="title">libfontenc-1.1.0</span> 11078 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 11079 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span> 11080 <div class="licence"> 11081 <pre>Scanned Source License libfontenc-1.1.0/COPYING: 11082 11083 Copyright (c) 1998-2001 by Juliusz Chroboczek 11084 11085 Permission is hereby granted, free of charge, to any person obtaining a copy 11086 of this software and associated documentation files (the "Software"), to deal 11087 in the Software without restriction, including without limitation the rights 11088 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 11089 copies of the Software, and to permit persons to whom the Software is 11090 furnished to do so, subject to the following conditions: 11091 11092 The above copyright notice and this permission notice shall be included in 11093 all copies or substantial portions of the Software. 11094 11095 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 11096 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 11097 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 11098 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 11099 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 11100 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 11101 THE SOFTWARE. 11102 11103 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 11104 </pre> 11105 <ul> 11106 11107 </ul> 11108 </div> 11109 </div> 11110 11111 11112 <div class="product"> 11113 <span class="title">libftdi-1.0</span> 11114 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 11115 <span class="homepage"><a href="http://www.intra2net.com/en/developer/libftdi/">homepage</a></span> 11116 <div class="licence"> 11117 <pre></pre> 11118 <ul> 11119 <li><a href='#LGPL-2'>Gentoo Package Stock License LGPL-2</a></li> 11120 </ul> 11121 </div> 11122 </div> 11123 11124 11125 <div class="product"> 11126 <span class="title">libgcrypt-1.4.6</span> 11127 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 11128 <span class="homepage"><a href="http://www.gnupg.org/">homepage</a></span> 11129 <div class="licence"> 11130 <pre></pre> 11131 <ul> 11132 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li> 11133 </ul> 11134 </div> 11135 </div> 11136 11137 11138 <div class="product"> 11139 <span class="title">libglade-2.6.4</span> 11140 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 11141 <span class="homepage"><a href="http://www.gnome.org/">homepage</a></span> 11142 <div class="licence"> 11143 <pre></pre> 11144 <ul> 11145 <li><a href='#LGPL-2'>Gentoo Package Stock License LGPL-2</a></li> 11146 </ul> 11147 </div> 11148 </div> 11149 11150 11151 <div class="product"> 11152 <span class="title">libgpg-error-1.10</span> 11153 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 11154 <span class="homepage"><a href="http://www.gnupg.org/related_software/libgpg-error">homepage</a></span> 11155 <div class="licence"> 11156 <pre></pre> 11157 <ul> 11158 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li> 11159 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 11160 </ul> 11161 </div> 11162 </div> 11163 11164 11165 <div class="product"> 11166 <span class="title">libICE-1.0.7</span> 11167 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 11168 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span> 11169 <div class="licence"> 11170 <pre>Scanned Source License libICE-1.0.7/COPYING: 11171 11172 Copyright 1993, 1998 The Open Group 11173 11174 Permission to use, copy, modify, distribute, and sell this software and its 11175 documentation for any purpose is hereby granted without fee, provided that 11176 the above copyright notice appear in all copies and that both that 11177 copyright notice and this permission notice appear in supporting 11178 documentation. 11179 11180 The above copyright notice and this permission notice shall be included in 11181 all copies or substantial portions of the Software. 11182 11183 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 11184 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 11185 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 11186 OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN 11187 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 11188 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 11189 11190 Except as contained in this notice, the name of The Open Group shall not be 11191 used in advertising or otherwise to promote the sale, use or other dealings 11192 in this Software without prior written authorization from The Open Group. 11193 11194 Author: Ralph Mor, X Consortium 11195 11196 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 11197 </pre> 11198 <ul> 11199 11200 </ul> 11201 </div> 11202 </div> 11203 11204 11205 <div class="product"> 11206 <span class="title">libjpeg-turbo-1.2.0</span> 11207 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 11208 <span class="homepage"><a href="http://libjpeg-turbo.virtualgl.org/">homepage</a></span> 11209 <div class="licence"> 11210 <pre>Scanned Source License debian/copyright: 11211 11212 This is Debian's prepackaged version of the `jpeg library' by the Independent 11213 JPEG Group. 11214 11215 This package was created by Mark Mickan <mmickan (a] debian.org> from sources 11216 which can be found at ftp://ftp.uu.net/graphics/jpeg/jpegsrc.v6b.tar.gz 11217 11218 It is partly based on the libjpeg6a package originally put together by 11219 Andy Guy <awpguy (a] acs.ucalgary.ca> and later maintained by Mark Mickan. 11220 11221 Current Debian maintainer is Bill Allombert <ballombe (a] debian.org>. 11222 11223 LEGAL ISSUES [ from README supplied with source - MM ] 11224 ============ 11225 11226 In plain English: 11227 11228 1. We don't promise that this software works. (But if you find any bugs, 11229 please let us know!) 11230 2. You can use this software for whatever you want. You don't have to pay us. 11231 3. You may not pretend that you wrote this software. If you use it in a 11232 program, you must acknowledge somewhere in your documentation that 11233 you've used the IJG code. 11234 11235 In legalese: 11236 11237 The authors make NO WARRANTY or representation, either express or implied, 11238 with respect to this software, its quality, accuracy, merchantability, or 11239 fitness for a particular purpose. This software is provided "AS IS", and you, 11240 its user, assume the entire risk as to its quality and accuracy. 11241 11242 This software is copyright (C) 1991-2010, Thomas G. Lane, Guido Vollbeding. 11243 All Rights Reserved except as specified below. 11244 11245 Permission is hereby granted to use, copy, modify, and distribute this 11246 software (or portions thereof) for any purpose, without fee, subject to these 11247 conditions: 11248 (1) If any part of the source code for this software is distributed, then this 11249 README file must be included, with this copyright and no-warranty notice 11250 unaltered; and any additions, deletions, or changes to the original files 11251 must be clearly indicated in accompanying documentation. 11252 (2) If only executable code is distributed, then the accompanying 11253 documentation must state that "this software is based in part on the work of 11254 the Independent JPEG Group". 11255 (3) Permission for use of this software is granted only if the user accepts 11256 full responsibility for any undesirable consequences; the authors accept 11257 NO LIABILITY for damages of any kind. 11258 11259 These conditions apply to any software derived from or based on the IJG code, 11260 not just to the unmodified library. If you use our work, you ought to 11261 acknowledge us. 11262 11263 Permission is NOT granted for the use of any IJG author's name or company name 11264 in advertising or publicity relating to this software or products derived from 11265 it. This software may be referred to only as "the Independent JPEG Group's 11266 software". 11267 11268 We specifically permit and encourage the use of this software as the basis of 11269 commercial products, provided that all warranty or liability claims are 11270 assumed by the product vendor. 11271 11272 11273 ansi2knr.c is included in this distribution by permission of L. Peter Deutsch, 11274 sole proprietor of its copyright holder, Aladdin Enterprises of Menlo Park, CA. 11275 ansi2knr.c is NOT covered by the above copyright and conditions, but instead 11276 by the usual distribution terms of the Free Software Foundation; principally, 11277 that you must include source code if you redistribute it. (See the file 11278 ansi2knr.c for full details.) However, since ansi2knr.c is not needed as part 11279 of any program generated from the IJG code, this does not limit you more than 11280 the foregoing paragraphs do. 11281 11282 The Unix configuration script "configure" was produced with GNU Autoconf. 11283 It is copyright by the Free Software Foundation but is freely distributable. 11284 The same holds for its supporting scripts (config.guess, config.sub, 11285 ltmain.sh). Another support script, install-sh, is copyright by X Consortium 11286 but is also freely distributable. 11287 11288 The IJG distribution formerly included code to read and write GIF files. 11289 To avoid entanglement with the Unisys LZW patent, GIF reading support has 11290 been removed altogether, and the GIF writer has been simplified to produce 11291 "uncompressed GIFs". This technique does not use the LZW algorithm; the 11292 resulting GIF files are larger than usual, but are readable by all standard 11293 GIF decoders. 11294 11295 We are required to state that 11296 "The Graphics Interchange Format(c) is the Copyright property of 11297 CompuServe Incorporated. GIF(sm) is a Service Mark property of 11298 CompuServe Incorporated." 11299 11300 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 11301 11302 Scanned Source License libjpeg-turbo-1.2.0/release/License.rtf: 11303 11304 {\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350 11305 {\fonttbl\f0\fswiss\fcharset0 Helvetica;} 11306 {\colortbl;\red255\green255\blue255;} 11307 {\*\listtable{\list\listtemplateid1\listhybrid{\listlevel\levelnfc23\levelnfcn23\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace360\levelindent0{\*\levelmarker \{disc\}}{\leveltext\leveltemplateid1\'01\uc0\u8226 ;}{\levelnumbers;}\fi-360\li720\lin720 }{\listname ;}\listid1}} 11308 {\*\listoverridetable{\listoverride\listid1\listoverridecount0\ls1}} 11309 \margl1440\margr1440\vieww9820\viewh8480\viewkind0 11310 \deftab720 11311 \pard\pardeftab720 11312 11313 \f0\fs24 \cf0 Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:\ 11314 \ 11315 \pard\tx220\tx720\pardeftab720\li720\fi-720 11316 \ls1\ilvl0\cf0 {\listtext \'95 }Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.\ 11317 {\listtext \'95 }Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.\ 11318 {\listtext \'95 }Neither the name of the libjpeg-turbo Project nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.\ 11319 \pard\pardeftab720\qc 11320 \cf0 \ 11321 \pard\pardeftab720 11322 \cf0 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS", AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\ 11323 } 11324 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 11325 11326 Scanned Source License libjpeg-turbo-1.2.0/release/copyright: 11327 11328 libjpeg-turbo is released under a BSD-style license (see README and README-turbo.txt) 11329 11330 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 11331 </pre> 11332 <ul> 11333 11334 </ul> 11335 </div> 11336 </div> 11337 11338 11339 <div class="product"> 11340 <span class="title">libmbim-1.9.0</span> 11341 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 11342 <span class="homepage"><a href="http://cgit.freedesktop.org/libmbim/">homepage</a></span> 11343 <div class="licence"> 11344 <pre></pre> 11345 <ul> 11346 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 11347 </ul> 11348 </div> 11349 </div> 11350 11351 11352 <div class="product"> 11353 <span class="title">libmtp-0.0.1</span> 11354 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 11355 <span class="homepage"><a href="http://libmtp.sourceforge.net/">homepage</a></span> 11356 <div class="licence"> 11357 <pre></pre> 11358 <ul> 11359 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li> 11360 </ul> 11361 </div> 11362 </div> 11363 11364 11365 <div class="product"> 11366 <span class="title">libnetfilter_queue-1.0.1</span> 11367 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 11368 <span class="homepage"><a href="http://www.netfilter.org/projects/libnetfilter_queue/">homepage</a></span> 11369 <div class="licence"> 11370 <pre></pre> 11371 <ul> 11372 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 11373 </ul> 11374 </div> 11375 </div> 11376 11377 11378 <div class="product"> 11379 <span class="title">libnfnetlink-1.0.1</span> 11380 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 11381 <span class="homepage"><a href="http://www.netfilter.org/projects/libnfnetlink/">homepage</a></span> 11382 <div class="licence"> 11383 <pre></pre> 11384 <ul> 11385 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 11386 </ul> 11387 </div> 11388 </div> 11389 11390 11391 <div class="product"> 11392 <span class="title">libnih-1.0.3</span> 11393 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 11394 <span class="homepage"><a href="https://launchpad.net/libnih">homepage</a></span> 11395 <div class="licence"> 11396 <pre></pre> 11397 <ul> 11398 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 11399 </ul> 11400 </div> 11401 </div> 11402 11403 11404 <div class="product"> 11405 <span class="title">libnl-1.1</span> 11406 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 11407 <span class="homepage"><a href="http://people.suug.ch/~tgr/libnl/">homepage</a></span> 11408 <div class="licence"> 11409 <pre></pre> 11410 <ul> 11411 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li> 11412 </ul> 11413 </div> 11414 </div> 11415 11416 11417 <div class="product"> 11418 <span class="title">libnl-3.2.24</span> 11419 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 11420 <span class="homepage"><a href="http://www.infradead.org/~tgr/libnl/">homepage</a></span> 11421 <div class="licence"> 11422 <pre></pre> 11423 <ul> 11424 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li> 11425 </ul> 11426 </div> 11427 </div> 11428 11429 11430 <div class="product"> 11431 <span class="title">libp11-0.2.8</span> 11432 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 11433 <span class="homepage"><a href="http://www.opensc-project.org/libp11/">homepage</a></span> 11434 <div class="licence"> 11435 <pre></pre> 11436 <ul> 11437 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li> 11438 </ul> 11439 </div> 11440 </div> 11441 11442 11443 <div class="product"> 11444 <span class="title">libpcap-1.5.3</span> 11445 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 11446 <span class="homepage"><a href="http://www.tcpdump.org/">homepage</a></span> 11447 <div class="licence"> 11448 <pre>Scanned Source License libpcap-1.5.3/LICENSE: 11449 11450 License: BSD 11451 11452 Redistribution and use in source and binary forms, with or without 11453 modification, are permitted provided that the following conditions 11454 are met: 11455 11456 1. Redistributions of source code must retain the above copyright 11457 notice, this list of conditions and the following disclaimer. 11458 2. Redistributions in binary form must reproduce the above copyright 11459 notice, this list of conditions and the following disclaimer in 11460 the documentation and/or other materials provided with the 11461 distribution. 11462 3. The names of the authors may not be used to endorse or promote 11463 products derived from this software without specific prior 11464 written permission. 11465 11466 THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR 11467 IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED 11468 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. 11469 11470 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 11471 </pre> 11472 <ul> 11473 11474 </ul> 11475 </div> 11476 </div> 11477 11478 11479 <div class="product"> 11480 <span class="title">libpciaccess-0.12.902</span> 11481 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 11482 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span> 11483 <div class="licence"> 11484 <pre>Scanned Source License libpciaccess-0.12.902/COPYING: 11485 11486 (C) Copyright IBM Corporation 2006, 2007 11487 (C) Copyright Eric Anholt 2006 11488 Copyright (c) 2007, 2008, 2009, 2011, Oracle and/or its affiliates. 11489 Copyright 2009 Red Hat, Inc. 11490 All Rights Reserved. 11491 11492 Permission is hereby granted, free of charge, to any person obtaining a copy 11493 of this software and associated documentation files (the "Software"), to 11494 deal in the Software without restriction, including without limitation on 11495 the rights to use, copy, modify, merge, publish, distribute, sub license, 11496 and/or sell copies of the Software, and to permit persons to whom the 11497 Software is furnished to do so, subject to the following conditions: 11498 11499 The above copyright notice and this permission notice (including the next 11500 paragraph) shall be included in all copies or substantial portions of the 11501 Software. 11502 11503 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 11504 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 11505 FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL 11506 IBM AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 11507 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 11508 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS 11509 IN THE SOFTWARE. 11510 11511 ------------------------------------------------------------------------------ 11512 11513 Copyright (c) 2008 Juan Romero Pardines 11514 Copyright (c) 2008 Mark Kettenis 11515 11516 Permission to use, copy, modify, and distribute this software for any 11517 purpose with or without fee is hereby granted, provided that the above 11518 copyright notice and this permission notice appear in all copies. 11519 11520 THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES 11521 WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF 11522 MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR 11523 ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 11524 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 11525 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 11526 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 11527 11528 ------------------------------------------------------------------------------ 11529 11530 Copyright (C) 2000 The XFree86 Project, Inc. All Rights Reserved. 11531 11532 Permission is hereby granted, free of charge, to any person obtaining a copy 11533 of this software and associated documentation files (the "Software"), to 11534 deal in the Software without restriction, including without limitation the 11535 rights to use, copy, modify, merge, publish, distribute, sublicense, and/or 11536 sell copies of the Software, and to permit persons to whom the Software is 11537 furnished to do so, subject to the following conditions: 11538 11539 The above copyright notice and this permission notice shall be included in 11540 all copies or substantial portions of the Software. 11541 11542 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 11543 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 11544 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 11545 XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER 11546 IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 11547 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 11548 11549 Except as contained in this notice, the name of the XFree86 Project shall 11550 not be used in advertising or otherwise to promote the sale, use or other 11551 dealings in this Software without prior written authorization from the 11552 XFree86 Project. 11553 11554 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 11555 </pre> 11556 <ul> 11557 11558 </ul> 11559 </div> 11560 </div> 11561 11562 11563 <div class="product"> 11564 <span class="title">libpcre-8.30</span> 11565 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 11566 <span class="homepage"><a href="http://www.pcre.org/">homepage</a></span> 11567 <div class="licence"> 11568 <pre>Scanned Source License pcre-8.30/COPYING: 11569 11570 PCRE LICENCE 11571 11572 Please see the file LICENCE in the PCRE distribution for licensing details. 11573 11574 End 11575 11576 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 11577 11578 Scanned Source License pcre-8.30/LICENCE: 11579 11580 PCRE LICENCE 11581 ------------ 11582 11583 PCRE is a library of functions to support regular expressions whose syntax 11584 and semantics are as close as possible to those of the Perl 5 language. 11585 11586 Release 8 of PCRE is distributed under the terms of the "BSD" licence, as 11587 specified below. The documentation for PCRE, supplied in the "doc" 11588 directory, is distributed under the same terms as the software itself. 11589 11590 The basic library functions are written in C and are freestanding. Also 11591 included in the distribution is a set of C++ wrapper functions, and a 11592 just-in-time compiler that can be used to optimize pattern matching. These 11593 are both optional features that can be omitted when the library is built. 11594 11595 11596 THE BASIC LIBRARY FUNCTIONS 11597 --------------------------- 11598 11599 Written by: Philip Hazel 11600 Email local part: ph10 11601 Email domain: cam.ac.uk 11602 11603 University of Cambridge Computing Service, 11604 Cambridge, England. 11605 11606 Copyright (c) 1997-2012 University of Cambridge 11607 All rights reserved. 11608 11609 11610 PCRE JUST-IN-TIME COMPILATION SUPPORT 11611 ------------------------------------- 11612 11613 Written by: Zoltan Herczeg 11614 Email local part: hzmester 11615 Emain domain: freemail.hu 11616 11617 Copyright(c) 2010-2012 Zoltan Herczeg 11618 All rights reserved. 11619 11620 11621 STACK-LESS JUST-IN-TIME COMPILER 11622 -------------------------------- 11623 11624 Written by: Zoltan Herczeg 11625 Email local part: hzmester 11626 Emain domain: freemail.hu 11627 11628 Copyright(c) 2009-2012 Zoltan Herczeg 11629 All rights reserved. 11630 11631 11632 THE C++ WRAPPER FUNCTIONS 11633 ------------------------- 11634 11635 Contributed by: Google Inc. 11636 11637 Copyright (c) 2007-2012, Google Inc. 11638 All rights reserved. 11639 11640 11641 THE "BSD" LICENCE 11642 ----------------- 11643 11644 Redistribution and use in source and binary forms, with or without 11645 modification, are permitted provided that the following conditions are met: 11646 11647 * Redistributions of source code must retain the above copyright notice, 11648 this list of conditions and the following disclaimer. 11649 11650 * Redistributions in binary form must reproduce the above copyright 11651 notice, this list of conditions and the following disclaimer in the 11652 documentation and/or other materials provided with the distribution. 11653 11654 * Neither the name of the University of Cambridge nor the name of Google 11655 Inc. nor the names of their contributors may be used to endorse or 11656 promote products derived from this software without specific prior 11657 written permission. 11658 11659 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" 11660 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 11661 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 11662 ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE 11663 LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 11664 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 11665 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 11666 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 11667 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 11668 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 11669 POSSIBILITY OF SUCH DAMAGE. 11670 11671 End 11672 11673 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 11674 11675 Scanned Source License pcre-8.30/cmake/COPYING-CMAKE-SCRIPTS: 11676 11677 Redistribution and use in source and binary forms, with or without 11678 modification, are permitted provided that the following conditions 11679 are met: 11680 11681 1. Redistributions of source code must retain the copyright 11682 notice, this list of conditions and the following disclaimer. 11683 2. Redistributions in binary form must reproduce the copyright 11684 notice, this list of conditions and the following disclaimer in the 11685 documentation and/or other materials provided with the distribution. 11686 3. The name of the author may not be used to endorse or promote products 11687 derived from this software without specific prior written permission. 11688 11689 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR 11690 IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES 11691 OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. 11692 IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, 11693 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT 11694 NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 11695 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 11696 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 11697 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 11698 THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 11699 11700 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 11701 </pre> 11702 <ul> 11703 11704 </ul> 11705 </div> 11706 </div> 11707 11708 11709 <div class="product"> 11710 <span class="title">libpng-1.2.49</span> 11711 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 11712 <span class="homepage"><a href="http://www.libpng.org/">homepage</a></span> 11713 <div class="licence"> 11714 <pre>Scanned Source License libpng-1.2.49/LICENSE: 11715 11716 11717 This copy of the libpng notices is provided for your convenience. In case of 11718 any discrepancy between this copy and the notices in the file png.h that is 11719 included in the libpng distribution, the latter shall prevail. 11720 11721 COPYRIGHT NOTICE, DISCLAIMER, and LICENSE: 11722 11723 If you modify libpng you may insert additional notices immediately following 11724 this sentence. 11725 11726 This code is released under the libpng license. 11727 11728 libpng versions 1.2.6, August 15, 2004, through 1.2.49, March 29, 2012, are 11729 Copyright (c) 2004, 2006-2009 Glenn Randers-Pehrson, and are 11730 distributed according to the same disclaimer and license as libpng-1.2.5 11731 with the following individual added to the list of Contributing Authors 11732 11733 Cosmin Truta 11734 11735 libpng versions 1.0.7, July 1, 2000, through 1.2.5 - October 3, 2002, are 11736 Copyright (c) 2000-2002 Glenn Randers-Pehrson, and are 11737 distributed according to the same disclaimer and license as libpng-1.0.6 11738 with the following individuals added to the list of Contributing Authors 11739 11740 Simon-Pierre Cadieux 11741 Eric S. Raymond 11742 Gilles Vollant 11743 11744 and with the following additions to the disclaimer: 11745 11746 There is no warranty against interference with your enjoyment of the 11747 library or against infringement. There is no warranty that our 11748 efforts or the library will fulfill any of your particular purposes 11749 or needs. This library is provided with all faults, and the entire 11750 risk of satisfactory quality, performance, accuracy, and effort is with 11751 the user. 11752 11753 libpng versions 0.97, January 1998, through 1.0.6, March 20, 2000, are 11754 Copyright (c) 1998, 1999 Glenn Randers-Pehrson, and are 11755 distributed according to the same disclaimer and license as libpng-0.96, 11756 with the following individuals added to the list of Contributing Authors: 11757 11758 Tom Lane 11759 Glenn Randers-Pehrson 11760 Willem van Schaik 11761 11762 libpng versions 0.89, June 1996, through 0.96, May 1997, are 11763 Copyright (c) 1996, 1997 Andreas Dilger 11764 Distributed according to the same disclaimer and license as libpng-0.88, 11765 with the following individuals added to the list of Contributing Authors: 11766 11767 John Bowler 11768 Kevin Bracey 11769 Sam Bushell 11770 Magnus Holmgren 11771 Greg Roelofs 11772 Tom Tanner 11773 11774 libpng versions 0.5, May 1995, through 0.88, January 1996, are 11775 Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc. 11776 11777 For the purposes of this copyright and license, "Contributing Authors" 11778 is defined as the following set of individuals: 11779 11780 Andreas Dilger 11781 Dave Martindale 11782 Guy Eric Schalnat 11783 Paul Schmidt 11784 Tim Wegner 11785 11786 The PNG Reference Library is supplied "AS IS". The Contributing Authors 11787 and Group 42, Inc. disclaim all warranties, expressed or implied, 11788 including, without limitation, the warranties of merchantability and of 11789 fitness for any purpose. The Contributing Authors and Group 42, Inc. 11790 assume no liability for direct, indirect, incidental, special, exemplary, 11791 or consequential damages, which may result from the use of the PNG 11792 Reference Library, even if advised of the possibility of such damage. 11793 11794 Permission is hereby granted to use, copy, modify, and distribute this 11795 source code, or portions hereof, for any purpose, without fee, subject 11796 to the following restrictions: 11797 11798 1. The origin of this source code must not be misrepresented. 11799 11800 2. Altered versions must be plainly marked as such and must not 11801 be misrepresented as being the original source. 11802 11803 3. This Copyright notice may not be removed or altered from any 11804 source or altered source distribution. 11805 11806 The Contributing Authors and Group 42, Inc. specifically permit, without 11807 fee, and encourage the use of this source code as a component to 11808 supporting the PNG file format in commercial products. If you use this 11809 source code in a product, acknowledgment is not required but would be 11810 appreciated. 11811 11812 11813 A "png_get_copyright" function is available, for convenient use in "about" 11814 boxes and the like: 11815 11816 printf("%s",png_get_copyright(NULL)); 11817 11818 Also, the PNG logo (in PNG format, of course) is supplied in the 11819 files "pngbar.png" and "pngbar.jpg (88x31) and "pngnow.png" (98x31). 11820 11821 Libpng is OSI Certified Open Source Software. OSI Certified Open Source is a 11822 certification mark of the Open Source Initiative. 11823 11824 Glenn Randers-Pehrson 11825 glennrp at users.sourceforge.net 11826 March 29, 2012 11827 11828 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 11829 11830 Scanned Source License libpng-1.2.49/contrib/gregbook/COPYING: 11831 11832 GNU GENERAL PUBLIC LICENSE 11833 Version 2, June 1991 11834 11835 Copyright (C) 1989, 1991 Free Software Foundation, Inc. 11836 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 11837 Everyone is permitted to copy and distribute verbatim copies 11838 of this license document, but changing it is not allowed. 11839 11840 Preamble 11841 11842 The licenses for most software are designed to take away your 11843 freedom to share and change it. By contrast, the GNU General Public 11844 License is intended to guarantee your freedom to share and change free 11845 software--to make sure the software is free for all its users. This 11846 General Public License applies to most of the Free Software 11847 Foundation's software and to any other program whose authors commit to 11848 using it. (Some other Free Software Foundation software is covered by 11849 the GNU Library General Public License instead.) You can apply it to 11850 your programs, too. 11851 11852 When we speak of free software, we are referring to freedom, not 11853 price. Our General Public Licenses are designed to make sure that you 11854 have the freedom to distribute copies of free software (and charge for 11855 this service if you wish), that you receive source code or can get it 11856 if you want it, that you can change the software or use pieces of it 11857 in new free programs; and that you know you can do these things. 11858 11859 To protect your rights, we need to make restrictions that forbid 11860 anyone to deny you these rights or to ask you to surrender the rights. 11861 These restrictions translate to certain responsibilities for you if you 11862 distribute copies of the software, or if you modify it. 11863 11864 For example, if you distribute copies of such a program, whether 11865 gratis or for a fee, you must give the recipients all the rights that 11866 you have. You must make sure that they, too, receive or can get the 11867 source code. And you must show them these terms so they know their 11868 rights. 11869 11870 We protect your rights with two steps: (1) copyright the software, and 11871 (2) offer you this license which gives you legal permission to copy, 11872 distribute and/or modify the software. 11873 11874 Also, for each author's protection and ours, we want to make certain 11875 that everyone understands that there is no warranty for this free 11876 software. If the software is modified by someone else and passed on, we 11877 want its recipients to know that what they have is not the original, so 11878 that any problems introduced by others will not reflect on the original 11879 authors' reputations. 11880 11881 Finally, any free program is threatened constantly by software 11882 patents. We wish to avoid the danger that redistributors of a free 11883 program will individually obtain patent licenses, in effect making the 11884 program proprietary. To prevent this, we have made it clear that any 11885 patent must be licensed for everyone's free use or not licensed at all. 11886 11887 The precise terms and conditions for copying, distribution and 11888 modification follow. 11889 11890 GNU GENERAL PUBLIC LICENSE 11891 TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 11892 11893 0. This License applies to any program or other work which contains 11894 a notice placed by the copyright holder saying it may be distributed 11895 under the terms of this General Public License. The "Program", below, 11896 refers to any such program or work, and a "work based on the Program" 11897 means either the Program or any derivative work under copyright law: 11898 that is to say, a work containing the Program or a portion of it, 11899 either verbatim or with modifications and/or translated into another 11900 language. (Hereinafter, translation is included without limitation in 11901 the term "modification".) Each licensee is addressed as "you". 11902 11903 Activities other than copying, distribution and modification are not 11904 covered by this License; they are outside its scope. The act of 11905 running the Program is not restricted, and the output from the Program 11906 is covered only if its contents constitute a work based on the 11907 Program (independent of having been made by running the Program). 11908 Whether that is true depends on what the Program does. 11909 11910 1. You may copy and distribute verbatim copies of the Program's 11911 source code as you receive it, in any medium, provided that you 11912 conspicuously and appropriately publish on each copy an appropriate 11913 copyright notice and disclaimer of warranty; keep intact all the 11914 notices that refer to this License and to the absence of any warranty; 11915 and give any other recipients of the Program a copy of this License 11916 along with the Program. 11917 11918 You may charge a fee for the physical act of transferring a copy, and 11919 you may at your option offer warranty protection in exchange for a fee. 11920 11921 2. You may modify your copy or copies of the Program or any portion 11922 of it, thus forming a work based on the Program, and copy and 11923 distribute such modifications or work under the terms of Section 1 11924 above, provided that you also meet all of these conditions: 11925 11926 a) You must cause the modified files to carry prominent notices 11927 stating that you changed the files and the date of any change. 11928 11929 b) You must cause any work that you distribute or publish, that in 11930 whole or in part contains or is derived from the Program or any 11931 part thereof, to be licensed as a whole at no charge to all third 11932 parties under the terms of this License. 11933 11934 c) If the modified program normally reads commands interactively 11935 when run, you must cause it, when started running for such 11936 interactive use in the most ordinary way, to print or display an 11937 announcement including an appropriate copyright notice and a 11938 notice that there is no warranty (or else, saying that you provide 11939 a warranty) and that users may redistribute the program under 11940 these conditions, and telling the user how to view a copy of this 11941 License. (Exception: if the Program itself is interactive but 11942 does not normally print such an announcement, your work based on 11943 the Program is not required to print an announcement.) 11944 11945 These requirements apply to the modified work as a whole. If 11946 identifiable sections of that work are not derived from the Program, 11947 and can be reasonably considered independent and separate works in 11948 themselves, then this License, and its terms, do not apply to those 11949 sections when you distribute them as separate works. But when you 11950 distribute the same sections as part of a whole which is a work based 11951 on the Program, the distribution of the whole must be on the terms of 11952 this License, whose permissions for other licensees extend to the 11953 entire whole, and thus to each and every part regardless of who wrote it. 11954 11955 Thus, it is not the intent of this section to claim rights or contest 11956 your rights to work written entirely by you; rather, the intent is to 11957 exercise the right to control the distribution of derivative or 11958 collective works based on the Program. 11959 11960 In addition, mere aggregation of another work not based on the Program 11961 with the Program (or with a work based on the Program) on a volume of 11962 a storage or distribution medium does not bring the other work under 11963 the scope of this License. 11964 11965 3. You may copy and distribute the Program (or a work based on it, 11966 under Section 2) in object code or executable form under the terms of 11967 Sections 1 and 2 above provided that you also do one of the following: 11968 11969 a) Accompany it with the complete corresponding machine-readable 11970 source code, which must be distributed under the terms of Sections 11971 1 and 2 above on a medium customarily used for software interchange; or, 11972 11973 b) Accompany it with a written offer, valid for at least three 11974 years, to give any third party, for a charge no more than your 11975 cost of physically performing source distribution, a complete 11976 machine-readable copy of the corresponding source code, to be 11977 distributed under the terms of Sections 1 and 2 above on a medium 11978 customarily used for software interchange; or, 11979 11980 c) Accompany it with the information you received as to the offer 11981 to distribute corresponding source code. (This alternative is 11982 allowed only for noncommercial distribution and only if you 11983 received the program in object code or executable form with such 11984 an offer, in accord with Subsection b above.) 11985 11986 The source code for a work means the preferred form of the work for 11987 making modifications to it. For an executable work, complete source 11988 code means all the source code for all modules it contains, plus any 11989 associated interface definition files, plus the scripts used to 11990 control compilation and installation of the executable. However, as a 11991 special exception, the source code distributed need not include 11992 anything that is normally distributed (in either source or binary 11993 form) with the major components (compiler, kernel, and so on) of the 11994 operating system on which the executable runs, unless that component 11995 itself accompanies the executable. 11996 11997 If distribution of executable or object code is made by offering 11998 access to copy from a designated place, then offering equivalent 11999 access to copy the source code from the same place counts as 12000 distribution of the source code, even though third parties are not 12001 compelled to copy the source along with the object code. 12002 12003 4. You may not copy, modify, sublicense, or distribute the Program 12004 except as expressly provided under this License. Any attempt 12005 otherwise to copy, modify, sublicense or distribute the Program is 12006 void, and will automatically terminate your rights under this License. 12007 However, parties who have received copies, or rights, from you under 12008 this License will not have their licenses terminated so long as such 12009 parties remain in full compliance. 12010 12011 5. You are not required to accept this License, since you have not 12012 signed it. However, nothing else grants you permission to modify or 12013 distribute the Program or its derivative works. These actions are 12014 prohibited by law if you do not accept this License. Therefore, by 12015 modifying or distributing the Program (or any work based on the 12016 Program), you indicate your acceptance of this License to do so, and 12017 all its terms and conditions for copying, distributing or modifying 12018 the Program or works based on it. 12019 12020 6. Each time you redistribute the Program (or any work based on the 12021 Program), the recipient automatically receives a license from the 12022 original licensor to copy, distribute or modify the Program subject to 12023 these terms and conditions. You may not impose any further 12024 restrictions on the recipients' exercise of the rights granted herein. 12025 You are not responsible for enforcing compliance by third parties to 12026 this License. 12027 12028 7. If, as a consequence of a court judgment or allegation of patent 12029 infringement or for any other reason (not limited to patent issues), 12030 conditions are imposed on you (whether by court order, agreement or 12031 otherwise) that contradict the conditions of this License, they do not 12032 excuse you from the conditions of this License. If you cannot 12033 distribute so as to satisfy simultaneously your obligations under this 12034 License and any other pertinent obligations, then as a consequence you 12035 may not distribute the Program at all. For example, if a patent 12036 license would not permit royalty-free redistribution of the Program by 12037 all those who receive copies directly or indirectly through you, then 12038 the only way you could satisfy both it and this License would be to 12039 refrain entirely from distribution of the Program. 12040 12041 If any portion of this section is held invalid or unenforceable under 12042 any particular circumstance, the balance of the section is intended to 12043 apply and the section as a whole is intended to apply in other 12044 circumstances. 12045 12046 It is not the purpose of this section to induce you to infringe any 12047 patents or other property right claims or to contest validity of any 12048 such claims; this section has the sole purpose of protecting the 12049 integrity of the free software distribution system, which is 12050 implemented by public license practices. Many people have made 12051 generous contributions to the wide range of software distributed 12052 through that system in reliance on consistent application of that 12053 system; it is up to the author/donor to decide if he or she is willing 12054 to distribute software through any other system and a licensee cannot 12055 impose that choice. 12056 12057 This section is intended to make thoroughly clear what is believed to 12058 be a consequence of the rest of this License. 12059 12060 8. If the distribution and/or use of the Program is restricted in 12061 certain countries either by patents or by copyrighted interfaces, the 12062 original copyright holder who places the Program under this License 12063 may add an explicit geographical distribution limitation excluding 12064 those countries, so that distribution is permitted only in or among 12065 countries not thus excluded. In such case, this License incorporates 12066 the limitation as if written in the body of this License. 12067 12068 9. The Free Software Foundation may publish revised and/or new versions 12069 of the General Public License from time to time. Such new versions will 12070 be similar in spirit to the present version, but may differ in detail to 12071 address new problems or concerns. 12072 12073 Each version is given a distinguishing version number. If the Program 12074 specifies a version number of this License which applies to it and "any 12075 later version", you have the option of following the terms and conditions 12076 either of that version or of any later version published by the Free 12077 Software Foundation. If the Program does not specify a version number of 12078 this License, you may choose any version ever published by the Free Software 12079 Foundation. 12080 12081 10. If you wish to incorporate parts of the Program into other free 12082 programs whose distribution conditions are different, write to the author 12083 to ask for permission. For software which is copyrighted by the Free 12084 Software Foundation, write to the Free Software Foundation; we sometimes 12085 make exceptions for this. Our decision will be guided by the two goals 12086 of preserving the free status of all derivatives of our free software and 12087 of promoting the sharing and reuse of software generally. 12088 12089 NO WARRANTY 12090 12091 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY 12092 FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN 12093 OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES 12094 PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED 12095 OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF 12096 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS 12097 TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE 12098 PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, 12099 REPAIR OR CORRECTION. 12100 12101 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING 12102 WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR 12103 REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, 12104 INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING 12105 OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED 12106 TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY 12107 YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER 12108 PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE 12109 POSSIBILITY OF SUCH DAMAGES. 12110 12111 END OF TERMS AND CONDITIONS 12112 12113 How to Apply These Terms to Your New Programs 12114 12115 If you develop a new program, and you want it to be of the greatest 12116 possible use to the public, the best way to achieve this is to make it 12117 free software which everyone can redistribute and change under these terms. 12118 12119 To do so, attach the following notices to the program. It is safest 12120 to attach them to the start of each source file to most effectively 12121 convey the exclusion of warranty; and each file should have at least 12122 the "copyright" line and a pointer to where the full notice is found. 12123 12124 <one line to give the program's name and a brief idea of what it does.> 12125 Copyright (C) <year> <name of author> 12126 12127 This program is free software; you can redistribute it and/or modify 12128 it under the terms of the GNU General Public License as published by 12129 the Free Software Foundation; either version 2 of the License, or 12130 (at your option) any later version. 12131 12132 This program is distributed in the hope that it will be useful, 12133 but WITHOUT ANY WARRANTY; without even the implied warranty of 12134 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12135 GNU General Public License for more details. 12136 12137 You should have received a copy of the GNU General Public License 12138 along with this program; if not, write to the Free Software 12139 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 12140 12141 12142 Also add information on how to contact you by electronic and paper mail. 12143 12144 If the program is interactive, make it output a short notice like this 12145 when it starts in an interactive mode: 12146 12147 Gnomovision version 69, Copyright (C) year name of author 12148 Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. 12149 This is free software, and you are welcome to redistribute it 12150 under certain conditions; type `show c' for details. 12151 12152 The hypothetical commands `show w' and `show c' should show the appropriate 12153 parts of the General Public License. Of course, the commands you use may 12154 be called something other than `show w' and `show c'; they could even be 12155 mouse-clicks or menu items--whatever suits your program. 12156 12157 You should also get your employer (if you work as a programmer) or your 12158 school, if any, to sign a "copyright disclaimer" for the program, if 12159 necessary. Here is a sample; alter the names: 12160 12161 Yoyodyne, Inc., hereby disclaims all copyright interest in the program 12162 `Gnomovision' (which makes passes at compilers) written by James Hacker. 12163 12164 <signature of Ty Coon>, 1 April 1989 12165 Ty Coon, President of Vice 12166 12167 This General Public License does not permit incorporating your program into 12168 proprietary programs. If your program is a subroutine library, you may 12169 consider it more useful to permit linking proprietary applications with the 12170 library. If this is what you want to do, use the GNU Library General 12171 Public License instead of this License. 12172 12173 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 12174 12175 Scanned Source License libpng-1.2.49/contrib/gregbook/LICENSE: 12176 12177 --------------------------------------------------------------------------- 12178 12179 Copyright (c) 1998-2008 Greg Roelofs. All rights reserved. 12180 12181 This software is provided "as is," without warranty of any kind, 12182 express or implied. In no event shall the author or contributors 12183 be held liable for any damages arising in any way from the use of 12184 this software. 12185 12186 The contents of this file are DUAL-LICENSED. You may modify and/or 12187 redistribute this software according to the terms of one of the 12188 following two licenses (at your option): 12189 12190 12191 LICENSE 1 ("BSD-like with advertising clause"): 12192 12193 Permission is granted to anyone to use this software for any purpose, 12194 including commercial applications, and to alter it and redistribute 12195 it freely, subject to the following restrictions: 12196 12197 1. Redistributions of source code must retain the above copyright 12198 notice, disclaimer, and this list of conditions. 12199 2. Redistributions in binary form must reproduce the above copyright 12200 notice, disclaimer, and this list of conditions in the documenta- 12201 tion and/or other materials provided with the distribution. 12202 3. All advertising materials mentioning features or use of this 12203 software must display the following acknowledgment: 12204 12205 This product includes software developed by Greg Roelofs 12206 and contributors for the book, "PNG: The Definitive Guide," 12207 published by O'Reilly and Associates. 12208 12209 12210 LICENSE 2 (GNU GPL v2 or later): 12211 12212 This program is free software; you can redistribute it and/or modify 12213 it under the terms of the GNU General Public License as published by 12214 the Free Software Foundation; either version 2 of the License, or 12215 (at your option) any later version. 12216 12217 This program is distributed in the hope that it will be useful, 12218 but WITHOUT ANY WARRANTY; without even the implied warranty of 12219 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12220 GNU General Public License for more details. 12221 12222 You should have received a copy of the GNU General Public License 12223 along with this program; if not, write to the Free Software Foundation, 12224 Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 12225 12226 --------------------------------------------------------------------------- 12227 12228 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 12229 </pre> 12230 <ul> 12231 <li><a href='#as-is'>Gentoo Package Stock License as-is</a></li> 12232 </ul> 12233 </div> 12234 </div> 12235 12236 12237 <div class="product"> 12238 <span class="title">libpthread-stubs-0.1</span> 12239 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 12240 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span> 12241 <div class="licence"> 12242 <pre>Scanned Source License libpthread-stubs-0.1/COPYING: 12243 12244 Permission is hereby granted, free of charge, to any person obtaining a 12245 copy of this software and associated documentation files (the "Software"), 12246 to deal in the Software without restriction, including without limitation 12247 the rights to use, copy, modify, merge, publish, distribute, sublicense, 12248 and/or sell copies of the Software, and to permit persons to whom the 12249 Software is furnished to do so, subject to the following conditions: 12250 12251 The above copyright notice and this permission notice shall be included in 12252 all copies or substantial portions of the Software. 12253 12254 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 12255 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 12256 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 12257 AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN 12258 ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 12259 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 12260 12261 Except as contained in this notice, the names of the authors or their 12262 institutions shall not be used in advertising or otherwise to promote the 12263 sale, use or other dealings in this Software without prior written 12264 authorization from the authors. 12265 12266 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 12267 </pre> 12268 <ul> 12269 12270 </ul> 12271 </div> 12272 </div> 12273 12274 12275 <div class="product"> 12276 <span class="title">libscrypt-1.1.6</span> 12277 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 12278 <span class="homepage"><a href="http://www.tarsnap.com/scrypt.html">homepage</a></span> 12279 <div class="licence"> 12280 <pre></pre> 12281 <ul> 12282 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 12283 </ul> 12284 </div> 12285 </div> 12286 12287 12288 <div class="product"> 12289 <span class="title">libSM-1.2.0</span> 12290 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 12291 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span> 12292 <div class="licence"> 12293 <pre>Scanned Source License libSM-1.2.0/COPYING: 12294 12295 Copyright 2002 Sun Microsystems, Inc. All rights reserved. 12296 12297 Permission is hereby granted, free of charge, to any person obtaining a 12298 copy of this software and associated documentation files (the "Software"), 12299 to deal in the Software without restriction, including without limitation 12300 the rights to use, copy, modify, merge, publish, distribute, sublicense, 12301 and/or sell copies of the Software, and to permit persons to whom the 12302 Software is furnished to do so, subject to the following conditions: 12303 12304 The above copyright notice and this permission notice (including the next 12305 paragraph) shall be included in all copies or substantial portions of the 12306 Software. 12307 12308 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 12309 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 12310 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 12311 THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 12312 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 12313 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 12314 DEALINGS IN THE SOFTWARE. 12315 12316 Copyright 1993, 1998 The Open Group 12317 12318 Permission to use, copy, modify, distribute, and sell this software and its 12319 documentation for any purpose is hereby granted without fee, provided that 12320 the above copyright notice appear in all copies and that both that 12321 copyright notice and this permission notice appear in supporting 12322 documentation. 12323 12324 The above copyright notice and this permission notice shall be included in 12325 all copies or substantial portions of the Software. 12326 12327 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 12328 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 12329 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 12330 OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN 12331 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 12332 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 12333 12334 Except as contained in this notice, the name of The Open Group shall not be 12335 used in advertising or otherwise to promote the sale, use or other dealings 12336 in this Software without prior written authorization from The Open Group. 12337 12338 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 12339 </pre> 12340 <ul> 12341 12342 </ul> 12343 </div> 12344 </div> 12345 12346 12347 <div class="product"> 12348 <span class="title">libtool-2.4.2</span> 12349 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 12350 <span class="homepage"><a href="http://www.gnu.org/software/libtool/">homepage</a></span> 12351 <div class="licence"> 12352 <pre></pre> 12353 <ul> 12354 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 12355 </ul> 12356 </div> 12357 </div> 12358 12359 12360 <div class="product"> 12361 <span class="title">libusb-1.0.18</span> 12362 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 12363 <span class="homepage"><a href="http://libusb.sourceforge.net/">homepage</a></span> 12364 <div class="licence"> 12365 <pre></pre> 12366 <ul> 12367 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li> 12368 </ul> 12369 </div> 12370 </div> 12371 12372 12373 <div class="product"> 12374 <span class="title">libusb-compat-0.1.5</span> 12375 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 12376 <span class="homepage"><a href="http://libusb.sourceforge.net/">homepage</a></span> 12377 <div class="licence"> 12378 <pre></pre> 12379 <ul> 12380 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li> 12381 </ul> 12382 </div> 12383 </div> 12384 12385 12386 <div class="product"> 12387 <span class="title">libv4l-0.8.8</span> 12388 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 12389 <span class="homepage"><a href="http://git.linuxtv.org/v4l-utils.git">homepage</a></span> 12390 <div class="licence"> 12391 <pre></pre> 12392 <ul> 12393 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li> 12394 </ul> 12395 </div> 12396 </div> 12397 12398 12399 <div class="product"> 12400 <span class="title">libva-1.3.1</span> 12401 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 12402 <span class="homepage"><a href="http://www.freedesktop.org/wiki/Software/vaapi">homepage</a></span> 12403 <div class="licence"> 12404 <pre>Scanned Source License libva-1.3.1/COPYING: 12405 12406 Permission is hereby granted, free of charge, to any person obtaining a 12407 copy of this software and associated documentation files (the 12408 "Software"), to deal in the Software without restriction, including 12409 without limitation the rights to use, copy, modify, merge, publish, 12410 distribute, sub license, and/or sell copies of the Software, and to 12411 permit persons to whom the Software is furnished to do so, subject to 12412 the following conditions: 12413 12414 The above copyright notice and this permission notice (including the 12415 next paragraph) shall be included in all copies or substantial portions 12416 of the Software. 12417 12418 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 12419 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 12420 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. 12421 IN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR 12422 ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, 12423 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE 12424 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 12425 12426 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 12427 12428 Scanned Source License libva-1.3.1/debian.upstream/copyright: 12429 12430 This package was debianized by Waldo Bastian <waldo.bastian (a] intel.com> on 12431 Mon, 18 Jun 2007 21:35:31 -0700. 12432 12433 It was downloaded from <url://example.com> 12434 12435 Upstream Author(s): 12436 12437 Waldo Bastian <waldo.bastian (a] intel.com> 12438 Jonathan Bian <jonathan.bian (a] intel.com> 12439 12440 Copyright: 12441 12442 (C) Copyright IBM Corporation 2004 12443 Copyright 1998-1999 Precision Insight, Inc., Cedar Park, Texas. 12444 Copyright 2000 VA Linux Systems, Inc. 12445 Copyright 2007 Intel Corportation 12446 12447 License: 12448 12449 Permission is hereby granted, free of charge, to any person obtaining a 12450 copy of this software and associated documentation files (the 12451 "Software"), to deal in the Software without restriction, including 12452 without limitation the rights to use, copy, modify, merge, publish, 12453 distribute, sub license, and/or sell copies of the Software, and to 12454 permit persons to whom the Software is furnished to do so, subject to 12455 the following conditions: 12456 12457 The above copyright notice and this permission notice (including the 12458 next paragraph) shall be included in all copies or substantial portions 12459 of the Software. 12460 12461 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 12462 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 12463 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. 12464 IN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR 12465 ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, 12466 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE 12467 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 12468 12469 The Debian packaging is (C) 2007, Intel Corporation and 12470 is licensed under the GPL, see `/usr/share/common-licenses/GPL'. 12471 12472 # Please also look if there are files or directories which have a 12473 # different copyright/license attached and list them here. 12474 12475 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 12476 </pre> 12477 <ul> 12478 12479 </ul> 12480 </div> 12481 </div> 12482 12483 12484 <div class="product"> 12485 <span class="title">libva-intel-driver-1.3.1</span> 12486 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 12487 <span class="homepage"><a href="http://www.freedesktop.org/wiki/Software/vaapi">homepage</a></span> 12488 <div class="licence"> 12489 <pre>Scanned Source License libva-intel-driver-1.3.1/COPYING: 12490 12491 Permission is hereby granted, free of charge, to any person obtaining a 12492 copy of this software and associated documentation files (the 12493 "Software"), to deal in the Software without restriction, including 12494 without limitation the rights to use, copy, modify, merge, publish, 12495 distribute, sub license, and/or sell copies of the Software, and to 12496 permit persons to whom the Software is furnished to do so, subject to 12497 the following conditions: 12498 12499 The above copyright notice and this permission notice (including the 12500 next paragraph) shall be included in all copies or substantial portions 12501 of the Software. 12502 12503 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 12504 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 12505 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. 12506 IN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR 12507 ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, 12508 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE 12509 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 12510 12511 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 12512 12513 Scanned Source License libva-intel-driver-1.3.1/debian.upstream/copyright: 12514 12515 This package is maintained by: 12516 Gwenole Beauchesne <gwenole.beauchesne (a] intel.com> 12517 12518 12519 License: 12520 12521 Permission is hereby granted, free of charge, to any person obtaining a 12522 copy of this software and associated documentation files (the 12523 "Software"), to deal in the Software without restriction, including 12524 without limitation the rights to use, copy, modify, merge, publish, 12525 distribute, sub license, and/or sell copies of the Software, and to 12526 permit persons to whom the Software is furnished to do so, subject to 12527 the following conditions: 12528 12529 The above copyright notice and this permission notice (including the 12530 next paragraph) shall be included in all copies or substantial portions 12531 of the Software. 12532 12533 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 12534 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 12535 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. 12536 IN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR 12537 ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, 12538 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE 12539 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 12540 12541 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 12542 </pre> 12543 <ul> 12544 12545 </ul> 12546 </div> 12547 </div> 12548 12549 12550 <div class="product"> 12551 <span class="title">libX11-1.6.0</span> 12552 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 12553 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span> 12554 <div class="licence"> 12555 <pre>Scanned Source License libX11-1.6.0/COPYING: 12556 12557 The following is the 'standard copyright' agreed upon by most contributors, 12558 and is currently the canonical license preferred by the X.Org Foundation. 12559 This is a slight variant of the common MIT license form published by the 12560 Open Source Initiative at http://www.opensource.org/licenses/mit-license.php 12561 12562 Copyright holders of new code should use this license statement where 12563 possible, and insert their name to this list. Please sort by surname 12564 for people, and by the full name for other entities (e.g. Juliusz 12565 Chroboczek sorts before Intel Corporation sorts before Daniel Stone). 12566 12567 See each individual source file or directory for the license that applies 12568 to that file. 12569 12570 Copyright (C) 2003-2006,2008 Jamey Sharp, Josh Triplett 12571 Copyright 2009 Red Hat, Inc. 12572 Copyright 1990-1992,1999,2000,2004,2009,2010 Oracle and/or its affiliates. 12573 All rights reserved. 12574 12575 Permission is hereby granted, free of charge, to any person obtaining a 12576 copy of this software and associated documentation files (the "Software"), 12577 to deal in the Software without restriction, including without limitation 12578 the rights to use, copy, modify, merge, publish, distribute, sublicense, 12579 and/or sell copies of the Software, and to permit persons to whom the 12580 Software is furnished to do so, subject to the following conditions: 12581 12582 The above copyright notice and this permission notice (including the next 12583 paragraph) shall be included in all copies or substantial portions of the 12584 Software. 12585 12586 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 12587 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 12588 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 12589 THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 12590 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 12591 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 12592 DEALINGS IN THE SOFTWARE. 12593 12594 ---------------------------------------------------------------------- 12595 12596 The following licenses are 'legacy' - usually MIT/X11 licenses with the name 12597 of the copyright holder(s) in the license statement: 12598 12599 Copyright 1984-1994, 1998 The Open Group 12600 12601 Permission to use, copy, modify, distribute, and sell this software and its 12602 documentation for any purpose is hereby granted without fee, provided that 12603 the above copyright notice appear in all copies and that both that 12604 copyright notice and this permission notice appear in supporting 12605 documentation. 12606 12607 The above copyright notice and this permission notice shall be included in 12608 all copies or substantial portions of the Software. 12609 12610 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 12611 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 12612 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 12613 OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN 12614 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 12615 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 12616 12617 Except as contained in this notice, the name of The Open Group shall not be 12618 used in advertising or otherwise to promote the sale, use or other dealings 12619 in this Software without prior written authorization from The Open Group. 12620 12621 X Window System is a trademark of The Open Group. 12622 12623 ---------------------------------------- 12624 12625 Copyright 1985, 1986, 1987, 1988, 1989, 1990, 1991, 1994, 1996 X Consortium 12626 Copyright 2000 The XFree86 Project, Inc. 12627 12628 Permission is hereby granted, free of charge, to any person obtaining 12629 a copy of this software and associated documentation files (the 12630 "Software"), to deal in the Software without restriction, including 12631 without limitation the rights to use, copy, modify, merge, publish, 12632 distribute, sublicense, and/or sell copies of the Software, and to 12633 permit persons to whom the Software is furnished to do so, subject to 12634 the following conditions: 12635 12636 The above copyright notice and this permission notice shall be included 12637 in all copies or substantial portions of the Software. 12638 12639 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 12640 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 12641 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. 12642 IN NO EVENT SHALL THE X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR 12643 OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, 12644 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 12645 OTHER DEALINGS IN THE SOFTWARE. 12646 12647 Except as contained in this notice, the name of the X Consortium shall 12648 not be used in advertising or otherwise to promote the sale, use or 12649 other dealings in this Software without prior written authorization 12650 from the X Consortium. 12651 12652 Copyright 1985, 1986, 1987, 1988, 1989, 1990, 1991 by 12653 Digital Equipment Corporation 12654 12655 Portions Copyright 1990, 1991 by Tektronix, Inc. 12656 12657 Permission to use, copy, modify and distribute this documentation for 12658 any purpose and without fee is hereby granted, provided that the above 12659 copyright notice appears in all copies and that both that copyright notice 12660 and this permission notice appear in all copies, and that the names of 12661 Digital and Tektronix not be used in in advertising or publicity pertaining 12662 to this documentation without specific, written prior permission. 12663 Digital and Tektronix makes no representations about the suitability 12664 of this documentation for any purpose. 12665 It is provided ``as is'' without express or implied warranty. 12666 12667 ---------------------------------------- 12668 12669 Copyright (c) 1999-2000 Free Software Foundation, Inc. 12670 12671 Permission is hereby granted, free of charge, to any person obtaining a copy 12672 of this software and associated documentation files (the "Software"), to deal 12673 in the Software without restriction, including without limitation the rights 12674 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 12675 copies of the Software, and to permit persons to whom the Software is 12676 furnished to do so, subject to the following conditions: 12677 12678 The above copyright notice and this permission notice shall be included in 12679 all copies or substantial portions of the Software. 12680 12681 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 12682 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 12683 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 12684 FREE SOFTWARE FOUNDATION BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 12685 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR 12686 IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 12687 12688 Except as contained in this notice, the name of the Free Software Foundation 12689 shall not be used in advertising or otherwise to promote the sale, use or 12690 other dealings in this Software without prior written authorization from the 12691 Free Software Foundation. 12692 12693 ---------------------------------------- 12694 12695 Code and supporting documentation (c) Copyright 1990 1991 Tektronix, Inc. 12696 All Rights Reserved 12697 12698 This file is a component of an X Window System-specific implementation 12699 of Xcms based on the TekColor Color Management System. TekColor is a 12700 trademark of Tektronix, Inc. The term "TekHVC" designates a particular 12701 color space that is the subject of U.S. Patent No. 4,985,853 (equivalent 12702 foreign patents pending). Permission is hereby granted to use, copy, 12703 modify, sell, and otherwise distribute this software and its 12704 documentation for any purpose and without fee, provided that: 12705 12706 1. This copyright, permission, and disclaimer notice is reproduced in 12707 all copies of this software and any modification thereof and in 12708 supporting documentation; 12709 2. Any color-handling application which displays TekHVC color 12710 cooordinates identifies these as TekHVC color coordinates in any 12711 interface that displays these coordinates and in any associated 12712 documentation; 12713 3. The term "TekHVC" is always used, and is only used, in association 12714 with the mathematical derivations of the TekHVC Color Space, 12715 including those provided in this file and any equivalent pathways and 12716 mathematical derivations, regardless of digital (e.g., floating point 12717 or integer) representation. 12718 12719 Tektronix makes no representation about the suitability of this software 12720 for any purpose. It is provided "as is" and with all faults. 12721 12722 TEKTRONIX DISCLAIMS ALL WARRANTIES APPLICABLE TO THIS SOFTWARE, 12723 INCLUDING THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A 12724 PARTICULAR PURPOSE. IN NO EVENT SHALL TEKTRONIX BE LIABLE FOR ANY 12725 SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER 12726 RESULTING FROM LOSS OF USE, DATA, OR PROFITS, WHETHER IN AN ACTION OF 12727 CONTRACT, NEGLIGENCE, OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN 12728 CONNECTION WITH THE USE OR THE PERFORMANCE OF THIS SOFTWARE. 12729 12730 ---------------------------------------- 12731 12732 (c) Copyright 1995 FUJITSU LIMITED 12733 This is source code modified by FUJITSU LIMITED under the Joint 12734 Development Agreement for the CDE/Motif PST. 12735 12736 ---------------------------------------- 12737 12738 Copyright 1992 by Oki Technosystems Laboratory, Inc. 12739 Copyright 1992 by Fuji Xerox Co., Ltd. 12740 12741 Permission to use, copy, modify, distribute, and sell this software 12742 and its documentation for any purpose is hereby granted without fee, 12743 provided that the above copyright notice appear in all copies and 12744 that both that copyright notice and this permission notice appear 12745 in supporting documentation, and that the name of Oki Technosystems 12746 Laboratory and Fuji Xerox not be used in advertising or publicity 12747 pertaining to distribution of the software without specific, written 12748 prior permission. 12749 Oki Technosystems Laboratory and Fuji Xerox make no representations 12750 about the suitability of this software for any purpose. It is provided 12751 "as is" without express or implied warranty. 12752 12753 OKI TECHNOSYSTEMS LABORATORY AND FUJI XEROX DISCLAIM ALL WARRANTIES 12754 WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF 12755 MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL OKI TECHNOSYSTEMS 12756 LABORATORY AND FUJI XEROX BE LIABLE FOR ANY SPECIAL, INDIRECT OR 12757 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS 12758 OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE 12759 OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE 12760 OR PERFORMANCE OF THIS SOFTWARE. 12761 12762 ---------------------------------------- 12763 12764 Copyright 1990, 1991, 1992, 1993, 1994 by FUJITSU LIMITED 12765 12766 Permission to use, copy, modify, distribute, and sell this software 12767 and its documentation for any purpose is hereby granted without fee, 12768 provided that the above copyright notice appear in all copies and 12769 that both that copyright notice and this permission notice appear 12770 in supporting documentation, and that the name of FUJITSU LIMITED 12771 not be used in advertising or publicity pertaining to distribution 12772 of the software without specific, written prior permission. 12773 FUJITSU LIMITED makes no representations about the suitability of 12774 this software for any purpose. 12775 It is provided "as is" without express or implied warranty. 12776 12777 FUJITSU LIMITED DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 12778 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 12779 EVENT SHALL FUJITSU LIMITED BE LIABLE FOR ANY SPECIAL, INDIRECT OR 12780 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF 12781 USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR 12782 OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 12783 PERFORMANCE OF THIS SOFTWARE. 12784 12785 ---------------------------------------- 12786 12787 12788 Copyright (c) 1995 David E. Wexelblat. All rights reserved 12789 12790 Permission is hereby granted, free of charge, to any person obtaining 12791 a copy of this software and associated documentation files (the 12792 "Software"), to deal in the Software without restriction, including 12793 without limitation the rights to use, copy, modify, merge, publish, 12794 distribute, sublicense, and/or sell copies of the Software, and to 12795 permit persons to whom the Software is furnished to do so, subject to 12796 the following conditions: 12797 12798 The above copyright notice and this permission notice shall be included 12799 in all copies or substantial portions of the Software. 12800 12801 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 12802 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 12803 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. 12804 IN NO EVENT SHALL DAVID E. WEXELBLAT BE LIABLE FOR ANY CLAIM, DAMAGES OR 12805 OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, 12806 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 12807 OTHER DEALINGS IN THE SOFTWARE. 12808 12809 Except as contained in this notice, the name of David E. Wexelblat shall 12810 not be used in advertising or otherwise to promote the sale, use or 12811 other dealings in this Software without prior written authorization 12812 from David E. Wexelblat. 12813 12814 ---------------------------------------- 12815 12816 Copyright 1990, 1991 by OMRON Corporation 12817 12818 Permission to use, copy, modify, distribute, and sell this software and its 12819 documentation for any purpose is hereby granted without fee, provided that 12820 the above copyright notice appear in all copies and that both that 12821 copyright notice and this permission notice appear in supporting 12822 documentation, and that the name OMRON not be used in 12823 advertising or publicity pertaining to distribution of the software without 12824 specific, written prior permission. OMRON makes no representations 12825 about the suitability of this software for any purpose. It is provided 12826 "as is" without express or implied warranty. 12827 12828 OMRON DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 12829 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 12830 EVENT SHALL OMRON BE LIABLE FOR ANY SPECIAL, INDIRECT OR 12831 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 12832 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 12833 TORTUOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 12834 PERFORMANCE OF THIS SOFTWARE. 12835 12836 ---------------------------------------- 12837 12838 Copyright 1985, 1986, 1987, 1988, 1989, 1990, 1991 by 12839 Digital Equipment Corporation 12840 12841 Portions Copyright 1990, 1991 by Tektronix, Inc 12842 12843 Rewritten for X.org by Chris Lee <clee (a] freedesktop.org> 12844 12845 Permission to use, copy, modify, distribute, and sell this documentation 12846 for any purpose and without fee is hereby granted, provided that the above 12847 copyright notice and this permission notice appear in all copies. 12848 Chris Lee makes no representations about the suitability for any purpose 12849 of the information in this document. It is provided \`\`as-is'' without 12850 express or implied warranty. 12851 12852 ---------------------------------------- 12853 12854 Copyright 1993 by Digital Equipment Corporation, Maynard, Massachusetts, 12855 Copyright 1994 by FUJITSU LIMITED 12856 Copyright 1994 by Sony Corporation 12857 12858 All Rights Reserved 12859 12860 Permission to use, copy, modify, and distribute this software and its 12861 documentation for any purpose and without fee is hereby granted, 12862 provided that the above copyright notice appear in all copies and that 12863 both that copyright notice and this permission notice appear in 12864 supporting documentation, and that the names of Digital, FUJITSU 12865 LIMITED and Sony Corporation not be used in advertising or publicity 12866 pertaining to distribution of the software without specific, written 12867 prior permission. 12868 12869 DIGITAL, FUJITSU LIMITED AND SONY CORPORATION DISCLAIMS ALL WARRANTIES 12870 WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF 12871 MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL DIGITAL, FUJITSU LIMITED 12872 AND SONY CORPORATION BE LIABLE FOR ANY SPECIAL, INDIRECT OR 12873 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF 12874 USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR 12875 OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 12876 PERFORMANCE OF THIS SOFTWARE. 12877 12878 ---------------------------------------- 12879 12880 12881 Copyright 1991 by the Open Software Foundation 12882 12883 Permission to use, copy, modify, distribute, and sell this software and its 12884 documentation for any purpose is hereby granted without fee, provided that 12885 the above copyright notice appear in all copies and that both that 12886 copyright notice and this permission notice appear in supporting 12887 documentation, and that the name of Open Software Foundation 12888 not be used in advertising or publicity pertaining to distribution of the 12889 software without specific, written prior permission. Open Software 12890 Foundation makes no representations about the suitability of this 12891 software for any purpose. It is provided "as is" without express or 12892 implied warranty. 12893 12894 OPEN SOFTWARE FOUNDATION DISCLAIMS ALL WARRANTIES WITH REGARD TO 12895 THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND 12896 FITNESS, IN NO EVENT SHALL OPEN SOFTWARE FOUNDATIONN BE 12897 LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 12898 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 12899 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 12900 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 12901 12902 ---------------------------------------- 12903 12904 Copyright 1990, 1991, 1992,1993, 1994 by FUJITSU LIMITED 12905 Copyright 1993, 1994 by Sony Corporation 12906 12907 Permission to use, copy, modify, distribute, and sell this software and 12908 its documentation for any purpose is hereby granted without fee, provided 12909 that the above copyright notice appear in all copies and that both that 12910 copyright notice and this permission notice appear in supporting 12911 documentation, and that the name of FUJITSU LIMITED and Sony Corporation 12912 not be used in advertising or publicity pertaining to distribution of the 12913 software without specific, written prior permission. FUJITSU LIMITED and 12914 Sony Corporation makes no representations about the suitability of this 12915 software for any purpose. It is provided "as is" without express or 12916 implied warranty. 12917 12918 FUJITSU LIMITED AND SONY CORPORATION DISCLAIMS ALL WARRANTIES WITH REGARD 12919 TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND 12920 FITNESS, IN NO EVENT SHALL FUJITSU LIMITED OR SONY CORPORATION BE LIABLE 12921 FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER 12922 RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, 12923 NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE 12924 USE OR PERFORMANCE OF THIS SOFTWARE. 12925 12926 ---------------------------------------- 12927 12928 Copyright (c) 1993, 1995 by Silicon Graphics Computer Systems, Inc. 12929 12930 Permission to use, copy, modify, and distribute this 12931 software and its documentation for any purpose and without 12932 fee is hereby granted, provided that the above copyright 12933 notice appear in all copies and that both that copyright 12934 notice and this permission notice appear in supporting 12935 documentation, and that the name of Silicon Graphics not be 12936 used in advertising or publicity pertaining to distribution 12937 of the software without specific prior written permission. 12938 Silicon Graphics makes no representation about the suitability 12939 of this software for any purpose. It is provided "as is" 12940 without any express or implied warranty. 12941 12942 SILICON GRAPHICS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS 12943 SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY 12944 AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON 12945 GRAPHICS BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL 12946 DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 12947 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE 12948 OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH 12949 THE USE OR PERFORMANCE OF THIS SOFTWARE. 12950 12951 ---------------------------------------- 12952 12953 Copyright 1991, 1992, 1993, 1994 by FUJITSU LIMITED 12954 Copyright 1993 by Digital Equipment Corporation 12955 12956 Permission to use, copy, modify, distribute, and sell this software 12957 and its documentation for any purpose is hereby granted without fee, 12958 provided that the above copyright notice appear in all copies and that 12959 both that copyright notice and this permission notice appear in 12960 supporting documentation, and that the name of FUJITSU LIMITED and 12961 Digital Equipment Corporation not be used in advertising or publicity 12962 pertaining to distribution of the software without specific, written 12963 prior permission. FUJITSU LIMITED and Digital Equipment Corporation 12964 makes no representations about the suitability of this software for 12965 any purpose. It is provided "as is" without express or implied 12966 warranty. 12967 12968 FUJITSU LIMITED AND DIGITAL EQUIPMENT CORPORATION DISCLAIM ALL 12969 WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED 12970 WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL 12971 FUJITSU LIMITED AND DIGITAL EQUIPMENT CORPORATION BE LIABLE FOR 12972 ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 12973 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER 12974 IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, 12975 ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF 12976 THIS SOFTWARE. 12977 12978 ---------------------------------------- 12979 12980 Copyright 1992, 1993 by FUJITSU LIMITED 12981 Copyright 1993 by Fujitsu Open Systems Solutions, Inc. 12982 Copyright 1994 by Sony Corporation 12983 12984 Permission to use, copy, modify, distribute and sell this software 12985 and its documentation for any purpose is hereby granted without fee, 12986 provided that the above copyright notice appear in all copies and 12987 that both that copyright notice and this permission notice appear 12988 in supporting documentation, and that the name of FUJITSU LIMITED, 12989 Fujitsu Open Systems Solutions, Inc. and Sony Corporation not be 12990 used in advertising or publicity pertaining to distribution of the 12991 software without specific, written prior permission. 12992 FUJITSU LIMITED, Fujitsu Open Systems Solutions, Inc. and 12993 Sony Corporation make no representations about the suitability of 12994 this software for any purpose. It is provided "as is" without 12995 express or implied warranty. 12996 12997 FUJITSU LIMITED, FUJITSU OPEN SYSTEMS SOLUTIONS, INC. AND SONY 12998 CORPORATION DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 12999 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, 13000 IN NO EVENT SHALL FUJITSU OPEN SYSTEMS SOLUTIONS, INC., FUJITSU LIMITED 13001 AND SONY CORPORATION BE LIABLE FOR ANY SPECIAL, INDIRECT OR 13002 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS 13003 OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE 13004 OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE 13005 OR PERFORMANCE OF THIS SOFTWARE. 13006 13007 ---------------------------------------- 13008 13009 Copyright 1987, 1988, 1990, 1993 by Digital Equipment Corporation, 13010 Maynard, Massachusetts, 13011 13012 All Rights Reserved 13013 13014 Permission to use, copy, modify, and distribute this software and its 13015 documentation for any purpose and without fee is hereby granted, 13016 provided that the above copyright notice appear in all copies and that 13017 both that copyright notice and this permission notice appear in 13018 supporting documentation, and that the name of Digital not be 13019 used in advertising or publicity pertaining to distribution of the 13020 software without specific, written prior permission. 13021 13022 DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING 13023 ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL 13024 DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR 13025 ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, 13026 WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, 13027 ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS 13028 SOFTWARE. 13029 13030 ---------------------------------------- 13031 13032 Copyright 1993 by SunSoft, Inc. 13033 Copyright 1999-2000 by Bruno Haible 13034 13035 Permission to use, copy, modify, distribute, and sell this software 13036 and its documentation for any purpose is hereby granted without fee, 13037 provided that the above copyright notice appear in all copies and 13038 that both that copyright notice and this permission notice appear 13039 in supporting documentation, and that the names of SunSoft, Inc. and 13040 Bruno Haible not be used in advertising or publicity pertaining to 13041 distribution of the software without specific, written prior 13042 permission. SunSoft, Inc. and Bruno Haible make no representations 13043 about the suitability of this software for any purpose. It is 13044 provided "as is" without express or implied warranty. 13045 13046 SunSoft Inc. AND Bruno Haible DISCLAIM ALL WARRANTIES WITH REGARD 13047 TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY 13048 AND FITNESS, IN NO EVENT SHALL SunSoft, Inc. OR Bruno Haible BE LIABLE 13049 FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 13050 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 13051 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT 13052 OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 13053 13054 ---------------------------------------- 13055 13056 Copyright 1991 by the Open Software Foundation 13057 Copyright 1993 by the TOSHIBA Corp. 13058 13059 Permission to use, copy, modify, distribute, and sell this software and its 13060 documentation for any purpose is hereby granted without fee, provided that 13061 the above copyright notice appear in all copies and that both that 13062 copyright notice and this permission notice appear in supporting 13063 documentation, and that the names of Open Software Foundation and TOSHIBA 13064 not be used in advertising or publicity pertaining to distribution of the 13065 software without specific, written prior permission. Open Software 13066 Foundation and TOSHIBA make no representations about the suitability of this 13067 software for any purpose. It is provided "as is" without express or 13068 implied warranty. 13069 13070 OPEN SOFTWARE FOUNDATION AND TOSHIBA DISCLAIM ALL WARRANTIES WITH REGARD TO 13071 THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND 13072 FITNESS, IN NO EVENT SHALL OPEN SOFTWARE FOUNDATIONN OR TOSHIBA BE 13073 LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 13074 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 13075 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 13076 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 13077 13078 ---------------------------------------- 13079 13080 Copyright 1988 by Wyse Technology, Inc., San Jose, Ca., 13081 13082 All Rights Reserved 13083 13084 Permission to use, copy, modify, and distribute this software and its 13085 documentation for any purpose and without fee is hereby granted, 13086 provided that the above copyright notice appear in all copies and that 13087 both that copyright notice and this permission notice appear in 13088 supporting documentation, and that the name Wyse not be 13089 used in advertising or publicity pertaining to distribution of the 13090 software without specific, written prior permission. 13091 13092 WYSE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING 13093 ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL 13094 DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR 13095 ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, 13096 WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, 13097 ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS 13098 SOFTWARE. 13099 13100 ---------------------------------------- 13101 13102 13103 Copyright 1991 by the Open Software Foundation 13104 Copyright 1993, 1994 by the Sony Corporation 13105 13106 Permission to use, copy, modify, distribute, and sell this software and its 13107 documentation for any purpose is hereby granted without fee, provided that 13108 the above copyright notice appear in all copies and that both that 13109 copyright notice and this permission notice appear in supporting 13110 documentation, and that the names of Open Software Foundation and 13111 Sony Corporation not be used in advertising or publicity pertaining to 13112 distribution of the software without specific, written prior permission. 13113 Open Software Foundation and Sony Corporation make no 13114 representations about the suitability of this software for any purpose. 13115 It is provided "as is" without express or implied warranty. 13116 13117 OPEN SOFTWARE FOUNDATION AND SONY CORPORATION DISCLAIM ALL 13118 WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED 13119 WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL OPEN 13120 SOFTWARE FOUNDATIONN OR SONY CORPORATION BE LIABLE FOR ANY SPECIAL, 13121 INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM 13122 LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE 13123 OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 13124 PERFORMANCE OF THIS SOFTWARE. 13125 13126 ---------------------------------------- 13127 13128 Copyright 1992, 1993 by FUJITSU LIMITED 13129 Copyright 1993 by Fujitsu Open Systems Solutions, Inc. 13130 13131 Permission to use, copy, modify, distribute and sell this software 13132 and its documentation for any purpose is hereby granted without fee, 13133 provided that the above copyright notice appear in all copies and 13134 that both that copyright notice and this permission notice appear 13135 in supporting documentation, and that the name of FUJITSU LIMITED and 13136 Fujitsu Open Systems Solutions, Inc. not be used in advertising or 13137 publicity pertaining to distribution of the software without specific, 13138 written prior permission. 13139 FUJITSU LIMITED and Fujitsu Open Systems Solutions, Inc. makes no 13140 representations about the suitability of this software for any purpose. 13141 It is provided "as is" without express or implied warranty. 13142 13143 FUJITSU LIMITED AND FUJITSU OPEN SYSTEMS SOLUTIONS, INC. DISCLAIMS ALL 13144 WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES 13145 OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL FUJITSU OPEN SYSTEMS 13146 SOLUTIONS, INC. AND FUJITSU LIMITED BE LIABLE FOR ANY SPECIAL, INDIRECT 13147 OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF 13148 USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 13149 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE 13150 OF THIS SOFTWARE. 13151 13152 ---------------------------------------- 13153 13154 Copyright 1993, 1994 by Sony Corporation 13155 13156 Permission to use, copy, modify, distribute, and sell this software 13157 and its documentation for any purpose is hereby granted without fee, 13158 provided that the above copyright notice appear in all copies and 13159 that both that copyright notice and this permission notice appear 13160 in supporting documentation, and that the name of Sony Corporation 13161 not be used in advertising or publicity pertaining to distribution 13162 of the software without specific, written prior permission. 13163 Sony Corporation makes no representations about the suitability of 13164 this software for any purpose. It is provided "as is" without 13165 express or implied warranty. 13166 13167 SONY CORPORATION DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 13168 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 13169 EVENT SHALL SONY CORPORATION BE LIABLE FOR ANY SPECIAL, INDIRECT OR 13170 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF 13171 USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR 13172 OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 13173 PERFORMANCE OF THIS SOFTWARE. 13174 13175 ---------------------------------------- 13176 13177 Copyright 1986, 1998 The Open Group 13178 Copyright (c) 2000 The XFree86 Project, Inc. 13179 13180 Permission to use, copy, modify, distribute, and sell this software and its 13181 documentation for any purpose is hereby granted without fee, provided that 13182 the above copyright notice appear in all copies and that both that 13183 copyright notice and this permission notice appear in supporting 13184 documentation. 13185 13186 The above copyright notice and this permission notice shall be included in 13187 all copies or substantial portions of the Software. 13188 13189 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 13190 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 13191 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 13192 X CONSORTIUM OR THE XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 13193 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 13194 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 13195 SOFTWARE. 13196 13197 Except as contained in this notice, the name of the X Consortium or of the 13198 XFree86 Project shall not be used in advertising or otherwise to promote the 13199 sale, use or other dealings in this Software without prior written 13200 authorization from the X Consortium and the XFree86 Project. 13201 13202 ---------------------------------------- 13203 13204 Copyright 1990, 1991 by OMRON Corporation, NTT Software Corporation, 13205 and Nippon Telegraph and Telephone Corporation 13206 Copyright 1991 by the Open Software Foundation 13207 Copyright 1993 by the FUJITSU LIMITED 13208 13209 Permission to use, copy, modify, distribute, and sell this software and its 13210 documentation for any purpose is hereby granted without fee, provided that 13211 the above copyright notice appear in all copies and that both that 13212 copyright notice and this permission notice appear in supporting 13213 documentation, and that the names of OMRON, NTT Software, NTT, and 13214 Open Software Foundation not be used in advertising or publicity 13215 pertaining to distribution of the software without specific, 13216 written prior permission. OMRON, NTT Software, NTT, and Open Software 13217 Foundation make no representations about the suitability of this 13218 software for any purpose. It is provided "as is" without express or 13219 implied warranty. 13220 13221 OMRON, NTT SOFTWARE, NTT, AND OPEN SOFTWARE FOUNDATION 13222 DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING 13223 ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT 13224 SHALL OMRON, NTT SOFTWARE, NTT, OR OPEN SOFTWARE FOUNDATION BE 13225 LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 13226 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 13227 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 13228 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 13229 13230 ---------------------------------------- 13231 13232 Copyright 1988 by Wyse Technology, Inc., San Jose, Ca, 13233 Copyright 1987 by Digital Equipment Corporation, Maynard, Massachusetts, 13234 13235 All Rights Reserved 13236 13237 Permission to use, copy, modify, and distribute this software and its 13238 documentation for any purpose and without fee is hereby granted, 13239 provided that the above copyright notice appear in all copies and that 13240 both that copyright notice and this permission notice appear in 13241 supporting documentation, and that the name Digital not be 13242 used in advertising or publicity pertaining to distribution of the 13243 software without specific, written prior permission. 13244 13245 DIGITAL AND WYSE DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 13246 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 13247 EVENT SHALL DIGITAL OR WYSE BE LIABLE FOR ANY SPECIAL, INDIRECT OR 13248 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF 13249 USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR 13250 OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 13251 PERFORMANCE OF THIS SOFTWARE. 13252 13253 ---------------------------------------- 13254 13255 13256 Copyright 1991, 1992 by Fuji Xerox Co., Ltd. 13257 Copyright 1992, 1993, 1994 by FUJITSU LIMITED 13258 13259 Permission to use, copy, modify, distribute, and sell this software 13260 and its documentation for any purpose is hereby granted without fee, 13261 provided that the above copyright notice appear in all copies and 13262 that both that copyright notice and this permission notice appear 13263 in supporting documentation, and that the name of Fuji Xerox, 13264 FUJITSU LIMITED not be used in advertising or publicity pertaining 13265 to distribution of the software without specific, written prior 13266 permission. Fuji Xerox, FUJITSU LIMITED make no representations 13267 about the suitability of this software for any purpose. 13268 It is provided "as is" without express or implied warranty. 13269 13270 FUJI XEROX, FUJITSU LIMITED DISCLAIM ALL WARRANTIES WITH 13271 REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF 13272 MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL FUJI XEROX, 13273 FUJITSU LIMITED BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL 13274 DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA 13275 OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 13276 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 13277 PERFORMANCE OF THIS SOFTWARE. 13278 13279 ---------------------------------------- 13280 13281 Copyright 2006 Josh Triplett 13282 13283 Permission is hereby granted, free of charge, to any person obtaining 13284 a copy of this software and associated documentation files (the 13285 "Software"), to deal in the Software without restriction, including 13286 without limitation the rights to use, copy, modify, merge, publish, 13287 distribute, sublicense, and/or sell copies of the Software, and to 13288 permit persons to whom the Software is furnished to do so, subject to 13289 the following conditions: 13290 13291 The above copyright notice and this permission notice shall be included 13292 in all copies or substantial portions of the Software. 13293 13294 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 13295 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 13296 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. 13297 IN NO EVENT SHALL THE X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR 13298 OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, 13299 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 13300 OTHER DEALINGS IN THE SOFTWARE. 13301 13302 ---------------------------------------- 13303 13304 (c) Copyright 1996 by Sebastien Marineau and Holger Veit 13305 <marineau (a] genie.uottawa.ca> 13306 <Holger.Veit (a] gmd.de> 13307 13308 Permission is hereby granted, free of charge, to any person obtaining a 13309 copy of this software and associated documentation files (the "Software"), 13310 to deal in the Software without restriction, including without limitation 13311 the rights to use, copy, modify, merge, publish, distribute, sublicense, 13312 and/or sell copies of the Software, and to permit persons to whom the 13313 Software is furnished to do so, subject to the following conditions: 13314 13315 The above copyright notice and this permission notice shall be included in 13316 all copies or substantial portions of the Software. 13317 13318 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 13319 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 13320 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 13321 HOLGER VEIT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 13322 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF 13323 OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 13324 SOFTWARE. 13325 13326 Except as contained in this notice, the name of Sebastien Marineau or Holger Veit 13327 shall not be used in advertising or otherwise to promote the sale, use or other 13328 dealings in this Software without prior written authorization from Holger Veit or 13329 Sebastien Marineau. 13330 13331 ---------------------------------------- 13332 13333 Copyright 1990, 1991 by OMRON Corporation, NTT Software Corporation, 13334 and Nippon Telegraph and Telephone Corporation 13335 Copyright 1991 by the Open Software Foundation 13336 Copyright 1993 by the TOSHIBA Corp. 13337 Copyright 1993, 1994 by Sony Corporation 13338 Copyright 1993, 1994 by the FUJITSU LIMITED 13339 13340 Permission to use, copy, modify, distribute, and sell this software and its 13341 documentation for any purpose is hereby granted without fee, provided that 13342 the above copyright notice appear in all copies and that both that 13343 copyright notice and this permission notice appear in supporting 13344 documentation, and that the names of OMRON, NTT Software, NTT, Open 13345 Software Foundation, and Sony Corporation not be used in advertising 13346 or publicity pertaining to distribution of the software without specific, 13347 written prior permission. OMRON, NTT Software, NTT, Open Software 13348 Foundation, and Sony Corporation make no representations about the 13349 suitability of this software for any purpose. It is provided "as is" 13350 without express or implied warranty. 13351 13352 OMRON, NTT SOFTWARE, NTT, OPEN SOFTWARE FOUNDATION, AND SONY 13353 CORPORATION DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING 13354 ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT 13355 SHALL OMRON, NTT SOFTWARE, NTT, OPEN SOFTWARE FOUNDATION, OR SONY 13356 CORPORATION BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR 13357 ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER 13358 IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT 13359 OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 13360 13361 ---------------------------------------- 13362 13363 Copyright 2000 by Bruno Haible 13364 13365 Permission to use, copy, modify, distribute, and sell this software 13366 and its documentation for any purpose is hereby granted without fee, 13367 provided that the above copyright notice appear in all copies and 13368 that both that copyright notice and this permission notice appear 13369 in supporting documentation, and that the name of Bruno Haible not 13370 be used in advertising or publicity pertaining to distribution of the 13371 software without specific, written prior permission. Bruno Haible 13372 makes no representations about the suitability of this software for 13373 any purpose. It is provided "as is" without express or implied 13374 warranty. 13375 13376 Bruno Haible DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 13377 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN 13378 NO EVENT SHALL Bruno Haible BE LIABLE FOR ANY SPECIAL, INDIRECT OR 13379 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS 13380 OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE 13381 OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE 13382 OR PERFORMANCE OF THIS SOFTWARE. 13383 13384 ---------------------------------------- 13385 13386 Copyright 2003 Keith Packard 13387 13388 Permission to use, copy, modify, distribute, and sell this software and its 13389 documentation for any purpose is hereby granted without fee, provided that 13390 the above copyright notice appear in all copies and that both that 13391 copyright notice and this permission notice appear in supporting 13392 documentation, and that the name of Keith Packard not be used in 13393 advertising or publicity pertaining to distribution of the software without 13394 specific, written prior permission. Keith Packard makes no 13395 representations about the suitability of this software for any purpose. It 13396 is provided "as is" without express or implied warranty. 13397 13398 KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 13399 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 13400 EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR 13401 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 13402 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 13403 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 13404 PERFORMANCE OF THIS SOFTWARE. 13405 13406 ---------------------------------------- 13407 13408 Copyright (c) 2007-2009, Troy D. Hanson 13409 All rights reserved. 13410 13411 Redistribution and use in source and binary forms, with or without 13412 modification, are permitted provided that the following conditions are met: 13413 13414 Redistributions of source code must retain the above copyright 13415 notice, this list of conditions and the following disclaimer. 13416 13417 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS 13418 IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 13419 TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A 13420 PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER 13421 OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 13422 EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 13423 PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 13424 PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 13425 LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 13426 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 13427 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 13428 13429 ---------------------------------------- 13430 13431 Copyright 1992, 1993 by TOSHIBA Corp. 13432 13433 Permission to use, copy, modify, and distribute this software and its 13434 documentation for any purpose and without fee is hereby granted, provided 13435 that the above copyright notice appear in all copies and that both that 13436 copyright notice and this permission notice appear in supporting 13437 documentation, and that the name of TOSHIBA not be used in advertising 13438 or publicity pertaining to distribution of the software without specific, 13439 written prior permission. TOSHIBA make no representations about the 13440 suitability of this software for any purpose. It is provided "as is" 13441 without express or implied warranty. 13442 13443 TOSHIBA DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING 13444 ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL 13445 TOSHIBA BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR 13446 ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, 13447 WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, 13448 ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS 13449 SOFTWARE. 13450 13451 13452 ---------------------------------------- 13453 13454 Copyright IBM Corporation 1993 13455 13456 All Rights Reserved 13457 13458 License to use, copy, modify, and distribute this software and its 13459 documentation for any purpose and without fee is hereby granted, 13460 provided that the above copyright notice appear in all copies and that 13461 both that copyright notice and this permission notice appear in 13462 supporting documentation, and that the name of IBM not be 13463 used in advertising or publicity pertaining to distribution of the 13464 software without specific, written prior permission. 13465 13466 IBM DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING 13467 ALL IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS, AND 13468 NONINFRINGEMENT OF THIRD PARTY RIGHTS, IN NO EVENT SHALL 13469 IBM BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR 13470 ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, 13471 WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, 13472 ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS 13473 SOFTWARE. 13474 13475 ---------------------------------------- 13476 13477 Copyright 1990, 1991 by OMRON Corporation, NTT Software Corporation, 13478 and Nippon Telegraph and Telephone Corporation 13479 13480 Permission to use, copy, modify, distribute, and sell this software and its 13481 documentation for any purpose is hereby granted without fee, provided that 13482 the above copyright notice appear in all copies and that both that 13483 copyright notice and this permission notice appear in supporting 13484 documentation, and that the names of OMRON, NTT Software, and NTT 13485 not be used in advertising or publicity pertaining to distribution of the 13486 software without specific, written prior permission. OMRON, NTT Software, 13487 and NTT make no representations about the suitability of this 13488 software for any purpose. It is provided "as is" without express or 13489 implied warranty. 13490 13491 OMRON, NTT SOFTWARE, AND NTT, DISCLAIM ALL WARRANTIES WITH REGARD 13492 TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY 13493 AND FITNESS, IN NO EVENT SHALL OMRON, NTT SOFTWARE, OR NTT, BE 13494 LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 13495 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 13496 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 13497 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 13498 13499 13500 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 13501 13502 Scanned Source License libX11-1.6.0/src/xlibi18n/lcUniConv/COPYRIGHT: 13503 13504 This notice applies to the files in this directory. They are taken from 13505 the libiconv-1.1 package, which is covered by the LGPL license. The files 13506 in this directory have been placed under the following copyright, with 13507 permission from the Free Software Foundation. 13508 13509 13510 Copyright (c) 1999-2000 Free Software Foundation, Inc. 13511 13512 Permission is hereby granted, free of charge, to any person obtaining a copy 13513 of this software and associated documentation files (the "Software"), to deal 13514 in the Software without restriction, including without limitation the rights 13515 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 13516 copies of the Software, and to permit persons to whom the Software is 13517 furnished to do so, subject to the following conditions: 13518 13519 The above copyright notice and this permission notice shall be included in 13520 all copies or substantial portions of the Software. 13521 13522 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 13523 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 13524 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 13525 FREE SOFTWARE FOUNDATION BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 13526 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR 13527 IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 13528 13529 Except as contained in this notice, the name of the Free Software Foundation 13530 shall not be used in advertising or otherwise to promote the sale, use or 13531 other dealings in this Software without prior written authorization from the 13532 Free Software Foundation. 13533 13534 13535 Notes: 13536 13537 1. This copyright applies only to the files in this directory, and not to 13538 the remaining files in libiconv. 13539 13540 2. The Free Software Foundation does not encourage the use of the above 13541 license for newly written software. 13542 13543 13544 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 13545 </pre> 13546 <ul> 13547 13548 </ul> 13549 </div> 13550 </div> 13551 13552 13553 <div class="product"> 13554 <span class="title">libXau-1.0.6</span> 13555 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 13556 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span> 13557 <div class="licence"> 13558 <pre>Scanned Source License libXau-1.0.6/COPYING: 13559 13560 Copyright 1988, 1993, 1994, 1998 The Open Group 13561 13562 Permission to use, copy, modify, distribute, and sell this software and its 13563 documentation for any purpose is hereby granted without fee, provided that 13564 the above copyright notice appear in all copies and that both that 13565 copyright notice and this permission notice appear in supporting 13566 documentation. 13567 13568 The above copyright notice and this permission notice shall be included in 13569 all copies or substantial portions of the Software. 13570 13571 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 13572 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 13573 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 13574 OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN 13575 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 13576 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 13577 13578 Except as contained in this notice, the name of The Open Group shall not be 13579 used in advertising or otherwise to promote the sale, use or other dealings 13580 in this Software without prior written authorization from The Open Group. 13581 13582 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 13583 </pre> 13584 <ul> 13585 13586 </ul> 13587 </div> 13588 </div> 13589 13590 13591 <div class="product"> 13592 <span class="title">libxcb-1.9.1</span> 13593 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 13594 <span class="homepage"><a href="http://xcb.freedesktop.org/">homepage</a></span> 13595 <div class="licence"> 13596 <pre>Scanned Source License libxcb-1.9.1/COPYING: 13597 13598 Copyright (C) 2001-2006 Bart Massey, Jamey Sharp, and Josh Triplett. 13599 All Rights Reserved. 13600 13601 Permission is hereby granted, free of charge, to any person 13602 obtaining a copy of this software and associated 13603 documentation files (the "Software"), to deal in the 13604 Software without restriction, including without limitation 13605 the rights to use, copy, modify, merge, publish, distribute, 13606 sublicense, and/or sell copies of the Software, and to 13607 permit persons to whom the Software is furnished to do so, 13608 subject to the following conditions: 13609 13610 The above copyright notice and this permission notice shall 13611 be included in all copies or substantial portions of the 13612 Software. 13613 13614 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY 13615 KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE 13616 WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR 13617 PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS 13618 BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER 13619 IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 13620 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 13621 OTHER DEALINGS IN THE SOFTWARE. 13622 13623 Except as contained in this notice, the names of the authors 13624 or their institutions shall not be used in advertising or 13625 otherwise to promote the sale, use or other dealings in this 13626 Software without prior written authorization from the 13627 authors. 13628 13629 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 13630 </pre> 13631 <ul> 13632 13633 </ul> 13634 </div> 13635 </div> 13636 13637 13638 <div class="product"> 13639 <span class="title">libXcomposite-0.4.3</span> 13640 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 13641 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span> 13642 <div class="licence"> 13643 <pre>Scanned Source License libXcomposite-0.4.3/COPYING: 13644 13645 13646 Copyright 2001,2003 Keith Packard 13647 13648 Permission to use, copy, modify, distribute, and sell this software and its 13649 documentation for any purpose is hereby granted without fee, provided that 13650 the above copyright notice appear in all copies and that both that 13651 copyright notice and this permission notice appear in supporting 13652 documentation, and that the name of Keith Packard not be used in 13653 advertising or publicity pertaining to distribution of the software without 13654 specific, written prior permission. Keith Packard makes no 13655 representations about the suitability of this software for any purpose. It 13656 is provided "as is" without express or implied warranty. 13657 13658 KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 13659 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 13660 EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR 13661 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 13662 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 13663 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 13664 PERFORMANCE OF THIS SOFTWARE. 13665 13666 Copyright (c) 2006, 2007, Oracle and/or its affiliates. All rights reserved. 13667 13668 Permission is hereby granted, free of charge, to any person obtaining a 13669 copy of this software and associated documentation files (the "Software"), 13670 to deal in the Software without restriction, including without limitation 13671 the rights to use, copy, modify, merge, publish, distribute, sublicense, 13672 and/or sell copies of the Software, and to permit persons to whom the 13673 Software is furnished to do so, subject to the following conditions: 13674 13675 The above copyright notice and this permission notice (including the next 13676 paragraph) shall be included in all copies or substantial portions of the 13677 Software. 13678 13679 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 13680 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 13681 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 13682 THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 13683 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 13684 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 13685 DEALINGS IN THE SOFTWARE. 13686 13687 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 13688 </pre> 13689 <ul> 13690 13691 </ul> 13692 </div> 13693 </div> 13694 13695 13696 <div class="product"> 13697 <span class="title">libXcursor-1.1.14</span> 13698 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 13699 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span> 13700 <div class="licence"> 13701 <pre>Scanned Source License libXcursor-1.1.14/COPYING: 13702 13703 Copyright 2002 Keith Packard 13704 13705 Permission to use, copy, modify, distribute, and sell this software and its 13706 documentation for any purpose is hereby granted without fee, provided that 13707 the above copyright notice appear in all copies and that both that 13708 copyright notice and this permission notice appear in supporting 13709 documentation, and that the name of Keith Packard not be used in 13710 advertising or publicity pertaining to distribution of the software without 13711 specific, written prior permission. Keith Packard makes no 13712 representations about the suitability of this software for any purpose. It 13713 is provided "as is" without express or implied warranty. 13714 13715 KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 13716 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 13717 EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR 13718 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 13719 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 13720 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 13721 PERFORMANCE OF THIS SOFTWARE. 13722 13723 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 13724 </pre> 13725 <ul> 13726 13727 </ul> 13728 </div> 13729 </div> 13730 13731 13732 <div class="product"> 13733 <span class="title">libXdamage-1.1.3</span> 13734 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 13735 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span> 13736 <div class="licence"> 13737 <pre>Scanned Source License libXdamage-1.1.3/COPYING: 13738 13739 13740 Copyright 2001,2003 Keith Packard 13741 Copyright 2007 Eric Anholt 13742 13743 Permission to use, copy, modify, distribute, and sell this software and its 13744 documentation for any purpose is hereby granted without fee, provided that 13745 the above copyright notice appear in all copies and that both that 13746 copyright notice and this permission notice appear in supporting 13747 documentation, and that the name of Keith Packard not be used in 13748 advertising or publicity pertaining to distribution of the software without 13749 specific, written prior permission. Keith Packard makes no 13750 representations about the suitability of this software for any purpose. It 13751 is provided "as is" without express or implied warranty. 13752 13753 KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 13754 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 13755 EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR 13756 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 13757 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 13758 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 13759 PERFORMANCE OF THIS SOFTWARE. 13760 13761 13762 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 13763 </pre> 13764 <ul> 13765 13766 </ul> 13767 </div> 13768 </div> 13769 13770 13771 <div class="product"> 13772 <span class="title">libXdmcp-1.1.0</span> 13773 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 13774 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span> 13775 <div class="licence"> 13776 <pre>Scanned Source License libXdmcp-1.1.0/COPYING: 13777 13778 Copyright 1989, 1998 The Open Group 13779 13780 Permission to use, copy, modify, distribute, and sell this software and its 13781 documentation for any purpose is hereby granted without fee, provided that 13782 the above copyright notice appear in all copies and that both that 13783 copyright notice and this permission notice appear in supporting 13784 documentation. 13785 13786 The above copyright notice and this permission notice shall be included in 13787 all copies or substantial portions of the Software. 13788 13789 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 13790 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 13791 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 13792 OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN 13793 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 13794 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 13795 13796 Except as contained in this notice, the name of The Open Group shall not be 13797 used in advertising or otherwise to promote the sale, use or other dealings 13798 in this Software without prior written authorization from The Open Group. 13799 13800 Author: Keith Packard, MIT X Consortium 13801 13802 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 13803 </pre> 13804 <ul> 13805 13806 </ul> 13807 </div> 13808 </div> 13809 13810 13811 <div class="product"> 13812 <span class="title">libXext-1.3.2</span> 13813 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 13814 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span> 13815 <div class="licence"> 13816 <pre>Scanned Source License libXext-1.3.2/COPYING: 13817 13818 Copyright 1986, 1987, 1988, 1989, 1994, 1998 The Open Group 13819 13820 Permission to use, copy, modify, distribute, and sell this software and its 13821 documentation for any purpose is hereby granted without fee, provided that 13822 the above copyright notice appear in all copies and that both that 13823 copyright notice and this permission notice appear in supporting 13824 documentation. 13825 13826 The above copyright notice and this permission notice shall be included in 13827 all copies or substantial portions of the Software. 13828 13829 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 13830 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 13831 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 13832 OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN 13833 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 13834 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 13835 13836 Except as contained in this notice, the name of The Open Group shall not be 13837 used in advertising or otherwise to promote the sale, use or other dealings 13838 in this Software without prior written authorization from The Open Group. 13839 13840 Copyright (c) 1996 Digital Equipment Corporation, Maynard, Massachusetts. 13841 13842 Permission is hereby granted, free of charge, to any person obtaining a copy 13843 of this software and associated documentation files (the "Software"), to deal 13844 in the Software without restriction, including without limitation the rights 13845 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 13846 copies of the Software. 13847 13848 The above copyright notice and this permission notice shall be included in 13849 all copies or substantial portions of the Software. 13850 13851 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 13852 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 13853 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 13854 DIGITAL EQUIPMENT CORPORATION BE LIABLE FOR ANY CLAIM, DAMAGES, INCLUDING, 13855 BUT NOT LIMITED TO CONSEQUENTIAL OR INCIDENTAL DAMAGES, OR OTHER LIABILITY, 13856 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR 13857 IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 13858 13859 Except as contained in this notice, the name of Digital Equipment Corporation 13860 shall not be used in advertising or otherwise to promote the sale, use or other 13861 dealings in this Software without prior written authorization from Digital 13862 Equipment Corporation. 13863 13864 Copyright (c) 1997 by Silicon Graphics Computer Systems, Inc. 13865 Permission to use, copy, modify, and distribute this 13866 software and its documentation for any purpose and without 13867 fee is hereby granted, provided that the above copyright 13868 notice appear in all copies and that both that copyright 13869 notice and this permission notice appear in supporting 13870 documentation, and that the name of Silicon Graphics not be 13871 used in advertising or publicity pertaining to distribution 13872 of the software without specific prior written permission. 13873 Silicon Graphics makes no representation about the suitability 13874 of this software for any purpose. It is provided "as is" 13875 without any express or implied warranty. 13876 SILICON GRAPHICS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS 13877 SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY 13878 AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON 13879 GRAPHICS BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL 13880 DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 13881 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE 13882 OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH 13883 THE USE OR PERFORMANCE OF THIS SOFTWARE. 13884 13885 Copyright 1992 Network Computing Devices 13886 13887 Permission to use, copy, modify, distribute, and sell this software and its 13888 documentation for any purpose is hereby granted without fee, provided that 13889 the above copyright notice appear in all copies and that both that 13890 copyright notice and this permission notice appear in supporting 13891 documentation, and that the name of NCD. not be used in advertising or 13892 publicity pertaining to distribution of the software without specific, 13893 written prior permission. NCD. makes no representations about the 13894 suitability of this software for any purpose. It is provided "as is" 13895 without express or implied warranty. 13896 13897 NCD. DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL 13898 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL NCD. 13899 BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 13900 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION 13901 OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN 13902 CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 13903 13904 Copyright 1991,1993 by Digital Equipment Corporation, Maynard, Massachusetts, 13905 and Olivetti Research Limited, Cambridge, England. 13906 13907 All Rights Reserved 13908 13909 Permission to use, copy, modify, and distribute this software and its 13910 documentation for any purpose and without fee is hereby granted, 13911 provided that the above copyright notice appear in all copies and that 13912 both that copyright notice and this permission notice appear in 13913 supporting documentation, and that the names of Digital or Olivetti 13914 not be used in advertising or publicity pertaining to distribution of the 13915 software without specific, written prior permission. 13916 13917 DIGITAL AND OLIVETTI DISCLAIM ALL WARRANTIES WITH REGARD TO THIS 13918 SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND 13919 FITNESS, IN NO EVENT SHALL THEY BE LIABLE FOR ANY SPECIAL, INDIRECT OR 13920 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF 13921 USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR 13922 OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 13923 PERFORMANCE OF THIS SOFTWARE. 13924 13925 Copyright 1986, 1987, 1988 by Hewlett-Packard Corporation 13926 13927 Permission to use, copy, modify, and distribute this 13928 software and its documentation for any purpose and without 13929 fee is hereby granted, provided that the above copyright 13930 notice appear in all copies and that both that copyright 13931 notice and this permission notice appear in supporting 13932 documentation, and that the name of Hewlett-Packard not be used in 13933 advertising or publicity pertaining to distribution of the 13934 software without specific, written prior permission. 13935 13936 Hewlett-Packard makes no representations about the 13937 suitability of this software for any purpose. It is provided 13938 "as is" without express or implied warranty. 13939 13940 This software is not subject to any license of the American 13941 Telephone and Telegraph Company or of the Regents of the 13942 University of California. 13943 13944 Copyright (c) 1994, 1995 Hewlett-Packard Company 13945 13946 Permission is hereby granted, free of charge, to any person obtaining 13947 a copy of this software and associated documentation files (the 13948 "Software"), to deal in the Software without restriction, including 13949 without limitation the rights to use, copy, modify, merge, publish, 13950 distribute, sublicense, and/or sell copies of the Software, and to 13951 permit persons to whom the Software is furnished to do so, subject to 13952 the following conditions: 13953 13954 The above copyright notice and this permission notice shall be included 13955 in all copies or substantial portions of the Software. 13956 13957 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 13958 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 13959 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. 13960 IN NO EVENT SHALL HEWLETT-PACKARD COMPANY BE LIABLE FOR ANY CLAIM, 13961 DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR 13962 OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR 13963 THE USE OR OTHER DEALINGS IN THE SOFTWARE. 13964 13965 Except as contained in this notice, the name of the Hewlett-Packard 13966 Company shall not be used in advertising or otherwise to promote the 13967 sale, use or other dealings in this Software without prior written 13968 authorization from the Hewlett-Packard Company. 13969 13970 Copyright Digital Equipment Corporation, 1996 13971 13972 Permission to use, copy, modify, distribute, and sell this 13973 documentation for any purpose is hereby granted without fee, 13974 provided that the above copyright notice and this permission 13975 notice appear in all copies. Digital Equipment Corporation 13976 makes no representations about the suitability for any purpose 13977 of the information in this document. This documentation is 13978 provided ``as is'' without express or implied warranty. 13979 13980 Copyright (c) 1999, 2005, 2006, 2013, Oracle and/or its affiliates. 13981 All rights reserved. 13982 13983 Permission is hereby granted, free of charge, to any person obtaining a 13984 copy of this software and associated documentation files (the "Software"), 13985 to deal in the Software without restriction, including without limitation 13986 the rights to use, copy, modify, merge, publish, distribute, sublicense, 13987 and/or sell copies of the Software, and to permit persons to whom the 13988 Software is furnished to do so, subject to the following conditions: 13989 13990 The above copyright notice and this permission notice (including the next 13991 paragraph) shall be included in all copies or substantial portions of the 13992 Software. 13993 13994 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 13995 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 13996 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 13997 THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 13998 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 13999 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 14000 DEALINGS IN THE SOFTWARE. 14001 14002 Copyright (c) 1989 X Consortium, Inc. and Digital Equipment Corporation. 14003 Copyright (c) 1992 X Consortium, Inc. and Intergraph Corporation. 14004 Copyright (c) 1993 X Consortium, Inc. and Silicon Graphics, Inc. 14005 Copyright (c) 1994, 1995 X Consortium, Inc. and Hewlett-Packard Company. 14006 14007 Permission to use, copy, modify, and distribute this documentation for 14008 any purpose and without fee is hereby granted, provided that the above 14009 copyright notice and this permission notice appear in all copies. 14010 Digital Equipment Corporation, Intergraph Corporation, Silicon 14011 Graphics, Hewlett-Packard, and the X Consortium make no 14012 representations about the suitability for any purpose of the 14013 information in this document. This documentation is provided ``as is'' 14014 without express or implied warranty. 14015 14016 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 14017 </pre> 14018 <ul> 14019 14020 </ul> 14021 </div> 14022 </div> 14023 14024 14025 <div class="product"> 14026 <span class="title">libXfixes-5.0.1</span> 14027 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 14028 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span> 14029 <div class="licence"> 14030 <pre>Scanned Source License libXfixes-5.0.1/COPYING: 14031 14032 14033 Copyright 2001,2003 Keith Packard 14034 14035 Permission to use, copy, modify, distribute, and sell this software and its 14036 documentation for any purpose is hereby granted without fee, provided that 14037 the above copyright notice appear in all copies and that both that 14038 copyright notice and this permission notice appear in supporting 14039 documentation, and that the name of Keith Packard not be used in 14040 advertising or publicity pertaining to distribution of the software without 14041 specific, written prior permission. Keith Packard makes no 14042 representations about the suitability of this software for any purpose. It 14043 is provided "as is" without express or implied warranty. 14044 14045 KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 14046 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 14047 EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR 14048 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 14049 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 14050 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 14051 PERFORMANCE OF THIS SOFTWARE. 14052 14053 Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved. 14054 14055 Permission is hereby granted, free of charge, to any person obtaining a 14056 copy of this software and associated documentation files (the "Software"), 14057 to deal in the Software without restriction, including without limitation 14058 the rights to use, copy, modify, merge, publish, distribute, sublicense, 14059 and/or sell copies of the Software, and to permit persons to whom the 14060 Software is furnished to do so, subject to the following conditions: 14061 14062 The above copyright notice and this permission notice (including the next 14063 paragraph) shall be included in all copies or substantial portions of the 14064 Software. 14065 14066 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 14067 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 14068 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 14069 THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 14070 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 14071 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 14072 DEALINGS IN THE SOFTWARE. 14073 14074 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 14075 </pre> 14076 <ul> 14077 14078 </ul> 14079 </div> 14080 </div> 14081 14082 14083 <div class="product"> 14084 <span class="title">libXfont-1.4.4</span> 14085 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 14086 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span> 14087 <div class="licence"> 14088 <pre>Scanned Source License libXfont-1.4.4/COPYING: 14089 14090 Copyright 2007 Red Hat, Inc 14091 Copyright (c) 2008, 2009, Oracle and/or its affiliates. All rights reserved. 14092 14093 Permission is hereby granted, free of charge, to any person obtaining a 14094 copy of this software and associated documentation files (the "Software"), 14095 to deal in the Software without restriction, including without limitation 14096 the rights to use, copy, modify, merge, publish, distribute, sublicense, 14097 and/or sell copies of the Software, and to permit persons to whom the 14098 Software is furnished to do so, subject to the following conditions: 14099 14100 The above copyright notice and this permission notice (including the next 14101 paragraph) shall be included in all copies or substantial portions of the 14102 Software. 14103 14104 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 14105 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 14106 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 14107 THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 14108 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 14109 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 14110 DEALINGS IN THE SOFTWARE. 14111 14112 Copyright (c) 1997 by Mark Leisher 14113 Copyright (c) 1998-2003 by Juliusz Chroboczek 14114 Copyright (c) 1998 Go Watanabe, All rights reserved. 14115 Copyright (c) 1998 Kazushi (Jam) Marukawa, All rights reserved. 14116 Copyright (c) 1998 Takuya SHIOZAKI, All rights reserved. 14117 Copyright (c) 1998 X-TrueType Server Project, All rights reserved. 14118 Copyright (c) 2003-2004 After X-TT Project, All rights reserved. 14119 14120 Permission is hereby granted, free of charge, to any person obtaining a copy 14121 of this software and associated documentation files (the "Software"), to deal 14122 in the Software without restriction, including without limitation the rights 14123 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 14124 copies of the Software, and to permit persons to whom the Software is 14125 furnished to do so, subject to the following conditions: 14126 14127 The above copyright notice and this permission notice shall be included in 14128 all copies or substantial portions of the Software. 14129 14130 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 14131 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 14132 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 14133 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 14134 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 14135 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 14136 THE SOFTWARE. 14137 14138 14139 Copyright 1990, 1998 The Open Group 14140 14141 Permission to use, copy, modify, distribute, and sell this software and its 14142 documentation for any purpose is hereby granted without fee, provided that 14143 the above copyright notice appear in all copies and that both that 14144 copyright notice and this permission notice appear in supporting 14145 documentation. 14146 14147 The above copyright notice and this permission notice shall be included 14148 in all copies or substantial portions of the Software. 14149 14150 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 14151 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 14152 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. 14153 IN NO EVENT SHALL THE OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR 14154 OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, 14155 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 14156 OTHER DEALINGS IN THE SOFTWARE. 14157 14158 Except as contained in this notice, the name of The Open Group shall 14159 not be used in advertising or otherwise to promote the sale, use or 14160 other dealings in this Software without prior written authorization 14161 from The Open Group. 14162 14163 14164 Copyright 1989 by Digital Equipment Corporation, Maynard, Massachusetts. 14165 14166 All Rights Reserved 14167 14168 Permission to use, copy, modify, and distribute this software and its 14169 documentation for any purpose and without fee is hereby granted, 14170 provided that the above copyright notice appear in all copies and that 14171 both that copyright notice and this permission notice appear in 14172 supporting documentation, and that the name of Digital not be 14173 used in advertising or publicity pertaining to distribution of the 14174 software without specific, written prior permission. 14175 14176 DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING 14177 ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL 14178 DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR 14179 ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, 14180 WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, 14181 ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS 14182 SOFTWARE. 14183 14184 14185 Copyright 1999 SuSE, Inc. 14186 14187 Permission to use, copy, modify, distribute, and sell this software and its 14188 documentation for any purpose is hereby granted without fee, provided that 14189 the above copyright notice appear in all copies and that both that 14190 copyright notice and this permission notice appear in supporting 14191 documentation, and that the name of SuSE not be used in advertising or 14192 publicity pertaining to distribution of the software without specific, 14193 written prior permission. SuSE makes no representations about the 14194 suitability of this software for any purpose. It is provided "as is" 14195 without express or implied warranty. 14196 14197 SuSE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL 14198 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL SuSE 14199 BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 14200 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION 14201 OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN 14202 CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 14203 14204 14205 Copyright 1990 Network Computing Devices 14206 14207 Permission to use, copy, modify, distribute, and sell this software and 14208 its documentation for any purpose is hereby granted without fee, provided 14209 that the above copyright notice appear in all copies and that both that 14210 copyright notice and this permission notice appear in supporting 14211 documentation, and that the name of Network Computing Devices not be used 14212 in advertising or publicity pertaining to distribution of the software 14213 without specific, written prior permission. Network Computing Devices 14214 makes no representations about the suitability of this software for any 14215 purpose. It is provided "as is" without express or implied warranty. 14216 14217 NETWORK COMPUTING DEVICES DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS 14218 SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, 14219 IN NO EVENT SHALL NETWORK COMPUTING DEVICES BE LIABLE FOR ANY SPECIAL, 14220 INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM 14221 LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE 14222 OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE 14223 OR PERFORMANCE OF THIS SOFTWARE. 14224 14225 14226 Copyright 1990 Network Computing Devices 14227 14228 Permission to use, copy, modify, distribute, and sell this software and 14229 its documentation for any purpose is hereby granted without fee, provided 14230 that the above copyright notice appear in all copies and that both that 14231 copyright notice and this permission notice appear in supporting 14232 documentation, and that the names of Network Computing Devices, or Digital 14233 not be used in advertising or publicity pertaining to distribution 14234 of the software without specific, written prior permission. 14235 14236 NETWORK COMPUTING DEVICES, AND DIGITAL AND DISCLAIM ALL WARRANTIES WITH 14237 REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF 14238 MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL NETWORK COMPUTING DEVICES, 14239 OR DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL 14240 DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR 14241 PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS 14242 ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF 14243 THIS SOFTWARE. 14244 14245 14246 [Note: clause 3 in the following license, the "advertising clause", was 14247 rescinded by Berkeley in 1999. See 14248 <ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change>] 14249 14250 Copyright (c) 1991, 1993 14251 The Regents of the University of California. All rights reserved. 14252 14253 Redistribution and use in source and binary forms, with or without 14254 modification, are permitted provided that the following conditions 14255 are met: 14256 1. Redistributions of source code must retain the above copyright 14257 notice, this list of conditions and the following disclaimer. 14258 2. Redistributions in binary form must reproduce the above copyright 14259 notice, this list of conditions and the following disclaimer in the 14260 documentation and/or other materials provided with the distribution. 14261 3. All advertising materials mentioning features or use of this software 14262 must display the following acknowledgement: 14263 This product includes software developed by the University of 14264 California, Berkeley and its contributors. 14265 4. Neither the name of the University nor the names of its contributors 14266 may be used to endorse or promote products derived from this software 14267 without specific prior written permission. 14268 14269 THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND 14270 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 14271 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 14272 ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 14273 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 14274 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 14275 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 14276 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 14277 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 14278 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 14279 SUCH DAMAGE. 14280 14281 14282 Copyright (c) 1998-1999 Shunsuke Akiyama <akiyama (a] jp.FreeBSD.org>. 14283 All rights reserved. 14284 Copyright (c) 1998-1999 X-TrueType Server Project, All rights reserved. 14285 14286 Redistribution and use in source and binary forms, with or without 14287 modification, are permitted provided that the following conditions 14288 are met: 14289 1. Redistributions of source code must retain the above copyright 14290 notice, this list of conditions and the following disclaimer. 14291 2. Redistributions in binary form must reproduce the above copyright 14292 notice, this list of conditions and the following disclaimer in the 14293 documentation and/or other materials provided with the distribution. 14294 14295 THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND 14296 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 14297 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 14298 ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 14299 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 14300 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 14301 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 14302 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 14303 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 14304 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 14305 SUCH DAMAGE. 14306 14307 14308 Copyright 2004 Keith Packard 14309 14310 Permission to use, copy, modify, distribute, and sell this software and its 14311 documentation for any purpose is hereby granted without fee, provided that 14312 the above copyright notice appear in all copies and that both that 14313 copyright notice and this permission notice appear in supporting 14314 documentation, and that the name of Keith Packard not be used in 14315 advertising or publicity pertaining to distribution of the software without 14316 specific, written prior permission. Keith Packard makes no 14317 representations about the suitability of this software for any purpose. It 14318 is provided "as is" without express or implied warranty. 14319 14320 KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 14321 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 14322 EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR 14323 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 14324 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 14325 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 14326 PERFORMANCE OF THIS SOFTWARE. 14327 14328 14329 /* lib/font/fontfile/gunzip.c 14330 written by Mark Eichin <eichin (a] kitten.gen.ma.us> September 1996. 14331 intended for inclusion in X11 public releases. */ 14332 14333 14334 Copyright (c) 1999 The XFree86 Project Inc. 14335 14336 All Rights Reserved. 14337 14338 The above copyright notice and this permission notice shall be included in 14339 all copies or substantial portions of the Software. 14340 14341 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 14342 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 14343 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 14344 OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN 14345 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 14346 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 14347 14348 Except as contained in this notice, the name of The XFree86 Project 14349 Inc. shall not be used in advertising or otherwise to promote the 14350 sale, use or other dealings in this Software without prior written 14351 authorization from The XFree86 Project Inc.. 14352 14353 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 14354 </pre> 14355 <ul> 14356 14357 </ul> 14358 </div> 14359 </div> 14360 14361 14362 <div class="product"> 14363 <span class="title">libXft-2.2.0</span> 14364 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 14365 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span> 14366 <div class="licence"> 14367 <pre>Scanned Source License libXft-2.2.0/COPYING: 14368 14369 14370 Copyright 2001,2003 Keith Packard 14371 14372 Permission to use, copy, modify, distribute, and sell this software and its 14373 documentation for any purpose is hereby granted without fee, provided that 14374 the above copyright notice appear in all copies and that both that 14375 copyright notice and this permission notice appear in supporting 14376 documentation, and that the name of Keith Packard not be used in 14377 advertising or publicity pertaining to distribution of the software without 14378 specific, written prior permission. Keith Packard makes no 14379 representations about the suitability of this software for any purpose. It 14380 is provided "as is" without express or implied warranty. 14381 14382 KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 14383 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 14384 EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR 14385 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 14386 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 14387 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 14388 PERFORMANCE OF THIS SOFTWARE. 14389 14390 14391 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 14392 </pre> 14393 <ul> 14394 14395 </ul> 14396 </div> 14397 </div> 14398 14399 14400 <div class="product"> 14401 <span class="title">libXi-1.7.1.901</span> 14402 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 14403 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span> 14404 <div class="licence"> 14405 <pre>Scanned Source License libXi-1.7.1.901/COPYING: 14406 14407 Copyright 1989, 1998 The Open Group 14408 14409 Permission to use, copy, modify, distribute, and sell this software and its 14410 documentation for any purpose is hereby granted without fee, provided that 14411 the above copyright notice appear in all copies and that both that 14412 copyright notice and this permission notice appear in supporting 14413 documentation. 14414 14415 The above copyright notice and this permission notice shall be included in 14416 all copies or substantial portions of the Software. 14417 14418 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 14419 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 14420 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 14421 OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN 14422 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 14423 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 14424 14425 Except as contained in this notice, the name of The Open Group shall not be 14426 used in advertising or otherwise to promote the sale, use or other dealings 14427 in this Software without prior written authorization from The Open Group. 14428 14429 Copyright 1989 by Hewlett-Packard Company, Palo Alto, California. 14430 14431 All Rights Reserved 14432 14433 Permission to use, copy, modify, and distribute this software and its 14434 documentation for any purpose and without fee is hereby granted, 14435 provided that the above copyright notice appear in all copies and that 14436 both that copyright notice and this permission notice appear in 14437 supporting documentation, and that the name of Hewlett-Packard not be 14438 used in advertising or publicity pertaining to distribution of the 14439 software without specific, written prior permission. 14440 14441 HEWLETT-PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 14442 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 14443 EVENT SHALL HEWLETT-PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR 14444 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF 14445 USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR 14446 OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 14447 PERFORMANCE OF THIS SOFTWARE. 14448 14449 Copyright 2008 Peter Hutterer 14450 14451 Permission to use, copy, modify, distribute, and sell this software and its 14452 documentation for any purpose is hereby granted without fee, provided that 14453 the above copyright notice appear in all copies and that both that 14454 copyright notice and this permission notice appear in supporting 14455 documentation. 14456 14457 The above copyright notice and this permission notice shall be included in 14458 all copies or substantial portions of the Software. 14459 14460 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 14461 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 14462 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 14463 AUTHOR BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN 14464 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 14465 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 14466 14467 Except as contained in this notice, the name of the author shall not be 14468 used in advertising or otherwise to promote the sale, use or other dealings 14469 in this Software without prior written authorization from the author. 14470 14471 Copyright 2009 Red Hat, Inc. 14472 14473 Permission is hereby granted, free of charge, to any person obtaining a 14474 copy of this software and associated documentation files (the "Software"), 14475 to deal in the Software without restriction, including without limitation 14476 the rights to use, copy, modify, merge, publish, distribute, sublicense, 14477 and/or sell copies of the Software, and to permit persons to whom the 14478 Software is furnished to do so, subject to the following conditions: 14479 14480 The above copyright notice and this permission notice (including the next 14481 paragraph) shall be included in all copies or substantial portions of the 14482 Software. 14483 14484 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 14485 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 14486 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 14487 THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 14488 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 14489 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 14490 DEALINGS IN THE SOFTWARE. 14491 14492 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 14493 </pre> 14494 <ul> 14495 14496 </ul> 14497 </div> 14498 </div> 14499 14500 14501 <div class="product"> 14502 <span class="title">libXinerama-1.1.3</span> 14503 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 14504 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span> 14505 <div class="licence"> 14506 <pre>Scanned Source License libXinerama-1.1.3/COPYING: 14507 14508 Copyright (c) 2007, Oracle and/or its affiliates. All rights reserved. 14509 14510 Permission is hereby granted, free of charge, to any person obtaining a 14511 copy of this software and associated documentation files (the "Software"), 14512 to deal in the Software without restriction, including without limitation 14513 the rights to use, copy, modify, merge, publish, distribute, sublicense, 14514 and/or sell copies of the Software, and to permit persons to whom the 14515 Software is furnished to do so, subject to the following conditions: 14516 14517 The above copyright notice and this permission notice (including the next 14518 paragraph) shall be included in all copies or substantial portions of the 14519 Software. 14520 14521 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 14522 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 14523 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 14524 THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 14525 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 14526 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 14527 DEALINGS IN THE SOFTWARE. 14528 14529 Copyright 2003 The Open Group 14530 14531 Permission to use, copy, modify, distribute, and sell this software and its 14532 documentation for any purpose is hereby granted without fee, provided that 14533 the above copyright notice appear in all copies and that both that 14534 copyright notice and this permission notice appear in supporting 14535 documentation. 14536 14537 The above copyright notice and this permission notice shall be included in 14538 all copies or substantial portions of the Software. 14539 14540 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 14541 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 14542 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 14543 OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN 14544 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 14545 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 14546 14547 Except as contained in this notice, the name of The Open Group shall not be 14548 used in advertising or otherwise to promote the sale, use or other dealings 14549 in this Software without prior written authorization from The Open Group. 14550 14551 Copyright (c) 1991, 1997 Digital Equipment Corporation, Maynard, Massachusetts. 14552 14553 Permission is hereby granted, free of charge, to any person obtaining a copy 14554 of this software and associated documentation files (the "Software"), to deal 14555 in the Software without restriction, including without limitation the rights 14556 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 14557 copies of the Software. 14558 14559 The above copyright notice and this permission notice shall be included in 14560 all copies or substantial portions of the Software. 14561 14562 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 14563 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 14564 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 14565 DIGITAL EQUIPMENT CORPORATION BE LIABLE FOR ANY CLAIM, DAMAGES, INCLUDING, 14566 BUT NOT LIMITED TO CONSEQUENTIAL OR INCIDENTAL DAMAGES, OR OTHER LIABILITY, 14567 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR 14568 IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 14569 14570 Except as contained in this notice, the name of Digital Equipment Corporation 14571 shall not be used in advertising or otherwise to promote the sale, use or other 14572 dealings in this Software without prior written authorization from Digital 14573 Equipment Corporation. 14574 14575 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 14576 </pre> 14577 <ul> 14578 14579 </ul> 14580 </div> 14581 </div> 14582 14583 14584 <div class="product"> 14585 <span class="title">libxkbfile-1.0.7</span> 14586 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 14587 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span> 14588 <div class="licence"> 14589 <pre>Scanned Source License libxkbfile-1.0.7/COPYING: 14590 14591 Copyright (c) 1994-1996 by Silicon Graphics Computer Systems, Inc. 14592 14593 Permission to use, copy, modify, and distribute this 14594 software and its documentation for any purpose and without 14595 fee is hereby granted, provided that the above copyright 14596 notice appear in all copies and that both that copyright 14597 notice and this permission notice appear in supporting 14598 documentation, and that the name of Silicon Graphics not be 14599 used in advertising or publicity pertaining to distribution 14600 of the software without specific prior written permission. 14601 Silicon Graphics makes no representation about the suitability 14602 of this software for any purpose. It is provided "as is" 14603 without any express or implied warranty. 14604 14605 SILICON GRAPHICS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS 14606 SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY 14607 AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON 14608 GRAPHICS BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL 14609 DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 14610 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE 14611 OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH 14612 THE USE OR PERFORMANCE OF THIS SOFTWARE. 14613 14614 14615 Copyright 1987, 1998 The Open Group 14616 14617 Permission to use, copy, modify, distribute, and sell this software and its 14618 documentation for any purpose is hereby granted without fee, provided that 14619 the above copyright notice appear in all copies and that both that 14620 copyright notice and this permission notice appear in supporting 14621 documentation. 14622 14623 The above copyright notice and this permission notice shall be included in 14624 all copies or substantial portions of the Software. 14625 14626 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 14627 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 14628 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 14629 OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN 14630 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 14631 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 14632 14633 Except as contained in this notice, the name of The Open Group shall not be 14634 used in advertising or otherwise to promote the sale, use or other dealings 14635 in this Software without prior written authorization from The Open Group. 14636 14637 14638 Copyright 1987 by Digital Equipment Corporation, Maynard, Massachusetts. 14639 All Rights Reserved 14640 14641 Permission to use, copy, modify, and distribute this software and its 14642 documentation for any purpose and without fee is hereby granted, 14643 provided that the above copyright notice appear in all copies and that 14644 both that copyright notice and this permission notice appear in 14645 supporting documentation, and that the name of Digital not be 14646 used in advertising or publicity pertaining to distribution of the 14647 software without specific, written prior permission. 14648 14649 DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING 14650 ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL 14651 DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR 14652 ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, 14653 WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, 14654 ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS 14655 SOFTWARE. 14656 14657 14658 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 14659 </pre> 14660 <ul> 14661 14662 </ul> 14663 </div> 14664 </div> 14665 14666 14667 <div class="product"> 14668 <span class="title">libxml2-2.9.1</span> 14669 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 14670 <span class="homepage"><a href="http://www.xmlsoft.org/">homepage</a></span> 14671 <div class="licence"> 14672 <pre>Scanned Source License libxml2-2.9.1/COPYING: 14673 14674 Except where otherwise noted in the source code (e.g. the files hash.c, 14675 list.c and the trio files, which are covered by a similar licence but 14676 with different Copyright notices) all the files are: 14677 14678 Copyright (C) 1998-2012 Daniel Veillard. All Rights Reserved. 14679 14680 Permission is hereby granted, free of charge, to any person obtaining a copy 14681 of this software and associated documentation files (the "Software"), to deal 14682 in the Software without restriction, including without limitation the rights 14683 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 14684 copies of the Software, and to permit persons to whom the Software is fur- 14685 nished to do so, subject to the following conditions: 14686 14687 The above copyright notice and this permission notice shall be included in 14688 all copies or substantial portions of the Software. 14689 14690 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 14691 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FIT- 14692 NESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 14693 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 14694 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 14695 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 14696 THE SOFTWARE. 14697 14698 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 14699 14700 Scanned Source License libxml2-2.9.1/Copyright: 14701 14702 Except where otherwise noted in the source code (e.g. the files hash.c, 14703 list.c and the trio files, which are covered by a similar licence but 14704 with different Copyright notices) all the files are: 14705 14706 Copyright (C) 1998-2012 Daniel Veillard. All Rights Reserved. 14707 14708 Permission is hereby granted, free of charge, to any person obtaining a copy 14709 of this software and associated documentation files (the "Software"), to deal 14710 in the Software without restriction, including without limitation the rights 14711 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 14712 copies of the Software, and to permit persons to whom the Software is fur- 14713 nished to do so, subject to the following conditions: 14714 14715 The above copyright notice and this permission notice shall be included in 14716 all copies or substantial portions of the Software. 14717 14718 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 14719 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FIT- 14720 NESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 14721 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 14722 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 14723 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 14724 THE SOFTWARE. 14725 14726 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 14727 </pre> 14728 <ul> 14729 14730 </ul> 14731 </div> 14732 </div> 14733 14734 14735 <div class="product"> 14736 <span class="title">libXmu-1.1.0</span> 14737 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 14738 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span> 14739 <div class="licence"> 14740 <pre>Scanned Source License libXmu-1.1.0/COPYING: 14741 14742 Copyright 1989, 1998 The Open Group 14743 14744 Permission to use, copy, modify, distribute, and sell this software and its 14745 documentation for any purpose is hereby granted without fee, provided that 14746 the above copyright notice appear in all copies and that both that 14747 copyright notice and this permission notice appear in supporting 14748 documentation. 14749 14750 The above copyright notice and this permission notice shall be included in 14751 all copies or substantial portions of the Software. 14752 14753 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 14754 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 14755 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 14756 OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN 14757 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 14758 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 14759 14760 Except as contained in this notice, the name of The Open Group shall not be 14761 used in advertising or otherwise to promote the sale, use or other dealings 14762 in this Software without prior written authorization from The Open Group. 14763 14764 ----------- 14765 14766 Xmu/StrToBmap.c and Xmu/GrayPixmap.c also have: 14767 14768 Copyright 1987, 1988 by Digital Equipment Corporation, Maynard, Massachusetts. 14769 14770 All Rights Reserved 14771 14772 Permission to use, copy, modify, and distribute this software and its 14773 documentation for any purpose and without fee is hereby granted, 14774 provided that the above copyright notice appear in all copies and that 14775 both that copyright notice and this permission notice appear in 14776 supporting documentation, and that the name of Digital not be 14777 used in advertising or publicity pertaining to distribution of the 14778 software without specific, written prior permission. 14779 14780 DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING 14781 ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL 14782 DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR 14783 ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, 14784 WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, 14785 ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS 14786 SOFTWARE. 14787 14788 ----------- 14789 14790 And Xmu/Clip.c has: 14791 14792 Copyright (c) 1998 by The XFree86 Project, Inc. 14793 14794 Permission is hereby granted, free of charge, to any person obtaining a 14795 copy of this software and associated documentation files (the "Software"), 14796 to deal in the Software without restriction, including without limitation 14797 the rights to use, copy, modify, merge, publish, distribute, sublicense, 14798 and/or sell copies of the Software, and to permit persons to whom the 14799 Software is furnished to do so, subject to the following conditions: 14800 14801 The above copyright notice and this permission notice shall be included in 14802 all copies or substantial portions of the Software. 14803 14804 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 14805 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 14806 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 14807 THE XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 14808 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF 14809 OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 14810 SOFTWARE. 14811 14812 Except as contained in this notice, the name of the XFree86 Project shall 14813 not be used in advertising or otherwise to promote the sale, use or other 14814 dealings in this Software without prior written authorization from the 14815 XFree86 Project. 14816 14817 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 14818 </pre> 14819 <ul> 14820 14821 </ul> 14822 </div> 14823 </div> 14824 14825 14826 <div class="product"> 14827 <span class="title">libXpm-3.5.9</span> 14828 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 14829 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span> 14830 <div class="licence"> 14831 <pre>Scanned Source License libXpm-3.5.9/COPYING: 14832 14833 Copyright (C) 1989-95 GROUPE BULL 14834 14835 Permission is hereby granted, free of charge, to any person obtaining a copy 14836 of this software and associated documentation files (the "Software"), to 14837 deal in the Software without restriction, including without limitation the 14838 rights to use, copy, modify, merge, publish, distribute, sublicense, and/or 14839 sell copies of the Software, and to permit persons to whom the Software is 14840 furnished to do so, subject to the following conditions: 14841 14842 The above copyright notice and this permission notice shall be included in 14843 all copies or substantial portions of the Software. 14844 14845 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 14846 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 14847 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 14848 GROUPE BULL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN 14849 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 14850 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 14851 14852 Except as contained in this notice, the name of GROUPE BULL shall not be 14853 used in advertising or otherwise to promote the sale, use or other dealings 14854 in this Software without prior written authorization from GROUPE BULL. 14855 14856 Copyright (C) 1998 Arnaud LE HORS 14857 14858 Permission is hereby granted, free of charge, to any person obtaining a copy 14859 of this software and associated documentation files (the "Software"), to 14860 deal in the Software without restriction, including without limitation the 14861 rights to use, copy, modify, merge, publish, distribute, sublicense, and/or 14862 sell copies of the Software, and to permit persons to whom the Software is 14863 furnished to do so, subject to the following conditions: 14864 14865 The above copyright notice and this permission notice shall be included in 14866 all copies or substantial portions of the Software. 14867 14868 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 14869 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 14870 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 14871 Arnaud LE HORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER 14872 IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 14873 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 14874 14875 Except as contained in this notice, the name of Arnaud LE HORS shall not be 14876 used in advertising or otherwise to promote the sale, use or other dealings 14877 in this Software without prior written authorization from Arnaud LE HORS. 14878 14879 Copyright (C) 19896 Lorens Younes 14880 14881 Permission is hereby granted, free of charge, to any person obtaining a copy 14882 of this software and associated documentation files (the "Software"), to 14883 deal in the Software without restriction, including without limitation the 14884 rights to use, copy, modify, merge, publish, distribute, sublicense, and/or 14885 sell copies of the Software, and to permit persons to whom the Software is 14886 furnished to do so, subject to the following conditions: 14887 14888 The above copyright notice and this permission notice shall be included in 14889 all copies or substantial portions of the Software. 14890 14891 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 14892 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 14893 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 14894 Lorens Younes BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER 14895 IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 14896 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 14897 14898 Except as contained in this notice, the name of Lorens Younes shall not be 14899 used in advertising or otherwise to promote the sale, use or other dealings 14900 in this Software without prior written authorization from Lorens Younes. 14901 14902 14903 14904 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 14905 14906 Scanned Source License libXpm-3.5.9/COPYRIGHT: 14907 14908 /* 14909 * Copyright (C) 1989-95 GROUPE BULL 14910 * 14911 * Permission is hereby granted, free of charge, to any person obtaining a copy 14912 * of this software and associated documentation files (the "Software"), to 14913 * deal in the Software without restriction, including without limitation the 14914 * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or 14915 * sell copies of the Software, and to permit persons to whom the Software is 14916 * furnished to do so, subject to the following conditions: 14917 * 14918 * The above copyright notice and this permission notice shall be included in 14919 * all copies or substantial portions of the Software. 14920 * 14921 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 14922 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 14923 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 14924 * GROUPE BULL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN 14925 * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 14926 * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 14927 * 14928 * Except as contained in this notice, the name of GROUPE BULL shall not be 14929 * used in advertising or otherwise to promote the sale, use or other dealings 14930 * in this Software without prior written authorization from GROUPE BULL. 14931 */ 14932 14933 Arnaud LE HORS BULL Research FRANCE -- Koala Project 14934 (XPM - X PixMap format version 2 & 3) 14935 Internet: lehors (a] sophia.inria.fr 14936 Surface Mail: Arnaud LE HORS, INRIA - Sophia Antipolis, 14937 2004, route des Lucioles, 06565 Valbonne Cedex -- FRANCE 14938 Voice phone: (33) 93.65.77.71, Fax: (33) 93 65 77 66, Telex: 97 00 50 F 14939 14940 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 14941 </pre> 14942 <ul> 14943 14944 </ul> 14945 </div> 14946 </div> 14947 14948 14949 <div class="product"> 14950 <span class="title">libXrandr-1.4.1</span> 14951 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 14952 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span> 14953 <div class="licence"> 14954 <pre>Scanned Source License libXrandr-1.4.1/COPYING: 14955 14956 Copyright 2000, Compaq Computer Corporation, 14957 Copyright 2002, Hewlett Packard, Inc. 14958 14959 Permission to use, copy, modify, distribute, and sell this software and its 14960 documentation for any purpose is hereby granted without fee, provided that 14961 the above copyright notice appear in all copies and that both that 14962 copyright notice and this permission notice appear in supporting 14963 documentation, and that the name of Compaq or HP not be used in advertising 14964 or publicity pertaining to distribution of the software without specific, 14965 written prior permission. HP makes no representations about the 14966 suitability of this software for any purpose. It is provided "as is" 14967 without express or implied warranty. 14968 14969 HP DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL 14970 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL HP 14971 BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 14972 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION 14973 OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN 14974 CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 14975 14976 Copyright 2000 Compaq Computer Corporation, Inc. 14977 Copyright 2002 Hewlett-Packard Company, Inc. 14978 Copyright 2006 Intel Corporation 14979 Copyright 2008 Red Hat, Inc. 14980 14981 Permission to use, copy, modify, distribute, and sell this software and its 14982 documentation for any purpose is hereby granted without fee, provided that 14983 the above copyright notice appear in all copies and that both that copyright 14984 notice and this permission notice appear in supporting documentation, and 14985 that the name of the copyright holders not be used in advertising or 14986 publicity pertaining to distribution of the software without specific, 14987 written prior permission. The copyright holders make no representations 14988 about the suitability of this software for any purpose. It is provided "as 14989 is" without express or implied warranty. 14990 14991 THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 14992 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 14993 EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY SPECIAL, INDIRECT OR 14994 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 14995 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 14996 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE 14997 OF THIS SOFTWARE. 14998 14999 Copyright 2000 Compaq Computer Corporation, Inc. 15000 Copyright 2002 Hewlett Packard Company, Inc. 15001 Copyright 2006 Keith Packard 15002 15003 Permission to use, copy, modify, distribute, and sell this software and its 15004 documentation for any purpose is hereby granted without fee, provided that 15005 the above copyright notice appear in all copies and that both that copyright 15006 notice and this permission notice appear in supporting documentation, and 15007 that the name of the copyright holders not be used in advertising or 15008 publicity pertaining to distribution of the software without specific, 15009 written prior permission. The copyright holders make no representations 15010 about the suitability of this software for any purpose. It is provided "as 15011 is" without express or implied warranty. 15012 15013 THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 15014 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 15015 EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY SPECIAL, INDIRECT OR 15016 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 15017 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 15018 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE 15019 OF THIS SOFTWARE. 15020 15021 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 15022 </pre> 15023 <ul> 15024 15025 </ul> 15026 </div> 15027 </div> 15028 15029 15030 <div class="product"> 15031 <span class="title">libXrender-0.9.8</span> 15032 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 15033 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span> 15034 <div class="licence"> 15035 <pre>Scanned Source License libXrender-0.9.8/COPYING: 15036 15037 15038 Copyright 2001,2003 Keith Packard 15039 15040 Permission to use, copy, modify, distribute, and sell this software and its 15041 documentation for any purpose is hereby granted without fee, provided that 15042 the above copyright notice appear in all copies and that both that 15043 copyright notice and this permission notice appear in supporting 15044 documentation, and that the name of Keith Packard not be used in 15045 advertising or publicity pertaining to distribution of the software without 15046 specific, written prior permission. Keith Packard makes no 15047 representations about the suitability of this software for any purpose. It 15048 is provided "as is" without express or implied warranty. 15049 15050 KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 15051 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 15052 EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR 15053 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 15054 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 15055 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 15056 PERFORMANCE OF THIS SOFTWARE. 15057 15058 Copyright 2000 SuSE, Inc. 15059 15060 Permission to use, copy, modify, distribute, and sell this software and its 15061 documentation for any purpose is hereby granted without fee, provided that 15062 the above copyright notice appear in all copies and that both that 15063 copyright notice and this permission notice appear in supporting 15064 documentation, and that the name of SuSE not be used in advertising or 15065 publicity pertaining to distribution of the software without specific, 15066 written prior permission. SuSE makes no representations about the 15067 suitability of this software for any purpose. It is provided "as is" 15068 without express or implied warranty. 15069 15070 SuSE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL 15071 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL SuSE 15072 BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 15073 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION 15074 OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN 15075 CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 15076 15077 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 15078 </pre> 15079 <ul> 15080 15081 </ul> 15082 </div> 15083 </div> 15084 15085 15086 <div class="product"> 15087 <span class="title">libXt-1.1.4</span> 15088 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 15089 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span> 15090 <div class="licence"> 15091 <pre>Scanned Source License libXt-1.1.4/COPYING: 15092 15093 15094 Copyright 2001,2003 Keith Packard 15095 15096 Permission to use, copy, modify, distribute, and sell this software and its 15097 documentation for any purpose is hereby granted without fee, provided that 15098 the above copyright notice appear in all copies and that both that 15099 copyright notice and this permission notice appear in supporting 15100 documentation, and that the name of Keith Packard not be used in 15101 advertising or publicity pertaining to distribution of the software without 15102 specific, written prior permission. Keith Packard makes no 15103 representations about the suitability of this software for any purpose. It 15104 is provided "as is" without express or implied warranty. 15105 15106 KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 15107 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 15108 EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR 15109 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 15110 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 15111 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 15112 PERFORMANCE OF THIS SOFTWARE. 15113 15114 Copyright (c) 1993, 2011, Oracle and/or its affiliates. All rights reserved. 15115 15116 Permission is hereby granted, free of charge, to any person obtaining a 15117 copy of this software and associated documentation files (the "Software"), 15118 to deal in the Software without restriction, including without limitation 15119 the rights to use, copy, modify, merge, publish, distribute, sublicense, 15120 and/or sell copies of the Software, and to permit persons to whom the 15121 Software is furnished to do so, subject to the following conditions: 15122 15123 The above copyright notice and this permission notice (including the next 15124 paragraph) shall be included in all copies or substantial portions of the 15125 Software. 15126 15127 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 15128 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 15129 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 15130 THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 15131 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 15132 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 15133 DEALINGS IN THE SOFTWARE. 15134 15135 15136 Copyright 1987, 1988 by Digital Equipment Corporation, Maynard, Massachusetts, 15137 15138 All Rights Reserved 15139 15140 Permission to use, copy, modify, and distribute this software and its 15141 documentation for any purpose and without fee is hereby granted, 15142 provided that the above copyright notice appear in all copies and that 15143 both that copyright notice and this permission notice appear in 15144 supporting documentation, and that the name of Digital not be 15145 used in advertising or publicity pertaining to distribution of the 15146 software without specific, written prior permission. 15147 15148 DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING 15149 ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL 15150 DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR 15151 ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, 15152 WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, 15153 ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS 15154 SOFTWARE. 15155 15156 Copyright 1987, 1988, 1998 The Open Group 15157 15158 Permission to use, copy, modify, distribute, and sell this software and its 15159 documentation for any purpose is hereby granted without fee, provided that 15160 the above copyright notice appear in all copies and that both that 15161 copyright notice and this permission notice appear in supporting 15162 documentation. 15163 15164 The above copyright notice and this permission notice shall be included in 15165 all copies or substantial portions of the Software. 15166 15167 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 15168 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 15169 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 15170 OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN 15171 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 15172 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 15173 15174 Except as contained in this notice, the name of The Open Group shall not be 15175 used in advertising or otherwise to promote the sale, use or other dealings 15176 in this Software without prior written authorization from The Open Group. 15177 15178 15179 Copyright (c) 1993, 1994 X Consortium 15180 15181 Permission is hereby granted, free of charge, to any person obtaining a 15182 copy of this software and associated documentation files (the "Software"), 15183 to deal in the Software without restriction, including without limitation 15184 the rights to use, copy, modify, merge, publish, distribute, sublicense, 15185 and/or sell copies of the Software, and to permit persons to whom the 15186 Software furnished to do so, subject to the following conditions: 15187 15188 The above copyright notice and this permission notice shall be included in 15189 all copies or substantial portions of the Software. 15190 15191 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 15192 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 15193 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 15194 THE X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 15195 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF 15196 OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 15197 SOFTWARE. 15198 15199 Except as contained in this notice, the name of the X Consortium shall not 15200 be used in advertising or otherwise to promote the sale, use or other 15201 dealing in this Software without prior written authorization from the 15202 X Consortium. 15203 15204 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 15205 </pre> 15206 <ul> 15207 15208 </ul> 15209 </div> 15210 </div> 15211 15212 15213 <div class="product"> 15214 <span class="title">libXtst-1.2.0</span> 15215 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 15216 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span> 15217 <div class="licence"> 15218 <pre>Scanned Source License libXtst-1.2.0/COPYING: 15219 15220 Copyright 1990, 1991 by UniSoft Group Limited 15221 Copyright 1992, 1993, 1995, 1998 The Open Group 15222 15223 Permission to use, copy, modify, distribute, and sell this software and its 15224 documentation for any purpose is hereby granted without fee, provided that 15225 the above copyright notice appear in all copies and that both that 15226 copyright notice and this permission notice appear in supporting 15227 documentation. 15228 15229 The above copyright notice and this permission notice shall be included 15230 in all copies or substantial portions of the Software. 15231 15232 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 15233 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 15234 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. 15235 IN NO EVENT SHALL THE OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR 15236 OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, 15237 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 15238 OTHER DEALINGS IN THE SOFTWARE. 15239 15240 Except as contained in this notice, the name of The Open Group shall 15241 not be used in advertising or otherwise to promote the sale, use or 15242 other dealings in this Software without prior written authorization 15243 from The Open Group. 15244 15245 *************************************************************************** 15246 15247 Copyright 1995 Network Computing Devices 15248 15249 Permission to use, copy, modify, distribute, and sell this software and 15250 its documentation for any purpose is hereby granted without fee, provided 15251 that the above copyright notice appear in all copies and that both that 15252 copyright notice and this permission notice appear in supporting 15253 documentation, and that the name of Network Computing Devices 15254 not be used in advertising or publicity pertaining to distribution 15255 of the software without specific, written prior permission. 15256 15257 NETWORK COMPUTING DEVICES DISCLAIMs ALL WARRANTIES WITH REGARD TO 15258 THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY 15259 AND FITNESS, IN NO EVENT SHALL NETWORK COMPUTING DEVICES BE LIABLE 15260 FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 15261 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN 15262 AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING 15263 OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 15264 15265 *************************************************************************** 15266 15267 Copyright 2005 Red Hat, Inc. 15268 15269 Permission to use, copy, modify, distribute, and sell this software and its 15270 documentation for any purpose is hereby granted without fee, provided that 15271 the above copyright notice appear in all copies and that both that 15272 copyright notice and this permission notice appear in supporting 15273 documentation, and that the name of Red Hat not be used in 15274 advertising or publicity pertaining to distribution of the software without 15275 specific, written prior permission. Red Hat makes no 15276 representations about the suitability of this software for any purpose. It 15277 is provided "as is" without express or implied warranty. 15278 15279 RED HAT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 15280 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 15281 EVENT SHALL RED HAT BE LIABLE FOR ANY SPECIAL, INDIRECT OR 15282 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 15283 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 15284 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 15285 PERFORMANCE OF THIS SOFTWARE. 15286 15287 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 15288 </pre> 15289 <ul> 15290 15291 </ul> 15292 </div> 15293 </div> 15294 15295 15296 <div class="product"> 15297 <span class="title">libXxf86vm-1.1.3</span> 15298 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 15299 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span> 15300 <div class="licence"> 15301 <pre>Scanned Source License libXxf86vm-1.1.3/COPYING: 15302 15303 Copyright (c) 1995 Kaleb S. KEITHLEY 15304 15305 Permission is hereby granted, free of charge, to any person obtaining 15306 a copy of this software and associated documentation files (the 15307 "Software"), to deal in the Software without restriction, including 15308 without limitation the rights to use, copy, modify, merge, publish, 15309 distribute, sublicense, and/or sell copies of the Software, and to 15310 permit persons to whom the Software is furnished to do so, subject to 15311 the following conditions: 15312 15313 The above copyright notice and this permission notice shall be 15314 included in all copies or substantial portions of the Software. 15315 15316 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 15317 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 15318 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. 15319 IN NO EVENT SHALL Kaleb S. KEITHLEY BE LIABLE FOR ANY CLAIM, DAMAGES 15320 OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, 15321 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 15322 OTHER DEALINGS IN THE SOFTWARE. 15323 15324 Except as contained in this notice, the name of Kaleb S. KEITHLEY 15325 shall not be used in advertising or otherwise to promote the sale, use 15326 or other dealings in this Software without prior written authorization 15327 from Kaleb S. KEITHLEY. 15328 15329 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 15330 </pre> 15331 <ul> 15332 15333 </ul> 15334 </div> 15335 </div> 15336 15337 15338 <div class="product"> 15339 <span class="title">Linux-2.6</span> 15340 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 15341 <span class="homepage"><a href="http://www.kernel.org/">homepage</a></span> 15342 <div class="licence"> 15343 <pre></pre> 15344 <ul> 15345 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 15346 </ul> 15347 </div> 15348 </div> 15349 15350 15351 <div class="product"> 15352 <span class="title">linux-headers-3.12</span> 15353 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 15354 <span class="homepage"><a href="http://www.kernel.org/">homepage</a></span> 15355 <div class="licence"> 15356 <pre></pre> 15357 <ul> 15358 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 15359 </ul> 15360 </div> 15361 </div> 15362 15363 15364 <div class="product"> 15365 <span class="title">llvm-3.2</span> 15366 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 15367 <span class="homepage"><a href="http://llvm.org/">homepage</a></span> 15368 <div class="licence"> 15369 <pre>Scanned Source License llvm-3.2.src/LICENSE.TXT: 15370 15371 ============================================================================== 15372 LLVM Release License 15373 ============================================================================== 15374 University of Illinois/NCSA 15375 Open Source License 15376 15377 Copyright (c) 2003-2012 University of Illinois at Urbana-Champaign. 15378 All rights reserved. 15379 15380 Developed by: 15381 15382 LLVM Team 15383 15384 University of Illinois at Urbana-Champaign 15385 15386 http://llvm.org 15387 15388 Permission is hereby granted, free of charge, to any person obtaining a copy of 15389 this software and associated documentation files (the "Software"), to deal with 15390 the Software without restriction, including without limitation the rights to 15391 use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies 15392 of the Software, and to permit persons to whom the Software is furnished to do 15393 so, subject to the following conditions: 15394 15395 * Redistributions of source code must retain the above copyright notice, 15396 this list of conditions and the following disclaimers. 15397 15398 * Redistributions in binary form must reproduce the above copyright notice, 15399 this list of conditions and the following disclaimers in the 15400 documentation and/or other materials provided with the distribution. 15401 15402 * Neither the names of the LLVM Team, University of Illinois at 15403 Urbana-Champaign, nor the names of its contributors may be used to 15404 endorse or promote products derived from this Software without specific 15405 prior written permission. 15406 15407 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 15408 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS 15409 FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 15410 CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 15411 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 15412 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS WITH THE 15413 SOFTWARE. 15414 15415 ============================================================================== 15416 Copyrights and Licenses for Third Party Software Distributed with LLVM: 15417 ============================================================================== 15418 The LLVM software contains code written by third parties. Such software will 15419 have its own individual LICENSE.TXT file in the directory in which it appears. 15420 This file will describe the copyrights, license, and restrictions which apply 15421 to that code. 15422 15423 The disclaimer of warranty in the University of Illinois Open Source License 15424 applies to all code in the LLVM Distribution, and nothing in any of the 15425 other licenses gives permission to use the names of the LLVM Team or the 15426 University of Illinois to endorse or promote products derived from this 15427 Software. 15428 15429 The following pieces of software have additional or alternate copyrights, 15430 licenses, and/or restrictions: 15431 15432 Program Directory 15433 ------- --------- 15434 Autoconf llvm/autoconf 15435 llvm/projects/ModuleMaker/autoconf 15436 llvm/projects/sample/autoconf 15437 CellSPU backend llvm/lib/Target/CellSPU/README.txt 15438 Google Test llvm/utils/unittest/googletest 15439 OpenBSD regex llvm/lib/Support/{reg*, COPYRIGHT.regex} 15440 pyyaml tests llvm/test/YAMLParser/{*.data, LICENSE.TXT} 15441 15442 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 15443 15444 Scanned Source License llvm-3.2.src/autoconf/LICENSE.TXT: 15445 15446 ------------------------------------------------------------------------------ 15447 Autoconf Files 15448 ------------------------------------------------------------------------------ 15449 All autoconf files are licensed under the LLVM license with the following 15450 additions: 15451 15452 llvm/autoconf/install-sh: 15453 This script is licensed under the LLVM license, with the following 15454 additional copyrights and restrictions: 15455 15456 Copyright 1991 by the Massachusetts Institute of Technology 15457 15458 Permission to use, copy, modify, distribute, and sell this software and its 15459 documentation for any purpose is hereby granted without fee, provided that 15460 the above copyright notice appear in all copies and that both that 15461 copyright notice and this permission notice appear in supporting 15462 documentation, and that the name of M.I.T. not be used in advertising or 15463 publicity pertaining to distribution of the software without specific, 15464 written prior permission. M.I.T. makes no representations about the 15465 suitability of this software for any purpose. It is provided "as is" 15466 without express or implied warranty. 15467 15468 Please see the source files for additional copyrights. 15469 15470 15471 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 15472 15473 Scanned Source License llvm-3.2.src/include/llvm/Support/LICENSE.TXT: 15474 15475 LLVM System Interface Library 15476 ------------------------------------------------------------------------------- 15477 The LLVM System Interface Library is licensed under the Illinois Open Source 15478 License and has the following additional copyright: 15479 15480 Copyright (C) 2004 eXtensible Systems, Inc. 15481 15482 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 15483 15484 Scanned Source License llvm-3.2.src/lib/Support/COPYRIGHT.regex: 15485 15486 $OpenBSD: COPYRIGHT,v 1.3 2003/06/02 20:18:36 millert Exp $ 15487 15488 Copyright 1992, 1993, 1994 Henry Spencer. All rights reserved. 15489 This software is not subject to any license of the American Telephone 15490 and Telegraph Company or of the Regents of the University of California. 15491 15492 Permission is granted to anyone to use this software for any purpose on 15493 any computer system, and to alter it and redistribute it, subject 15494 to the following restrictions: 15495 15496 1. The author is not responsible for the consequences of use of this 15497 software, no matter how awful, even if they arise from flaws in it. 15498 15499 2. The origin of this software must not be misrepresented, either by 15500 explicit claim or by omission. Since few users ever read sources, 15501 credits must appear in the documentation. 15502 15503 3. Altered versions must be plainly marked as such, and must not be 15504 misrepresented as being the original software. Since few users 15505 ever read sources, credits must appear in the documentation. 15506 15507 4. This notice may not be removed or altered. 15508 15509 =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 15510 /*- 15511 * Copyright (c) 1994 15512 * The Regents of the University of California. All rights reserved. 15513 * 15514 * Redistribution and use in source and binary forms, with or without 15515 * modification, are permitted provided that the following conditions 15516 * are met: 15517 * 1. Redistributions of source code must retain the above copyright 15518 * notice, this list of conditions and the following disclaimer. 15519 * 2. Redistributions in binary form must reproduce the above copyright 15520 * notice, this list of conditions and the following disclaimer in the 15521 * documentation and/or other materials provided with the distribution. 15522 * 3. Neither the name of the University nor the names of its contributors 15523 * may be used to endorse or promote products derived from this software 15524 * without specific prior written permission. 15525 * 15526 * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND 15527 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 15528 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 15529 * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 15530 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 15531 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 15532 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 15533 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 15534 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 15535 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 15536 * SUCH DAMAGE. 15537 * 15538 * @(#)COPYRIGHT 8.1 (Berkeley) 3/16/94 15539 */ 15540 15541 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 15542 15543 Scanned Source License llvm-3.2.src/projects/sample/autoconf/LICENSE.TXT: 15544 15545 ------------------------------------------------------------------------------ 15546 Autoconf Files 15547 ------------------------------------------------------------------------------ 15548 All autoconf files are licensed under the LLVM license with the following 15549 additions: 15550 15551 llvm/autoconf/install-sh: 15552 This script is licensed under the LLVM license, with the following 15553 additional copyrights and restrictions: 15554 15555 Copyright 1991 by the Massachusetts Institute of Technology 15556 15557 Permission to use, copy, modify, distribute, and sell this software and its 15558 documentation for any purpose is hereby granted without fee, provided that 15559 the above copyright notice appear in all copies and that both that 15560 copyright notice and this permission notice appear in supporting 15561 documentation, and that the name of M.I.T. not be used in advertising or 15562 publicity pertaining to distribution of the software without specific, 15563 written prior permission. M.I.T. makes no representations about the 15564 suitability of this software for any purpose. It is provided "as is" 15565 without express or implied warranty. 15566 15567 Please see the source files for additional copyrights. 15568 15569 15570 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 15571 15572 Scanned Source License llvm-3.2.src/test/YAMLParser/LICENSE.txt: 15573 15574 Copyright (c) 2006 Kirill Simonov 15575 15576 Permission is hereby granted, free of charge, to any person obtaining a copy of 15577 this software and associated documentation files (the "Software"), to deal in 15578 the Software without restriction, including without limitation the rights to 15579 use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies 15580 of the Software, and to permit persons to whom the Software is furnished to do 15581 so, subject to the following conditions: 15582 15583 The above copyright notice and this permission notice shall be included in all 15584 copies or substantial portions of the Software. 15585 15586 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 15587 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 15588 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 15589 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 15590 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 15591 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 15592 SOFTWARE. 15593 15594 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 15595 15596 Scanned Source License llvm-3.2.src/utils/unittest/googletest/LICENSE.TXT: 15597 15598 Copyright 2008, Google Inc. 15599 All rights reserved. 15600 15601 Redistribution and use in source and binary forms, with or without 15602 modification, are permitted provided that the following conditions are 15603 met: 15604 15605 * Redistributions of source code must retain the above copyright 15606 notice, this list of conditions and the following disclaimer. 15607 * Redistributions in binary form must reproduce the above 15608 copyright notice, this list of conditions and the following disclaimer 15609 in the documentation and/or other materials provided with the 15610 distribution. 15611 * Neither the name of Google Inc. nor the names of its 15612 contributors may be used to endorse or promote products derived from 15613 this software without specific prior written permission. 15614 15615 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 15616 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 15617 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 15618 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 15619 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 15620 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT 15621 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 15622 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 15623 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 15624 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 15625 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 15626 15627 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 15628 15629 Gentoo Package Stock License UoI-NCSA: 15630 15631 Copyright (c) <YEAR> <OWNER ORGANIZATION NAME>. All rights reserved. 15632 15633 Developed by: <NAME OF DEVELOPMENT GROUP> 15634 <NAME OF INSTITUTION> 15635 <URL FOR DEVELOPMENT GROUP/INSTITUTION> 15636 15637 Permission is hereby granted, free of charge, to any person obtaining a copy 15638 of this software and associated documentation files (the "Software"), to 15639 deal with the Software without restriction, including without limitation the 15640 rights to use, copy, modify, merge, publish, distribute, sublicense, and/or 15641 sell copies of the Software, and to permit persons to whom the Software is 15642 furnished to do so, subject to the following conditions: 15643 1. Redistributions of source code must retain the above copyright notice, 15644 this list of conditions and the following disclaimers. 15645 2. Redistributions in binary form must reproduce the above copyright 15646 notice, this list of conditions and the following disclaimers in the 15647 documentation and/or other materials provided with the distribution. 15648 3. Neither the names of <NAME OF DEVELOPMENT GROUP>, <NAME OF 15649 INSTITUTION>, nor the names of its contributors may be used to endorse 15650 or promote products derived from this Software without specific prior 15651 written permission. 15652 15653 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 15654 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 15655 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 15656 CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 15657 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 15658 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS 15659 WITH THE SOFTWARE. 15660 15661 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 15662 </pre> 15663 <ul> 15664 15665 </ul> 15666 </div> 15667 </div> 15668 15669 15670 <div class="product"> 15671 <span class="title">lmbench-3.0_alpha9</span> 15672 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 15673 <span class="homepage"><a href="http://www.bitmover.com/lmbench/whatis_lmbench.html">homepage</a></span> 15674 <div class="licence"> 15675 <pre></pre> 15676 <ul> 15677 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 15678 </ul> 15679 </div> 15680 </div> 15681 15682 15683 <div class="product"> 15684 <span class="title">lohitfonts-cros-2.5.0</span> 15685 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 15686 <span class="homepage"><a href="http://fedorahosted.org/lohit">homepage</a></span> 15687 <div class="licence"> 15688 <pre>Scanned Source License lohitfonts-cros-2.5.0/LICENSE: 15689 15690 Copyright 2011 Lohit Fonts Project contributors 15691 <http://fedorahosted.org/lohit>, 15692 with Reserved Font Name Lohit. 15693 15694 This Font Software is licensed under the SIL Open Font License, Version 1.1. 15695 This license is copied below, and is also available with a FAQ at: 15696 http://scripts.sil.org/OFL 15697 15698 15699 ----------------------------------------------------------- 15700 SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 15701 ----------------------------------------------------------- 15702 15703 PREAMBLE 15704 The goals of the Open Font License (OFL) are to stimulate worldwide 15705 development of collaborative font projects, to support the font creation 15706 efforts of academic and linguistic communities, and to provide a free and 15707 open framework in which fonts may be shared and improved in partnership 15708 with others. 15709 15710 The OFL allows the licensed fonts to be used, studied, modified and 15711 redistributed freely as long as they are not sold by themselves. The 15712 fonts, including any derivative works, can be bundled, embedded, 15713 redistributed and/or sold with any software provided that any reserved 15714 names are not used by derivative works. The fonts and derivatives, 15715 however, cannot be released under any other type of license. The 15716 requirement for fonts to remain under this license does not apply 15717 to any document created using the fonts or their derivatives. 15718 15719 DEFINITIONS 15720 "Font Software" refers to the set of files released by the Copyright 15721 Holder(s) under this license and clearly marked as such. This may 15722 include source files, build scripts and documentation. 15723 15724 "Reserved Font Name" refers to any names specified as such after the 15725 copyright statement(s). 15726 15727 "Original Version" refers to the collection of Font Software components as 15728 distributed by the Copyright Holder(s). 15729 15730 "Modified Version" refers to any derivative made by adding to, deleting, 15731 or substituting -- in part or in whole -- any of the components of the 15732 Original Version, by changing formats or by porting the Font Software to a 15733 new environment. 15734 15735 "Author" refers to any designer, engineer, programmer, technical 15736 writer or other person who contributed to the Font Software. 15737 15738 PERMISSION & CONDITIONS 15739 Permission is hereby granted, free of charge, to any person obtaining 15740 a copy of the Font Software, to use, study, copy, merge, embed, modify, 15741 redistribute, and sell modified and unmodified copies of the Font 15742 Software, subject to the following conditions: 15743 15744 1) Neither the Font Software nor any of its individual components, 15745 in Original or Modified Versions, may be sold by itself. 15746 15747 2) Original or Modified Versions of the Font Software may be bundled, 15748 redistributed and/or sold with any software, provided that each copy 15749 contains the above copyright notice and this license. These can be 15750 included either as stand-alone text files, human-readable headers or 15751 in the appropriate machine-readable metadata fields within text or 15752 binary files as long as those fields can be easily viewed by the user. 15753 15754 3) No Modified Version of the Font Software may use the Reserved Font 15755 Name(s) unless explicit written permission is granted by the corresponding 15756 Copyright Holder. This restriction only applies to the primary font name as 15757 presented to the users. 15758 15759 4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font 15760 Software shall not be used to promote, endorse or advertise any 15761 Modified Version, except to acknowledge the contribution(s) of the 15762 Copyright Holder(s) and the Author(s) or with their explicit written 15763 permission. 15764 15765 5) The Font Software, modified or unmodified, in part or in whole, 15766 must be distributed entirely under this license, and must not be 15767 distributed under any other license. The requirement for fonts to 15768 remain under this license does not apply to any document created 15769 using the Font Software. 15770 15771 TERMINATION 15772 This license becomes null and void if any of the above conditions are 15773 not met. 15774 15775 DISCLAIMER 15776 THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 15777 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF 15778 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT 15779 OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE 15780 COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 15781 INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL 15782 DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 15783 FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM 15784 OTHER DEALINGS IN THE FONT SOFTWARE. 15785 15786 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 15787 </pre> 15788 <ul> 15789 <li><a href='#OFL-1.1'>Gentoo Package Stock License OFL-1.1</a></li> 15790 </ul> 15791 </div> 15792 </div> 15793 15794 15795 <div class="product"> 15796 <span class="title">lrzsz-0.12.20</span> 15797 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 15798 <span class="homepage"><a href="http://www.ohse.de/uwe/software/lrzsz.html">homepage</a></span> 15799 <div class="licence"> 15800 <pre></pre> 15801 <ul> 15802 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 15803 </ul> 15804 </div> 15805 </div> 15806 15807 15808 <div class="product"> 15809 <span class="title">lshw-02.17b</span> 15810 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 15811 <span class="homepage"><a href="http://ezix.org/project/wiki/HardwareLiSter">homepage</a></span> 15812 <div class="licence"> 15813 <pre></pre> 15814 <ul> 15815 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 15816 </ul> 15817 </div> 15818 </div> 15819 15820 15821 <div class="product"> 15822 <span class="title">lsof-4.81</span> 15823 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 15824 <span class="homepage"><a href="ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/">homepage</a></span> 15825 <div class="licence"> 15826 <pre>Gentoo Package Stock License lsof: 15827 15828 ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/FAQ#1.9 15829 15830 Copyright 2002 Purdue Research Foundation, West Lafayette, 15831 Indiana 47907. All rights reserved. 15832 15833 Written by Victor A. Abell 15834 15835 This software is not subject to any license of the American 15836 Telephone and Telegraph Company or the Regents of the 15837 University of California. 15838 15839 Permission is granted to anyone to use this software for 15840 any purpose on any computer system, and to alter it and 15841 redistribute it freely, subject to the following 15842 restrictions: 15843 15844 1. Neither the authors nor Purdue University are responsible 15845 for any consequences of the use of this software. 15846 15847 2. The origin of this software must not be misrepresented, 15848 either by explicit claim or by omission. Credit to the 15849 authors and Purdue University must appear in documentation 15850 and sources. 15851 15852 3. Altered versions must be plainly marked as such, and must 15853 not be misrepresented as being the original software. 15854 15855 4. This notice may not be removed or altered. 15856 15857 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 15858 </pre> 15859 <ul> 15860 15861 </ul> 15862 </div> 15863 </div> 15864 15865 15866 <div class="product"> 15867 <span class="title">lvm2-2.02.97</span> 15868 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 15869 <span class="homepage"><a href="http://sources.redhat.com/lvm2/">homepage</a></span> 15870 <div class="licence"> 15871 <pre></pre> 15872 <ul> 15873 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 15874 </ul> 15875 </div> 15876 </div> 15877 15878 15879 <div class="product"> 15880 <span class="title">lzo-2.06</span> 15881 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 15882 <span class="homepage"><a href="http://www.oberhumer.com/opensource/lzo/">homepage</a></span> 15883 <div class="licence"> 15884 <pre></pre> 15885 <ul> 15886 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 15887 </ul> 15888 </div> 15889 </div> 15890 15891 15892 <div class="product"> 15893 <span class="title">m2crypto-0.21.1</span> 15894 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 15895 <span class="homepage"><a href="http://chandlerproject.org/bin/view/Projects/MeTooCrypto">homepage</a></span> 15896 <div class="licence"> 15897 <pre>Scanned Source License M2Crypto-0.21.1/LICENCE: 15898 15899 Copyright (c) 1999-2004 Ng Pheng Siong. All rights reserved. 15900 15901 Portions copyright (c) 2004-2006 Open Source Applications Foundation. 15902 All rights reserved. 15903 15904 Portions copyright (c) 2005-2006 Vrije Universiteit Amsterdam. 15905 All rights reserved. 15906 15907 Copyright (c) 2008-2010 Heikki Toivonen. All rights reserved. 15908 15909 Permission to use, copy, modify, and distribute this software and its 15910 documentation for any purpose and without fee is hereby granted, 15911 provided that the above copyright notice appear in all copies and that 15912 both that copyright notice and this permission notice appear in 15913 supporting documentation. 15914 15915 THE AUTHOR PROVIDES THIS SOFTWARE ``AS IS'' AND ANY EXPRESSED OR 15916 IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES 15917 OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. 15918 IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, 15919 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT 15920 NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 15921 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 15922 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 15923 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 15924 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 15925 15926 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 15927 15928 Scanned Source License M2Crypto-0.21.1/M2Crypto.egg-info/PKG-INFO: 15929 15930 Metadata-Version: 1.0 15931 Name: M2Crypto 15932 Version: 0.21.1 15933 Summary: M2Crypto: A Python crypto and SSL toolkit 15934 Home-page: http://chandlerproject.org/Projects/MeTooCrypto 15935 Author: Heikki Toivonen 15936 Author-email: heikki (a] osafoundation.org 15937 License: BSD-style license 15938 Description: M2Crypto is the most complete Python wrapper for OpenSSL featuring RSA, DSA, 15939 DH, EC, HMACs, message digests, symmetric ciphers (including AES); SSL 15940 functionality to implement clients and servers; HTTPS extensions to Python's 15941 httplib, urllib, and xmlrpclib; unforgeable HMAC'ing AuthCookies for web 15942 session management; FTP/TLS client and server; S/MIME; ZServerSSL: A HTTPS 15943 server for Zope and ZSmime: An S/MIME messenger for Zope. M2Crypto can also be 15944 used to provide SSL for Twisted. 15945 Platform: any 15946 Classifier: Development Status :: 5 - Production/Stable 15947 Classifier: Intended Audience :: Developers 15948 Classifier: Operating System :: OS Independent 15949 Classifier: Programming Language :: C 15950 Classifier: Programming Language :: Python 15951 Classifier: Topic :: Security :: Cryptography 15952 Classifier: Topic :: Software Development :: Libraries :: Python Modules 15953 15954 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 15955 15956 Scanned Source License M2Crypto-0.21.1/PKG-INFO: 15957 15958 Metadata-Version: 1.0 15959 Name: M2Crypto 15960 Version: 0.21.1 15961 Summary: M2Crypto: A Python crypto and SSL toolkit 15962 Home-page: http://chandlerproject.org/Projects/MeTooCrypto 15963 Author: Heikki Toivonen 15964 Author-email: heikki (a] osafoundation.org 15965 License: BSD-style license 15966 Description: M2Crypto is the most complete Python wrapper for OpenSSL featuring RSA, DSA, 15967 DH, EC, HMACs, message digests, symmetric ciphers (including AES); SSL 15968 functionality to implement clients and servers; HTTPS extensions to Python's 15969 httplib, urllib, and xmlrpclib; unforgeable HMAC'ing AuthCookies for web 15970 session management; FTP/TLS client and server; S/MIME; ZServerSSL: A HTTPS 15971 server for Zope and ZSmime: An S/MIME messenger for Zope. M2Crypto can also be 15972 used to provide SSL for Twisted. 15973 Platform: any 15974 Classifier: Development Status :: 5 - Production/Stable 15975 Classifier: Intended Audience :: Developers 15976 Classifier: Operating System :: OS Independent 15977 Classifier: Programming Language :: C 15978 Classifier: Programming Language :: Python 15979 Classifier: Topic :: Security :: Cryptography 15980 Classifier: Topic :: Software Development :: Libraries :: Python Modules 15981 15982 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 15983 </pre> 15984 <ul> 15985 15986 </ul> 15987 </div> 15988 </div> 15989 15990 15991 <div class="product"> 15992 <span class="title">m4-1.4.16</span> 15993 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 15994 <span class="homepage"><a href="http://www.gnu.org/software/m4/m4.html">homepage</a></span> 15995 <div class="licence"> 15996 <pre></pre> 15997 <ul> 15998 <li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li> 15999 </ul> 16000 </div> 16001 </div> 16002 16003 16004 <div class="product"> 16005 <span class="title">madison-cromo-plugin-0.1</span> 16006 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 16007 <span class="homepage"><a href="">homepage</a></span> 16008 <div class="licence"> 16009 <pre></pre> 16010 <ul> 16011 <li><a href='#Google-TOS'>Gentoo Package Stock License Google-TOS</a></li> 16012 </ul> 16013 </div> 16014 </div> 16015 16016 16017 <div class="product"> 16018 <span class="title">make-3.82</span> 16019 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 16020 <span class="homepage"><a href="http://www.gnu.org/software/make/make.html">homepage</a></span> 16021 <div class="licence"> 16022 <pre></pre> 16023 <ul> 16024 <li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li> 16025 </ul> 16026 </div> 16027 </div> 16028 16029 16030 <div class="product"> 16031 <span class="title">mako-0.7.3</span> 16032 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 16033 <span class="homepage"><a href="http://www.makotemplates.org/">homepage</a></span> 16034 <div class="licence"> 16035 <pre>Scanned Source License Mako-0.7.3/LICENSE: 16036 16037 This is the MIT license: http://www.opensource.org/licenses/mit-license.php 16038 16039 Copyright (C) 2006-2012 the Mako authors and contributors <see AUTHORS file>. 16040 Mako is a trademark of Michael Bayer. 16041 16042 Permission is hereby granted, free of charge, to any person obtaining a copy of this 16043 software and associated documentation files (the "Software"), to deal in the Software 16044 without restriction, including without limitation the rights to use, copy, modify, merge, 16045 publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons 16046 to whom the Software is furnished to do so, subject to the following conditions: 16047 16048 The above copyright notice and this permission notice shall be included in all copies or 16049 substantial portions of the Software. 16050 16051 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, 16052 INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR 16053 PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE 16054 FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR 16055 OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 16056 DEALINGS IN THE SOFTWARE. 16057 16058 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 16059 16060 Scanned Source License Mako-0.7.3/Mako.egg-info/PKG-INFO: 16061 16062 Metadata-Version: 1.0 16063 Name: Mako 16064 Version: 0.7.3 16065 Summary: A super-fast templating language that borrows the best ideas from the existing templating languages. 16066 Home-page: http://www.makotemplates.org/ 16067 Author: Mike Bayer 16068 Author-email: mike (a] zzzcomputing.com 16069 License: MIT 16070 Description: ========================= 16071 Mako Templates for Python 16072 ========================= 16073 16074 Mako is a template library written in Python. It provides a familiar, non-XML 16075 syntax which compiles into Python modules for maximum performance. Mako's 16076 syntax and API borrows from the best ideas of many others, including Django 16077 templates, Cheetah, Myghty, and Genshi. Conceptually, Mako is an embedded 16078 Python (i.e. Python Server Page) language, which refines the familiar ideas 16079 of componentized layout and inheritance to produce one of the most 16080 straightforward and flexible models available, while also maintaining close 16081 ties to Python calling and scoping semantics. 16082 16083 Nutshell 16084 ======== 16085 16086 :: 16087 16088 <%inherit file="base.html"/> 16089 <% 16090 rows = [[v for v in range(0,10)] for row in range(0,10)] 16091 %> 16092 <table> 16093 % for row in rows: 16094 ${makerow(row)} 16095 % endfor 16096 </table> 16097 16098 <%def name="makerow(row)"> 16099 <tr> 16100 % for name in row: 16101 <td>${name}</td>\ 16102 % endfor 16103 </tr> 16104 </%def> 16105 16106 Philosophy 16107 =========== 16108 16109 Python is a great scripting language. Don't reinvent the wheel...your templates can handle it ! 16110 16111 Documentation 16112 ============== 16113 16114 See documentation for Mako at http://www.makotemplates.org/docs/ 16115 16116 License 16117 ======== 16118 16119 Mako is licensed under an MIT-style license (see LICENSE). 16120 Other incorporated projects may be licensed under different licenses. 16121 All licenses allow for non-commercial and commercial use. 16122 16123 Keywords: templates 16124 Platform: UNKNOWN 16125 Classifier: Development Status :: 5 - Production/Stable 16126 Classifier: Environment :: Web Environment 16127 Classifier: Intended Audience :: Developers 16128 Classifier: Programming Language :: Python 16129 Classifier: Programming Language :: Python :: 3 16130 Classifier: Programming Language :: Python :: Implementation :: CPython 16131 Classifier: Programming Language :: Python :: Implementation :: PyPy 16132 Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content 16133 16134 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 16135 16136 Scanned Source License Mako-0.7.3/PKG-INFO: 16137 16138 Metadata-Version: 1.0 16139 Name: Mako 16140 Version: 0.7.3 16141 Summary: A super-fast templating language that borrows the best ideas from the existing templating languages. 16142 Home-page: http://www.makotemplates.org/ 16143 Author: Mike Bayer 16144 Author-email: mike (a] zzzcomputing.com 16145 License: MIT 16146 Description: ========================= 16147 Mako Templates for Python 16148 ========================= 16149 16150 Mako is a template library written in Python. It provides a familiar, non-XML 16151 syntax which compiles into Python modules for maximum performance. Mako's 16152 syntax and API borrows from the best ideas of many others, including Django 16153 templates, Cheetah, Myghty, and Genshi. Conceptually, Mako is an embedded 16154 Python (i.e. Python Server Page) language, which refines the familiar ideas 16155 of componentized layout and inheritance to produce one of the most 16156 straightforward and flexible models available, while also maintaining close 16157 ties to Python calling and scoping semantics. 16158 16159 Nutshell 16160 ======== 16161 16162 :: 16163 16164 <%inherit file="base.html"/> 16165 <% 16166 rows = [[v for v in range(0,10)] for row in range(0,10)] 16167 %> 16168 <table> 16169 % for row in rows: 16170 ${makerow(row)} 16171 % endfor 16172 </table> 16173 16174 <%def name="makerow(row)"> 16175 <tr> 16176 % for name in row: 16177 <td>${name}</td>\ 16178 % endfor 16179 </tr> 16180 </%def> 16181 16182 Philosophy 16183 =========== 16184 16185 Python is a great scripting language. Don't reinvent the wheel...your templates can handle it ! 16186 16187 Documentation 16188 ============== 16189 16190 See documentation for Mako at http://www.makotemplates.org/docs/ 16191 16192 License 16193 ======== 16194 16195 Mako is licensed under an MIT-style license (see LICENSE). 16196 Other incorporated projects may be licensed under different licenses. 16197 All licenses allow for non-commercial and commercial use. 16198 16199 Keywords: templates 16200 Platform: UNKNOWN 16201 Classifier: Development Status :: 5 - Production/Stable 16202 Classifier: Environment :: Web Environment 16203 Classifier: Intended Audience :: Developers 16204 Classifier: Programming Language :: Python 16205 Classifier: Programming Language :: Python :: 3 16206 Classifier: Programming Language :: Python :: Implementation :: CPython 16207 Classifier: Programming Language :: Python :: Implementation :: PyPy 16208 Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content 16209 16210 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 16211 </pre> 16212 <ul> 16213 16214 </ul> 16215 </div> 16216 </div> 16217 16218 16219 <div class="product"> 16220 <span class="title">markupsafe-0.18</span> 16221 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 16222 <span class="homepage"><a href="http://pypi.python.org/pypi/MarkupSafe">homepage</a></span> 16223 <div class="licence"> 16224 <pre>Scanned Source License MarkupSafe-0.18/LICENSE: 16225 16226 Copyright (c) 2010 by Armin Ronacher and contributors. See AUTHORS 16227 for more details. 16228 16229 Some rights reserved. 16230 16231 Redistribution and use in source and binary forms of the software as well 16232 as documentation, with or without modification, are permitted provided 16233 that the following conditions are met: 16234 16235 * Redistributions of source code must retain the above copyright 16236 notice, this list of conditions and the following disclaimer. 16237 16238 * Redistributions in binary form must reproduce the above 16239 copyright notice, this list of conditions and the following 16240 disclaimer in the documentation and/or other materials provided 16241 with the distribution. 16242 16243 * The names of the contributors may not be used to endorse or 16244 promote products derived from this software without specific 16245 prior written permission. 16246 16247 THIS SOFTWARE AND DOCUMENTATION IS PROVIDED BY THE COPYRIGHT HOLDERS AND 16248 CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT 16249 NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 16250 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER 16251 OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 16252 EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 16253 PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 16254 PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 16255 LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 16256 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 16257 SOFTWARE AND DOCUMENTATION, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH 16258 DAMAGE. 16259 16260 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 16261 16262 Scanned Source License MarkupSafe-0.18/MarkupSafe.egg-info/PKG-INFO: 16263 16264 Metadata-Version: 1.0 16265 Name: MarkupSafe 16266 Version: 0.18 16267 Summary: Implements a XML/HTML/XHTML Markup safe string for Python 16268 Home-page: http://github.com/mitsuhiko/markupsafe 16269 Author: Armin Ronacher 16270 Author-email: armin.ronacher (a] active-4.com 16271 License: BSD 16272 Description: MarkupSafe 16273 ========== 16274 16275 Implements a unicode subclass that supports HTML strings: 16276 16277 >>> from markupsafe import Markup, escape 16278 >>> escape("<script>alert(document.cookie);</script>") 16279 Markup(u'&lt;script&gt;alert(document.cookie);&lt;/script&gt;') 16280 >>> tmpl = Markup("<em>%s</em>") 16281 >>> tmpl % "Peter > Lustig" 16282 Markup(u'<em>Peter &gt; Lustig</em>') 16283 16284 If you want to make an object unicode that is not yet unicode 16285 but don't want to lose the taint information, you can use the 16286 `soft_unicode` function. (On Python 3 you can also use `soft_str` which 16287 is a different name for the same function). 16288 16289 >>> from markupsafe import soft_unicode 16290 >>> soft_unicode(42) 16291 u'42' 16292 >>> soft_unicode(Markup('foo')) 16293 Markup(u'foo') 16294 16295 Objects can customize their HTML markup equivalent by overriding 16296 the `__html__` function: 16297 16298 >>> class Foo(object): 16299 ... def __html__(self): 16300 ... return '<strong>Nice</strong>' 16301 ... 16302 >>> escape(Foo()) 16303 Markup(u'<strong>Nice</strong>') 16304 >>> Markup(Foo()) 16305 Markup(u'<strong>Nice</strong>') 16306 16307 Since MarkupSafe 0.10 there is now also a separate escape function 16308 called `escape_silent` that returns an empty string for `None` for 16309 consistency with other systems that return empty strings for `None` 16310 when escaping (for instance Pylons' webhelpers). 16311 16312 If you also want to use this for the escape method of the Markup 16313 object, you can create your own subclass that does that:: 16314 16315 from markupsafe import Markup, escape_silent as escape 16316 16317 class SilentMarkup(Markup): 16318 __slots__ = () 16319 16320 @classmethod 16321 def escape(cls, s): 16322 return cls(escape(s)) 16323 16324 Platform: UNKNOWN 16325 Classifier: Development Status :: 5 - Production/Stable 16326 Classifier: Environment :: Web Environment 16327 Classifier: Intended Audience :: Developers 16328 Classifier: License :: OSI Approved :: BSD License 16329 Classifier: Operating System :: OS Independent 16330 Classifier: Programming Language :: Python 16331 Classifier: Programming Language :: Python :: 3 16332 Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content 16333 Classifier: Topic :: Software Development :: Libraries :: Python Modules 16334 Classifier: Topic :: Text Processing :: Markup :: HTML 16335 16336 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 16337 16338 Scanned Source License MarkupSafe-0.18/PKG-INFO: 16339 16340 Metadata-Version: 1.0 16341 Name: MarkupSafe 16342 Version: 0.18 16343 Summary: Implements a XML/HTML/XHTML Markup safe string for Python 16344 Home-page: http://github.com/mitsuhiko/markupsafe 16345 Author: Armin Ronacher 16346 Author-email: armin.ronacher (a] active-4.com 16347 License: BSD 16348 Description: MarkupSafe 16349 ========== 16350 16351 Implements a unicode subclass that supports HTML strings: 16352 16353 >>> from markupsafe import Markup, escape 16354 >>> escape("<script>alert(document.cookie);</script>") 16355 Markup(u'&lt;script&gt;alert(document.cookie);&lt;/script&gt;') 16356 >>> tmpl = Markup("<em>%s</em>") 16357 >>> tmpl % "Peter > Lustig" 16358 Markup(u'<em>Peter &gt; Lustig</em>') 16359 16360 If you want to make an object unicode that is not yet unicode 16361 but don't want to lose the taint information, you can use the 16362 `soft_unicode` function. (On Python 3 you can also use `soft_str` which 16363 is a different name for the same function). 16364 16365 >>> from markupsafe import soft_unicode 16366 >>> soft_unicode(42) 16367 u'42' 16368 >>> soft_unicode(Markup('foo')) 16369 Markup(u'foo') 16370 16371 Objects can customize their HTML markup equivalent by overriding 16372 the `__html__` function: 16373 16374 >>> class Foo(object): 16375 ... def __html__(self): 16376 ... return '<strong>Nice</strong>' 16377 ... 16378 >>> escape(Foo()) 16379 Markup(u'<strong>Nice</strong>') 16380 >>> Markup(Foo()) 16381 Markup(u'<strong>Nice</strong>') 16382 16383 Since MarkupSafe 0.10 there is now also a separate escape function 16384 called `escape_silent` that returns an empty string for `None` for 16385 consistency with other systems that return empty strings for `None` 16386 when escaping (for instance Pylons' webhelpers). 16387 16388 If you also want to use this for the escape method of the Markup 16389 object, you can create your own subclass that does that:: 16390 16391 from markupsafe import Markup, escape_silent as escape 16392 16393 class SilentMarkup(Markup): 16394 __slots__ = () 16395 16396 @classmethod 16397 def escape(cls, s): 16398 return cls(escape(s)) 16399 16400 Platform: UNKNOWN 16401 Classifier: Development Status :: 5 - Production/Stable 16402 Classifier: Environment :: Web Environment 16403 Classifier: Intended Audience :: Developers 16404 Classifier: License :: OSI Approved :: BSD License 16405 Classifier: Operating System :: OS Independent 16406 Classifier: Programming Language :: Python 16407 Classifier: Programming Language :: Python :: 3 16408 Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content 16409 Classifier: Topic :: Software Development :: Libraries :: Python Modules 16410 Classifier: Topic :: Text Processing :: Markup :: HTML 16411 16412 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 16413 </pre> 16414 <ul> 16415 16416 </ul> 16417 </div> 16418 </div> 16419 16420 16421 <div class="product"> 16422 <span class="title">marvell_sd8787-14.64.2.47</span> 16423 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 16424 <span class="homepage"><a href="http://www.marvell.com/">homepage</a></span> 16425 <div class="licence"> 16426 <pre>Custom License Marvell-sd8787: 16427 16428 Copyright (C) 2010, Marvell International Ltd. 16429 16430 All Rights Reserved. 16431 16432 This file is provided by Marvell International Ltd. "AS IS". 16433 Reverse engineering of this file is strictly prohibited. 16434 Redistribution and use in its original form are permitted. 16435 16436 16437 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 16438 </pre> 16439 <ul> 16440 16441 </ul> 16442 </div> 16443 </div> 16444 16445 16446 <div class="product"> 16447 <span class="title">mawk-1.3.4_p20100625</span> 16448 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 16449 <span class="homepage"><a href="http://invisible-island.net/mawk/mawk.html">homepage</a></span> 16450 <div class="licence"> 16451 <pre></pre> 16452 <ul> 16453 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 16454 </ul> 16455 </div> 16456 </div> 16457 16458 16459 <div class="product"> 16460 <span class="title">mem-0.0.1</span> 16461 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 16462 <span class="homepage"><a href="http://chromium.org">homepage</a></span> 16463 <div class="licence"> 16464 <pre></pre> 16465 <ul> 16466 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 16467 </ul> 16468 </div> 16469 </div> 16470 16471 16472 <div class="product"> 16473 <span class="title">memento_softwareupdate-0.0.1</span> 16474 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 16475 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span> 16476 <div class="licence"> 16477 <pre></pre> 16478 <ul> 16479 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 16480 </ul> 16481 </div> 16482 </div> 16483 16484 16485 <div class="product"> 16486 <span class="title">memtester-4.2.2</span> 16487 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 16488 <span class="homepage"><a href="http://pyropus.ca/software/memtester/">homepage</a></span> 16489 <div class="licence"> 16490 <pre></pre> 16491 <ul> 16492 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 16493 </ul> 16494 </div> 16495 </div> 16496 16497 16498 <div class="product"> 16499 <span class="title">mesa-10.3</span> 16500 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 16501 <span class="homepage"><a href="http://mesa3d.sourceforge.net/">homepage</a></span> 16502 <div class="licence"> 16503 <pre>Scanned Source License Mesa-10.3/docs/COPYING: 16504 16505 16506 Some parts of Mesa are copyrighted under the GNU LGPL. See the 16507 Mesa/docs/COPYRIGHT file for details. 16508 16509 The following is the standard GNU copyright file. 16510 ---------------------------------------------------------------------- 16511 16512 16513 GNU LIBRARY GENERAL PUBLIC LICENSE 16514 Version 2, June 1991 16515 16516 Copyright (C) 1991 Free Software Foundation, Inc. 16517 675 Mass Ave, Cambridge, MA 02139, USA 16518 Everyone is permitted to copy and distribute verbatim copies 16519 of this license document, but changing it is not allowed. 16520 16521 [This is the first released version of the library GPL. It is 16522 numbered 2 because it goes with version 2 of the ordinary GPL.] 16523 16524 Preamble 16525 16526 The licenses for most software are designed to take away your 16527 freedom to share and change it. By contrast, the GNU General Public 16528 Licenses are intended to guarantee your freedom to share and change 16529 free software--to make sure the software is free for all its users. 16530 16531 This license, the Library General Public License, applies to some 16532 specially designated Free Software Foundation software, and to any 16533 other libraries whose authors decide to use it. You can use it for 16534 your libraries, too. 16535 16536 When we speak of free software, we are referring to freedom, not 16537 price. Our General Public Licenses are designed to make sure that you 16538 have the freedom to distribute copies of free software (and charge for 16539 this service if you wish), that you receive source code or can get it 16540 if you want it, that you can change the software or use pieces of it 16541 in new free programs; and that you know you can do these things. 16542 16543 To protect your rights, we need to make restrictions that forbid 16544 anyone to deny you these rights or to ask you to surrender the rights. 16545 These restrictions translate to certain responsibilities for you if 16546 you distribute copies of the library, or if you modify it. 16547 16548 For example, if you distribute copies of the library, whether gratis 16549 or for a fee, you must give the recipients all the rights that we gave 16550 you. You must make sure that they, too, receive or can get the source 16551 code. If you link a program with the library, you must provide 16552 complete object files to the recipients so that they can relink them 16553 with the library, after making changes to the library and recompiling 16554 it. And you must show them these terms so they know their rights. 16555 16556 Our method of protecting your rights has two steps: (1) copyright 16557 the library, and (2) offer you this license which gives you legal 16558 permission to copy, distribute and/or modify the library. 16559 16560 Also, for each distributor's protection, we want to make certain 16561 that everyone understands that there is no warranty for this free 16562 library. If the library is modified by someone else and passed on, we 16563 want its recipients to know that what they have is not the original 16564 version, so that any problems introduced by others will not reflect on 16565 the original authors' reputations. 16566 16567 Finally, any free program is threatened constantly by software 16568 patents. We wish to avoid the danger that companies distributing free 16569 software will individually obtain patent licenses, thus in effect 16570 transforming the program into proprietary software. To prevent this, 16571 we have made it clear that any patent must be licensed for everyone's 16572 free use or not licensed at all. 16573 16574 Most GNU software, including some libraries, is covered by the ordinary 16575 GNU General Public License, which was designed for utility programs. This 16576 license, the GNU Library General Public License, applies to certain 16577 designated libraries. This license is quite different from the ordinary 16578 one; be sure to read it in full, and don't assume that anything in it is 16579 the same as in the ordinary license. 16580 16581 The reason we have a separate public license for some libraries is that 16582 they blur the distinction we usually make between modifying or adding to a 16583 program and simply using it. Linking a program with a library, without 16584 changing the library, is in some sense simply using the library, and is 16585 analogous to running a utility program or application program. However, in 16586 a textual and legal sense, the linked executable is a combined work, a 16587 derivative of the original library, and the ordinary General Public License 16588 treats it as such. 16589 16590 Because of this blurred distinction, using the ordinary General 16591 Public License for libraries did not effectively promote software 16592 sharing, because most developers did not use the libraries. We 16593 concluded that weaker conditions might promote sharing better. 16594 16595 However, unrestricted linking of non-free programs would deprive the 16596 users of those programs of all benefit from the free status of the 16597 libraries themselves. This Library General Public License is intended to 16598 permit developers of non-free programs to use free libraries, while 16599 preserving your freedom as a user of such programs to change the free 16600 libraries that are incorporated in them. (We have not seen how to achieve 16601 this as regards changes in header files, but we have achieved it as regards 16602 changes in the actual functions of the Library.) The hope is that this 16603 will lead to faster development of free libraries. 16604 16605 The precise terms and conditions for copying, distribution and 16606 modification follow. Pay close attention to the difference between a 16607 "work based on the library" and a "work that uses the library". The 16608 former contains code derived from the library, while the latter only 16609 works together with the library. 16610 16611 Note that it is possible for a library to be covered by the ordinary 16612 General Public License rather than by this special one. 16613 16614 GNU LIBRARY GENERAL PUBLIC LICENSE 16615 TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 16616 16617 0. This License Agreement applies to any software library which 16618 contains a notice placed by the copyright holder or other authorized 16619 party saying it may be distributed under the terms of this Library 16620 General Public License (also called "this License"). Each licensee is 16621 addressed as "you". 16622 16623 A "library" means a collection of software functions and/or data 16624 prepared so as to be conveniently linked with application programs 16625 (which use some of those functions and data) to form executables. 16626 16627 The "Library", below, refers to any such software library or work 16628 which has been distributed under these terms. A "work based on the 16629 Library" means either the Library or any derivative work under 16630 copyright law: that is to say, a work containing the Library or a 16631 portion of it, either verbatim or with modifications and/or translated 16632 straightforwardly into another language. (Hereinafter, translation is 16633 included without limitation in the term "modification".) 16634 16635 "Source code" for a work means the preferred form of the work for 16636 making modifications to it. For a library, complete source code means 16637 all the source code for all modules it contains, plus any associated 16638 interface definition files, plus the scripts used to control compilation 16639 and installation of the library. 16640 16641 Activities other than copying, distribution and modification are not 16642 covered by this License; they are outside its scope. The act of 16643 running a program using the Library is not restricted, and output from 16644 such a program is covered only if its contents constitute a work based 16645 on the Library (independent of the use of the Library in a tool for 16646 writing it). Whether that is true depends on what the Library does 16647 and what the program that uses the Library does. 16648 16649 1. You may copy and distribute verbatim copies of the Library's 16650 complete source code as you receive it, in any medium, provided that 16651 you conspicuously and appropriately publish on each copy an 16652 appropriate copyright notice and disclaimer of warranty; keep intact 16653 all the notices that refer to this License and to the absence of any 16654 warranty; and distribute a copy of this License along with the 16655 Library. 16656 16657 You may charge a fee for the physical act of transferring a copy, 16658 and you may at your option offer warranty protection in exchange for a 16659 fee. 16660 16661 2. You may modify your copy or copies of the Library or any portion 16662 of it, thus forming a work based on the Library, and copy and 16663 distribute such modifications or work under the terms of Section 1 16664 above, provided that you also meet all of these conditions: 16665 16666 a) The modified work must itself be a software library. 16667 16668 b) You must cause the files modified to carry prominent notices 16669 stating that you changed the files and the date of any change. 16670 16671 c) You must cause the whole of the work to be licensed at no 16672 charge to all third parties under the terms of this License. 16673 16674 d) If a facility in the modified Library refers to a function or a 16675 table of data to be supplied by an application program that uses 16676 the facility, other than as an argument passed when the facility 16677 is invoked, then you must make a good faith effort to ensure that, 16678 in the event an application does not supply such function or 16679 table, the facility still operates, and performs whatever part of 16680 its purpose remains meaningful. 16681 16682 (For example, a function in a library to compute square roots has 16683 a purpose that is entirely well-defined independent of the 16684 application. Therefore, Subsection 2d requires that any 16685 application-supplied function or table used by this function must 16686 be optional: if the application does not supply it, the square 16687 root function must still compute square roots.) 16688 16689 These requirements apply to the modified work as a whole. If 16690 identifiable sections of that work are not derived from the Library, 16691 and can be reasonably considered independent and separate works in 16692 themselves, then this License, and its terms, do not apply to those 16693 sections when you distribute them as separate works. But when you 16694 distribute the same sections as part of a whole which is a work based 16695 on the Library, the distribution of the whole must be on the terms of 16696 this License, whose permissions for other licensees extend to the 16697 entire whole, and thus to each and every part regardless of who wrote 16698 it. 16699 16700 Thus, it is not the intent of this section to claim rights or contest 16701 your rights to work written entirely by you; rather, the intent is to 16702 exercise the right to control the distribution of derivative or 16703 collective works based on the Library. 16704 16705 In addition, mere aggregation of another work not based on the Library 16706 with the Library (or with a work based on the Library) on a volume of 16707 a storage or distribution medium does not bring the other work under 16708 the scope of this License. 16709 16710 3. You may opt to apply the terms of the ordinary GNU General Public 16711 License instead of this License to a given copy of the Library. To do 16712 this, you must alter all the notices that refer to this License, so 16713 that they refer to the ordinary GNU General Public License, version 2, 16714 instead of to this License. (If a newer version than version 2 of the 16715 ordinary GNU General Public License has appeared, then you can specify 16716 that version instead if you wish.) Do not make any other change in 16717 these notices. 16718 16719 Once this change is made in a given copy, it is irreversible for 16720 that copy, so the ordinary GNU General Public License applies to all 16721 subsequent copies and derivative works made from that copy. 16722 16723 This option is useful when you wish to copy part of the code of 16724 the Library into a program that is not a library. 16725 16726 4. You may copy and distribute the Library (or a portion or 16727 derivative of it, under Section 2) in object code or executable form 16728 under the terms of Sections 1 and 2 above provided that you accompany 16729 it with the complete corresponding machine-readable source code, which 16730 must be distributed under the terms of Sections 1 and 2 above on a 16731 medium customarily used for software interchange. 16732 16733 If distribution of object code is made by offering access to copy 16734 from a designated place, then offering equivalent access to copy the 16735 source code from the same place satisfies the requirement to 16736 distribute the source code, even though third parties are not 16737 compelled to copy the source along with the object code. 16738 16739 5. A program that contains no derivative of any portion of the 16740 Library, but is designed to work with the Library by being compiled or 16741 linked with it, is called a "work that uses the Library". Such a 16742 work, in isolation, is not a derivative work of the Library, and 16743 therefore falls outside the scope of this License. 16744 16745 However, linking a "work that uses the Library" with the Library 16746 creates an executable that is a derivative of the Library (because it 16747 contains portions of the Library), rather than a "work that uses the 16748 library". The executable is therefore covered by this License. 16749 Section 6 states terms for distribution of such executables. 16750 16751 When a "work that uses the Library" uses material from a header file 16752 that is part of the Library, the object code for the work may be a 16753 derivative work of the Library even though the source code is not. 16754 Whether this is true is especially significant if the work can be 16755 linked without the Library, or if the work is itself a library. The 16756 threshold for this to be true is not precisely defined by law. 16757 16758 If such an object file uses only numerical parameters, data 16759 structure layouts and accessors, and small macros and small inline 16760 functions (ten lines or less in length), then the use of the object 16761 file is unrestricted, regardless of whether it is legally a derivative 16762 work. (Executables containing this object code plus portions of the 16763 Library will still fall under Section 6.) 16764 16765 Otherwise, if the work is a derivative of the Library, you may 16766 distribute the object code for the work under the terms of Section 6. 16767 Any executables containing that work also fall under Section 6, 16768 whether or not they are linked directly with the Library itself. 16769 16770 6. As an exception to the Sections above, you may also compile or 16771 link a "work that uses the Library" with the Library to produce a 16772 work containing portions of the Library, and distribute that work 16773 under terms of your choice, provided that the terms permit 16774 modification of the work for the customer's own use and reverse 16775 engineering for debugging such modifications. 16776 16777 You must give prominent notice with each copy of the work that the 16778 Library is used in it and that the Library and its use are covered by 16779 this License. You must supply a copy of this License. If the work 16780 during execution displays copyright notices, you must include the 16781 copyright notice for the Library among them, as well as a reference 16782 directing the user to the copy of this License. Also, you must do one 16783 of these things: 16784 16785 a) Accompany the work with the complete corresponding 16786 machine-readable source code for the Library including whatever 16787 changes were used in the work (which must be distributed under 16788 Sections 1 and 2 above); and, if the work is an executable linked 16789 with the Library, with the complete machine-readable "work that 16790 uses the Library", as object code and/or source code, so that the 16791 user can modify the Library and then relink to produce a modified 16792 executable containing the modified Library. (It is understood 16793 that the user who changes the contents of definitions files in the 16794 Library will not necessarily be able to recompile the application 16795 to use the modified definitions.) 16796 16797 b) Accompany the work with a written offer, valid for at 16798 least three years, to give the same user the materials 16799 specified in Subsection 6a, above, for a charge no more 16800 than the cost of performing this distribution. 16801 16802 c) If distribution of the work is made by offering access to copy 16803 from a designated place, offer equivalent access to copy the above 16804 specified materials from the same place. 16805 16806 d) Verify that the user has already received a copy of these 16807 materials or that you have already sent this user a copy. 16808 16809 For an executable, the required form of the "work that uses the 16810 Library" must include any data and utility programs needed for 16811 reproducing the executable from it. However, as a special exception, 16812 the source code distributed need not include anything that is normally 16813 distributed (in either source or binary form) with the major 16814 components (compiler, kernel, and so on) of the operating system on 16815 which the executable runs, unless that component itself accompanies 16816 the executable. 16817 16818 It may happen that this requirement contradicts the license 16819 restrictions of other proprietary libraries that do not normally 16820 accompany the operating system. Such a contradiction means you cannot 16821 use both them and the Library together in an executable that you 16822 distribute. 16823 16824 7. You may place library facilities that are a work based on the 16825 Library side-by-side in a single library together with other library 16826 facilities not covered by this License, and distribute such a combined 16827 library, provided that the separate distribution of the work based on 16828 the Library and of the other library facilities is otherwise 16829 permitted, and provided that you do these two things: 16830 16831 a) Accompany the combined library with a copy of the same work 16832 based on the Library, uncombined with any other library 16833 facilities. This must be distributed under the terms of the 16834 Sections above. 16835 16836 b) Give prominent notice with the combined library of the fact 16837 that part of it is a work based on the Library, and explaining 16838 where to find the accompanying uncombined form of the same work. 16839 16840 8. You may not copy, modify, sublicense, link with, or distribute 16841 the Library except as expressly provided under this License. Any 16842 attempt otherwise to copy, modify, sublicense, link with, or 16843 distribute the Library is void, and will automatically terminate your 16844 rights under this License. However, parties who have received copies, 16845 or rights, from you under this License will not have their licenses 16846 terminated so long as such parties remain in full compliance. 16847 16848 9. You are not required to accept this License, since you have not 16849 signed it. However, nothing else grants you permission to modify or 16850 distribute the Library or its derivative works. These actions are 16851 prohibited by law if you do not accept this License. Therefore, by 16852 modifying or distributing the Library (or any work based on the 16853 Library), you indicate your acceptance of this License to do so, and 16854 all its terms and conditions for copying, distributing or modifying 16855 the Library or works based on it. 16856 16857 10. Each time you redistribute the Library (or any work based on the 16858 Library), the recipient automatically receives a license from the 16859 original licensor to copy, distribute, link with or modify the Library 16860 subject to these terms and conditions. You may not impose any further 16861 restrictions on the recipients' exercise of the rights granted herein. 16862 You are not responsible for enforcing compliance by third parties to 16863 this License. 16864 16865 11. If, as a consequence of a court judgment or allegation of patent 16866 infringement or for any other reason (not limited to patent issues), 16867 conditions are imposed on you (whether by court order, agreement or 16868 otherwise) that contradict the conditions of this License, they do not 16869 excuse you from the conditions of this License. If you cannot 16870 distribute so as to satisfy simultaneously your obligations under this 16871 License and any other pertinent obligations, then as a consequence you 16872 may not distribute the Library at all. For example, if a patent 16873 license would not permit royalty-free redistribution of the Library by 16874 all those who receive copies directly or indirectly through you, then 16875 the only way you could satisfy both it and this License would be to 16876 refrain entirely from distribution of the Library. 16877 16878 If any portion of this section is held invalid or unenforceable under any 16879 particular circumstance, the balance of the section is intended to apply, 16880 and the section as a whole is intended to apply in other circumstances. 16881 16882 It is not the purpose of this section to induce you to infringe any 16883 patents or other property right claims or to contest validity of any 16884 such claims; this section has the sole purpose of protecting the 16885 integrity of the free software distribution system which is 16886 implemented by public license practices. Many people have made 16887 generous contributions to the wide range of software distributed 16888 through that system in reliance on consistent application of that 16889 system; it is up to the author/donor to decide if he or she is willing 16890 to distribute software through any other system and a licensee cannot 16891 impose that choice. 16892 16893 This section is intended to make thoroughly clear what is believed to 16894 be a consequence of the rest of this License. 16895 16896 12. If the distribution and/or use of the Library is restricted in 16897 certain countries either by patents or by copyrighted interfaces, the 16898 original copyright holder who places the Library under this License may add 16899 an explicit geographical distribution limitation excluding those countries, 16900 so that distribution is permitted only in or among countries not thus 16901 excluded. In such case, this License incorporates the limitation as if 16902 written in the body of this License. 16903 16904 13. The Free Software Foundation may publish revised and/or new 16905 versions of the Library General Public License from time to time. 16906 Such new versions will be similar in spirit to the present version, 16907 but may differ in detail to address new problems or concerns. 16908 16909 Each version is given a distinguishing version number. If the Library 16910 specifies a version number of this License which applies to it and 16911 "any later version", you have the option of following the terms and 16912 conditions either of that version or of any later version published by 16913 the Free Software Foundation. If the Library does not specify a 16914 license version number, you may choose any version ever published by 16915 the Free Software Foundation. 16916 16917 14. If you wish to incorporate parts of the Library into other free 16918 programs whose distribution conditions are incompatible with these, 16919 write to the author to ask for permission. For software which is 16920 copyrighted by the Free Software Foundation, write to the Free 16921 Software Foundation; we sometimes make exceptions for this. Our 16922 decision will be guided by the two goals of preserving the free status 16923 of all derivatives of our free software and of promoting the sharing 16924 and reuse of software generally. 16925 16926 NO WARRANTY 16927 16928 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO 16929 WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW. 16930 EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR 16931 OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY 16932 KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE 16933 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 16934 PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE 16935 LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME 16936 THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. 16937 16938 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN 16939 WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY 16940 AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU 16941 FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR 16942 CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE 16943 LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING 16944 RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A 16945 FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF 16946 SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH 16947 DAMAGES. 16948 16949 END OF TERMS AND CONDITIONS 16950 16951 Appendix: How to Apply These Terms to Your New Libraries 16952 16953 If you develop a new library, and you want it to be of the greatest 16954 possible use to the public, we recommend making it free software that 16955 everyone can redistribute and change. You can do so by permitting 16956 redistribution under these terms (or, alternatively, under the terms of the 16957 ordinary General Public License). 16958 16959 To apply these terms, attach the following notices to the library. It is 16960 safest to attach them to the start of each source file to most effectively 16961 convey the exclusion of warranty; and each file should have at least the 16962 "copyright" line and a pointer to where the full notice is found. 16963 16964 <one line to give the library's name and a brief idea of what it does.> 16965 Copyright (C) <year> <name of author> 16966 16967 This library is free software; you can redistribute it and/or 16968 modify it under the terms of the GNU Library General Public 16969 License as published by the Free Software Foundation; either 16970 version 2 of the License, or (at your option) any later version. 16971 16972 This library is distributed in the hope that it will be useful, 16973 but WITHOUT ANY WARRANTY; without even the implied warranty of 16974 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 16975 Library General Public License for more details. 16976 16977 You should have received a copy of the GNU Library General Public 16978 License along with this library; if not, write to the Free 16979 Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 16980 16981 Also add information on how to contact you by electronic and paper mail. 16982 16983 You should also get your employer (if you work as a programmer) or your 16984 school, if any, to sign a "copyright disclaimer" for the library, if 16985 necessary. Here is a sample; alter the names: 16986 16987 Yoyodyne, Inc., hereby disclaims all copyright interest in the 16988 library `Frob' (a library for tweaking knobs) written by James Random Hacker. 16989 16990 <signature of Ty Coon>, 1 April 1990 16991 Ty Coon, President of Vice 16992 16993 That's all there is to it! 16994 16995 16996 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 16997 16998 Scanned Source License Mesa-10.3/docs/license.html: 16999 17000 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> 17001 <html lang="en"> 17002 <head> 17003 <meta http-equiv="content-type" content="text/html; charset=utf-8"> 17004 <title>License / Copyright Information</title> 17005 <link rel="stylesheet" type="text/css" href="mesa.css"> 17006 </head> 17007 <body> 17008 17009 <div class="header"> 17010 <h1>The Mesa 3D Graphics Library</h1> 17011 </div> 17012 17013 <iframe src="contents.html"></iframe> 17014 <div class="content"> 17015 17016 <h1>Disclaimer</h1> 17017 17018 <p> 17019 Mesa is a 3-D graphics library with an API which is very similar to 17020 that of <a href="http://www.opengl.org/">OpenGL</a>.* 17021 To the extent that Mesa utilizes the OpenGL command syntax or state 17022 machine, it is being used with authorization from <a 17023 href="http://www.sgi.com/">Silicon Graphics, 17024 Inc.</a>(SGI). However, the author does not possess an OpenGL license 17025 from SGI, and makes no claim that Mesa is in any way a compatible 17026 replacement for OpenGL or associated with SGI. Those who want a 17027 licensed implementation of OpenGL should contact a licensed 17028 vendor. 17029 </p> 17030 17031 <p> 17032 Please do not refer to the library as <em>MesaGL</em> (for legal 17033 reasons). It's just <em>Mesa</em> or <em>The Mesa 3-D graphics 17034 library</em>. <br> 17035 </p> 17036 17037 <p> 17038 * OpenGL is a trademark of <a href="http://www.sgi.com/" 17039 >Silicon Graphics Incorporated</a>. 17040 </p> 17041 17042 17043 17044 <h1>License / Copyright Information</h1> 17045 17046 <p> 17047 The Mesa distribution consists of several components. Different copyrights 17048 and licenses apply to different components. For example, some demo programs 17049 are copyrighted by SGI, some of the Mesa device drivers are copyrighted by 17050 their authors. See below for a list of Mesa's main components and the license 17051 for each. 17052 </p> 17053 <p> 17054 The core Mesa library is licensed according to the terms of the MIT license. 17055 This allows integration with the XFree86, Xorg and DRI projects. 17056 </p> 17057 <p> 17058 The default Mesa license is as follows: 17059 </p> 17060 17061 <pre> 17062 Copyright (C) 1999-2007 Brian Paul All Rights Reserved. 17063 17064 Permission is hereby granted, free of charge, to any person obtaining a 17065 copy of this software and associated documentation files (the "Software"), 17066 to deal in the Software without restriction, including without limitation 17067 the rights to use, copy, modify, merge, publish, distribute, sublicense, 17068 and/or sell copies of the Software, and to permit persons to whom the 17069 Software is furnished to do so, subject to the following conditions: 17070 17071 The above copyright notice and this permission notice shall be included 17072 in all copies or substantial portions of the Software. 17073 17074 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 17075 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17076 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 17077 THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 17078 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 17079 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 17080 SOFTWARE. 17081 </pre> 17082 17083 17084 <h1>Attention, Contributors</h1> 17085 17086 <p> 17087 When contributing to the Mesa project you must agree to the licensing terms 17088 of the component to which you're contributing. 17089 The following section lists the primary components of the Mesa distribution 17090 and their respective licenses. 17091 </p> 17092 17093 17094 <h1>Mesa Component Licenses</h1> 17095 17096 <pre> 17097 Component Location License 17098 ------------------------------------------------------------------ 17099 Main Mesa code src/mesa/ Mesa (MIT) 17100 17101 Device drivers src/mesa/drivers/* MIT, generally 17102 17103 Ext headers include/GL/glext.h Khronos 17104 include/GL/glxext.h 17105 17106 C11 thread include/c11/threads*.h Boost (permissive) 17107 emulation 17108 </pre> 17109 17110 <p> 17111 In general, consult the source files for license terms. 17112 </p> 17113 17114 </div> 17115 </body> 17116 </html> 17117 17118 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 17119 </pre> 17120 <ul> 17121 <li><a href='#SGI-B-2.0'>Gentoo Package Stock License SGI-B-2.0</a></li> 17122 <li><a href='#LGPL-3'>Gentoo Package Stock License LGPL-3</a></li> 17123 </ul> 17124 </div> 17125 </div> 17126 17127 17128 <div class="product"> 17129 <span class="title">mesa-progs-8.0.1</span> 17130 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 17131 <span class="homepage"><a href="http://mesa3d.sourceforge.net/">homepage</a></span> 17132 <div class="licence"> 17133 <pre></pre> 17134 <ul> 17135 <li><a href='#LGPL-2'>Gentoo Package Stock License LGPL-2</a></li> 17136 </ul> 17137 </div> 17138 </div> 17139 17140 17141 <div class="product"> 17142 <span class="title">metrics-0.0.1</span> 17143 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 17144 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span> 17145 <div class="licence"> 17146 <pre></pre> 17147 <ul> 17148 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 17149 </ul> 17150 </div> 17151 </div> 17152 17153 17154 <div class="product"> 17155 <span class="title">mime-types-9</span> 17156 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 17157 <span class="homepage"><a href="http://www.gentoo.org/">homepage</a></span> 17158 <div class="licence"> 17159 <pre></pre> 17160 <ul> 17161 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 17162 </ul> 17163 </div> 17164 </div> 17165 17166 17167 <div class="product"> 17168 <span class="title">minicom-2.7</span> 17169 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 17170 <span class="homepage"><a href="http://alioth.debian.org/projects/minicom">homepage</a></span> 17171 <div class="licence"> 17172 <pre></pre> 17173 <ul> 17174 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 17175 </ul> 17176 </div> 17177 </div> 17178 17179 17180 <div class="product"> 17181 <span class="title">minifakedns-0.0.1</span> 17182 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 17183 <span class="homepage"><a href="http://code.activestate.com/recipes/491264-mini-fake-dns-server/">homepage</a></span> 17184 <div class="licence"> 17185 <pre></pre> 17186 <ul> 17187 <li><a href='#PSF-2'>Gentoo Package Stock License PSF-2</a></li> 17188 </ul> 17189 </div> 17190 </div> 17191 17192 17193 <div class="product"> 17194 <span class="title">mkfontdir-1.0.6</span> 17195 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 17196 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span> 17197 <div class="licence"> 17198 <pre>Scanned Source License mkfontdir-1.0.6/COPYING: 17199 17200 Copyright 1993, 1994, 1998 The Open Group 17201 17202 Permission to use, copy, modify, distribute, and sell this software and its 17203 documentation for any purpose is hereby granted without fee, provided that 17204 the above copyright notice appear in all copies and that both that 17205 copyright notice and this permission notice appear in supporting 17206 documentation. 17207 17208 The above copyright notice and this permission notice shall be included 17209 in all copies or substantial portions of the Software. 17210 17211 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 17212 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 17213 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. 17214 IN NO EVENT SHALL THE OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR 17215 OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, 17216 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 17217 OTHER DEALINGS IN THE SOFTWARE. 17218 17219 Except as contained in this notice, the name of The Open Group shall 17220 not be used in advertising or otherwise to promote the sale, use or 17221 other dealings in this Software without prior written authorization 17222 from The Open Group. 17223 17224 ----------------------------------------------------------------------------- 17225 17226 Copyright 2005 Red Hat, Inc. 17227 17228 Permission to use, copy, modify, distribute, and sell this software 17229 and its documentation for any purpose is hereby granted without fee, 17230 provided that the above copyright notice appear in all copies and 17231 that both that copyright notice and this permission notice appear in 17232 supporting documentation, and that the name of Red Hat not be used in 17233 advertising or publicity pertaining to distribution of the software 17234 without specific, written prior permission. Red Hat makes no 17235 representations about the suitability of this software for any 17236 purpose. It is provided "as is" without express or implied warranty. 17237 17238 RED HAT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 17239 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN 17240 NO EVENT SHALL RED HAT BE LIABLE FOR ANY SPECIAL, INDIRECT OR 17241 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS 17242 OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE 17243 OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE 17244 USE OR PERFORMANCE OF THIS SOFTWARE. 17245 17246 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 17247 </pre> 17248 <ul> 17249 17250 </ul> 17251 </div> 17252 </div> 17253 17254 17255 <div class="product"> 17256 <span class="title">ml-anjalioldlipi-0.740</span> 17257 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 17258 <span class="homepage"><a href="https://sites.google.com/site/cibu/anjalioldlipi-font">homepage</a></span> 17259 <div class="licence"> 17260 <pre>Scanned Source License ml-anjalioldlipi-0.740/LICENSE: 17261 17262 Copyright 2004 Kevin & Siji, 2007-2011 Cibu Johny 17263 with reserved font name AnjaliOldLipi. 17264 17265 This Font Software is licensed under the SIL Open Font License, Version 1.1. 17266 This license is copied below, and is also available with a FAQ at: 17267 http://scripts.sil.org/OFL 17268 17269 17270 ----------------------------------------------------------- 17271 SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 17272 ----------------------------------------------------------- 17273 17274 PREAMBLE 17275 The goals of the Open Font License (OFL) are to stimulate worldwide 17276 development of collaborative font projects, to support the font creation 17277 efforts of academic and linguistic communities, and to provide a free and 17278 open framework in which fonts may be shared and improved in partnership 17279 with others. 17280 17281 The OFL allows the licensed fonts to be used, studied, modified and 17282 redistributed freely as long as they are not sold by themselves. The 17283 fonts, including any derivative works, can be bundled, embedded, 17284 redistributed and/or sold with any software provided that any reserved 17285 names are not used by derivative works. The fonts and derivatives, 17286 however, cannot be released under any other type of license. The 17287 requirement for fonts to remain under this license does not apply 17288 to any document created using the fonts or their derivatives. 17289 17290 DEFINITIONS 17291 "Font Software" refers to the set of files released by the Copyright 17292 Holder(s) under this license and clearly marked as such. This may 17293 include source files, build scripts and documentation. 17294 17295 "Reserved Font Name" refers to any names specified as such after the 17296 copyright statement(s). 17297 17298 "Original Version" refers to the collection of Font Software components as 17299 distributed by the Copyright Holder(s). 17300 17301 "Modified Version" refers to any derivative made by adding to, deleting, 17302 or substituting -- in part or in whole -- any of the components of the 17303 Original Version, by changing formats or by porting the Font Software to a 17304 new environment. 17305 17306 "Author" refers to any designer, engineer, programmer, technical 17307 writer or other person who contributed to the Font Software. 17308 17309 PERMISSION & CONDITIONS 17310 Permission is hereby granted, free of charge, to any person obtaining 17311 a copy of the Font Software, to use, study, copy, merge, embed, modify, 17312 redistribute, and sell modified and unmodified copies of the Font 17313 Software, subject to the following conditions: 17314 17315 1) Neither the Font Software nor any of its individual components, 17316 in Original or Modified Versions, may be sold by itself. 17317 17318 2) Original or Modified Versions of the Font Software may be bundled, 17319 redistributed and/or sold with any software, provided that each copy 17320 contains the above copyright notice and this license. These can be 17321 included either as stand-alone text files, human-readable headers or 17322 in the appropriate machine-readable metadata fields within text or 17323 binary files as long as those fields can be easily viewed by the user. 17324 17325 3) No Modified Version of the Font Software may use the Reserved Font 17326 Name(s) unless explicit written permission is granted by the corresponding 17327 Copyright Holder. This restriction only applies to the primary font name as 17328 presented to the users. 17329 17330 4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font 17331 Software shall not be used to promote, endorse or advertise any 17332 Modified Version, except to acknowledge the contribution(s) of the 17333 Copyright Holder(s) and the Author(s) or with their explicit written 17334 permission. 17335 17336 5) The Font Software, modified or unmodified, in part or in whole, 17337 must be distributed entirely under this license, and must not be 17338 distributed under any other license. The requirement for fonts to 17339 remain under this license does not apply to any document created 17340 using the Font Software. 17341 17342 TERMINATION 17343 This license becomes null and void if any of the above conditions are 17344 not met. 17345 17346 DISCLAIMER 17347 THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 17348 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF 17349 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT 17350 OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE 17351 COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 17352 INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL 17353 DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 17354 FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM 17355 OTHER DEALINGS IN THE FONT SOFTWARE. 17356 17357 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 17358 </pre> 17359 <ul> 17360 <li><a href='#OFL-1.1'>Gentoo Package Stock License OFL-1.1</a></li> 17361 </ul> 17362 </div> 17363 </div> 17364 17365 17366 <div class="product"> 17367 <span class="title">mmc-utils-0.0.1</span> 17368 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 17369 <span class="homepage"><a href="https://chromium.googlesource.com/chromiumos/third_party/mmc-utils">homepage</a></span> 17370 <div class="licence"> 17371 <pre></pre> 17372 <ul> 17373 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 17374 </ul> 17375 </div> 17376 </div> 17377 17378 17379 <div class="product"> 17380 <span class="title">modem-diagnostics-0.1</span> 17381 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 17382 <span class="homepage"><a href="">homepage</a></span> 17383 <div class="licence"> 17384 <pre></pre> 17385 <ul> 17386 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 17387 </ul> 17388 </div> 17389 </div> 17390 17391 17392 <div class="product"> 17393 <span class="title">modem-utilities-0.0.1</span> 17394 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 17395 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span> 17396 <div class="licence"> 17397 <pre></pre> 17398 <ul> 17399 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 17400 </ul> 17401 </div> 17402 </div> 17403 17404 17405 <div class="product"> 17406 <span class="title">modemmanager-classic-interfaces-0.0.1</span> 17407 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 17408 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span> 17409 <div class="licence"> 17410 <pre></pre> 17411 <ul> 17412 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li> 17413 </ul> 17414 </div> 17415 </div> 17416 17417 17418 <div class="product"> 17419 <span class="title">modemmanager-next-1.3.0</span> 17420 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 17421 <span class="homepage"><a href="http://mail.gnome.org/archives/networkmanager-list/2008-July/msg00274.html">homepage</a></span> 17422 <div class="licence"> 17423 <pre></pre> 17424 <ul> 17425 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li> 17426 </ul> 17427 </div> 17428 </div> 17429 17430 17431 <div class="product"> 17432 <span class="title">mosys-1.2.03</span> 17433 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 17434 <span class="homepage"><a href="http://mosys.googlecode.com/">homepage</a></span> 17435 <div class="licence"> 17436 <pre></pre> 17437 <ul> 17438 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 17439 </ul> 17440 </div> 17441 </div> 17442 17443 17444 <div class="product"> 17445 <span class="title">mtdev-1.1.2</span> 17446 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 17447 <span class="homepage"><a href="http://bitmath.org/code/mtdev/">homepage</a></span> 17448 <div class="licence"> 17449 <pre>Scanned Source License mtdev-1.1.2/COPYING: 17450 17451 mtdev - Multitouch Protocol Translation Library (MIT license) 17452 17453 Copyright (C) 2010 Henrik Rydberg <rydberg (a] euromail.se> 17454 Copyright (C) 2010 Canonical Ltd. 17455 17456 Permission is hereby granted, free of charge, to any person obtaining a 17457 copy of this software and associated documentation files (the "Software"), 17458 to deal in the Software without restriction, including without limitation 17459 the rights to use, copy, modify, merge, publish, distribute, sublicense, 17460 and/or sell copies of the Software, and to permit persons to whom the 17461 Software is furnished to do so, subject to the following conditions: 17462 17463 The above copyright notice and this permission notice (including the next 17464 paragraph) shall be included in all copies or substantial portions of the 17465 Software. 17466 17467 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 17468 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17469 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 17470 THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 17471 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 17472 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 17473 DEALINGS IN THE SOFTWARE. 17474 17475 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 17476 </pre> 17477 <ul> 17478 17479 </ul> 17480 </div> 17481 </div> 17482 17483 17484 <div class="product"> 17485 <span class="title">mtools-4.0.15</span> 17486 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 17487 <span class="homepage"><a href="http://mtools.linux.lu/">homepage</a></span> 17488 <div class="licence"> 17489 <pre></pre> 17490 <ul> 17491 <li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li> 17492 </ul> 17493 </div> 17494 </div> 17495 17496 17497 <div class="product"> 17498 <span class="title">mtpd-0.0.1</span> 17499 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 17500 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span> 17501 <div class="licence"> 17502 <pre></pre> 17503 <ul> 17504 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 17505 </ul> 17506 </div> 17507 </div> 17508 17509 17510 <div class="product"> 17511 <span class="title">mtplot-0.0.1</span> 17512 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 17513 <span class="homepage"><a href="http://src.chromium.org">homepage</a></span> 17514 <div class="licence"> 17515 <pre></pre> 17516 <ul> 17517 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 17518 </ul> 17519 </div> 17520 </div> 17521 17522 17523 <div class="product"> 17524 <span class="title">mttools-0.0.1</span> 17525 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 17526 <span class="homepage"><a href="">homepage</a></span> 17527 <div class="licence"> 17528 <pre></pre> 17529 <ul> 17530 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 17531 </ul> 17532 </div> 17533 </div> 17534 17535 17536 <div class="product"> 17537 <span class="title">my-padauk-2.50</span> 17538 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 17539 <span class="homepage"><a href="http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=padauk">homepage</a></span> 17540 <div class="licence"> 17541 <pre></pre> 17542 <ul> 17543 <li><a href='#OFL-1.1'>Gentoo Package Stock License OFL-1.1</a></li> 17544 </ul> 17545 </div> 17546 </div> 17547 17548 17549 <div class="product"> 17550 <span class="title">ncurses-5.9</span> 17551 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 17552 <span class="homepage"><a href="http://www.gnu.org/software/ncurses/">homepage</a></span> 17553 <div class="licence"> 17554 <pre>Scanned Source License ncurses-5.9/Ada95/package/debian/copyright: 17555 17556 Upstream source http://invisible-island.net/ncurses/ncurses-examples.html 17557 17558 Current ncurses maintainer: Thomas Dickey <dickey (a] invisible-island.net> 17559 17560 ------------------------------------------------------------------------------- 17561 Copyright (c) 1998-2010,2011 Free Software Foundation, Inc. 17562 17563 Permission is hereby granted, free of charge, to any person obtaining a 17564 copy of this software and associated documentation files (the 17565 "Software"), to deal in the Software without restriction, including 17566 without limitation the rights to use, copy, modify, merge, publish, 17567 distribute, distribute with modifications, sublicense, and/or sell 17568 copies of the Software, and to permit persons to whom the Software is 17569 furnished to do so, subject to the following conditions: 17570 17571 The above copyright notice and this permission notice shall be included 17572 in all copies or substantial portions of the Software. 17573 17574 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 17575 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 17576 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. 17577 IN NO EVENT SHALL THE ABOVE COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, 17578 DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR 17579 OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR 17580 THE USE OR OTHER DEALINGS IN THE SOFTWARE. 17581 17582 Except as contained in this notice, the name(s) of the above copyright 17583 holders shall not be used in advertising or otherwise to promote the 17584 sale, use or other dealings in this Software without prior written 17585 authorization. 17586 ------------------------------------------------------------------------------- 17587 17588 Files: install-sh 17589 Copyright: 1994 X Consortium 17590 Licence: other-BSD 17591 Permission is hereby granted, free of charge, to any person obtaining a copy 17592 of this software and associated documentation files (the "Software"), to 17593 deal in the Software without restriction, including without limitation the 17594 rights to use, copy, modify, merge, publish, distribute, sublicense, and/or 17595 sell copies of the Software, and to permit persons to whom the Software is 17596 furnished to do so, subject to the following conditions: 17597 17598 The above copyright notice and this permission notice shall be included in 17599 all copies or substantial portions of the Software. 17600 17601 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 17602 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17603 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 17604 X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN 17605 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNEC- 17606 TION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 17607 17608 Except as contained in this notice, the name of the X Consortium shall not 17609 be used in advertising or otherwise to promote the sale, use or other deal- 17610 ings in this Software without prior written authorization from the X Consor- 17611 tium. 17612 17613 FSF changes to this file are in the public domain. 17614 17615 Calling this script install-sh is preferred over install.sh, to prevent 17616 `make' implicit rules from creating a file called install from it 17617 when there is no Makefile. 17618 17619 This script is compatible with the BSD install script, but was written 17620 from scratch. It can only install one file at a time, a restriction 17621 shared with many OS's install programs. 17622 17623 On Debian systems, the complete text of the GNU General 17624 Public License can be found in '/usr/share/common-licenses/GPL-2' 17625 17626 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 17627 17628 Scanned Source License ncurses-5.9/test/package/debian/copyright: 17629 17630 Upstream source http://invisible-island.net/ncurses/ncurses-examples.html 17631 17632 Current ncurses maintainer: Thomas Dickey <dickey (a] invisible-island.net> 17633 17634 ------------------------------------------------------------------------------- 17635 Copyright (c) 1998-2010,2011 Free Software Foundation, Inc. 17636 17637 Permission is hereby granted, free of charge, to any person obtaining a 17638 copy of this software and associated documentation files (the 17639 "Software"), to deal in the Software without restriction, including 17640 without limitation the rights to use, copy, modify, merge, publish, 17641 distribute, distribute with modifications, sublicense, and/or sell 17642 copies of the Software, and to permit persons to whom the Software is 17643 furnished to do so, subject to the following conditions: 17644 17645 The above copyright notice and this permission notice shall be included 17646 in all copies or substantial portions of the Software. 17647 17648 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 17649 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 17650 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. 17651 IN NO EVENT SHALL THE ABOVE COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, 17652 DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR 17653 OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR 17654 THE USE OR OTHER DEALINGS IN THE SOFTWARE. 17655 17656 Except as contained in this notice, the name(s) of the above copyright 17657 holders shall not be used in advertising or otherwise to promote the 17658 sale, use or other dealings in this Software without prior written 17659 authorization. 17660 ------------------------------------------------------------------------------- 17661 17662 Files: install-sh 17663 Copyright: 1994 X Consortium 17664 Licence: other-BSD 17665 Permission is hereby granted, free of charge, to any person obtaining a copy 17666 of this software and associated documentation files (the "Software"), to 17667 deal in the Software without restriction, including without limitation the 17668 rights to use, copy, modify, merge, publish, distribute, sublicense, and/or 17669 sell copies of the Software, and to permit persons to whom the Software is 17670 furnished to do so, subject to the following conditions: 17671 17672 The above copyright notice and this permission notice shall be included in 17673 all copies or substantial portions of the Software. 17674 17675 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 17676 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17677 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 17678 X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN 17679 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNEC- 17680 TION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 17681 17682 Except as contained in this notice, the name of the X Consortium shall not 17683 be used in advertising or otherwise to promote the sale, use or other deal- 17684 ings in this Software without prior written authorization from the X Consor- 17685 tium. 17686 17687 FSF changes to this file are in the public domain. 17688 17689 Calling this script install-sh is preferred over install.sh, to prevent 17690 `make' implicit rules from creating a file called install from it 17691 when there is no Makefile. 17692 17693 This script is compatible with the BSD install script, but was written 17694 from scratch. It can only install one file at a time, a restriction 17695 shared with many OS's install programs. 17696 17697 On Debian systems, the complete text of the GNU General 17698 Public License can be found in '/usr/share/common-licenses/GPL-2' 17699 17700 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 17701 </pre> 17702 <ul> 17703 17704 </ul> 17705 </div> 17706 </div> 17707 17708 17709 <div class="product"> 17710 <span class="title">net-tools-1.60_p20120127084908</span> 17711 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 17712 <span class="homepage"><a href="http://net-tools.sourceforge.net/">homepage</a></span> 17713 <div class="licence"> 17714 <pre></pre> 17715 <ul> 17716 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 17717 </ul> 17718 </div> 17719 </div> 17720 17721 17722 <div class="product"> 17723 <span class="title">netflix-helper-2.0.0</span> 17724 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 17725 <span class="homepage"><a href="">homepage</a></span> 17726 <div class="licence"> 17727 <pre></pre> 17728 <ul> 17729 <li><a href='#Google-TOS'>Gentoo Package Stock License Google-TOS</a></li> 17730 </ul> 17731 </div> 17732 </div> 17733 17734 17735 <div class="product"> 17736 <span class="title">netifaces-0.8</span> 17737 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 17738 <span class="homepage"><a href="http://alastairs-place.net/netifaces/">homepage</a></span> 17739 <div class="licence"> 17740 <pre>Scanned Source License netifaces-0.8/PKG-INFO: 17741 17742 Metadata-Version: 1.0 17743 Name: netifaces 17744 Version: 0.8 17745 Summary: Portable network interface information. 17746 Home-page: http://alastairs-place.net/netifaces 17747 Author: Alastair Houghton 17748 Author-email: alastair (a] alastairs-place.net 17749 License: MIT License 17750 Description: netifaces provides a (hopefully portable-ish) way for Python programmers to 17751 get access to a list of the network interfaces on the local machine, and to 17752 obtain the addresses of those network interfaces. 17753 17754 The package has been tested on Mac OS X, Windows XP, Windows Vista, Linux 17755 and Solaris. 17756 17757 It should work on other UNIX-like systems provided they implement 17758 either getifaddrs() or support the SIOCGIFxxx socket options, although the 17759 data provided by the socket options is normally less complete. 17760 17761 Platform: UNKNOWN 17762 Classifier: Development Status :: 4 - Beta 17763 Classifier: Intended Audience :: Developers 17764 Classifier: License :: OSI Approved :: MIT License 17765 Classifier: Topic :: System :: Networking 17766 17767 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 17768 17769 Scanned Source License netifaces-0.8/netifaces.egg-info/PKG-INFO: 17770 17771 Metadata-Version: 1.0 17772 Name: netifaces 17773 Version: 0.8 17774 Summary: Portable network interface information. 17775 Home-page: http://alastairs-place.net/netifaces 17776 Author: Alastair Houghton 17777 Author-email: alastair (a] alastairs-place.net 17778 License: MIT License 17779 Description: netifaces provides a (hopefully portable-ish) way for Python programmers to 17780 get access to a list of the network interfaces on the local machine, and to 17781 obtain the addresses of those network interfaces. 17782 17783 The package has been tested on Mac OS X, Windows XP, Windows Vista, Linux 17784 and Solaris. 17785 17786 It should work on other UNIX-like systems provided they implement 17787 either getifaddrs() or support the SIOCGIFxxx socket options, although the 17788 data provided by the socket options is normally less complete. 17789 17790 Platform: UNKNOWN 17791 Classifier: Development Status :: 4 - Beta 17792 Classifier: Intended Audience :: Developers 17793 Classifier: License :: OSI Approved :: MIT License 17794 Classifier: Topic :: System :: Networking 17795 17796 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 17797 </pre> 17798 <ul> 17799 17800 </ul> 17801 </div> 17802 </div> 17803 17804 17805 <div class="product"> 17806 <span class="title">netperf-2.4.4</span> 17807 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 17808 <span class="homepage"><a href="http://www.netperf.org/">homepage</a></span> 17809 <div class="licence"> 17810 <pre>Gentoo Package Stock License netperf: 17811 17812 17813 17814 Copyright (C) 1993 Hewlett-Packard Company 17815 ALL RIGHTS RESERVED. 17816 17817 The enclosed software and documentation includes copyrighted works 17818 of Hewlett-Packard Co. For as long as you comply with the following 17819 limitations, you are hereby authorized to (i) use, reproduce, and 17820 modify the software and documentation, and to (ii) distribute the 17821 software and documentation, including modifications, for 17822 non-commercial purposes only. 17823 17824 1. The enclosed software and documentation is made available at no 17825 charge in order to advance the general development of 17826 high-performance networking products. 17827 17828 2. You may not delete any copyright notices contained in the 17829 software or documentation. All hard copies, and copies in 17830 source code or object code form, of the software or 17831 documentation (including modifications) must contain at least 17832 one of the copyright notices. 17833 17834 3. The enclosed software and documentation has not been subjected 17835 to testing and quality control and is not a Hewlett-Packard Co. 17836 product. At a future time, Hewlett-Packard Co. may or may not 17837 offer a version of the software and documentation as a product. 17838 17839 4. THE SOFTWARE AND DOCUMENTATION IS PROVIDED "AS IS". 17840 HEWLETT-PACKARD COMPANY DOES NOT WARRANT THAT THE USE, 17841 REPRODUCTION, MODIFICATION OR DISTRIBUTION OF THE SOFTWARE OR 17842 DOCUMENTATION WILL NOT INFRINGE A THIRD PARTY'S INTELLECTUAL 17843 PROPERTY RIGHTS. HP DOES NOT WARRANT THAT THE SOFTWARE OR 17844 DOCUMENTATION IS ERROR FREE. HP DISCLAIMS ALL WARRANTIES, 17845 EXPRESS AND IMPLIED, WITH REGARD TO THE SOFTWARE AND THE 17846 DOCUMENTATION. HP SPECIFICALLY DISCLAIMS ALL WARRANTIES OF 17847 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. 17848 17849 5. HEWLETT-PACKARD COMPANY WILL NOT IN ANY EVENT BE LIABLE FOR ANY 17850 DIRECT, INDIRECT, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES 17851 (INCLUDING LOST PROFITS) RELATED TO ANY USE, REPRODUCTION, 17852 MODIFICATION, OR DISTRIBUTION OF THE SOFTWARE OR DOCUMENTATION. 17853 17854 17855 17856 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 17857 </pre> 17858 <ul> 17859 17860 </ul> 17861 </div> 17862 </div> 17863 17864 17865 <div class="product"> 17866 <span class="title">notofonts-20140130</span> 17867 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 17868 <span class="homepage"><a href="">homepage</a></span> 17869 <div class="licence"> 17870 <pre></pre> 17871 <ul> 17872 <li><a href='#Apache-2.0'>Gentoo Package Stock License Apache-2.0</a></li> 17873 </ul> 17874 </div> 17875 </div> 17876 17877 17878 <div class="product"> 17879 <span class="title">nspr-4.10.4</span> 17880 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 17881 <span class="homepage"><a href="http://www.mozilla.org/projects/nspr/">homepage</a></span> 17882 <div class="licence"> 17883 <pre></pre> 17884 <ul> 17885 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li> 17886 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 17887 <li><a href='#MPL-2.0'>Gentoo Package Stock License MPL-2.0</a></li> 17888 </ul> 17889 </div> 17890 </div> 17891 17892 17893 <div class="product"> 17894 <span class="title">nss-3.16</span> 17895 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 17896 <span class="homepage"><a href="http://www.mozilla.org/projects/security/pki/nss/">homepage</a></span> 17897 <div class="licence"> 17898 <pre></pre> 17899 <ul> 17900 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li> 17901 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 17902 <li><a href='#MPL-2.0'>Gentoo Package Stock License MPL-2.0</a></li> 17903 </ul> 17904 </div> 17905 </div> 17906 17907 17908 <div class="product"> 17909 <span class="title">nss-3.16</span> 17910 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 17911 <span class="homepage"><a href="http://www.mozilla.org/projects/security/pki/nss/">homepage</a></span> 17912 <div class="licence"> 17913 <pre></pre> 17914 <ul> 17915 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li> 17916 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 17917 <li><a href='#MPL-2.0'>Gentoo Package Stock License MPL-2.0</a></li> 17918 </ul> 17919 </div> 17920 </div> 17921 17922 17923 <div class="product"> 17924 <span class="title">ntfs3g-2012.1.15</span> 17925 <a class="show" href="#" onclick="return toggle(this);">show license text</a> 17926 <span class="homepage"><a href="http://www.tuxera.com/community/ntfs-3g-download/">homepage</a></span> 17927 <div class="licence"> 17928 <pre></pre> 17929 <ul> 17930 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 17931 </ul> 17932 </div>